|
|
|
1 | 2024-02-28T12:27:27.643Z | job assigned to worker 01HQQTWE4ZCSEYWW81EBANTY2T (queued for 1 m 7 s) |
|
2 | 2024-02-28T12:27:27.850Z | starting task 0: "setup" |
3 | 2024-02-28T12:27:27.937Z | ++ uname -s |
4 | 2024-02-28T12:27:27.953Z | + kern=SunOS |
5 | 2024-02-28T12:27:27.953Z | + case "$kern" in |
6 | 2024-02-28T12:27:27.953Z | + groupadd -g 12345 build |
7 | 2024-02-28T12:27:27.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-28T12:27:29.950Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-28T12:27:30.032Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-28T12:27:30.035Z | + home_fs=zfs |
11 | 2024-02-28T12:27:30.035Z | + [[ zfs == autofs ]] |
12 | 2024-02-28T12:27:30.035Z | + mkdir -p /home/build |
13 | 2024-02-28T12:27:30.039Z | + chown build:build /home/build /work |
14 | 2024-02-28T12:27:31.038Z | + chmod 0700 /home/build /work |
15 | 2024-02-28T12:27:31.042Z | process exited: duration 3190 ms, exit code 0 |
|
16 | 2024-02-28T12:27:31.049Z | starting task 1: "rust-toolchain" |
17 | 2024-02-28T12:27:31.056Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-28T12:27:31.059Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-28T12:27:31.180Z | info: downloading installer |
20 | 2024-02-28T12:27:33.280Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-28T12:27:33.280Z | warning: /opt/ooce/bin |
22 | 2024-02-28T12:27:33.280Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-28T12:27:33.280Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-28T12:27:33.280Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-28T12:27:33.280Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-28T12:27:33.280Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-28T12:27:33.280Z | error: cannot install while Rust is installed |
28 | 2024-02-28T12:27:33.280Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-28T12:27:33.405Z | info: profile set to 'default' |
30 | 2024-02-28T12:27:33.405Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-28T12:27:33.426Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-28T12:27:33.553Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-28T12:27:33.554Z | info: downloading component 'cargo' |
34 | 2024-02-28T12:27:34.292Z | info: downloading component 'clippy' |
35 | 2024-02-28T12:27:34.544Z | info: downloading component 'rust-docs' |
36 | 2024-02-28T12:27:35.546Z | info: downloading component 'rust-std' |
37 | 2024-02-28T12:27:37.279Z | info: downloading component 'rustc' |
38 | 2024-02-28T12:27:41.223Z | info: downloading component 'rustfmt' |
39 | 2024-02-28T12:27:41.456Z | info: installing component 'cargo' |
40 | 2024-02-28T12:27:42.369Z | info: installing component 'clippy' |
41 | 2024-02-28T12:27:42.774Z | info: installing component 'rust-docs' |
42 | 2024-02-28T12:27:44.313Z | info: installing component 'rust-std' |
43 | 2024-02-28T12:27:46.273Z | info: installing component 'rustc' |
44 | 2024-02-28T12:27:50.459Z | info: installing component 'rustfmt' |
45 | 2024-02-28T12:27:50.795Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-28T12:27:50.795Z | |
47 | 2024-02-28T12:27:51.087Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-28T12:27:51.087Z | |
49 | 2024-02-28T12:27:51.091Z | |
50 | 2024-02-28T12:27:51.091Z | Rust is installed now. Great! |
51 | 2024-02-28T12:27:51.091Z | |
52 | 2024-02-28T12:27:51.091Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-28T12:27:51.091Z | environment variable. This has not been done automatically. |
54 | 2024-02-28T12:27:51.091Z | |
55 | 2024-02-28T12:27:51.091Z | To configure your current shell, run: |
56 | 2024-02-28T12:27:51.091Z | source "$HOME/.cargo/env" |
57 | 2024-02-28T12:27:51.155Z | + rustc --version |
58 | 2024-02-28T12:27:51.211Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-28T12:27:51.223Z | process exited: duration 20160 ms, exit code 0 |
|
60 | 2024-02-28T12:27:51.238Z | starting task 2: "authentication" |
61 | 2024-02-28T12:27:51.266Z | process exited: duration 24 ms, exit code 0 |
|
62 | 2024-02-28T12:27:51.291Z | starting task 3: "clone repository" |
63 | 2024-02-28T12:27:51.294Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-28T12:27:51.294Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-28T12:27:51.515Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-28T12:27:57.187Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-28T12:27:57.187Z | + git fetch origin 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
68 | 2024-02-28T12:27:57.557Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-28T12:27:57.557Z | * branch 3af15d57b9f3f1b468c8132d7e537e56e5bec986 -> FETCH_HEAD |
70 | 2024-02-28T12:27:57.564Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
71 | 2024-02-28T12:27:57.567Z | ++ git branch --show-current |
72 | 2024-02-28T12:27:57.567Z | + current=main |
73 | 2024-02-28T12:27:57.568Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
74 | 2024-02-28T12:27:57.568Z | + git branch -f renovate/taiki-e-install-action-digest 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
75 | 2024-02-28T12:27:57.579Z | + git checkout -f renovate/taiki-e-install-action-digest |
76 | 2024-02-28T12:27:57.686Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
77 | 2024-02-28T12:27:57.689Z | + git reset --hard 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
78 | 2024-02-28T12:27:57.800Z | HEAD is now at 3af15d57b chore(deps): update taiki-e/install-action digest to 1d776b1 |
79 | 2024-02-28T12:27:57.803Z | process exited: duration 6518 ms, exit code 0 |
|
80 | 2024-02-28T12:27:57.812Z | starting task 4: "build" |
81 | 2024-02-28T12:27:57.815Z | + cargo --version |
82 | 2024-02-28T12:27:57.819Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-28T12:27:57.981Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-28T12:27:57.984Z | info: downloading component 'cargo' |
85 | 2024-02-28T12:27:58.889Z | info: downloading component 'clippy' |
86 | 2024-02-28T12:27:59.178Z | info: downloading component 'rust-docs' |
87 | 2024-02-28T12:28:00.287Z | info: downloading component 'rust-std' |
88 | 2024-02-28T12:28:02.068Z | info: downloading component 'rustc' |
89 | 2024-02-28T12:28:06.414Z | info: downloading component 'rustfmt' |
90 | 2024-02-28T12:28:06.699Z | info: installing component 'cargo' |
91 | 2024-02-28T12:28:07.604Z | info: installing component 'clippy' |
92 | 2024-02-28T12:28:07.959Z | info: installing component 'rust-docs' |
93 | 2024-02-28T12:28:09.581Z | info: installing component 'rust-std' |
94 | 2024-02-28T12:28:11.252Z | info: installing component 'rustc' |
95 | 2024-02-28T12:28:15.314Z | info: installing component 'rustfmt' |
96 | 2024-02-28T12:28:15.704Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-28T12:28:15.716Z | + rustc --version |
98 | 2024-02-28T12:28:15.774Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-28T12:28:15.785Z | + source ./env.sh |
100 | 2024-02-28T12:28:15.785Z | ++ set -o xtrace |
101 | 2024-02-28T12:28:15.785Z | ++++ dirname ./env.sh |
102 | 2024-02-28T12:28:15.820Z | +++ cd . |
103 | 2024-02-28T12:28:15.828Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-28T12:28:15.829Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-28T12:28:15.829Z | ++ 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-28T12:28:15.829Z | ++ 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-28T12:28:15.829Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-02-28T12:28:15.830Z | ++ 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-28T12:28:15.830Z | ++ 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-28T12:28:15.830Z | ++ 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-28T12:28:15.830Z | ++ 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-28T12:28:15.830Z | ++ 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-28T12:28:15.831Z | ++ unset OMICRON_WS |
114 | 2024-02-28T12:28:15.831Z | ++ set +o xtrace |
115 | 2024-02-28T12:28:15.888Z | |
116 | 2024-02-28T12:28:15.889Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-28T12:28:15.889Z | # # # # # # # # # # # # # # # |
118 | 2024-02-28T12:28:15.889Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-28T12:28:15.889Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-28T12:28:15.890Z | # # # # # # # # # # # # # # # |
121 | 2024-02-28T12:28:15.890Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-28T12:28:15.890Z | |
123 | 2024-02-28T12:28:25.605Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-28T12:28:26.876Z | Startup: Caching catalogs ... Done |
125 | 2024-02-28T12:28:28.610Z | Planning: Solver setup ... Done (1.401s) |
126 | 2024-02-28T12:28:28.650Z | Planning: Running solver ... Done (0.032s) |
127 | 2024-02-28T12:28:28.840Z | Planning: Finding local manifests ... Done (0.174s) |
128 | 2024-02-28T12:28:28.852Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-28T12:28:29.036Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-28T12:28:29.093Z | Planning: Package planning ... Done (0.051s) |
131 | 2024-02-28T12:28:29.140Z | Planning: Merging actions ... Done (0.053s) |
132 | 2024-02-28T12:28:29.968Z | Planning: Checking for conflicting actions ... Done (0.823s) |
133 | 2024-02-28T12:28:29.978Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-28T12:28:33.492Z | Planning: Evaluating mediators ... Done (3.513s) |
135 | 2024-02-28T12:28:33.501Z | Planning: Planning completed in 6.57 seconds |
136 | 2024-02-28T12:28:33.516Z | Packages to install: 4 |
137 | 2024-02-28T12:28:33.516Z | Mediators to change: 2 |
138 | 2024-02-28T12:28:33.524Z | Services to change: 1 |
139 | 2024-02-28T12:28:33.524Z | Estimated space available: 148.87 GB |
140 | 2024-02-28T12:28:33.524Z | Estimated space to be consumed: 1.42 GB |
141 | 2024-02-28T12:28:33.524Z | Create boot environment: No |
142 | 2024-02-28T12:28:33.524Z | Create backup boot environment: No |
143 | 2024-02-28T12:28:33.524Z | Rebuild boot archive: No |
144 | 2024-02-28T12:28:33.524Z | |
145 | 2024-02-28T12:28:33.524Z | Changed mediators: |
146 | 2024-02-28T12:28:33.524Z | mediator clang: |
147 | 2024-02-28T12:28:33.524Z | version: None -> 15 (system default) |
148 | 2024-02-28T12:28:33.524Z | |
149 | 2024-02-28T12:28:33.525Z | mediator llvm: |
150 | 2024-02-28T12:28:33.525Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-28T12:28:33.525Z | |
152 | 2024-02-28T12:28:33.525Z | Changed packages: |
153 | 2024-02-28T12:28:33.525Z | helios-dev |
154 | 2024-02-28T12:28:33.525Z | developer/build-essential |
155 | 2024-02-28T12:28:33.525Z | None -> 11-2.0 |
156 | 2024-02-28T12:28:33.525Z | library/libxmlsec1 |
157 | 2024-02-28T12:28:33.525Z | None -> 1.2.35-2.0 |
158 | 2024-02-28T12:28:33.525Z | ooce/developer/clang-15 |
159 | 2024-02-28T12:28:33.525Z | None -> 15.0.7-2.0 |
160 | 2024-02-28T12:28:33.525Z | ooce/developer/llvm-15 |
161 | 2024-02-28T12:28:33.525Z | None -> 15.0.7-2.0 |
162 | 2024-02-28T12:28:33.525Z | |
163 | 2024-02-28T12:28:33.525Z | Services: |
164 | 2024-02-28T12:28:33.525Z | restart_fmri: |
165 | 2024-02-28T12:28:33.525Z | svc:/system/update-man-index:default |
166 | 2024-02-28T12:28:33.694Z | |
167 | 2024-02-28T12:28:33.694Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-28T12:28:38.695Z | Download: 706/3290 items 18.2/212.6MB 8% complete (3.7M/s) |
169 | 2024-02-28T12:28:43.696Z | Download: 1187/3290 items 54.1/212.6MB 25% complete (5.4M/s) |
170 | 2024-02-28T12:28:48.725Z | Download: 1583/3290 items 117.7/212.6MB 55% complete (9.9M/s) |
171 | 2024-02-28T12:28:53.832Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (8.2M/s) |
172 | 2024-02-28T12:29:00.760Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (7.8M/s) |
173 | 2024-02-28T12:29:05.764Z | Download: 2638/3290 items 120.3/212.6MB 56% complete (225k/s) |
174 | 2024-02-28T12:29:13.407Z | Download: 3241/3290 items 203.0/212.6MB 95% complete (9.1M/s) |
175 | 2024-02-28T12:29:19.766Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (9.0M/s) |
176 | 2024-02-28T12:29:19.792Z | Download: Completed 212.60 MB in 46.09 seconds (4.6M/s) |
177 | 2024-02-28T12:29:19.939Z | Actions: 1/3689 actions (Installing new actions) |
178 | 2024-02-28T12:29:24.984Z | Actions: 3552/3689 actions (Installing new actions) |
179 | 2024-02-28T12:29:25.294Z | Actions: Completed 3689 actions in 5.35 seconds. |
180 | 2024-02-28T12:29:25.391Z | Done (0.092s) |
181 | 2024-02-28T12:29:25.391Z | Done (0.000s) |
182 | 2024-02-28T12:29:25.626Z | Done (0.235s) |
183 | 2024-02-28T12:29:31.071Z | Done (5.316s) |
184 | 2024-02-28T12:29:31.232Z | Done (0.085s) |
185 | 2024-02-28T12:29:31.235Z | Done (0.000s) |
186 | 2024-02-28T12:29:31.386Z | Done (0.000s) |
187 | 2024-02-28T12:29:31.904Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-02-28T12:29:32.067Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-02-28T12:29:32.071Z | Planning: Consolidating action changes ... Done |
190 | 2024-02-28T12:29:32.344Z | Planning: Evaluating mediators ... Done |
191 | 2024-02-28T12:29:32.347Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-02-28T12:29:32.378Z | Mediators to change: 2 |
193 | 2024-02-28T12:29:32.378Z | Create boot environment: No |
194 | 2024-02-28T12:29:32.378Z | Create backup boot environment: No |
195 | 2024-02-28T12:29:32.450Z | Done |
196 | 2024-02-28T12:29:32.450Z | Done |
197 | 2024-02-28T12:29:32.590Z | Done |
198 | 2024-02-28T12:29:36.264Z | Done |
199 | 2024-02-28T12:29:36.358Z | Done |
200 | 2024-02-28T12:29:36.361Z | Done |
201 | 2024-02-28T12:29:36.460Z | Done |
202 | 2024-02-28T12:29:37.117Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-02-28T12:29:37.123Z | Planning: Merging actions ... Done |
204 | 2024-02-28T12:29:37.316Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-02-28T12:29:37.319Z | Planning: Consolidating action changes ... Done |
206 | 2024-02-28T12:29:37.594Z | Planning: Evaluating mediators ... Done |
207 | 2024-02-28T12:29:37.649Z | Planning: Planning completed in 0.82 seconds |
208 | 2024-02-28T12:29:37.684Z | Packages to change: 1 |
209 | 2024-02-28T12:29:37.684Z | Mediators to change: 1 |
210 | 2024-02-28T12:29:37.687Z | Services to change: 1 |
211 | 2024-02-28T12:29:37.687Z | Create boot environment: No |
212 | 2024-02-28T12:29:37.687Z | Create backup boot environment: Yes |
213 | 2024-02-28T12:29:39.528Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-02-28T12:29:39.574Z | Actions: Completed 6 actions in 0.05 seconds. |
215 | 2024-02-28T12:29:39.578Z | Done |
216 | 2024-02-28T12:29:39.578Z | Done |
217 | 2024-02-28T12:29:39.623Z | Done |
218 | 2024-02-28T12:29:43.341Z | Done |
219 | 2024-02-28T12:29:43.439Z | Done |
220 | 2024-02-28T12:29:43.446Z | Done |
221 | 2024-02-28T12:29:43.528Z | Done |
222 | 2024-02-28T12:29:43.968Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-02-28T12:29:43.968Z | clang system 15 system |
224 | 2024-02-28T12:29:43.969Z | csh system system illumos |
225 | 2024-02-28T12:29:43.969Z | ctags system system illumos |
226 | 2024-02-28T12:29:43.969Z | gcc vendor 12 vendor |
227 | 2024-02-28T12:29:43.969Z | gcc system 10 system |
228 | 2024-02-28T12:29:43.969Z | gcc system 7 system |
229 | 2024-02-28T12:29:43.969Z | go system 1.20 system |
230 | 2024-02-28T12:29:43.969Z | go system 1.19 system |
231 | 2024-02-28T12:29:43.969Z | llvm system 15 system |
232 | 2024-02-28T12:29:43.969Z | llvm system 14 system |
233 | 2024-02-28T12:29:43.969Z | mariadb system 10.6 system |
234 | 2024-02-28T12:29:43.969Z | mta vendor vendor dma |
235 | 2024-02-28T12:29:43.969Z | openjdk system 17 system |
236 | 2024-02-28T12:29:43.969Z | openjdk system 11 system |
237 | 2024-02-28T12:29:43.969Z | openjdk system 1.8 system |
238 | 2024-02-28T12:29:43.969Z | openssl vendor 3 vendor |
239 | 2024-02-28T12:29:43.969Z | perl system 5.36 system |
240 | 2024-02-28T12:29:43.969Z | postgresql system 15 system |
241 | 2024-02-28T12:29:43.969Z | postgresql system 13 system |
242 | 2024-02-28T12:29:43.969Z | python vendor 3 vendor |
243 | 2024-02-28T12:29:43.969Z | python system 2 system |
244 | 2024-02-28T12:29:43.969Z | python3 system 3.11 system |
245 | 2024-02-28T12:29:43.969Z | ruby system 3.0 system |
246 | 2024-02-28T12:29:43.969Z | words vendor vendor american-english |
247 | 2024-02-28T12:29:43.970Z | words system system australian-english |
248 | 2024-02-28T12:29:43.970Z | words system system british-english |
249 | 2024-02-28T12:29:43.970Z | words system system canadian-english |
250 | 2024-02-28T12:29:43.970Z | words system system french |
251 | 2024-02-28T12:29:43.970Z | words system system italian |
252 | 2024-02-28T12:29:43.970Z | words system system ngerman |
253 | 2024-02-28T12:29:43.970Z | words system system ogerman |
254 | 2024-02-28T12:29:43.970Z | words system system spanish |
255 | 2024-02-28T12:29:44.298Z | FMRI IFO |
256 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
262 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-02-28T12:29:44.298Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-02-28T12:29:44.347Z | + set -o errexit |
265 | 2024-02-28T12:29:44.351Z | +++ dirname ./tools/ci_download_cockroachdb |
266 | 2024-02-28T12:29:44.351Z | ++ cd ./tools |
267 | 2024-02-28T12:29:44.351Z | ++ pwd |
268 | 2024-02-28T12:29:44.354Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
269 | 2024-02-28T12:29:44.354Z | ++ basename ./tools/ci_download_cockroachdb |
270 | 2024-02-28T12:29:44.354Z | + ARG0=ci_download_cockroachdb |
271 | 2024-02-28T12:29:44.358Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
272 | 2024-02-28T12:29:44.359Z | + CIDL_VERSION=v22.1.9 |
273 | 2024-02-28T12:29:44.359Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
274 | 2024-02-28T12:29:44.359Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
275 | 2024-02-28T12:29:44.359Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
276 | 2024-02-28T12:29:44.359Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
277 | 2024-02-28T12:29:44.359Z | + TARGET_DIR=out |
278 | 2024-02-28T12:29:44.359Z | + DOWNLOAD_DIR=out/downloads |
279 | 2024-02-28T12:29:44.359Z | + DEST_DIR=./out/cockroachdb |
280 | 2024-02-28T12:29:44.359Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
281 | 2024-02-28T12:29:44.359Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
282 | 2024-02-28T12:29:44.359Z | + main |
283 | 2024-02-28T12:29:44.359Z | + [[ 0 != 0 ]] |
284 | 2024-02-28T12:29:44.359Z | + CIDL_OS=solaris2.11 |
285 | 2024-02-28T12:29:44.359Z | + [[ 0 != 0 ]] |
286 | 2024-02-28T12:29:44.359Z | + configure_os solaris2.11 |
287 | 2024-02-28T12:29:44.359Z | + echo 'current directory: /work/oxidecomputer/omicron' |
288 | 2024-02-28T12:29:44.359Z | current directory: /work/oxidecomputer/omicron |
289 | 2024-02-28T12:29:44.359Z | + echo 'configuring based on OS: "solaris2.11"' |
290 | 2024-02-28T12:29:44.359Z | + case "$1" in |
291 | 2024-02-28T12:29:44.359Z | configuring based on OS: "solaris2.11" |
292 | 2024-02-28T12:29:44.359Z | + CIDL_BUILD=illumos |
293 | 2024-02-28T12:29:44.359Z | + CIDL_SUFFIX=tar.gz |
294 | 2024-02-28T12:29:44.360Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-28T12:29:44.360Z | + CIDL_URL_BASE=https://illumos.org/downloads |
296 | 2024-02-28T12:29:44.360Z | + CIDL_ASSEMBLE=do_assemble_illumos |
297 | 2024-02-28T12:29:44.360Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
298 | 2024-02-28T12:29:44.360Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-28T12:29:44.360Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-28T12:29:44.360Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
301 | 2024-02-28T12:29:44.360Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-28T12:29:44.360Z | + CIDL_SHA256FUNC=do_sha256sum |
303 | 2024-02-28T12:29:44.360Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-02-28T12:29:44.360Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-28T12:29:44.360Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2024-02-28T12:29:44.360Z | + mkdir -p out/downloads |
307 | 2024-02-28T12:29:44.360Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-02-28T12:29:44.364Z | + mkdir -p ./out/cockroachdb |
309 | 2024-02-28T12:29:44.364Z | + local DO_DOWNLOAD=true |
310 | 2024-02-28T12:29:44.364Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
311 | 2024-02-28T12:29:44.364Z | + '[' true == true ']' |
312 | 2024-02-28T12:29:44.364Z | + echo Downloading... |
313 | 2024-02-28T12:29:44.364Z | Downloading... |
314 | 2024-02-28T12:29:44.364Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-28T12:29:44.364Z | + 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 |
316 | 2024-02-28T12:29:49.530Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-02-28T12:29:49.534Z | ++ sha256sum |
318 | 2024-02-28T12:29:49.534Z | ++ awk '{print $1}' |
319 | 2024-02-28T12:29:49.652Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
320 | 2024-02-28T12:29:49.655Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
321 | 2024-02-28T12:29:49.655Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-02-28T12:29:49.655Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
323 | 2024-02-28T12:29:51.885Z | + do_assemble_illumos |
324 | 2024-02-28T12:29:51.885Z | + rm -r ./out/cockroachdb |
325 | 2024-02-28T12:29:51.902Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
326 | 2024-02-28T12:29:52.309Z | + ./out/cockroachdb/bin/cockroach version |
327 | 2024-02-28T12:29:52.566Z | Build Tag: v22.1.9-dirty |
328 | 2024-02-28T12:29:52.567Z | Build Time: 2022/10/26 21:17:46 |
329 | 2024-02-28T12:29:52.567Z | Distribution: OSS |
330 | 2024-02-28T12:29:52.567Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
331 | 2024-02-28T12:29:52.567Z | Go Version: go1.17.13 |
332 | 2024-02-28T12:29:52.567Z | C Compiler: gcc 10.3.0 |
333 | 2024-02-28T12:29:52.567Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
334 | 2024-02-28T12:29:52.567Z | Build Type: release |
335 | 2024-02-28T12:29:52.585Z | + set -o errexit |
336 | 2024-02-28T12:29:52.588Z | +++ dirname ./tools/ci_download_clickhouse |
337 | 2024-02-28T12:29:52.591Z | ++ cd ./tools |
338 | 2024-02-28T12:29:52.591Z | ++ pwd |
339 | 2024-02-28T12:29:52.591Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
340 | 2024-02-28T12:29:52.591Z | ++ basename ./tools/ci_download_clickhouse |
341 | 2024-02-28T12:29:52.591Z | + ARG0=ci_download_clickhouse |
342 | 2024-02-28T12:29:52.592Z | + TARGET_DIR=out |
343 | 2024-02-28T12:29:52.592Z | + DOWNLOAD_DIR=out/downloads |
344 | 2024-02-28T12:29:52.592Z | + DEST_DIR=./out/clickhouse |
345 | 2024-02-28T12:29:52.595Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
346 | 2024-02-28T12:29:52.595Z | + CIDL_VERSION=v22.8.9.24 |
347 | 2024-02-28T12:29:52.595Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2024-02-28T12:29:52.595Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
349 | 2024-02-28T12:29:52.595Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
350 | 2024-02-28T12:29:52.595Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
351 | 2024-02-28T12:29:52.595Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2024-02-28T12:29:52.595Z | + main |
353 | 2024-02-28T12:29:52.595Z | + [[ 0 != 0 ]] |
354 | 2024-02-28T12:29:52.596Z | + CIDL_OS=solaris2.11 |
355 | 2024-02-28T12:29:52.596Z | + [[ 0 != 0 ]] |
356 | 2024-02-28T12:29:52.596Z | + configure_os solaris2.11 |
357 | 2024-02-28T12:29:52.596Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2024-02-28T12:29:52.596Z | current directory: /work/oxidecomputer/omicron |
359 | 2024-02-28T12:29:52.596Z | + echo 'configuring based on OS: "solaris2.11"' |
360 | 2024-02-28T12:29:52.596Z | + CIDL_DASHREV= |
361 | 2024-02-28T12:29:52.596Z | + case "$1" in |
362 | 2024-02-28T12:29:52.596Z | configuring based on OS: "solaris2.11" |
363 | 2024-02-28T12:29:52.596Z | + CIDL_PLATFORM=illumos |
364 | 2024-02-28T12:29:52.596Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-28T12:29:52.596Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2024-02-28T12:29:52.596Z | + CIDL_DASHREV=-1 |
367 | 2024-02-28T12:29:52.596Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
368 | 2024-02-28T12:29:52.596Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-02-28T12:29:52.596Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-28T12:29:52.596Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-28T12:29:52.596Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-02-28T12:29:52.596Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2024-02-28T12:29:52.596Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
374 | 2024-02-28T12:29:52.596Z | + mkdir -p out/downloads |
375 | 2024-02-28T12:29:52.596Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2024-02-28T12:29:52.600Z | + mkdir -p ./out/clickhouse |
377 | 2024-02-28T12:29:52.600Z | + local DO_DOWNLOAD=true |
378 | 2024-02-28T12:29:52.600Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
379 | 2024-02-28T12:29:52.600Z | + '[' true == true ']' |
380 | 2024-02-28T12:29:52.600Z | + echo Downloading... |
381 | 2024-02-28T12:29:52.600Z | Downloading... |
382 | 2024-02-28T12:29:52.600Z | + 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 |
383 | 2024-02-28T12:29:52.600Z | + 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 |
384 | 2024-02-28T12:29:54.058Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
385 | 2024-02-28T12:29:54.063Z | ++ md5sum |
386 | 2024-02-28T12:29:54.063Z | ++ awk '{print $1}' |
387 | 2024-02-28T12:29:54.248Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
388 | 2024-02-28T12:29:54.248Z | + [[ 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 ]] |
389 | 2024-02-28T12:29:54.252Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
390 | 2024-02-28T12:29:54.252Z | + mkdir -p ./out/clickhouse |
391 | 2024-02-28T12:29:54.252Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
392 | 2024-02-28T12:29:57.454Z | + ./out/clickhouse/clickhouse server --version |
393 | 2024-02-28T12:29:57.493Z | ClickHouse server version 22.8.9.1. |
394 | 2024-02-28T12:29:57.512Z | + set -o errexit |
395 | 2024-02-28T12:29:57.515Z | +++ dirname ./tools/ci_download_console |
396 | 2024-02-28T12:29:57.515Z | ++ cd ./tools |
397 | 2024-02-28T12:29:57.515Z | ++ pwd |
398 | 2024-02-28T12:29:57.515Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2024-02-28T12:29:57.518Z | ++ basename ./tools/ci_download_console |
400 | 2024-02-28T12:29:57.518Z | + ARG0=ci_download_console |
401 | 2024-02-28T12:29:57.519Z | + TARGET_DIR=out |
402 | 2024-02-28T12:29:57.519Z | + DOWNLOAD_DIR=out/downloads |
403 | 2024-02-28T12:29:57.519Z | + DEST_DIR=./out/console-assets |
404 | 2024-02-28T12:29:57.519Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2024-02-28T12:29:57.519Z | ++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0 |
406 | 2024-02-28T12:29:57.519Z | ++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
407 | 2024-02-28T12:29:57.519Z | + URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
408 | 2024-02-28T12:29:57.519Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2024-02-28T12:29:57.519Z | + main |
410 | 2024-02-28T12:29:57.519Z | + [[ 0 != 0 ]] |
411 | 2024-02-28T12:29:57.519Z | + echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz' |
412 | 2024-02-28T12:29:57.519Z | URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
413 | 2024-02-28T12:29:57.519Z | + echo 'Local file: out/downloads/console.tar.gz' |
414 | 2024-02-28T12:29:57.519Z | + local DO_DOWNLOAD=true |
415 | 2024-02-28T12:29:57.519Z | Local file: out/downloads/console.tar.gz |
416 | 2024-02-28T12:29:57.519Z | + [[ -f out/downloads/console.tar.gz ]] |
417 | 2024-02-28T12:29:57.519Z | + mkdir -p out/downloads |
418 | 2024-02-28T12:29:57.523Z | + '[' true == true ']' |
419 | 2024-02-28T12:29:57.523Z | + echo Downloading... |
420 | 2024-02-28T12:29:57.523Z | Downloading... |
421 | 2024-02-28T12:29:57.523Z | + do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz |
422 | 2024-02-28T12:29:57.523Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
423 | 2024-02-28T12:29:58.098Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2024-02-28T12:29:58.107Z | ++ case "$OSTYPE" in |
425 | 2024-02-28T12:29:58.107Z | ++ SHA=sha256sum |
426 | 2024-02-28T12:29:58.107Z | ++ sha256sum |
427 | 2024-02-28T12:29:58.107Z | ++ awk '{print $1}' |
428 | 2024-02-28T12:29:58.107Z | + calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
429 | 2024-02-28T12:29:58.108Z | + [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]] |
430 | 2024-02-28T12:29:58.108Z | + rm -rf ./out/console-assets |
431 | 2024-02-28T12:29:58.108Z | + mkdir -p ./out/console-assets |
432 | 2024-02-28T12:29:58.116Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2024-02-28T12:29:58.116Z | + mkdir -p ./out/console-assets |
434 | 2024-02-28T12:29:58.116Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2024-02-28T12:29:58.212Z | + set -o errexit |
436 | 2024-02-28T12:29:58.625Z | +++ dirname ./tools/ci_download_maghemite_openapi |
437 | 2024-02-28T12:29:58.625Z | ++ cd ./tools |
438 | 2024-02-28T12:29:58.625Z | ++ pwd |
439 | 2024-02-28T12:29:58.625Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2024-02-28T12:29:58.626Z | ++ basename ./tools/ci_download_maghemite_openapi |
441 | 2024-02-28T12:29:58.626Z | + ARG0=ci_download_maghemite_openapi |
442 | 2024-02-28T12:29:58.626Z | + TARGET_DIR=out |
443 | 2024-02-28T12:29:58.626Z | + DOWNLOAD_DIR=out/downloads |
444 | 2024-02-28T12:29:58.626Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
445 | 2024-02-28T12:29:58.626Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
446 | 2024-02-28T12:29:58.626Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
447 | 2024-02-28T12:29:58.626Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
448 | 2024-02-28T12:29:58.626Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
449 | 2024-02-28T12:29:58.626Z | + main |
450 | 2024-02-28T12:29:58.627Z | + [[ 0 != 0 ]] |
451 | 2024-02-28T12:29:58.627Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
452 | 2024-02-28T12:29:58.627Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
453 | 2024-02-28T12:29:58.627Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
454 | 2024-02-28T12:29:58.627Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
455 | 2024-02-28T12:29:58.627Z | + local DO_DOWNLOAD=true |
456 | 2024-02-28T12:29:58.627Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
457 | 2024-02-28T12:29:58.627Z | + mkdir -p out/downloads |
458 | 2024-02-28T12:29:58.628Z | + '[' true == true ']' |
459 | 2024-02-28T12:29:58.628Z | + echo Downloading... |
460 | 2024-02-28T12:29:58.628Z | Downloading... |
461 | 2024-02-28T12:29:58.628Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
462 | 2024-02-28T12:29:58.628Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
463 | 2024-02-28T12:29:58.637Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
464 | 2024-02-28T12:29:58.637Z | ++ case "$OSTYPE" in |
465 | 2024-02-28T12:29:58.637Z | ++ SHA=sha256sum |
466 | 2024-02-28T12:29:58.637Z | ++ sha256sum |
467 | 2024-02-28T12:29:58.637Z | ++ awk '{print $1}' |
468 | 2024-02-28T12:29:58.637Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
469 | 2024-02-28T12:29:58.637Z | + [[ 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 ]] |
470 | 2024-02-28T12:29:58.637Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
471 | 2024-02-28T12:29:58.637Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
472 | 2024-02-28T12:29:58.638Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
473 | 2024-02-28T12:29:58.638Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
474 | 2024-02-28T12:29:58.638Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
475 | 2024-02-28T12:29:58.638Z | + main |
476 | 2024-02-28T12:29:58.638Z | + [[ 0 != 0 ]] |
477 | 2024-02-28T12:29:58.638Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
478 | 2024-02-28T12:29:58.638Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
479 | 2024-02-28T12:29:58.638Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
480 | 2024-02-28T12:29:58.638Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
481 | 2024-02-28T12:29:58.638Z | + local DO_DOWNLOAD=true |
482 | 2024-02-28T12:29:58.638Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
483 | 2024-02-28T12:29:58.638Z | + mkdir -p out/downloads |
484 | 2024-02-28T12:29:58.638Z | + '[' true == true ']' |
485 | 2024-02-28T12:29:58.638Z | + echo Downloading... |
486 | 2024-02-28T12:29:58.638Z | Downloading... |
487 | 2024-02-28T12:29:58.638Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
488 | 2024-02-28T12:29:58.638Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
489 | 2024-02-28T12:29:58.638Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
490 | 2024-02-28T12:29:58.638Z | ++ case "$OSTYPE" in |
491 | 2024-02-28T12:29:58.638Z | ++ SHA=sha256sum |
492 | 2024-02-28T12:29:58.638Z | ++ sha256sum |
493 | 2024-02-28T12:29:58.638Z | ++ awk '{print $1}' |
494 | 2024-02-28T12:29:58.638Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
495 | 2024-02-28T12:29:58.639Z | + [[ 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 ]] |
496 | 2024-02-28T12:29:58.642Z | + set -o errexit |
497 | 2024-02-28T12:29:58.642Z | +++ dirname ./tools/ci_download_dendrite_openapi |
498 | 2024-02-28T12:29:58.642Z | ++ cd ./tools |
499 | 2024-02-28T12:29:58.642Z | ++ pwd |
500 | 2024-02-28T12:29:58.642Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2024-02-28T12:29:58.642Z | ++ basename ./tools/ci_download_dendrite_openapi |
502 | 2024-02-28T12:29:58.642Z | + ARG0=ci_download_dendrite_openapi |
503 | 2024-02-28T12:29:58.642Z | + TARGET_DIR=out |
504 | 2024-02-28T12:29:58.643Z | + DOWNLOAD_DIR=out/downloads |
505 | 2024-02-28T12:29:58.643Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
506 | 2024-02-28T12:29:58.643Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
507 | 2024-02-28T12:29:58.643Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
508 | 2024-02-28T12:29:58.643Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
509 | 2024-02-28T12:29:58.643Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
510 | 2024-02-28T12:29:58.643Z | + main |
511 | 2024-02-28T12:29:58.643Z | + [[ 0 != 0 ]] |
512 | 2024-02-28T12:29:58.643Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
513 | 2024-02-28T12:29:58.643Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
514 | 2024-02-28T12:29:58.643Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
515 | 2024-02-28T12:29:58.643Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
516 | 2024-02-28T12:29:58.643Z | + local DO_DOWNLOAD=true |
517 | 2024-02-28T12:29:58.643Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
518 | 2024-02-28T12:29:58.643Z | + mkdir -p out/downloads |
519 | 2024-02-28T12:29:58.648Z | + '[' true == true ']' |
520 | 2024-02-28T12:29:58.648Z | + echo Downloading... |
521 | 2024-02-28T12:29:58.648Z | Downloading... |
522 | 2024-02-28T12:29:58.648Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
523 | 2024-02-28T12:29:58.648Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
524 | 2024-02-28T12:29:58.760Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
525 | 2024-02-28T12:29:58.760Z | ++ case "$OSTYPE" in |
526 | 2024-02-28T12:29:58.763Z | ++ SHA=sha256sum |
527 | 2024-02-28T12:29:58.764Z | ++ sha256sum |
528 | 2024-02-28T12:29:58.764Z | ++ awk '{print $1}' |
529 | 2024-02-28T12:29:58.764Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
530 | 2024-02-28T12:29:58.764Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
531 | 2024-02-28T12:29:58.768Z | + set -o errexit |
532 | 2024-02-28T12:29:58.771Z | +++ dirname ./tools/ci_download_dendrite_stub |
533 | 2024-02-28T12:29:58.775Z | ++ cd ./tools |
534 | 2024-02-28T12:29:58.775Z | ++ pwd |
535 | 2024-02-28T12:29:58.775Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2024-02-28T12:29:58.775Z | ++ basename ./tools/ci_download_dendrite_stub |
537 | 2024-02-28T12:29:58.775Z | + ARG0=ci_download_dendrite_stub |
538 | 2024-02-28T12:29:58.775Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
539 | 2024-02-28T12:29:58.775Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
540 | 2024-02-28T12:29:58.775Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
541 | 2024-02-28T12:29:58.775Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
542 | 2024-02-28T12:29:58.775Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
543 | 2024-02-28T12:29:58.775Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
544 | 2024-02-28T12:29:58.775Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
545 | 2024-02-28T12:29:58.775Z | + TARGET_DIR=out |
546 | 2024-02-28T12:29:58.775Z | + DOWNLOAD_DIR=out/downloads |
547 | 2024-02-28T12:29:58.775Z | + DEST_DIR=./out/dendrite-stub |
548 | 2024-02-28T12:29:58.775Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
549 | 2024-02-28T12:29:58.775Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
550 | 2024-02-28T12:29:58.780Z | + REPO=oxidecomputer/dendrite |
551 | 2024-02-28T12:29:58.780Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
552 | 2024-02-28T12:29:58.780Z | + main |
553 | 2024-02-28T12:29:58.780Z | + [[ 0 != 0 ]] |
554 | 2024-02-28T12:29:58.780Z | + CIDL_OS=solaris2.11 |
555 | 2024-02-28T12:29:58.780Z | + [[ 0 != 0 ]] |
556 | 2024-02-28T12:29:58.780Z | + configure_os solaris2.11 |
557 | 2024-02-28T12:29:58.780Z | + echo 'current directory: /work/oxidecomputer/omicron' |
558 | 2024-02-28T12:29:58.780Z | current directory: /work/oxidecomputer/omicron |
559 | 2024-02-28T12:29:58.780Z | + echo 'configuring based on OS: "solaris2.11"' |
560 | 2024-02-28T12:29:58.780Z | configuring based on OS: "solaris2.11" |
561 | 2024-02-28T12:29:58.780Z | + case "$1" in |
562 | 2024-02-28T12:29:58.780Z | + SET_BINARIES= |
563 | 2024-02-28T12:29:58.780Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
564 | 2024-02-28T12:29:58.780Z | + CIDL_SHA256FUNC=do_sha256sum |
565 | 2024-02-28T12:29:58.780Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
566 | 2024-02-28T12:29:58.781Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
567 | 2024-02-28T12:29:58.781Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
568 | 2024-02-28T12:29:58.781Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
569 | 2024-02-28T12:29:58.781Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
570 | 2024-02-28T12:29:58.781Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
571 | 2024-02-28T12:29:58.781Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2024-02-28T12:29:58.781Z | + mkdir -p out/downloads |
573 | 2024-02-28T12:29:58.781Z | + mkdir -p ./out/dendrite-stub |
574 | 2024-02-28T12:29:58.785Z | + fetch_and_verify |
575 | 2024-02-28T12:29:58.785Z | + local DO_DOWNLOAD=true |
576 | 2024-02-28T12:29:58.785Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
577 | 2024-02-28T12:29:58.785Z | + '[' true == true ']' |
578 | 2024-02-28T12:29:58.785Z | + echo Downloading... |
579 | 2024-02-28T12:29:58.785Z | Downloading... |
580 | 2024-02-28T12:29:58.785Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-28T12:29:58.785Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
582 | 2024-02-28T12:30:04.423Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
583 | 2024-02-28T12:30:04.427Z | ++ sha256sum |
584 | 2024-02-28T12:30:04.427Z | ++ awk '{print $1}' |
585 | 2024-02-28T12:30:04.449Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
586 | 2024-02-28T12:30:04.453Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
587 | 2024-02-28T12:30:04.453Z | + do_untar out/downloads/dendrite-stub.tar.gz |
588 | 2024-02-28T12:30:04.454Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
589 | 2024-02-28T12:30:05.156Z | + do_assemble |
590 | 2024-02-28T12:30:05.156Z | + rm -r ./out/dendrite-stub |
591 | 2024-02-28T12:30:05.163Z | + mkdir ./out/dendrite-stub |
592 | 2024-02-28T12:30:05.163Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
593 | 2024-02-28T12:30:05.260Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
594 | 2024-02-28T12:30:05.273Z | + set -o errexit |
595 | 2024-02-28T12:30:05.280Z | +++ dirname ./tools/ci_download_maghemite_mgd |
596 | 2024-02-28T12:30:05.280Z | ++ cd ./tools |
597 | 2024-02-28T12:30:05.280Z | ++ pwd |
598 | 2024-02-28T12:30:05.281Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
599 | 2024-02-28T12:30:05.281Z | ++ basename ./tools/ci_download_maghemite_mgd |
600 | 2024-02-28T12:30:05.281Z | + ARG0=ci_download_maghemite_mgd |
601 | 2024-02-28T12:30:05.281Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
602 | 2024-02-28T12:30:05.281Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
603 | 2024-02-28T12:30:05.281Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
604 | 2024-02-28T12:30:05.281Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
605 | 2024-02-28T12:30:05.282Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
606 | 2024-02-28T12:30:05.282Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
607 | 2024-02-28T12:30:05.282Z | + TARGET_DIR=out |
608 | 2024-02-28T12:30:05.282Z | + DOWNLOAD_DIR=out/downloads |
609 | 2024-02-28T12:30:05.282Z | + DEST_DIR=./out/mgd |
610 | 2024-02-28T12:30:05.282Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
611 | 2024-02-28T12:30:05.282Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
612 | 2024-02-28T12:30:05.283Z | + REPO=oxidecomputer/maghemite |
613 | 2024-02-28T12:30:05.283Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
614 | 2024-02-28T12:30:05.283Z | + main |
615 | 2024-02-28T12:30:05.283Z | + [[ 0 != 0 ]] |
616 | 2024-02-28T12:30:05.283Z | + CIDL_OS=solaris2.11 |
617 | 2024-02-28T12:30:05.283Z | + [[ 0 != 0 ]] |
618 | 2024-02-28T12:30:05.283Z | + configure_os solaris2.11 |
619 | 2024-02-28T12:30:05.283Z | + echo 'current directory: /work/oxidecomputer/omicron' |
620 | 2024-02-28T12:30:05.283Z | current directory: /work/oxidecomputer/omicron |
621 | 2024-02-28T12:30:05.283Z | + echo 'configuring based on OS: "solaris2.11"' |
622 | 2024-02-28T12:30:05.284Z | + case "$1" in |
623 | 2024-02-28T12:30:05.284Z | + SET_BINARIES= |
624 | 2024-02-28T12:30:05.284Z | configuring based on OS: "solaris2.11" |
625 | 2024-02-28T12:30:05.284Z | + CIDL_SHA256FUNC=do_sha256sum |
626 | 2024-02-28T12:30:05.284Z | + TARBALL_FILENAME=mgd.tar.gz |
627 | 2024-02-28T12:30:05.284Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
628 | 2024-02-28T12:30:05.284Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
629 | 2024-02-28T12:30:05.285Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
630 | 2024-02-28T12:30:05.285Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
631 | 2024-02-28T12:30:05.285Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
632 | 2024-02-28T12:30:05.285Z | + mkdir -p out/downloads |
633 | 2024-02-28T12:30:05.285Z | Local file: out/downloads/mgd.tar.gz |
634 | 2024-02-28T12:30:05.291Z | + mkdir -p ./out/mgd |
635 | 2024-02-28T12:30:05.291Z | + fetch_and_verify |
636 | 2024-02-28T12:30:05.291Z | + local DO_DOWNLOAD=true |
637 | 2024-02-28T12:30:05.292Z | + [[ -f out/downloads/mgd.tar.gz ]] |
638 | 2024-02-28T12:30:05.292Z | + '[' true == true ']' |
639 | 2024-02-28T12:30:05.292Z | + echo Downloading... |
640 | 2024-02-28T12:30:05.292Z | Downloading... |
641 | 2024-02-28T12:30:05.292Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
642 | 2024-02-28T12:30:05.293Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
643 | 2024-02-28T12:30:13.827Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
644 | 2024-02-28T12:30:13.844Z | ++ sha256sum |
645 | 2024-02-28T12:30:13.844Z | ++ awk '{print $1}' |
646 | 2024-02-28T12:30:13.856Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
647 | 2024-02-28T12:30:13.856Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
648 | 2024-02-28T12:30:13.856Z | + do_untar out/downloads/mgd.tar.gz |
649 | 2024-02-28T12:30:13.856Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
650 | 2024-02-28T12:30:14.293Z | + do_assemble |
651 | 2024-02-28T12:30:14.293Z | + rm -r ./out/mgd |
652 | 2024-02-28T12:30:14.303Z | + mkdir ./out/mgd |
653 | 2024-02-28T12:30:14.303Z | + cp -r out/downloads/root ./out/mgd/root |
654 | 2024-02-28T12:30:14.454Z | + set -o errexit |
655 | 2024-02-28T12:30:14.457Z | +++ dirname ./tools/ci_download_transceiver_control |
656 | 2024-02-28T12:30:14.457Z | ++ cd ./tools |
657 | 2024-02-28T12:30:14.460Z | ++ pwd |
658 | 2024-02-28T12:30:14.460Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
659 | 2024-02-28T12:30:14.460Z | ++ basename ./tools/ci_download_transceiver_control |
660 | 2024-02-28T12:30:14.464Z | + ARG0=ci_download_transceiver_control |
661 | 2024-02-28T12:30:14.464Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
662 | 2024-02-28T12:30:14.464Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-02-28T12:30:14.464Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2024-02-28T12:30:14.464Z | + TARGET_DIR=out |
665 | 2024-02-28T12:30:14.464Z | + DOWNLOAD_DIR=out/downloads |
666 | 2024-02-28T12:30:14.464Z | + DEST_DIR=./out/transceiver-control |
667 | 2024-02-28T12:30:14.464Z | + BIN_DIR=/opt/oxide/bin |
668 | 2024-02-28T12:30:14.464Z | + BINARY=xcvradm |
669 | 2024-02-28T12:30:14.464Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
670 | 2024-02-28T12:30:14.464Z | + REPO=oxidecomputer/transceiver-control |
671 | 2024-02-28T12:30:14.464Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
672 | 2024-02-28T12:30:14.464Z | + main |
673 | 2024-02-28T12:30:14.464Z | + [[ 0 != 0 ]] |
674 | 2024-02-28T12:30:14.464Z | + CIDL_OS=solaris2.11 |
675 | 2024-02-28T12:30:14.464Z | + [[ 0 != 0 ]] |
676 | 2024-02-28T12:30:14.464Z | + configure_os solaris2.11 |
677 | 2024-02-28T12:30:14.464Z | + echo 'current directory: /work/oxidecomputer/omicron' |
678 | 2024-02-28T12:30:14.465Z | current directory: /work/oxidecomputer/omicron |
679 | 2024-02-28T12:30:14.465Z | + echo 'configuring based on OS: "solaris2.11"' |
680 | 2024-02-28T12:30:14.465Z | + case "$1" in |
681 | 2024-02-28T12:30:14.465Z | configuring based on OS: "solaris2.11" |
682 | 2024-02-28T12:30:14.465Z | + SET_BINARIES= |
683 | 2024-02-28T12:30:14.465Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-02-28T12:30:14.465Z | + CIDL_SHA256FUNC=do_sha256sum |
685 | 2024-02-28T12:30:14.465Z | + ARCHIVE_FILENAME=xcvradm.gz |
686 | 2024-02-28T12:30:14.465Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-02-28T12:30:14.465Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
688 | 2024-02-28T12:30:14.465Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
689 | 2024-02-28T12:30:14.465Z | + echo 'Local file: out/downloads/xcvradm.gz' |
690 | 2024-02-28T12:30:14.465Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
691 | 2024-02-28T12:30:14.465Z | + mkdir -p out/downloads |
692 | 2024-02-28T12:30:14.465Z | Local file: out/downloads/xcvradm.gz |
693 | 2024-02-28T12:30:14.465Z | + mkdir -p ./out/transceiver-control |
694 | 2024-02-28T12:30:14.469Z | + fetch_and_verify |
695 | 2024-02-28T12:30:14.469Z | + local DO_DOWNLOAD=true |
696 | 2024-02-28T12:30:14.469Z | + [[ -f out/downloads/xcvradm.gz ]] |
697 | 2024-02-28T12:30:14.469Z | + '[' true == true ']' |
698 | 2024-02-28T12:30:14.469Z | + echo Downloading... |
699 | 2024-02-28T12:30:14.469Z | Downloading... |
700 | 2024-02-28T12:30:14.469Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
701 | 2024-02-28T12:30:14.469Z | + 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 |
702 | 2024-02-28T12:30:18.131Z | ++ do_sha256sum out/downloads/xcvradm.gz |
703 | 2024-02-28T12:30:18.134Z | ++ sha256sum |
704 | 2024-02-28T12:30:18.134Z | ++ awk '{print $1}' |
705 | 2024-02-28T12:30:18.139Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
706 | 2024-02-28T12:30:18.139Z | + [[ 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 ]] |
707 | 2024-02-28T12:30:18.142Z | + do_unpack out/downloads/xcvradm.gz |
708 | 2024-02-28T12:30:18.142Z | + mkdir -p out/downloads/root//opt/oxide/bin |
709 | 2024-02-28T12:30:18.142Z | + gzip -dc out/downloads/xcvradm.gz |
710 | 2024-02-28T12:30:18.261Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
711 | 2024-02-28T12:30:18.265Z | + do_assemble |
712 | 2024-02-28T12:30:18.265Z | + rm -r ./out/transceiver-control |
713 | 2024-02-28T12:30:18.268Z | + mkdir ./out/transceiver-control |
714 | 2024-02-28T12:30:18.268Z | + cp -r out/downloads/root ./out/transceiver-control/root |
715 | 2024-02-28T12:30:18.558Z | All builder prerequisites installed successfully, and PATH looks valid |
716 | 2024-02-28T12:30:18.561Z | |
717 | 2024-02-28T12:30:18.561Z | real 2:02.632855739 |
718 | 2024-02-28T12:30:18.561Z | user 34.964640379 |
719 | 2024-02-28T12:30:18.561Z | sys 6.442473210 |
720 | 2024-02-28T12:30:18.561Z | trap 0.008185185 |
721 | 2024-02-28T12:30:18.561Z | tflt 0.146870459 |
722 | 2024-02-28T12:30:18.561Z | dflt 0.437860328 |
723 | 2024-02-28T12:30:18.562Z | kflt 0.192300630 |
724 | 2024-02-28T12:30:18.562Z | lock 1.957215078 |
725 | 2024-02-28T12:30:18.562Z | slp 4:03.958185693 |
726 | 2024-02-28T12:30:18.562Z | lat 1.853979350 |
727 | 2024-02-28T12:30:18.562Z | stop 0.142468974 |
728 | 2024-02-28T12:30:18.562Z | |
729 | 2024-02-28T12:30:18.562Z | #### # # ##### ##### # # |
730 | 2024-02-28T12:30:18.562Z | # # # # # # # # # # |
731 | 2024-02-28T12:30:18.562Z | # # # # # # # # |
732 | 2024-02-28T12:30:18.562Z | # # # ##### ##### # |
733 | 2024-02-28T12:30:18.562Z | # # # # # # # |
734 | 2024-02-28T12:30:18.562Z | #### ###### # # # # |
735 | 2024-02-28T12:30:18.562Z | |
736 | 2024-02-28T12:30:18.780Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
737 | 2024-02-28T12:30:19.095Z | Updating git repository `https://github.com/oxidecomputer/samael` |
738 | 2024-02-28T12:30:19.447Z | Updating crates.io index |
739 | 2024-02-28T12:30:19.542Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2024-02-28T12:30:20.205Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-02-28T12:30:21.821Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2024-02-28T12:30:22.151Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2024-02-28T12:30:22.843Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2024-02-28T12:30:22.848Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2024-02-28T12:30:22.978Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2024-02-28T12:30:23.788Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2024-02-28T12:30:25.668Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2024-02-28T12:30:26.613Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2024-02-28T12:30:26.977Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2024-02-28T12:30:27.527Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2024-02-28T12:30:27.817Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
752 | 2024-02-28T12:30:28.122Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2024-02-28T12:30:28.424Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2024-02-28T12:30:28.770Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2024-02-28T12:30:29.319Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
756 | 2024-02-28T12:30:29.631Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2024-02-28T12:30:30.133Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2024-02-28T12:30:30.496Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2024-02-28T12:30:30.851Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2024-02-28T12:30:31.785Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2024-02-28T12:30:32.168Z | Updating git repository `https://github.com/oxidecomputer/typify` |
762 | 2024-02-28T12:30:33.377Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
763 | 2024-02-28T12:30:33.734Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
764 | 2024-02-28T12:30:34.031Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
765 | 2024-02-28T12:30:35.116Z | Downloading crates ... |
766 | 2024-02-28T12:30:35.303Z | Downloaded equivalent v1.0.1 |
767 | 2024-02-28T12:30:35.310Z | Downloaded ryu v1.0.15 |
768 | 2024-02-28T12:30:35.318Z | Downloaded colorchoice v1.0.0 |
769 | 2024-02-28T12:30:35.332Z | Downloaded strsim v0.11.0 |
770 | 2024-02-28T12:30:35.336Z | Downloaded anstyle v1.0.2 |
771 | 2024-02-28T12:30:35.340Z | Downloaded clap_lex v0.7.0 |
772 | 2024-02-28T12:30:35.341Z | Downloaded cargo-platform v0.1.3 |
773 | 2024-02-28T12:30:35.341Z | Downloaded heck v0.4.1 |
774 | 2024-02-28T12:30:35.346Z | Downloaded toml_datetime v0.6.5 |
775 | 2024-02-28T12:30:35.346Z | Downloaded errno v0.3.8 |
776 | 2024-02-28T12:30:35.346Z | Downloaded anstyle-query v1.0.0 |
777 | 2024-02-28T12:30:35.346Z | Downloaded terminal_size v0.3.0 |
778 | 2024-02-28T12:30:35.352Z | Downloaded thiserror-impl v1.0.57 |
779 | 2024-02-28T12:30:35.352Z | Downloaded itoa v1.0.9 |
780 | 2024-02-28T12:30:35.352Z | Downloaded serde_spanned v0.6.5 |
781 | 2024-02-28T12:30:35.359Z | Downloaded clap_derive v4.5.0 |
782 | 2024-02-28T12:30:35.372Z | Downloaded cargo_toml v0.19.0 |
783 | 2024-02-28T12:30:35.372Z | Downloaded clap v4.5.0 |
784 | 2024-02-28T12:30:35.376Z | Downloaded toml v0.8.10 |
785 | 2024-02-28T12:30:35.380Z | Downloaded anyhow v1.0.75 |
786 | 2024-02-28T12:30:35.384Z | Downloaded proc-macro2 v1.0.78 |
787 | 2024-02-28T12:30:35.384Z | Downloaded semver v1.0.22 |
788 | 2024-02-28T12:30:35.387Z | Downloaded quote v1.0.35 |
789 | 2024-02-28T12:30:35.387Z | Downloaded camino v1.1.6 |
790 | 2024-02-28T12:30:35.393Z | Downloaded serde_derive v1.0.196 |
791 | 2024-02-28T12:30:35.396Z | Downloaded cargo_metadata v0.18.1 |
792 | 2024-02-28T12:30:35.396Z | Downloaded bitflags v2.4.0 |
793 | 2024-02-28T12:30:35.396Z | Downloaded indexmap v2.2.3 |
794 | 2024-02-28T12:30:35.401Z | Downloaded serde v1.0.196 |
795 | 2024-02-28T12:30:35.409Z | Downloaded anstream v0.6.11 |
796 | 2024-02-28T12:30:35.414Z | Downloaded memchr v2.6.3 |
797 | 2024-02-28T12:30:35.414Z | Downloaded toml_edit v0.22.6 |
798 | 2024-02-28T12:30:35.435Z | Downloaded serde_json v1.0.114 |
799 | 2024-02-28T12:30:35.442Z | Downloaded hashbrown v0.14.3 |
800 | 2024-02-28T12:30:35.448Z | Downloaded clap_builder v4.5.0 |
801 | 2024-02-28T12:30:35.453Z | Downloaded winnow v0.6.1 |
802 | 2024-02-28T12:30:35.462Z | Downloaded syn v2.0.48 |
803 | 2024-02-28T12:30:35.472Z | Downloaded rustix v0.38.31 |
804 | 2024-02-28T12:30:35.495Z | Downloaded anstyle-parse v0.2.1 |
805 | 2024-02-28T12:30:35.506Z | Downloaded utf8parse v0.2.1 |
806 | 2024-02-28T12:30:35.510Z | Downloaded libc v0.2.153 |
807 | 2024-02-28T12:30:35.528Z | Downloaded unicode-ident v1.0.12 |
808 | 2024-02-28T12:30:35.532Z | Downloaded thiserror v1.0.57 |
809 | 2024-02-28T12:30:35.732Z | Compiling proc-macro2 v1.0.78 |
810 | 2024-02-28T12:30:35.732Z | Compiling unicode-ident v1.0.12 |
811 | 2024-02-28T12:30:35.739Z | Compiling serde v1.0.196 |
812 | 2024-02-28T12:30:35.740Z | Compiling libc v0.2.153 |
813 | 2024-02-28T12:30:35.740Z | Compiling rustix v0.38.31 |
814 | 2024-02-28T12:30:35.740Z | Compiling hashbrown v0.14.3 |
815 | 2024-02-28T12:30:35.758Z | Compiling bitflags v2.4.0 |
816 | 2024-02-28T12:30:35.762Z | Compiling equivalent v1.0.1 |
817 | 2024-02-28T12:30:35.899Z | Compiling utf8parse v0.2.1 |
818 | 2024-02-28T12:30:35.945Z | Compiling colorchoice v1.0.0 |
819 | 2024-02-28T12:30:36.056Z | Compiling anstyle-parse v0.2.1 |
820 | 2024-02-28T12:30:36.100Z | Compiling thiserror v1.0.57 |
821 | 2024-02-28T12:30:36.207Z | Compiling serde_json v1.0.114 |
822 | 2024-02-28T12:30:36.352Z | Compiling anstyle-query v1.0.0 |
823 | 2024-02-28T12:30:36.434Z | Compiling semver v1.0.22 |
824 | 2024-02-28T12:30:36.866Z | Compiling indexmap v2.2.3 |
825 | 2024-02-28T12:30:37.725Z | Compiling camino v1.1.6 |
826 | 2024-02-28T12:30:38.077Z | Compiling anstyle v1.0.2 |
827 | 2024-02-28T12:30:38.081Z | Compiling winnow v0.6.1 |
828 | 2024-02-28T12:30:38.297Z | Compiling itoa v1.0.9 |
829 | 2024-02-28T12:30:38.313Z | Compiling anyhow v1.0.75 |
830 | 2024-02-28T12:30:38.316Z | Compiling heck v0.4.1 |
831 | 2024-02-28T12:30:38.359Z | Compiling anstream v0.6.11 |
832 | 2024-02-28T12:30:38.484Z | Compiling ryu v1.0.15 |
833 | 2024-02-28T12:30:38.508Z | Compiling strsim v0.11.0 |
834 | 2024-02-28T12:30:38.790Z | Compiling clap_lex v0.7.0 |
835 | 2024-02-28T12:30:39.100Z | Compiling quote v1.0.35 |
836 | 2024-02-28T12:30:39.512Z | Compiling syn v2.0.48 |
837 | 2024-02-28T12:30:39.533Z | Compiling errno v0.3.8 |
838 | 2024-02-28T12:30:40.384Z | Compiling terminal_size v0.3.0 |
839 | 2024-02-28T12:30:40.500Z | Compiling clap_builder v4.5.0 |
840 | 2024-02-28T12:30:44.283Z | Compiling serde_derive v1.0.196 |
841 | 2024-02-28T12:30:44.287Z | Compiling thiserror-impl v1.0.57 |
842 | 2024-02-28T12:30:44.287Z | Compiling clap_derive v4.5.0 |
843 | 2024-02-28T12:30:47.026Z | Compiling clap v4.5.0 |
844 | 2024-02-28T12:30:52.464Z | Compiling serde_spanned v0.6.5 |
845 | 2024-02-28T12:30:52.468Z | Compiling toml_datetime v0.6.5 |
846 | 2024-02-28T12:30:52.468Z | Compiling cargo-platform v0.1.3 |
847 | 2024-02-28T12:30:52.715Z | Compiling toml_edit v0.22.6 |
848 | 2024-02-28T12:30:53.815Z | Compiling cargo_metadata v0.18.1 |
849 | 2024-02-28T12:30:54.725Z | Compiling toml v0.8.10 |
850 | 2024-02-28T12:30:55.413Z | Compiling cargo_toml v0.19.0 |
851 | 2024-02-28T12:30:59.252Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
852 | 2024-02-28T12:31:00.207Z | Finished dev [unoptimized + debuginfo] target(s) in 41.59s |
853 | 2024-02-28T12:31:00.379Z | Running `target/debug/xtask clippy` |
854 | 2024-02-28T12:31:00.410Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
855 | 2024-02-28T12:31:00.939Z | Downloading crates ... |
856 | 2024-02-28T12:31:01.124Z | Downloaded addr2line v0.21.0 |
857 | 2024-02-28T12:31:01.128Z | Downloaded bb8 v0.8.3 |
858 | 2024-02-28T12:31:01.130Z | Downloaded autocfg v1.1.0 |
859 | 2024-02-28T12:31:01.134Z | Downloaded ascii-canvas v3.0.0 |
860 | 2024-02-28T12:31:01.134Z | Downloaded atomicwrites v0.4.3 |
861 | 2024-02-28T12:31:01.137Z | Downloaded basic-toml v0.1.8 |
862 | 2024-02-28T12:31:01.149Z | Downloaded http-range v0.1.5 |
863 | 2024-02-28T12:31:01.156Z | Downloaded http-body v1.0.0 |
864 | 2024-02-28T12:31:01.159Z | Downloaded highway v1.1.0 |
865 | 2024-02-28T12:31:01.159Z | Downloaded inout v0.1.3 |
866 | 2024-02-28T12:31:01.159Z | Downloaded home v0.5.5 |
867 | 2024-02-28T12:31:01.166Z | Downloaded iana-time-zone v0.1.57 |
868 | 2024-02-28T12:31:01.169Z | Downloaded cassowary v0.3.0 |
869 | 2024-02-28T12:31:01.172Z | Downloaded castaway v0.2.2 |
870 | 2024-02-28T12:31:01.175Z | Downloaded buf-list v1.0.3 |
871 | 2024-02-28T12:31:01.178Z | Downloaded httparse v1.8.0 |
872 | 2024-02-28T12:31:01.181Z | Downloaded base16ct v0.2.0 |
873 | 2024-02-28T12:31:01.181Z | Downloaded blake2b_simd v1.0.1 |
874 | 2024-02-28T12:31:01.185Z | Downloaded block-padding v0.3.3 |
875 | 2024-02-28T12:31:01.185Z | Downloaded block-buffer v0.10.4 |
876 | 2024-02-28T12:31:01.188Z | Downloaded hubpack_derive v0.1.1 |
877 | 2024-02-28T12:31:01.188Z | Downloaded httpdate v1.0.3 |
878 | 2024-02-28T12:31:01.191Z | Downloaded cpufeatures v0.2.12 |
879 | 2024-02-28T12:31:01.194Z | Downloaded ciborium-ll v0.2.2 |
880 | 2024-02-28T12:31:01.194Z | Downloaded corncobs v0.1.3 |
881 | 2024-02-28T12:31:01.197Z | Downloaded crc v3.0.1 |
882 | 2024-02-28T12:31:01.200Z | Downloaded cast v0.3.0 |
883 | 2024-02-28T12:31:01.200Z | Downloaded crc-any v2.4.3 |
884 | 2024-02-28T12:31:01.203Z | Downloaded cstr-argument v0.1.2 |
885 | 2024-02-28T12:31:01.208Z | Downloaded crossbeam-deque v0.8.3 |
886 | 2024-02-28T12:31:01.208Z | Downloaded criterion-plot v0.5.0 |
887 | 2024-02-28T12:31:01.213Z | Downloaded byteorder v1.5.0 |
888 | 2024-02-28T12:31:01.213Z | Downloaded async-stream-impl v0.3.5 |
889 | 2024-02-28T12:31:01.216Z | Downloaded atty v0.2.14 |
890 | 2024-02-28T12:31:01.216Z | Downloaded crunchy v0.2.2 |
891 | 2024-02-28T12:31:01.216Z | Downloaded crucible-workspace-hack v0.1.0 |
892 | 2024-02-28T12:31:01.219Z | Downloaded bit-vec v0.6.3 |
893 | 2024-02-28T12:31:01.219Z | Downloaded crypto-bigint v0.5.2 |
894 | 2024-02-28T12:31:01.229Z | Downloaded matches v0.1.10 |
895 | 2024-02-28T12:31:01.233Z | Downloaded cipher v0.4.4 |
896 | 2024-02-28T12:31:01.233Z | Downloaded match_cfg v0.1.0 |
897 | 2024-02-28T12:31:01.233Z | Downloaded cfg-if v1.0.0 |
898 | 2024-02-28T12:31:01.236Z | Downloaded is-terminal v0.4.9 |
899 | 2024-02-28T12:31:01.236Z | Downloaded impl-trait-for-tuples v0.2.2 |
900 | 2024-02-28T12:31:01.239Z | Downloaded indoc v1.0.9 |
901 | 2024-02-28T12:31:01.242Z | Downloaded lru v0.12.1 |
902 | 2024-02-28T12:31:01.246Z | Downloaded keccak v0.1.4 |
903 | 2024-02-28T12:31:01.249Z | Downloaded new_debug_unreachable v1.0.4 |
904 | 2024-02-28T12:31:01.249Z | Downloaded maybe-uninit v2.0.0 |
905 | 2024-02-28T12:31:01.252Z | Downloaded colored v2.0.4 |
906 | 2024-02-28T12:31:01.255Z | Downloaded maplit v1.0.2 |
907 | 2024-02-28T12:31:01.255Z | Downloaded assert_matches v1.5.0 |
908 | 2024-02-28T12:31:01.258Z | Downloaded csv-core v0.1.11 |
909 | 2024-02-28T12:31:01.261Z | Downloaded atomic-waker v1.1.1 |
910 | 2024-02-28T12:31:01.265Z | Downloaded async-stream v0.3.5 |
911 | 2024-02-28T12:31:01.268Z | Downloaded lock_api v0.4.10 |
912 | 2024-02-28T12:31:01.274Z | Downloaded log v0.4.20 |
913 | 2024-02-28T12:31:01.277Z | Downloaded chacha20 v0.9.1 |
914 | 2024-02-28T12:31:01.277Z | Downloaded lru-cache v0.1.2 |
915 | 2024-02-28T12:31:01.280Z | Downloaded nested v0.1.1 |
916 | 2024-02-28T12:31:01.280Z | Downloaded bytes v1.5.0 |
917 | 2024-02-28T12:31:01.285Z | Downloaded kstat-rs v0.2.3 |
918 | 2024-02-28T12:31:01.288Z | Downloaded crossbeam-utils v0.8.16 |
919 | 2024-02-28T12:31:01.291Z | Downloaded crossbeam-channel v0.5.8 |
920 | 2024-02-28T12:31:01.296Z | Downloaded newtype_derive v0.1.6 |
921 | 2024-02-28T12:31:01.298Z | Downloaded vte_generate_state_changes v0.1.1 |
922 | 2024-02-28T12:31:01.301Z | Downloaded num-derive v0.4.0 |
923 | 2024-02-28T12:31:01.305Z | Downloaded assert_cmd v2.0.14 |
924 | 2024-02-28T12:31:01.305Z | Downloaded cancel-safe-futures v0.1.5 |
925 | 2024-02-28T12:31:01.309Z | Downloaded libtest-mimic v0.6.1 |
926 | 2024-02-28T12:31:01.312Z | Downloaded mime v0.3.17 |
927 | 2024-02-28T12:31:01.317Z | Downloaded memoffset v0.9.0 |
928 | 2024-02-28T12:31:01.317Z | Downloaded multimap v0.10.0 |
929 | 2024-02-28T12:31:01.323Z | Downloaded md-5 v0.10.5 |
930 | 2024-02-28T12:31:01.323Z | Downloaded bcs v0.1.6 |
931 | 2024-02-28T12:31:01.326Z | Downloaded ciborium v0.2.2 |
932 | 2024-02-28T12:31:01.327Z | Downloaded hyper-tls v0.5.0 |
933 | 2024-02-28T12:31:01.327Z | Downloaded nanorand v0.7.0 |
934 | 2024-02-28T12:31:01.330Z | Downloaded scheduled-thread-pool v0.2.7 |
935 | 2024-02-28T12:31:01.333Z | Downloaded num-iter v0.1.43 |
936 | 2024-02-28T12:31:01.333Z | Downloaded crypto-common v0.1.6 |
937 | 2024-02-28T12:31:01.334Z | Downloaded foreign-types-shared v0.1.1 |
938 | 2024-02-28T12:31:01.337Z | Downloaded parse-size v1.0.0 |
939 | 2024-02-28T12:31:01.337Z | Downloaded signature v2.1.0 |
940 | 2024-02-28T12:31:01.341Z | Downloaded slog-scope v4.4.0 |
941 | 2024-02-28T12:31:01.341Z | Downloaded serde_plain v1.0.2 |
942 | 2024-02-28T12:31:01.344Z | Downloaded wyz v0.5.1 |
943 | 2024-02-28T12:31:01.344Z | Downloaded hubpack v0.1.2 |
944 | 2024-02-28T12:31:01.347Z | Downloaded darling_macro v0.20.3 |
945 | 2024-02-28T12:31:01.348Z | Downloaded structmeta v0.3.0 |
946 | 2024-02-28T12:31:01.348Z | Downloaded string_cache v0.8.7 |
947 | 2024-02-28T12:31:01.351Z | Downloaded shlex v1.3.0 |
948 | 2024-02-28T12:31:01.354Z | Downloaded ansi_term v0.12.1 |
949 | 2024-02-28T12:31:01.354Z | Downloaded ahash v0.8.7 |
950 | 2024-02-28T12:31:01.762Z | Downloaded argon2 v0.5.3 |
951 | 2024-02-28T12:31:01.772Z | Downloaded arrayvec v0.7.4 |
952 | 2024-02-28T12:31:01.772Z | Downloaded openssl-probe v0.1.5 |
953 | 2024-02-28T12:31:01.772Z | Downloaded form_urlencoded v1.2.1 |
954 | 2024-02-28T12:31:01.772Z | Downloaded plotters-svg v0.3.5 |
955 | 2024-02-28T12:31:01.772Z | Downloaded dirs-next v2.0.0 |
956 | 2024-02-28T12:31:01.772Z | Downloaded fs-err v2.11.0 |
957 | 2024-02-28T12:31:01.772Z | Downloaded relative-path v1.9.0 |
958 | 2024-02-28T12:31:01.772Z | Downloaded httptest v0.15.5 |
959 | 2024-02-28T12:31:01.772Z | Downloaded fnv v1.0.7 |
960 | 2024-02-28T12:31:01.772Z | Downloaded slog-stdlog v4.1.1 |
961 | 2024-02-28T12:31:01.772Z | Downloaded usdt-impl v0.5.0 |
962 | 2024-02-28T12:31:01.772Z | Downloaded dtrace-parser v0.1.14 |
963 | 2024-02-28T12:31:01.772Z | Downloaded native-tls v0.2.11 |
964 | 2024-02-28T12:31:01.772Z | Downloaded num-integer v0.1.46 |
965 | 2024-02-28T12:31:01.772Z | Downloaded universal-hash v0.5.1 |
966 | 2024-02-28T12:31:01.772Z | Downloaded nu-ansi-term v0.50.0 |
967 | 2024-02-28T12:31:01.772Z | Downloaded time-macros v0.2.13 |
968 | 2024-02-28T12:31:01.773Z | Downloaded criterion v0.5.1 |
969 | 2024-02-28T12:31:01.773Z | Downloaded tower-service v0.3.2 |
970 | 2024-02-28T12:31:01.773Z | Downloaded zeroize v1.7.0 |
971 | 2024-02-28T12:31:01.773Z | Downloaded allocator-api2 v0.2.16 |
972 | 2024-02-28T12:31:01.773Z | Downloaded slog-envlogger v2.2.0 |
973 | 2024-02-28T12:31:01.773Z | Downloaded utf-8 v0.7.6 |
974 | 2024-02-28T12:31:01.773Z | Downloaded slog-dtrace v0.3.0 |
975 | 2024-02-28T12:31:01.773Z | Downloaded futures-core v0.3.30 |
976 | 2024-02-28T12:31:01.773Z | Downloaded want v0.3.1 |
977 | 2024-02-28T12:31:01.773Z | Downloaded snafu-derive v0.7.5 |
978 | 2024-02-28T12:31:01.773Z | Downloaded slog-async v2.8.0 |
979 | 2024-02-28T12:31:01.773Z | Downloaded walkdir v2.4.0 |
980 | 2024-02-28T12:31:01.773Z | Downloaded phf_shared v0.10.0 |
981 | 2024-02-28T12:31:01.773Z | Downloaded waitgroup v0.1.2 |
982 | 2024-02-28T12:31:01.773Z | Downloaded headers-core v0.2.0 |
983 | 2024-02-28T12:31:01.773Z | Downloaded semver v0.1.20 |
984 | 2024-02-28T12:31:01.773Z | Downloaded rand_xorshift v0.3.0 |
985 | 2024-02-28T12:31:01.773Z | Downloaded dtrace-parser v0.2.0 |
986 | 2024-02-28T12:31:01.773Z | Downloaded slog v2.7.0 |
987 | 2024-02-28T12:31:01.773Z | Downloaded try-lock v0.2.4 |
988 | 2024-02-28T12:31:01.773Z | Downloaded either v1.10.0 |
989 | 2024-02-28T12:31:01.773Z | Downloaded serde-big-array v0.4.1 |
990 | 2024-02-28T12:31:01.773Z | Downloaded tui-tree-widget v0.17.0 |
991 | 2024-02-28T12:31:01.773Z | Downloaded ed25519 v1.5.3 |
992 | 2024-02-28T12:31:01.774Z | Downloaded cookie v0.18.0 |
993 | 2024-02-28T12:31:01.774Z | Downloaded tracing-attributes v0.1.26 |
994 | 2024-02-28T12:31:01.774Z | Downloaded chacha20poly1305 v0.10.1 |
995 | 2024-02-28T12:31:01.774Z | Downloaded zone_cfg_derive v0.3.0 |
996 | 2024-02-28T12:31:01.774Z | Downloaded opaque-debug v0.3.0 |
997 | 2024-02-28T12:31:01.774Z | Downloaded pest_generator v2.7.6 |
998 | 2024-02-28T12:31:01.774Z | Downloaded pin-utils v0.1.0 |
999 | 2024-02-28T12:31:01.774Z | Downloaded usdt v0.3.5 |
1000 | 2024-02-28T12:31:01.774Z | Downloaded embedded-io v0.4.0 |
1001 | 2024-02-28T12:31:01.774Z | Downloaded http v1.0.0 |
1002 | 2024-02-28T12:31:01.774Z | Downloaded spin v0.5.2 |
1003 | 2024-02-28T12:31:01.774Z | Downloaded percent-encoding v2.3.1 |
1004 | 2024-02-28T12:31:01.774Z | Downloaded bzip2 v0.4.4 |
1005 | 2024-02-28T12:31:01.774Z | Downloaded usdt-macro v0.3.5 |
1006 | 2024-02-28T12:31:01.774Z | Downloaded usdt-macro v0.5.0 |
1007 | 2024-02-28T12:31:01.774Z | Downloaded smallvec v1.13.1 |
1008 | 2024-02-28T12:31:01.774Z | Downloaded signal-hook v0.3.17 |
1009 | 2024-02-28T12:31:01.774Z | Downloaded rand_chacha v0.3.1 |
1010 | 2024-02-28T12:31:01.774Z | Downloaded tempdir v0.3.7 |
1011 | 2024-02-28T12:31:01.774Z | Downloaded dyn-clone v1.0.17 |
1012 | 2024-02-28T12:31:01.774Z | Downloaded foreign-types v0.3.2 |
1013 | 2024-02-28T12:31:01.774Z | Downloaded openssl-macros v0.1.1 |
1014 | 2024-02-28T12:31:01.774Z | Downloaded ron v0.8.1 |
1015 | 2024-02-28T12:31:01.774Z | Downloaded which v4.4.0 |
1016 | 2024-02-28T12:31:01.775Z | Downloaded password-hash v0.5.0 |
1017 | 2024-02-28T12:31:01.775Z | Downloaded rust-argon2 v1.0.1 |
1018 | 2024-02-28T12:31:01.775Z | Downloaded backtrace v0.3.69 |
1019 | 2024-02-28T12:31:01.775Z | Downloaded scroll_derive v0.12.0 |
1020 | 2024-02-28T12:31:01.775Z | Downloaded pkg-config v0.3.27 |
1021 | 2024-02-28T12:31:01.775Z | Downloaded parse-display-derive v0.9.0 |
1022 | 2024-02-28T12:31:01.775Z | Downloaded paste v1.0.14 |
1023 | 2024-02-28T12:31:01.775Z | Downloaded unicase v2.7.0 |
1024 | 2024-02-28T12:31:01.775Z | Downloaded rand_core v0.6.4 |
1025 | 2024-02-28T12:31:01.775Z | Downloaded termtree v0.4.1 |
1026 | 2024-02-28T12:31:01.775Z | Downloaded pin-project-lite v0.2.13 |
1027 | 2024-02-28T12:31:01.775Z | Downloaded version_check v0.9.4 |
1028 | 2024-02-28T12:31:01.775Z | Downloaded parking_lot_core v0.9.8 |
1029 | 2024-02-28T12:31:01.775Z | Downloaded postcard v1.0.8 |
1030 | 2024-02-28T12:31:01.775Z | Downloaded usdt-attr-macro v0.3.5 |
1031 | 2024-02-28T12:31:01.775Z | Downloaded synstructure v0.12.6 |
1032 | 2024-02-28T12:31:01.775Z | Downloaded threadpool v1.8.1 |
1033 | 2024-02-28T12:31:01.775Z | Downloaded structopt-derive v0.4.18 |
1034 | 2024-02-28T12:31:01.775Z | Downloaded phf_shared v0.11.2 |
1035 | 2024-02-28T12:31:01.775Z | Downloaded sct v0.7.0 |
1036 | 2024-02-28T12:31:01.775Z | Downloaded zeroize_derive v1.4.2 |
1037 | 2024-02-28T12:31:01.775Z | Downloaded foreign-types-shared v0.3.1 |
1038 | 2024-02-28T12:31:01.775Z | Downloaded rustls-pki-types v1.3.0 |
1039 | 2024-02-28T12:31:01.776Z | Downloaded scopeguard v1.2.0 |
1040 | 2024-02-28T12:31:01.776Z | Downloaded trybuild v1.0.89 |
1041 | 2024-02-28T12:31:01.776Z | Downloaded usdt v0.5.0 |
1042 | 2024-02-28T12:31:01.776Z | Downloaded secrecy v0.8.0 |
1043 | 2024-02-28T12:31:01.776Z | Downloaded tiny-keccak v2.0.2 |
1044 | 2024-02-28T12:31:01.776Z | Downloaded itertools v0.10.5 |
1045 | 2024-02-28T12:31:01.776Z | Downloaded rustfmt-wrapper v0.2.0 |
1046 | 2024-02-28T12:31:01.776Z | Downloaded rustversion v1.0.14 |
1047 | 2024-02-28T12:31:01.776Z | Downloaded scroll v0.12.0 |
1048 | 2024-02-28T12:31:01.776Z | Downloaded unicode-bidi v0.3.13 |
1049 | 2024-02-28T12:31:01.776Z | Downloaded rustls-native-certs v0.7.0 |
1050 | 2024-02-28T12:31:01.776Z | Downloaded foreign-types-macros v0.2.3 |
1051 | 2024-02-28T12:31:01.781Z | Downloaded ref-cast-impl v1.0.20 |
1052 | 2024-02-28T12:31:01.781Z | Downloaded glob v0.3.1 |
1053 | 2024-02-28T12:31:01.781Z | Downloaded tokio-stream v0.1.14 |
1054 | 2024-02-28T12:31:01.781Z | Downloaded zip v0.6.6 |
1055 | 2024-02-28T12:31:01.781Z | Downloaded postgres-protocol v0.6.6 |
1056 | 2024-02-28T12:31:01.781Z | Downloaded olpc-cjson v0.1.3 |
1057 | 2024-02-28T12:31:01.781Z | Downloaded omicron-zone-package v0.11.0 |
1058 | 2024-02-28T12:31:01.781Z | Downloaded tinytemplate v1.2.1 |
1059 | 2024-02-28T12:31:01.781Z | Downloaded flagset v0.4.3 |
1060 | 2024-02-28T12:31:01.781Z | Downloaded libm v0.2.7 |
1061 | 2024-02-28T12:31:01.781Z | Downloaded unicode-xid v0.2.4 |
1062 | 2024-02-28T12:31:01.781Z | Downloaded pin-project-internal v1.1.3 |
1063 | 2024-02-28T12:31:01.781Z | Downloaded parking_lot_core v0.8.6 |
1064 | 2024-02-28T12:31:01.781Z | Downloaded spin v0.9.8 |
1065 | 2024-02-28T12:31:01.781Z | Downloaded tokio-rustls v0.24.1 |
1066 | 2024-02-28T12:31:01.782Z | Downloaded derive_builder_core v0.12.0 |
1067 | 2024-02-28T12:31:01.782Z | Downloaded pkcs1 v0.7.5 |
1068 | 2024-02-28T12:31:01.782Z | Downloaded elliptic-curve v0.13.8 |
1069 | 2024-02-28T12:31:01.782Z | Downloaded pest_derive v2.7.6 |
1070 | 2024-02-28T12:31:01.782Z | Downloaded tungstenite v0.20.1 |
1071 | 2024-02-28T12:31:01.782Z | Downloaded trust-dns-resolver v0.22.0 |
1072 | 2024-02-28T12:31:01.782Z | Downloaded crossterm v0.27.0 |
1073 | 2024-02-28T12:31:01.782Z | Downloaded derive_more v0.99.17 |
1074 | 2024-02-28T12:31:01.782Z | Downloaded socket2 v0.5.5 |
1075 | 2024-02-28T12:31:01.782Z | Downloaded rand v0.8.5 |
1076 | 2024-02-28T12:31:01.782Z | Downloaded group v0.13.0 |
1077 | 2024-02-28T12:31:01.782Z | Downloaded pin-project v1.1.3 |
1078 | 2024-02-28T12:31:01.782Z | Downloaded fatfs v0.3.6 |
1079 | 2024-02-28T12:31:01.782Z | Downloaded tinyvec v1.6.0 |
1080 | 2024-02-28T12:31:01.782Z | Downloaded pretty_assertions v1.4.0 |
1081 | 2024-02-28T12:31:01.782Z | Downloaded bindgen v0.69.2 |
1082 | 2024-02-28T12:31:01.782Z | Downloaded rand v0.4.6 |
1083 | 2024-02-28T12:31:01.782Z | Downloaded tokio-postgres v0.7.10 |
1084 | 2024-02-28T12:31:01.782Z | Downloaded hashbrown v0.13.2 |
1085 | 2024-02-28T12:31:01.782Z | Downloaded flate2 v1.0.28 |
1086 | 2024-02-28T12:31:01.782Z | Downloaded headers v0.3.9 |
1087 | 2024-02-28T12:31:01.782Z | Downloaded portable-atomic v1.4.3 |
1088 | 2024-02-28T12:31:01.782Z | Downloaded tracing v0.1.37 |
1089 | 2024-02-28T12:31:01.783Z | Downloaded pest v2.7.6 |
1090 | 2024-02-28T12:31:01.783Z | Downloaded unicode-normalization v0.1.22 |
1091 | 2024-02-28T12:31:01.783Z | Downloaded lalrpop v0.19.12 |
1092 | 2024-02-28T12:31:01.783Z | Downloaded typed-path v0.7.0 |
1093 | 2024-02-28T12:31:01.783Z | Downloaded rustls-webpki v0.101.7 |
1094 | 2024-02-28T12:31:01.796Z | Downloaded idna v0.2.3 |
1095 | 2024-02-28T12:31:01.807Z | Downloaded rustls-webpki v0.102.1 |
1096 | 2024-02-28T12:31:01.830Z | Downloaded h2 v0.3.24 |
1097 | 2024-02-28T12:31:01.839Z | Downloaded curve25519-dalek v4.1.1 |
1098 | 2024-02-28T12:31:01.850Z | Downloaded regex v1.10.3 |
1099 | 2024-02-28T12:31:01.867Z | Downloaded polar-core v0.27.0 |
1100 | 2024-02-28T12:31:01.877Z | Downloaded take_mut v0.2.2 |
1101 | 2024-02-28T12:31:01.881Z | Downloaded strum v0.26.1 |
1102 | 2024-02-28T12:31:01.881Z | Downloaded yansi v0.5.1 |
1103 | 2024-02-28T12:31:01.881Z | Downloaded vcpkg v0.2.15 |
1104 | 2024-02-28T12:31:01.926Z | Downloaded webpki-roots v0.25.2 |
1105 | 2024-02-28T12:31:01.929Z | Downloaded precomputed-hash v0.1.1 |
1106 | 2024-02-28T12:31:01.932Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1107 | 2024-02-28T12:31:01.932Z | Downloaded proc-macro-error v1.0.4 |
1108 | 2024-02-28T12:31:01.935Z | Downloaded thiserror-impl-no-std v2.0.2 |
1109 | 2024-02-28T12:31:01.942Z | Downloaded defmt-macros v0.3.6 |
1110 | 2024-02-28T12:31:01.945Z | Downloaded path-slash v0.1.5 |
1111 | 2024-02-28T12:31:01.945Z | Downloaded pretty-hex v0.2.1 |
1112 | 2024-02-28T12:31:01.945Z | Downloaded sha1 v0.10.6 |
1113 | 2024-02-28T12:31:01.945Z | Downloaded structmeta-derive v0.2.0 |
1114 | 2024-02-28T12:31:01.948Z | Downloaded quick-error v1.2.3 |
1115 | 2024-02-28T12:31:01.949Z | Downloaded bstr v1.6.0 |
1116 | 2024-02-28T12:31:01.960Z | Downloaded toolchain_find v0.2.0 |
1117 | 2024-02-28T12:31:01.964Z | Downloaded futures-macro v0.3.30 |
1118 | 2024-02-28T12:31:01.964Z | Downloaded num_enum_derive v0.5.11 |
1119 | 2024-02-28T12:31:01.964Z | Downloaded fixedbitset v0.4.2 |
1120 | 2024-02-28T12:31:01.967Z | Downloaded thread-id v4.2.0 |
1121 | 2024-02-28T12:31:01.967Z | Downloaded thiserror-no-std v2.0.2 |
1122 | 2024-02-28T12:31:01.970Z | Downloaded futures-sink v0.3.30 |
1123 | 2024-02-28T12:31:01.973Z | Downloaded number_prefix v0.4.0 |
1124 | 2024-02-28T12:31:01.974Z | Downloaded tinyvec_macros v0.1.1 |
1125 | 2024-02-28T12:31:01.974Z | Downloaded fxhash v0.2.1 |
1126 | 2024-02-28T12:31:01.977Z | Downloaded pathdiff v0.2.1 |
1127 | 2024-02-28T12:31:01.977Z | Downloaded display-error-chain v0.2.0 |
1128 | 2024-02-28T12:31:01.977Z | Downloaded peeking_take_while v0.1.2 |
1129 | 2024-02-28T12:31:01.980Z | Downloaded openssl v0.10.60 |
1130 | 2024-02-28T12:31:01.989Z | Downloaded object v0.32.1 |
1131 | 2024-02-28T12:31:02.006Z | Downloaded topological-sort v0.2.2 |
1132 | 2024-02-28T12:31:02.020Z | Downloaded futures-timer v3.0.2 |
1133 | 2024-02-28T12:31:02.020Z | Downloaded futures-executor v0.3.30 |
1134 | 2024-02-28T12:31:02.020Z | Downloaded pem v3.0.2 |
1135 | 2024-02-28T12:31:02.020Z | Downloaded tokio-macros v2.2.0 |
1136 | 2024-02-28T12:31:02.020Z | Downloaded signal-hook-mio v0.2.3 |
1137 | 2024-02-28T12:31:02.020Z | Downloaded stringprep v0.1.3 |
1138 | 2024-02-28T12:31:02.024Z | Downloaded tabled_derive v0.7.0 |
1139 | 2024-02-28T12:31:02.024Z | Downloaded parking_lot v0.11.2 |
1140 | 2024-02-28T12:31:02.024Z | Downloaded phf v0.11.2 |
1141 | 2024-02-28T12:31:02.024Z | Downloaded regex-syntax v0.6.29 |
1142 | 2024-02-28T12:31:02.028Z | Downloaded debug-ignore v1.0.5 |
1143 | 2024-02-28T12:31:02.028Z | Downloaded tokio-native-tls v0.3.1 |
1144 | 2024-02-28T12:31:02.028Z | Downloaded generic-array v0.14.7 |
1145 | 2024-02-28T12:31:02.031Z | Downloaded similar-asserts v1.5.0 |
1146 | 2024-02-28T12:31:02.035Z | Downloaded defmt v0.3.5 |
1147 | 2024-02-28T12:31:02.038Z | Downloaded futures-task v0.3.30 |
1148 | 2024-02-28T12:31:02.038Z | Downloaded fd-lock v3.0.13 |
1149 | 2024-02-28T12:31:02.042Z | Downloaded platforms v3.0.2 |
1150 | 2024-02-28T12:31:02.042Z | Downloaded stable_deref_trait v1.2.0 |
1151 | 2024-02-28T12:31:02.045Z | Downloaded serde_repr v0.1.16 |
1152 | 2024-02-28T12:31:02.045Z | Downloaded getrandom v0.2.10 |
1153 | 2024-02-28T12:31:02.057Z | Downloaded pem-rfc7468 v0.7.0 |
1154 | 2024-02-28T12:31:02.057Z | Downloaded diesel_derives v2.1.2 |
1155 | 2024-02-28T12:31:02.060Z | Downloaded serde_yaml v0.9.25 |
1156 | 2024-02-28T12:31:02.064Z | Downloaded pest_meta v2.7.6 |
1157 | 2024-02-28T12:31:02.068Z | Downloaded darling v0.20.3 |
1158 | 2024-02-28T12:31:02.072Z | Downloaded rayon-core v1.12.0 |
1159 | 2024-02-28T12:31:02.076Z | Downloaded static_assertions v1.1.0 |
1160 | 2024-02-28T12:31:02.080Z | Downloaded zerocopy v0.3.0 |
1161 | 2024-02-28T12:31:02.080Z | Downloaded darling_core v0.20.3 |
1162 | 2024-02-28T12:31:02.086Z | Downloaded rcgen v0.12.1 |
1163 | 2024-02-28T12:31:02.090Z | Downloaded zerocopy v0.6.4 |
1164 | 2024-02-28T12:31:02.094Z | Downloaded signature v1.6.4 |
1165 | 2024-02-28T12:31:02.098Z | Downloaded structopt v0.3.26 |
1166 | 2024-02-28T12:31:02.102Z | Downloaded papergrid v0.11.0 |
1167 | 2024-02-28T12:31:02.108Z | Downloaded toml v0.5.11 |
1168 | 2024-02-28T12:31:02.111Z | Downloaded guppy v0.17.5 |
1169 | 2024-02-28T12:31:02.115Z | Downloaded darling_core v0.14.4 |
1170 | 2024-02-28T12:31:02.123Z | Downloaded regex-automata v0.1.10 |
1171 | 2024-02-28T12:31:02.127Z | Downloaded expectorate v1.1.0 |
1172 | 2024-02-28T12:31:02.130Z | Downloaded num-traits v0.2.16 |
1173 | 2024-02-28T12:31:02.131Z | Downloaded textwrap v0.16.1 |
1174 | 2024-02-28T12:31:02.134Z | Downloaded rustls v0.22.2 |
1175 | 2024-02-28T12:31:02.149Z | Downloaded diesel v2.1.4 |
1176 | 2024-02-28T12:31:02.169Z | Downloaded tower v0.4.13 |
1177 | 2024-02-28T12:31:02.178Z | Downloaded openapiv3 v2.0.0 |
1178 | 2024-02-28T12:31:02.192Z | Downloaded tough v0.16.0 |
1179 | 2024-02-28T12:31:02.201Z | Downloaded reedline v0.29.0 |
1180 | 2024-02-28T12:31:02.206Z | Downloaded proptest v1.4.0 |
1181 | 2024-02-28T12:31:02.217Z | Downloaded zerocopy v0.7.32 |
1182 | 2024-02-28T12:31:02.234Z | Downloaded petgraph v0.6.4 |
1183 | 2024-02-28T12:31:02.249Z | Downloaded tabled v0.15.0 |
1184 | 2024-02-28T12:31:02.268Z | Downloaded zerocopy-derive v0.6.4 |
1185 | 2024-02-28T12:31:02.278Z | Downloaded object v0.30.4 |
1186 | 2024-02-28T12:31:02.289Z | Downloaded regex-syntax v0.8.2 |
1187 | 2024-02-28T12:31:02.298Z | Downloaded radix_trie v0.2.1 |
1188 | 2024-02-28T12:31:02.304Z | Downloaded gimli v0.28.0 |
1189 | 2024-02-28T12:31:02.313Z | Downloaded tokio v1.36.0 |
1190 | 2024-02-28T12:31:02.354Z | Downloaded regex-automata v0.3.8 |
1191 | 2024-02-28T12:31:02.371Z | Downloaded csv v1.3.0 |
1192 | 2024-02-28T12:31:02.391Z | Downloaded ratatui v0.26.1 |
1193 | 2024-02-28T12:31:02.412Z | Downloaded regex-automata v0.4.4 |
1194 | 2024-02-28T12:31:02.428Z | Downloaded sled v0.34.7 |
1195 | 2024-02-28T12:31:02.439Z | Downloaded zerocopy-derive v0.2.0 |
1196 | 2024-02-28T12:31:02.449Z | Downloaded sha3 v0.10.8 |
1197 | 2024-02-28T12:31:02.453Z | Downloaded regress v0.8.0 |
1198 | 2024-02-28T12:31:02.460Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1199 | 2024-02-28T12:31:02.472Z | Downloaded encoding_rs v0.8.33 |
1200 | 2024-02-28T12:31:02.495Z | Downloaded plotters v0.3.5 |
1201 | 2024-02-28T12:31:02.505Z | Downloaded futures-util v0.3.30 |
1202 | 2024-02-28T12:31:02.518Z | Downloaded serde_with v3.6.1 |
1203 | 2024-02-28T12:31:02.526Z | Downloaded rayon v1.8.0 |
1204 | 2024-02-28T12:31:02.535Z | Downloaded quick-xml v0.30.0 |
1205 | 2024-02-28T12:31:02.541Z | Downloaded steno v0.4.0 |
1206 | 2024-02-28T12:31:02.546Z | Downloaded sqlparser v0.43.1 |
1207 | 2024-02-28T12:31:02.554Z | Downloaded reqwest v0.11.22 |
1208 | 2024-02-28T12:31:02.560Z | Downloaded winnow v0.5.15 |
1209 | 2024-02-28T12:31:02.568Z | Downloaded heapless v0.8.0 |
1210 | 2024-02-28T12:31:02.572Z | Downloaded der v0.7.8 |
1211 | 2024-02-28T12:31:02.577Z | Downloaded serde_derive_internals v0.26.0 |
1212 | 2024-02-28T12:31:02.580Z | Downloaded openssl-sys v0.9.96 |
1213 | 2024-02-28T12:31:02.584Z | Downloaded strip-ansi-escapes v0.2.0 |
1214 | 2024-02-28T12:31:02.587Z | Downloaded signal-hook-registry v1.4.1 |
1215 | 2024-02-28T12:31:02.587Z | Downloaded gethostname v0.4.3 |
1216 | 2024-02-28T12:31:02.590Z | Downloaded diff v0.1.13 |
1217 | 2024-02-28T12:31:02.590Z | Downloaded sqlformat v0.2.3 |
1218 | 2024-02-28T12:31:02.594Z | Downloaded oorandom v11.1.3 |
1219 | 2024-02-28T12:31:02.594Z | Downloaded ppv-lite86 v0.2.17 |
1220 | 2024-02-28T12:31:02.594Z | Downloaded oso v0.27.0 |
1221 | 2024-02-28T12:31:02.599Z | Downloaded smoltcp v0.11.0 |
1222 | 2024-02-28T12:31:02.610Z | Downloaded shell-words v1.1.0 |
1223 | 2024-02-28T12:31:02.614Z | Downloaded smoltcp v0.9.1 |
1224 | 2024-02-28T12:31:02.624Z | Downloaded strsim v0.8.0 |
1225 | 2024-02-28T12:31:02.628Z | Downloaded futures-io v0.3.30 |
1226 | 2024-02-28T12:31:02.628Z | Downloaded serde_urlencoded v0.7.1 |
1227 | 2024-02-28T12:31:02.628Z | Downloaded datatest-stable v0.2.3 |
1228 | 2024-02-28T12:31:02.631Z | Downloaded strum_macros v0.25.2 |
1229 | 2024-02-28T12:31:02.631Z | Downloaded filetime v0.2.23 |
1230 | 2024-02-28T12:31:02.637Z | Downloaded termios v0.3.3 |
1231 | 2024-02-28T12:31:02.637Z | Downloaded serde_tokenstream v0.1.7 |
1232 | 2024-02-28T12:31:02.642Z | Downloaded serde_path_to_error v0.1.15 |
1233 | 2024-02-28T12:31:02.642Z | Downloaded data-encoding v2.4.0 |
1234 | 2024-02-28T12:31:02.642Z | Downloaded subtle v2.5.0 |
1235 | 2024-02-28T12:31:02.642Z | Downloaded strum_macros v0.24.3 |
1236 | 2024-02-28T12:31:02.645Z | Downloaded structmeta-derive v0.3.0 |
1237 | 2024-02-28T12:31:02.645Z | Downloaded radium v0.7.0 |
1238 | 2024-02-28T12:31:02.645Z | Downloaded predicates v3.1.0 |
1239 | 2024-02-28T12:31:02.648Z | Downloaded hex-literal v0.4.1 |
1240 | 2024-02-28T12:31:02.652Z | Downloaded getopts v0.2.21 |
1241 | 2024-02-28T12:31:02.652Z | Downloaded ref-cast v1.0.20 |
1242 | 2024-02-28T12:31:02.655Z | Downloaded packed_struct_codegen v0.10.1 |
1243 | 2024-02-28T12:31:02.655Z | Downloaded owo-colors v4.0.0 |
1244 | 2024-02-28T12:31:02.659Z | Downloaded env_logger v0.10.0 |
1245 | 2024-02-28T12:31:02.662Z | Downloaded ena v0.14.2 |
1246 | 2024-02-28T12:31:02.662Z | Downloaded rustls v0.21.9 |
1247 | 2024-02-28T12:31:02.675Z | Downloaded plotters-backend v0.3.5 |
1248 | 2024-02-28T12:31:02.678Z | Downloaded signal-hook-tokio v0.3.1 |
1249 | 2024-02-28T12:31:02.678Z | Downloaded thread_local v1.1.7 |
1250 | 2024-02-28T12:31:02.679Z | Downloaded ff v0.13.0 |
1251 | 2024-02-28T12:31:02.682Z | Downloaded r2d2 v0.8.10 |
1252 | 2024-02-28T12:31:02.682Z | Downloaded num_enum v0.5.11 |
1253 | 2024-02-28T12:31:02.687Z | Downloaded num_cpus v1.16.0 |
1254 | 2024-02-28T12:31:02.695Z | Downloaded doc-comment v0.3.3 |
1255 | 2024-02-28T12:31:02.698Z | Downloaded packed_struct v0.10.1 |
1256 | 2024-02-28T12:31:02.698Z | Downloaded hex v0.4.3 |
1257 | 2024-02-28T12:31:02.698Z | Downloaded heck v0.3.3 |
1258 | 2024-02-28T12:31:02.698Z | Downloaded time-core v0.1.1 |
1259 | 2024-02-28T12:31:02.698Z | Downloaded predicates-core v1.0.6 |
1260 | 2024-02-28T12:31:02.701Z | Downloaded rtoolbox v0.0.1 |
1261 | 2024-02-28T12:31:02.702Z | Downloaded fallible-iterator v0.2.0 |
1262 | 2024-02-28T12:31:02.702Z | Downloaded yasna v0.5.2 |
1263 | 2024-02-28T12:31:02.705Z | Downloaded whoami v1.4.1 |
1264 | 2024-02-28T12:31:02.705Z | Downloaded term v0.7.0 |
1265 | 2024-02-28T12:31:02.709Z | Downloaded target-lexicon v0.12.13 |
1266 | 2024-02-28T12:31:02.713Z | Downloaded supports-color v3.0.0 |
1267 | 2024-02-28T12:31:02.713Z | Downloaded fd-lock v4.0.2 |
1268 | 2024-02-28T12:31:02.716Z | Downloaded strum v0.25.0 |
1269 | 2024-02-28T12:31:02.717Z | Downloaded pretty-hex v0.4.1 |
1270 | 2024-02-28T12:31:02.717Z | Downloaded predicates-tree v1.0.9 |
1271 | 2024-02-28T12:31:02.721Z | Downloaded dirs-sys-next v0.1.2 |
1272 | 2024-02-28T12:31:02.721Z | Downloaded spki v0.7.2 |
1273 | 2024-02-28T12:31:02.724Z | Downloaded slab v0.4.9 |
1274 | 2024-02-28T12:31:02.724Z | Downloaded siphasher v0.3.11 |
1275 | 2024-02-28T12:31:02.724Z | Downloaded remove_dir_all v0.5.3 |
1276 | 2024-02-28T12:31:02.724Z | Downloaded dof v0.3.0 |
1277 | 2024-02-28T12:31:02.728Z | Downloaded tempfile v3.10.0 |
1278 | 2024-02-28T12:31:02.728Z | Downloaded num_threads v0.1.6 |
1279 | 2024-02-28T12:31:02.728Z | Downloaded der_derive v0.7.2 |
1280 | 2024-02-28T12:31:02.731Z | Downloaded oso-derive v0.27.0 |
1281 | 2024-02-28T12:31:02.731Z | Downloaded fastrand v2.0.1 |
1282 | 2024-02-28T12:31:02.732Z | Downloaded enum-as-inner v0.5.1 |
1283 | 2024-02-28T12:31:02.735Z | Downloaded dof v0.1.5 |
1284 | 2024-02-28T12:31:02.735Z | Downloaded xattr v1.0.1 |
1285 | 2024-02-28T12:31:02.738Z | Downloaded termcolor v1.2.0 |
1286 | 2024-02-28T12:31:02.738Z | Downloaded nix v0.27.1 |
1287 | 2024-02-28T12:31:02.748Z | Downloaded trust-dns-proto v0.22.0 |
1288 | 2024-02-28T12:31:02.765Z | Downloaded globset v0.4.13 |
1289 | 2024-02-28T12:31:02.769Z | Downloaded darling v0.14.4 |
1290 | 2024-02-28T12:31:02.769Z | Downloaded stability v0.1.1 |
1291 | 2024-02-28T12:31:02.769Z | Downloaded sqlparser_derive v0.2.2 |
1292 | 2024-02-28T12:31:02.769Z | Downloaded strsim v0.10.0 |
1293 | 2024-02-28T12:31:02.769Z | Downloaded proc-macro-error-attr v1.0.4 |
1294 | 2024-02-28T12:31:02.773Z | Downloaded proc-macro-crate v1.3.1 |
1295 | 2024-02-28T12:31:02.773Z | Downloaded tower-layer v0.3.2 |
1296 | 2024-02-28T12:31:02.773Z | Downloaded guppy-workspace-hack v0.1.0 |
1297 | 2024-02-28T12:31:02.773Z | Downloaded defmt-parser v0.3.3 |
1298 | 2024-02-28T12:31:02.773Z | Downloaded syn v1.0.109 |
1299 | 2024-02-28T12:31:02.784Z | Downloaded bstr v0.2.17 |
1300 | 2024-02-28T12:31:02.794Z | Downloaded goblin v0.8.0 |
1301 | 2024-02-28T12:31:02.801Z | Downloaded chrono v0.4.31 |
1302 | 2024-02-28T12:31:02.811Z | Downloaded idna v0.5.0 |
1303 | 2024-02-28T12:31:02.819Z | Downloaded time v0.3.27 |
1304 | 2024-02-28T12:31:02.826Z | Downloaded tokio-util v0.7.10 |
1305 | 2024-02-28T12:31:02.832Z | Downloaded hyper v0.14.27 |
1306 | 2024-02-28T12:31:02.841Z | Downloaded ring v0.17.8 |
1307 | 2024-02-28T12:31:02.917Z | Downloaded clap v2.34.0 |
1308 | 2024-02-28T12:31:02.927Z | Downloaded unicode-segmentation v1.10.1 |
1309 | 2024-02-28T12:31:02.927Z | Downloaded hashbrown v0.12.3 |
1310 | 2024-02-28T12:31:02.935Z | Downloaded prettyplease v0.2.16 |
1311 | 2024-02-28T12:31:02.936Z | Downloaded aho-corasick v1.0.4 |
1312 | 2024-02-28T12:31:02.939Z | Downloaded rustyline v13.0.0 |
1313 | 2024-02-28T12:31:02.942Z | Downloaded url v2.5.0 |
1314 | 2024-02-28T12:31:02.946Z | Downloaded bitvec v1.0.1 |
1315 | 2024-02-28T12:31:02.961Z | Downloaded ring v0.16.20 |
1316 | 2024-02-28T12:31:03.045Z | Downloaded flume v0.11.0 |
1317 | 2024-02-28T12:31:03.048Z | Downloaded mio v0.8.9 |
1318 | 2024-02-28T12:31:03.053Z | Downloaded parking_lot v0.12.1 |
1319 | 2024-02-28T12:31:03.059Z | Downloaded heapless v0.7.16 |
1320 | 2024-02-28T12:31:03.063Z | Downloaded num-bigint-dig v0.8.4 |
1321 | 2024-02-28T12:31:03.069Z | Downloaded num-bigint v0.4.4 |
1322 | 2024-02-28T12:31:03.072Z | Downloaded rsa v0.9.2 |
1323 | 2024-02-28T12:31:03.075Z | Downloaded toml_edit v0.19.15 |
1324 | 2024-02-28T12:31:03.089Z | Downloaded nom v7.1.3 |
1325 | 2024-02-28T12:31:03.094Z | Downloaded hyper v1.1.0 |
1326 | 2024-02-28T12:31:03.100Z | Downloaded once_cell v1.19.0 |
1327 | 2024-02-28T12:31:03.103Z | Downloaded tar v0.4.40 |
1328 | 2024-02-28T12:31:03.109Z | Downloaded strum_macros v0.26.1 |
1329 | 2024-02-28T12:31:03.109Z | Downloaded libxml v0.3.3 |
1330 | 2024-02-28T12:31:03.113Z | Downloaded uuid v1.7.0 |
1331 | 2024-02-28T12:31:03.117Z | Downloaded poly1305 v0.8.0 |
1332 | 2024-02-28T12:31:03.123Z | Downloaded derive_builder v0.12.0 |
1333 | 2024-02-28T12:31:03.126Z | Downloaded itertools v0.12.1 |
1334 | 2024-02-28T12:31:03.129Z | Downloaded vsss-rs v3.3.4 |
1335 | 2024-02-28T12:31:03.133Z | Downloaded pkcs8 v0.10.2 |
1336 | 2024-02-28T12:31:03.136Z | Downloaded tokio-tungstenite v0.20.1 |
1337 | 2024-02-28T12:31:03.136Z | Downloaded rustc-demangle v0.1.23 |
1338 | 2024-02-28T12:31:03.139Z | Downloaded tracing-core v0.1.31 |
1339 | 2024-02-28T12:31:03.139Z | Downloaded trust-dns-client v0.22.0 |
1340 | 2024-02-28T12:31:03.144Z | Downloaded x509-cert v0.2.4 |
1341 | 2024-02-28T12:31:03.150Z | Downloaded hash32 v0.3.1 |
1342 | 2024-02-28T12:31:03.153Z | Downloaded hash32 v0.2.1 |
1343 | 2024-02-28T12:31:03.153Z | Downloaded unicode-width v0.1.11 |
1344 | 2024-02-28T12:31:03.156Z | Downloaded trust-dns-server v0.22.1 |
1345 | 2024-02-28T12:31:03.159Z | Downloaded socket2 v0.4.9 |
1346 | 2024-02-28T12:31:03.163Z | Downloaded semver-parser v0.10.2 |
1347 | 2024-02-28T12:31:03.163Z | Downloaded vec_map v0.8.2 |
1348 | 2024-02-28T12:31:03.163Z | Downloaded blake3 v1.5.0 |
1349 | 2024-02-28T12:31:03.170Z | Downloaded unicode_categories v0.1.1 |
1350 | 2024-02-28T12:31:03.173Z | Downloaded usdt-attr-macro v0.5.0 |
1351 | 2024-02-28T12:31:03.173Z | Downloaded derive_builder_macro v0.12.0 |
1352 | 2024-02-28T12:31:03.173Z | Downloaded plain v0.2.3 |
1353 | 2024-02-28T12:31:03.176Z | Downloaded serde-hex v0.1.0 |
1354 | 2024-02-28T12:31:03.176Z | Downloaded half v2.3.1 |
1355 | 2024-02-28T12:31:03.182Z | Downloaded unsafe-libyaml v0.2.10 |
1356 | 2024-02-28T12:31:03.185Z | Downloaded vte v0.11.1 |
1357 | 2024-02-28T12:31:03.186Z | Downloaded salty v0.2.0 |
1358 | 2024-02-28T12:31:03.189Z | Downloaded hkdf v0.12.4 |
1359 | 2024-02-28T12:31:03.192Z | Downloaded serde-big-array v0.5.1 |
1360 | 2024-02-28T12:31:03.192Z | Downloaded base64 v0.21.7 |
1361 | 2024-02-28T12:31:03.197Z | Downloaded schemars v0.8.16 |
1362 | 2024-02-28T12:31:03.206Z | Downloaded minimal-lexical v0.2.1 |
1363 | 2024-02-28T12:31:03.211Z | Downloaded futures-channel v0.3.30 |
1364 | 2024-02-28T12:31:03.214Z | Downloaded cc v1.0.83 |
1365 | 2024-02-28T12:31:03.214Z | Downloaded semver v0.11.0 |
1366 | 2024-02-28T12:31:03.217Z | Downloaded digest v0.10.7 |
1367 | 2024-02-28T12:31:03.221Z | Downloaded ucd-trie v0.1.6 |
1368 | 2024-02-28T12:31:03.221Z | Downloaded postgres-types v0.2.6 |
1369 | 2024-02-28T12:31:03.224Z | Downloaded futures v0.3.30 |
1370 | 2024-02-28T12:31:03.229Z | Downloaded derive-where v1.2.7 |
1371 | 2024-02-28T12:31:03.232Z | Downloaded typenum v1.16.0 |
1372 | 2024-02-28T12:31:03.232Z | Downloaded test-strategy v0.3.1 |
1373 | 2024-02-28T12:31:03.238Z | Downloaded subprocess v0.2.9 |
1374 | 2024-02-28T12:31:03.242Z | Downloaded snafu v0.7.5 |
1375 | 2024-02-28T12:31:03.246Z | Downloaded rustc-hash v1.1.0 |
1376 | 2024-02-28T12:31:03.247Z | Downloaded toml v0.7.8 |
1377 | 2024-02-28T12:31:03.251Z | Downloaded serde_with_macros v3.6.1 |
1378 | 2024-02-28T12:31:03.251Z | Downloaded rpassword v7.3.1 |
1379 | 2024-02-28T12:31:03.251Z | Downloaded target-spec v3.1.0 |
1380 | 2024-02-28T12:31:03.251Z | Downloaded partial-io v0.5.4 |
1381 | 2024-02-28T12:31:03.254Z | Downloaded rstest_macros v0.18.2 |
1382 | 2024-02-28T12:31:03.254Z | Downloaded cfg-expr v0.15.6 |
1383 | 2024-02-28T12:31:03.258Z | Downloaded zone v0.3.0 |
1384 | 2024-02-28T12:31:03.258Z | Downloaded difflib v0.4.0 |
1385 | 2024-02-28T12:31:03.262Z | Downloaded slog-term v2.9.0 |
1386 | 2024-02-28T12:31:03.262Z | Downloaded rustls-pemfile v2.1.0 |
1387 | 2024-02-28T12:31:03.265Z | Downloaded indicatif v0.17.8 |
1388 | 2024-02-28T12:31:03.269Z | Downloaded miniz_oxide v0.7.1 |
1389 | 2024-02-28T12:31:03.269Z | Downloaded sec1 v0.7.3 |
1390 | 2024-02-28T12:31:03.273Z | Downloaded similar v2.3.0 |
1391 | 2024-02-28T12:31:03.277Z | Downloaded memmap2 v0.7.1 |
1392 | 2024-02-28T12:31:03.277Z | Downloaded zerocopy-derive v0.7.32 |
1393 | 2024-02-28T12:31:03.281Z | Downloaded usdt-impl v0.3.5 |
1394 | 2024-02-28T12:31:03.287Z | Downloaded deranged v0.3.8 |
1395 | 2024-02-28T12:31:03.287Z | Downloaded wait-timeout v0.2.0 |
1396 | 2024-02-28T12:31:03.287Z | Downloaded untrusted v0.7.1 |
1397 | 2024-02-28T12:31:03.291Z | Downloaded arc-swap v1.6.0 |
1398 | 2024-02-28T12:31:03.291Z | Downloaded foreign-types v0.5.0 |
1399 | 2024-02-28T12:31:03.291Z | Downloaded schemars_derive v0.8.16 |
1400 | 2024-02-28T12:31:03.291Z | Downloaded compact_str v0.7.1 |
1401 | 2024-02-28T12:31:03.296Z | Downloaded untrusted v0.9.0 |
1402 | 2024-02-28T12:31:03.296Z | Downloaded unarray v0.1.4 |
1403 | 2024-02-28T12:31:03.296Z | Downloaded smf v0.2.2 |
1404 | 2024-02-28T12:31:03.299Z | Downloaded smawk v0.3.1 |
1405 | 2024-02-28T12:31:03.299Z | Downloaded slog-bunyan v2.5.0 |
1406 | 2024-02-28T12:31:03.299Z | Downloaded funty v2.0.0 |
1407 | 2024-02-28T12:31:03.299Z | Downloaded mockall_derive v0.12.0 |
1408 | 2024-02-28T12:31:03.303Z | Downloaded crc32fast v1.3.2 |
1409 | 2024-02-28T12:31:03.303Z | Downloaded smallvec v0.6.14 |
1410 | 2024-02-28T12:31:03.303Z | Downloaded slog-json v2.6.1 |
1411 | 2024-02-28T12:31:03.308Z | Downloaded parse-display v0.9.0 |
1412 | 2024-02-28T12:31:03.308Z | Downloaded serde_tokenstream v0.2.0 |
1413 | 2024-02-28T12:31:03.311Z | Downloaded num-rational v0.4.1 |
1414 | 2024-02-28T12:31:03.311Z | Downloaded downcast v0.11.0 |
1415 | 2024-02-28T12:31:03.311Z | Downloaded swrite v0.1.0 |
1416 | 2024-02-28T12:31:03.311Z | Downloaded rstest v0.18.2 |
1417 | 2024-02-28T12:31:03.316Z | Downloaded multer v3.0.0 |
1418 | 2024-02-28T12:31:03.319Z | Downloaded rustls-pemfile v1.0.3 |
1419 | 2024-02-28T12:31:03.323Z | Downloaded float-cmp v0.9.0 |
1420 | 2024-02-28T12:31:03.323Z | Downloaded tap v1.0.1 |
1421 | 2024-02-28T12:31:03.323Z | Downloaded unicode-linebreak v0.1.5 |
1422 | 2024-02-28T12:31:03.323Z | Downloaded fragile v2.0.0 |
1423 | 2024-02-28T12:31:03.327Z | Downloaded mime_guess v2.0.4 |
1424 | 2024-02-28T12:31:03.327Z | Downloaded indexmap v1.9.3 |
1425 | 2024-02-28T12:31:03.331Z | Downloaded const-oid v0.9.5 |
1426 | 2024-02-28T12:31:03.331Z | Downloaded clang-sys v1.6.1 |
1427 | 2024-02-28T12:31:03.336Z | Downloaded tokio-rustls v0.25.0 |
1428 | 2024-02-28T12:31:03.336Z | Downloaded textwrap v0.11.0 |
1429 | 2024-02-28T12:31:03.340Z | Downloaded structmeta v0.2.0 |
1430 | 2024-02-28T12:31:03.340Z | Downloaded num-complex v0.4.4 |
1431 | 2024-02-28T12:31:03.340Z | Downloaded sha2 v0.10.8 |
1432 | 2024-02-28T12:31:03.344Z | Downloaded same-file v1.0.6 |
1433 | 2024-02-28T12:31:03.344Z | Downloaded endian-type v0.1.2 |
1434 | 2024-02-28T12:31:03.344Z | Downloaded hyper-util v0.1.2 |
1435 | 2024-02-28T12:31:03.348Z | Downloaded rusty-fork v0.3.0 |
1436 | 2024-02-28T12:31:03.348Z | Downloaded resolv-conf v0.7.0 |
1437 | 2024-02-28T12:31:03.348Z | Downloaded memoffset v0.7.1 |
1438 | 2024-02-28T12:31:03.351Z | Downloaded memmap v0.7.0 |
1439 | 2024-02-28T12:31:03.351Z | Downloaded backoff v0.4.0 |
1440 | 2024-02-28T12:31:03.356Z | Downloaded rustc_version v0.4.0 |
1441 | 2024-02-28T12:31:03.356Z | Downloaded rustc_version v0.1.7 |
1442 | 2024-02-28T12:31:03.356Z | Downloaded console v0.15.8 |
1443 | 2024-02-28T12:31:03.359Z | Downloaded async-trait v0.1.77 |
1444 | 2024-02-28T12:31:03.359Z | Downloaded darling_macro v0.14.4 |
1445 | 2024-02-28T12:31:03.363Z | Downloaded num v0.4.1 |
1446 | 2024-02-28T12:31:03.363Z | Downloaded nibble_vec v0.1.0 |
1447 | 2024-02-28T12:31:03.363Z | Downloaded newtype-uuid v1.0.1 |
1448 | 2024-02-28T12:31:03.363Z | Downloaded mockall v0.12.0 |
1449 | 2024-02-28T12:31:03.366Z | Downloaded newline-converter v0.3.0 |
1450 | 2024-02-28T12:31:03.366Z | Downloaded nodrop v0.1.14 |
1451 | 2024-02-28T12:31:03.366Z | Downloaded lalrpop-util v0.19.12 |
1452 | 2024-02-28T12:31:03.366Z | Downloaded crossbeam-epoch v0.9.15 |
1453 | 2024-02-28T12:31:03.369Z | Downloaded http v0.2.11 |
1454 | 2024-02-28T12:31:03.373Z | Downloaded blake2 v0.10.6 |
1455 | 2024-02-28T12:31:03.377Z | Downloaded ipnetwork v0.20.0 |
1456 | 2024-02-28T12:31:03.377Z | Downloaded ipnet v2.9.0 |
1457 | 2024-02-28T12:31:03.380Z | Downloaded hyper-rustls v0.26.0 |
1458 | 2024-02-28T12:31:03.380Z | Downloaded hyper-rustls v0.24.2 |
1459 | 2024-02-28T12:31:03.384Z | Downloaded crc-catalog v2.2.0 |
1460 | 2024-02-28T12:31:03.384Z | Downloaded cobs v0.2.3 |
1461 | 2024-02-28T12:31:03.384Z | Downloaded linear-map v1.2.0 |
1462 | 2024-02-28T12:31:03.391Z | Downloaded libloading v0.7.4 |
1463 | 2024-02-28T12:31:03.391Z | Downloaded async-recursion v1.0.5 |
1464 | 2024-02-28T12:31:03.394Z | Downloaded array-init v0.0.4 |
1465 | 2024-02-28T12:31:03.394Z | Downloaded arrayref v0.3.7 |
1466 | 2024-02-28T12:31:03.394Z | Downloaded convert_case v0.4.0 |
1467 | 2024-02-28T12:31:03.394Z | Downloaded constant_time_eq v0.2.6 |
1468 | 2024-02-28T12:31:03.394Z | Downloaded adler v1.0.2 |
1469 | 2024-02-28T12:31:03.394Z | Downloaded anes v0.1.6 |
1470 | 2024-02-28T12:31:03.399Z | Downloaded approx v0.5.1 |
1471 | 2024-02-28T12:31:03.399Z | Downloaded aead v0.5.2 |
1472 | 2024-02-28T12:31:03.402Z | Downloaded indoc v2.0.3 |
1473 | 2024-02-28T12:31:03.402Z | Downloaded ciborium-io v0.2.2 |
1474 | 2024-02-28T12:31:03.403Z | Downloaded managed v0.8.0 |
1475 | 2024-02-28T12:31:03.403Z | Downloaded macaddr v1.0.1 |
1476 | 2024-02-28T12:31:03.406Z | Downloaded linked-hash-map v0.5.6 |
1477 | 2024-02-28T12:31:03.406Z | Downloaded libsw v3.3.1 |
1478 | 2024-02-28T12:31:03.406Z | Downloaded libefi-sys v0.1.0 |
1479 | 2024-02-28T12:31:03.409Z | Downloaded cexpr v0.6.0 |
1480 | 2024-02-28T12:31:03.409Z | Downloaded camino-tempfile v1.1.1 |
1481 | 2024-02-28T12:31:03.412Z | Downloaded lazycell v1.3.0 |
1482 | 2024-02-28T12:31:03.412Z | Downloaded lazy_static v1.4.0 |
1483 | 2024-02-28T12:31:03.412Z | Downloaded normalize-line-endings v0.3.0 |
1484 | 2024-02-28T12:31:03.415Z | Downloaded hyper-staticfile v0.9.5 |
1485 | 2024-02-28T12:31:03.415Z | Downloaded humantime v2.1.0 |
1486 | 2024-02-28T12:31:03.416Z | Downloaded constant_time_eq v0.3.0 |
1487 | 2024-02-28T12:31:03.419Z | Downloaded is_ci v1.2.0 |
1488 | 2024-02-28T12:31:03.419Z | Downloaded instant v0.1.12 |
1489 | 2024-02-28T12:31:03.419Z | Downloaded ident_case v1.0.1 |
1490 | 2024-02-28T12:31:03.423Z | Downloaded bytecount v0.6.3 |
1491 | 2024-02-28T12:31:03.423Z | Downloaded http-body v0.4.5 |
1492 | 2024-02-28T12:31:03.423Z | Downloaded hostname v0.3.1 |
1493 | 2024-02-28T12:31:03.427Z | Downloaded hmac v0.12.1 |
1494 | 2024-02-28T12:31:03.428Z | Downloaded base64ct v1.6.0 |
1495 | 2024-02-28T12:31:03.431Z | Downloaded curve25519-dalek-derive v0.1.0 |
1496 | 2024-02-28T12:31:03.431Z | Downloaded bitflags v1.3.2 |
1497 | 2024-02-28T12:31:03.431Z | Downloaded bitfield v0.14.0 |
1498 | 2024-02-28T12:31:03.438Z | Downloaded bit-set v0.5.3 |
1499 | 2024-02-28T12:31:03.944Z | Compiling libc v0.2.153 |
1500 | 2024-02-28T12:31:03.944Z | Compiling serde v1.0.196 |
1501 | 2024-02-28T12:31:03.947Z | Compiling autocfg v1.1.0 |
1502 | 2024-02-28T12:31:03.947Z | Compiling version_check v0.9.4 |
1503 | 2024-02-28T12:31:03.947Z | Checking cfg-if v1.0.0 |
1504 | 2024-02-28T12:31:04.003Z | Compiling syn v1.0.109 |
1505 | 2024-02-28T12:31:04.035Z | Compiling syn v2.0.48 |
1506 | 2024-02-28T12:31:04.092Z | Compiling parking_lot_core v0.9.8 |
1507 | 2024-02-28T12:31:04.130Z | Compiling memchr v2.6.3 |
1508 | 2024-02-28T12:31:04.569Z | Compiling libm v0.2.7 |
1509 | 2024-02-28T12:31:04.584Z | Compiling once_cell v1.19.0 |
1510 | 2024-02-28T12:31:04.759Z | Compiling ahash v0.8.7 |
1511 | 2024-02-28T12:31:04.775Z | Compiling lock_api v0.4.10 |
1512 | 2024-02-28T12:31:05.005Z | Compiling num-traits v0.2.16 |
1513 | 2024-02-28T12:31:05.161Z | Compiling serde_json v1.0.114 |
1514 | 2024-02-28T12:31:05.203Z | Compiling byteorder v1.5.0 |
1515 | 2024-02-28T12:31:05.650Z | Compiling log v0.4.20 |
1516 | 2024-02-28T12:31:05.946Z | Checking getrandom v0.2.10 |
1517 | 2024-02-28T12:31:06.009Z | Compiling slab v0.4.9 |
1518 | 2024-02-28T12:31:06.130Z | Compiling cc v1.0.83 |
1519 | 2024-02-28T12:31:06.355Z | Compiling typenum v1.16.0 |
1520 | 2024-02-28T12:31:06.431Z | Checking itoa v1.0.9 |
1521 | 2024-02-28T12:31:06.472Z | Compiling generic-array v0.14.7 |
1522 | 2024-02-28T12:31:06.629Z | Checking scopeguard v1.2.0 |
1523 | 2024-02-28T12:31:06.678Z | Compiling allocator-api2 v0.2.16 |
1524 | 2024-02-28T12:31:06.746Z | Compiling pkg-config v0.3.27 |
1525 | 2024-02-28T12:31:06.885Z | Compiling rustix v0.38.31 |
1526 | 2024-02-28T12:31:07.469Z | Checking smallvec v1.13.1 |
1527 | 2024-02-28T12:31:07.840Z | Compiling schemars v0.8.16 |
1528 | 2024-02-28T12:31:07.897Z | Compiling httparse v1.8.0 |
1529 | 2024-02-28T12:31:07.980Z | Compiling fnv v1.0.7 |
1530 | 2024-02-28T12:31:08.249Z | Compiling vcpkg v0.2.15 |
1531 | 2024-02-28T12:31:08.345Z | Compiling aho-corasick v1.0.4 |
1532 | 2024-02-28T12:31:08.657Z | Compiling regex-syntax v0.8.2 |
1533 | 2024-02-28T12:31:09.407Z | Compiling ring v0.17.8 |
1534 | 2024-02-28T12:31:10.704Z | Compiling openssl-sys v0.9.96 |
1535 | 2024-02-28T12:31:11.306Z | Checking parking_lot v0.12.1 |
1536 | 2024-02-28T12:31:11.540Z | Compiling ucd-trie v0.1.6 |
1537 | 2024-02-28T12:31:11.616Z | Checking pin-project-lite v0.2.13 |
1538 | 2024-02-28T12:31:12.042Z | Compiling serde_derive_internals v0.26.0 |
1539 | 2024-02-28T12:31:12.665Z | Compiling regex-automata v0.4.4 |
1540 | 2024-02-28T12:31:12.944Z | Compiling ring v0.16.20 |
1541 | 2024-02-28T12:31:13.021Z | Checking ryu v1.0.15 |
1542 | 2024-02-28T12:31:14.047Z | Checking signal-hook-registry v1.4.1 |
1543 | 2024-02-28T12:31:14.285Z | Compiling openssl v0.10.60 |
1544 | 2024-02-28T12:31:14.682Z | Compiling crossbeam-utils v0.8.16 |
1545 | 2024-02-28T12:31:14.851Z | Checking mio v0.8.9 |
1546 | 2024-02-28T12:31:15.229Z | Checking rand_core v0.6.4 |
1547 | 2024-02-28T12:31:15.450Z | Compiling iana-time-zone v0.1.57 |
1548 | 2024-02-28T12:31:15.499Z | Checking num_cpus v1.16.0 |
1549 | 2024-02-28T12:31:15.611Z | Compiling native-tls v0.2.11 |
1550 | 2024-02-28T12:31:15.633Z | Compiling rustls v0.21.9 |
1551 | 2024-02-28T12:31:15.828Z | Checking futures-core v0.3.30 |
1552 | 2024-02-28T12:31:15.944Z | Compiling dyn-clone v1.0.17 |
1553 | 2024-02-28T12:31:16.004Z | Compiling spin v0.5.2 |
1554 | 2024-02-28T12:31:16.019Z | Checking socket2 v0.5.5 |
1555 | 2024-02-28T12:31:16.147Z | Compiling slog v2.7.0 |
1556 | 2024-02-28T12:31:16.219Z | Compiling async-trait v0.1.77 |
1557 | 2024-02-28T12:31:16.491Z | Compiling memoffset v0.9.0 |
1558 | 2024-02-28T12:31:16.672Z | Compiling regex v1.10.3 |
1559 | 2024-02-28T12:31:17.122Z | Compiling crossbeam-epoch v0.9.15 |
1560 | 2024-02-28T12:31:17.266Z | Compiling backtrace v0.3.69 |
1561 | 2024-02-28T12:31:17.789Z | Compiling futures-sink v0.3.30 |
1562 | 2024-02-28T12:31:17.850Z | Compiling errno v0.3.8 |
1563 | 2024-02-28T12:31:17.866Z | Compiling either v1.10.0 |
1564 | 2024-02-28T12:31:17.934Z | Compiling tinyvec_macros v0.1.1 |
1565 | 2024-02-28T12:31:18.022Z | Compiling rustversion v1.0.14 |
1566 | 2024-02-28T12:31:18.070Z | Compiling crc32fast v1.3.2 |
1567 | 2024-02-28T12:31:18.279Z | Compiling unicode-xid v0.2.4 |
1568 | 2024-02-28T12:31:18.315Z | Compiling tinyvec v1.6.0 |
1569 | 2024-02-28T12:31:18.443Z | Compiling futures-channel v0.3.30 |
1570 | 2024-02-28T12:31:18.821Z | Compiling anyhow v1.0.75 |
1571 | 2024-02-28T12:31:18.824Z | Compiling futures-io v0.3.30 |
1572 | 2024-02-28T12:31:18.857Z | Compiling serde_derive v1.0.196 |
1573 | 2024-02-28T12:31:18.908Z | Compiling zerocopy-derive v0.7.32 |
1574 | 2024-02-28T12:31:19.109Z | Compiling thiserror-impl v1.0.57 |
1575 | 2024-02-28T12:31:19.241Z | Compiling zeroize_derive v1.4.2 |
1576 | 2024-02-28T12:31:19.405Z | Compiling tokio-macros v2.2.0 |
1577 | 2024-02-28T12:31:19.634Z | Compiling futures-macro v0.3.30 |
1578 | 2024-02-28T12:31:19.766Z | Compiling tracing-attributes v0.1.26 |
1579 | 2024-02-28T12:31:21.036Z | Compiling schemars_derive v0.8.16 |
1580 | 2024-02-28T12:31:21.225Z | Compiling openssl-macros v0.1.1 |
1581 | 2024-02-28T12:31:21.462Z | Compiling zerocopy v0.7.32 |
1582 | 2024-02-28T12:31:21.905Z | Checking zeroize v1.7.0 |
1583 | 2024-02-28T12:31:22.708Z | Compiling thiserror v1.0.57 |
1584 | 2024-02-28T12:31:22.849Z | Compiling pest v2.7.6 |
1585 | 2024-02-28T12:31:22.895Z | Compiling unicode-width v0.1.11 |
1586 | 2024-02-28T12:31:23.200Z | Compiling futures-task v0.3.30 |
1587 | 2024-02-28T12:31:23.505Z | Compiling pin-utils v0.1.0 |
1588 | 2024-02-28T12:31:23.596Z | Compiling futures-util v0.3.30 |
1589 | 2024-02-28T12:31:23.638Z | Compiling unicode-normalization v0.1.22 |
1590 | 2024-02-28T12:31:23.823Z | Compiling hashbrown v0.14.3 |
1591 | 2024-02-28T12:31:24.687Z | Compiling spin v0.9.8 |
1592 | 2024-02-28T12:31:24.720Z | Compiling tracing-core v0.1.31 |
1593 | 2024-02-28T12:31:25.047Z | Compiling unicode-bidi v0.3.13 |
1594 | 2024-02-28T12:31:25.239Z | Compiling pest_meta v2.7.6 |
1595 | 2024-02-28T12:31:25.583Z | Compiling tracing v0.1.37 |
1596 | 2024-02-28T12:31:25.791Z | Compiling der_derive v0.7.2 |
1597 | 2024-02-28T12:31:26.204Z | Compiling winnow v0.5.15 |
1598 | 2024-02-28T12:31:26.589Z | Compiling pest_generator v2.7.6 |
1599 | 2024-02-28T12:31:26.642Z | Compiling lazy_static v1.4.0 |
1600 | 2024-02-28T12:31:27.233Z | Checking subtle v2.5.0 |
1601 | 2024-02-28T12:31:28.974Z | Compiling time-core v0.1.1 |
1602 | 2024-02-28T12:31:29.144Z | Compiling untrusted v0.9.0 |
1603 | 2024-02-28T12:31:29.321Z | Compiling untrusted v0.7.1 |
1604 | 2024-02-28T12:31:30.099Z | Compiling percent-encoding v2.3.1 |
1605 | 2024-02-28T12:31:30.118Z | Compiling foreign-types-shared v0.1.1 |
1606 | 2024-02-28T12:31:30.214Z | Compiling foreign-types v0.3.2 |
1607 | 2024-02-28T12:31:30.661Z | Compiling pest_derive v2.7.6 |
1608 | 2024-02-28T12:31:31.421Z | Compiling time-macros v0.2.13 |
1609 | 2024-02-28T12:31:31.424Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-02-28T12:31:31.547Z | Compiling synstructure v0.12.6 |
1611 | 2024-02-28T12:31:33.073Z | Checking bytes v1.5.0 |
1612 | 2024-02-28T12:31:33.090Z | Checking bitflags v2.4.0 |
1613 | 2024-02-28T12:31:34.106Z | Compiling indexmap v2.2.3 |
1614 | 2024-02-28T12:31:34.541Z | Compiling uuid v1.7.0 |
1615 | 2024-02-28T12:31:34.634Z | Compiling chrono v0.4.31 |
1616 | 2024-02-28T12:31:35.028Z | Compiling semver v1.0.22 |
1617 | 2024-02-28T12:31:35.050Z | Compiling http v0.2.11 |
1618 | 2024-02-28T12:31:35.122Z | Checking tokio v1.36.0 |
1619 | 2024-02-28T12:31:35.809Z | Compiling serde_spanned v0.6.5 |
1620 | 2024-02-28T12:31:36.040Z | Compiling toml_datetime v0.6.5 |
1621 | 2024-02-28T12:31:36.131Z | Compiling openapiv3 v2.0.0 |
1622 | 2024-02-28T12:31:36.472Z | Compiling rustc_version v0.4.0 |
1623 | 2024-02-28T12:31:37.308Z | Compiling toml_edit v0.19.15 |
1624 | 2024-02-28T12:31:37.774Z | Compiling thread-id v4.2.0 |
1625 | 2024-02-28T12:31:37.885Z | Compiling base64 v0.21.7 |
1626 | 2024-02-28T12:31:38.613Z | Compiling try-lock v0.2.4 |
1627 | 2024-02-28T12:31:38.693Z | Compiling http-body v0.4.5 |
1628 | 2024-02-28T12:31:38.746Z | Compiling want v0.3.1 |
1629 | 2024-02-28T12:31:39.014Z | Compiling zerocopy-derive v0.2.0 |
1630 | 2024-02-28T12:31:39.129Z | Compiling rustls-webpki v0.101.7 |
1631 | 2024-02-28T12:31:41.139Z | Compiling sct v0.7.0 |
1632 | 2024-02-28T12:31:41.155Z | Compiling form_urlencoded v1.2.1 |
1633 | 2024-02-28T12:31:41.329Z | Compiling socket2 v0.4.9 |
1634 | 2024-02-28T12:31:41.428Z | Compiling httpdate v1.0.3 |
1635 | 2024-02-28T12:31:41.447Z | Compiling tower-service v0.3.2 |
1636 | 2024-02-28T12:31:41.571Z | Compiling openssl-probe v0.1.5 |
1637 | 2024-02-28T12:31:41.883Z | Compiling const-oid v0.9.5 |
1638 | 2024-02-28T12:31:42.175Z | Compiling idna v0.5.0 |
1639 | 2024-02-28T12:31:42.379Z | Compiling adler v1.0.2 |
1640 | 2024-02-28T12:31:42.622Z | Compiling miniz_oxide v0.7.1 |
1641 | 2024-02-28T12:31:43.572Z | Compiling url v2.5.0 |
1642 | 2024-02-28T12:31:43.827Z | Compiling tokio-util v0.7.10 |
1643 | 2024-02-28T12:31:44.267Z | Compiling ipnet v2.9.0 |
1644 | 2024-02-28T12:31:44.830Z | Compiling signal-hook v0.3.17 |
1645 | 2024-02-28T12:31:45.137Z | Compiling h2 v0.3.24 |
1646 | 2024-02-28T12:31:45.563Z | Compiling serde_urlencoded v0.7.1 |
1647 | 2024-02-28T12:31:45.593Z | Compiling rustls-pemfile v1.0.3 |
1648 | 2024-02-28T12:31:45.975Z | Compiling tokio-rustls v0.24.1 |
1649 | 2024-02-28T12:31:45.998Z | Compiling tokio-native-tls v0.3.1 |
1650 | 2024-02-28T12:31:46.091Z | Compiling crypto-common v0.1.6 |
1651 | 2024-02-28T12:31:46.257Z | Compiling clap_derive v4.5.0 |
1652 | 2024-02-28T12:31:46.318Z | Compiling zerocopy-derive v0.6.4 |
1653 | 2024-02-28T12:31:46.367Z | Compiling usdt-impl v0.3.5 |
1654 | 2024-02-28T12:31:46.741Z | Compiling encoding_rs v0.8.33 |
1655 | 2024-02-28T12:31:47.743Z | Compiling mime v0.3.17 |
1656 | 2024-02-28T12:31:47.912Z | Compiling siphasher v0.3.11 |
1657 | 2024-02-28T12:31:48.340Z | Compiling gimli v0.28.0 |
1658 | 2024-02-28T12:31:48.383Z | Compiling webpki-roots v0.25.2 |
1659 | 2024-02-28T12:31:48.687Z | Compiling zerocopy v0.3.0 |
1660 | 2024-02-28T12:31:48.774Z | Compiling scroll v0.12.0 |
1661 | 2024-02-28T12:31:49.338Z | Compiling block-buffer v0.10.4 |
1662 | 2024-02-28T12:31:49.603Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1663 | 2024-02-28T12:31:49.811Z | Compiling object v0.32.1 |
1664 | 2024-02-28T12:31:50.129Z | Compiling num-iter v0.1.43 |
1665 | 2024-02-28T12:31:50.442Z | Compiling usdt-impl v0.5.0 |
1666 | 2024-02-28T12:31:50.810Z | Compiling plain v0.2.3 |
1667 | 2024-02-28T12:31:50.973Z | Compiling rustc-demangle v0.1.23 |
1668 | 2024-02-28T12:31:51.286Z | Compiling goblin v0.8.0 |
1669 | 2024-02-28T12:31:51.684Z | Compiling flate2 v1.0.28 |
1670 | 2024-02-28T12:31:51.701Z | Compiling digest v0.10.7 |
1671 | 2024-02-28T12:31:51.940Z | Compiling dof v0.1.5 |
1672 | 2024-02-28T12:31:52.252Z | Compiling hyper v0.14.27 |
1673 | 2024-02-28T12:31:52.398Z | Compiling heapless v0.7.16 |
1674 | 2024-02-28T12:31:52.750Z | Compiling addr2line v0.21.0 |
1675 | 2024-02-28T12:31:52.861Z | Compiling dtrace-parser v0.1.14 |
1676 | 2024-02-28T12:31:53.145Z | Compiling futures-executor v0.3.30 |
1677 | 2024-02-28T12:31:53.397Z | Compiling strum_macros v0.25.2 |
1678 | 2024-02-28T12:31:53.560Z | Checking equivalent v1.0.1 |
1679 | 2024-02-28T12:31:53.665Z | Compiling ppv-lite86 v0.2.17 |
1680 | 2024-02-28T12:31:53.735Z | Compiling pretty-hex v0.4.1 |
1681 | 2024-02-28T12:31:54.474Z | Compiling rand_chacha v0.3.1 |
1682 | 2024-02-28T12:31:54.997Z | Compiling toml_edit v0.22.6 |
1683 | 2024-02-28T12:31:56.908Z | Compiling futures v0.3.30 |
1684 | 2024-02-28T12:31:57.048Z | Compiling dof v0.3.0 |
1685 | 2024-02-28T12:31:57.842Z | Compiling toml v0.7.8 |
1686 | 2024-02-28T12:31:58.184Z | Compiling serde_tokenstream v0.1.7 |
1687 | 2024-02-28T12:31:58.209Z | Compiling hex v0.4.3 |
1688 | 2024-02-28T12:31:58.836Z | Compiling dtrace-parser v0.2.0 |
1689 | 2024-02-28T12:31:59.255Z | Compiling hyper-tls v0.5.0 |
1690 | 2024-02-28T12:31:59.452Z | Compiling hyper-rustls v0.24.2 |
1691 | 2024-02-28T12:31:59.813Z | Compiling reqwest v0.11.22 |
1692 | 2024-02-28T12:32:00.165Z | Compiling bit-vec v0.6.3 |
1693 | 2024-02-28T12:32:00.409Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1694 | 2024-02-28T12:32:00.839Z | Compiling rand v0.8.5 |
1695 | 2024-02-28T12:32:00.969Z | Compiling phf_shared v0.10.0 |
1696 | 2024-02-28T12:32:01.348Z | Compiling num-bigint v0.4.4 |
1697 | 2024-02-28T12:32:01.487Z | Compiling base64ct v1.6.0 |
1698 | 2024-02-28T12:32:02.134Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-02-28T12:32:02.149Z | Compiling fixedbitset v0.4.2 |
1700 | 2024-02-28T12:32:02.268Z | Compiling precomputed-hash v0.1.1 |
1701 | 2024-02-28T12:32:02.291Z | Compiling new_debug_unreachable v1.0.4 |
1702 | 2024-02-28T12:32:02.376Z | Compiling smoltcp v0.9.1 |
1703 | 2024-02-28T12:32:02.394Z | Compiling string_cache v0.8.7 |
1704 | 2024-02-28T12:32:02.537Z | Compiling nom v7.1.3 |
1705 | 2024-02-28T12:32:02.606Z | Compiling petgraph v0.6.4 |
1706 | 2024-02-28T12:32:02.863Z | Compiling pem-rfc7468 v0.7.0 |
1707 | 2024-02-28T12:32:03.163Z | Compiling bit-set v0.5.3 |
1708 | 2024-02-28T12:32:03.179Z | Compiling usdt-macro v0.3.5 |
1709 | 2024-02-28T12:32:03.436Z | Compiling usdt-attr-macro v0.3.5 |
1710 | 2024-02-28T12:32:03.542Z | Compiling hmac v0.12.1 |
1711 | 2024-02-28T12:32:03.634Z | Compiling enum-as-inner v0.5.1 |
1712 | 2024-02-28T12:32:03.791Z | Compiling hubpack_derive v0.1.1 |
1713 | 2024-02-28T12:32:04.327Z | Compiling itertools v0.10.5 |
1714 | 2024-02-28T12:32:04.629Z | Compiling diesel_table_macro_syntax v0.1.0 |
1715 | 2024-02-28T12:32:04.751Z | Compiling unicode-segmentation v1.10.1 |
1716 | 2024-02-28T12:32:04.912Z | Compiling lalrpop-util v0.19.12 |
1717 | 2024-02-28T12:32:05.040Z | Compiling flagset v0.4.3 |
1718 | 2024-02-28T12:32:05.064Z | Compiling diesel_derives v2.1.2 |
1719 | 2024-02-28T12:32:05.241Z | Compiling der v0.7.8 |
1720 | 2024-02-28T12:32:05.984Z | Compiling cpufeatures v0.2.12 |
1721 | 2024-02-28T12:32:06.584Z | Compiling sha2 v0.10.8 |
1722 | 2024-02-28T12:32:07.272Z | Compiling md-5 v0.10.5 |
1723 | 2024-02-28T12:32:07.366Z | Compiling spki v0.7.2 |
1724 | 2024-02-28T12:32:07.477Z | Compiling stringprep v0.1.3 |
1725 | 2024-02-28T12:32:07.535Z | Compiling serde_repr v0.1.16 |
1726 | 2024-02-28T12:32:07.740Z | Compiling num-integer v0.1.46 |
1727 | 2024-02-28T12:32:07.757Z | Compiling hash32 v0.2.1 |
1728 | 2024-02-28T12:32:08.151Z | Compiling stable_deref_trait v1.2.0 |
1729 | 2024-02-28T12:32:08.241Z | Compiling fallible-iterator v0.2.0 |
1730 | 2024-02-28T12:32:08.521Z | Compiling pkcs8 v0.10.2 |
1731 | 2024-02-28T12:32:08.930Z | Compiling postgres-protocol v0.6.6 |
1732 | 2024-02-28T12:32:08.948Z | Compiling phf_shared v0.11.2 |
1733 | 2024-02-28T12:32:09.319Z | Compiling ff v0.13.0 |
1734 | 2024-02-28T12:32:09.553Z | Compiling terminal_size v0.3.0 |
1735 | 2024-02-28T12:32:09.749Z | Compiling block-padding v0.3.3 |
1736 | 2024-02-28T12:32:09.919Z | Compiling scheduled-thread-pool v0.2.7 |
1737 | 2024-02-28T12:32:09.944Z | Compiling num_threads v0.1.6 |
1738 | 2024-02-28T12:32:10.004Z | Checking unicode-ident v1.0.12 |
1739 | 2024-02-28T12:32:10.067Z | Compiling managed v0.8.0 |
1740 | 2024-02-28T12:32:10.085Z | Compiling deranged v0.3.8 |
1741 | 2024-02-28T12:32:10.159Z | Compiling regex-automata v0.1.10 |
1742 | 2024-02-28T12:32:10.317Z | Compiling matches v0.1.10 |
1743 | 2024-02-28T12:32:10.504Z | Compiling bitflags v1.3.2 |
1744 | 2024-02-28T12:32:10.518Z | Compiling base16ct v0.2.0 |
1745 | 2024-02-28T12:32:10.540Z | Compiling clap_builder v4.5.0 |
1746 | 2024-02-28T12:32:10.655Z | Compiling bstr v0.2.17 |
1747 | 2024-02-28T12:32:10.841Z | Compiling sec1 v0.7.3 |
1748 | 2024-02-28T12:32:10.876Z | Compiling idna v0.2.3 |
1749 | 2024-02-28T12:32:11.387Z | Compiling r2d2 v0.8.10 |
1750 | 2024-02-28T12:32:11.774Z | Compiling inout v0.1.3 |
1751 | 2024-02-28T12:32:12.001Z | Compiling time v0.3.27 |
1752 | 2024-02-28T12:32:12.166Z | Compiling postgres-types v0.2.6 |
1753 | 2024-02-28T12:32:12.455Z | Compiling group v0.13.0 |
1754 | 2024-02-28T12:32:12.517Z | Compiling signal-hook-mio v0.2.3 |
1755 | 2024-02-28T12:32:12.679Z | Compiling phf v0.11.2 |
1756 | 2024-02-28T12:32:12.771Z | Compiling bzip2 v0.4.4 |
1757 | 2024-02-28T12:32:12.972Z | Compiling hubpack v0.1.2 |
1758 | 2024-02-28T12:32:13.152Z | Compiling hkdf v0.12.4 |
1759 | 2024-02-28T12:32:13.423Z | Compiling zerocopy v0.6.4 |
1760 | 2024-02-28T12:32:13.736Z | Compiling crypto-bigint v0.5.2 |
1761 | 2024-02-28T12:32:13.780Z | Compiling ipnetwork v0.20.0 |
1762 | 2024-02-28T12:32:14.704Z | Compiling float-cmp v0.9.0 |
1763 | 2024-02-28T12:32:14.931Z | Compiling difflib v0.4.0 |
1764 | 2024-02-28T12:32:15.461Z | Compiling static_assertions v1.1.0 |
1765 | 2024-02-28T12:32:15.557Z | Compiling data-encoding v2.4.0 |
1766 | 2024-02-28T12:32:15.727Z | Compiling normalize-line-endings v0.3.0 |
1767 | 2024-02-28T12:32:16.059Z | Compiling predicates-core v1.0.6 |
1768 | 2024-02-28T12:32:16.447Z | Compiling regex-automata v0.3.8 |
1769 | 2024-02-28T12:32:16.548Z | Compiling whoami v1.4.1 |
1770 | 2024-02-28T12:32:17.216Z | Compiling tokio-postgres v0.7.10 |
1771 | 2024-02-28T12:32:17.326Z | Compiling predicates v3.1.0 |
1772 | 2024-02-28T12:32:17.633Z | Compiling trust-dns-proto v0.22.0 |
1773 | 2024-02-28T12:32:17.966Z | Compiling yasna v0.5.2 |
1774 | 2024-02-28T12:32:19.034Z | Compiling bstr v1.6.0 |
1775 | 2024-02-28T12:32:19.052Z | Compiling elliptic-curve v0.13.8 |
1776 | 2024-02-28T12:32:19.890Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1777 | 2024-02-28T12:32:20.013Z | Compiling clap v4.5.0 |
1778 | 2024-02-28T12:32:20.139Z | Compiling zip v0.6.6 |
1779 | 2024-02-28T12:32:20.650Z | Compiling crossterm v0.27.0 |
1780 | 2024-02-28T12:32:20.842Z | Compiling cipher v0.4.4 |
1781 | 2024-02-28T12:32:21.342Z | Compiling similar v2.3.0 |
1782 | 2024-02-28T12:32:22.147Z | Compiling diesel v2.1.4 |
1783 | 2024-02-28T12:32:22.861Z | Compiling usdt v0.3.5 |
1784 | 2024-02-28T12:32:23.142Z | Compiling strum v0.25.0 |
1785 | 2024-02-28T12:32:23.316Z | Compiling tokio-stream v0.1.14 |
1786 | 2024-02-28T12:32:23.431Z | Compiling console v0.15.8 |
1787 | 2024-02-28T12:32:24.199Z | Checking proc-macro2 v1.0.78 |
1788 | 2024-02-28T12:32:24.841Z | Checking quote v1.0.35 |
1789 | 2024-02-28T12:32:27.095Z | Checking utf8parse v0.2.1 |
1790 | 2024-02-28T12:32:28.681Z | Checking anstyle v1.0.2 |
1791 | 2024-02-28T12:32:33.270Z | Checking anstyle-parse v0.2.1 |
1792 | 2024-02-28T12:32:34.147Z | Checking anstyle-query v1.0.0 |
1793 | 2024-02-28T12:32:34.344Z | Checking colorchoice v1.0.0 |
1794 | 2024-02-28T12:32:34.470Z | Checking anstream v0.6.11 |
1795 | 2024-02-28T12:32:34.823Z | Compiling serde_tokenstream v0.2.0 |
1796 | 2024-02-28T12:32:34.829Z | Checking clap_lex v0.7.0 |
1797 | 2024-02-28T12:32:35.174Z | Checking strsim v0.11.0 |
1798 | 2024-02-28T12:32:40.639Z | Checking winnow v0.6.1 |
1799 | 2024-02-28T12:32:46.924Z | Compiling regress v0.8.0 |
1800 | 2024-02-28T12:32:49.872Z | Compiling getopts v0.2.21 |
1801 | 2024-02-28T12:32:50.175Z | Compiling unsafe-libyaml v0.2.10 |
1802 | 2024-02-28T12:32:50.677Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1803 | 2024-02-28T12:32:50.992Z | Checking heck v0.4.1 |
1804 | 2024-02-28T12:32:52.129Z | Compiling serde_yaml v0.9.25 |
1805 | 2024-02-28T12:32:52.618Z | Checking camino v1.1.6 |
1806 | 2024-02-28T12:32:52.872Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1807 | 2024-02-28T12:32:53.200Z | Compiling strsim v0.10.0 |
1808 | 2024-02-28T12:32:53.217Z | Compiling ident_case v1.0.1 |
1809 | 2024-02-28T12:32:53.235Z | Checking rustls-pki-types v1.3.0 |
1810 | 2024-02-28T12:32:53.386Z | Checking match_cfg v0.1.0 |
1811 | 2024-02-28T12:32:53.478Z | Checking fastrand v2.0.1 |
1812 | 2024-02-28T12:32:53.624Z | Checking hostname v0.3.1 |
1813 | 2024-02-28T12:32:53.753Z | Checking http v1.0.0 |
1814 | 2024-02-28T12:32:53.800Z | Checking tempfile v3.10.0 |
1815 | 2024-02-28T12:32:54.010Z | Checking atty v0.2.14 |
1816 | 2024-02-28T12:32:54.121Z | Compiling paste v1.0.14 |
1817 | 2024-02-28T12:32:54.155Z | Checking quick-error v1.2.3 |
1818 | 2024-02-28T12:32:54.286Z | Checking sha1 v0.10.6 |
1819 | 2024-02-28T12:32:54.570Z | Checking dirs-sys-next v0.1.2 |
1820 | 2024-02-28T12:32:54.818Z | Compiling rustls v0.22.2 |
1821 | 2024-02-28T12:32:54.821Z | Checking dirs-next v2.0.0 |
1822 | 2024-02-28T12:32:55.031Z | Checking rustls-webpki v0.102.1 |
1823 | 2024-02-28T12:32:55.132Z | Checking crossbeam-channel v0.5.8 |
1824 | 2024-02-28T12:32:55.803Z | Checking thread_local v1.1.7 |
1825 | 2024-02-28T12:32:55.897Z | Checking instant v0.1.12 |
1826 | 2024-02-28T12:32:56.014Z | Compiling slog-async v2.8.0 |
1827 | 2024-02-28T12:32:56.177Z | Checking term v0.7.0 |
1828 | 2024-02-28T12:32:56.482Z | Checking rustls-pemfile v2.1.0 |
1829 | 2024-02-28T12:32:56.615Z | Compiling multer v3.0.0 |
1830 | 2024-02-28T12:32:56.632Z | Checking take_mut v0.2.2 |
1831 | 2024-02-28T12:32:56.701Z | Checking debug-ignore v1.0.5 |
1832 | 2024-02-28T12:32:56.721Z | Checking slog-term v2.9.0 |
1833 | 2024-02-28T12:32:56.827Z | Compiling darling_core v0.20.3 |
1834 | 2024-02-28T12:32:57.013Z | Checking slog-json v2.6.1 |
1835 | 2024-02-28T12:32:57.046Z | Compiling async-stream-impl v0.3.5 |
1836 | 2024-02-28T12:32:57.248Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1837 | 2024-02-28T12:32:57.270Z | Checking atomic-waker v1.1.1 |
1838 | 2024-02-28T12:32:57.403Z | Checking waitgroup v0.1.2 |
1839 | 2024-02-28T12:32:57.543Z | Checking slog-bunyan v2.5.0 |
1840 | 2024-02-28T12:32:57.708Z | Checking toml v0.8.10 |
1841 | 2024-02-28T12:32:58.091Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1842 | 2024-02-28T12:32:58.445Z | Checking serde_path_to_error v0.1.15 |
1843 | 2024-02-28T12:32:58.576Z | Checking async-stream v0.3.5 |
1844 | 2024-02-28T12:32:58.772Z | Checking wait-timeout v0.2.0 |
1845 | 2024-02-28T12:32:58.946Z | Compiling strum_macros v0.26.1 |
1846 | 2024-02-28T12:32:59.087Z | Compiling structmeta-derive v0.3.0 |
1847 | 2024-02-28T12:32:59.845Z | Checking tokio-rustls v0.25.0 |
1848 | 2024-02-28T12:33:00.220Z | Checking rusty-fork v0.3.0 |
1849 | 2024-02-28T12:33:00.515Z | Checking newtype-uuid v1.0.1 |
1850 | 2024-02-28T12:33:00.741Z | Compiling structmeta-derive v0.2.0 |
1851 | 2024-02-28T12:33:02.338Z | Compiling structmeta v0.3.0 |
1852 | 2024-02-28T12:33:02.788Z | Checking rand_xorshift v0.3.0 |
1853 | 2024-02-28T12:33:02.958Z | Checking unarray v0.1.4 |
1854 | 2024-02-28T12:33:03.099Z | Compiling darling_macro v0.20.3 |
1855 | 2024-02-28T12:33:03.115Z | Checking proptest v1.4.0 |
1856 | 2024-02-28T12:33:04.021Z | Compiling structmeta v0.2.0 |
1857 | 2024-02-28T12:33:04.229Z | Compiling darling v0.20.3 |
1858 | 2024-02-28T12:33:04.344Z | Compiling serde_with_macros v3.6.1 |
1859 | 2024-02-28T12:33:04.406Z | Compiling parse-display-derive v0.9.0 |
1860 | 2024-02-28T12:33:04.462Z | Checking backoff v0.4.0 |
1861 | 2024-02-28T12:33:04.570Z | Checking strum v0.26.1 |
1862 | 2024-02-28T12:33:04.724Z | Compiling test-strategy v0.3.1 |
1863 | 2024-02-28T12:33:04.749Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1864 | 2024-02-28T12:33:04.923Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1865 | 2024-02-28T12:33:05.003Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1866 | 2024-02-28T12:33:05.074Z | Checking macaddr v1.0.1 |
1867 | 2024-02-28T12:33:05.406Z | Checking camino-tempfile v1.1.1 |
1868 | 2024-02-28T12:33:05.466Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1869 | 2024-02-28T12:33:05.666Z | Checking is-terminal v0.4.9 |
1870 | 2024-02-28T12:33:05.789Z | Compiling proc-macro-error-attr v1.0.4 |
1871 | 2024-02-28T12:33:06.182Z | Compiling proc-macro-error v1.0.4 |
1872 | 2024-02-28T12:33:06.673Z | Compiling proc-macro-crate v1.3.1 |
1873 | 2024-02-28T12:33:07.676Z | Checking termtree v0.4.1 |
1874 | 2024-02-28T12:33:07.717Z | Checking serde_with v3.6.1 |
1875 | 2024-02-28T12:33:07.883Z | Compiling heapless v0.8.0 |
1876 | 2024-02-28T12:33:07.958Z | Compiling num_enum_derive v0.5.11 |
1877 | 2024-02-28T12:33:08.078Z | Checking predicates-tree v1.0.9 |
1878 | 2024-02-28T12:33:08.228Z | Checking hash32 v0.3.1 |
1879 | 2024-02-28T12:33:08.413Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1880 | 2024-02-28T12:33:08.760Z | Compiling smoltcp v0.11.0 |
1881 | 2024-02-28T12:33:09.016Z | Checking embedded-io v0.4.0 |
1882 | 2024-02-28T12:33:09.229Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1883 | 2024-02-28T12:33:09.298Z | Checking parse-display v0.9.0 |
1884 | 2024-02-28T12:33:09.492Z | Compiling crucible-workspace-hack v0.1.0 |
1885 | 2024-02-28T12:33:09.528Z | Checking cobs v0.2.3 |
1886 | 2024-02-28T12:33:09.558Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1887 | 2024-02-28T12:33:09.602Z | Compiling usdt-macro v0.5.0 |
1888 | 2024-02-28T12:33:09.694Z | Checking postcard v1.0.8 |
1889 | 2024-02-28T12:33:09.822Z | Compiling usdt-attr-macro v0.5.0 |
1890 | 2024-02-28T12:33:10.435Z | Compiling foreign-types-macros v0.2.3 |
1891 | 2024-02-28T12:33:10.904Z | Checking num_enum v0.5.11 |
1892 | 2024-02-28T12:33:11.057Z | Checking memmap v0.7.0 |
1893 | 2024-02-28T12:33:11.218Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1894 | 2024-02-28T12:33:11.248Z | Checking foreign-types-shared v0.3.1 |
1895 | 2024-02-28T12:33:11.302Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-02-28T12:33:11.362Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-28T12:33:11.549Z | Checking usdt v0.5.0 |
1898 | 2024-02-28T12:33:11.639Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1899 | 2024-02-28T12:33:11.727Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1900 | 2024-02-28T12:33:11.770Z | Checking foreign-types v0.5.0 |
1901 | 2024-02-28T12:33:11.785Z | Checking cstr-argument v0.1.2 |
1902 | 2024-02-28T12:33:11.801Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1903 | 2024-02-28T12:33:11.874Z | Checking pretty-hex v0.2.1 |
1904 | 2024-02-28T12:33:11.953Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-02-28T12:33:12.037Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1906 | 2024-02-28T12:33:12.236Z | Checking colored v2.0.4 |
1907 | 2024-02-28T12:33:12.292Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1908 | 2024-02-28T12:33:12.385Z | Compiling zone_cfg_derive v0.3.0 |
1909 | 2024-02-28T12:33:12.505Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1910 | 2024-02-28T12:33:12.527Z | Compiling mockall_derive v0.12.0 |
1911 | 2024-02-28T12:33:12.761Z | Compiling num-derive v0.4.0 |
1912 | 2024-02-28T12:33:12.853Z | Checking downcast v0.11.0 |
1913 | 2024-02-28T12:33:12.962Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1914 | 2024-02-28T12:33:13.054Z | Checking fragile v2.0.0 |
1915 | 2024-02-28T12:33:13.329Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1916 | 2024-02-28T12:33:13.564Z | Checking smf v0.2.2 |
1917 | 2024-02-28T12:33:14.015Z | Checking xattr v1.0.1 |
1918 | 2024-02-28T12:33:14.018Z | Checking zone v0.3.0 |
1919 | 2024-02-28T12:33:14.193Z | Checking filetime v0.2.23 |
1920 | 2024-02-28T12:33:14.325Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1921 | 2024-02-28T12:33:14.387Z | Checking same-file v1.0.6 |
1922 | 2024-02-28T12:33:14.543Z | Checking tar v0.4.40 |
1923 | 2024-02-28T12:33:14.560Z | Checking walkdir v2.4.0 |
1924 | 2024-02-28T12:33:14.795Z | Checking pem v3.0.2 |
1925 | 2024-02-28T12:33:14.815Z | Compiling rayon-core v1.12.0 |
1926 | 2024-02-28T12:33:14.908Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1927 | 2024-02-28T12:33:15.044Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1928 | 2024-02-28T12:33:15.146Z | Checking linked-hash-map v0.5.6 |
1929 | 2024-02-28T12:33:15.186Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1930 | 2024-02-28T12:33:15.289Z | Checking itertools v0.12.1 |
1931 | 2024-02-28T12:33:15.470Z | Checking lru-cache v0.1.2 |
1932 | 2024-02-28T12:33:15.626Z | Checking headers-core v0.2.0 |
1933 | 2024-02-28T12:33:15.646Z | Checking password-hash v0.5.0 |
1934 | 2024-02-28T12:33:15.757Z | Checking headers v0.3.9 |
1935 | 2024-02-28T12:33:15.783Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1936 | 2024-02-28T12:33:16.064Z | Checking blake2 v0.10.6 |
1937 | 2024-02-28T12:33:16.097Z | Checking swrite v0.1.0 |
1938 | 2024-02-28T12:33:16.207Z | Compiling derive-where v1.2.7 |
1939 | 2024-02-28T12:33:16.511Z | Checking argon2 v0.5.3 |
1940 | 2024-02-28T12:33:16.864Z | Checking rcgen v0.12.1 |
1941 | 2024-02-28T12:33:17.115Z | Checking atomicwrites v0.4.3 |
1942 | 2024-02-28T12:33:17.181Z | Checking subprocess v0.2.9 |
1943 | 2024-02-28T12:33:17.312Z | Checking arc-swap v1.6.0 |
1944 | 2024-02-28T12:33:17.572Z | Compiling cancel-safe-futures v0.1.5 |
1945 | 2024-02-28T12:33:17.708Z | Checking half v2.3.1 |
1946 | 2024-02-28T12:33:17.770Z | Checking slog-scope v4.4.0 |
1947 | 2024-02-28T12:33:17.971Z | Checking slog-stdlog v4.1.1 |
1948 | 2024-02-28T12:33:17.987Z | Checking ciborium-io v0.2.2 |
1949 | 2024-02-28T12:33:18.101Z | Checking resolv-conf v0.7.0 |
1950 | 2024-02-28T12:33:18.135Z | Checking slog-envlogger v2.2.0 |
1951 | 2024-02-28T12:33:18.192Z | Checking ciborium-ll v0.2.2 |
1952 | 2024-02-28T12:33:18.351Z | Checking libsw v3.3.1 |
1953 | 2024-02-28T12:33:18.428Z | Checking trust-dns-resolver v0.22.0 |
1954 | 2024-02-28T12:33:18.491Z | Checking ciborium v0.2.2 |
1955 | 2024-02-28T12:33:18.518Z | Checking owo-colors v4.0.0 |
1956 | 2024-02-28T12:33:18.602Z | Checking linear-map v1.2.0 |
1957 | 2024-02-28T12:33:18.920Z | Compiling slog-dtrace v0.3.0 |
1958 | 2024-02-28T12:33:19.322Z | Checking textwrap v0.11.0 |
1959 | 2024-02-28T12:33:19.524Z | Compiling heck v0.3.3 |
1960 | 2024-02-28T12:33:19.543Z | Compiling blake3 v1.5.0 |
1961 | 2024-02-28T12:33:19.927Z | Checking termcolor v1.2.0 |
1962 | 2024-02-28T12:33:19.968Z | Checking ansi_term v0.12.1 |
1963 | 2024-02-28T12:33:20.120Z | Compiling libefi-sys v0.1.0 |
1964 | 2024-02-28T12:33:20.158Z | Checking vec_map v0.8.2 |
1965 | 2024-02-28T12:33:20.262Z | Checking strsim v0.8.0 |
1966 | 2024-02-28T12:33:20.411Z | Compiling structopt-derive v0.4.18 |
1967 | 2024-02-28T12:33:20.461Z | Checking clap v2.34.0 |
1968 | 2024-02-28T12:33:20.519Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1969 | 2024-02-28T12:33:20.677Z | Checking nibble_vec v0.1.0 |
1970 | 2024-02-28T12:33:20.844Z | Compiling radium v0.7.0 |
1971 | 2024-02-28T12:33:20.856Z | Checking endian-type v0.1.2 |
1972 | 2024-02-28T12:33:21.051Z | Checking radix_trie v0.2.1 |
1973 | 2024-02-28T12:33:21.157Z | Checking mockall v0.12.0 |
1974 | 2024-02-28T12:33:21.357Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1975 | 2024-02-28T12:33:21.391Z | Compiling maybe-uninit v2.0.0 |
1976 | 2024-02-28T12:33:21.456Z | Checking tap v1.0.1 |
1977 | 2024-02-28T12:33:21.524Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1978 | 2024-02-28T12:33:21.615Z | Checking wyz v0.5.1 |
1979 | 2024-02-28T12:33:21.751Z | Checking fxhash v0.2.1 |
1980 | 2024-02-28T12:33:21.916Z | Checking gethostname v0.4.3 |
1981 | 2024-02-28T12:33:22.001Z | Compiling packed_struct v0.10.1 |
1982 | 2024-02-28T12:33:22.004Z | Compiling num-bigint-dig v0.8.4 |
1983 | 2024-02-28T12:33:22.051Z | Checking crc-catalog v2.2.0 |
1984 | 2024-02-28T12:33:22.064Z | Compiling semver v0.1.20 |
1985 | 2024-02-28T12:33:22.218Z | Checking funty v2.0.0 |
1986 | 2024-02-28T12:33:22.384Z | Checking crc v3.0.1 |
1987 | 2024-02-28T12:33:22.551Z | Compiling rustc_version v0.1.7 |
1988 | 2024-02-28T12:33:22.681Z | Compiling packed_struct_codegen v0.10.1 |
1989 | 2024-02-28T12:33:22.759Z | Compiling indexmap v1.9.3 |
1990 | 2024-02-28T12:33:23.025Z | Checking nodrop v0.1.14 |
1991 | 2024-02-28T12:33:23.118Z | Compiling newtype_derive v0.1.6 |
1992 | 2024-02-28T12:33:23.139Z | Checking array-init v0.0.4 |
1993 | 2024-02-28T12:33:23.240Z | Checking smallvec v0.6.14 |
1994 | 2024-02-28T12:33:23.324Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1995 | 2024-02-28T12:33:23.378Z | Checking bitvec v1.0.1 |
1996 | 2024-02-28T12:33:23.553Z | Checking structopt v0.3.26 |
1997 | 2024-02-28T12:33:23.613Z | Checking pkcs1 v0.7.5 |
1998 | 2024-02-28T12:33:23.871Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1999 | 2024-02-28T12:33:23.914Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2000 | 2024-02-28T12:33:24.015Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2001 | 2024-02-28T12:33:24.123Z | Checking signature v2.1.0 |
2002 | 2024-02-28T12:33:24.158Z | Compiling crossbeam-deque v0.8.3 |
2003 | 2024-02-28T12:33:24.251Z | Checking hashbrown v0.12.3 |
2004 | 2024-02-28T12:33:24.307Z | Checking bitfield v0.14.0 |
2005 | 2024-02-28T12:33:25.491Z | Checking rsa v0.9.2 |
2006 | 2024-02-28T12:33:25.841Z | Checking serde-hex v0.1.0 |
2007 | 2024-02-28T12:33:26.015Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2008 | 2024-02-28T12:33:26.033Z | Checking env_logger v0.10.0 |
2009 | 2024-02-28T12:33:26.253Z | Checking x509-cert v0.2.4 |
2010 | 2024-02-28T12:33:26.432Z | Checking ron v0.8.1 |
2011 | 2024-02-28T12:33:26.461Z | Checking hashbrown v0.13.2 |
2012 | 2024-02-28T12:33:27.528Z | Compiling semver-parser v0.10.2 |
2013 | 2024-02-28T12:33:27.594Z | Compiling num-rational v0.4.1 |
2014 | 2024-02-28T12:33:27.775Z | Checking crc-any v2.4.3 |
2015 | 2024-02-28T12:33:27.965Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2016 | 2024-02-28T12:33:28.147Z | Checking object v0.30.4 |
2017 | 2024-02-28T12:33:28.172Z | Compiling rayon v1.8.0 |
2018 | 2024-02-28T12:33:28.229Z | Compiling semver v0.11.0 |
2019 | 2024-02-28T12:33:29.368Z | Compiling memmap2 v0.7.1 |
2020 | 2024-02-28T12:33:29.794Z | Compiling constant_time_eq v0.3.0 |
2021 | 2024-02-28T12:33:29.960Z | Compiling arrayref v0.3.7 |
2022 | 2024-02-28T12:33:30.041Z | Checking path-slash v0.1.5 |
2023 | 2024-02-28T12:33:30.046Z | Compiling arrayvec v0.7.4 |
2024 | 2024-02-28T12:33:30.069Z | Compiling home v0.5.5 |
2025 | 2024-02-28T12:33:30.203Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2026 | 2024-02-28T12:33:30.206Z | Compiling toolchain_find v0.2.0 |
2027 | 2024-02-28T12:33:30.473Z | Checking steno v0.4.0 |
2028 | 2024-02-28T12:33:30.861Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2029 | 2024-02-28T12:33:31.450Z | Compiling toml v0.5.11 |
2030 | 2024-02-28T12:33:31.644Z | Checking num-complex v0.4.4 |
2031 | 2024-02-28T12:33:32.410Z | Compiling topological-sort v0.2.2 |
2032 | 2024-02-28T12:33:32.636Z | Compiling convert_case v0.4.0 |
2033 | 2024-02-28T12:33:32.892Z | Checking num v0.4.1 |
2034 | 2024-02-28T12:33:32.999Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2035 | 2024-02-28T12:33:33.014Z | Checking newline-converter v0.3.0 |
2036 | 2024-02-28T12:33:33.589Z | Compiling derive_more v0.99.17 |
2037 | 2024-02-28T12:33:34.318Z | Compiling rustfmt-wrapper v0.2.0 |
2038 | 2024-02-28T12:33:34.415Z | Compiling omicron-zone-package v0.11.0 |
2039 | 2024-02-28T12:33:34.846Z | Checking expectorate v1.1.0 |
2040 | 2024-02-28T12:33:34.954Z | Checking utf-8 v0.7.6 |
2041 | 2024-02-28T12:33:34.970Z | Compiling buf-list v1.0.3 |
2042 | 2024-02-28T12:33:35.001Z | Checking display-error-chain v0.2.0 |
2043 | 2024-02-28T12:33:35.142Z | Compiling parking_lot_core v0.8.6 |
2044 | 2024-02-28T12:33:35.157Z | Checking tungstenite v0.20.1 |
2045 | 2024-02-28T12:33:35.386Z | Checking keccak v0.1.4 |
2046 | 2024-02-28T12:33:35.691Z | Checking sha3 v0.10.8 |
2047 | 2024-02-28T12:33:36.019Z | Checking parking_lot v0.11.2 |
2048 | 2024-02-28T12:33:36.034Z | Checking trust-dns-client v0.22.0 |
2049 | 2024-02-28T12:33:36.063Z | Checking tokio-tungstenite v0.20.1 |
2050 | 2024-02-28T12:33:36.356Z | Checking secrecy v0.8.0 |
2051 | 2024-02-28T12:33:36.535Z | Compiling pin-project-internal v1.1.3 |
2052 | 2024-02-28T12:33:36.598Z | Compiling doc-comment v0.3.3 |
2053 | 2024-02-28T12:33:37.368Z | Checking sled v0.34.7 |
2054 | 2024-02-28T12:33:37.486Z | Checking glob v0.3.1 |
2055 | 2024-02-28T12:33:37.616Z | Checking trust-dns-server v0.22.1 |
2056 | 2024-02-28T12:33:37.779Z | Compiling vte_generate_state_changes v0.1.1 |
2057 | 2024-02-28T12:33:38.482Z | Checking vte v0.11.1 |
2058 | 2024-02-28T12:33:39.891Z | Compiling unicase v2.7.0 |
2059 | 2024-02-28T12:33:39.946Z | Checking pin-project v1.1.3 |
2060 | 2024-02-28T12:33:40.068Z | Compiling platforms v3.0.2 |
2061 | 2024-02-28T12:33:40.217Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2062 | 2024-02-28T12:33:40.342Z | Checking strip-ansi-escapes v0.2.0 |
2063 | 2024-02-28T12:33:40.456Z | Checking fd-lock v3.0.13 |
2064 | 2024-02-28T12:33:40.476Z | Compiling snafu-derive v0.7.5 |
2065 | 2024-02-28T12:33:40.493Z | Compiling fs-err v2.11.0 |
2066 | 2024-02-28T12:33:40.569Z | Checking nu-ansi-term v0.50.0 |
2067 | 2024-02-28T12:33:40.954Z | Checking globset v0.4.13 |
2068 | 2024-02-28T12:33:40.979Z | Checking reedline v0.29.0 |
2069 | 2024-02-28T12:33:41.048Z | Checking olpc-cjson v0.1.3 |
2070 | 2024-02-28T12:33:41.267Z | Checking serde_plain v1.0.2 |
2071 | 2024-02-28T12:33:41.282Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2072 | 2024-02-28T12:33:41.426Z | Compiling async-recursion v1.0.5 |
2073 | 2024-02-28T12:33:41.507Z | Checking typed-path v0.7.0 |
2074 | 2024-02-28T12:33:41.533Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2075 | 2024-02-28T12:33:42.084Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2076 | 2024-02-28T12:33:42.264Z | Compiling curve25519-dalek v4.1.1 |
2077 | 2024-02-28T12:33:42.392Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2078 | 2024-02-28T12:33:42.880Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2079 | 2024-02-28T12:33:42.916Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2080 | 2024-02-28T12:33:43.100Z | Compiling memoffset v0.7.1 |
2081 | 2024-02-28T12:33:43.119Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2082 | 2024-02-28T12:33:43.147Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2083 | 2024-02-28T12:33:43.241Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2084 | 2024-02-28T12:33:43.432Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2085 | 2024-02-28T12:33:43.448Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2086 | 2024-02-28T12:33:43.702Z | Checking parse-size v1.0.0 |
2087 | 2024-02-28T12:33:44.416Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2088 | 2024-02-28T12:33:44.717Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2089 | 2024-02-28T12:33:46.408Z | Compiling mime_guess v2.0.4 |
2090 | 2024-02-28T12:33:46.641Z | Checking snafu v0.7.5 |
2091 | 2024-02-28T12:33:47.135Z | Checking tough v0.16.0 |
2092 | 2024-02-28T12:33:49.669Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2093 | 2024-02-28T12:33:50.002Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2094 | 2024-02-28T12:33:50.079Z | Checking universal-hash v0.5.1 |
2095 | 2024-02-28T12:33:50.270Z | Compiling thiserror-impl-no-std v2.0.2 |
2096 | 2024-02-28T12:33:50.345Z | Compiling curve25519-dalek-derive v0.1.0 |
2097 | 2024-02-28T12:33:51.371Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2098 | 2024-02-28T12:33:52.011Z | Checking opaque-debug v0.3.0 |
2099 | 2024-02-28T12:33:52.102Z | Checking poly1305 v0.8.0 |
2100 | 2024-02-28T12:33:53.796Z | Checking thiserror-no-std v2.0.2 |
2101 | 2024-02-28T12:33:53.960Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2102 | 2024-02-28T12:33:54.191Z | Checking chacha20 v0.9.1 |
2103 | 2024-02-28T12:33:54.312Z | Checking aead v0.5.2 |
2104 | 2024-02-28T12:33:54.516Z | Checking kstat-rs v0.2.3 |
2105 | 2024-02-28T12:33:54.529Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2106 | 2024-02-28T12:33:54.875Z | Checking signature v1.6.4 |
2107 | 2024-02-28T12:33:54.994Z | Compiling salty v0.2.0 |
2108 | 2024-02-28T12:33:55.593Z | Checking ed25519 v1.5.3 |
2109 | 2024-02-28T12:33:55.828Z | Checking chacha20poly1305 v0.10.1 |
2110 | 2024-02-28T12:33:56.021Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2111 | 2024-02-28T12:33:56.577Z | Checking vsss-rs v3.3.4 |
2112 | 2024-02-28T12:33:56.668Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2113 | 2024-02-28T12:33:56.931Z | Checking serde-big-array v0.5.1 |
2114 | 2024-02-28T12:33:57.193Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-28T12:33:57.214Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2116 | 2024-02-28T12:33:58.201Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2117 | 2024-02-28T12:33:59.899Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2118 | 2024-02-28T12:34:00.015Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2119 | 2024-02-28T12:34:00.201Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2120 | 2024-02-28T12:34:00.494Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2121 | 2024-02-28T12:34:01.328Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-02-28T12:34:01.583Z | Checking bytecount v0.6.3 |
2123 | 2024-02-28T12:34:01.735Z | Checking papergrid v0.11.0 |
2124 | 2024-02-28T12:34:03.440Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2125 | 2024-02-28T12:34:03.950Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2126 | 2024-02-28T12:34:04.223Z | Compiling tabled_derive v0.7.0 |
2127 | 2024-02-28T12:34:04.361Z | Checking signal-hook-tokio v0.3.1 |
2128 | 2024-02-28T12:34:04.541Z | Checking fd-lock v4.0.2 |
2129 | 2024-02-28T12:34:04.726Z | Checking nix v0.27.1 |
2130 | 2024-02-28T12:34:04.853Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2131 | 2024-02-28T12:34:04.970Z | Checking serde-big-array v0.4.1 |
2132 | 2024-02-28T12:34:05.134Z | Compiling sqlparser_derive v0.2.2 |
2133 | 2024-02-28T12:34:06.422Z | Checking unicode_categories v0.1.1 |
2134 | 2024-02-28T12:34:06.461Z | Checking humantime v2.1.0 |
2135 | 2024-02-28T12:34:06.725Z | Compiling prettyplease v0.2.16 |
2136 | 2024-02-28T12:34:06.766Z | Checking sqlformat v0.2.3 |
2137 | 2024-02-28T12:34:07.055Z | Checking tabled v0.15.0 |
2138 | 2024-02-28T12:34:07.111Z | Checking sqlparser v0.43.1 |
2139 | 2024-02-28T12:34:07.504Z | Checking rustyline v13.0.0 |
2140 | 2024-02-28T12:34:08.260Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2141 | 2024-02-28T12:34:09.229Z | Checking bcs v0.1.6 |
2142 | 2024-02-28T12:34:09.311Z | Checking highway v1.1.0 |
2143 | 2024-02-28T12:34:09.706Z | Checking corncobs v0.1.3 |
2144 | 2024-02-28T12:34:09.751Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2145 | 2024-02-28T12:34:09.898Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2146 | 2024-02-28T12:34:10.082Z | Compiling crunchy v0.2.2 |
2147 | 2024-02-28T12:34:10.097Z | Checking http-range v0.1.5 |
2148 | 2024-02-28T12:34:10.268Z | Checking hyper-staticfile v0.9.5 |
2149 | 2024-02-28T12:34:10.669Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2150 | 2024-02-28T12:34:10.682Z | Compiling clang-sys v1.6.1 |
2151 | 2024-02-28T12:34:10.836Z | Compiling tiny-keccak v2.0.2 |
2152 | 2024-02-28T12:34:11.005Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2153 | 2024-02-28T12:34:11.231Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2154 | 2024-02-28T12:34:11.302Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2155 | 2024-02-28T12:34:11.426Z | Compiling darling_core v0.14.4 |
2156 | 2024-02-28T12:34:12.797Z | Checking assert_matches v1.5.0 |
2157 | 2024-02-28T12:34:12.892Z | Compiling ascii-canvas v3.0.0 |
2158 | 2024-02-28T12:34:14.078Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2159 | 2024-02-28T12:34:14.454Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2160 | 2024-02-28T12:34:15.325Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2161 | 2024-02-28T12:34:15.371Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2162 | 2024-02-28T12:34:15.624Z | Compiling ena v0.14.2 |
2163 | 2024-02-28T12:34:15.861Z | Compiling libloading v0.7.4 |
2164 | 2024-02-28T12:34:15.938Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2165 | 2024-02-28T12:34:16.042Z | Compiling regex-syntax v0.6.29 |
2166 | 2024-02-28T12:34:16.201Z | Compiling diff v0.1.13 |
2167 | 2024-02-28T12:34:16.243Z | Compiling bindgen v0.69.2 |
2168 | 2024-02-28T12:34:17.511Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2169 | 2024-02-28T12:34:17.681Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2170 | 2024-02-28T12:34:18.829Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2171 | 2024-02-28T12:34:22.171Z | Compiling darling_macro v0.14.4 |
2172 | 2024-02-28T12:34:22.325Z | Compiling lalrpop v0.19.12 |
2173 | 2024-02-28T12:34:22.629Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2174 | 2024-02-28T12:34:22.876Z | Compiling cexpr v0.6.0 |
2175 | 2024-02-28T12:34:23.206Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2176 | 2024-02-28T12:34:23.279Z | Compiling darling v0.14.4 |
2177 | 2024-02-28T12:34:23.392Z | Compiling which v4.4.0 |
2178 | 2024-02-28T12:34:23.652Z | Compiling shlex v1.3.0 |
2179 | 2024-02-28T12:34:23.670Z | Compiling lazycell v1.3.0 |
2180 | 2024-02-28T12:34:23.833Z | Compiling ref-cast v1.0.20 |
2181 | 2024-02-28T12:34:24.012Z | Compiling portable-atomic v1.4.3 |
2182 | 2024-02-28T12:34:24.080Z | Compiling rustc-hash v1.1.0 |
2183 | 2024-02-28T12:34:24.238Z | Compiling peeking_take_while v0.1.2 |
2184 | 2024-02-28T12:34:24.372Z | Checking maplit v1.0.2 |
2185 | 2024-02-28T12:34:24.484Z | Compiling derive_builder_core v0.12.0 |
2186 | 2024-02-28T12:34:24.546Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2187 | 2024-02-28T12:34:24.877Z | Compiling ref-cast-impl v1.0.20 |
2188 | 2024-02-28T12:34:25.143Z | Compiling libxml v0.3.3 |
2189 | 2024-02-28T12:34:26.242Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2190 | 2024-02-28T12:34:26.333Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2191 | 2024-02-28T12:34:26.621Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2192 | 2024-02-28T12:34:27.014Z | Compiling derive_builder_macro v0.12.0 |
2193 | 2024-02-28T12:34:27.059Z | Compiling strum_macros v0.24.3 |
2194 | 2024-02-28T12:34:27.215Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2195 | 2024-02-28T12:34:27.559Z | Compiling cookie v0.18.0 |
2196 | 2024-02-28T12:34:27.872Z | Compiling indoc v1.0.9 |
2197 | 2024-02-28T12:34:28.023Z | Checking number_prefix v0.4.0 |
2198 | 2024-02-28T12:34:28.216Z | Checking indicatif v0.17.8 |
2199 | 2024-02-28T12:34:28.981Z | Checking derive_builder v0.12.0 |
2200 | 2024-02-28T12:34:29.145Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2201 | 2024-02-28T12:34:29.460Z | Checking bb8 v0.8.3 |
2202 | 2024-02-28T12:34:29.933Z | Checking quick-xml v0.30.0 |
2203 | 2024-02-28T12:34:30.514Z | Checking castaway v0.2.2 |
2204 | 2024-02-28T12:34:30.667Z | Compiling impl-trait-for-tuples v0.2.2 |
2205 | 2024-02-28T12:34:30.895Z | Compiling oso-derive v0.27.0 |
2206 | 2024-02-28T12:34:30.961Z | Checking compact_str v0.7.1 |
2207 | 2024-02-28T12:34:31.157Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2208 | 2024-02-28T12:34:31.890Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2209 | 2024-02-28T12:34:32.064Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2210 | 2024-02-28T12:34:32.081Z | Checking lru v0.12.1 |
2211 | 2024-02-28T12:34:32.209Z | Compiling stability v0.1.1 |
2212 | 2024-02-28T12:34:32.422Z | Compiling indoc v2.0.3 |
2213 | 2024-02-28T12:34:33.291Z | Checking cassowary v0.3.0 |
2214 | 2024-02-28T12:34:33.398Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2215 | 2024-02-28T12:34:33.585Z | Checking unicode-linebreak v0.1.5 |
2216 | 2024-02-28T12:34:33.706Z | Checking ratatui v0.26.1 |
2217 | 2024-02-28T12:34:33.876Z | Checking smawk v0.3.1 |
2218 | 2024-02-28T12:34:33.978Z | Checking is_ci v1.2.0 |
2219 | 2024-02-28T12:34:34.059Z | Checking textwrap v0.16.1 |
2220 | 2024-02-28T12:34:34.107Z | Checking supports-color v3.0.0 |
2221 | 2024-02-28T12:34:34.299Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2222 | 2024-02-28T12:34:34.435Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2223 | 2024-02-28T12:34:34.657Z | Checking rtoolbox v0.0.1 |
2224 | 2024-02-28T12:34:34.794Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2225 | 2024-02-28T12:34:34.836Z | Checking rpassword v7.3.1 |
2226 | 2024-02-28T12:34:34.964Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2227 | 2024-02-28T12:34:34.990Z | Checking fatfs v0.3.6 |
2228 | 2024-02-28T12:34:35.952Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2229 | 2024-02-28T12:34:36.211Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2230 | 2024-02-28T12:34:36.723Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2231 | 2024-02-28T12:34:37.194Z | Checking tui-tree-widget v0.17.0 |
2232 | 2024-02-28T12:34:37.299Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2233 | 2024-02-28T12:34:37.530Z | Checking shell-words v1.1.0 |
2234 | 2024-02-28T12:34:37.707Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2235 | 2024-02-28T12:34:38.485Z | Checking yansi v0.5.1 |
2236 | 2024-02-28T12:34:38.773Z | Checking pretty_assertions v1.4.0 |
2237 | 2024-02-28T12:34:38.852Z | Compiling target-lexicon v0.12.13 |
2238 | 2024-02-28T12:34:39.062Z | Compiling guppy-workspace-hack v0.1.0 |
2239 | 2024-02-28T12:34:39.779Z | Checking plotters-backend v0.3.5 |
2240 | 2024-02-28T12:34:40.157Z | Checking plotters-svg v0.3.5 |
2241 | 2024-02-28T12:34:40.406Z | Checking http-body v1.0.0 |
2242 | 2024-02-28T12:34:40.418Z | Checking rand v0.4.6 |
2243 | 2024-02-28T12:34:40.615Z | Compiling target-spec v3.1.0 |
2244 | 2024-02-28T12:34:41.366Z | Checking tower-layer v0.3.2 |
2245 | 2024-02-28T12:34:41.398Z | Compiling assert_cmd v2.0.14 |
2246 | 2024-02-28T12:34:41.645Z | Checking cast v0.3.0 |
2247 | 2024-02-28T12:34:41.831Z | Checking remove_dir_all v0.5.3 |
2248 | 2024-02-28T12:34:41.934Z | Checking tempdir v0.3.7 |
2249 | 2024-02-28T12:34:41.961Z | Checking criterion-plot v0.5.0 |
2250 | 2024-02-28T12:34:42.144Z | Checking tower v0.4.13 |
2251 | 2024-02-28T12:34:42.494Z | Checking hyper v1.1.0 |
2252 | 2024-02-28T12:34:42.935Z | Checking cfg-expr v0.15.6 |
2253 | 2024-02-28T12:34:43.106Z | Checking plotters v0.3.5 |
2254 | 2024-02-28T12:34:43.713Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2255 | 2024-02-28T12:34:43.827Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2256 | 2024-02-28T12:34:44.662Z | Checking tinytemplate v1.2.1 |
2257 | 2024-02-28T12:34:44.979Z | Checking cargo-platform v0.1.3 |
2258 | 2024-02-28T12:34:45.050Z | Checking oorandom v11.1.3 |
2259 | 2024-02-28T12:34:45.210Z | Checking anes v0.1.6 |
2260 | 2024-02-28T12:34:45.260Z | Checking cargo_metadata v0.18.1 |
2261 | 2024-02-28T12:34:45.483Z | Checking hyper-util v0.1.2 |
2262 | 2024-02-28T12:34:45.605Z | Checking criterion v0.5.1 |
2263 | 2024-02-28T12:34:46.816Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2264 | 2024-02-28T12:34:47.375Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2265 | 2024-02-28T12:34:47.529Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2266 | 2024-02-28T12:34:48.626Z | Checking rustls-native-certs v0.7.0 |
2267 | 2024-02-28T12:34:48.774Z | Checking pathdiff v0.2.1 |
2268 | 2024-02-28T12:34:48.924Z | Checking nested v0.1.1 |
2269 | 2024-02-28T12:34:49.145Z | Checking guppy v0.17.5 |
2270 | 2024-02-28T12:34:51.401Z | Checking hyper-rustls v0.26.0 |
2271 | 2024-02-28T12:34:51.722Z | Checking httptest v0.15.5 |
2272 | 2024-02-28T12:34:52.442Z | Checking threadpool v1.8.1 |
2273 | 2024-02-28T12:34:52.629Z | Checking nanorand v0.7.0 |
2274 | 2024-02-28T12:34:53.026Z | Checking flume v0.11.0 |
2275 | 2024-02-28T12:34:53.046Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2276 | 2024-02-28T12:34:53.397Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2277 | 2024-02-28T12:34:53.456Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2278 | 2024-02-28T12:34:53.560Z | Checking libtest-mimic v0.6.1 |
2279 | 2024-02-28T12:34:53.975Z | Checking similar-asserts v1.5.0 |
2280 | 2024-02-28T12:34:54.045Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2281 | 2024-02-28T12:34:54.216Z | Compiling rstest_macros v0.18.2 |
2282 | 2024-02-28T12:34:55.796Z | Checking datatest-stable v0.2.3 |
2283 | 2024-02-28T12:34:56.016Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2284 | 2024-02-28T12:34:56.531Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2285 | 2024-02-28T12:34:56.788Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2286 | 2024-02-28T12:34:57.121Z | Checking csv-core v0.1.11 |
2287 | 2024-02-28T12:34:57.280Z | Compiling trybuild v1.0.89 |
2288 | 2024-02-28T12:34:57.449Z | Checking constant_time_eq v0.2.6 |
2289 | 2024-02-28T12:34:57.460Z | Compiling relative-path v1.9.0 |
2290 | 2024-02-28T12:34:57.575Z | Checking blake2b_simd v1.0.1 |
2291 | 2024-02-28T12:34:57.747Z | Checking csv v1.3.0 |
2292 | 2024-02-28T12:34:58.502Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2293 | 2024-02-28T12:34:58.605Z | Checking multimap v0.10.0 |
2294 | 2024-02-28T12:34:58.904Z | Checking basic-toml v0.1.8 |
2295 | 2024-02-28T12:34:59.788Z | Checking futures-timer v3.0.2 |
2296 | 2024-02-28T12:35:01.508Z | Checking rust-argon2 v1.0.1 |
2297 | 2024-02-28T12:35:01.923Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2298 | 2024-02-28T12:35:04.006Z | Checking partial-io v0.5.4 |
2299 | 2024-02-28T12:35:04.410Z | Checking approx v0.5.1 |
2300 | 2024-02-28T12:35:04.645Z | Checking termios v0.3.3 |
2301 | 2024-02-28T12:35:04.850Z | Checking hex-literal v0.4.1 |
2302 | 2024-02-28T12:35:08.329Z | Checking rstest v0.18.2 |
2303 | 2024-02-28T12:35:09.732Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2304 | 2024-02-28T12:35:58.289Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2305 | 2024-02-28T12:36:00.117Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2306 | 2024-02-28T12:36:01.604Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2307 | 2024-02-28T12:36:02.680Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2308 | 2024-02-28T12:36:16.738Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2309 | 2024-02-28T12:36:25.677Z | Compiling polar-core v0.27.0 |
2310 | 2024-02-28T12:36:32.599Z | Checking oso v0.27.0 |
2311 | 2024-02-28T12:36:58.443Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2312 | 2024-02-28T12:37:59.295Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 58s |
2313 | 2024-02-28T12:37:59.479Z | |
2314 | 2024-02-28T12:37:59.479Z | real 7:40.870262616 |
2315 | 2024-02-28T12:37:59.479Z | user 40:14.544710535 |
2316 | 2024-02-28T12:37:59.479Z | sys 6:44.689600375 |
2317 | 2024-02-28T12:37:59.480Z | trap 1.064829112 |
2318 | 2024-02-28T12:37:59.485Z | tflt 5.161898110 |
2319 | 2024-02-28T12:37:59.485Z | dflt 4.240844776 |
2320 | 2024-02-28T12:37:59.485Z | kflt 0.059284021 |
2321 | 2024-02-28T12:37:59.485Z | lock 1:02:00.188333319 |
2322 | 2024-02-28T12:37:59.485Z | slp 2:03:18.659979605 |
2323 | 2024-02-28T12:37:59.486Z | lat 1:43.803533795 |
2324 | 2024-02-28T12:37:59.486Z | stop 4:11.369690718 |
2325 | 2024-02-28T12:38:00.292Z | warning: output filename collision. |
2326 | 2024-02-28T12:38:00.292Z | 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)`. |
2327 | 2024-02-28T12:38:00.292Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2328 | 2024-02-28T12:38:00.292Z | The targets should have unique names. |
2329 | 2024-02-28T12:38:00.292Z | This is a known bug where multiple crates with the same name use |
2330 | 2024-02-28T12:38:00.292Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2331 | 2024-02-28T12:38:00.296Z | warning: output filename collision. |
2332 | 2024-02-28T12:38:00.297Z | 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)`. |
2333 | 2024-02-28T12:38:00.297Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2334 | 2024-02-28T12:38:00.297Z | The targets should have unique names. |
2335 | 2024-02-28T12:38:00.297Z | This is a known bug where multiple crates with the same name use |
2336 | 2024-02-28T12:38:00.297Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2337 | 2024-02-28T12:38:00.297Z | warning: output filename collision. |
2338 | 2024-02-28T12:38:00.297Z | 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)`. |
2339 | 2024-02-28T12:38:00.297Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2340 | 2024-02-28T12:38:00.297Z | The targets should have unique names. |
2341 | 2024-02-28T12:38:00.297Z | This is a known bug where multiple crates with the same name use |
2342 | 2024-02-28T12:38:00.297Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2343 | 2024-02-28T12:38:00.297Z | warning: output filename collision. |
2344 | 2024-02-28T12:38:00.297Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2345 | 2024-02-28T12:38:00.297Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2346 | 2024-02-28T12:38:00.297Z | The targets should have unique names. |
2347 | 2024-02-28T12:38:00.297Z | This is a known bug where multiple crates with the same name use |
2348 | 2024-02-28T12:38:00.297Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2349 | 2024-02-28T12:38:00.297Z | warning: output filename collision. |
2350 | 2024-02-28T12:38:00.297Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2351 | 2024-02-28T12:38:00.297Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2352 | 2024-02-28T12:38:00.298Z | The targets should have unique names. |
2353 | 2024-02-28T12:38:00.298Z | This is a known bug where multiple crates with the same name use |
2354 | 2024-02-28T12:38:00.298Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2355 | 2024-02-28T12:38:00.298Z | warning: output filename collision. |
2356 | 2024-02-28T12:38:00.298Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2357 | 2024-02-28T12:38:00.298Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2358 | 2024-02-28T12:38:00.298Z | The targets should have unique names. |
2359 | 2024-02-28T12:38:00.298Z | This is a known bug where multiple crates with the same name use |
2360 | 2024-02-28T12:38:00.298Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2361 | 2024-02-28T12:38:00.298Z | warning: output filename collision. |
2362 | 2024-02-28T12:38:00.298Z | 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)`. |
2363 | 2024-02-28T12:38:00.298Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2364 | 2024-02-28T12:38:00.298Z | The targets should have unique names. |
2365 | 2024-02-28T12:38:00.298Z | This is a known bug where multiple crates with the same name use |
2366 | 2024-02-28T12:38:00.298Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2367 | 2024-02-28T12:38:00.728Z | Documenting libc v0.2.153 |
2368 | 2024-02-28T12:38:00.765Z | Documenting cfg-if v1.0.0 |
2369 | 2024-02-28T12:38:00.777Z | Documenting serde_derive v1.0.196 |
2370 | 2024-02-28T12:38:00.807Z | Documenting log v0.4.20 |
2371 | 2024-02-28T12:38:00.808Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2372 | 2024-02-28T12:38:00.835Z | Documenting memchr v2.6.3 |
2373 | 2024-02-28T12:38:00.839Z | Documenting scopeguard v1.2.0 |
2374 | 2024-02-28T12:38:00.855Z | Documenting byteorder v1.5.0 |
2375 | 2024-02-28T12:38:01.128Z | Documenting smallvec v1.13.1 |
2376 | 2024-02-28T12:38:03.545Z | Documenting itoa v1.0.9 |
2377 | 2024-02-28T12:38:03.605Z | Documenting lock_api v0.4.10 |
2378 | 2024-02-28T12:38:04.378Z | Documenting once_cell v1.19.0 |
2379 | 2024-02-28T12:38:04.934Z | Documenting getrandom v0.2.10 |
2380 | 2024-02-28T12:38:05.203Z | Documenting zeroize_derive v1.4.2 |
2381 | 2024-02-28T12:38:05.235Z | Documenting parking_lot_core v0.9.8 |
2382 | 2024-02-28T12:38:05.450Z | Documenting libm v0.2.7 |
2383 | 2024-02-28T12:38:06.429Z | Documenting pin-project-lite v0.2.13 |
2384 | 2024-02-28T12:38:06.601Z | Documenting signal-hook-registry v1.4.1 |
2385 | 2024-02-28T12:38:07.126Z | Documenting serde v1.0.196 |
2386 | 2024-02-28T12:38:08.778Z | Documenting num-traits v0.2.16 |
2387 | 2024-02-28T12:38:08.789Z | Documenting rand_core v0.6.4 |
2388 | 2024-02-28T12:38:08.927Z | Documenting mio v0.8.9 |
2389 | 2024-02-28T12:38:09.174Z | Documenting parking_lot v0.12.1 |
2390 | 2024-02-28T12:38:09.428Z | Documenting futures-core v0.3.30 |
2391 | 2024-02-28T12:38:10.889Z | Documenting zeroize v1.7.0 |
2392 | 2024-02-28T12:38:11.435Z | Documenting ryu v1.0.15 |
2393 | 2024-02-28T12:38:12.661Z | Documenting thiserror-impl v1.0.57 |
2394 | 2024-02-28T12:38:13.099Z | Documenting num_cpus v1.16.0 |
2395 | 2024-02-28T12:38:13.139Z | Documenting socket2 v0.5.5 |
2396 | 2024-02-28T12:38:13.183Z | Documenting tokio-macros v2.2.0 |
2397 | 2024-02-28T12:38:13.509Z | Documenting zerocopy v0.7.32 |
2398 | 2024-02-28T12:38:14.249Z | Documenting typenum v1.16.0 |
2399 | 2024-02-28T12:38:14.882Z | Documenting subtle v2.5.0 |
2400 | 2024-02-28T12:38:17.124Z | Documenting futures-sink v0.3.30 |
2401 | 2024-02-28T12:38:17.206Z | Documenting iana-time-zone v0.1.57 |
2402 | 2024-02-28T12:38:17.635Z | Documenting thiserror v1.0.57 |
2403 | 2024-02-28T12:38:17.727Z | Documenting pin-utils v0.1.0 |
2404 | 2024-02-28T12:38:18.883Z | Documenting slab v0.4.9 |
2405 | 2024-02-28T12:38:20.829Z | Documenting futures-channel v0.3.30 |
2406 | 2024-02-28T12:38:20.912Z | Documenting ahash v0.8.7 |
2407 | 2024-02-28T12:38:20.981Z | Documenting futures-macro v0.3.30 |
2408 | 2024-02-28T12:38:21.400Z | Documenting const-oid v0.9.5 |
2409 | 2024-02-28T12:38:23.072Z | Documenting allocator-api2 v0.2.16 |
2410 | 2024-02-28T12:38:23.799Z | Documenting futures-task v0.3.30 |
2411 | 2024-02-28T12:38:24.962Z | Documenting futures-io v0.3.30 |
2412 | 2024-02-28T12:38:25.895Z | Documenting tinyvec_macros v0.1.1 |
2413 | 2024-02-28T12:38:25.935Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2414 | 2024-02-28T12:38:26.121Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2415 | 2024-02-28T12:38:26.701Z | Documenting hashbrown v0.14.3 |
2416 | 2024-02-28T12:38:26.990Z | Documenting tracing-core v0.1.31 |
2417 | 2024-02-28T12:38:27.864Z | Documenting tracing-attributes v0.1.26 |
2418 | 2024-02-28T12:38:27.899Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2419 | 2024-02-28T12:38:28.722Z | Documenting bytes v1.5.0 |
2420 | 2024-02-28T12:38:28.868Z | Documenting bitflags v2.4.0 |
2421 | 2024-02-28T12:38:28.940Z | Documenting serde_json v1.0.114 |
2422 | 2024-02-28T12:38:33.510Z | Documenting chrono v0.4.31 |
2423 | 2024-02-28T12:38:33.587Z | Documenting tokio v1.36.0 |
2424 | 2024-02-28T12:38:33.612Z | Documenting futures-util v0.3.30 |
2425 | 2024-02-28T12:38:34.696Z | Documenting uuid v1.7.0 |
2426 | 2024-02-28T12:38:34.883Z | Documenting tinyvec v1.6.0 |
2427 | 2024-02-28T12:38:36.914Z | Documenting ppv-lite86 v0.2.17 |
2428 | 2024-02-28T12:38:38.707Z | Documenting unicode-normalization v0.1.22 |
2429 | 2024-02-28T12:38:39.361Z | Documenting unicode-bidi v0.3.13 |
2430 | 2024-02-28T12:38:39.409Z | Documenting equivalent v1.0.1 |
2431 | 2024-02-28T12:38:40.184Z | Documenting generic-array v0.14.7 |
2432 | 2024-02-28T12:38:40.478Z | Documenting rand_chacha v0.3.1 |
2433 | 2024-02-28T12:38:42.372Z | Documenting indexmap v2.2.3 |
2434 | 2024-02-28T12:38:43.245Z | Checking serde_derive_internals v0.26.0 |
2435 | 2024-02-28T12:38:43.691Z | Documenting serde_derive_internals v0.26.0 |
2436 | 2024-02-28T12:38:43.852Z | Documenting percent-encoding v2.3.1 |
2437 | 2024-02-28T12:38:44.141Z | Documenting dyn-clone v1.0.17 |
2438 | 2024-02-28T12:38:44.921Z | Documenting base64 v0.21.7 |
2439 | 2024-02-28T12:38:45.066Z | Documenting crypto-common v0.1.6 |
2440 | 2024-02-28T12:38:45.192Z | Documenting block-buffer v0.10.4 |
2441 | 2024-02-28T12:38:45.556Z | Documenting tracing v0.1.37 |
2442 | 2024-02-28T12:38:47.282Z | Documenting rand v0.8.5 |
2443 | 2024-02-28T12:38:47.886Z | Documenting lazy_static v1.4.0 |
2444 | 2024-02-28T12:38:47.998Z | Documenting form_urlencoded v1.2.1 |
2445 | 2024-02-28T12:38:48.735Z | Documenting fnv v1.0.7 |
2446 | 2024-02-28T12:38:49.117Z | Documenting schemars_derive v0.8.16 |
2447 | 2024-02-28T12:38:49.266Z | Documenting errno v0.3.8 |
2448 | 2024-02-28T12:38:49.712Z | Documenting digest v0.10.7 |
2449 | 2024-02-28T12:38:50.863Z | Documenting cpufeatures v0.2.12 |
2450 | 2024-02-28T12:38:52.003Z | Documenting idna v0.5.0 |
2451 | 2024-02-28T12:38:52.433Z | Documenting httparse v1.8.0 |
2452 | 2024-02-28T12:38:52.871Z | Documenting unicode-ident v1.0.12 |
2453 | 2024-02-28T12:38:53.286Z | Documenting rustix v0.38.31 |
2454 | 2024-02-28T12:38:53.765Z | Documenting unicode-width v0.1.11 |
2455 | 2024-02-28T12:38:55.737Z | Documenting proc-macro2 v1.0.78 |
2456 | 2024-02-28T12:38:55.857Z | Documenting schemars v0.8.16 |
2457 | 2024-02-28T12:38:55.924Z | Documenting adler v1.0.2 |
2458 | 2024-02-28T12:38:56.187Z | Documenting url v2.5.0 |
2459 | 2024-02-28T12:38:56.703Z | Documenting try-lock v0.2.4 |
2460 | 2024-02-28T12:38:57.091Z | Documenting httpdate v1.0.3 |
2461 | 2024-02-28T12:38:58.940Z | Documenting miniz_oxide v0.7.1 |
2462 | 2024-02-28T12:38:59.767Z | Documenting want v0.3.1 |
2463 | 2024-02-28T12:39:00.006Z | Documenting http-body v0.4.5 |
2464 | 2024-02-28T12:39:00.070Z | Documenting openssl-sys v0.9.96 |
2465 | 2024-02-28T12:39:01.185Z | Documenting openssl-macros v0.1.1 |
2466 | 2024-02-28T12:39:01.330Z | Documenting mime v0.3.17 |
2467 | 2024-02-28T12:39:02.486Z | Documenting tower-service v0.3.2 |
2468 | 2024-02-28T12:39:03.206Z | Documenting base64ct v1.6.0 |
2469 | 2024-02-28T12:39:03.607Z | Documenting quote v1.0.35 |
2470 | 2024-02-28T12:39:04.332Z | Documenting aho-corasick v1.0.4 |
2471 | 2024-02-28T12:39:05.530Z | Documenting slog v2.7.0 |
2472 | 2024-02-28T12:39:06.056Z | Documenting openssl v0.10.60 |
2473 | 2024-02-28T12:39:06.127Z | Documenting ipnet v2.9.0 |
2474 | 2024-02-28T12:39:06.186Z | Documenting tokio-util v0.7.10 |
2475 | 2024-02-28T12:39:06.299Z | Documenting openssl-probe v0.1.5 |
2476 | 2024-02-28T12:39:07.548Z | Documenting regex-syntax v0.8.2 |
2477 | 2024-02-28T12:39:07.560Z | Documenting syn v2.0.48 |
2478 | 2024-02-28T12:39:09.373Z | Documenting async-trait v0.1.77 |
2479 | 2024-02-28T12:39:09.885Z | Documenting pem-rfc7468 v0.7.0 |
2480 | 2024-02-28T12:39:10.328Z | Documenting encoding_rs v0.8.33 |
2481 | 2024-02-28T12:39:10.387Z | Documenting crossbeam-utils v0.8.16 |
2482 | 2024-02-28T12:39:12.036Z | Documenting h2 v0.3.24 |
2483 | 2024-02-28T12:39:13.949Z | Documenting der_derive v0.7.2 |
2484 | 2024-02-28T12:39:14.184Z | Documenting utf8parse v0.2.1 |
2485 | 2024-02-28T12:39:14.293Z | Documenting regex-automata v0.4.4 |
2486 | 2024-02-28T12:39:14.304Z | Documenting native-tls v0.2.11 |
2487 | 2024-02-28T12:39:14.654Z | Documenting flagset v0.4.3 |
2488 | 2024-02-28T12:39:15.087Z | Documenting serde_urlencoded v0.7.1 |
2489 | 2024-02-28T12:39:17.062Z | Documenting num-integer v0.1.46 |
2490 | 2024-02-28T12:39:17.560Z | Documenting time-macros v0.2.13 |
2491 | 2024-02-28T12:39:19.259Z | Documenting time-core v0.1.1 |
2492 | 2024-02-28T12:39:19.303Z | Documenting der v0.7.8 |
2493 | 2024-02-28T12:39:19.394Z | Documenting tokio-native-tls v0.3.1 |
2494 | 2024-02-28T12:39:22.106Z | Documenting num_threads v0.1.6 |
2495 | 2024-02-28T12:39:22.243Z | Documenting gimli v0.28.0 |
2496 | 2024-02-28T12:39:22.894Z | Documenting deranged v0.3.8 |
2497 | 2024-02-28T12:39:23.556Z | Documenting regex v1.10.3 |
2498 | 2024-02-28T12:39:23.597Z | Documenting hyper v0.14.27 |
2499 | 2024-02-28T12:39:24.286Z | Documenting spki v0.7.2 |
2500 | 2024-02-28T12:39:24.711Z | Documenting object v0.32.1 |
2501 | 2024-02-28T12:39:25.907Z | Documenting webpki-roots v0.25.2 |
2502 | 2024-02-28T12:39:26.660Z | Documenting rustc-demangle v0.1.23 |
2503 | 2024-02-28T12:39:27.625Z | Documenting time v0.3.27 |
2504 | 2024-02-28T12:39:28.528Z | Documenting addr2line v0.21.0 |
2505 | 2024-02-28T12:39:28.824Z | Documenting spin v0.9.8 |
2506 | 2024-02-28T12:39:29.364Z | Documenting either v1.10.0 |
2507 | 2024-02-28T12:39:29.701Z | Documenting pkcs8 v0.10.2 |
2508 | 2024-02-28T12:39:29.816Z | Documenting openapiv3 v2.0.0 |
2509 | 2024-02-28T12:39:32.005Z | Documenting futures-executor v0.3.30 |
2510 | 2024-02-28T12:39:32.367Z | Checking pest_meta v2.7.6 |
2511 | 2024-02-28T12:39:33.147Z | Documenting memoffset v0.9.0 |
2512 | 2024-02-28T12:39:33.340Z | Documenting anstyle v1.0.2 |
2513 | 2024-02-28T12:39:33.482Z | Documenting data-encoding v2.4.0 |
2514 | 2024-02-28T12:39:34.298Z | Documenting anstyle-parse v0.2.1 |
2515 | 2024-02-28T12:39:36.051Z | Documenting crossbeam-epoch v0.9.15 |
2516 | 2024-02-28T12:39:36.134Z | Documenting hyper-rustls v0.24.2 |
2517 | 2024-02-28T12:39:36.823Z | Documenting hyper-tls v0.5.0 |
2518 | 2024-02-28T12:39:37.288Z | Documenting ipnetwork v0.20.0 |
2519 | 2024-02-28T12:39:37.426Z | Documenting sha2 v0.10.8 |
2520 | 2024-02-28T12:39:37.655Z | Documenting backtrace v0.3.69 |
2521 | 2024-02-28T12:39:37.789Z | Documenting hex v0.4.3 |
2522 | 2024-02-28T12:39:37.847Z | Documenting crc32fast v1.3.2 |
2523 | 2024-02-28T12:39:40.189Z | Documenting pest_meta v2.7.6 |
2524 | 2024-02-28T12:39:41.712Z | Documenting scroll_derive v0.12.0 |
2525 | 2024-02-28T12:39:41.924Z | Documenting untrusted v0.9.0 |
2526 | 2024-02-28T12:39:42.400Z | Documenting colorchoice v1.0.0 |
2527 | 2024-02-28T12:39:42.448Z | Documenting anstyle-query v1.0.0 |
2528 | 2024-02-28T12:39:44.032Z | Documenting anyhow v1.0.75 |
2529 | 2024-02-28T12:39:44.147Z | Documenting futures v0.3.30 |
2530 | 2024-02-28T12:39:44.262Z | Documenting pest_generator v2.7.6 |
2531 | 2024-02-28T12:39:44.372Z | Documenting reqwest v0.11.22 |
2532 | 2024-02-28T12:39:44.796Z | Documenting ring v0.17.8 |
2533 | 2024-02-28T12:39:45.292Z | Checking pest_generator v2.7.6 |
2534 | 2024-02-28T12:39:46.037Z | Documenting num-iter v0.1.43 |
2535 | 2024-02-28T12:39:46.236Z | Documenting anstream v0.6.11 |
2536 | 2024-02-28T12:39:46.311Z | Documenting scroll v0.12.0 |
2537 | 2024-02-28T12:39:49.150Z | Documenting terminal_size v0.3.0 |
2538 | 2024-02-28T12:39:49.193Z | Documenting hmac v0.12.1 |
2539 | 2024-02-28T12:39:50.027Z | Documenting signal-hook v0.3.17 |
2540 | 2024-02-28T12:39:50.183Z | Documenting ucd-trie v0.1.6 |
2541 | 2024-02-28T12:39:50.272Z | Documenting static_assertions v1.1.0 |
2542 | 2024-02-28T12:39:51.158Z | Documenting strsim v0.11.0 |
2543 | 2024-02-28T12:39:51.638Z | Documenting clap_lex v0.7.0 |
2544 | 2024-02-28T12:39:53.300Z | Documenting plain v0.2.3 |
2545 | 2024-02-28T12:39:53.578Z | Documenting pest_derive v2.7.6 |
2546 | 2024-02-28T12:39:54.104Z | Documenting flate2 v1.0.28 |
2547 | 2024-02-28T12:39:54.241Z | Documenting clap_derive v4.5.0 |
2548 | 2024-02-28T12:39:54.762Z | Documenting pest v2.7.6 |
2549 | 2024-02-28T12:39:55.218Z | Documenting pretty-hex v0.4.1 |
2550 | 2024-02-28T12:39:55.743Z | Documenting unicode-segmentation v1.10.1 |
2551 | 2024-02-28T12:39:56.159Z | Documenting clap_builder v4.5.0 |
2552 | 2024-02-28T12:39:56.205Z | Documenting goblin v0.8.0 |
2553 | 2024-02-28T12:39:58.144Z | Documenting managed v0.8.0 |
2554 | 2024-02-28T12:39:58.435Z | Documenting signal-hook-mio v0.2.3 |
2555 | 2024-02-28T12:39:59.145Z | Documenting block-padding v0.3.3 |
2556 | 2024-02-28T12:39:59.419Z | Documenting scheduled-thread-pool v0.2.7 |
2557 | 2024-02-28T12:39:59.513Z | Documenting thread-id v4.2.0 |
2558 | 2024-02-28T12:39:59.749Z | Documenting dtrace-parser v0.2.0 |
2559 | 2024-02-28T12:40:01.497Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2560 | 2024-02-28T12:40:02.426Z | Documenting clap v4.5.0 |
2561 | 2024-02-28T12:40:02.717Z | Documenting enum-as-inner v0.5.1 |
2562 | 2024-02-28T12:40:03.381Z | Checking diesel_table_macro_syntax v0.1.0 |
2563 | 2024-02-28T12:40:03.464Z | Documenting diesel_table_macro_syntax v0.1.0 |
2564 | 2024-02-28T12:40:03.476Z | Documenting dof v0.3.0 |
2565 | 2024-02-28T12:40:03.529Z | Documenting r2d2 v0.8.10 |
2566 | 2024-02-28T12:40:03.555Z | Documenting inout v0.1.3 |
2567 | 2024-02-28T12:40:03.818Z | Documenting crossterm v0.27.0 |
2568 | 2024-02-28T12:40:05.547Z | Documenting bzip2 v0.4.4 |
2569 | 2024-02-28T12:40:07.157Z | Documenting trust-dns-proto v0.22.0 |
2570 | 2024-02-28T12:40:07.746Z | Documenting md-5 v0.10.5 |
2571 | 2024-02-28T12:40:07.795Z | Documenting stringprep v0.1.3 |
2572 | 2024-02-28T12:40:07.838Z | Documenting toml_datetime v0.6.5 |
2573 | 2024-02-28T12:40:07.967Z | Documenting diesel_derives v2.1.2 |
2574 | 2024-02-28T12:40:09.201Z | Documenting serde_spanned v0.6.5 |
2575 | 2024-02-28T12:40:09.224Z | Documenting usdt-impl v0.5.0 |
2576 | 2024-02-28T12:40:09.591Z | Documenting ff v0.13.0 |
2577 | 2024-02-28T12:40:11.805Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2578 | 2024-02-28T12:40:12.011Z | Documenting siphasher v0.3.11 |
2579 | 2024-02-28T12:40:12.592Z | Documenting fallible-iterator v0.2.0 |
2580 | 2024-02-28T12:40:13.239Z | Documenting winnow v0.6.1 |
2581 | 2024-02-28T12:40:13.524Z | Documenting bit-vec v0.6.3 |
2582 | 2024-02-28T12:40:15.085Z | Documenting base16ct v0.2.0 |
2583 | 2024-02-28T12:40:15.102Z | Documenting phf_shared v0.11.2 |
2584 | 2024-02-28T12:40:15.641Z | Documenting diesel v2.1.4 |
2585 | 2024-02-28T12:40:16.329Z | Documenting group v0.13.0 |
2586 | 2024-02-28T12:40:16.974Z | Documenting zip v0.6.6 |
2587 | 2024-02-28T12:40:17.697Z | Documenting cipher v0.4.4 |
2588 | 2024-02-28T12:40:17.737Z | Documenting postgres-protocol v0.6.6 |
2589 | 2024-02-28T12:40:18.247Z | Documenting sec1 v0.7.3 |
2590 | 2024-02-28T12:40:18.358Z | Documenting toml_edit v0.22.6 |
2591 | 2024-02-28T12:40:18.898Z | Documenting hkdf v0.12.4 |
2592 | 2024-02-28T12:40:20.411Z | Documenting num-bigint v0.4.4 |
2593 | 2024-02-28T12:40:21.619Z | Documenting crypto-bigint v0.5.2 |
2594 | 2024-02-28T12:40:23.818Z | Documenting regress v0.8.0 |
2595 | 2024-02-28T12:40:24.325Z | Documenting hubpack v0.1.2 |
2596 | 2024-02-28T12:40:24.461Z | Documenting bstr v1.6.0 |
2597 | 2024-02-28T12:40:24.562Z | Documenting serde_repr v0.1.16 |
2598 | 2024-02-28T12:40:24.899Z | Documenting precomputed-hash v0.1.1 |
2599 | 2024-02-28T12:40:28.049Z | Documenting lalrpop-util v0.19.12 |
2600 | 2024-02-28T12:40:28.708Z | Documenting minimal-lexical v0.2.1 |
2601 | 2024-02-28T12:40:28.834Z | Documenting fixedbitset v0.4.2 |
2602 | 2024-02-28T12:40:29.070Z | Documenting new_debug_unreachable v1.0.4 |
2603 | 2024-02-28T12:40:29.287Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2604 | 2024-02-28T12:40:29.652Z | Documenting elliptic-curve v0.13.8 |
2605 | 2024-02-28T12:40:30.478Z | Documenting yasna v0.5.2 |
2606 | 2024-02-28T12:40:32.070Z | Documenting petgraph v0.6.4 |
2607 | 2024-02-28T12:40:32.086Z | Documenting string_cache v0.8.7 |
2608 | 2024-02-28T12:40:32.508Z | Documenting nom v7.1.3 |
2609 | 2024-02-28T12:40:32.936Z | Documenting postgres-types v0.2.6 |
2610 | 2024-02-28T12:40:35.973Z | Documenting phf v0.11.2 |
2611 | 2024-02-28T12:40:36.213Z | Documenting console v0.15.8 |
2612 | 2024-02-28T12:40:36.621Z | Documenting semver v1.0.22 |
2613 | 2024-02-28T12:40:37.555Z | Documenting float-cmp v0.9.0 |
2614 | 2024-02-28T12:40:37.598Z | Documenting normalize-line-endings v0.3.0 |
2615 | 2024-02-28T12:40:39.604Z | Documenting difflib v0.4.0 |
2616 | 2024-02-28T12:40:40.107Z | Documenting heck v0.4.1 |
2617 | 2024-02-28T12:40:40.219Z | Documenting predicates-core v1.0.6 |
2618 | 2024-02-28T12:40:40.666Z | Documenting whoami v1.4.1 |
2619 | 2024-02-28T12:40:41.004Z | Documenting bit-set v0.5.3 |
2620 | 2024-02-28T12:40:41.136Z | Documenting similar v2.3.0 |
2621 | 2024-02-28T12:40:41.505Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2622 | 2024-02-28T12:40:42.850Z | Documenting tokio-stream v0.1.14 |
2623 | 2024-02-28T12:40:43.431Z | Documenting getopts v0.2.21 |
2624 | 2024-02-28T12:40:43.987Z | Documenting predicates v3.1.0 |
2625 | 2024-02-28T12:40:44.471Z | Documenting tokio-postgres v0.7.10 |
2626 | 2024-02-28T12:40:44.634Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2627 | 2024-02-28T12:40:45.217Z | Checking ident_case v1.0.1 |
2628 | 2024-02-28T12:40:45.364Z | Checking strsim v0.10.0 |
2629 | 2024-02-28T12:40:45.530Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2630 | 2024-02-28T12:40:45.588Z | Documenting match_cfg v0.1.0 |
2631 | 2024-02-28T12:40:48.168Z | Documenting sha1 v0.10.6 |
2632 | 2024-02-28T12:40:48.168Z | Documenting dirs-sys-next v0.1.2 |
2633 | 2024-02-28T12:40:48.447Z | Documenting rustls-pki-types v1.3.0 |
2634 | 2024-02-28T12:40:48.479Z | Documenting hostname v0.3.1 |
2635 | 2024-02-28T12:40:49.019Z | Documenting camino v1.1.6 |
2636 | 2024-02-28T12:40:52.076Z | Documenting dirs-next v2.0.0 |
2637 | 2024-02-28T12:40:52.339Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2638 | 2024-02-28T12:40:52.410Z | Documenting paste v1.0.14 |
2639 | 2024-02-28T12:40:52.421Z | Documenting thread_local v1.1.7 |
2640 | 2024-02-28T12:40:53.133Z | Documenting rustls-webpki v0.102.1 |
2641 | 2024-02-28T12:40:54.054Z | Documenting crossbeam-channel v0.5.8 |
2642 | 2024-02-28T12:40:54.171Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2643 | 2024-02-28T12:40:54.232Z | Documenting atty v0.2.14 |
2644 | 2024-02-28T12:40:56.029Z | Documenting term v0.7.0 |
2645 | 2024-02-28T12:40:56.977Z | Documenting take_mut v0.2.2 |
2646 | 2024-02-28T12:40:57.171Z | Documenting slog-json v2.6.1 |
2647 | 2024-02-28T12:40:57.656Z | Documenting rustls v0.22.2 |
2648 | 2024-02-28T12:40:57.717Z | Documenting http v1.0.0 |
2649 | 2024-02-28T12:40:57.895Z | Documenting async-stream-impl v0.3.5 |
2650 | 2024-02-28T12:40:58.275Z | Documenting debug-ignore v1.0.5 |
2651 | 2024-02-28T12:41:00.131Z | Documenting slog-term v2.9.0 |
2652 | 2024-02-28T12:41:00.252Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2653 | 2024-02-28T12:41:00.760Z | Documenting slog-async v2.8.0 |
2654 | 2024-02-28T12:41:01.167Z | Documenting atomic-waker v1.1.1 |
2655 | 2024-02-28T12:41:01.893Z | Documenting slog-bunyan v2.5.0 |
2656 | 2024-02-28T12:41:02.555Z | Documenting async-stream v0.3.5 |
2657 | 2024-02-28T12:41:03.887Z | Documenting multer v3.0.0 |
2658 | 2024-02-28T12:41:04.096Z | Documenting waitgroup v0.1.2 |
2659 | 2024-02-28T12:41:04.582Z | Documenting rustls-pemfile v2.1.0 |
2660 | 2024-02-28T12:41:05.439Z | Checking darling_core v0.20.3 |
2661 | 2024-02-28T12:41:06.404Z | Documenting toml v0.8.10 |
2662 | 2024-02-28T12:41:06.980Z | Documenting tokio-rustls v0.25.0 |
2663 | 2024-02-28T12:41:07.197Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2664 | 2024-02-28T12:41:07.239Z | Documenting serde_path_to_error v0.1.15 |
2665 | 2024-02-28T12:41:07.898Z | Checking darling v0.20.3 |
2666 | 2024-02-28T12:41:08.006Z | Documenting serde_with_macros v3.6.1 |
2667 | 2024-02-28T12:41:08.727Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2668 | 2024-02-28T12:41:08.835Z | Documenting structmeta-derive v0.3.0 |
2669 | 2024-02-28T12:41:08.919Z | Documenting strum v0.26.1 |
2670 | 2024-02-28T12:41:11.507Z | Checking structmeta v0.3.0 |
2671 | 2024-02-28T12:41:11.738Z | Documenting instant v0.1.12 |
2672 | 2024-02-28T12:41:12.406Z | Documenting newtype-uuid v1.0.1 |
2673 | 2024-02-28T12:41:12.458Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2674 | 2024-02-28T12:41:12.699Z | Documenting macaddr v1.0.1 |
2675 | 2024-02-28T12:41:13.197Z | Documenting serde_with v3.6.1 |
2676 | 2024-02-28T12:41:13.338Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2677 | 2024-02-28T12:41:13.962Z | Documenting structmeta v0.3.0 |
2678 | 2024-02-28T12:41:15.583Z | Documenting backoff v0.4.0 |
2679 | 2024-02-28T12:41:16.793Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2680 | 2024-02-28T12:41:16.896Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2681 | 2024-02-28T12:41:17.125Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2682 | 2024-02-28T12:41:17.393Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2683 | 2024-02-28T12:41:18.020Z | Documenting fastrand v2.0.1 |
2684 | 2024-02-28T12:41:18.472Z | Documenting parse-display-derive v0.9.0 |
2685 | 2024-02-28T12:41:19.809Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2686 | 2024-02-28T12:41:20.860Z | Documenting proc-macro-error-attr v1.0.4 |
2687 | 2024-02-28T12:41:21.167Z | Checking proc-macro-error v1.0.4 |
2688 | 2024-02-28T12:41:21.436Z | Documenting is-terminal v0.4.9 |
2689 | 2024-02-28T12:41:22.014Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2690 | 2024-02-28T12:41:22.615Z | Documenting tempfile v3.10.0 |
2691 | 2024-02-28T12:41:22.756Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2692 | 2024-02-28T12:41:22.847Z | Documenting proc-macro-crate v1.3.1 |
2693 | 2024-02-28T12:41:23.027Z | Checking proc-macro-crate v1.3.1 |
2694 | 2024-02-28T12:41:23.272Z | Documenting hash32 v0.3.1 |
2695 | 2024-02-28T12:41:23.895Z | Documenting stable_deref_trait v1.2.0 |
2696 | 2024-02-28T12:41:24.493Z | Documenting parse-display v0.9.0 |
2697 | 2024-02-28T12:41:24.729Z | Documenting proc-macro-error v1.0.4 |
2698 | 2024-02-28T12:41:26.810Z | Documenting cobs v0.2.3 |
2699 | 2024-02-28T12:41:26.881Z | Documenting embedded-io v0.4.0 |
2700 | 2024-02-28T12:41:27.120Z | Documenting camino-tempfile v1.1.1 |
2701 | 2024-02-28T12:41:27.390Z | Documenting heapless v0.8.0 |
2702 | 2024-02-28T12:41:28.284Z | Documenting num_enum_derive v0.5.11 |
2703 | 2024-02-28T12:41:28.451Z | Documenting foreign-types-macros v0.2.3 |
2704 | 2024-02-28T12:41:28.729Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2705 | 2024-02-28T12:41:29.254Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2706 | 2024-02-28T12:41:29.776Z | Documenting foreign-types-shared v0.3.1 |
2707 | 2024-02-28T12:41:30.122Z | Documenting postcard v1.0.8 |
2708 | 2024-02-28T12:41:31.694Z | Documenting crucible-workspace-hack v0.1.0 |
2709 | 2024-02-28T12:41:32.328Z | Documenting smoltcp v0.11.0 |
2710 | 2024-02-28T12:41:32.363Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2711 | 2024-02-28T12:41:32.650Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2712 | 2024-02-28T12:41:33.123Z | Documenting foreign-types v0.5.0 |
2713 | 2024-02-28T12:41:34.593Z | Documenting num_enum v0.5.11 |
2714 | 2024-02-28T12:41:34.946Z | Documenting cstr-argument v0.1.2 |
2715 | 2024-02-28T12:41:35.405Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2716 | 2024-02-28T12:41:36.474Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2717 | 2024-02-28T12:41:36.968Z | Documenting colored v2.0.4 |
2718 | 2024-02-28T12:41:37.276Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2024-02-28T12:41:38.370Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2720 | 2024-02-28T12:41:38.527Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2721 | 2024-02-28T12:41:38.818Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2722 | 2024-02-28T12:41:39.891Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2723 | 2024-02-28T12:41:41.053Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2724 | 2024-02-28T12:41:41.417Z | Documenting zone_cfg_derive v0.3.0 |
2725 | 2024-02-28T12:41:42.672Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2726 | 2024-02-28T12:41:43.232Z | Documenting num-derive v0.4.0 |
2727 | 2024-02-28T12:41:44.333Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2728 | 2024-02-28T12:41:45.005Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2729 | 2024-02-28T12:41:45.291Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2730 | 2024-02-28T12:41:46.446Z | Documenting zone v0.3.0 |
2731 | 2024-02-28T12:41:46.989Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2732 | 2024-02-28T12:41:48.005Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2733 | 2024-02-28T12:41:49.263Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2734 | 2024-02-28T12:41:50.291Z | Documenting smf v0.2.2 |
2735 | 2024-02-28T12:41:50.958Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2736 | 2024-02-28T12:41:51.262Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2737 | 2024-02-28T12:41:51.701Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2738 | 2024-02-28T12:41:51.951Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2739 | 2024-02-28T12:41:52.047Z | Documenting linked-hash-map v0.5.6 |
2740 | 2024-02-28T12:41:52.774Z | Documenting password-hash v0.5.0 |
2741 | 2024-02-28T12:41:53.389Z | Documenting blake2 v0.10.6 |
2742 | 2024-02-28T12:41:54.540Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2743 | 2024-02-28T12:41:55.780Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-02-28T12:41:56.978Z | Documenting lru-cache v0.1.2 |
2745 | 2024-02-28T12:41:57.156Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2746 | 2024-02-28T12:41:58.042Z | Documenting argon2 v0.5.3 |
2747 | 2024-02-28T12:41:58.850Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2748 | 2024-02-28T12:41:58.952Z | Documenting itertools v0.12.1 |
2749 | 2024-02-28T12:42:00.252Z | Documenting memmap v0.7.0 |
2750 | 2024-02-28T12:42:00.918Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2751 | 2024-02-28T12:42:00.938Z | Documenting quick-error v1.2.3 |
2752 | 2024-02-28T12:42:01.697Z | Documenting derive-where v1.2.7 |
2753 | 2024-02-28T12:42:02.187Z | Documenting swrite v0.1.0 |
2754 | 2024-02-28T12:42:03.105Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2755 | 2024-02-28T12:42:03.690Z | Documenting newtype_derive v0.1.6 |
2756 | 2024-02-28T12:42:04.272Z | Documenting usdt v0.5.0 |
2757 | 2024-02-28T12:42:04.715Z | Documenting resolv-conf v0.7.0 |
2758 | 2024-02-28T12:42:05.942Z | Documenting tap v1.0.1 |
2759 | 2024-02-28T12:42:06.093Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2760 | 2024-02-28T12:42:07.548Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2761 | 2024-02-28T12:42:07.552Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2762 | 2024-02-28T12:42:07.582Z | Documenting steno v0.4.0 |
2763 | 2024-02-28T12:42:08.258Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2764 | 2024-02-28T12:42:08.793Z | Documenting radium v0.7.0 |
2765 | 2024-02-28T12:42:08.934Z | Documenting trust-dns-resolver v0.22.0 |
2766 | 2024-02-28T12:42:08.987Z | Documenting wyz v0.5.1 |
2767 | 2024-02-28T12:42:09.908Z | Documenting nibble_vec v0.1.0 |
2768 | 2024-02-28T12:42:11.874Z | Checking heck v0.3.3 |
2769 | 2024-02-28T12:42:11.979Z | Documenting funty v2.0.0 |
2770 | 2024-02-28T12:42:12.039Z | Documenting endian-type v0.1.2 |
2771 | 2024-02-28T12:42:12.177Z | Documenting crc-catalog v2.2.0 |
2772 | 2024-02-28T12:42:14.419Z | Documenting structopt-derive v0.4.18 |
2773 | 2024-02-28T12:42:15.143Z | Documenting crc v3.0.1 |
2774 | 2024-02-28T12:42:15.355Z | Documenting bitvec v1.0.1 |
2775 | 2024-02-28T12:42:15.870Z | Documenting radix_trie v0.2.1 |
2776 | 2024-02-28T12:42:18.041Z | Documenting cancel-safe-futures v0.1.5 |
2777 | 2024-02-28T12:42:18.165Z | Documenting filetime v0.2.23 |
2778 | 2024-02-28T12:42:18.196Z | Documenting xattr v1.0.1 |
2779 | 2024-02-28T12:42:19.696Z | Documenting packed_struct_codegen v0.10.1 |
2780 | 2024-02-28T12:42:20.111Z | Documenting nodrop v0.1.14 |
2781 | 2024-02-28T12:42:20.786Z | Documenting structopt v0.3.26 |
2782 | 2024-02-28T12:42:22.121Z | Documenting num-bigint-dig v0.8.4 |
2783 | 2024-02-28T12:42:22.322Z | Documenting tar v0.4.40 |
2784 | 2024-02-28T12:42:23.049Z | Documenting array-init v0.0.4 |
2785 | 2024-02-28T12:42:23.710Z | Documenting libefi-sys v0.1.0 |
2786 | 2024-02-28T12:42:24.807Z | Documenting num-rational v0.4.1 |
2787 | 2024-02-28T12:42:25.227Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2788 | 2024-02-28T12:42:25.794Z | Documenting packed_struct v0.10.1 |
2789 | 2024-02-28T12:42:26.339Z | Documenting pkcs1 v0.7.5 |
2790 | 2024-02-28T12:42:26.590Z | Documenting signature v2.1.0 |
2791 | 2024-02-28T12:42:27.812Z | Documenting num-complex v0.4.4 |
2792 | 2024-02-28T12:42:28.587Z | Documenting termcolor v1.2.0 |
2793 | 2024-02-28T12:42:30.017Z | Documenting bitfield v0.14.0 |
2794 | 2024-02-28T12:42:30.326Z | Documenting arc-swap v1.6.0 |
2795 | 2024-02-28T12:42:31.004Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2796 | 2024-02-28T12:42:31.591Z | Documenting rsa v0.9.2 |
2797 | 2024-02-28T12:42:32.034Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2798 | 2024-02-28T12:42:33.184Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2799 | 2024-02-28T12:42:33.227Z | Documenting num v0.4.1 |
2800 | 2024-02-28T12:42:33.415Z | Documenting env_logger v0.10.0 |
2801 | 2024-02-28T12:42:34.332Z | Documenting slog-scope v4.4.0 |
2802 | 2024-02-28T12:42:34.795Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2803 | 2024-02-28T12:42:36.108Z | Documenting serde-hex v0.1.0 |
2804 | 2024-02-28T12:42:37.758Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2805 | 2024-02-28T12:42:38.084Z | Documenting x509-cert v0.2.4 |
2806 | 2024-02-28T12:42:38.345Z | Documenting ron v0.8.1 |
2807 | 2024-02-28T12:42:39.660Z | Documenting libsw v3.3.1 |
2808 | 2024-02-28T12:42:40.315Z | Documenting gethostname v0.4.3 |
2809 | 2024-02-28T12:42:41.769Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2810 | 2024-02-28T12:42:42.804Z | Documenting half v2.3.1 |
2811 | 2024-02-28T12:42:42.950Z | Documenting owo-colors v4.0.0 |
2812 | 2024-02-28T12:42:43.047Z | Documenting ciborium-io v0.2.2 |
2813 | 2024-02-28T12:42:43.833Z | Documenting crc-any v2.4.3 |
2814 | 2024-02-28T12:42:44.222Z | Documenting linear-map v1.2.0 |
2815 | 2024-02-28T12:42:44.578Z | Documenting same-file v1.0.6 |
2816 | 2024-02-28T12:42:45.920Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2817 | 2024-02-28T12:42:46.916Z | Documenting ciborium-ll v0.2.2 |
2818 | 2024-02-28T12:42:47.113Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2819 | 2024-02-28T12:42:47.206Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2820 | 2024-02-28T12:42:48.306Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2821 | 2024-02-28T12:42:49.018Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2822 | 2024-02-28T12:42:49.079Z | Documenting walkdir v2.4.0 |
2823 | 2024-02-28T12:42:51.186Z | Documenting slog-stdlog v4.1.1 |
2824 | 2024-02-28T12:42:52.077Z | Documenting slog-dtrace v0.3.0 |
2825 | 2024-02-28T12:42:53.836Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2826 | 2024-02-28T12:42:55.916Z | Documenting path-slash v0.1.5 |
2827 | 2024-02-28T12:42:58.705Z | Documenting slog-envlogger v2.2.0 |
2828 | 2024-02-28T12:42:59.323Z | Documenting ciborium v0.2.2 |
2829 | 2024-02-28T12:42:59.481Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2830 | 2024-02-28T12:42:59.671Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2831 | 2024-02-28T12:42:59.967Z | Documenting pem v3.0.2 |
2832 | 2024-02-28T12:43:03.810Z | Documenting fxhash v0.2.1 |
2833 | 2024-02-28T12:43:04.386Z | Documenting utf-8 v0.7.6 |
2834 | 2024-02-28T12:43:04.754Z | Documenting display-error-chain v0.2.0 |
2835 | 2024-02-28T12:43:04.771Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2836 | 2024-02-28T12:43:06.440Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2837 | 2024-02-28T12:43:06.775Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2838 | 2024-02-28T12:43:06.995Z | Documenting vte_generate_state_changes v0.1.1 |
2839 | 2024-02-28T12:43:07.634Z | Checking convert_case v0.4.0 |
2840 | 2024-02-28T12:43:07.845Z | Documenting convert_case v0.4.0 |
2841 | 2024-02-28T12:43:08.206Z | Documenting tungstenite v0.20.1 |
2842 | 2024-02-28T12:43:08.536Z | Documenting buf-list v1.0.3 |
2843 | 2024-02-28T12:43:10.976Z | Documenting vte v0.11.1 |
2844 | 2024-02-28T12:43:11.705Z | Documenting derive_more v0.99.17 |
2845 | 2024-02-28T12:43:13.470Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2846 | 2024-02-28T12:43:13.569Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2847 | 2024-02-28T12:43:13.969Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2848 | 2024-02-28T12:43:14.287Z | Checking darling_core v0.14.4 |
2849 | 2024-02-28T12:43:15.513Z | Documenting tokio-tungstenite v0.20.1 |
2850 | 2024-02-28T12:43:16.017Z | Documenting pin-project-internal v1.1.3 |
2851 | 2024-02-28T12:43:16.091Z | Checking darling v0.14.4 |
2852 | 2024-02-28T12:43:16.206Z | Documenting strip-ansi-escapes v0.2.0 |
2853 | 2024-02-28T12:43:17.792Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2854 | 2024-02-28T12:43:18.678Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2855 | 2024-02-28T12:43:20.328Z | Documenting doc-comment v0.3.3 |
2856 | 2024-02-28T12:43:21.353Z | Documenting pin-project v1.1.3 |
2857 | 2024-02-28T12:43:21.683Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2858 | 2024-02-28T12:43:23.336Z | Documenting crossbeam-deque v0.8.3 |
2859 | 2024-02-28T12:43:23.416Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2860 | 2024-02-28T12:43:23.735Z | Documenting snafu-derive v0.7.5 |
2861 | 2024-02-28T12:43:23.810Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2862 | 2024-02-28T12:43:24.140Z | Documenting nu-ansi-term v0.50.0 |
2863 | 2024-02-28T12:43:27.419Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2864 | 2024-02-28T12:43:27.540Z | Documenting rayon-core v1.12.0 |
2865 | 2024-02-28T12:43:28.153Z | Documenting reedline v0.29.0 |
2866 | 2024-02-28T12:43:29.350Z | Documenting trust-dns-client v0.22.0 |
2867 | 2024-02-28T12:43:30.021Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2868 | 2024-02-28T12:43:31.257Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2869 | 2024-02-28T12:43:31.570Z | Documenting globset v0.4.13 |
2870 | 2024-02-28T12:43:32.229Z | Documenting olpc-cjson v0.1.3 |
2871 | 2024-02-28T12:43:32.474Z | Documenting snafu v0.7.5 |
2872 | 2024-02-28T12:43:34.134Z | Documenting serde_plain v1.0.2 |
2873 | 2024-02-28T12:43:36.081Z | Documenting headers-core v0.2.0 |
2874 | 2024-02-28T12:43:36.545Z | Documenting async-recursion v1.0.5 |
2875 | 2024-02-28T12:43:37.209Z | Documenting bytecount v0.6.3 |
2876 | 2024-02-28T12:43:37.458Z | Documenting typed-path v0.7.0 |
2877 | 2024-02-28T12:43:37.934Z | Documenting keccak v0.1.4 |
2878 | 2024-02-28T12:43:38.287Z | Documenting rayon v1.8.0 |
2879 | 2024-02-28T12:43:39.477Z | Documenting trust-dns-server v0.22.1 |
2880 | 2024-02-28T12:43:40.277Z | Documenting papergrid v0.11.0 |
2881 | 2024-02-28T12:43:40.758Z | Documenting headers v0.3.9 |
2882 | 2024-02-28T12:43:40.973Z | Documenting sha3 v0.10.8 |
2883 | 2024-02-28T12:43:42.948Z | Documenting tough v0.16.0 |
2884 | 2024-02-28T12:43:43.309Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2885 | 2024-02-28T12:43:44.882Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2886 | 2024-02-28T12:43:46.123Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2887 | 2024-02-28T12:43:46.193Z | Documenting derive_builder_core v0.12.0 |
2888 | 2024-02-28T12:43:46.505Z | Checking derive_builder_core v0.12.0 |
2889 | 2024-02-28T12:43:47.295Z | Documenting sled v0.34.7 |
2890 | 2024-02-28T12:43:47.377Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2891 | 2024-02-28T12:43:47.609Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2892 | 2024-02-28T12:43:47.992Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2893 | 2024-02-28T12:43:48.761Z | Documenting fs-err v2.11.0 |
2894 | 2024-02-28T12:43:48.838Z | Documenting unicase v2.7.0 |
2895 | 2024-02-28T12:43:49.327Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2896 | 2024-02-28T12:43:49.401Z | Documenting tabled_derive v0.7.0 |
2897 | 2024-02-28T12:43:49.691Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2898 | 2024-02-28T12:43:52.159Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2899 | 2024-02-28T12:43:52.722Z | Documenting fd-lock v4.0.2 |
2900 | 2024-02-28T12:43:53.337Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2901 | 2024-02-28T12:43:54.130Z | Documenting nix v0.27.1 |
2902 | 2024-02-28T12:43:54.376Z | Documenting secrecy v0.8.0 |
2903 | 2024-02-28T12:43:55.402Z | Documenting rustversion v1.0.14 |
2904 | 2024-02-28T12:43:57.302Z | Documenting sqlparser_derive v0.2.2 |
2905 | 2024-02-28T12:43:57.514Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2906 | 2024-02-28T12:43:58.223Z | Documenting unicode_categories v0.1.1 |
2907 | 2024-02-28T12:43:58.662Z | Documenting home v0.5.5 |
2908 | 2024-02-28T12:43:59.614Z | Documenting parse-size v1.0.0 |
2909 | 2024-02-28T12:44:00.731Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2910 | 2024-02-28T12:44:01.288Z | Documenting castaway v0.2.2 |
2911 | 2024-02-28T12:44:02.088Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2912 | 2024-02-28T12:44:02.284Z | Documenting sqlformat v0.2.3 |
2913 | 2024-02-28T12:44:02.530Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2914 | 2024-02-28T12:44:02.745Z | Documenting sqlparser v0.43.1 |
2915 | 2024-02-28T12:44:02.935Z | Documenting rustyline v13.0.0 |
2916 | 2024-02-28T12:44:05.142Z | Documenting tabled v0.15.0 |
2917 | 2024-02-28T12:44:06.131Z | Documenting derive_builder_macro v0.12.0 |
2918 | 2024-02-28T12:44:08.025Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2919 | 2024-02-28T12:44:09.903Z | Documenting mime_guess v2.0.4 |
2920 | 2024-02-28T12:44:10.806Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2921 | 2024-02-28T12:44:11.970Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2922 | 2024-02-28T12:44:12.409Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2923 | 2024-02-28T12:44:15.135Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2924 | 2024-02-28T12:44:15.451Z | Documenting universal-hash v0.5.1 |
2925 | 2024-02-28T12:44:15.579Z | Documenting bcs v0.1.6 |
2926 | 2024-02-28T12:44:18.415Z | Documenting kstat-rs v0.2.3 |
2927 | 2024-02-28T12:44:19.863Z | Documenting thiserror-impl-no-std v2.0.2 |
2928 | 2024-02-28T12:44:21.914Z | Documenting curve25519-dalek-derive v0.1.0 |
2929 | 2024-02-28T12:44:22.815Z | Documenting ref-cast-impl v1.0.20 |
2930 | 2024-02-28T12:44:25.069Z | Documenting opaque-debug v0.3.0 |
2931 | 2024-02-28T12:44:25.186Z | Documenting highway v1.1.0 |
2932 | 2024-02-28T12:44:26.530Z | Documenting thiserror-no-std v2.0.2 |
2933 | 2024-02-28T12:44:26.846Z | Documenting curve25519-dalek v4.1.1 |
2934 | 2024-02-28T12:44:26.861Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2935 | 2024-02-28T12:44:27.920Z | Documenting poly1305 v0.8.0 |
2936 | 2024-02-28T12:44:28.644Z | Documenting ref-cast v1.0.20 |
2937 | 2024-02-28T12:44:29.161Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2938 | 2024-02-28T12:44:29.469Z | Documenting derive_builder v0.12.0 |
2939 | 2024-02-28T12:44:31.883Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2940 | 2024-02-28T12:44:32.255Z | Documenting compact_str v0.7.1 |
2941 | 2024-02-28T12:44:33.168Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2942 | 2024-02-28T12:44:33.257Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2943 | 2024-02-28T12:44:34.617Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2944 | 2024-02-28T12:44:36.389Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2945 | 2024-02-28T12:44:37.083Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2946 | 2024-02-28T12:44:41.254Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2947 | 2024-02-28T12:44:46.333Z | Documenting portable-atomic v1.4.3 |
2948 | 2024-02-28T12:44:46.648Z | Documenting ed25519 v1.5.3 |
2949 | 2024-02-28T12:44:47.684Z | Documenting polar-core v0.27.0 |
2950 | 2024-02-28T12:44:49.681Z | Documenting libxml v0.3.3 |
2951 | 2024-02-28T12:44:50.277Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2952 | 2024-02-28T12:44:51.748Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2953 | 2024-02-28T12:44:52.341Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2954 | 2024-02-28T12:44:53.172Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2955 | 2024-02-28T12:44:54.070Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2956 | 2024-02-28T12:44:55.577Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2957 | 2024-02-28T12:44:56.089Z | Documenting chacha20 v0.9.1 |
2958 | 2024-02-28T12:44:56.430Z | Documenting bb8 v0.8.3 |
2959 | 2024-02-28T12:45:00.193Z | Documenting aead v0.5.2 |
2960 | 2024-02-28T12:45:01.469Z | Documenting lru v0.12.1 |
2961 | 2024-02-28T12:45:03.403Z | Documenting quick-xml v0.30.0 |
2962 | 2024-02-28T12:45:05.359Z | Documenting impl-trait-for-tuples v0.2.2 |
2963 | 2024-02-28T12:45:06.321Z | Documenting oso-derive v0.27.0 |
2964 | 2024-02-28T12:45:06.892Z | Documenting stability v0.1.1 |
2965 | 2024-02-28T12:45:08.265Z | Documenting number_prefix v0.4.0 |
2966 | 2024-02-28T12:45:10.170Z | Documenting glob v0.3.1 |
2967 | 2024-02-28T12:45:10.788Z | Documenting cassowary v0.3.0 |
2968 | 2024-02-28T12:45:10.891Z | Documenting maplit v1.0.2 |
2969 | 2024-02-28T12:45:11.400Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2970 | 2024-02-28T12:45:12.238Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2971 | 2024-02-28T12:45:12.361Z | Documenting indicatif v0.17.8 |
2972 | 2024-02-28T12:45:12.669Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2973 | 2024-02-28T12:45:14.646Z | Documenting ratatui v0.26.1 |
2974 | 2024-02-28T12:45:14.726Z | Documenting oso v0.27.0 |
2975 | 2024-02-28T12:45:15.012Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2976 | 2024-02-28T12:45:17.230Z | Documenting chacha20poly1305 v0.10.1 |
2977 | 2024-02-28T12:45:17.419Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2978 | 2024-02-28T12:45:20.237Z | Documenting salty v0.2.0 |
2979 | 2024-02-28T12:45:22.986Z | Documenting vsss-rs v3.3.4 |
2980 | 2024-02-28T12:45:24.560Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2981 | 2024-02-28T12:45:24.875Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2982 | 2024-02-28T12:45:25.141Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2983 | 2024-02-28T12:45:26.001Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2984 | 2024-02-28T12:45:26.201Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2985 | 2024-02-28T12:45:30.535Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2986 | 2024-02-28T12:45:30.713Z | Documenting cookie v0.18.0 |
2987 | 2024-02-28T12:45:30.779Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2988 | 2024-02-28T12:45:31.074Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2989 | 2024-02-28T12:45:33.638Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2990 | 2024-02-28T12:45:33.950Z | Documenting serde-big-array v0.5.1 |
2991 | 2024-02-28T12:45:35.396Z | Documenting rtoolbox v0.0.1 |
2992 | 2024-02-28T12:45:35.441Z | Documenting http-range v0.1.5 |
2993 | 2024-02-28T12:45:35.556Z | Documenting is_ci v1.2.0 |
2994 | 2024-02-28T12:45:38.507Z | Documenting smawk v0.3.1 |
2995 | 2024-02-28T12:45:39.246Z | Documenting humantime v2.1.0 |
2996 | 2024-02-28T12:45:39.453Z | Documenting unicode-linebreak v0.1.5 |
2997 | 2024-02-28T12:45:39.648Z | Documenting rpassword v7.3.1 |
2998 | 2024-02-28T12:45:39.761Z | Documenting supports-color v3.0.0 |
2999 | 2024-02-28T12:45:42.523Z | Documenting hyper-staticfile v0.9.5 |
3000 | 2024-02-28T12:45:43.118Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3001 | 2024-02-28T12:45:43.440Z | Documenting textwrap v0.16.1 |
3002 | 2024-02-28T12:45:43.545Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3003 | 2024-02-28T12:45:43.912Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3004 | 2024-02-28T12:45:44.435Z | Documenting tui-tree-widget v0.17.0 |
3005 | 2024-02-28T12:45:47.612Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3006 | 2024-02-28T12:45:47.691Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3007 | 2024-02-28T12:45:48.457Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3008 | 2024-02-28T12:45:49.212Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3009 | 2024-02-28T12:45:50.574Z | Documenting rcgen v0.12.1 |
3010 | 2024-02-28T12:45:50.906Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3011 | 2024-02-28T12:45:51.963Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3012 | 2024-02-28T12:45:52.397Z | Documenting atomicwrites v0.4.3 |
3013 | 2024-02-28T12:45:52.900Z | Documenting signal-hook-tokio v0.3.1 |
3014 | 2024-02-28T12:45:56.874Z | Documenting subprocess v0.2.9 |
3015 | 2024-02-28T12:45:58.123Z | Documenting memmap2 v0.7.1 |
3016 | 2024-02-28T12:45:58.572Z | Documenting constant_time_eq v0.3.0 |
3017 | 2024-02-28T12:46:00.498Z | Documenting arrayref v0.3.7 |
3018 | 2024-02-28T12:46:01.272Z | Documenting corncobs v0.1.3 |
3019 | 2024-02-28T12:46:01.362Z | Documenting arrayvec v0.7.4 |
3020 | 2024-02-28T12:46:01.529Z | Documenting shell-words v1.1.0 |
3021 | 2024-02-28T12:46:02.504Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2024-02-28T12:46:03.469Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3023 | 2024-02-28T12:46:04.326Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3024 | 2024-02-28T12:46:04.696Z | Documenting blake3 v1.5.0 |
3025 | 2024-02-28T12:46:06.528Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3026 | 2024-02-28T12:46:06.556Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3027 | 2024-02-28T12:46:09.153Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3028 | 2024-02-28T12:46:09.584Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3029 | 2024-02-28T12:46:10.931Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2024-02-28T12:46:16.967Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3031 | 2024-02-28T12:46:22.396Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3032 | 2024-02-28T12:46:24.092Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3033 | 2024-02-28T12:46:25.397Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3034 | 2024-02-28T12:46:32.195Z | Documenting fatfs v0.3.6 |
3035 | 2024-02-28T12:46:32.794Z | warning: unclosed HTML tag `usize` |
3036 | 2024-02-28T12:46:32.794Z | --> wicket/src/ui/panes/update.rs:153:19 |
3037 | 2024-02-28T12:46:32.794Z | | |
3038 | 2024-02-28T12:46:32.794Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3039 | 2024-02-28T12:46:32.794Z | | ^^^^^^^ |
3040 | 2024-02-28T12:46:32.794Z | | |
3041 | 2024-02-28T12:46:32.794Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3042 | 2024-02-28T12:46:32.794Z | |
3043 | 2024-02-28T12:46:34.111Z | warning: `wicket` (lib doc) generated 1 warning |
3044 | 2024-02-28T12:46:34.114Z | Documenting nanorand v0.7.0 |
3045 | 2024-02-28T12:46:35.474Z | Documenting topological-sort v0.2.2 |
3046 | 2024-02-28T12:46:36.988Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3047 | 2024-02-28T12:46:37.445Z | Documenting assert_matches v1.5.0 |
3048 | 2024-02-28T12:46:38.376Z | Documenting flume v0.11.0 |
3049 | 2024-02-28T12:46:40.258Z | Documenting omicron-zone-package v0.11.0 |
3050 | 2024-02-28T12:46:40.437Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3051 | 2024-02-28T12:46:40.633Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3052 | 2024-02-28T12:46:42.976Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3053 | 2024-02-28T12:46:45.208Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3054 | 2024-02-28T12:46:45.324Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3055 | 2024-02-28T12:46:46.207Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3056 | 2024-02-28T12:46:53.095Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3057 | 2024-02-28T12:46:54.011Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3058 | 2024-02-28T12:46:54.011Z | --> sled-agent/src/sim/instance.rs:46:7 |
3059 | 2024-02-28T12:46:54.011Z | | |
3060 | 2024-02-28T12:46:54.011Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3061 | 2024-02-28T12:46:54.011Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3062 | 2024-02-28T12:46:54.011Z | | |
3063 | 2024-02-28T12:46:54.011Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3064 | 2024-02-28T12:46:54.011Z | |
3065 | 2024-02-28T12:46:56.680Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3066 | 2024-02-28T12:46:57.214Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3067 | 2024-02-28T12:46:57.217Z | Documenting termios v0.3.3 |
3068 | 2024-02-28T12:47:01.412Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3069 | 2024-02-28T12:47:07.228Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3070 | 2024-02-28T12:47:09.139Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3071 | 2024-02-28T12:47:11.617Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3072 | 2024-02-28T12:47:21.665Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3073 | 2024-02-28T12:47:35.460Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3074 | 2024-02-28T12:47:41.730Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3075 | 2024-02-28T12:47:48.515Z | warning: unresolved link to `test_sled_transitions` |
3076 | 2024-02-28T12:47:48.515Z | --> nexus/db-queries/src/db/datastore/sled.rs:566:11 |
3077 | 2024-02-28T12:47:48.515Z | | |
3078 | 2024-02-28T12:47:48.515Z | 566 | /// [`test_sled_transitions`]. |
3079 | 2024-02-28T12:47:48.515Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3080 | 2024-02-28T12:47:48.515Z | | |
3081 | 2024-02-28T12:47:48.515Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3082 | 2024-02-28T12:47:48.515Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3083 | 2024-02-28T12:47:48.515Z | |
3084 | 2024-02-28T12:47:48.519Z | warning: unresolved link to `test_sled_transitions` |
3085 | 2024-02-28T12:47:48.519Z | --> nexus/db-queries/src/db/datastore/sled.rs:602:11 |
3086 | 2024-02-28T12:47:48.519Z | | |
3087 | 2024-02-28T12:47:48.519Z | 602 | /// [`test_sled_transitions`]. |
3088 | 2024-02-28T12:47:48.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3089 | 2024-02-28T12:47:48.519Z | | |
3090 | 2024-02-28T12:47:48.519Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3091 | 2024-02-28T12:47:48.519Z | |
3092 | 2024-02-28T12:47:48.519Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3093 | 2024-02-28T12:47:48.519Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3094 | 2024-02-28T12:47:48.519Z | | |
3095 | 2024-02-28T12:47:48.519Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3096 | 2024-02-28T12:47:48.519Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3097 | 2024-02-28T12:47:48.519Z | |
3098 | 2024-02-28T12:47:49.841Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3099 | 2024-02-28T12:47:53.715Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3100 | 2024-02-28T12:47:56.500Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3101 | 2024-02-28T12:48:00.232Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3102 | 2024-02-28T12:48:00.749Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3103 | 2024-02-28T12:48:04.597Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3104 | 2024-02-28T12:48:04.600Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3105 | 2024-02-28T12:48:05.643Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3106 | 2024-02-28T12:48:32.337Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3107 | 2024-02-28T12:49:20.870Z | warning: unresolved link to `VolumeConstructionRequest` |
3108 | 2024-02-28T12:49:20.870Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3109 | 2024-02-28T12:49:20.870Z | | |
3110 | 2024-02-28T12:49:20.870Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3111 | 2024-02-28T12:49:20.871Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3112 | 2024-02-28T12:49:20.871Z | | |
3113 | 2024-02-28T12:49:20.871Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3114 | 2024-02-28T12:49:20.871Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3115 | 2024-02-28T12:49:20.871Z | |
3116 | 2024-02-28T12:49:20.874Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3117 | 2024-02-28T12:49:20.874Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3118 | 2024-02-28T12:49:20.874Z | | |
3119 | 2024-02-28T12:49:20.874Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3120 | 2024-02-28T12:49:20.874Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3121 | 2024-02-28T12:49:20.874Z | |
3122 | 2024-02-28T12:49:20.874Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3123 | 2024-02-28T12:49:20.874Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3124 | 2024-02-28T12:49:20.874Z | | |
3125 | 2024-02-28T12:49:20.875Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3126 | 2024-02-28T12:49:20.875Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3127 | 2024-02-28T12:49:20.875Z | |
3128 | 2024-02-28T12:49:20.875Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3129 | 2024-02-28T12:49:20.875Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3130 | 2024-02-28T12:49:20.875Z | | |
3131 | 2024-02-28T12:49:20.875Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3132 | 2024-02-28T12:49:20.875Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3133 | 2024-02-28T12:49:20.875Z | |
3134 | 2024-02-28T12:49:20.875Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3135 | 2024-02-28T12:49:20.875Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3136 | 2024-02-28T12:49:20.875Z | | |
3137 | 2024-02-28T12:49:20.875Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3138 | 2024-02-28T12:49:20.875Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3139 | 2024-02-28T12:49:20.875Z | |
3140 | 2024-02-28T12:49:20.875Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3141 | 2024-02-28T12:49:20.875Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3142 | 2024-02-28T12:49:20.875Z | | |
3143 | 2024-02-28T12:49:20.875Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3144 | 2024-02-28T12:49:20.875Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3145 | 2024-02-28T12:49:20.875Z | |
3146 | 2024-02-28T12:49:20.875Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3147 | 2024-02-28T12:49:20.875Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3148 | 2024-02-28T12:49:20.876Z | | |
3149 | 2024-02-28T12:49:20.876Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3150 | 2024-02-28T12:49:20.876Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3151 | 2024-02-28T12:49:20.876Z | |
3152 | 2024-02-28T12:49:23.889Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3153 | 2024-02-28T12:49:40.016Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 40s |
3154 | 2024-02-28T12:49:40.117Z | |
3155 | 2024-02-28T12:49:40.120Z | real 11:40.543378036 |
3156 | 2024-02-28T12:49:40.120Z | user 30:58.721574269 |
3157 | 2024-02-28T12:49:40.120Z | sys 50:27.382107093 |
3158 | 2024-02-28T12:49:40.120Z | trap 0.927815157 |
3159 | 2024-02-28T12:49:40.121Z | tflt 0.119101649 |
3160 | 2024-02-28T12:49:40.121Z | dflt 0.507862789 |
3161 | 2024-02-28T12:49:40.121Z | kflt 0.000046142 |
3162 | 2024-02-28T12:49:40.121Z | lock 2:07:22.446659750 |
3163 | 2024-02-28T12:49:40.121Z | slp 2:55:32.585851477 |
3164 | 2024-02-28T12:49:40.121Z | lat 4:46.334871642 |
3165 | 2024-02-28T12:49:40.121Z | stop 1:27.224027341 |
3166 | 2024-02-28T12:49:40.121Z | process exited: duration 1302178 ms, exit code 0 |
|
3167 | 2024-02-28T12:49:40.127Z | found 0 output files |