|
|
|
1 | 2024-02-26T13:23:32.241Z | job assigned to worker 01HQJS9T0ARWX9QKNZ692F3Z2A (queued for 58 s) |
|
2 | 2024-02-26T13:23:33.228Z | starting task 0: "setup" |
3 | 2024-02-26T13:23:33.339Z | ++ uname -s |
4 | 2024-02-26T13:23:33.343Z | + kern=SunOS |
5 | 2024-02-26T13:23:33.343Z | + case "$kern" in |
6 | 2024-02-26T13:23:33.343Z | + groupadd -g 12345 build |
7 | 2024-02-26T13:23:33.343Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-26T13:23:35.355Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-26T13:23:35.448Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-26T13:23:35.461Z | + home_fs=zfs |
11 | 2024-02-26T13:23:35.462Z | + [[ zfs == autofs ]] |
12 | 2024-02-26T13:23:35.462Z | + mkdir -p /home/build |
13 | 2024-02-26T13:23:35.462Z | + chown build:build /home/build /work |
14 | 2024-02-26T13:23:36.456Z | + chmod 0700 /home/build /work |
15 | 2024-02-26T13:23:36.467Z | process exited: duration 3224 ms, exit code 0 |
|
16 | 2024-02-26T13:23:36.486Z | starting task 1: "rust-toolchain" |
17 | 2024-02-26T13:23:36.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-26T13:23:36.493Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-26T13:23:36.667Z | info: downloading installer |
20 | 2024-02-26T13:23:38.355Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-26T13:23:38.356Z | warning: /opt/ooce/bin |
22 | 2024-02-26T13:23:38.356Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-26T13:23:38.356Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-26T13:23:38.356Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-26T13:23:38.356Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-26T13:23:38.356Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-26T13:23:38.356Z | error: cannot install while Rust is installed |
28 | 2024-02-26T13:23:38.356Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-26T13:23:38.521Z | info: profile set to 'default' |
30 | 2024-02-26T13:23:38.521Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-26T13:23:38.524Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-26T13:23:38.665Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-26T13:23:38.665Z | info: downloading component 'cargo' |
34 | 2024-02-26T13:23:39.351Z | info: downloading component 'clippy' |
35 | 2024-02-26T13:23:39.595Z | info: downloading component 'rust-docs' |
36 | 2024-02-26T13:23:40.485Z | info: downloading component 'rust-std' |
37 | 2024-02-26T13:23:42.492Z | info: downloading component 'rustc' |
38 | 2024-02-26T13:23:46.254Z | info: downloading component 'rustfmt' |
39 | 2024-02-26T13:23:46.258Z | info: installing component 'cargo' |
40 | 2024-02-26T13:23:46.952Z | info: installing component 'clippy' |
41 | 2024-02-26T13:23:47.387Z | info: installing component 'rust-docs' |
42 | 2024-02-26T13:23:48.875Z | info: installing component 'rust-std' |
43 | 2024-02-26T13:23:50.760Z | info: installing component 'rustc' |
44 | 2024-02-26T13:23:55.186Z | info: installing component 'rustfmt' |
45 | 2024-02-26T13:23:55.520Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-26T13:23:55.520Z | |
47 | 2024-02-26T13:23:55.789Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-26T13:23:55.790Z | |
49 | 2024-02-26T13:23:55.790Z | |
50 | 2024-02-26T13:23:55.790Z | Rust is installed now. Great! |
51 | 2024-02-26T13:23:55.790Z | |
52 | 2024-02-26T13:23:55.790Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-26T13:23:55.790Z | environment variable. This has not been done automatically. |
54 | 2024-02-26T13:23:55.791Z | |
55 | 2024-02-26T13:23:55.791Z | To configure your current shell, run: |
56 | 2024-02-26T13:23:55.791Z | source "$HOME/.cargo/env" |
57 | 2024-02-26T13:23:55.846Z | + rustc --version |
58 | 2024-02-26T13:23:55.917Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-26T13:23:55.924Z | process exited: duration 19437 ms, exit code 0 |
|
60 | 2024-02-26T13:23:55.930Z | starting task 2: "authentication" |
61 | 2024-02-26T13:23:55.953Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-26T13:23:55.959Z | starting task 3: "clone repository" |
63 | 2024-02-26T13:23:55.964Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-26T13:23:55.967Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-26T13:23:56.191Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-26T13:24:02.799Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-26T13:24:02.799Z | + git fetch origin 8a4b9b32892e9e718e0cd107705bd539c8b38767 |
68 | 2024-02-26T13:24:03.133Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-26T13:24:03.134Z | * branch 8a4b9b32892e9e718e0cd107705bd539c8b38767 -> FETCH_HEAD |
70 | 2024-02-26T13:24:03.144Z | + [[ -n '' ]] |
71 | 2024-02-26T13:24:03.145Z | + git reset --hard 8a4b9b32892e9e718e0cd107705bd539c8b38767 |
72 | 2024-02-26T13:24:03.259Z | HEAD is now at 8a4b9b328 chore(deps): update taiki-e/install-action digest to 4ce8785 |
73 | 2024-02-26T13:24:03.270Z | process exited: duration 7299 ms, exit code 0 |
|
74 | 2024-02-26T13:24:03.293Z | starting task 4: "build" |
75 | 2024-02-26T13:24:03.311Z | + cargo --version |
76 | 2024-02-26T13:24:03.311Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-26T13:24:03.493Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-26T13:24:03.493Z | info: downloading component 'cargo' |
79 | 2024-02-26T13:24:04.869Z | info: downloading component 'clippy' |
80 | 2024-02-26T13:24:04.874Z | info: downloading component 'rust-docs' |
81 | 2024-02-26T13:24:05.979Z | info: downloading component 'rust-std' |
82 | 2024-02-26T13:24:07.775Z | info: downloading component 'rustc' |
83 | 2024-02-26T13:24:12.984Z | info: downloading component 'rustfmt' |
84 | 2024-02-26T13:24:13.830Z | info: installing component 'cargo' |
85 | 2024-02-26T13:24:14.212Z | info: installing component 'clippy' |
86 | 2024-02-26T13:24:14.549Z | info: installing component 'rust-docs' |
87 | 2024-02-26T13:24:16.101Z | info: installing component 'rust-std' |
88 | 2024-02-26T13:24:17.692Z | info: installing component 'rustc' |
89 | 2024-02-26T13:24:21.797Z | info: installing component 'rustfmt' |
90 | 2024-02-26T13:24:22.233Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-26T13:24:22.237Z | + rustc --version |
92 | 2024-02-26T13:24:22.313Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-26T13:24:22.319Z | + source ./env.sh |
94 | 2024-02-26T13:24:22.319Z | ++ set -o xtrace |
95 | 2024-02-26T13:24:22.319Z | ++++ dirname ./env.sh |
96 | 2024-02-26T13:24:22.353Z | +++ cd . |
97 | 2024-02-26T13:24:22.359Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-26T13:24:22.360Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-26T13:24:22.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-02-26T13:24:22.360Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-02-26T13:24:22.360Z | ++ 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 |
102 | 2024-02-26T13:24:22.360Z | ++ 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 |
103 | 2024-02-26T13:24:22.360Z | ++ 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 |
104 | 2024-02-26T13:24:22.360Z | ++ 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 |
105 | 2024-02-26T13:24:22.360Z | ++ 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 |
106 | 2024-02-26T13:24:22.360Z | ++ 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 |
107 | 2024-02-26T13:24:22.360Z | ++ unset OMICRON_WS |
108 | 2024-02-26T13:24:22.360Z | ++ set +o xtrace |
109 | 2024-02-26T13:24:22.797Z | |
110 | 2024-02-26T13:24:22.797Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-26T13:24:22.798Z | # # # # # # # # # # # # # # # |
112 | 2024-02-26T13:24:22.798Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-26T13:24:22.798Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-26T13:24:22.798Z | # # # # # # # # # # # # # # # |
115 | 2024-02-26T13:24:22.798Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-26T13:24:22.798Z | |
117 | 2024-02-26T13:24:31.602Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-26T13:24:32.498Z | Startup: Caching catalogs ... Done |
119 | 2024-02-26T13:24:34.081Z | Planning: Solver setup ... Done (1.233s) |
120 | 2024-02-26T13:24:34.113Z | Planning: Running solver ... Done (0.030s) |
121 | 2024-02-26T13:24:34.285Z | Planning: Finding local manifests ... Done (0.150s) |
122 | 2024-02-26T13:24:34.298Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-26T13:24:34.482Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-26T13:24:34.541Z | Planning: Package planning ... Done (0.050s) |
125 | 2024-02-26T13:24:34.595Z | Planning: Merging actions ... Done (0.052s) |
126 | 2024-02-26T13:24:35.682Z | Planning: Checking for conflicting actions ... Done (1.099s) |
127 | 2024-02-26T13:24:35.696Z | Planning: Consolidating action changes ... Done (0.011s) |
128 | 2024-02-26T13:24:40.014Z | Planning: Evaluating mediators ... Done (4.322s) |
129 | 2024-02-26T13:24:40.024Z | Planning: Planning completed in 7.47 seconds |
130 | 2024-02-26T13:24:40.038Z | Packages to install: 4 |
131 | 2024-02-26T13:24:40.038Z | Mediators to change: 2 |
132 | 2024-02-26T13:24:40.038Z | Services to change: 1 |
133 | 2024-02-26T13:24:40.042Z | Estimated space available: 148.87 GB |
134 | 2024-02-26T13:24:40.042Z | Estimated space to be consumed: 1.41 GB |
135 | 2024-02-26T13:24:40.042Z | Create boot environment: No |
136 | 2024-02-26T13:24:40.042Z | Create backup boot environment: No |
137 | 2024-02-26T13:24:40.042Z | Rebuild boot archive: No |
138 | 2024-02-26T13:24:40.042Z | |
139 | 2024-02-26T13:24:40.042Z | Changed mediators: |
140 | 2024-02-26T13:24:40.042Z | mediator clang: |
141 | 2024-02-26T13:24:40.042Z | version: None -> 15 (system default) |
142 | 2024-02-26T13:24:40.042Z | |
143 | 2024-02-26T13:24:40.042Z | mediator llvm: |
144 | 2024-02-26T13:24:40.042Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-26T13:24:40.042Z | |
146 | 2024-02-26T13:24:40.042Z | Changed packages: |
147 | 2024-02-26T13:24:40.042Z | helios-dev |
148 | 2024-02-26T13:24:40.042Z | developer/build-essential |
149 | 2024-02-26T13:24:40.042Z | None -> 11-2.0 |
150 | 2024-02-26T13:24:40.042Z | library/libxmlsec1 |
151 | 2024-02-26T13:24:40.042Z | None -> 1.2.35-2.0 |
152 | 2024-02-26T13:24:40.042Z | ooce/developer/clang-15 |
153 | 2024-02-26T13:24:40.043Z | None -> 15.0.7-2.0 |
154 | 2024-02-26T13:24:40.043Z | ooce/developer/llvm-15 |
155 | 2024-02-26T13:24:40.043Z | None -> 15.0.7-2.0 |
156 | 2024-02-26T13:24:40.043Z | |
157 | 2024-02-26T13:24:40.043Z | Services: |
158 | 2024-02-26T13:24:40.043Z | restart_fmri: |
159 | 2024-02-26T13:24:40.043Z | svc:/system/update-man-index:default |
160 | 2024-02-26T13:24:40.423Z | |
161 | 2024-02-26T13:24:40.423Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-26T13:24:47.476Z | Download: 213/3290 items 1.3/212.6MB 0% complete (748k/s) |
163 | 2024-02-26T13:24:52.073Z | Download: 1197/3290 items 72.2/212.6MB 33% complete (7.1M/s) |
164 | 2024-02-26T13:24:57.071Z | Download: 2168/3290 items 119.1/212.6MB 55% complete (11.8M/s) |
165 | 2024-02-26T13:25:02.512Z | Download: 3248/3290 items 197.5/212.6MB 92% complete (14.2M/s) |
166 | 2024-02-26T13:25:03.375Z | Download: Completed 212.60 MB in 22.95 seconds (9.3M/s) |
167 | 2024-02-26T13:25:03.547Z | Actions: 1/3689 actions (Installing new actions) |
168 | 2024-02-26T13:25:08.733Z | Actions: 3556/3689 actions (Installing new actions) |
169 | 2024-02-26T13:25:09.387Z | Actions: Completed 3689 actions in 5.84 seconds. |
170 | 2024-02-26T13:25:09.565Z | Done (0.174s) |
171 | 2024-02-26T13:25:09.565Z | Done (0.000s) |
172 | 2024-02-26T13:25:09.796Z | Done (0.231s) |
173 | 2024-02-26T13:25:16.488Z | Done (6.565s) |
174 | 2024-02-26T13:25:16.733Z | Done (0.170s) |
175 | 2024-02-26T13:25:16.736Z | Done (0.000s) |
176 | 2024-02-26T13:25:16.896Z | Done (0.000s) |
177 | 2024-02-26T13:25:17.426Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-26T13:25:17.634Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-02-26T13:25:17.640Z | Planning: Consolidating action changes ... Done |
180 | 2024-02-26T13:25:17.871Z | Planning: Evaluating mediators ... Done |
181 | 2024-02-26T13:25:17.877Z | Planning: Planning completed in 0.44 seconds |
182 | 2024-02-26T13:25:17.896Z | Mediators to change: 2 |
183 | 2024-02-26T13:25:17.896Z | Create boot environment: No |
184 | 2024-02-26T13:25:17.896Z | Create backup boot environment: No |
185 | 2024-02-26T13:25:17.981Z | Done |
186 | 2024-02-26T13:25:17.981Z | Done |
187 | 2024-02-26T13:25:18.119Z | Done |
188 | 2024-02-26T13:25:22.080Z | Done |
189 | 2024-02-26T13:25:22.177Z | Done |
190 | 2024-02-26T13:25:22.177Z | Done |
191 | 2024-02-26T13:25:22.389Z | Done |
192 | 2024-02-26T13:25:23.053Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-02-26T13:25:23.063Z | Planning: Merging actions ... Done |
194 | 2024-02-26T13:25:23.259Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-02-26T13:25:23.259Z | Planning: Consolidating action changes ... Done |
196 | 2024-02-26T13:25:23.520Z | Planning: Evaluating mediators ... Done |
197 | 2024-02-26T13:25:23.578Z | Planning: Planning completed in 0.81 seconds |
198 | 2024-02-26T13:25:23.633Z | Packages to change: 1 |
199 | 2024-02-26T13:25:23.633Z | Mediators to change: 1 |
200 | 2024-02-26T13:25:23.633Z | Services to change: 1 |
201 | 2024-02-26T13:25:23.645Z | Create boot environment: No |
202 | 2024-02-26T13:25:23.645Z | Create backup boot environment: Yes |
203 | 2024-02-26T13:25:25.499Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2024-02-26T13:25:25.622Z | Actions: Completed 6 actions in 0.12 seconds. |
205 | 2024-02-26T13:25:25.622Z | Done |
206 | 2024-02-26T13:25:25.622Z | Done |
207 | 2024-02-26T13:25:25.670Z | Done |
208 | 2024-02-26T13:25:29.540Z | Done |
209 | 2024-02-26T13:25:29.625Z | Done |
210 | 2024-02-26T13:25:29.633Z | Done |
211 | 2024-02-26T13:25:29.720Z | Done |
212 | 2024-02-26T13:25:30.164Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2024-02-26T13:25:30.164Z | clang system 15 system |
214 | 2024-02-26T13:25:30.164Z | csh system system illumos |
215 | 2024-02-26T13:25:30.164Z | ctags system system illumos |
216 | 2024-02-26T13:25:30.164Z | gcc vendor 12 vendor |
217 | 2024-02-26T13:25:30.164Z | gcc system 10 system |
218 | 2024-02-26T13:25:30.164Z | gcc system 7 system |
219 | 2024-02-26T13:25:30.164Z | go system 1.20 system |
220 | 2024-02-26T13:25:30.164Z | go system 1.19 system |
221 | 2024-02-26T13:25:30.164Z | llvm system 15 system |
222 | 2024-02-26T13:25:30.164Z | llvm system 14 system |
223 | 2024-02-26T13:25:30.164Z | mariadb system 10.6 system |
224 | 2024-02-26T13:25:30.164Z | mta vendor vendor dma |
225 | 2024-02-26T13:25:30.164Z | openjdk system 17 system |
226 | 2024-02-26T13:25:30.164Z | openjdk system 11 system |
227 | 2024-02-26T13:25:30.165Z | openjdk system 1.8 system |
228 | 2024-02-26T13:25:30.165Z | openssl vendor 3 vendor |
229 | 2024-02-26T13:25:30.165Z | perl system 5.36 system |
230 | 2024-02-26T13:25:30.165Z | postgresql system 15 system |
231 | 2024-02-26T13:25:30.165Z | postgresql system 13 system |
232 | 2024-02-26T13:25:30.165Z | python vendor 3 vendor |
233 | 2024-02-26T13:25:30.165Z | python system 2 system |
234 | 2024-02-26T13:25:30.165Z | python3 system 3.11 system |
235 | 2024-02-26T13:25:30.165Z | ruby system 3.0 system |
236 | 2024-02-26T13:25:30.165Z | words vendor vendor american-english |
237 | 2024-02-26T13:25:30.165Z | words system system australian-english |
238 | 2024-02-26T13:25:30.165Z | words system system british-english |
239 | 2024-02-26T13:25:30.165Z | words system system canadian-english |
240 | 2024-02-26T13:25:30.165Z | words system system french |
241 | 2024-02-26T13:25:30.165Z | words system system italian |
242 | 2024-02-26T13:25:30.165Z | words system system ngerman |
243 | 2024-02-26T13:25:30.165Z | words system system ogerman |
244 | 2024-02-26T13:25:30.165Z | words system system spanish |
245 | 2024-02-26T13:25:30.503Z | FMRI IFO |
246 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-02-26T13:25:30.503Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-02-26T13:25:30.555Z | + set -o errexit |
255 | 2024-02-26T13:25:30.559Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-02-26T13:25:30.559Z | ++ cd ./tools |
257 | 2024-02-26T13:25:30.559Z | ++ pwd |
258 | 2024-02-26T13:25:30.564Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-02-26T13:25:30.564Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-02-26T13:25:30.564Z | + ARG0=ci_download_cockroachdb |
261 | 2024-02-26T13:25:30.564Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-02-26T13:25:30.568Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-02-26T13:25:30.568Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-02-26T13:25:30.568Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-02-26T13:25:30.568Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-02-26T13:25:30.568Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-02-26T13:25:30.568Z | + TARGET_DIR=out |
268 | 2024-02-26T13:25:30.568Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-02-26T13:25:30.568Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-02-26T13:25:30.568Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-02-26T13:25:30.568Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-02-26T13:25:30.568Z | + main |
273 | 2024-02-26T13:25:30.568Z | + [[ 0 != 0 ]] |
274 | 2024-02-26T13:25:30.568Z | + CIDL_OS=solaris2.11 |
275 | 2024-02-26T13:25:30.568Z | + [[ 0 != 0 ]] |
276 | 2024-02-26T13:25:30.568Z | + configure_os solaris2.11 |
277 | 2024-02-26T13:25:30.568Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-02-26T13:25:30.568Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-02-26T13:25:30.568Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-02-26T13:25:30.568Z | configuring based on OS: "solaris2.11" |
281 | 2024-02-26T13:25:30.568Z | + case "$1" in |
282 | 2024-02-26T13:25:30.569Z | + CIDL_BUILD=illumos |
283 | 2024-02-26T13:25:30.569Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-02-26T13:25:30.569Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-02-26T13:25:30.569Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-02-26T13:25:30.569Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-02-26T13:25:30.569Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-02-26T13:25:30.569Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-26T13:25:30.569Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-26T13:25:30.569Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-02-26T13:25:30.569Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-26T13:25:30.569Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-02-26T13:25:30.569Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-02-26T13:25:30.569Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-02-26T13:25:30.569Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-26T13:25:30.569Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-26T13:25:30.569Z | + mkdir -p out/downloads |
298 | 2024-02-26T13:25:30.569Z | + mkdir -p ./out/cockroachdb |
299 | 2024-02-26T13:25:30.573Z | + local DO_DOWNLOAD=true |
300 | 2024-02-26T13:25:30.573Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-02-26T13:25:30.573Z | + '[' true == true ']' |
302 | 2024-02-26T13:25:30.573Z | + echo Downloading... |
303 | 2024-02-26T13:25:30.573Z | Downloading... |
304 | 2024-02-26T13:25:30.573Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-26T13:25:30.573Z | + 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 |
306 | 2024-02-26T13:25:34.390Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-02-26T13:25:34.401Z | ++ sha256sum |
308 | 2024-02-26T13:25:34.401Z | ++ awk '{print $1}' |
309 | 2024-02-26T13:25:34.518Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-02-26T13:25:34.518Z | + [[ 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 ]] |
311 | 2024-02-26T13:25:34.518Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-26T13:25:34.525Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-02-26T13:25:36.694Z | + do_assemble_illumos |
314 | 2024-02-26T13:25:36.694Z | + rm -r ./out/cockroachdb |
315 | 2024-02-26T13:25:36.697Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-02-26T13:25:37.120Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-02-26T13:25:37.394Z | Build Tag: v22.1.9-dirty |
318 | 2024-02-26T13:25:37.394Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-02-26T13:25:37.394Z | Distribution: OSS |
320 | 2024-02-26T13:25:37.394Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-02-26T13:25:37.394Z | Go Version: go1.17.13 |
322 | 2024-02-26T13:25:37.394Z | C Compiler: gcc 10.3.0 |
323 | 2024-02-26T13:25:37.394Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-02-26T13:25:37.394Z | Build Type: release |
325 | 2024-02-26T13:25:37.413Z | + set -o errexit |
326 | 2024-02-26T13:25:37.418Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-02-26T13:25:37.422Z | ++ cd ./tools |
328 | 2024-02-26T13:25:37.422Z | ++ pwd |
329 | 2024-02-26T13:25:37.422Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-02-26T13:25:37.422Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-02-26T13:25:37.422Z | + ARG0=ci_download_clickhouse |
332 | 2024-02-26T13:25:37.422Z | + TARGET_DIR=out |
333 | 2024-02-26T13:25:37.422Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-02-26T13:25:37.422Z | + DEST_DIR=./out/clickhouse |
335 | 2024-02-26T13:25:37.422Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-02-26T13:25:37.428Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2024-02-26T13:25:37.428Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-02-26T13:25:37.428Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2024-02-26T13:25:37.428Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2024-02-26T13:25:37.428Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-26T13:25:37.428Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-02-26T13:25:37.428Z | + main |
343 | 2024-02-26T13:25:37.428Z | + [[ 0 != 0 ]] |
344 | 2024-02-26T13:25:37.428Z | + CIDL_OS=solaris2.11 |
345 | 2024-02-26T13:25:37.428Z | + [[ 0 != 0 ]] |
346 | 2024-02-26T13:25:37.428Z | + configure_os solaris2.11 |
347 | 2024-02-26T13:25:37.428Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-02-26T13:25:37.429Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-02-26T13:25:37.429Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-02-26T13:25:37.429Z | + CIDL_DASHREV= |
351 | 2024-02-26T13:25:37.429Z | + case "$1" in |
352 | 2024-02-26T13:25:37.429Z | configuring based on OS: "solaris2.11" |
353 | 2024-02-26T13:25:37.429Z | + CIDL_PLATFORM=illumos |
354 | 2024-02-26T13:25:37.429Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-26T13:25:37.429Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-02-26T13:25:37.429Z | + CIDL_DASHREV=-1 |
357 | 2024-02-26T13:25:37.429Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2024-02-26T13:25:37.429Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-26T13:25:37.429Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-26T13:25:37.429Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-26T13:25:37.429Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2024-02-26T13:25:37.429Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2024-02-26T13:25:37.429Z | + mkdir -p out/downloads |
364 | 2024-02-26T13:25:37.429Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-26T13:25:37.429Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-26T13:25:37.429Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-26T13:25:37.891Z | + local DO_DOWNLOAD=true |
368 | 2024-02-26T13:25:37.891Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2024-02-26T13:25:37.891Z | + '[' true == true ']' |
370 | 2024-02-26T13:25:37.891Z | + echo Downloading... |
371 | 2024-02-26T13:25:37.892Z | Downloading... |
372 | 2024-02-26T13:25:37.892Z | + 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 |
373 | 2024-02-26T13:25:37.892Z | + 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 |
374 | 2024-02-26T13:25:38.977Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-26T13:25:38.982Z | ++ md5sum |
376 | 2024-02-26T13:25:38.982Z | ++ awk '{print $1}' |
377 | 2024-02-26T13:25:39.158Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2024-02-26T13:25:39.158Z | + [[ 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 ]] |
379 | 2024-02-26T13:25:39.158Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2024-02-26T13:25:39.161Z | + mkdir -p ./out/clickhouse |
381 | 2024-02-26T13:25:39.161Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-02-26T13:25:42.279Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-02-26T13:25:42.320Z | ClickHouse server version 22.8.9.1. |
384 | 2024-02-26T13:25:42.339Z | + set -o errexit |
385 | 2024-02-26T13:25:42.342Z | +++ dirname ./tools/ci_download_console |
386 | 2024-02-26T13:25:42.342Z | ++ cd ./tools |
387 | 2024-02-26T13:25:42.342Z | ++ pwd |
388 | 2024-02-26T13:25:42.342Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-02-26T13:25:42.356Z | ++ basename ./tools/ci_download_console |
390 | 2024-02-26T13:25:42.356Z | + ARG0=ci_download_console |
391 | 2024-02-26T13:25:42.356Z | + TARGET_DIR=out |
392 | 2024-02-26T13:25:42.356Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-02-26T13:25:42.356Z | + DEST_DIR=./out/console-assets |
394 | 2024-02-26T13:25:42.356Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-02-26T13:25:42.356Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
396 | 2024-02-26T13:25:42.356Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
397 | 2024-02-26T13:25:42.357Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-26T13:25:42.357Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-02-26T13:25:42.357Z | + main |
400 | 2024-02-26T13:25:42.357Z | + [[ 0 != 0 ]] |
401 | 2024-02-26T13:25:42.357Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
402 | 2024-02-26T13:25:42.358Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
403 | 2024-02-26T13:25:42.358Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-02-26T13:25:42.358Z | Local file: out/downloads/console.tar.gz |
405 | 2024-02-26T13:25:42.358Z | + local DO_DOWNLOAD=true |
406 | 2024-02-26T13:25:42.358Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-02-26T13:25:42.358Z | + mkdir -p out/downloads |
408 | 2024-02-26T13:25:42.385Z | + '[' true == true ']' |
409 | 2024-02-26T13:25:42.385Z | + echo Downloading... |
410 | 2024-02-26T13:25:42.385Z | Downloading... |
411 | 2024-02-26T13:25:42.385Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
412 | 2024-02-26T13:25:42.386Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
413 | 2024-02-26T13:25:43.163Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-02-26T13:25:43.169Z | ++ case "$OSTYPE" in |
415 | 2024-02-26T13:25:43.169Z | ++ SHA=sha256sum |
416 | 2024-02-26T13:25:43.169Z | ++ sha256sum |
417 | 2024-02-26T13:25:43.169Z | ++ awk '{print $1}' |
418 | 2024-02-26T13:25:43.172Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
419 | 2024-02-26T13:25:43.172Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
420 | 2024-02-26T13:25:43.173Z | + rm -rf ./out/console-assets |
421 | 2024-02-26T13:25:43.176Z | + mkdir -p ./out/console-assets |
422 | 2024-02-26T13:25:43.176Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-02-26T13:25:43.176Z | + mkdir -p ./out/console-assets |
424 | 2024-02-26T13:25:43.181Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-02-26T13:25:43.276Z | + set -o errexit |
426 | 2024-02-26T13:25:43.288Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-02-26T13:25:43.288Z | ++ cd ./tools |
428 | 2024-02-26T13:25:43.288Z | ++ pwd |
429 | 2024-02-26T13:25:43.288Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-02-26T13:25:43.288Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-02-26T13:25:43.288Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-02-26T13:25:43.289Z | + TARGET_DIR=out |
433 | 2024-02-26T13:25:43.289Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-02-26T13:25:43.289Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-02-26T13:25:43.289Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
436 | 2024-02-26T13:25:43.289Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-02-26T13:25:43.290Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
438 | 2024-02-26T13:25:43.290Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-02-26T13:25:43.290Z | + main |
440 | 2024-02-26T13:25:43.290Z | + [[ 0 != 0 ]] |
441 | 2024-02-26T13:25:43.290Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
442 | 2024-02-26T13:25:43.290Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
443 | 2024-02-26T13:25:43.291Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
444 | 2024-02-26T13:25:43.291Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
445 | 2024-02-26T13:25:43.291Z | + local DO_DOWNLOAD=true |
446 | 2024-02-26T13:25:43.291Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
447 | 2024-02-26T13:25:43.291Z | + mkdir -p out/downloads |
448 | 2024-02-26T13:25:43.292Z | + '[' true == true ']' |
449 | 2024-02-26T13:25:43.292Z | + echo Downloading... |
450 | 2024-02-26T13:25:43.292Z | Downloading... |
451 | 2024-02-26T13:25:43.292Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
452 | 2024-02-26T13:25:43.293Z | + 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 |
453 | 2024-02-26T13:25:43.560Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
454 | 2024-02-26T13:25:43.560Z | ++ case "$OSTYPE" in |
455 | 2024-02-26T13:25:43.567Z | ++ SHA=sha256sum |
456 | 2024-02-26T13:25:43.567Z | ++ sha256sum |
457 | 2024-02-26T13:25:43.567Z | ++ awk '{print $1}' |
458 | 2024-02-26T13:25:43.567Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
459 | 2024-02-26T13:25:43.567Z | + [[ 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 ]] |
460 | 2024-02-26T13:25:43.567Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-02-26T13:25:43.567Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
462 | 2024-02-26T13:25:43.567Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
463 | 2024-02-26T13:25:43.567Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
464 | 2024-02-26T13:25:43.567Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-02-26T13:25:43.567Z | + main |
466 | 2024-02-26T13:25:43.567Z | + [[ 0 != 0 ]] |
467 | 2024-02-26T13:25:43.567Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
468 | 2024-02-26T13:25:43.567Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
469 | 2024-02-26T13:25:43.567Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
470 | 2024-02-26T13:25:43.567Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
471 | 2024-02-26T13:25:43.567Z | + local DO_DOWNLOAD=true |
472 | 2024-02-26T13:25:43.568Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
473 | 2024-02-26T13:25:43.568Z | + mkdir -p out/downloads |
474 | 2024-02-26T13:25:43.568Z | + '[' true == true ']' |
475 | 2024-02-26T13:25:43.568Z | + echo Downloading... |
476 | 2024-02-26T13:25:43.568Z | Downloading... |
477 | 2024-02-26T13:25:43.568Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
478 | 2024-02-26T13:25:43.568Z | + 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 |
479 | 2024-02-26T13:25:43.700Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
480 | 2024-02-26T13:25:43.703Z | ++ case "$OSTYPE" in |
481 | 2024-02-26T13:25:43.703Z | ++ SHA=sha256sum |
482 | 2024-02-26T13:25:43.704Z | ++ sha256sum |
483 | 2024-02-26T13:25:43.704Z | ++ awk '{print $1}' |
484 | 2024-02-26T13:25:43.707Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
485 | 2024-02-26T13:25:43.707Z | + [[ 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 ]] |
486 | 2024-02-26T13:25:43.713Z | + set -o errexit |
487 | 2024-02-26T13:25:43.715Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-02-26T13:25:43.718Z | ++ cd ./tools |
489 | 2024-02-26T13:25:43.719Z | ++ pwd |
490 | 2024-02-26T13:25:43.719Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-02-26T13:25:43.719Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-02-26T13:25:43.722Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-02-26T13:25:43.722Z | + TARGET_DIR=out |
494 | 2024-02-26T13:25:43.722Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-02-26T13:25:43.722Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-02-26T13:25:43.722Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
497 | 2024-02-26T13:25:43.722Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
498 | 2024-02-26T13:25:43.722Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-26T13:25:43.722Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-26T13:25:43.722Z | + main |
501 | 2024-02-26T13:25:43.722Z | + [[ 0 != 0 ]] |
502 | 2024-02-26T13:25:43.722Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
503 | 2024-02-26T13:25:43.722Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
504 | 2024-02-26T13:25:43.722Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
505 | 2024-02-26T13:25:43.722Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
506 | 2024-02-26T13:25:43.722Z | + local DO_DOWNLOAD=true |
507 | 2024-02-26T13:25:43.722Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
508 | 2024-02-26T13:25:43.722Z | + mkdir -p out/downloads |
509 | 2024-02-26T13:25:43.722Z | + '[' true == true ']' |
510 | 2024-02-26T13:25:43.722Z | + echo Downloading... |
511 | 2024-02-26T13:25:43.722Z | Downloading... |
512 | 2024-02-26T13:25:43.722Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
513 | 2024-02-26T13:25:43.723Z | + 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 |
514 | 2024-02-26T13:25:43.835Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
515 | 2024-02-26T13:25:43.835Z | ++ case "$OSTYPE" in |
516 | 2024-02-26T13:25:43.839Z | ++ SHA=sha256sum |
517 | 2024-02-26T13:25:43.839Z | ++ sha256sum |
518 | 2024-02-26T13:25:43.839Z | ++ awk '{print $1}' |
519 | 2024-02-26T13:25:43.842Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-26T13:25:43.842Z | + [[ 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 ]] |
521 | 2024-02-26T13:25:43.848Z | + set -o errexit |
522 | 2024-02-26T13:25:43.851Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-02-26T13:25:43.854Z | ++ cd ./tools |
524 | 2024-02-26T13:25:43.854Z | ++ pwd |
525 | 2024-02-26T13:25:43.854Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-02-26T13:25:43.854Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-02-26T13:25:43.854Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-02-26T13:25:43.854Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-02-26T13:25:43.854Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
530 | 2024-02-26T13:25:43.854Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
531 | 2024-02-26T13:25:43.858Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
532 | 2024-02-26T13:25:43.858Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-02-26T13:25:43.858Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
534 | 2024-02-26T13:25:43.858Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
535 | 2024-02-26T13:25:43.858Z | + TARGET_DIR=out |
536 | 2024-02-26T13:25:43.858Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-02-26T13:25:43.858Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-02-26T13:25:43.858Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-02-26T13:25:43.858Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-02-26T13:25:43.858Z | + REPO=oxidecomputer/dendrite |
541 | 2024-02-26T13:25:43.859Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
542 | 2024-02-26T13:25:43.859Z | + main |
543 | 2024-02-26T13:25:43.859Z | + [[ 0 != 0 ]] |
544 | 2024-02-26T13:25:43.859Z | + CIDL_OS=solaris2.11 |
545 | 2024-02-26T13:25:43.859Z | + [[ 0 != 0 ]] |
546 | 2024-02-26T13:25:43.859Z | + configure_os solaris2.11 |
547 | 2024-02-26T13:25:43.859Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-02-26T13:25:43.859Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-02-26T13:25:43.859Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-02-26T13:25:43.859Z | + case "$1" in |
551 | 2024-02-26T13:25:43.859Z | configuring based on OS: "solaris2.11" |
552 | 2024-02-26T13:25:43.859Z | + SET_BINARIES= |
553 | 2024-02-26T13:25:43.859Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
554 | 2024-02-26T13:25:43.859Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-02-26T13:25:43.859Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-02-26T13:25:43.859Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-26T13:25:43.859Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-26T13:25:43.859Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
559 | 2024-02-26T13:25:43.859Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2024-02-26T13:25:43.859Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-26T13:25:43.859Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-26T13:25:43.859Z | + mkdir -p out/downloads |
563 | 2024-02-26T13:25:43.859Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-02-26T13:25:43.866Z | + fetch_and_verify |
565 | 2024-02-26T13:25:43.866Z | + local DO_DOWNLOAD=true |
566 | 2024-02-26T13:25:43.866Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-02-26T13:25:43.866Z | + '[' true == true ']' |
568 | 2024-02-26T13:25:43.866Z | + echo Downloading... |
569 | 2024-02-26T13:25:43.866Z | Downloading... |
570 | 2024-02-26T13:25:43.866Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-02-26T13:25:43.866Z | + 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 |
572 | 2024-02-26T13:25:51.758Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-26T13:25:51.785Z | ++ sha256sum |
574 | 2024-02-26T13:25:51.785Z | ++ awk '{print $1}' |
575 | 2024-02-26T13:25:51.807Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
576 | 2024-02-26T13:25:51.807Z | + [[ 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 ]] |
577 | 2024-02-26T13:25:51.807Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-26T13:25:51.807Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-02-26T13:25:52.478Z | + do_assemble |
580 | 2024-02-26T13:25:52.479Z | + rm -r ./out/dendrite-stub |
581 | 2024-02-26T13:25:52.482Z | + mkdir ./out/dendrite-stub |
582 | 2024-02-26T13:25:52.482Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-02-26T13:25:52.571Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-02-26T13:25:52.581Z | + set -o errexit |
585 | 2024-02-26T13:25:52.584Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-02-26T13:25:52.587Z | ++ cd ./tools |
587 | 2024-02-26T13:25:52.588Z | ++ pwd |
588 | 2024-02-26T13:25:52.588Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-02-26T13:25:52.588Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-02-26T13:25:52.588Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-02-26T13:25:52.588Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-02-26T13:25:52.588Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
593 | 2024-02-26T13:25:52.588Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
594 | 2024-02-26T13:25:52.588Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-02-26T13:25:52.588Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
596 | 2024-02-26T13:25:52.588Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
597 | 2024-02-26T13:25:52.588Z | + TARGET_DIR=out |
598 | 2024-02-26T13:25:52.588Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-02-26T13:25:52.588Z | + DEST_DIR=./out/mgd |
600 | 2024-02-26T13:25:52.588Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-02-26T13:25:52.588Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-02-26T13:25:52.588Z | + REPO=oxidecomputer/maghemite |
603 | 2024-02-26T13:25:52.588Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
604 | 2024-02-26T13:25:52.592Z | + main |
605 | 2024-02-26T13:25:52.592Z | + [[ 0 != 0 ]] |
606 | 2024-02-26T13:25:52.592Z | + CIDL_OS=solaris2.11 |
607 | 2024-02-26T13:25:52.592Z | + [[ 0 != 0 ]] |
608 | 2024-02-26T13:25:52.592Z | + configure_os solaris2.11 |
609 | 2024-02-26T13:25:52.592Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-02-26T13:25:52.592Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-02-26T13:25:52.592Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-02-26T13:25:52.592Z | + case "$1" in |
613 | 2024-02-26T13:25:52.592Z | + SET_BINARIES= |
614 | 2024-02-26T13:25:52.592Z | configuring based on OS: "solaris2.11" |
615 | 2024-02-26T13:25:52.592Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-02-26T13:25:52.592Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-02-26T13:25:52.592Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
618 | 2024-02-26T13:25:52.592Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
619 | 2024-02-26T13:25:52.592Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2024-02-26T13:25:52.592Z | Local file: out/downloads/mgd.tar.gz |
621 | 2024-02-26T13:25:52.592Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
622 | 2024-02-26T13:25:52.592Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2024-02-26T13:25:52.592Z | + mkdir -p out/downloads |
624 | 2024-02-26T13:25:52.592Z | + mkdir -p ./out/mgd |
625 | 2024-02-26T13:25:52.593Z | + fetch_and_verify |
626 | 2024-02-26T13:25:52.593Z | + local DO_DOWNLOAD=true |
627 | 2024-02-26T13:25:52.596Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-02-26T13:25:52.596Z | + '[' true == true ']' |
629 | 2024-02-26T13:25:52.596Z | + echo Downloading... |
630 | 2024-02-26T13:25:52.596Z | Downloading... |
631 | 2024-02-26T13:25:52.596Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-02-26T13:25:52.596Z | + 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 |
633 | 2024-02-26T13:26:00.780Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-02-26T13:26:00.785Z | ++ sha256sum |
635 | 2024-02-26T13:26:00.785Z | ++ awk '{print $1}' |
636 | 2024-02-26T13:26:00.801Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
637 | 2024-02-26T13:26:00.805Z | + [[ 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 ]] |
638 | 2024-02-26T13:26:00.805Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-02-26T13:26:00.805Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-02-26T13:26:01.245Z | + do_assemble |
641 | 2024-02-26T13:26:01.245Z | + rm -r ./out/mgd |
642 | 2024-02-26T13:26:01.248Z | + mkdir ./out/mgd |
643 | 2024-02-26T13:26:01.249Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-02-26T13:26:01.411Z | + set -o errexit |
645 | 2024-02-26T13:26:01.424Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-02-26T13:26:01.424Z | ++ cd ./tools |
647 | 2024-02-26T13:26:01.424Z | ++ pwd |
648 | 2024-02-26T13:26:01.424Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-02-26T13:26:01.424Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-02-26T13:26:01.425Z | + ARG0=ci_download_transceiver_control |
651 | 2024-02-26T13:26:01.425Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-02-26T13:26:01.425Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-02-26T13:26:01.425Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-02-26T13:26:01.425Z | + TARGET_DIR=out |
655 | 2024-02-26T13:26:01.425Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-02-26T13:26:01.425Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-02-26T13:26:01.425Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-02-26T13:26:01.425Z | + BINARY=xcvradm |
659 | 2024-02-26T13:26:01.425Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-02-26T13:26:01.425Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-02-26T13:26:01.425Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-02-26T13:26:01.425Z | + main |
663 | 2024-02-26T13:26:01.425Z | + [[ 0 != 0 ]] |
664 | 2024-02-26T13:26:01.425Z | + CIDL_OS=solaris2.11 |
665 | 2024-02-26T13:26:01.425Z | + [[ 0 != 0 ]] |
666 | 2024-02-26T13:26:01.425Z | + configure_os solaris2.11 |
667 | 2024-02-26T13:26:01.425Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-02-26T13:26:01.425Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2024-02-26T13:26:01.425Z | + case "$1" in |
670 | 2024-02-26T13:26:01.425Z | + SET_BINARIES= |
671 | 2024-02-26T13:26:01.425Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-02-26T13:26:01.425Z | configuring based on OS: "solaris2.11" |
673 | 2024-02-26T13:26:01.425Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-26T13:26:01.425Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-02-26T13:26:01.426Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-02-26T13:26:01.426Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-26T13:26:01.426Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-02-26T13:26:01.426Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-02-26T13:26:01.426Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2024-02-26T13:26:01.426Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-02-26T13:26:01.426Z | Local file: out/downloads/xcvradm.gz |
682 | 2024-02-26T13:26:01.426Z | + mkdir -p out/downloads |
683 | 2024-02-26T13:26:01.426Z | + mkdir -p ./out/transceiver-control |
684 | 2024-02-26T13:26:01.426Z | + fetch_and_verify |
685 | 2024-02-26T13:26:01.426Z | + local DO_DOWNLOAD=true |
686 | 2024-02-26T13:26:01.426Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-02-26T13:26:01.426Z | + '[' true == true ']' |
688 | 2024-02-26T13:26:01.426Z | + echo Downloading... |
689 | 2024-02-26T13:26:01.426Z | Downloading... |
690 | 2024-02-26T13:26:01.426Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-02-26T13:26:01.426Z | + 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 |
692 | 2024-02-26T13:26:02.660Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-02-26T13:26:02.664Z | ++ sha256sum |
694 | 2024-02-26T13:26:02.664Z | ++ awk '{print $1}' |
695 | 2024-02-26T13:26:02.668Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-02-26T13:26:02.672Z | + [[ 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 ]] |
697 | 2024-02-26T13:26:02.672Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-02-26T13:26:02.672Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-02-26T13:26:02.672Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-02-26T13:26:02.796Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-02-26T13:26:02.816Z | + do_assemble |
702 | 2024-02-26T13:26:02.816Z | + rm -r ./out/transceiver-control |
703 | 2024-02-26T13:26:02.816Z | + mkdir ./out/transceiver-control |
704 | 2024-02-26T13:26:02.816Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-02-26T13:26:03.186Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2024-02-26T13:26:03.195Z | |
707 | 2024-02-26T13:26:03.195Z | real 1:40.724881764 |
708 | 2024-02-26T13:26:03.195Z | user 34.745161464 |
709 | 2024-02-26T13:26:03.195Z | sys 6.412669737 |
710 | 2024-02-26T13:26:03.195Z | trap 0.007890936 |
711 | 2024-02-26T13:26:03.195Z | tflt 0.148624345 |
712 | 2024-02-26T13:26:03.195Z | dflt 0.542606805 |
713 | 2024-02-26T13:26:03.195Z | kflt 0.161180673 |
714 | 2024-02-26T13:26:03.195Z | lock 1.854155083 |
715 | 2024-02-26T13:26:03.195Z | slp 3:18.669825627 |
716 | 2024-02-26T13:26:03.196Z | lat 1.863226290 |
717 | 2024-02-26T13:26:03.196Z | stop 0.122752960 |
718 | 2024-02-26T13:26:03.196Z | |
719 | 2024-02-26T13:26:03.196Z | #### # # ##### ##### # # |
720 | 2024-02-26T13:26:03.196Z | # # # # # # # # # # |
721 | 2024-02-26T13:26:03.196Z | # # # # # # # # |
722 | 2024-02-26T13:26:03.196Z | # # # ##### ##### # |
723 | 2024-02-26T13:26:03.196Z | # # # # # # # |
724 | 2024-02-26T13:26:03.196Z | #### ###### # # # # |
725 | 2024-02-26T13:26:03.196Z | |
726 | 2024-02-26T13:26:03.402Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-26T13:26:03.851Z | Updating git repository `https://github.com/oxidecomputer/samael` |
728 | 2024-02-26T13:26:04.389Z | Updating crates.io index |
729 | 2024-02-26T13:26:04.392Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-02-26T13:26:05.256Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-02-26T13:26:07.010Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-02-26T13:26:07.503Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-02-26T13:26:07.906Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-02-26T13:26:08.315Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-02-26T13:26:08.723Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-02-26T13:26:09.660Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-02-26T13:26:11.788Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-02-26T13:26:12.673Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-02-26T13:26:13.016Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-02-26T13:26:13.567Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-02-26T13:26:13.849Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-02-26T13:26:14.142Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-02-26T13:26:14.453Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-02-26T13:26:14.823Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-02-26T13:26:15.309Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-02-26T13:26:15.609Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-02-26T13:26:16.075Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-02-26T13:26:16.466Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-02-26T13:26:17.144Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-02-26T13:26:18.151Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-02-26T13:26:18.535Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-02-26T13:26:20.082Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-02-26T13:26:20.761Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-02-26T13:26:21.064Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-02-26T13:26:22.500Z | Downloading crates ... |
756 | 2024-02-26T13:26:22.681Z | Downloaded camino v1.1.6 |
757 | 2024-02-26T13:26:22.687Z | Downloaded clap_lex v0.7.0 |
758 | 2024-02-26T13:26:22.698Z | Downloaded equivalent v1.0.1 |
759 | 2024-02-26T13:26:22.709Z | Downloaded colorchoice v1.0.0 |
760 | 2024-02-26T13:26:22.714Z | Downloaded heck v0.4.1 |
761 | 2024-02-26T13:26:22.731Z | Downloaded anstyle-query v1.0.0 |
762 | 2024-02-26T13:26:22.731Z | Downloaded toml_datetime v0.6.5 |
763 | 2024-02-26T13:26:22.731Z | Downloaded strsim v0.11.0 |
764 | 2024-02-26T13:26:22.731Z | Downloaded utf8parse v0.2.1 |
765 | 2024-02-26T13:26:22.731Z | Downloaded serde_spanned v0.6.5 |
766 | 2024-02-26T13:26:22.731Z | Downloaded thiserror v1.0.57 |
767 | 2024-02-26T13:26:22.731Z | Downloaded terminal_size v0.3.0 |
768 | 2024-02-26T13:26:22.732Z | Downloaded itoa v1.0.9 |
769 | 2024-02-26T13:26:22.732Z | Downloaded anstyle v1.0.2 |
770 | 2024-02-26T13:26:22.732Z | Downloaded thiserror-impl v1.0.57 |
771 | 2024-02-26T13:26:22.732Z | Downloaded quote v1.0.35 |
772 | 2024-02-26T13:26:22.783Z | Downloaded semver v1.0.22 |
773 | 2024-02-26T13:26:22.783Z | Downloaded anstream v0.6.11 |
774 | 2024-02-26T13:26:22.783Z | Downloaded errno v0.3.8 |
775 | 2024-02-26T13:26:22.783Z | Downloaded cargo-platform v0.1.3 |
776 | 2024-02-26T13:26:22.783Z | Downloaded cargo_metadata v0.18.1 |
777 | 2024-02-26T13:26:22.783Z | Downloaded winnow v0.6.1 |
778 | 2024-02-26T13:26:22.784Z | Downloaded bitflags v2.4.0 |
779 | 2024-02-26T13:26:22.784Z | Downloaded anstyle-parse v0.2.1 |
780 | 2024-02-26T13:26:22.784Z | Downloaded clap_derive v4.5.0 |
781 | 2024-02-26T13:26:22.784Z | Downloaded proc-macro2 v1.0.78 |
782 | 2024-02-26T13:26:22.784Z | Downloaded cargo_toml v0.19.0 |
783 | 2024-02-26T13:26:22.784Z | Downloaded anyhow v1.0.75 |
784 | 2024-02-26T13:26:22.784Z | Downloaded clap v4.5.0 |
785 | 2024-02-26T13:26:22.797Z | Downloaded toml v0.8.10 |
786 | 2024-02-26T13:26:22.797Z | Downloaded unicode-ident v1.0.12 |
787 | 2024-02-26T13:26:22.797Z | Downloaded serde_derive v1.0.196 |
788 | 2024-02-26T13:26:22.797Z | Downloaded serde v1.0.196 |
789 | 2024-02-26T13:26:22.797Z | Downloaded indexmap v2.2.3 |
790 | 2024-02-26T13:26:22.797Z | Downloaded memchr v2.6.3 |
791 | 2024-02-26T13:26:22.797Z | Downloaded ryu v1.0.15 |
792 | 2024-02-26T13:26:22.797Z | Downloaded toml_edit v0.22.6 |
793 | 2024-02-26T13:26:22.811Z | Downloaded hashbrown v0.14.3 |
794 | 2024-02-26T13:26:22.817Z | Downloaded serde_json v1.0.114 |
795 | 2024-02-26T13:26:22.824Z | Downloaded clap_builder v4.5.0 |
796 | 2024-02-26T13:26:22.834Z | Downloaded syn v2.0.48 |
797 | 2024-02-26T13:26:22.847Z | Downloaded rustix v0.38.31 |
798 | 2024-02-26T13:26:22.878Z | Downloaded libc v0.2.153 |
799 | 2024-02-26T13:26:23.094Z | Compiling proc-macro2 v1.0.78 |
800 | 2024-02-26T13:26:23.094Z | Compiling unicode-ident v1.0.12 |
801 | 2024-02-26T13:26:23.094Z | Compiling serde v1.0.196 |
802 | 2024-02-26T13:26:23.094Z | Compiling libc v0.2.153 |
803 | 2024-02-26T13:26:23.106Z | Compiling rustix v0.38.31 |
804 | 2024-02-26T13:26:23.106Z | Compiling hashbrown v0.14.3 |
805 | 2024-02-26T13:26:23.142Z | Compiling utf8parse v0.2.1 |
806 | 2024-02-26T13:26:23.172Z | Compiling bitflags v2.4.0 |
807 | 2024-02-26T13:26:23.337Z | Compiling equivalent v1.0.1 |
808 | 2024-02-26T13:26:23.424Z | Compiling anstyle-parse v0.2.1 |
809 | 2024-02-26T13:26:23.580Z | Compiling thiserror v1.0.57 |
810 | 2024-02-26T13:26:23.702Z | Compiling semver v1.0.22 |
811 | 2024-02-26T13:26:24.148Z | Compiling indexmap v2.2.3 |
812 | 2024-02-26T13:26:24.167Z | Compiling colorchoice v1.0.0 |
813 | 2024-02-26T13:26:24.278Z | Compiling anstyle v1.0.2 |
814 | 2024-02-26T13:26:24.564Z | Compiling camino v1.1.6 |
815 | 2024-02-26T13:26:25.061Z | Compiling serde_json v1.0.114 |
816 | 2024-02-26T13:26:25.104Z | Compiling anstyle-query v1.0.0 |
817 | 2024-02-26T13:26:25.119Z | Compiling winnow v0.6.1 |
818 | 2024-02-26T13:26:25.194Z | Compiling anstream v0.6.11 |
819 | 2024-02-26T13:26:25.323Z | Compiling clap_lex v0.7.0 |
820 | 2024-02-26T13:26:25.342Z | Compiling itoa v1.0.9 |
821 | 2024-02-26T13:26:25.407Z | Compiling heck v0.4.1 |
822 | 2024-02-26T13:26:25.429Z | Compiling anyhow v1.0.75 |
823 | 2024-02-26T13:26:25.557Z | Compiling strsim v0.11.0 |
824 | 2024-02-26T13:26:25.855Z | Compiling ryu v1.0.15 |
825 | 2024-02-26T13:26:26.121Z | Compiling quote v1.0.35 |
826 | 2024-02-26T13:26:26.467Z | Compiling syn v2.0.48 |
827 | 2024-02-26T13:26:26.550Z | Compiling errno v0.3.8 |
828 | 2024-02-26T13:26:27.486Z | Compiling terminal_size v0.3.0 |
829 | 2024-02-26T13:26:27.589Z | Compiling clap_builder v4.5.0 |
830 | 2024-02-26T13:26:35.978Z | Compiling serde_derive v1.0.196 |
831 | 2024-02-26T13:26:35.978Z | Compiling thiserror-impl v1.0.57 |
832 | 2024-02-26T13:26:36.053Z | Compiling clap_derive v4.5.0 |
833 | 2024-02-26T13:26:36.053Z | Compiling clap v4.5.0 |
834 | 2024-02-26T13:26:39.574Z | Compiling toml_datetime v0.6.5 |
835 | 2024-02-26T13:26:39.574Z | Compiling serde_spanned v0.6.5 |
836 | 2024-02-26T13:26:39.577Z | Compiling cargo-platform v0.1.3 |
837 | 2024-02-26T13:26:39.879Z | Compiling toml_edit v0.22.6 |
838 | 2024-02-26T13:26:40.830Z | Compiling cargo_metadata v0.18.1 |
839 | 2024-02-26T13:26:41.916Z | Compiling toml v0.8.10 |
840 | 2024-02-26T13:26:42.624Z | Compiling cargo_toml v0.19.0 |
841 | 2024-02-26T13:26:46.192Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
842 | 2024-02-26T13:26:47.153Z | Finished dev [unoptimized + debuginfo] target(s) in 43.91s |
843 | 2024-02-26T13:26:47.324Z | Running `target/debug/xtask clippy` |
844 | 2024-02-26T13:26:47.364Z | 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" |
845 | 2024-02-26T13:26:47.889Z | Downloading crates ... |
846 | 2024-02-26T13:26:48.079Z | Downloaded bit-vec v0.6.3 |
847 | 2024-02-26T13:26:48.085Z | Downloaded addr2line v0.21.0 |
848 | 2024-02-26T13:26:48.088Z | Downloaded camino-tempfile v1.1.1 |
849 | 2024-02-26T13:26:48.092Z | Downloaded hubpack_derive v0.1.1 |
850 | 2024-02-26T13:26:48.111Z | Downloaded ident_case v1.0.1 |
851 | 2024-02-26T13:26:48.114Z | Downloaded http-body v0.4.5 |
852 | 2024-02-26T13:26:48.114Z | Downloaded home v0.5.5 |
853 | 2024-02-26T13:26:48.114Z | Downloaded cfg-if v1.0.0 |
854 | 2024-02-26T13:26:48.120Z | Downloaded bytes v1.5.0 |
855 | 2024-02-26T13:26:48.123Z | Downloaded http-body v1.0.0 |
856 | 2024-02-26T13:26:48.124Z | Downloaded hyper-tls v0.5.0 |
857 | 2024-02-26T13:26:48.127Z | Downloaded humantime v2.1.0 |
858 | 2024-02-26T13:26:48.130Z | Downloaded cexpr v0.6.0 |
859 | 2024-02-26T13:26:48.133Z | Downloaded iana-time-zone v0.1.57 |
860 | 2024-02-26T13:26:48.133Z | Downloaded base64 v0.21.7 |
861 | 2024-02-26T13:26:48.137Z | Downloaded cancel-safe-futures v0.1.5 |
862 | 2024-02-26T13:26:48.140Z | Downloaded num-iter v0.1.43 |
863 | 2024-02-26T13:26:48.143Z | Downloaded num-integer v0.1.46 |
864 | 2024-02-26T13:26:48.146Z | Downloaded rstest_macros v0.18.2 |
865 | 2024-02-26T13:26:48.149Z | Downloaded bb8 v0.8.3 |
866 | 2024-02-26T13:26:48.152Z | Downloaded resolv-conf v0.7.0 |
867 | 2024-02-26T13:26:48.155Z | Downloaded indoc v2.0.3 |
868 | 2024-02-26T13:26:48.163Z | Downloaded libsw v3.3.1 |
869 | 2024-02-26T13:26:48.177Z | Downloaded highway v1.1.0 |
870 | 2024-02-26T13:26:48.177Z | Downloaded instant v0.1.12 |
871 | 2024-02-26T13:26:48.177Z | Downloaded criterion v0.5.1 |
872 | 2024-02-26T13:26:48.184Z | Downloaded hmac v0.12.1 |
873 | 2024-02-26T13:26:48.184Z | Downloaded num-derive v0.4.0 |
874 | 2024-02-26T13:26:48.184Z | Downloaded hostname v0.3.1 |
875 | 2024-02-26T13:26:48.184Z | Downloaded is_ci v1.2.0 |
876 | 2024-02-26T13:26:48.184Z | Downloaded impl-trait-for-tuples v0.2.2 |
877 | 2024-02-26T13:26:48.188Z | Downloaded num-bigint-dig v0.8.4 |
878 | 2024-02-26T13:26:48.193Z | Downloaded crunchy v0.2.2 |
879 | 2024-02-26T13:26:48.200Z | Downloaded atty v0.2.14 |
880 | 2024-02-26T13:26:48.200Z | Downloaded crucible-workspace-hack v0.1.0 |
881 | 2024-02-26T13:26:48.203Z | Downloaded matches v0.1.10 |
882 | 2024-02-26T13:26:48.203Z | Downloaded atomicwrites v0.4.3 |
883 | 2024-02-26T13:26:48.206Z | Downloaded hyper-util v0.1.2 |
884 | 2024-02-26T13:26:48.209Z | Downloaded newline-converter v0.3.0 |
885 | 2024-02-26T13:26:48.212Z | Downloaded hyper-rustls v0.24.2 |
886 | 2024-02-26T13:26:48.215Z | Downloaded match_cfg v0.1.0 |
887 | 2024-02-26T13:26:48.218Z | Downloaded cstr-argument v0.1.2 |
888 | 2024-02-26T13:26:48.218Z | Downloaded constant_time_eq v0.2.6 |
889 | 2024-02-26T13:26:48.224Z | Downloaded http-range v0.1.5 |
890 | 2024-02-26T13:26:48.224Z | Downloaded cipher v0.4.4 |
891 | 2024-02-26T13:26:48.227Z | Downloaded newtype_derive v0.1.6 |
892 | 2024-02-26T13:26:48.227Z | Downloaded new_debug_unreachable v1.0.4 |
893 | 2024-02-26T13:26:48.227Z | Downloaded curve25519-dalek-derive v0.1.0 |
894 | 2024-02-26T13:26:48.227Z | Downloaded nested v0.1.1 |
895 | 2024-02-26T13:26:48.230Z | Downloaded lazy_static v1.4.0 |
896 | 2024-02-26T13:26:48.230Z | Downloaded inout v0.1.3 |
897 | 2024-02-26T13:26:48.233Z | Downloaded keccak v0.1.4 |
898 | 2024-02-26T13:26:48.233Z | Downloaded memoffset v0.9.0 |
899 | 2024-02-26T13:26:48.236Z | Downloaded maplit v1.0.2 |
900 | 2024-02-26T13:26:48.236Z | Downloaded lru v0.12.1 |
901 | 2024-02-26T13:26:48.236Z | Downloaded console v0.15.8 |
902 | 2024-02-26T13:26:48.240Z | Downloaded linear-map v1.2.0 |
903 | 2024-02-26T13:26:48.243Z | Downloaded kstat-rs v0.2.3 |
904 | 2024-02-26T13:26:48.246Z | Downloaded adler v1.0.2 |
905 | 2024-02-26T13:26:48.249Z | Downloaded maybe-uninit v2.0.0 |
906 | 2024-02-26T13:26:48.249Z | Downloaded async-stream v0.3.5 |
907 | 2024-02-26T13:26:48.252Z | Downloaded sqlparser_derive v0.2.2 |
908 | 2024-02-26T13:26:48.252Z | Downloaded lazycell v1.3.0 |
909 | 2024-02-26T13:26:48.253Z | Downloaded base16ct v0.2.0 |
910 | 2024-02-26T13:26:48.255Z | Downloaded mockall v0.12.0 |
911 | 2024-02-26T13:26:48.258Z | Downloaded criterion-plot v0.5.0 |
912 | 2024-02-26T13:26:48.261Z | Downloaded block-padding v0.3.3 |
913 | 2024-02-26T13:26:48.261Z | Downloaded schemars_derive v0.8.16 |
914 | 2024-02-26T13:26:48.265Z | Downloaded atomic-waker v1.1.1 |
915 | 2024-02-26T13:26:48.265Z | Downloaded guppy-workspace-hack v0.1.0 |
916 | 2024-02-26T13:26:48.269Z | Downloaded memmap v0.7.0 |
917 | 2024-02-26T13:26:48.269Z | Downloaded lalrpop-util v0.19.12 |
918 | 2024-02-26T13:26:48.272Z | Downloaded crc-catalog v2.2.0 |
919 | 2024-02-26T13:26:48.272Z | Downloaded block-buffer v0.10.4 |
920 | 2024-02-26T13:26:48.272Z | Downloaded ipnetwork v0.20.0 |
921 | 2024-02-26T13:26:48.275Z | Downloaded memoffset v0.7.1 |
922 | 2024-02-26T13:26:48.278Z | Downloaded crossbeam-deque v0.8.3 |
923 | 2024-02-26T13:26:48.278Z | Downloaded libefi-sys v0.1.0 |
924 | 2024-02-26T13:26:48.281Z | Downloaded mime v0.3.17 |
925 | 2024-02-26T13:26:48.287Z | Downloaded nodrop v0.1.14 |
926 | 2024-02-26T13:26:48.287Z | Downloaded managed v0.8.0 |
927 | 2024-02-26T13:26:48.291Z | Downloaded blake2b_simd v1.0.1 |
928 | 2024-02-26T13:26:48.291Z | Downloaded semver v0.1.20 |
929 | 2024-02-26T13:26:48.291Z | Downloaded cfg-expr v0.15.6 |
930 | 2024-02-26T13:26:48.294Z | Downloaded phf_shared v0.10.0 |
931 | 2024-02-26T13:26:48.294Z | Downloaded buf-list v1.0.3 |
932 | 2024-02-26T13:26:48.297Z | Downloaded multimap v0.10.0 |
933 | 2024-02-26T13:26:48.300Z | Downloaded subtle v2.5.0 |
934 | 2024-02-26T13:26:48.300Z | Downloaded slog-stdlog v4.1.1 |
935 | 2024-02-26T13:26:48.303Z | Downloaded slog-scope v4.4.0 |
936 | 2024-02-26T13:26:48.303Z | Downloaded tabled_derive v0.7.0 |
937 | 2024-02-26T13:26:48.306Z | Downloaded async-trait v0.1.77 |
938 | 2024-02-26T13:26:48.309Z | Downloaded bcs v0.1.6 |
939 | 2024-02-26T13:26:48.312Z | Downloaded arrayvec v0.7.4 |
940 | 2024-02-26T13:26:48.315Z | Downloaded libtest-mimic v0.6.1 |
941 | 2024-02-26T13:26:48.318Z | Downloaded unicode-linebreak v0.1.5 |
942 | 2024-02-26T13:26:48.318Z | Downloaded libloading v0.7.4 |
943 | 2024-02-26T13:26:48.321Z | Downloaded macaddr v1.0.1 |
944 | 2024-02-26T13:26:48.324Z | Downloaded md-5 v0.10.5 |
945 | 2024-02-26T13:26:48.327Z | Downloaded crc32fast v1.3.2 |
946 | 2024-02-26T13:26:48.327Z | Downloaded nu-ansi-term v0.50.0 |
947 | 2024-02-26T13:26:48.330Z | Downloaded chacha20poly1305 v0.10.1 |
948 | 2024-02-26T13:26:48.333Z | Downloaded memmap2 v0.7.1 |
949 | 2024-02-26T13:26:48.336Z | Downloaded csv-core v0.1.11 |
950 | 2024-02-26T13:26:48.336Z | Downloaded pretty-hex v0.2.1 |
951 | 2024-02-26T13:26:48.339Z | Downloaded scroll_derive v0.12.0 |
952 | 2024-02-26T13:26:48.339Z | Downloaded http v1.0.0 |
953 | 2024-02-26T13:26:48.343Z | Downloaded termios v0.3.3 |
954 | 2024-02-26T13:26:48.346Z | Downloaded target-spec v3.1.0 |
955 | 2024-02-26T13:26:48.349Z | Downloaded termtree v0.4.1 |
956 | 2024-02-26T13:26:48.352Z | Downloaded peeking_take_while v0.1.2 |
957 | 2024-02-26T13:26:48.352Z | Downloaded pathdiff v0.2.1 |
958 | 2024-02-26T13:26:48.352Z | Downloaded thiserror-no-std v2.0.2 |
959 | 2024-02-26T13:26:48.356Z | Downloaded endian-type v0.1.2 |
960 | 2024-02-26T13:26:48.359Z | Downloaded num_threads v0.1.6 |
961 | 2024-02-26T13:26:48.359Z | Downloaded tinyvec_macros v0.1.1 |
962 | 2024-02-26T13:26:48.365Z | Downloaded headers-core v0.2.0 |
963 | 2024-02-26T13:26:48.365Z | Downloaded wait-timeout v0.2.0 |
964 | 2024-02-26T13:26:48.368Z | Downloaded zerocopy v0.3.0 |
965 | 2024-02-26T13:26:48.368Z | Downloaded group v0.13.0 |
966 | 2024-02-26T13:26:48.368Z | Downloaded rustc-hash v1.1.0 |
967 | 2024-02-26T13:26:48.368Z | Downloaded basic-toml v0.1.8 |
968 | 2024-02-26T13:26:48.378Z | Downloaded miniz_oxide v0.7.1 |
969 | 2024-02-26T13:26:48.381Z | Downloaded dtrace-parser v0.2.0 |
970 | 2024-02-26T13:26:48.384Z | Downloaded openssl-macros v0.1.1 |
971 | 2024-02-26T13:26:48.384Z | Downloaded crypto-bigint v0.5.2 |
972 | 2024-02-26T13:26:48.389Z | Downloaded darling_macro v0.14.4 |
973 | 2024-02-26T13:26:48.393Z | Downloaded heck v0.3.3 |
974 | 2024-02-26T13:26:48.393Z | Downloaded tinytemplate v1.2.1 |
975 | 2024-02-26T13:26:48.396Z | Downloaded mockall_derive v0.12.0 |
976 | 2024-02-26T13:26:48.399Z | Downloaded scheduled-thread-pool v0.2.7 |
977 | 2024-02-26T13:26:48.399Z | Downloaded fs-err v2.11.0 |
978 | 2024-02-26T13:26:48.403Z | Downloaded slog-envlogger v2.2.0 |
979 | 2024-02-26T13:26:48.403Z | Downloaded rand_chacha v0.3.1 |
980 | 2024-02-26T13:26:48.406Z | Downloaded slog-dtrace v0.3.0 |
981 | 2024-02-26T13:26:48.406Z | Downloaded olpc-cjson v0.1.3 |
982 | 2024-02-26T13:26:48.409Z | Downloaded embedded-io v0.4.0 |
983 | 2024-02-26T13:26:48.409Z | Downloaded darling v0.14.4 |
984 | 2024-02-26T13:26:48.411Z | Downloaded foreign-types-shared v0.1.1 |
985 | 2024-02-26T13:26:48.414Z | Downloaded swrite v0.1.0 |
986 | 2024-02-26T13:26:48.414Z | Downloaded pretty-hex v0.4.1 |
987 | 2024-02-26T13:26:48.417Z | Downloaded arc-swap v1.6.0 |
988 | 2024-02-26T13:26:48.420Z | Downloaded allocator-api2 v0.2.16 |
989 | 2024-02-26T13:26:48.423Z | Downloaded getrandom v0.2.10 |
990 | 2024-02-26T13:26:48.426Z | Downloaded darling v0.20.3 |
991 | 2024-02-26T13:26:48.429Z | Downloaded partial-io v0.5.4 |
992 | 2024-02-26T13:26:48.432Z | Downloaded subprocess v0.2.9 |
993 | 2024-02-26T13:26:48.436Z | Downloaded crossbeam-epoch v0.9.15 |
994 | 2024-02-26T13:26:48.441Z | Downloaded semver v0.11.0 |
995 | 2024-02-26T13:26:48.444Z | Downloaded usdt-macro v0.5.0 |
996 | 2024-02-26T13:26:48.444Z | Downloaded usdt-attr-macro v0.5.0 |
997 | 2024-02-26T13:26:48.445Z | Downloaded openssl-probe v0.1.5 |
998 | 2024-02-26T13:26:48.445Z | Downloaded paste v1.0.14 |
999 | 2024-02-26T13:26:48.447Z | Downloaded snafu v0.7.5 |
1000 | 2024-02-26T13:26:48.452Z | Downloaded difflib v0.4.0 |
1001 | 2024-02-26T13:26:48.455Z | Downloaded rustc-demangle v0.1.23 |
1002 | 2024-02-26T13:26:48.458Z | Downloaded futures-task v0.3.30 |
1003 | 2024-02-26T13:26:48.458Z | Downloaded usdt-impl v0.3.5 |
1004 | 2024-02-26T13:26:48.462Z | Downloaded zeroize v1.7.0 |
1005 | 2024-02-26T13:26:48.462Z | Downloaded rust-argon2 v1.0.1 |
1006 | 2024-02-26T13:26:48.465Z | Downloaded precomputed-hash v0.1.1 |
1007 | 2024-02-26T13:26:48.465Z | Downloaded float-cmp v0.9.0 |
1008 | 2024-02-26T13:26:48.468Z | Downloaded fixedbitset v0.4.2 |
1009 | 2024-02-26T13:26:48.468Z | Downloaded scroll v0.12.0 |
1010 | 2024-02-26T13:26:48.471Z | Downloaded zeroize_derive v1.4.2 |
1011 | 2024-02-26T13:26:48.471Z | Downloaded predicates-tree v1.0.9 |
1012 | 2024-02-26T13:26:48.474Z | Downloaded tracing-attributes v0.1.26 |
1013 | 2024-02-26T13:26:48.474Z | Downloaded time-macros v0.2.13 |
1014 | 2024-02-26T13:26:48.477Z | Downloaded serde_yaml v0.9.25 |
1015 | 2024-02-26T13:26:48.890Z | Downloaded semver-parser v0.10.2 |
1016 | 2024-02-26T13:26:48.899Z | Downloaded filetime v0.2.23 |
1017 | 2024-02-26T13:26:48.899Z | Downloaded walkdir v2.4.0 |
1018 | 2024-02-26T13:26:48.899Z | Downloaded tokio-rustls v0.25.0 |
1019 | 2024-02-26T13:26:48.899Z | Downloaded smf v0.2.2 |
1020 | 2024-02-26T13:26:48.899Z | Downloaded yansi v0.5.1 |
1021 | 2024-02-26T13:26:48.899Z | Downloaded ff v0.13.0 |
1022 | 2024-02-26T13:26:48.899Z | Downloaded usdt-macro v0.3.5 |
1023 | 2024-02-26T13:26:48.899Z | Downloaded dtrace-parser v0.1.14 |
1024 | 2024-02-26T13:26:48.899Z | Downloaded strum v0.26.1 |
1025 | 2024-02-26T13:26:48.899Z | Downloaded derive_builder_core v0.12.0 |
1026 | 2024-02-26T13:26:48.899Z | Downloaded darling_core v0.20.3 |
1027 | 2024-02-26T13:26:48.899Z | Downloaded packed_struct_codegen v0.10.1 |
1028 | 2024-02-26T13:26:48.900Z | Downloaded shell-words v1.1.0 |
1029 | 2024-02-26T13:26:48.900Z | Downloaded pest_meta v2.7.6 |
1030 | 2024-02-26T13:26:48.900Z | Downloaded strum_macros v0.26.1 |
1031 | 2024-02-26T13:26:48.900Z | Downloaded parking_lot v0.12.1 |
1032 | 2024-02-26T13:26:48.900Z | Downloaded uuid v1.7.0 |
1033 | 2024-02-26T13:26:48.900Z | Downloaded serde-big-array v0.4.1 |
1034 | 2024-02-26T13:26:48.900Z | Downloaded signal-hook v0.3.17 |
1035 | 2024-02-26T13:26:48.900Z | Downloaded tungstenite v0.20.1 |
1036 | 2024-02-26T13:26:48.900Z | Downloaded shlex v1.3.0 |
1037 | 2024-02-26T13:26:48.900Z | Downloaded target-lexicon v0.12.13 |
1038 | 2024-02-26T13:26:48.900Z | Downloaded tokio-tungstenite v0.20.1 |
1039 | 2024-02-26T13:26:48.900Z | Downloaded downcast v0.11.0 |
1040 | 2024-02-26T13:26:48.900Z | Downloaded number_prefix v0.4.0 |
1041 | 2024-02-26T13:26:48.900Z | Downloaded structmeta-derive v0.3.0 |
1042 | 2024-02-26T13:26:48.900Z | Downloaded crossbeam-channel v0.5.8 |
1043 | 2024-02-26T13:26:48.900Z | Downloaded predicates v3.1.0 |
1044 | 2024-02-26T13:26:48.900Z | Downloaded minimal-lexical v0.2.1 |
1045 | 2024-02-26T13:26:48.900Z | Downloaded futures-sink v0.3.30 |
1046 | 2024-02-26T13:26:48.900Z | Downloaded rand_core v0.6.4 |
1047 | 2024-02-26T13:26:48.900Z | Downloaded thiserror-impl-no-std v2.0.2 |
1048 | 2024-02-26T13:26:48.900Z | Downloaded rustc_version v0.1.7 |
1049 | 2024-02-26T13:26:48.900Z | Downloaded whoami v1.4.1 |
1050 | 2024-02-26T13:26:48.900Z | Downloaded structopt-derive v0.4.18 |
1051 | 2024-02-26T13:26:48.900Z | Downloaded display-error-chain v0.2.0 |
1052 | 2024-02-26T13:26:48.900Z | Downloaded num_cpus v1.16.0 |
1053 | 2024-02-26T13:26:48.901Z | Downloaded dirs-sys-next v0.1.2 |
1054 | 2024-02-26T13:26:48.901Z | Downloaded fastrand v2.0.1 |
1055 | 2024-02-26T13:26:48.901Z | Downloaded strip-ansi-escapes v0.2.0 |
1056 | 2024-02-26T13:26:48.901Z | Downloaded parking_lot v0.11.2 |
1057 | 2024-02-26T13:26:48.901Z | Downloaded socket2 v0.4.9 |
1058 | 2024-02-26T13:26:48.901Z | Downloaded signature v1.6.4 |
1059 | 2024-02-26T13:26:48.901Z | Downloaded slog v2.7.0 |
1060 | 2024-02-26T13:26:48.901Z | Downloaded utf-8 v0.7.6 |
1061 | 2024-02-26T13:26:48.901Z | Downloaded dof v0.3.0 |
1062 | 2024-02-26T13:26:48.901Z | Downloaded hex-literal v0.4.1 |
1063 | 2024-02-26T13:26:48.901Z | Downloaded datatest-stable v0.2.3 |
1064 | 2024-02-26T13:26:48.901Z | Downloaded zone v0.3.0 |
1065 | 2024-02-26T13:26:48.901Z | Downloaded ref-cast-impl v1.0.20 |
1066 | 2024-02-26T13:26:48.901Z | Downloaded mio v0.8.9 |
1067 | 2024-02-26T13:26:48.901Z | Downloaded predicates-core v1.0.6 |
1068 | 2024-02-26T13:26:48.901Z | Downloaded foreign-types-macros v0.2.3 |
1069 | 2024-02-26T13:26:48.901Z | Downloaded vsss-rs v3.3.4 |
1070 | 2024-02-26T13:26:48.901Z | Downloaded doc-comment v0.3.3 |
1071 | 2024-02-26T13:26:48.901Z | Downloaded derive-where v1.2.7 |
1072 | 2024-02-26T13:26:48.901Z | Downloaded pest_generator v2.7.6 |
1073 | 2024-02-26T13:26:48.901Z | Downloaded xattr v1.0.1 |
1074 | 2024-02-26T13:26:48.901Z | Downloaded pest_derive v2.7.6 |
1075 | 2024-02-26T13:26:48.901Z | Downloaded rusty-fork v0.3.0 |
1076 | 2024-02-26T13:26:48.901Z | Downloaded rand_xorshift v0.3.0 |
1077 | 2024-02-26T13:26:48.902Z | Downloaded sct v0.7.0 |
1078 | 2024-02-26T13:26:48.902Z | Downloaded flume v0.11.0 |
1079 | 2024-02-26T13:26:48.902Z | Downloaded der_derive v0.7.2 |
1080 | 2024-02-26T13:26:48.902Z | Downloaded waitgroup v0.1.2 |
1081 | 2024-02-26T13:26:48.902Z | Downloaded ed25519 v1.5.3 |
1082 | 2024-02-26T13:26:48.902Z | Downloaded globset v0.4.13 |
1083 | 2024-02-26T13:26:48.902Z | Downloaded rustc_version v0.4.0 |
1084 | 2024-02-26T13:26:48.902Z | Downloaded ppv-lite86 v0.2.17 |
1085 | 2024-02-26T13:26:48.902Z | Downloaded pem-rfc7468 v0.7.0 |
1086 | 2024-02-26T13:26:48.902Z | Downloaded siphasher v0.3.11 |
1087 | 2024-02-26T13:26:48.902Z | Downloaded dirs-next v2.0.0 |
1088 | 2024-02-26T13:26:48.902Z | Downloaded packed_struct v0.10.1 |
1089 | 2024-02-26T13:26:48.902Z | Downloaded tracing v0.1.37 |
1090 | 2024-02-26T13:26:48.902Z | Downloaded slab v0.4.9 |
1091 | 2024-02-26T13:26:48.902Z | Downloaded unsafe-libyaml v0.2.10 |
1092 | 2024-02-26T13:26:48.902Z | Downloaded form_urlencoded v1.2.1 |
1093 | 2024-02-26T13:26:48.902Z | Downloaded password-hash v0.5.0 |
1094 | 2024-02-26T13:26:48.902Z | Downloaded blake3 v1.5.0 |
1095 | 2024-02-26T13:26:48.902Z | Downloaded toolchain_find v0.2.0 |
1096 | 2024-02-26T13:26:48.902Z | Downloaded tracing-core v0.1.31 |
1097 | 2024-02-26T13:26:48.902Z | Downloaded getopts v0.2.21 |
1098 | 2024-02-26T13:26:48.902Z | Downloaded supports-color v3.0.0 |
1099 | 2024-02-26T13:26:48.902Z | Downloaded usdt v0.5.0 |
1100 | 2024-02-26T13:26:48.902Z | Downloaded path-slash v0.1.5 |
1101 | 2024-02-26T13:26:48.902Z | Downloaded darling_macro v0.20.3 |
1102 | 2024-02-26T13:26:48.903Z | Downloaded debug-ignore v1.0.5 |
1103 | 2024-02-26T13:26:48.903Z | Downloaded zerocopy v0.6.4 |
1104 | 2024-02-26T13:26:48.903Z | Downloaded expectorate v1.1.0 |
1105 | 2024-02-26T13:26:48.903Z | Downloaded defmt-parser v0.3.3 |
1106 | 2024-02-26T13:26:48.903Z | Downloaded vec_map v0.8.2 |
1107 | 2024-02-26T13:26:48.903Z | Downloaded defmt v0.3.5 |
1108 | 2024-02-26T13:26:48.903Z | Downloaded topological-sort v0.2.2 |
1109 | 2024-02-26T13:26:48.903Z | Downloaded dof v0.1.5 |
1110 | 2024-02-26T13:26:48.903Z | Downloaded wyz v0.5.1 |
1111 | 2024-02-26T13:26:48.903Z | Downloaded data-encoding v2.4.0 |
1112 | 2024-02-26T13:26:48.903Z | Downloaded heapless v0.8.0 |
1113 | 2024-02-26T13:26:48.903Z | Downloaded salty v0.2.0 |
1114 | 2024-02-26T13:26:48.903Z | Downloaded parking_lot_core v0.9.8 |
1115 | 2024-02-26T13:26:48.903Z | Downloaded slog-bunyan v2.5.0 |
1116 | 2024-02-26T13:26:48.908Z | Downloaded dyn-clone v1.0.16 |
1117 | 2024-02-26T13:26:48.908Z | Downloaded ref-cast v1.0.20 |
1118 | 2024-02-26T13:26:48.908Z | Downloaded hex v0.4.3 |
1119 | 2024-02-26T13:26:48.908Z | Downloaded yasna v0.5.2 |
1120 | 2024-02-26T13:26:48.908Z | Downloaded term v0.7.0 |
1121 | 2024-02-26T13:26:48.908Z | Downloaded vte v0.11.1 |
1122 | 2024-02-26T13:26:48.908Z | Downloaded sec1 v0.7.3 |
1123 | 2024-02-26T13:26:48.908Z | Downloaded postgres-protocol v0.6.6 |
1124 | 2024-02-26T13:26:48.908Z | Downloaded fallible-iterator v0.2.0 |
1125 | 2024-02-26T13:26:48.908Z | Downloaded half v2.3.1 |
1126 | 2024-02-26T13:26:48.908Z | Downloaded owo-colors v4.0.0 |
1127 | 2024-02-26T13:26:48.908Z | Downloaded zerocopy-derive v0.7.32 |
1128 | 2024-02-26T13:26:48.908Z | Downloaded ena v0.14.2 |
1129 | 2024-02-26T13:26:48.908Z | Downloaded unicode-xid v0.2.4 |
1130 | 2024-02-26T13:26:48.908Z | Downloaded radium v0.7.0 |
1131 | 2024-02-26T13:26:48.908Z | Downloaded x509-cert v0.2.4 |
1132 | 2024-02-26T13:26:48.908Z | Downloaded take_mut v0.2.2 |
1133 | 2024-02-26T13:26:48.908Z | Downloaded defmt-macros v0.3.6 |
1134 | 2024-02-26T13:26:48.908Z | Downloaded slog-async v2.8.0 |
1135 | 2024-02-26T13:26:48.908Z | Downloaded libxml v0.3.3 |
1136 | 2024-02-26T13:26:48.908Z | Downloaded zip v0.6.6 |
1137 | 2024-02-26T13:26:48.908Z | Downloaded num_enum v0.5.11 |
1138 | 2024-02-26T13:26:48.908Z | Downloaded derive_builder v0.12.0 |
1139 | 2024-02-26T13:26:48.908Z | Downloaded foreign-types v0.3.2 |
1140 | 2024-02-26T13:26:48.909Z | Downloaded snafu-derive v0.7.5 |
1141 | 2024-02-26T13:26:48.909Z | Downloaded rsa v0.9.2 |
1142 | 2024-02-26T13:26:48.909Z | Downloaded serde_with v3.6.1 |
1143 | 2024-02-26T13:26:48.909Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1144 | 2024-02-26T13:26:48.909Z | Downloaded postgres-types v0.2.6 |
1145 | 2024-02-26T13:26:48.909Z | Downloaded hyper v0.14.27 |
1146 | 2024-02-26T13:26:48.909Z | Downloaded fxhash v0.2.1 |
1147 | 2024-02-26T13:26:48.909Z | Downloaded serde_path_to_error v0.1.15 |
1148 | 2024-02-26T13:26:48.909Z | Downloaded oso-derive v0.27.0 |
1149 | 2024-02-26T13:26:48.909Z | Downloaded toml_edit v0.19.15 |
1150 | 2024-02-26T13:26:48.909Z | Downloaded r2d2 v0.8.10 |
1151 | 2024-02-26T13:26:48.909Z | Downloaded papergrid v0.11.0 |
1152 | 2024-02-26T13:26:48.909Z | Downloaded rustyline v13.0.0 |
1153 | 2024-02-26T13:26:48.909Z | Downloaded tinyvec v1.6.0 |
1154 | 2024-02-26T13:26:48.909Z | Downloaded ron v0.8.1 |
1155 | 2024-02-26T13:26:48.909Z | Downloaded plotters-svg v0.3.5 |
1156 | 2024-02-26T13:26:48.909Z | Downloaded fnv v1.0.7 |
1157 | 2024-02-26T13:26:48.909Z | Downloaded signal-hook-tokio v0.3.1 |
1158 | 2024-02-26T13:26:48.909Z | Downloaded unicode-width v0.1.11 |
1159 | 2024-02-26T13:26:48.909Z | Downloaded rand v0.4.6 |
1160 | 2024-02-26T13:26:48.909Z | Downloaded toml v0.5.11 |
1161 | 2024-02-26T13:26:48.909Z | Downloaded rand v0.8.5 |
1162 | 2024-02-26T13:26:48.909Z | Downloaded remove_dir_all v0.5.3 |
1163 | 2024-02-26T13:26:48.909Z | Downloaded sqlformat v0.2.3 |
1164 | 2024-02-26T13:26:48.909Z | Downloaded trybuild v1.0.89 |
1165 | 2024-02-26T13:26:48.910Z | Downloaded static_assertions v1.1.0 |
1166 | 2024-02-26T13:26:48.910Z | Downloaded tokio-macros v2.2.0 |
1167 | 2024-02-26T13:26:48.910Z | Downloaded strsim v0.10.0 |
1168 | 2024-02-26T13:26:48.910Z | Downloaded hash32 v0.3.1 |
1169 | 2024-02-26T13:26:48.910Z | Downloaded untrusted v0.9.0 |
1170 | 2024-02-26T13:26:48.910Z | Downloaded universal-hash v0.5.1 |
1171 | 2024-02-26T13:26:48.910Z | Downloaded strsim v0.8.0 |
1172 | 2024-02-26T13:26:48.910Z | Downloaded hash32 v0.2.1 |
1173 | 2024-02-26T13:26:48.910Z | Downloaded glob v0.3.1 |
1174 | 2024-02-26T13:26:48.910Z | Downloaded smallvec v1.13.1 |
1175 | 2024-02-26T13:26:48.910Z | Downloaded stable_deref_trait v1.2.0 |
1176 | 2024-02-26T13:26:48.910Z | Downloaded rustls-pemfile v1.0.3 |
1177 | 2024-02-26T13:26:48.910Z | Downloaded postcard v1.0.8 |
1178 | 2024-02-26T13:26:48.910Z | Downloaded pin-project-internal v1.1.3 |
1179 | 2024-02-26T13:26:48.910Z | Downloaded phf v0.11.2 |
1180 | 2024-02-26T13:26:48.910Z | Downloaded tokio-util v0.7.10 |
1181 | 2024-02-26T13:26:48.910Z | Downloaded spki v0.7.2 |
1182 | 2024-02-26T13:26:48.910Z | Downloaded unicode-segmentation v1.10.1 |
1183 | 2024-02-26T13:26:48.910Z | Downloaded string_cache v0.8.7 |
1184 | 2024-02-26T13:26:48.910Z | Downloaded headers v0.3.9 |
1185 | 2024-02-26T13:26:48.910Z | Downloaded aho-corasick v1.0.4 |
1186 | 2024-02-26T13:26:48.910Z | Downloaded serde_derive_internals v0.26.0 |
1187 | 2024-02-26T13:26:48.910Z | Downloaded heapless v0.7.16 |
1188 | 2024-02-26T13:26:48.914Z | Downloaded fragile v2.0.0 |
1189 | 2024-02-26T13:26:48.914Z | Downloaded poly1305 v0.8.0 |
1190 | 2024-02-26T13:26:48.914Z | Downloaded rustls-pemfile v2.1.0 |
1191 | 2024-02-26T13:26:48.914Z | Downloaded structmeta v0.2.0 |
1192 | 2024-02-26T13:26:48.914Z | Downloaded fatfs v0.3.6 |
1193 | 2024-02-26T13:26:48.918Z | Downloaded num-traits v0.2.16 |
1194 | 2024-02-26T13:26:48.920Z | Downloaded ucd-trie v0.1.6 |
1195 | 2024-02-26T13:26:48.923Z | Downloaded flate2 v1.0.28 |
1196 | 2024-02-26T13:26:48.926Z | Downloaded spin v0.9.8 |
1197 | 2024-02-26T13:26:48.929Z | Downloaded hashbrown v0.13.2 |
1198 | 2024-02-26T13:26:48.933Z | Downloaded rustls-native-certs v0.7.0 |
1199 | 2024-02-26T13:26:48.936Z | Downloaded der v0.7.8 |
1200 | 2024-02-26T13:26:48.940Z | Downloaded rayon-core v1.12.0 |
1201 | 2024-02-26T13:26:48.944Z | Downloaded zerocopy v0.7.32 |
1202 | 2024-02-26T13:26:48.960Z | Downloaded pin-project v1.1.3 |
1203 | 2024-02-26T13:26:48.971Z | Downloaded rcgen v0.12.1 |
1204 | 2024-02-26T13:26:48.974Z | Downloaded guppy v0.17.5 |
1205 | 2024-02-26T13:26:48.980Z | Downloaded tokio-native-tls v0.3.1 |
1206 | 2024-02-26T13:26:48.983Z | Downloaded plotters v0.3.5 |
1207 | 2024-02-26T13:26:48.992Z | Downloaded regex-automata v0.1.10 |
1208 | 2024-02-26T13:26:48.995Z | Downloaded lalrpop v0.19.12 |
1209 | 2024-02-26T13:26:49.007Z | Downloaded trust-dns-server v0.22.1 |
1210 | 2024-02-26T13:26:49.012Z | Downloaded unicode_categories v0.1.1 |
1211 | 2024-02-26T13:26:49.015Z | Downloaded petgraph v0.6.4 |
1212 | 2024-02-26T13:26:49.033Z | Downloaded trust-dns-resolver v0.22.0 |
1213 | 2024-02-26T13:26:49.036Z | Downloaded tabled v0.15.0 |
1214 | 2024-02-26T13:26:49.050Z | Downloaded idna v0.5.0 |
1215 | 2024-02-26T13:26:49.057Z | Downloaded steno v0.4.0 |
1216 | 2024-02-26T13:26:49.061Z | Downloaded hashbrown v0.12.3 |
1217 | 2024-02-26T13:26:49.065Z | Downloaded winnow v0.5.15 |
1218 | 2024-02-26T13:26:49.073Z | Downloaded tower v0.4.13 |
1219 | 2024-02-26T13:26:49.082Z | Downloaded goblin v0.8.0 |
1220 | 2024-02-26T13:26:49.090Z | Downloaded idna v0.2.3 |
1221 | 2024-02-26T13:26:49.104Z | Downloaded tough v0.16.0 |
1222 | 2024-02-26T13:26:49.116Z | Downloaded vcpkg v0.2.15 |
1223 | 2024-02-26T13:26:49.142Z | Downloaded futures-util v0.3.30 |
1224 | 2024-02-26T13:26:49.154Z | Downloaded reqwest v0.11.22 |
1225 | 2024-02-26T13:26:49.162Z | Downloaded curve25519-dalek v4.1.1 |
1226 | 2024-02-26T13:26:49.172Z | Downloaded regex-syntax v0.6.29 |
1227 | 2024-02-26T13:26:49.180Z | Downloaded regex v1.10.3 |
1228 | 2024-02-26T13:26:49.194Z | Downloaded proptest v1.4.0 |
1229 | 2024-02-26T13:26:49.203Z | Downloaded syn v1.0.109 |
1230 | 2024-02-26T13:26:49.215Z | Downloaded rustls v0.22.2 |
1231 | 2024-02-26T13:26:49.232Z | Downloaded regress v0.8.0 |
1232 | 2024-02-26T13:26:49.237Z | Downloaded object v0.30.4 |
1233 | 2024-02-26T13:26:49.249Z | Downloaded gimli v0.28.0 |
1234 | 2024-02-26T13:26:49.256Z | Downloaded smoltcp v0.9.1 |
1235 | 2024-02-26T13:26:49.268Z | Downloaded openapiv3 v2.0.0 |
1236 | 2024-02-26T13:26:49.281Z | Downloaded polar-core v0.27.0 |
1237 | 2024-02-26T13:26:49.290Z | Downloaded regex-automata v0.4.4 |
1238 | 2024-02-26T13:26:49.308Z | Downloaded smoltcp v0.11.0 |
1239 | 2024-02-26T13:26:49.322Z | Downloaded regex-syntax v0.8.2 |
1240 | 2024-02-26T13:26:49.329Z | Downloaded sled v0.34.7 |
1241 | 2024-02-26T13:26:49.339Z | Downloaded zerocopy-derive v0.2.0 |
1242 | 2024-02-26T13:26:49.348Z | Downloaded encoding_rs v0.8.33 |
1243 | 2024-02-26T13:26:49.369Z | Downloaded ratatui v0.26.1 |
1244 | 2024-02-26T13:26:49.387Z | Downloaded trust-dns-proto v0.22.0 |
1245 | 2024-02-26T13:26:49.398Z | Downloaded diesel v2.1.4 |
1246 | 2024-02-26T13:26:49.416Z | Downloaded zerocopy-derive v0.6.4 |
1247 | 2024-02-26T13:26:49.425Z | Downloaded bstr v1.6.0 |
1248 | 2024-02-26T13:26:49.436Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1249 | 2024-02-26T13:26:49.448Z | Downloaded object v0.32.1 |
1250 | 2024-02-26T13:26:49.457Z | Downloaded openssl v0.10.60 |
1251 | 2024-02-26T13:26:49.469Z | Downloaded regex-automata v0.3.8 |
1252 | 2024-02-26T13:26:49.483Z | Downloaded bstr v0.2.17 |
1253 | 2024-02-26T13:26:49.492Z | Downloaded sqlparser v0.43.1 |
1254 | 2024-02-26T13:26:49.498Z | Downloaded rayon v1.8.0 |
1255 | 2024-02-26T13:26:49.507Z | Downloaded webpki-roots v0.25.2 |
1256 | 2024-02-26T13:26:49.514Z | Downloaded radix_trie v0.2.1 |
1257 | 2024-02-26T13:26:49.529Z | Downloaded quick-xml v0.30.0 |
1258 | 2024-02-26T13:26:49.529Z | Downloaded rustls v0.21.9 |
1259 | 2024-02-26T13:26:49.532Z | Downloaded tokio v1.36.0 |
1260 | 2024-02-26T13:26:49.567Z | Downloaded sha3 v0.10.8 |
1261 | 2024-02-26T13:26:49.571Z | Downloaded csv v1.3.0 |
1262 | 2024-02-26T13:26:49.591Z | Downloaded nix v0.27.1 |
1263 | 2024-02-26T13:26:49.601Z | Downloaded trust-dns-client v0.22.0 |
1264 | 2024-02-26T13:26:49.606Z | Downloaded rustls-webpki v0.102.1 |
1265 | 2024-02-26T13:26:49.623Z | Downloaded tokio-postgres v0.7.10 |
1266 | 2024-02-26T13:26:49.627Z | Downloaded bitvec v1.0.1 |
1267 | 2024-02-26T13:26:49.641Z | Downloaded bindgen v0.69.2 |
1268 | 2024-02-26T13:26:49.649Z | Downloaded pest v2.7.6 |
1269 | 2024-02-26T13:26:49.656Z | Downloaded tar v0.4.40 |
1270 | 2024-02-26T13:26:49.659Z | Downloaded unicode-bidi v0.3.13 |
1271 | 2024-02-26T13:26:49.659Z | Downloaded h2 v0.3.24 |
1272 | 2024-02-26T13:26:49.664Z | Downloaded test-strategy v0.3.1 |
1273 | 2024-02-26T13:26:49.667Z | Downloaded clap v2.34.0 |
1274 | 2024-02-26T13:26:49.674Z | Downloaded chrono v0.4.31 |
1275 | 2024-02-26T13:26:49.681Z | Downloaded portable-atomic v1.4.3 |
1276 | 2024-02-26T13:26:49.687Z | Downloaded typed-path v0.7.0 |
1277 | 2024-02-26T13:26:49.694Z | Downloaded hkdf v0.12.4 |
1278 | 2024-02-26T13:26:49.697Z | Downloaded time v0.3.27 |
1279 | 2024-02-26T13:26:49.700Z | Downloaded plain v0.2.3 |
1280 | 2024-02-26T13:26:49.703Z | Downloaded prettyplease v0.2.16 |
1281 | 2024-02-26T13:26:49.706Z | Downloaded pkg-config v0.3.27 |
1282 | 2024-02-26T13:26:49.706Z | Downloaded pkcs8 v0.10.2 |
1283 | 2024-02-26T13:26:49.709Z | Downloaded pkcs1 v0.7.5 |
1284 | 2024-02-26T13:26:49.712Z | Downloaded pin-project-lite v0.2.13 |
1285 | 2024-02-26T13:26:49.715Z | Downloaded proc-macro-error v1.0.4 |
1286 | 2024-02-26T13:26:49.718Z | Downloaded rustls-webpki v0.101.7 |
1287 | 2024-02-26T13:26:49.730Z | Downloaded plotters-backend v0.3.5 |
1288 | 2024-02-26T13:26:49.736Z | Downloaded url v2.5.0 |
1289 | 2024-02-26T13:26:49.739Z | Downloaded reedline v0.29.0 |
1290 | 2024-02-26T13:26:49.743Z | Downloaded phf_shared v0.11.2 |
1291 | 2024-02-26T13:26:49.743Z | Downloaded oorandom v11.1.3 |
1292 | 2024-02-26T13:26:49.746Z | Downloaded fd-lock v3.0.13 |
1293 | 2024-02-26T13:26:49.746Z | Downloaded digest v0.10.7 |
1294 | 2024-02-26T13:26:49.749Z | Downloaded threadpool v1.8.1 |
1295 | 2024-02-26T13:26:49.749Z | Downloaded thread_local v1.1.7 |
1296 | 2024-02-26T13:26:49.749Z | Downloaded thread-id v4.2.0 |
1297 | 2024-02-26T13:26:49.752Z | Downloaded textwrap v0.11.0 |
1298 | 2024-02-26T13:26:49.752Z | Downloaded tap v1.0.1 |
1299 | 2024-02-26T13:26:49.752Z | Downloaded synstructure v0.12.6 |
1300 | 2024-02-26T13:26:49.755Z | Downloaded signal-hook-registry v1.4.1 |
1301 | 2024-02-26T13:26:49.755Z | Downloaded unicase v2.7.0 |
1302 | 2024-02-26T13:26:49.755Z | Downloaded unarray v0.1.4 |
1303 | 2024-02-26T13:26:49.758Z | Downloaded smawk v0.3.1 |
1304 | 2024-02-26T13:26:49.758Z | Downloaded slog-json v2.6.1 |
1305 | 2024-02-26T13:26:49.759Z | Downloaded proc-macro-error-attr v1.0.4 |
1306 | 2024-02-26T13:26:49.761Z | Downloaded serde-big-array v0.5.1 |
1307 | 2024-02-26T13:26:49.762Z | Downloaded futures-channel v0.3.30 |
1308 | 2024-02-26T13:26:49.764Z | Downloaded env_logger v0.10.0 |
1309 | 2024-02-26T13:26:49.767Z | Downloaded smallvec v0.6.14 |
1310 | 2024-02-26T13:26:49.767Z | Downloaded unicode-normalization v0.1.22 |
1311 | 2024-02-26T13:26:49.771Z | Downloaded derive_builder_macro v0.12.0 |
1312 | 2024-02-26T13:26:49.771Z | Downloaded tower-service v0.3.2 |
1313 | 2024-02-26T13:26:49.774Z | Downloaded tower-layer v0.3.2 |
1314 | 2024-02-26T13:26:49.774Z | Downloaded opaque-debug v0.3.0 |
1315 | 2024-02-26T13:26:49.774Z | Downloaded elliptic-curve v0.13.8 |
1316 | 2024-02-26T13:26:49.777Z | Downloaded crossterm v0.27.0 |
1317 | 2024-02-26T13:26:49.782Z | Downloaded itertools v0.12.1 |
1318 | 2024-02-26T13:26:49.788Z | Downloaded rpassword v7.3.1 |
1319 | 2024-02-26T13:26:49.791Z | Downloaded tui-tree-widget v0.17.0 |
1320 | 2024-02-26T13:26:49.791Z | Downloaded derive_more v0.99.17 |
1321 | 2024-02-26T13:26:49.794Z | Downloaded structopt v0.3.26 |
1322 | 2024-02-26T13:26:49.801Z | Downloaded deranged v0.3.8 |
1323 | 2024-02-26T13:26:49.804Z | Downloaded pem v3.0.2 |
1324 | 2024-02-26T13:26:49.804Z | Downloaded parking_lot_core v0.8.6 |
1325 | 2024-02-26T13:26:49.811Z | Downloaded nom v7.1.3 |
1326 | 2024-02-26T13:26:49.816Z | Downloaded libm v0.2.7 |
1327 | 2024-02-26T13:26:49.819Z | Downloaded strum_macros v0.24.3 |
1328 | 2024-02-26T13:26:49.822Z | Downloaded similar v2.3.0 |
1329 | 2024-02-26T13:26:49.825Z | Downloaded once_cell v1.19.0 |
1330 | 2024-02-26T13:26:49.828Z | Downloaded textwrap v0.16.1 |
1331 | 2024-02-26T13:26:49.831Z | Downloaded usdt-attr-macro v0.3.5 |
1332 | 2024-02-26T13:26:49.831Z | Downloaded platforms v3.0.2 |
1333 | 2024-02-26T13:26:49.834Z | Downloaded usdt v0.3.5 |
1334 | 2024-02-26T13:26:49.834Z | Downloaded pretty_assertions v1.4.0 |
1335 | 2024-02-26T13:26:49.837Z | Downloaded openssl-sys v0.9.96 |
1336 | 2024-02-26T13:26:49.840Z | Downloaded structmeta v0.3.0 |
1337 | 2024-02-26T13:26:49.843Z | Downloaded itertools v0.10.5 |
1338 | 2024-02-26T13:26:49.847Z | Downloaded hyper v1.1.0 |
1339 | 2024-02-26T13:26:49.853Z | Downloaded tokio-stream v0.1.14 |
1340 | 2024-02-26T13:26:49.857Z | Downloaded foreign-types v0.5.0 |
1341 | 2024-02-26T13:26:49.861Z | Downloaded futures-executor v0.3.30 |
1342 | 2024-02-26T13:26:49.861Z | Downloaded futures-timer v3.0.2 |
1343 | 2024-02-26T13:26:49.864Z | Downloaded parse-display-derive v0.9.0 |
1344 | 2024-02-26T13:26:49.864Z | Downloaded parse-display v0.9.0 |
1345 | 2024-02-26T13:26:49.864Z | Downloaded schemars v0.8.16 |
1346 | 2024-02-26T13:26:49.873Z | Downloaded darling_core v0.14.4 |
1347 | 2024-02-26T13:26:49.877Z | Downloaded version_check v0.9.4 |
1348 | 2024-02-26T13:26:49.881Z | Downloaded futures-core v0.3.30 |
1349 | 2024-02-26T13:26:49.881Z | Downloaded diesel_derives v2.1.2 |
1350 | 2024-02-26T13:26:49.884Z | Downloaded diff v0.1.13 |
1351 | 2024-02-26T13:26:49.890Z | Downloaded signal-hook-mio v0.2.3 |
1352 | 2024-02-26T13:26:49.893Z | Downloaded signature v2.1.0 |
1353 | 2024-02-26T13:26:49.893Z | Downloaded oso v0.27.0 |
1354 | 2024-02-26T13:26:49.893Z | Downloaded termcolor v1.2.0 |
1355 | 2024-02-26T13:26:49.896Z | Downloaded futures v0.3.30 |
1356 | 2024-02-26T13:26:49.899Z | Downloaded backtrace v0.3.69 |
1357 | 2024-02-26T13:26:49.902Z | Downloaded typenum v1.16.0 |
1358 | 2024-02-26T13:26:49.905Z | Downloaded toml v0.7.8 |
1359 | 2024-02-26T13:26:49.908Z | Downloaded similar-asserts v1.5.0 |
1360 | 2024-02-26T13:26:49.911Z | Downloaded either v1.10.0 |
1361 | 2024-02-26T13:26:49.911Z | Downloaded strum v0.25.0 |
1362 | 2024-02-26T13:26:49.911Z | Downloaded parse-size v1.0.0 |
1363 | 2024-02-26T13:26:49.914Z | Downloaded cc v1.0.83 |
1364 | 2024-02-26T13:26:49.914Z | Downloaded flagset v0.4.3 |
1365 | 2024-02-26T13:26:49.917Z | Downloaded quick-error v1.2.3 |
1366 | 2024-02-26T13:26:49.917Z | Downloaded rustfmt-wrapper v0.2.0 |
1367 | 2024-02-26T13:26:49.917Z | Downloaded rustls-pki-types v1.3.0 |
1368 | 2024-02-26T13:26:49.920Z | Downloaded fd-lock v4.0.2 |
1369 | 2024-02-26T13:26:49.920Z | Downloaded rustversion v1.0.14 |
1370 | 2024-02-26T13:26:49.924Z | Downloaded strum_macros v0.25.2 |
1371 | 2024-02-26T13:26:49.928Z | Downloaded omicron-zone-package v0.11.0 |
1372 | 2024-02-26T13:26:49.932Z | Downloaded pin-utils v0.1.0 |
1373 | 2024-02-26T13:26:49.932Z | Downloaded usdt-impl v0.5.0 |
1374 | 2024-02-26T13:26:49.932Z | Downloaded tokio-rustls v0.24.1 |
1375 | 2024-02-26T13:26:49.932Z | Downloaded socket2 v0.5.5 |
1376 | 2024-02-26T13:26:49.938Z | Downloaded mime_guess v2.0.4 |
1377 | 2024-02-26T13:26:49.938Z | Downloaded gethostname v0.4.3 |
1378 | 2024-02-26T13:26:49.938Z | Downloaded foreign-types-shared v0.3.1 |
1379 | 2024-02-26T13:26:49.938Z | Downloaded enum-as-inner v0.5.1 |
1380 | 2024-02-26T13:26:49.938Z | Downloaded http v0.2.11 |
1381 | 2024-02-26T13:26:49.941Z | Downloaded crossbeam-utils v0.8.16 |
1382 | 2024-02-26T13:26:49.951Z | Downloaded percent-encoding v2.3.1 |
1383 | 2024-02-26T13:26:49.951Z | Downloaded blake2 v0.10.6 |
1384 | 2024-02-26T13:26:49.957Z | Downloaded tempfile v3.10.0 |
1385 | 2024-02-26T13:26:49.958Z | Downloaded ahash v0.8.7 |
1386 | 2024-02-26T13:26:49.958Z | Downloaded argon2 v0.5.3 |
1387 | 2024-02-26T13:26:49.958Z | Downloaded serde_with_macros v3.6.1 |
1388 | 2024-02-26T13:26:49.958Z | Downloaded futures-macro v0.3.30 |
1389 | 2024-02-26T13:26:49.958Z | Downloaded sha2 v0.10.8 |
1390 | 2024-02-26T13:26:49.964Z | Downloaded zone_cfg_derive v0.3.0 |
1391 | 2024-02-26T13:26:49.964Z | Downloaded tiny-keccak v2.0.2 |
1392 | 2024-02-26T13:26:49.964Z | Downloaded funty v2.0.0 |
1393 | 2024-02-26T13:26:49.964Z | Downloaded crc-any v2.4.3 |
1394 | 2024-02-26T13:26:49.970Z | Downloaded num_enum_derive v0.5.11 |
1395 | 2024-02-26T13:26:49.970Z | Downloaded which v4.4.0 |
1396 | 2024-02-26T13:26:49.970Z | Downloaded untrusted v0.7.1 |
1397 | 2024-02-26T13:26:49.970Z | Downloaded multer v3.0.0 |
1398 | 2024-02-26T13:26:49.970Z | Downloaded indicatif v0.17.8 |
1399 | 2024-02-26T13:26:49.975Z | Downloaded slog-term v2.9.0 |
1400 | 2024-02-26T13:26:49.975Z | Downloaded native-tls v0.2.11 |
1401 | 2024-02-26T13:26:49.981Z | Downloaded cookie v0.18.0 |
1402 | 2024-02-26T13:26:49.981Z | Downloaded const-oid v0.9.5 |
1403 | 2024-02-26T13:26:49.994Z | Downloaded compact_str v0.7.1 |
1404 | 2024-02-26T13:26:49.994Z | Downloaded backoff v0.4.0 |
1405 | 2024-02-26T13:26:49.994Z | Downloaded generic-array v0.14.7 |
1406 | 2024-02-26T13:26:49.994Z | Downloaded tempdir v0.3.7 |
1407 | 2024-02-26T13:26:49.995Z | Downloaded structmeta-derive v0.2.0 |
1408 | 2024-02-26T13:26:49.995Z | Downloaded secrecy v0.8.0 |
1409 | 2024-02-26T13:26:49.995Z | Downloaded log v0.4.20 |
1410 | 2024-02-26T13:26:49.995Z | Downloaded lock_api v0.4.10 |
1411 | 2024-02-26T13:26:50.005Z | Downloaded bit-set v0.5.3 |
1412 | 2024-02-26T13:26:50.006Z | Downloaded proc-macro-crate v1.3.1 |
1413 | 2024-02-26T13:26:50.006Z | Downloaded futures-io v0.3.30 |
1414 | 2024-02-26T13:26:50.006Z | Downloaded assert_cmd v2.0.14 |
1415 | 2024-02-26T13:26:50.006Z | Downloaded stringprep v0.1.3 |
1416 | 2024-02-26T13:26:50.006Z | Downloaded serde_tokenstream v0.2.0 |
1417 | 2024-02-26T13:26:50.010Z | Downloaded arrayref v0.3.7 |
1418 | 2024-02-26T13:26:50.010Z | Downloaded base64ct v1.6.0 |
1419 | 2024-02-26T13:26:50.011Z | Downloaded spin v0.5.2 |
1420 | 2024-02-26T13:26:50.011Z | Downloaded sha1 v0.10.6 |
1421 | 2024-02-26T13:26:50.011Z | Downloaded serde_repr v0.1.16 |
1422 | 2024-02-26T13:26:50.011Z | Downloaded constant_time_eq v0.3.0 |
1423 | 2024-02-26T13:26:50.011Z | Downloaded serde_urlencoded v0.7.1 |
1424 | 2024-02-26T13:26:50.011Z | Downloaded serde-hex v0.1.0 |
1425 | 2024-02-26T13:26:50.025Z | Downloaded serde_tokenstream v0.1.7 |
1426 | 2024-02-26T13:26:50.025Z | Downloaded serde_plain v1.0.2 |
1427 | 2024-02-26T13:26:50.025Z | Downloaded ipnet v2.9.0 |
1428 | 2024-02-26T13:26:50.025Z | Downloaded want v0.3.1 |
1429 | 2024-02-26T13:26:50.025Z | Downloaded time-core v0.1.1 |
1430 | 2024-02-26T13:26:50.025Z | Downloaded byteorder v1.5.0 |
1431 | 2024-02-26T13:26:50.025Z | Downloaded rstest v0.18.2 |
1432 | 2024-02-26T13:26:50.025Z | Downloaded num-complex v0.4.4 |
1433 | 2024-02-26T13:26:50.029Z | Downloaded ring v0.17.8 |
1434 | 2024-02-26T13:26:50.095Z | Downloaded crypto-common v0.1.6 |
1435 | 2024-02-26T13:26:50.098Z | Downloaded scopeguard v1.2.0 |
1436 | 2024-02-26T13:26:50.098Z | Downloaded nanorand v0.7.0 |
1437 | 2024-02-26T13:26:50.101Z | Downloaded lru-cache v0.1.2 |
1438 | 2024-02-26T13:26:50.101Z | Downloaded bzip2 v0.4.4 |
1439 | 2024-02-26T13:26:50.102Z | Downloaded castaway v0.2.2 |
1440 | 2024-02-26T13:26:50.105Z | Downloaded linked-hash-map v0.5.6 |
1441 | 2024-02-26T13:26:50.105Z | Downloaded num v0.4.1 |
1442 | 2024-02-26T13:26:50.105Z | Downloaded nibble_vec v0.1.0 |
1443 | 2024-02-26T13:26:50.108Z | Downloaded bytecount v0.6.3 |
1444 | 2024-02-26T13:26:50.108Z | Downloaded is-terminal v0.4.9 |
1445 | 2024-02-26T13:26:50.108Z | Downloaded convert_case v0.4.0 |
1446 | 2024-02-26T13:26:50.111Z | Downloaded same-file v1.0.6 |
1447 | 2024-02-26T13:26:50.111Z | Downloaded try-lock v0.2.4 |
1448 | 2024-02-26T13:26:50.111Z | Downloaded stability v0.1.1 |
1449 | 2024-02-26T13:26:50.114Z | Downloaded bitflags v1.3.2 |
1450 | 2024-02-26T13:26:50.114Z | Downloaded ring v0.16.20 |
1451 | 2024-02-26T13:26:50.195Z | Downloaded autocfg v1.1.0 |
1452 | 2024-02-26T13:26:50.198Z | Downloaded async-recursion v1.0.5 |
1453 | 2024-02-26T13:26:50.198Z | Downloaded array-init v0.0.4 |
1454 | 2024-02-26T13:26:50.198Z | Downloaded vte_generate_state_changes v0.1.1 |
1455 | 2024-02-26T13:26:50.201Z | Downloaded assert_matches v1.5.0 |
1456 | 2024-02-26T13:26:50.201Z | Downloaded ascii-canvas v3.0.0 |
1457 | 2024-02-26T13:26:50.201Z | Downloaded aead v0.5.2 |
1458 | 2024-02-26T13:26:50.201Z | Downloaded anes v0.1.6 |
1459 | 2024-02-26T13:26:50.207Z | Downloaded cassowary v0.3.0 |
1460 | 2024-02-26T13:26:50.207Z | Downloaded bitfield v0.14.0 |
1461 | 2024-02-26T13:26:50.211Z | Downloaded indoc v1.0.9 |
1462 | 2024-02-26T13:26:50.211Z | Downloaded indexmap v1.9.3 |
1463 | 2024-02-26T13:26:50.214Z | Downloaded crc v3.0.1 |
1464 | 2024-02-26T13:26:50.214Z | Downloaded cpufeatures v0.2.12 |
1465 | 2024-02-26T13:26:50.214Z | Downloaded ciborium v0.2.2 |
1466 | 2024-02-26T13:26:50.217Z | Downloaded clang-sys v1.6.1 |
1467 | 2024-02-26T13:26:50.217Z | Downloaded ansi_term v0.12.1 |
1468 | 2024-02-26T13:26:50.231Z | Downloaded approx v0.5.1 |
1469 | 2024-02-26T13:26:50.231Z | Downloaded async-stream-impl v0.3.5 |
1470 | 2024-02-26T13:26:50.234Z | Downloaded ciborium-io v0.2.2 |
1471 | 2024-02-26T13:26:50.234Z | Downloaded hyper-rustls v0.26.0 |
1472 | 2024-02-26T13:26:50.234Z | Downloaded httptest v0.15.5 |
1473 | 2024-02-26T13:26:50.234Z | Downloaded colored v2.0.4 |
1474 | 2024-02-26T13:26:50.234Z | Downloaded rtoolbox v0.0.1 |
1475 | 2024-02-26T13:26:50.234Z | Downloaded num-bigint v0.4.4 |
1476 | 2024-02-26T13:26:50.234Z | Downloaded normalize-line-endings v0.3.0 |
1477 | 2024-02-26T13:26:50.234Z | Downloaded hyper-staticfile v0.9.5 |
1478 | 2024-02-26T13:26:50.238Z | Downloaded chacha20 v0.9.1 |
1479 | 2024-02-26T13:26:50.238Z | Downloaded relative-path v1.9.0 |
1480 | 2024-02-26T13:26:50.238Z | Downloaded newtype-uuid v1.0.1 |
1481 | 2024-02-26T13:26:50.241Z | Downloaded corncobs v0.1.3 |
1482 | 2024-02-26T13:26:50.241Z | Downloaded cobs v0.2.3 |
1483 | 2024-02-26T13:26:50.241Z | Downloaded num-rational v0.4.1 |
1484 | 2024-02-26T13:26:50.244Z | Downloaded httparse v1.8.0 |
1485 | 2024-02-26T13:26:50.244Z | Downloaded ciborium-ll v0.2.2 |
1486 | 2024-02-26T13:26:50.247Z | Downloaded hubpack v0.1.2 |
1487 | 2024-02-26T13:26:50.247Z | Downloaded httpdate v1.0.3 |
1488 | 2024-02-26T13:26:50.247Z | Downloaded cast v0.3.0 |
1489 | 2024-02-26T13:26:50.756Z | Compiling libc v0.2.153 |
1490 | 2024-02-26T13:26:50.756Z | Compiling serde v1.0.196 |
1491 | 2024-02-26T13:26:50.756Z | Compiling autocfg v1.1.0 |
1492 | 2024-02-26T13:26:50.759Z | Compiling version_check v0.9.4 |
1493 | 2024-02-26T13:26:50.759Z | Checking cfg-if v1.0.0 |
1494 | 2024-02-26T13:26:50.802Z | Compiling syn v1.0.109 |
1495 | 2024-02-26T13:26:50.838Z | Compiling syn v2.0.48 |
1496 | 2024-02-26T13:26:50.922Z | Compiling parking_lot_core v0.9.8 |
1497 | 2024-02-26T13:26:50.949Z | Compiling libm v0.2.7 |
1498 | 2024-02-26T13:26:51.296Z | Compiling memchr v2.6.3 |
1499 | 2024-02-26T13:26:51.424Z | Compiling once_cell v1.19.0 |
1500 | 2024-02-26T13:26:51.440Z | Compiling serde_json v1.0.114 |
1501 | 2024-02-26T13:26:51.602Z | Compiling ahash v0.8.7 |
1502 | 2024-02-26T13:26:51.620Z | Compiling lock_api v0.4.10 |
1503 | 2024-02-26T13:26:51.809Z | Compiling num-traits v0.2.16 |
1504 | 2024-02-26T13:26:52.048Z | Compiling byteorder v1.5.0 |
1505 | 2024-02-26T13:26:52.725Z | Compiling log v0.4.20 |
1506 | 2024-02-26T13:26:53.007Z | Checking getrandom v0.2.10 |
1507 | 2024-02-26T13:26:53.090Z | Compiling slab v0.4.9 |
1508 | 2024-02-26T13:26:53.108Z | Compiling cc v1.0.83 |
1509 | 2024-02-26T13:26:53.460Z | Compiling typenum v1.16.0 |
1510 | 2024-02-26T13:26:53.549Z | Checking itoa v1.0.9 |
1511 | 2024-02-26T13:26:53.573Z | Compiling generic-array v0.14.7 |
1512 | 2024-02-26T13:26:53.734Z | Checking scopeguard v1.2.0 |
1513 | 2024-02-26T13:26:53.762Z | Compiling allocator-api2 v0.2.16 |
1514 | 2024-02-26T13:26:53.858Z | Compiling pkg-config v0.3.27 |
1515 | 2024-02-26T13:26:54.012Z | Compiling rustix v0.38.31 |
1516 | 2024-02-26T13:26:54.477Z | Checking smallvec v1.13.1 |
1517 | 2024-02-26T13:26:54.882Z | Compiling schemars v0.8.16 |
1518 | 2024-02-26T13:26:54.909Z | Compiling httparse v1.8.0 |
1519 | 2024-02-26T13:26:54.961Z | Compiling fnv v1.0.7 |
1520 | 2024-02-26T13:26:55.270Z | Compiling vcpkg v0.2.15 |
1521 | 2024-02-26T13:26:55.375Z | Compiling aho-corasick v1.0.4 |
1522 | 2024-02-26T13:26:55.654Z | Compiling regex-syntax v0.8.2 |
1523 | 2024-02-26T13:26:56.392Z | Compiling ring v0.17.8 |
1524 | 2024-02-26T13:26:57.666Z | Compiling openssl-sys v0.9.96 |
1525 | 2024-02-26T13:26:58.392Z | Checking parking_lot v0.12.1 |
1526 | 2024-02-26T13:26:58.578Z | Checking pin-project-lite v0.2.13 |
1527 | 2024-02-26T13:26:58.690Z | Compiling ucd-trie v0.1.6 |
1528 | 2024-02-26T13:26:59.072Z | Compiling serde_derive_internals v0.26.0 |
1529 | 2024-02-26T13:26:59.282Z | Compiling regex-automata v0.4.4 |
1530 | 2024-02-26T13:27:00.413Z | Compiling ring v0.16.20 |
1531 | 2024-02-26T13:27:00.631Z | Checking ryu v1.0.15 |
1532 | 2024-02-26T13:27:01.632Z | Checking signal-hook-registry v1.4.1 |
1533 | 2024-02-26T13:27:01.804Z | Compiling crossbeam-utils v0.8.16 |
1534 | 2024-02-26T13:27:01.883Z | Compiling openssl v0.10.60 |
1535 | 2024-02-26T13:27:02.308Z | Checking mio v0.8.9 |
1536 | 2024-02-26T13:27:02.367Z | Checking rand_core v0.6.4 |
1537 | 2024-02-26T13:27:02.407Z | Compiling iana-time-zone v0.1.57 |
1538 | 2024-02-26T13:27:02.651Z | Checking num_cpus v1.16.0 |
1539 | 2024-02-26T13:27:02.766Z | Compiling rustls v0.21.9 |
1540 | 2024-02-26T13:27:02.849Z | Compiling native-tls v0.2.11 |
1541 | 2024-02-26T13:27:02.924Z | Checking futures-core v0.3.30 |
1542 | 2024-02-26T13:27:03.057Z | Compiling dyn-clone v1.0.16 |
1543 | 2024-02-26T13:27:03.212Z | Compiling regex v1.10.3 |
1544 | 2024-02-26T13:27:03.251Z | Compiling spin v0.5.2 |
1545 | 2024-02-26T13:27:03.267Z | Checking socket2 v0.5.5 |
1546 | 2024-02-26T13:27:03.479Z | Compiling slog v2.7.0 |
1547 | 2024-02-26T13:27:03.753Z | Compiling async-trait v0.1.77 |
1548 | 2024-02-26T13:27:04.058Z | Compiling memoffset v0.9.0 |
1549 | 2024-02-26T13:27:04.530Z | Compiling crossbeam-epoch v0.9.15 |
1550 | 2024-02-26T13:27:04.648Z | Compiling backtrace v0.3.69 |
1551 | 2024-02-26T13:27:05.111Z | Compiling futures-sink v0.3.30 |
1552 | 2024-02-26T13:27:05.175Z | Compiling errno v0.3.8 |
1553 | 2024-02-26T13:27:05.184Z | Compiling unicode-xid v0.2.4 |
1554 | 2024-02-26T13:27:05.263Z | Compiling crc32fast v1.3.2 |
1555 | 2024-02-26T13:27:05.363Z | Compiling either v1.10.0 |
1556 | 2024-02-26T13:27:05.403Z | Compiling rustversion v1.0.14 |
1557 | 2024-02-26T13:27:05.587Z | Compiling tinyvec_macros v0.1.1 |
1558 | 2024-02-26T13:27:05.668Z | Compiling serde_derive v1.0.196 |
1559 | 2024-02-26T13:27:05.683Z | Compiling zerocopy-derive v0.7.32 |
1560 | 2024-02-26T13:27:05.743Z | Compiling thiserror-impl v1.0.57 |
1561 | 2024-02-26T13:27:05.765Z | Compiling zeroize_derive v1.4.2 |
1562 | 2024-02-26T13:27:05.779Z | Compiling tokio-macros v2.2.0 |
1563 | 2024-02-26T13:27:06.117Z | Compiling futures-macro v0.3.30 |
1564 | 2024-02-26T13:27:06.260Z | Compiling tracing-attributes v0.1.26 |
1565 | 2024-02-26T13:27:07.563Z | Compiling schemars_derive v0.8.16 |
1566 | 2024-02-26T13:27:07.679Z | Compiling openssl-macros v0.1.1 |
1567 | 2024-02-26T13:27:08.235Z | Compiling zerocopy v0.7.32 |
1568 | 2024-02-26T13:27:08.464Z | Checking zeroize v1.7.0 |
1569 | 2024-02-26T13:27:09.400Z | Compiling thiserror v1.0.57 |
1570 | 2024-02-26T13:27:09.527Z | Compiling pest v2.7.6 |
1571 | 2024-02-26T13:27:09.613Z | Compiling tinyvec v1.6.0 |
1572 | 2024-02-26T13:27:10.025Z | Compiling futures-channel v0.3.30 |
1573 | 2024-02-26T13:27:10.445Z | Compiling hashbrown v0.14.3 |
1574 | 2024-02-26T13:27:10.719Z | Compiling futures-io v0.3.30 |
1575 | 2024-02-26T13:27:11.031Z | Compiling unicode-width v0.1.11 |
1576 | 2024-02-26T13:27:11.078Z | Compiling anyhow v1.0.75 |
1577 | 2024-02-26T13:27:11.153Z | Compiling futures-task v0.3.30 |
1578 | 2024-02-26T13:27:11.201Z | Compiling pin-utils v0.1.0 |
1579 | 2024-02-26T13:27:11.287Z | Compiling unicode-normalization v0.1.22 |
1580 | 2024-02-26T13:27:11.439Z | Compiling futures-util v0.3.30 |
1581 | 2024-02-26T13:27:11.723Z | Compiling spin v0.9.8 |
1582 | 2024-02-26T13:27:11.837Z | Compiling pest_meta v2.7.6 |
1583 | 2024-02-26T13:27:11.896Z | Compiling tracing-core v0.1.31 |
1584 | 2024-02-26T13:27:12.178Z | Compiling unicode-bidi v0.3.13 |
1585 | 2024-02-26T13:27:12.445Z | Compiling der_derive v0.7.2 |
1586 | 2024-02-26T13:27:12.959Z | Compiling tracing v0.1.37 |
1587 | 2024-02-26T13:27:13.471Z | Compiling pest_generator v2.7.6 |
1588 | 2024-02-26T13:27:13.578Z | Compiling winnow v0.5.15 |
1589 | 2024-02-26T13:27:14.160Z | Compiling lazy_static v1.4.0 |
1590 | 2024-02-26T13:27:15.511Z | Checking subtle v2.5.0 |
1591 | 2024-02-26T13:27:16.124Z | Compiling untrusted v0.7.1 |
1592 | 2024-02-26T13:27:16.978Z | Compiling time-core v0.1.1 |
1593 | 2024-02-26T13:27:17.183Z | Compiling foreign-types-shared v0.1.1 |
1594 | 2024-02-26T13:27:17.290Z | Compiling pest_derive v2.7.6 |
1595 | 2024-02-26T13:27:17.309Z | Compiling percent-encoding v2.3.1 |
1596 | 2024-02-26T13:27:17.335Z | Compiling untrusted v0.9.0 |
1597 | 2024-02-26T13:27:17.664Z | Compiling foreign-types v0.3.2 |
1598 | 2024-02-26T13:27:17.766Z | Compiling time-macros v0.2.13 |
1599 | 2024-02-26T13:27:18.678Z | Compiling scroll_derive v0.12.0 |
1600 | 2024-02-26T13:27:19.416Z | Compiling synstructure v0.12.6 |
1601 | 2024-02-26T13:27:19.999Z | Checking bytes v1.5.0 |
1602 | 2024-02-26T13:27:20.299Z | Checking bitflags v2.4.0 |
1603 | 2024-02-26T13:27:20.809Z | Checking tokio v1.36.0 |
1604 | 2024-02-26T13:27:21.321Z | Compiling indexmap v2.2.3 |
1605 | 2024-02-26T13:27:21.583Z | Compiling chrono v0.4.31 |
1606 | 2024-02-26T13:27:21.878Z | Compiling uuid v1.7.0 |
1607 | 2024-02-26T13:27:22.039Z | Compiling semver v1.0.22 |
1608 | 2024-02-26T13:27:22.388Z | Compiling http v0.2.11 |
1609 | 2024-02-26T13:27:22.868Z | Compiling serde_spanned v0.6.5 |
1610 | 2024-02-26T13:27:23.120Z | Compiling toml_datetime v0.6.5 |
1611 | 2024-02-26T13:27:23.575Z | Compiling openapiv3 v2.0.0 |
1612 | 2024-02-26T13:27:23.587Z | Compiling rustc_version v0.4.0 |
1613 | 2024-02-26T13:27:24.452Z | Compiling toml_edit v0.19.15 |
1614 | 2024-02-26T13:27:25.798Z | Compiling thread-id v4.2.0 |
1615 | 2024-02-26T13:27:25.924Z | Compiling base64 v0.21.7 |
1616 | 2024-02-26T13:27:26.456Z | Compiling try-lock v0.2.4 |
1617 | 2024-02-26T13:27:26.456Z | Compiling want v0.3.1 |
1618 | 2024-02-26T13:27:26.651Z | Compiling http-body v0.4.5 |
1619 | 2024-02-26T13:27:26.693Z | Compiling zerocopy-derive v0.2.0 |
1620 | 2024-02-26T13:27:27.057Z | Compiling sct v0.7.0 |
1621 | 2024-02-26T13:27:27.383Z | Compiling rustls-webpki v0.101.7 |
1622 | 2024-02-26T13:27:28.226Z | Compiling form_urlencoded v1.2.1 |
1623 | 2024-02-26T13:27:28.538Z | Compiling socket2 v0.4.9 |
1624 | 2024-02-26T13:27:28.843Z | Compiling httpdate v1.0.3 |
1625 | 2024-02-26T13:27:29.202Z | Compiling const-oid v0.9.5 |
1626 | 2024-02-26T13:27:29.229Z | Compiling openssl-probe v0.1.5 |
1627 | 2024-02-26T13:27:29.318Z | Compiling tower-service v0.3.2 |
1628 | 2024-02-26T13:27:29.400Z | Compiling idna v0.5.0 |
1629 | 2024-02-26T13:27:29.569Z | Compiling adler v1.0.2 |
1630 | 2024-02-26T13:27:29.791Z | Compiling miniz_oxide v0.7.1 |
1631 | 2024-02-26T13:27:30.724Z | Compiling url v2.5.0 |
1632 | 2024-02-26T13:27:31.082Z | Compiling tokio-util v0.7.10 |
1633 | 2024-02-26T13:27:31.440Z | Compiling ipnet v2.9.0 |
1634 | 2024-02-26T13:27:32.175Z | Compiling signal-hook v0.3.17 |
1635 | 2024-02-26T13:27:32.496Z | Compiling h2 v0.3.24 |
1636 | 2024-02-26T13:27:32.797Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-26T13:27:32.890Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-26T13:27:33.277Z | Compiling tokio-native-tls v0.3.1 |
1639 | 2024-02-26T13:27:33.312Z | Compiling crypto-common v0.1.6 |
1640 | 2024-02-26T13:27:33.349Z | Compiling tokio-rustls v0.24.1 |
1641 | 2024-02-26T13:27:33.555Z | Compiling clap_derive v4.5.0 |
1642 | 2024-02-26T13:27:33.601Z | Compiling zerocopy-derive v0.6.4 |
1643 | 2024-02-26T13:27:33.758Z | Compiling usdt-impl v0.3.5 |
1644 | 2024-02-26T13:27:34.131Z | Compiling encoding_rs v0.8.33 |
1645 | 2024-02-26T13:27:34.944Z | Compiling webpki-roots v0.25.2 |
1646 | 2024-02-26T13:27:35.107Z | Compiling siphasher v0.3.11 |
1647 | 2024-02-26T13:27:35.418Z | Compiling mime v0.3.17 |
1648 | 2024-02-26T13:27:35.529Z | Compiling gimli v0.28.0 |
1649 | 2024-02-26T13:27:36.053Z | Compiling zerocopy v0.3.0 |
1650 | 2024-02-26T13:27:36.124Z | Compiling scroll v0.12.0 |
1651 | 2024-02-26T13:27:36.698Z | Compiling block-buffer v0.10.4 |
1652 | 2024-02-26T13:27:36.965Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1653 | 2024-02-26T13:27:37.232Z | Compiling object v0.32.1 |
1654 | 2024-02-26T13:27:37.483Z | Compiling num-iter v0.1.43 |
1655 | 2024-02-26T13:27:37.805Z | Compiling usdt-impl v0.5.0 |
1656 | 2024-02-26T13:27:38.182Z | Compiling rustc-demangle v0.1.23 |
1657 | 2024-02-26T13:27:38.853Z | Compiling plain v0.2.3 |
1658 | 2024-02-26T13:27:39.024Z | Compiling goblin v0.8.0 |
1659 | 2024-02-26T13:27:39.099Z | Compiling flate2 v1.0.28 |
1660 | 2024-02-26T13:27:39.158Z | Compiling digest v0.10.7 |
1661 | 2024-02-26T13:27:39.176Z | Compiling dof v0.1.5 |
1662 | 2024-02-26T13:27:39.643Z | Compiling hyper v0.14.27 |
1663 | 2024-02-26T13:27:39.843Z | Compiling heapless v0.7.16 |
1664 | 2024-02-26T13:27:40.131Z | Compiling addr2line v0.21.0 |
1665 | 2024-02-26T13:27:40.312Z | Compiling dtrace-parser v0.1.14 |
1666 | 2024-02-26T13:27:40.697Z | Compiling futures-executor v0.3.30 |
1667 | 2024-02-26T13:27:40.716Z | Compiling strum_macros v0.25.2 |
1668 | 2024-02-26T13:27:40.944Z | Compiling ppv-lite86 v0.2.17 |
1669 | 2024-02-26T13:27:41.317Z | Checking equivalent v1.0.1 |
1670 | 2024-02-26T13:27:41.424Z | Compiling pretty-hex v0.4.1 |
1671 | 2024-02-26T13:27:41.778Z | Compiling toml_edit v0.22.6 |
1672 | 2024-02-26T13:27:42.452Z | Compiling rand_chacha v0.3.1 |
1673 | 2024-02-26T13:27:44.342Z | Compiling futures v0.3.30 |
1674 | 2024-02-26T13:27:45.147Z | Compiling dof v0.3.0 |
1675 | 2024-02-26T13:27:45.368Z | Compiling toml v0.7.8 |
1676 | 2024-02-26T13:27:45.372Z | Compiling serde_tokenstream v0.1.7 |
1677 | 2024-02-26T13:27:45.934Z | Compiling hex v0.4.3 |
1678 | 2024-02-26T13:27:46.554Z | Compiling dtrace-parser v0.2.0 |
1679 | 2024-02-26T13:27:46.936Z | Compiling hyper-tls v0.5.0 |
1680 | 2024-02-26T13:27:47.202Z | Compiling hyper-rustls v0.24.2 |
1681 | 2024-02-26T13:27:47.579Z | Compiling reqwest v0.11.22 |
1682 | 2024-02-26T13:27:47.598Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1683 | 2024-02-26T13:27:48.160Z | Compiling bit-vec v0.6.3 |
1684 | 2024-02-26T13:27:48.572Z | Compiling rand v0.8.5 |
1685 | 2024-02-26T13:27:48.606Z | Compiling phf_shared v0.10.0 |
1686 | 2024-02-26T13:27:48.670Z | Compiling num-bigint v0.4.4 |
1687 | 2024-02-26T13:27:49.003Z | Compiling smoltcp v0.9.1 |
1688 | 2024-02-26T13:27:49.643Z | Compiling precomputed-hash v0.1.1 |
1689 | 2024-02-26T13:27:49.762Z | Compiling base64ct v1.6.0 |
1690 | 2024-02-26T13:27:49.790Z | Compiling fixedbitset v0.4.2 |
1691 | 2024-02-26T13:27:50.008Z | Compiling new_debug_unreachable v1.0.4 |
1692 | 2024-02-26T13:27:50.104Z | Compiling minimal-lexical v0.2.1 |
1693 | 2024-02-26T13:27:50.129Z | Compiling string_cache v0.8.7 |
1694 | 2024-02-26T13:27:50.238Z | Compiling pem-rfc7468 v0.7.0 |
1695 | 2024-02-26T13:27:50.284Z | Compiling petgraph v0.6.4 |
1696 | 2024-02-26T13:27:50.596Z | Compiling nom v7.1.3 |
1697 | 2024-02-26T13:27:50.622Z | Compiling bit-set v0.5.3 |
1698 | 2024-02-26T13:27:50.840Z | Compiling usdt-macro v0.3.5 |
1699 | 2024-02-26T13:27:50.889Z | Compiling usdt-attr-macro v0.3.5 |
1700 | 2024-02-26T13:27:50.912Z | Compiling hmac v0.12.1 |
1701 | 2024-02-26T13:27:51.023Z | Compiling hubpack_derive v0.1.1 |
1702 | 2024-02-26T13:27:51.143Z | Compiling enum-as-inner v0.5.1 |
1703 | 2024-02-26T13:27:51.754Z | Compiling itertools v0.10.5 |
1704 | 2024-02-26T13:27:51.995Z | Compiling diesel_table_macro_syntax v0.1.0 |
1705 | 2024-02-26T13:27:52.411Z | Compiling flagset v0.4.3 |
1706 | 2024-02-26T13:27:52.435Z | Compiling lalrpop-util v0.19.12 |
1707 | 2024-02-26T13:27:52.439Z | Compiling unicode-segmentation v1.10.1 |
1708 | 2024-02-26T13:27:52.477Z | Compiling diesel_derives v2.1.2 |
1709 | 2024-02-26T13:27:52.617Z | Compiling der v0.7.8 |
1710 | 2024-02-26T13:27:54.480Z | Compiling cpufeatures v0.2.12 |
1711 | 2024-02-26T13:27:54.581Z | Compiling sha2 v0.10.8 |
1712 | 2024-02-26T13:27:54.777Z | Compiling spki v0.7.2 |
1713 | 2024-02-26T13:27:54.928Z | Compiling md-5 v0.10.5 |
1714 | 2024-02-26T13:27:54.970Z | Compiling stringprep v0.1.3 |
1715 | 2024-02-26T13:27:55.152Z | Compiling serde_repr v0.1.16 |
1716 | 2024-02-26T13:27:55.197Z | Compiling num-integer v0.1.46 |
1717 | 2024-02-26T13:27:55.770Z | Compiling hash32 v0.2.1 |
1718 | 2024-02-26T13:27:56.023Z | Compiling fallible-iterator v0.2.0 |
1719 | 2024-02-26T13:27:56.039Z | Compiling stable_deref_trait v1.2.0 |
1720 | 2024-02-26T13:27:56.060Z | Compiling pkcs8 v0.10.2 |
1721 | 2024-02-26T13:27:56.606Z | Compiling phf_shared v0.11.2 |
1722 | 2024-02-26T13:27:56.712Z | Compiling postgres-protocol v0.6.6 |
1723 | 2024-02-26T13:27:56.950Z | Compiling ff v0.13.0 |
1724 | 2024-02-26T13:27:57.234Z | Compiling terminal_size v0.3.0 |
1725 | 2024-02-26T13:27:57.436Z | Compiling block-padding v0.3.3 |
1726 | 2024-02-26T13:27:57.511Z | Compiling scheduled-thread-pool v0.2.7 |
1727 | 2024-02-26T13:27:57.545Z | Compiling bitflags v1.3.2 |
1728 | 2024-02-26T13:27:57.648Z | Compiling base16ct v0.2.0 |
1729 | 2024-02-26T13:27:57.712Z | Checking unicode-ident v1.0.12 |
1730 | 2024-02-26T13:27:57.729Z | Compiling deranged v0.3.8 |
1731 | 2024-02-26T13:27:57.961Z | Compiling num_threads v0.1.6 |
1732 | 2024-02-26T13:27:58.014Z | Compiling regex-automata v0.1.10 |
1733 | 2024-02-26T13:27:58.089Z | Compiling matches v0.1.10 |
1734 | 2024-02-26T13:27:58.124Z | Compiling managed v0.8.0 |
1735 | 2024-02-26T13:27:58.185Z | Compiling clap_builder v4.5.0 |
1736 | 2024-02-26T13:27:58.325Z | Compiling idna v0.2.3 |
1737 | 2024-02-26T13:27:58.526Z | Compiling bstr v0.2.17 |
1738 | 2024-02-26T13:27:58.596Z | Compiling sec1 v0.7.3 |
1739 | 2024-02-26T13:27:59.189Z | Compiling r2d2 v0.8.10 |
1740 | 2024-02-26T13:27:59.577Z | Compiling time v0.3.27 |
1741 | 2024-02-26T13:27:59.643Z | Compiling inout v0.1.3 |
1742 | 2024-02-26T13:27:59.982Z | Compiling postgres-types v0.2.6 |
1743 | 2024-02-26T13:28:00.122Z | Compiling group v0.13.0 |
1744 | 2024-02-26T13:28:00.336Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-02-26T13:28:00.436Z | Compiling phf v0.11.2 |
1746 | 2024-02-26T13:28:00.498Z | Compiling bzip2 v0.4.4 |
1747 | 2024-02-26T13:28:00.914Z | Compiling hubpack v0.1.2 |
1748 | 2024-02-26T13:28:00.948Z | Compiling hkdf v0.12.4 |
1749 | 2024-02-26T13:28:01.366Z | Compiling zerocopy v0.6.4 |
1750 | 2024-02-26T13:28:01.581Z | Compiling crypto-bigint v0.5.2 |
1751 | 2024-02-26T13:28:01.608Z | Compiling ipnetwork v0.20.0 |
1752 | 2024-02-26T13:28:02.584Z | Compiling float-cmp v0.9.0 |
1753 | 2024-02-26T13:28:02.983Z | Compiling whoami v1.4.1 |
1754 | 2024-02-26T13:28:03.019Z | Compiling static_assertions v1.1.0 |
1755 | 2024-02-26T13:28:03.122Z | Compiling normalize-line-endings v0.3.0 |
1756 | 2024-02-26T13:28:03.250Z | Compiling predicates-core v1.0.6 |
1757 | 2024-02-26T13:28:03.600Z | Compiling difflib v0.4.0 |
1758 | 2024-02-26T13:28:03.627Z | Compiling data-encoding v2.4.0 |
1759 | 2024-02-26T13:28:03.634Z | Compiling regex-automata v0.3.8 |
1760 | 2024-02-26T13:28:05.278Z | Compiling trust-dns-proto v0.22.0 |
1761 | 2024-02-26T13:28:05.282Z | Compiling predicates v3.1.0 |
1762 | 2024-02-26T13:28:05.311Z | Compiling yasna v0.5.2 |
1763 | 2024-02-26T13:28:06.041Z | Compiling bstr v1.6.0 |
1764 | 2024-02-26T13:28:06.285Z | Compiling elliptic-curve v0.13.8 |
1765 | 2024-02-26T13:28:07.065Z | Compiling tokio-postgres v0.7.10 |
1766 | 2024-02-26T13:28:07.167Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1767 | 2024-02-26T13:28:07.359Z | Compiling clap v4.5.0 |
1768 | 2024-02-26T13:28:07.481Z | Compiling zip v0.6.6 |
1769 | 2024-02-26T13:28:07.678Z | Compiling crossterm v0.27.0 |
1770 | 2024-02-26T13:28:08.700Z | Compiling cipher v0.4.4 |
1771 | 2024-02-26T13:28:08.988Z | Compiling similar v2.3.0 |
1772 | 2024-02-26T13:28:09.732Z | Compiling diesel v2.1.4 |
1773 | 2024-02-26T13:28:11.160Z | Compiling usdt v0.3.5 |
1774 | 2024-02-26T13:28:11.456Z | Compiling strum v0.25.0 |
1775 | 2024-02-26T13:28:11.625Z | Compiling tokio-stream v0.1.14 |
1776 | 2024-02-26T13:28:11.642Z | Compiling console v0.15.8 |
1777 | 2024-02-26T13:28:12.173Z | Checking proc-macro2 v1.0.78 |
1778 | 2024-02-26T13:28:12.886Z | Checking quote v1.0.35 |
1779 | 2024-02-26T13:28:15.201Z | Checking utf8parse v0.2.1 |
1780 | 2024-02-26T13:28:16.302Z | Checking anstyle v1.0.2 |
1781 | 2024-02-26T13:28:21.095Z | Checking anstyle-parse v0.2.1 |
1782 | 2024-02-26T13:28:22.032Z | Checking colorchoice v1.0.0 |
1783 | 2024-02-26T13:28:22.284Z | Checking anstyle-query v1.0.0 |
1784 | 2024-02-26T13:28:22.400Z | Checking anstream v0.6.11 |
1785 | 2024-02-26T13:28:22.748Z | Compiling serde_tokenstream v0.2.0 |
1786 | 2024-02-26T13:28:22.860Z | Checking clap_lex v0.7.0 |
1787 | 2024-02-26T13:28:23.137Z | Checking strsim v0.11.0 |
1788 | 2024-02-26T13:28:28.894Z | Checking winnow v0.6.1 |
1789 | 2024-02-26T13:28:35.284Z | Compiling regress v0.8.0 |
1790 | 2024-02-26T13:28:38.323Z | Compiling getopts v0.2.21 |
1791 | 2024-02-26T13:28:38.612Z | Compiling unsafe-libyaml v0.2.10 |
1792 | 2024-02-26T13:28:39.184Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1793 | 2024-02-26T13:28:39.371Z | Checking heck v0.4.1 |
1794 | 2024-02-26T13:28:40.683Z | Compiling serde_yaml v0.9.25 |
1795 | 2024-02-26T13:28:41.045Z | Checking camino v1.1.6 |
1796 | 2024-02-26T13:28:41.325Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1797 | 2024-02-26T13:28:41.607Z | Compiling strsim v0.10.0 |
1798 | 2024-02-26T13:28:41.624Z | Compiling ident_case v1.0.1 |
1799 | 2024-02-26T13:28:41.678Z | Checking fastrand v2.0.1 |
1800 | 2024-02-26T13:28:41.798Z | Checking rustls-pki-types v1.3.0 |
1801 | 2024-02-26T13:28:42.003Z | Checking match_cfg v0.1.0 |
1802 | 2024-02-26T13:28:42.108Z | Checking hostname v0.3.1 |
1803 | 2024-02-26T13:28:42.209Z | Checking tempfile v3.10.0 |
1804 | 2024-02-26T13:28:42.238Z | Checking http v1.0.0 |
1805 | 2024-02-26T13:28:42.452Z | Checking atty v0.2.14 |
1806 | 2024-02-26T13:28:42.556Z | Checking quick-error v1.2.3 |
1807 | 2024-02-26T13:28:42.572Z | Compiling paste v1.0.14 |
1808 | 2024-02-26T13:28:42.692Z | Checking sha1 v0.10.6 |
1809 | 2024-02-26T13:28:42.959Z | Checking dirs-sys-next v0.1.2 |
1810 | 2024-02-26T13:28:43.147Z | Compiling rustls v0.22.2 |
1811 | 2024-02-26T13:28:43.491Z | Checking dirs-next v2.0.0 |
1812 | 2024-02-26T13:28:43.594Z | Checking rustls-webpki v0.102.1 |
1813 | 2024-02-26T13:28:43.625Z | Checking crossbeam-channel v0.5.8 |
1814 | 2024-02-26T13:28:44.364Z | Checking thread_local v1.1.7 |
1815 | 2024-02-26T13:28:44.397Z | Checking instant v0.1.12 |
1816 | 2024-02-26T13:28:44.511Z | Compiling slog-async v2.8.0 |
1817 | 2024-02-26T13:28:44.654Z | Checking term v0.7.0 |
1818 | 2024-02-26T13:28:45.082Z | Checking rustls-pemfile v2.1.0 |
1819 | 2024-02-26T13:28:45.109Z | Compiling multer v3.0.0 |
1820 | 2024-02-26T13:28:45.169Z | Checking debug-ignore v1.0.5 |
1821 | 2024-02-26T13:28:45.210Z | Checking take_mut v0.2.2 |
1822 | 2024-02-26T13:28:45.306Z | Checking slog-term v2.9.0 |
1823 | 2024-02-26T13:28:45.324Z | Compiling darling_core v0.20.3 |
1824 | 2024-02-26T13:28:45.497Z | Checking slog-json v2.6.1 |
1825 | 2024-02-26T13:28:45.643Z | Compiling async-stream-impl v0.3.5 |
1826 | 2024-02-26T13:28:45.766Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1827 | 2024-02-26T13:28:45.794Z | Checking atomic-waker v1.1.1 |
1828 | 2024-02-26T13:28:45.920Z | Checking waitgroup v0.1.2 |
1829 | 2024-02-26T13:28:46.059Z | Checking slog-bunyan v2.5.0 |
1830 | 2024-02-26T13:28:46.222Z | Checking toml v0.8.10 |
1831 | 2024-02-26T13:28:46.572Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1832 | 2024-02-26T13:28:46.980Z | Checking serde_path_to_error v0.1.15 |
1833 | 2024-02-26T13:28:47.176Z | Checking async-stream v0.3.5 |
1834 | 2024-02-26T13:28:47.365Z | Checking wait-timeout v0.2.0 |
1835 | 2024-02-26T13:28:47.548Z | Compiling strum_macros v0.26.1 |
1836 | 2024-02-26T13:28:47.684Z | Compiling structmeta-derive v0.3.0 |
1837 | 2024-02-26T13:28:48.378Z | Checking tokio-rustls v0.25.0 |
1838 | 2024-02-26T13:28:48.776Z | Checking rusty-fork v0.3.0 |
1839 | 2024-02-26T13:28:49.069Z | Checking newtype-uuid v1.0.1 |
1840 | 2024-02-26T13:28:49.321Z | Compiling structmeta-derive v0.2.0 |
1841 | 2024-02-26T13:28:51.004Z | Compiling structmeta v0.3.0 |
1842 | 2024-02-26T13:28:51.470Z | Checking rand_xorshift v0.3.0 |
1843 | 2024-02-26T13:28:51.639Z | Checking unarray v0.1.4 |
1844 | 2024-02-26T13:28:51.692Z | Compiling darling_macro v0.20.3 |
1845 | 2024-02-26T13:28:51.794Z | Checking proptest v1.4.0 |
1846 | 2024-02-26T13:28:52.690Z | Compiling structmeta v0.2.0 |
1847 | 2024-02-26T13:28:52.844Z | Compiling darling v0.20.3 |
1848 | 2024-02-26T13:28:52.966Z | Compiling serde_with_macros v3.6.1 |
1849 | 2024-02-26T13:28:53.044Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1850 | 2024-02-26T13:28:53.104Z | Compiling parse-display-derive v0.9.0 |
1851 | 2024-02-26T13:28:53.137Z | Checking backoff v0.4.0 |
1852 | 2024-02-26T13:28:53.173Z | Checking strum v0.26.1 |
1853 | 2024-02-26T13:28:53.330Z | Compiling test-strategy v0.3.1 |
1854 | 2024-02-26T13:28:53.438Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1855 | 2024-02-26T13:28:53.505Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1856 | 2024-02-26T13:28:53.606Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1857 | 2024-02-26T13:28:53.757Z | Checking macaddr v1.0.1 |
1858 | 2024-02-26T13:28:54.100Z | Checking camino-tempfile v1.1.1 |
1859 | 2024-02-26T13:28:54.345Z | Checking is-terminal v0.4.9 |
1860 | 2024-02-26T13:28:54.392Z | Compiling proc-macro-error-attr v1.0.4 |
1861 | 2024-02-26T13:28:54.465Z | Compiling proc-macro-error v1.0.4 |
1862 | 2024-02-26T13:28:54.956Z | Compiling proc-macro-crate v1.3.1 |
1863 | 2024-02-26T13:28:56.137Z | Compiling heapless v0.8.0 |
1864 | 2024-02-26T13:28:56.403Z | Checking serde_with v3.6.1 |
1865 | 2024-02-26T13:28:56.465Z | Checking termtree v0.4.1 |
1866 | 2024-02-26T13:28:56.486Z | Compiling num_enum_derive v0.5.11 |
1867 | 2024-02-26T13:28:56.669Z | Checking predicates-tree v1.0.9 |
1868 | 2024-02-26T13:28:56.810Z | Checking hash32 v0.3.1 |
1869 | 2024-02-26T13:28:56.991Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1870 | 2024-02-26T13:28:57.045Z | Compiling smoltcp v0.11.0 |
1871 | 2024-02-26T13:28:57.651Z | Compiling usdt-macro v0.5.0 |
1872 | 2024-02-26T13:28:57.967Z | Compiling usdt-attr-macro v0.5.0 |
1873 | 2024-02-26T13:28:58.160Z | Checking parse-display v0.9.0 |
1874 | 2024-02-26T13:28:58.302Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1875 | 2024-02-26T13:28:58.371Z | Checking memmap v0.7.0 |
1876 | 2024-02-26T13:28:58.434Z | Checking embedded-io v0.4.0 |
1877 | 2024-02-26T13:28:58.569Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1878 | 2024-02-26T13:28:58.637Z | Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-02-26T13:28:58.895Z | Checking cobs v0.2.3 |
1880 | 2024-02-26T13:28:59.071Z | Checking postcard v1.0.8 |
1881 | 2024-02-26T13:28:59.264Z | Compiling foreign-types-macros v0.2.3 |
1882 | 2024-02-26T13:28:59.493Z | Checking num_enum v0.5.11 |
1883 | 2024-02-26T13:28:59.637Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-26T13:28:59.744Z | Checking usdt v0.5.0 |
1885 | 2024-02-26T13:28:59.788Z | Checking foreign-types-shared v0.3.1 |
1886 | 2024-02-26T13:28:59.904Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1887 | 2024-02-26T13:28:59.973Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1888 | 2024-02-26T13:29:00.163Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1889 | 2024-02-26T13:29:00.200Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1890 | 2024-02-26T13:29:00.289Z | Checking cstr-argument v0.1.2 |
1891 | 2024-02-26T13:29:00.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1892 | 2024-02-26T13:29:00.472Z | Checking pretty-hex v0.2.1 |
1893 | 2024-02-26T13:29:00.640Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1894 | 2024-02-26T13:29:00.680Z | Checking colored v2.0.4 |
1895 | 2024-02-26T13:29:00.684Z | Checking foreign-types v0.5.0 |
1896 | 2024-02-26T13:29:00.782Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1897 | 2024-02-26T13:29:00.894Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1898 | 2024-02-26T13:29:00.983Z | Compiling zone_cfg_derive v0.3.0 |
1899 | 2024-02-26T13:29:01.100Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1900 | 2024-02-26T13:29:01.124Z | Compiling num-derive v0.4.0 |
1901 | 2024-02-26T13:29:01.154Z | Compiling mockall_derive v0.12.0 |
1902 | 2024-02-26T13:29:01.465Z | Checking downcast v0.11.0 |
1903 | 2024-02-26T13:29:01.678Z | Checking fragile v2.0.0 |
1904 | 2024-02-26T13:29:01.931Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1905 | 2024-02-26T13:29:02.216Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1906 | 2024-02-26T13:29:02.238Z | Checking smf v0.2.2 |
1907 | 2024-02-26T13:29:02.625Z | Checking zone v0.3.0 |
1908 | 2024-02-26T13:29:02.721Z | Checking xattr v1.0.1 |
1909 | 2024-02-26T13:29:02.924Z | Checking filetime v0.2.23 |
1910 | 2024-02-26T13:29:03.127Z | Checking same-file v1.0.6 |
1911 | 2024-02-26T13:29:03.217Z | Checking tar v0.4.40 |
1912 | 2024-02-26T13:29:03.295Z | Checking walkdir v2.4.0 |
1913 | 2024-02-26T13:29:03.435Z | Checking pem v3.0.2 |
1914 | 2024-02-26T13:29:03.565Z | Compiling rayon-core v1.12.0 |
1915 | 2024-02-26T13:29:03.636Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1916 | 2024-02-26T13:29:03.666Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1917 | 2024-02-26T13:29:03.685Z | Checking linked-hash-map v0.5.6 |
1918 | 2024-02-26T13:29:03.784Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1919 | 2024-02-26T13:29:03.931Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1920 | 2024-02-26T13:29:03.970Z | Checking itertools v0.12.1 |
1921 | 2024-02-26T13:29:03.997Z | Checking lru-cache v0.1.2 |
1922 | 2024-02-26T13:29:04.064Z | Checking headers-core v0.2.0 |
1923 | 2024-02-26T13:29:04.174Z | Checking password-hash v0.5.0 |
1924 | 2024-02-26T13:29:04.204Z | Checking headers v0.3.9 |
1925 | 2024-02-26T13:29:04.649Z | Checking blake2 v0.10.6 |
1926 | 2024-02-26T13:29:05.070Z | Checking swrite v0.1.0 |
1927 | 2024-02-26T13:29:05.147Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1928 | 2024-02-26T13:29:05.197Z | Checking argon2 v0.5.3 |
1929 | 2024-02-26T13:29:05.345Z | Compiling derive-where v1.2.7 |
1930 | 2024-02-26T13:29:05.438Z | Checking rcgen v0.12.1 |
1931 | 2024-02-26T13:29:05.789Z | Checking atomicwrites v0.4.3 |
1932 | 2024-02-26T13:29:05.986Z | Checking subprocess v0.2.9 |
1933 | 2024-02-26T13:29:06.005Z | Checking arc-swap v1.6.0 |
1934 | 2024-02-26T13:29:06.136Z | Compiling cancel-safe-futures v0.1.5 |
1935 | 2024-02-26T13:29:06.442Z | Checking slog-scope v4.4.0 |
1936 | 2024-02-26T13:29:06.515Z | Checking half v2.3.1 |
1937 | 2024-02-26T13:29:06.556Z | Checking ciborium-io v0.2.2 |
1938 | 2024-02-26T13:29:06.638Z | Checking slog-stdlog v4.1.1 |
1939 | 2024-02-26T13:29:06.731Z | Checking resolv-conf v0.7.0 |
1940 | 2024-02-26T13:29:06.795Z | Checking slog-envlogger v2.2.0 |
1941 | 2024-02-26T13:29:06.995Z | Checking ciborium-ll v0.2.2 |
1942 | 2024-02-26T13:29:07.020Z | Checking libsw v3.3.1 |
1943 | 2024-02-26T13:29:07.111Z | Checking trust-dns-resolver v0.22.0 |
1944 | 2024-02-26T13:29:07.162Z | Checking linear-map v1.2.0 |
1945 | 2024-02-26T13:29:07.311Z | Checking owo-colors v4.0.0 |
1946 | 2024-02-26T13:29:07.356Z | Checking ciborium v0.2.2 |
1947 | 2024-02-26T13:29:07.518Z | Compiling slog-dtrace v0.3.0 |
1948 | 2024-02-26T13:29:07.929Z | Checking textwrap v0.11.0 |
1949 | 2024-02-26T13:29:08.153Z | Compiling heck v0.3.3 |
1950 | 2024-02-26T13:29:08.455Z | Compiling blake3 v1.5.0 |
1951 | 2024-02-26T13:29:08.577Z | Compiling libefi-sys v0.1.0 |
1952 | 2024-02-26T13:29:08.761Z | Checking termcolor v1.2.0 |
1953 | 2024-02-26T13:29:08.903Z | Checking vec_map v0.8.2 |
1954 | 2024-02-26T13:29:09.106Z | Checking strsim v0.8.0 |
1955 | 2024-02-26T13:29:09.147Z | Checking ansi_term v0.12.1 |
1956 | 2024-02-26T13:29:09.321Z | Compiling structopt-derive v0.4.18 |
1957 | 2024-02-26T13:29:09.368Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1958 | 2024-02-26T13:29:09.457Z | Checking clap v2.34.0 |
1959 | 2024-02-26T13:29:09.479Z | Checking nibble_vec v0.1.0 |
1960 | 2024-02-26T13:29:09.669Z | Compiling radium v0.7.0 |
1961 | 2024-02-26T13:29:09.727Z | Checking endian-type v0.1.2 |
1962 | 2024-02-26T13:29:09.934Z | Checking radix_trie v0.2.1 |
1963 | 2024-02-26T13:29:10.050Z | Checking mockall v0.12.0 |
1964 | 2024-02-26T13:29:10.154Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1965 | 2024-02-26T13:29:10.286Z | Compiling maybe-uninit v2.0.0 |
1966 | 2024-02-26T13:29:10.359Z | Checking tap v1.0.1 |
1967 | 2024-02-26T13:29:10.406Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1968 | 2024-02-26T13:29:10.518Z | Checking wyz v0.5.1 |
1969 | 2024-02-26T13:29:10.656Z | Checking fxhash v0.2.1 |
1970 | 2024-02-26T13:29:10.843Z | Checking gethostname v0.4.3 |
1971 | 2024-02-26T13:29:10.858Z | Compiling packed_struct v0.10.1 |
1972 | 2024-02-26T13:29:10.892Z | Checking crc-catalog v2.2.0 |
1973 | 2024-02-26T13:29:10.906Z | Checking funty v2.0.0 |
1974 | 2024-02-26T13:29:10.976Z | Compiling num-bigint-dig v0.8.4 |
1975 | 2024-02-26T13:29:11.025Z | Compiling semver v0.1.20 |
1976 | 2024-02-26T13:29:11.354Z | Compiling rustc_version v0.1.7 |
1977 | 2024-02-26T13:29:11.374Z | Checking crc v3.0.1 |
1978 | 2024-02-26T13:29:11.674Z | Compiling packed_struct_codegen v0.10.1 |
1979 | 2024-02-26T13:29:11.707Z | Compiling indexmap v1.9.3 |
1980 | 2024-02-26T13:29:11.854Z | Checking nodrop v0.1.14 |
1981 | 2024-02-26T13:29:11.971Z | Checking array-init v0.0.4 |
1982 | 2024-02-26T13:29:12.032Z | Checking bitvec v1.0.1 |
1983 | 2024-02-26T13:29:12.081Z | Compiling newtype_derive v0.1.6 |
1984 | 2024-02-26T13:29:12.254Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1985 | 2024-02-26T13:29:12.349Z | Checking smallvec v0.6.14 |
1986 | 2024-02-26T13:29:12.412Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1987 | 2024-02-26T13:29:12.445Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1988 | 2024-02-26T13:29:12.469Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1989 | 2024-02-26T13:29:12.735Z | Checking structopt v0.3.26 |
1990 | 2024-02-26T13:29:12.796Z | Checking pkcs1 v0.7.5 |
1991 | 2024-02-26T13:29:13.067Z | Checking signature v2.1.0 |
1992 | 2024-02-26T13:29:13.131Z | Compiling crossbeam-deque v0.8.3 |
1993 | 2024-02-26T13:29:13.442Z | Checking hashbrown v0.12.3 |
1994 | 2024-02-26T13:29:13.482Z | Checking bitfield v0.14.0 |
1995 | 2024-02-26T13:29:14.806Z | Checking rsa v0.9.2 |
1996 | 2024-02-26T13:29:14.943Z | Checking serde-hex v0.1.0 |
1997 | 2024-02-26T13:29:15.386Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1998 | 2024-02-26T13:29:15.466Z | Checking env_logger v0.10.0 |
1999 | 2024-02-26T13:29:15.640Z | Checking x509-cert v0.2.4 |
2000 | 2024-02-26T13:29:15.680Z | Checking ron v0.8.1 |
2001 | 2024-02-26T13:29:15.742Z | Checking hashbrown v0.13.2 |
2002 | 2024-02-26T13:29:15.891Z | Compiling semver-parser v0.10.2 |
2003 | 2024-02-26T13:29:16.853Z | Compiling num-rational v0.4.1 |
2004 | 2024-02-26T13:29:16.959Z | Checking crc-any v2.4.3 |
2005 | 2024-02-26T13:29:17.315Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2006 | 2024-02-26T13:29:17.366Z | Checking object v0.30.4 |
2007 | 2024-02-26T13:29:17.440Z | Compiling semver v0.11.0 |
2008 | 2024-02-26T13:29:17.585Z | Compiling rayon v1.8.0 |
2009 | 2024-02-26T13:29:18.534Z | Compiling memmap2 v0.7.1 |
2010 | 2024-02-26T13:29:18.616Z | Compiling arrayref v0.3.7 |
2011 | 2024-02-26T13:29:18.718Z | Compiling arrayvec v0.7.4 |
2012 | 2024-02-26T13:29:18.732Z | Compiling constant_time_eq v0.3.0 |
2013 | 2024-02-26T13:29:18.915Z | Compiling home v0.5.5 |
2014 | 2024-02-26T13:29:18.955Z | Checking path-slash v0.1.5 |
2015 | 2024-02-26T13:29:19.030Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2016 | 2024-02-26T13:29:19.099Z | Compiling toolchain_find v0.2.0 |
2017 | 2024-02-26T13:29:19.219Z | Checking steno v0.4.0 |
2018 | 2024-02-26T13:29:19.715Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2019 | 2024-02-26T13:29:20.283Z | Compiling toml v0.5.11 |
2020 | 2024-02-26T13:29:20.487Z | Checking num-complex v0.4.4 |
2021 | 2024-02-26T13:29:21.388Z | Compiling convert_case v0.4.0 |
2022 | 2024-02-26T13:29:21.468Z | Compiling topological-sort v0.2.2 |
2023 | 2024-02-26T13:29:21.683Z | Checking num v0.4.1 |
2024 | 2024-02-26T13:29:21.699Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2025 | 2024-02-26T13:29:21.786Z | Checking newline-converter v0.3.0 |
2026 | 2024-02-26T13:29:22.526Z | Compiling derive_more v0.99.17 |
2027 | 2024-02-26T13:29:23.073Z | Compiling omicron-zone-package v0.11.0 |
2028 | 2024-02-26T13:29:23.787Z | Compiling rustfmt-wrapper v0.2.0 |
2029 | 2024-02-26T13:29:23.805Z | Checking expectorate v1.1.0 |
2030 | 2024-02-26T13:29:23.966Z | Checking utf-8 v0.7.6 |
2031 | 2024-02-26T13:29:24.159Z | Compiling buf-list v1.0.3 |
2032 | 2024-02-26T13:29:24.176Z | Checking tungstenite v0.20.1 |
2033 | 2024-02-26T13:29:24.236Z | Checking display-error-chain v0.2.0 |
2034 | 2024-02-26T13:29:24.393Z | Compiling parking_lot_core v0.8.6 |
2035 | 2024-02-26T13:29:24.441Z | Checking keccak v0.1.4 |
2036 | 2024-02-26T13:29:24.728Z | Checking sha3 v0.10.8 |
2037 | 2024-02-26T13:29:25.091Z | Checking tokio-tungstenite v0.20.1 |
2038 | 2024-02-26T13:29:25.109Z | Checking trust-dns-client v0.22.0 |
2039 | 2024-02-26T13:29:25.269Z | Checking parking_lot v0.11.2 |
2040 | 2024-02-26T13:29:25.585Z | Checking secrecy v0.8.0 |
2041 | 2024-02-26T13:29:25.603Z | Compiling pin-project-internal v1.1.3 |
2042 | 2024-02-26T13:29:25.818Z | Compiling doc-comment v0.3.3 |
2043 | 2024-02-26T13:29:26.438Z | Checking sled v0.34.7 |
2044 | 2024-02-26T13:29:26.692Z | Checking glob v0.3.1 |
2045 | 2024-02-26T13:29:26.793Z | Checking trust-dns-server v0.22.1 |
2046 | 2024-02-26T13:29:27.011Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-02-26T13:29:27.782Z | Checking vte v0.11.1 |
2048 | 2024-02-26T13:29:29.004Z | Checking pin-project v1.1.3 |
2049 | 2024-02-26T13:29:29.135Z | Compiling unicase v2.7.0 |
2050 | 2024-02-26T13:29:29.300Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2051 | 2024-02-26T13:29:29.413Z | Compiling platforms v3.0.2 |
2052 | 2024-02-26T13:29:29.525Z | Checking strip-ansi-escapes v0.2.0 |
2053 | 2024-02-26T13:29:29.612Z | Checking fd-lock v3.0.13 |
2054 | 2024-02-26T13:29:29.660Z | Compiling snafu-derive v0.7.5 |
2055 | 2024-02-26T13:29:29.675Z | Compiling fs-err v2.11.0 |
2056 | 2024-02-26T13:29:29.781Z | Checking nu-ansi-term v0.50.0 |
2057 | 2024-02-26T13:29:29.892Z | Checking globset v0.4.13 |
2058 | 2024-02-26T13:29:30.151Z | Checking olpc-cjson v0.1.3 |
2059 | 2024-02-26T13:29:30.228Z | Checking reedline v0.29.0 |
2060 | 2024-02-26T13:29:30.378Z | Checking serde_plain v1.0.2 |
2061 | 2024-02-26T13:29:30.444Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-02-26T13:29:30.444Z | Compiling async-recursion v1.0.5 |
2063 | 2024-02-26T13:29:30.488Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2064 | 2024-02-26T13:29:30.687Z | Checking typed-path v0.7.0 |
2065 | 2024-02-26T13:29:31.248Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2024-02-26T13:29:31.307Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2067 | 2024-02-26T13:29:31.391Z | Compiling curve25519-dalek v4.1.1 |
2068 | 2024-02-26T13:29:31.853Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2069 | 2024-02-26T13:29:31.891Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2070 | 2024-02-26T13:29:32.002Z | Compiling memoffset v0.7.1 |
2071 | 2024-02-26T13:29:32.082Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2072 | 2024-02-26T13:29:46.769Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2073 | 2024-02-26T13:29:46.851Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2074 | 2024-02-26T13:29:46.851Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2075 | 2024-02-26T13:29:46.851Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2076 | 2024-02-26T13:29:46.851Z | Checking parse-size v1.0.0 |
2077 | 2024-02-26T13:29:46.881Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2078 | 2024-02-26T13:29:46.881Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2079 | 2024-02-26T13:29:46.881Z | Compiling mime_guess v2.0.4 |
2080 | 2024-02-26T13:29:46.881Z | Checking snafu v0.7.5 |
2081 | 2024-02-26T13:29:46.881Z | Checking tough v0.16.0 |
2082 | 2024-02-26T13:29:46.881Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2083 | 2024-02-26T13:29:46.881Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2084 | 2024-02-26T13:29:46.881Z | Checking universal-hash v0.5.1 |
2085 | 2024-02-26T13:29:46.881Z | Compiling thiserror-impl-no-std v2.0.2 |
2086 | 2024-02-26T13:29:46.881Z | Compiling curve25519-dalek-derive v0.1.0 |
2087 | 2024-02-26T13:29:46.881Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2088 | 2024-02-26T13:29:46.881Z | Checking opaque-debug v0.3.0 |
2089 | 2024-02-26T13:29:46.881Z | Checking poly1305 v0.8.0 |
2090 | 2024-02-26T13:29:46.881Z | Checking thiserror-no-std v2.0.2 |
2091 | 2024-02-26T13:29:46.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2092 | 2024-02-26T13:29:46.882Z | Checking chacha20 v0.9.1 |
2093 | 2024-02-26T13:29:46.882Z | Checking aead v0.5.2 |
2094 | 2024-02-26T13:29:46.882Z | Checking kstat-rs v0.2.3 |
2095 | 2024-02-26T13:29:46.882Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2096 | 2024-02-26T13:29:46.882Z | Compiling salty v0.2.0 |
2097 | 2024-02-26T13:29:46.882Z | Checking signature v1.6.4 |
2098 | 2024-02-26T13:29:46.882Z | Checking ed25519 v1.5.3 |
2099 | 2024-02-26T13:29:46.882Z | Checking chacha20poly1305 v0.10.1 |
2100 | 2024-02-26T13:29:46.882Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2101 | 2024-02-26T13:29:46.882Z | Checking vsss-rs v3.3.4 |
2102 | 2024-02-26T13:29:46.882Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2103 | 2024-02-26T13:29:46.882Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2024-02-26T13:29:46.882Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2105 | 2024-02-26T13:29:48.348Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2106 | 2024-02-26T13:29:49.285Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2107 | 2024-02-26T13:29:49.404Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2108 | 2024-02-26T13:29:49.888Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2109 | 2024-02-26T13:29:50.610Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2110 | 2024-02-26T13:29:51.147Z | Checking serde-big-array v0.5.1 |
2111 | 2024-02-26T13:29:51.317Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2112 | 2024-02-26T13:29:51.381Z | Checking bytecount v0.6.3 |
2113 | 2024-02-26T13:29:51.537Z | Checking papergrid v0.11.0 |
2114 | 2024-02-26T13:29:52.422Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-26T13:29:53.326Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2116 | 2024-02-26T13:29:53.795Z | Compiling tabled_derive v0.7.0 |
2117 | 2024-02-26T13:29:53.961Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2118 | 2024-02-26T13:29:54.431Z | Checking signal-hook-tokio v0.3.1 |
2119 | 2024-02-26T13:29:54.624Z | Checking fd-lock v4.0.2 |
2120 | 2024-02-26T13:29:54.833Z | Checking nix v0.27.1 |
2121 | 2024-02-26T13:29:54.894Z | Checking serde-big-array v0.4.1 |
2122 | 2024-02-26T13:29:55.062Z | Compiling sqlparser_derive v0.2.2 |
2123 | 2024-02-26T13:29:55.599Z | Compiling prettyplease v0.2.16 |
2124 | 2024-02-26T13:29:56.089Z | Checking humantime v2.1.0 |
2125 | 2024-02-26T13:29:56.312Z | Checking unicode_categories v0.1.1 |
2126 | 2024-02-26T13:29:56.373Z | Checking sqlparser v0.43.1 |
2127 | 2024-02-26T13:29:56.564Z | Checking tabled v0.15.0 |
2128 | 2024-02-26T13:29:56.629Z | Checking sqlformat v0.2.3 |
2129 | 2024-02-26T13:29:57.640Z | Checking rustyline v13.0.0 |
2130 | 2024-02-26T13:29:58.283Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-26T13:29:59.323Z | Checking bcs v0.1.6 |
2132 | 2024-02-26T13:29:59.825Z | Checking corncobs v0.1.3 |
2133 | 2024-02-26T13:29:59.826Z | Checking highway v1.1.0 |
2134 | 2024-02-26T13:29:59.826Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2135 | 2024-02-26T13:29:59.826Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2136 | 2024-02-26T13:29:59.981Z | Compiling crunchy v0.2.2 |
2137 | 2024-02-26T13:30:00.055Z | Checking http-range v0.1.5 |
2138 | 2024-02-26T13:30:00.242Z | Checking hyper-staticfile v0.9.5 |
2139 | 2024-02-26T13:30:00.406Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2140 | 2024-02-26T13:30:00.542Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2141 | 2024-02-26T13:30:00.634Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2142 | 2024-02-26T13:30:00.672Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2143 | 2024-02-26T13:30:00.681Z | Compiling clang-sys v1.6.1 |
2144 | 2024-02-26T13:30:01.119Z | Compiling tiny-keccak v2.0.2 |
2145 | 2024-02-26T13:30:01.617Z | Compiling darling_core v0.14.4 |
2146 | 2024-02-26T13:30:03.103Z | Checking assert_matches v1.5.0 |
2147 | 2024-02-26T13:30:03.208Z | Compiling ascii-canvas v3.0.0 |
2148 | 2024-02-26T13:30:03.639Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2149 | 2024-02-26T13:30:03.762Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2150 | 2024-02-26T13:30:04.956Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2151 | 2024-02-26T13:30:05.283Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2152 | 2024-02-26T13:30:05.447Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2153 | 2024-02-26T13:30:05.597Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2154 | 2024-02-26T13:30:05.610Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2155 | 2024-02-26T13:30:06.764Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2156 | 2024-02-26T13:30:07.637Z | Compiling ena v0.14.2 |
2157 | 2024-02-26T13:30:07.683Z | Compiling darling_macro v0.14.4 |
2158 | 2024-02-26T13:30:08.079Z | Compiling libloading v0.7.4 |
2159 | 2024-02-26T13:30:08.473Z | Compiling regex-syntax v0.6.29 |
2160 | 2024-02-26T13:30:08.827Z | Compiling diff v0.1.13 |
2161 | 2024-02-26T13:30:09.072Z | Compiling bindgen v0.69.2 |
2162 | 2024-02-26T13:30:09.517Z | Compiling darling v0.14.4 |
2163 | 2024-02-26T13:30:09.845Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2164 | 2024-02-26T13:30:10.107Z | Compiling cexpr v0.6.0 |
2165 | 2024-02-26T13:30:10.982Z | Compiling which v4.4.0 |
2166 | 2024-02-26T13:30:11.657Z | Compiling shlex v1.3.0 |
2167 | 2024-02-26T13:30:11.891Z | Compiling lalrpop v0.19.12 |
2168 | 2024-02-26T13:30:12.115Z | Compiling peeking_take_while v0.1.2 |
2169 | 2024-02-26T13:30:12.268Z | Compiling portable-atomic v1.4.3 |
2170 | 2024-02-26T13:30:12.901Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2171 | 2024-02-26T13:30:12.935Z | Compiling ref-cast v1.0.20 |
2172 | 2024-02-26T13:30:13.344Z | Compiling lazycell v1.3.0 |
2173 | 2024-02-26T13:30:13.517Z | Checking maplit v1.0.2 |
2174 | 2024-02-26T13:30:13.534Z | Compiling rustc-hash v1.1.0 |
2175 | 2024-02-26T13:30:13.701Z | Compiling derive_builder_core v0.12.0 |
2176 | 2024-02-26T13:30:13.782Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2177 | 2024-02-26T13:30:14.116Z | Compiling ref-cast-impl v1.0.20 |
2178 | 2024-02-26T13:30:14.849Z | Compiling libxml v0.3.3 |
2179 | 2024-02-26T13:30:15.569Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2180 | 2024-02-26T13:30:16.031Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2181 | 2024-02-26T13:30:16.312Z | Compiling derive_builder_macro v0.12.0 |
2182 | 2024-02-26T13:30:16.445Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2183 | 2024-02-26T13:30:16.891Z | Compiling strum_macros v0.24.3 |
2184 | 2024-02-26T13:30:16.994Z | Compiling cookie v0.18.0 |
2185 | 2024-02-26T13:30:17.305Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2186 | 2024-02-26T13:30:17.347Z | Checking number_prefix v0.4.0 |
2187 | 2024-02-26T13:30:17.554Z | Compiling indoc v1.0.9 |
2188 | 2024-02-26T13:30:17.718Z | Checking indicatif v0.17.8 |
2189 | 2024-02-26T13:30:18.609Z | Checking derive_builder v0.12.0 |
2190 | 2024-02-26T13:30:18.782Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2191 | 2024-02-26T13:30:19.091Z | Checking bb8 v0.8.3 |
2192 | 2024-02-26T13:30:19.575Z | Checking quick-xml v0.30.0 |
2193 | 2024-02-26T13:30:20.227Z | Checking castaway v0.2.2 |
2194 | 2024-02-26T13:30:20.401Z | Compiling impl-trait-for-tuples v0.2.2 |
2195 | 2024-02-26T13:30:20.475Z | Compiling oso-derive v0.27.0 |
2196 | 2024-02-26T13:30:21.099Z | Checking compact_str v0.7.1 |
2197 | 2024-02-26T13:30:21.639Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2198 | 2024-02-26T13:30:22.233Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2199 | 2024-02-26T13:30:22.290Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2200 | 2024-02-26T13:30:22.335Z | Checking lru v0.12.1 |
2201 | 2024-02-26T13:30:22.634Z | Compiling stability v0.1.1 |
2202 | 2024-02-26T13:30:23.228Z | Checking cassowary v0.3.0 |
2203 | 2024-02-26T13:30:23.668Z | Compiling indoc v2.0.3 |
2204 | 2024-02-26T13:30:23.685Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2205 | 2024-02-26T13:30:23.717Z | Checking unicode-linebreak v0.1.5 |
2206 | 2024-02-26T13:30:24.125Z | Checking smawk v0.3.1 |
2207 | 2024-02-26T13:30:24.215Z | Checking is_ci v1.2.0 |
2208 | 2024-02-26T13:30:24.336Z | Checking textwrap v0.16.1 |
2209 | 2024-02-26T13:30:24.363Z | Checking supports-color v3.0.0 |
2210 | 2024-02-26T13:30:24.555Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2211 | 2024-02-26T13:30:24.735Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2212 | 2024-02-26T13:30:24.869Z | Checking ratatui v0.26.1 |
2213 | 2024-02-26T13:30:24.911Z | Checking rtoolbox v0.0.1 |
2214 | 2024-02-26T13:30:25.039Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2215 | 2024-02-26T13:30:25.116Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2216 | 2024-02-26T13:30:25.330Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2217 | 2024-02-26T13:30:25.783Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2218 | 2024-02-26T13:30:26.203Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2219 | 2024-02-26T13:30:27.238Z | Checking rpassword v7.3.1 |
2220 | 2024-02-26T13:30:27.422Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2221 | 2024-02-26T13:30:27.961Z | Checking tui-tree-widget v0.17.0 |
2222 | 2024-02-26T13:30:28.282Z | Checking fatfs v0.3.6 |
2223 | 2024-02-26T13:30:28.959Z | Checking shell-words v1.1.0 |
2224 | 2024-02-26T13:30:29.143Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2225 | 2024-02-26T13:30:29.362Z | Checking yansi v0.5.1 |
2226 | 2024-02-26T13:30:29.871Z | Checking pretty_assertions v1.4.0 |
2227 | 2024-02-26T13:30:30.088Z | Compiling target-lexicon v0.12.13 |
2228 | 2024-02-26T13:30:30.720Z | Checking plotters-backend v0.3.5 |
2229 | 2024-02-26T13:30:31.225Z | Compiling guppy-workspace-hack v0.1.0 |
2230 | 2024-02-26T13:30:31.587Z | Checking plotters-svg v0.3.5 |
2231 | 2024-02-26T13:30:31.756Z | Checking http-body v1.0.0 |
2232 | 2024-02-26T13:30:31.825Z | Checking rand v0.4.6 |
2233 | 2024-02-26T13:30:31.970Z | Checking tower-layer v0.3.2 |
2234 | 2024-02-26T13:30:32.244Z | Compiling assert_cmd v2.0.14 |
2235 | 2024-02-26T13:30:32.676Z | Checking remove_dir_all v0.5.3 |
2236 | 2024-02-26T13:30:32.764Z | Compiling target-spec v3.1.0 |
2237 | 2024-02-26T13:30:32.786Z | Checking cast v0.3.0 |
2238 | 2024-02-26T13:30:32.898Z | Checking tempdir v0.3.7 |
2239 | 2024-02-26T13:30:33.110Z | Checking tower v0.4.13 |
2240 | 2024-02-26T13:30:33.125Z | Checking criterion-plot v0.5.0 |
2241 | 2024-02-26T13:30:33.385Z | Checking hyper v1.1.0 |
2242 | 2024-02-26T13:30:33.633Z | Checking plotters v0.3.5 |
2243 | 2024-02-26T13:30:34.016Z | Checking cfg-expr v0.15.6 |
2244 | 2024-02-26T13:30:34.794Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2245 | 2024-02-26T13:30:34.898Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2246 | 2024-02-26T13:30:35.514Z | Checking tinytemplate v1.2.1 |
2247 | 2024-02-26T13:30:35.753Z | Checking cargo-platform v0.1.3 |
2248 | 2024-02-26T13:30:35.950Z | Checking anes v0.1.6 |
2249 | 2024-02-26T13:30:36.059Z | Checking oorandom v11.1.3 |
2250 | 2024-02-26T13:30:36.225Z | Checking cargo_metadata v0.18.1 |
2251 | 2024-02-26T13:30:36.326Z | Checking criterion v0.5.1 |
2252 | 2024-02-26T13:30:36.956Z | Checking hyper-util v0.1.2 |
2253 | 2024-02-26T13:30:37.949Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2254 | 2024-02-26T13:30:38.475Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2255 | 2024-02-26T13:30:38.499Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2256 | 2024-02-26T13:30:39.361Z | Checking rustls-native-certs v0.7.0 |
2257 | 2024-02-26T13:30:39.519Z | Checking pathdiff v0.2.1 |
2258 | 2024-02-26T13:30:39.678Z | Checking nested v0.1.1 |
2259 | 2024-02-26T13:30:39.893Z | Checking guppy v0.17.5 |
2260 | 2024-02-26T13:30:42.165Z | Checking hyper-rustls v0.26.0 |
2261 | 2024-02-26T13:30:42.410Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2262 | 2024-02-26T13:30:42.485Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2263 | 2024-02-26T13:30:43.388Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2264 | 2024-02-26T13:30:43.891Z | Checking httptest v0.15.5 |
2265 | 2024-02-26T13:30:44.643Z | Checking threadpool v1.8.1 |
2266 | 2024-02-26T13:30:44.679Z | Checking nanorand v0.7.0 |
2267 | 2024-02-26T13:30:44.841Z | Checking libtest-mimic v0.6.1 |
2268 | 2024-02-26T13:30:45.042Z | Checking flume v0.11.0 |
2269 | 2024-02-26T13:30:45.299Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2270 | 2024-02-26T13:30:45.583Z | Checking similar-asserts v1.5.0 |
2271 | 2024-02-26T13:30:45.614Z | Compiling rstest_macros v0.18.2 |
2272 | 2024-02-26T13:30:46.311Z | Checking datatest-stable v0.2.3 |
2273 | 2024-02-26T13:30:46.542Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2274 | 2024-02-26T13:30:47.845Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2275 | 2024-02-26T13:30:47.935Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2276 | 2024-02-26T13:30:48.367Z | Checking csv-core v0.1.11 |
2277 | 2024-02-26T13:30:48.383Z | Compiling relative-path v1.9.0 |
2278 | 2024-02-26T13:30:48.684Z | Compiling trybuild v1.0.89 |
2279 | 2024-02-26T13:30:48.724Z | Checking constant_time_eq v0.2.6 |
2280 | 2024-02-26T13:30:48.860Z | Checking blake2b_simd v1.0.1 |
2281 | 2024-02-26T13:30:49.188Z | Checking csv v1.3.0 |
2282 | 2024-02-26T13:30:49.735Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2283 | 2024-02-26T13:30:50.094Z | Checking multimap v0.10.0 |
2284 | 2024-02-26T13:30:50.416Z | Checking basic-toml v0.1.8 |
2285 | 2024-02-26T13:30:51.342Z | Checking futures-timer v3.0.2 |
2286 | 2024-02-26T13:30:53.164Z | Checking rust-argon2 v1.0.1 |
2287 | 2024-02-26T13:30:53.568Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2288 | 2024-02-26T13:30:55.662Z | Checking partial-io v0.5.4 |
2289 | 2024-02-26T13:30:56.050Z | Checking approx v0.5.1 |
2290 | 2024-02-26T13:30:56.275Z | Checking termios v0.3.3 |
2291 | 2024-02-26T13:30:56.502Z | Checking hex-literal v0.4.1 |
2292 | 2024-02-26T13:30:59.553Z | Checking rstest v0.18.2 |
2293 | 2024-02-26T13:31:01.671Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2294 | 2024-02-26T13:31:48.878Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2295 | 2024-02-26T13:31:53.659Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2296 | 2024-02-26T13:31:54.367Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2297 | 2024-02-26T13:31:54.852Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2298 | 2024-02-26T13:32:07.369Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2299 | 2024-02-26T13:32:18.731Z | Compiling polar-core v0.27.0 |
2300 | 2024-02-26T13:32:25.586Z | Checking oso v0.27.0 |
2301 | 2024-02-26T13:32:51.872Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2302 | 2024-02-26T13:33:54.362Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 06s |
2303 | 2024-02-26T13:33:54.544Z | |
2304 | 2024-02-26T13:33:54.544Z | real 7:51.308230878 |
2305 | 2024-02-26T13:33:54.544Z | user 41:00.715891517 |
2306 | 2024-02-26T13:33:54.544Z | sys 6:49.560021355 |
2307 | 2024-02-26T13:33:54.544Z | trap 1.115366087 |
2308 | 2024-02-26T13:33:54.544Z | tflt 5.831801247 |
2309 | 2024-02-26T13:33:54.544Z | dflt 3.988062161 |
2310 | 2024-02-26T13:33:54.544Z | kflt 0.044729997 |
2311 | 2024-02-26T13:33:54.544Z | lock 1:03:05.002950005 |
2312 | 2024-02-26T13:33:54.548Z | slp 2:05:14.009987617 |
2313 | 2024-02-26T13:33:54.548Z | lat 1:48.020240451 |
2314 | 2024-02-26T13:33:54.548Z | stop 4:19.508580896 |
2315 | 2024-02-26T13:33:55.360Z | warning: output filename collision. |
2316 | 2024-02-26T13:33:55.360Z | 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)`. |
2317 | 2024-02-26T13:33:55.360Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2318 | 2024-02-26T13:33:55.360Z | The targets should have unique names. |
2319 | 2024-02-26T13:33:55.360Z | This is a known bug where multiple crates with the same name use |
2320 | 2024-02-26T13:33:55.360Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2321 | 2024-02-26T13:33:55.365Z | warning: output filename collision. |
2322 | 2024-02-26T13:33:55.366Z | 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)`. |
2323 | 2024-02-26T13:33:55.366Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2324 | 2024-02-26T13:33:55.366Z | The targets should have unique names. |
2325 | 2024-02-26T13:33:55.366Z | This is a known bug where multiple crates with the same name use |
2326 | 2024-02-26T13:33:55.366Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2024-02-26T13:33:55.366Z | warning: output filename collision. |
2328 | 2024-02-26T13:33:55.366Z | 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)`. |
2329 | 2024-02-26T13:33:55.366Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2330 | 2024-02-26T13:33:55.366Z | The targets should have unique names. |
2331 | 2024-02-26T13:33:55.366Z | This is a known bug where multiple crates with the same name use |
2332 | 2024-02-26T13:33:55.366Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2024-02-26T13:33:55.367Z | warning: output filename collision. |
2334 | 2024-02-26T13:33:55.367Z | 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)`. |
2335 | 2024-02-26T13:33:55.367Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2336 | 2024-02-26T13:33:55.367Z | The targets should have unique names. |
2337 | 2024-02-26T13:33:55.367Z | This is a known bug where multiple crates with the same name use |
2338 | 2024-02-26T13:33:55.367Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2339 | 2024-02-26T13:33:55.367Z | warning: output filename collision. |
2340 | 2024-02-26T13:33:55.367Z | 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)`. |
2341 | 2024-02-26T13:33:55.367Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2342 | 2024-02-26T13:33:55.367Z | The targets should have unique names. |
2343 | 2024-02-26T13:33:55.367Z | This is a known bug where multiple crates with the same name use |
2344 | 2024-02-26T13:33:55.367Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2345 | 2024-02-26T13:33:55.367Z | warning: output filename collision. |
2346 | 2024-02-26T13:33:55.368Z | 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)`. |
2347 | 2024-02-26T13:33:55.368Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2348 | 2024-02-26T13:33:55.368Z | The targets should have unique names. |
2349 | 2024-02-26T13:33:55.368Z | This is a known bug where multiple crates with the same name use |
2350 | 2024-02-26T13:33:55.368Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2351 | 2024-02-26T13:33:55.368Z | warning: output filename collision. |
2352 | 2024-02-26T13:33:55.368Z | 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)`. |
2353 | 2024-02-26T13:33:55.368Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2354 | 2024-02-26T13:33:55.368Z | The targets should have unique names. |
2355 | 2024-02-26T13:33:55.368Z | This is a known bug where multiple crates with the same name use |
2356 | 2024-02-26T13:33:55.368Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2357 | 2024-02-26T13:33:55.798Z | Documenting libc v0.2.153 |
2358 | 2024-02-26T13:33:55.839Z | Documenting cfg-if v1.0.0 |
2359 | 2024-02-26T13:33:55.853Z | Documenting serde_derive v1.0.196 |
2360 | 2024-02-26T13:33:55.881Z | Documenting log v0.4.20 |
2361 | 2024-02-26T13:33:55.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2362 | 2024-02-26T13:33:55.909Z | Documenting memchr v2.6.3 |
2363 | 2024-02-26T13:33:55.923Z | Documenting scopeguard v1.2.0 |
2364 | 2024-02-26T13:33:55.936Z | Documenting byteorder v1.5.0 |
2365 | 2024-02-26T13:33:56.215Z | Documenting smallvec v1.13.1 |
2366 | 2024-02-26T13:33:58.589Z | Documenting itoa v1.0.9 |
2367 | 2024-02-26T13:33:58.710Z | Documenting lock_api v0.4.10 |
2368 | 2024-02-26T13:33:59.457Z | Documenting once_cell v1.19.0 |
2369 | 2024-02-26T13:33:59.722Z | Documenting zeroize_derive v1.4.2 |
2370 | 2024-02-26T13:34:00.107Z | Documenting getrandom v0.2.10 |
2371 | 2024-02-26T13:34:00.395Z | Documenting parking_lot_core v0.9.8 |
2372 | 2024-02-26T13:34:00.524Z | Documenting libm v0.2.7 |
2373 | 2024-02-26T13:34:01.467Z | Documenting pin-project-lite v0.2.13 |
2374 | 2024-02-26T13:34:01.787Z | Documenting signal-hook-registry v1.4.1 |
2375 | 2024-02-26T13:34:02.389Z | Documenting serde v1.0.196 |
2376 | 2024-02-26T13:34:03.282Z | Documenting mio v0.8.9 |
2377 | 2024-02-26T13:34:04.018Z | Documenting num-traits v0.2.16 |
2378 | 2024-02-26T13:34:04.296Z | Documenting rand_core v0.6.4 |
2379 | 2024-02-26T13:34:04.345Z | Documenting parking_lot v0.12.1 |
2380 | 2024-02-26T13:34:04.492Z | Documenting futures-core v0.3.30 |
2381 | 2024-02-26T13:34:05.356Z | Documenting zeroize v1.7.0 |
2382 | 2024-02-26T13:34:05.908Z | Documenting ryu v1.0.15 |
2383 | 2024-02-26T13:34:07.460Z | Documenting thiserror-impl v1.0.57 |
2384 | 2024-02-26T13:34:08.104Z | Documenting socket2 v0.5.5 |
2385 | 2024-02-26T13:34:08.288Z | Documenting num_cpus v1.16.0 |
2386 | 2024-02-26T13:34:08.579Z | Documenting tokio-macros v2.2.0 |
2387 | 2024-02-26T13:34:08.722Z | Documenting zerocopy v0.7.32 |
2388 | 2024-02-26T13:34:08.788Z | Documenting typenum v1.16.0 |
2389 | 2024-02-26T13:34:09.300Z | Documenting subtle v2.5.0 |
2390 | 2024-02-26T13:34:12.244Z | Documenting thiserror v1.0.57 |
2391 | 2024-02-26T13:34:12.259Z | Documenting futures-sink v0.3.30 |
2392 | 2024-02-26T13:34:13.073Z | Documenting pin-utils v0.1.0 |
2393 | 2024-02-26T13:34:13.087Z | Documenting iana-time-zone v0.1.57 |
2394 | 2024-02-26T13:34:13.556Z | Documenting slab v0.4.9 |
2395 | 2024-02-26T13:34:16.010Z | Documenting futures-macro v0.3.30 |
2396 | 2024-02-26T13:34:16.035Z | Documenting futures-channel v0.3.30 |
2397 | 2024-02-26T13:34:16.144Z | Documenting ahash v0.8.7 |
2398 | 2024-02-26T13:34:16.821Z | Documenting futures-task v0.3.30 |
2399 | 2024-02-26T13:34:18.432Z | Documenting allocator-api2 v0.2.16 |
2400 | 2024-02-26T13:34:18.648Z | Documenting const-oid v0.9.5 |
2401 | 2024-02-26T13:34:20.062Z | Documenting futures-io v0.3.30 |
2402 | 2024-02-26T13:34:20.916Z | Documenting tinyvec_macros v0.1.1 |
2403 | 2024-02-26T13:34:21.018Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2404 | 2024-02-26T13:34:21.244Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2405 | 2024-02-26T13:34:21.282Z | Documenting tracing-core v0.1.31 |
2406 | 2024-02-26T13:34:21.960Z | Documenting hashbrown v0.14.3 |
2407 | 2024-02-26T13:34:22.157Z | Documenting tracing-attributes v0.1.26 |
2408 | 2024-02-26T13:34:23.904Z | Documenting tinyvec v1.6.0 |
2409 | 2024-02-26T13:34:24.128Z | Documenting futures-util v0.3.30 |
2410 | 2024-02-26T13:34:24.157Z | Documenting bytes v1.5.0 |
2411 | 2024-02-26T13:34:24.664Z | Documenting bitflags v2.4.0 |
2412 | 2024-02-26T13:34:27.678Z | Documenting serde_json v1.0.114 |
2413 | 2024-02-26T13:34:28.894Z | Documenting chrono v0.4.31 |
2414 | 2024-02-26T13:34:29.004Z | Documenting uuid v1.7.0 |
2415 | 2024-02-26T13:34:29.150Z | Documenting unicode-normalization v0.1.22 |
2416 | 2024-02-26T13:34:29.198Z | Documenting tokio v1.36.0 |
2417 | 2024-02-26T13:34:33.584Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2418 | 2024-02-26T13:34:33.778Z | Documenting ppv-lite86 v0.2.17 |
2419 | 2024-02-26T13:34:34.013Z | Documenting unicode-bidi v0.3.13 |
2420 | 2024-02-26T13:34:35.077Z | Documenting equivalent v1.0.1 |
2421 | 2024-02-26T13:34:35.302Z | Documenting serde_derive_internals v0.26.0 |
2422 | 2024-02-26T13:34:35.432Z | Documenting generic-array v0.14.7 |
2423 | 2024-02-26T13:34:37.186Z | Documenting rand_chacha v0.3.1 |
2424 | 2024-02-26T13:34:37.997Z | Documenting indexmap v2.2.3 |
2425 | 2024-02-26T13:34:38.365Z | Checking serde_derive_internals v0.26.0 |
2426 | 2024-02-26T13:34:44.358Z | Documenting percent-encoding v2.3.1 |
2427 | 2024-02-26T13:34:44.373Z | Documenting tracing v0.1.37 |
2428 | 2024-02-26T13:34:44.373Z | Documenting crypto-common v0.1.6 |
2429 | 2024-02-26T13:34:44.373Z | Documenting block-buffer v0.10.4 |
2430 | 2024-02-26T13:34:44.373Z | Documenting base64 v0.21.7 |
2431 | 2024-02-26T13:34:44.373Z | Documenting rand v0.8.5 |
2432 | 2024-02-26T13:34:44.374Z | Documenting dyn-clone v1.0.16 |
2433 | 2024-02-26T13:34:44.374Z | Documenting schemars_derive v0.8.16 |
2434 | 2024-02-26T13:34:44.386Z | Documenting lazy_static v1.4.0 |
2435 | 2024-02-26T13:34:44.772Z | Documenting form_urlencoded v1.2.1 |
2436 | 2024-02-26T13:34:45.342Z | Documenting fnv v1.0.7 |
2437 | 2024-02-26T13:34:45.460Z | Documenting digest v0.10.7 |
2438 | 2024-02-26T13:34:46.182Z | Documenting errno v0.3.8 |
2439 | 2024-02-26T13:34:46.718Z | Documenting cpufeatures v0.2.12 |
2440 | 2024-02-26T13:34:47.261Z | Documenting idna v0.5.0 |
2441 | 2024-02-26T13:34:48.767Z | Documenting httparse v1.8.0 |
2442 | 2024-02-26T13:34:49.002Z | Documenting unicode-ident v1.0.12 |
2443 | 2024-02-26T13:34:49.597Z | Documenting unicode-width v0.1.11 |
2444 | 2024-02-26T13:34:49.718Z | Documenting schemars v0.8.16 |
2445 | 2024-02-26T13:34:50.229Z | Documenting rustix v0.38.31 |
2446 | 2024-02-26T13:34:51.772Z | Documenting httpdate v1.0.3 |
2447 | 2024-02-26T13:34:51.890Z | Documenting url v2.5.0 |
2448 | 2024-02-26T13:34:52.151Z | Documenting proc-macro2 v1.0.78 |
2449 | 2024-02-26T13:34:52.632Z | Documenting adler v1.0.2 |
2450 | 2024-02-26T13:34:53.458Z | Documenting try-lock v0.2.4 |
2451 | 2024-02-26T13:34:55.533Z | Documenting http-body v0.4.5 |
2452 | 2024-02-26T13:34:55.570Z | Documenting miniz_oxide v0.7.1 |
2453 | 2024-02-26T13:34:56.293Z | Documenting openssl-sys v0.9.96 |
2454 | 2024-02-26T13:34:56.373Z | Documenting openssl-macros v0.1.1 |
2455 | 2024-02-26T13:34:56.486Z | Documenting want v0.3.1 |
2456 | 2024-02-26T13:34:57.130Z | Documenting base64ct v1.6.0 |
2457 | 2024-02-26T13:34:57.142Z | Documenting tower-service v0.3.2 |
2458 | 2024-02-26T13:34:58.588Z | Documenting tokio-util v0.7.10 |
2459 | 2024-02-26T13:34:59.146Z | Documenting mime v0.3.17 |
2460 | 2024-02-26T13:34:59.927Z | Documenting quote v1.0.35 |
2461 | 2024-02-26T13:35:00.347Z | Documenting aho-corasick v1.0.4 |
2462 | 2024-02-26T13:35:00.825Z | Documenting slog v2.7.0 |
2463 | 2024-02-26T13:35:00.871Z | Documenting openssl-probe v0.1.5 |
2464 | 2024-02-26T13:35:01.317Z | Documenting regex-syntax v0.8.2 |
2465 | 2024-02-26T13:35:02.182Z | Documenting openssl v0.10.60 |
2466 | 2024-02-26T13:35:03.071Z | Documenting ipnet v2.9.0 |
2467 | 2024-02-26T13:35:03.823Z | Documenting syn v2.0.48 |
2468 | 2024-02-26T13:35:04.559Z | Documenting h2 v0.3.24 |
2469 | 2024-02-26T13:35:04.672Z | Documenting async-trait v0.1.77 |
2470 | 2024-02-26T13:35:05.463Z | Documenting pem-rfc7468 v0.7.0 |
2471 | 2024-02-26T13:35:05.559Z | Documenting encoding_rs v0.8.33 |
2472 | 2024-02-26T13:35:07.309Z | Documenting crossbeam-utils v0.8.16 |
2473 | 2024-02-26T13:35:08.287Z | Documenting regex-automata v0.4.4 |
2474 | 2024-02-26T13:35:09.522Z | Documenting der_derive v0.7.2 |
2475 | 2024-02-26T13:35:09.583Z | Documenting flagset v0.4.3 |
2476 | 2024-02-26T13:35:10.238Z | Documenting utf8parse v0.2.1 |
2477 | 2024-02-26T13:35:10.471Z | Documenting native-tls v0.2.11 |
2478 | 2024-02-26T13:35:11.556Z | Documenting serde_urlencoded v0.7.1 |
2479 | 2024-02-26T13:35:12.427Z | Documenting num-integer v0.1.46 |
2480 | 2024-02-26T13:35:13.062Z | Documenting time-macros v0.2.13 |
2481 | 2024-02-26T13:35:14.743Z | Documenting der v0.7.8 |
2482 | 2024-02-26T13:35:15.592Z | Documenting tokio-native-tls v0.3.1 |
2483 | 2024-02-26T13:35:15.780Z | Documenting num_threads v0.1.6 |
2484 | 2024-02-26T13:35:16.019Z | Documenting hyper v0.14.27 |
2485 | 2024-02-26T13:35:16.035Z | Documenting regex v1.10.3 |
2486 | 2024-02-26T13:35:17.514Z | Documenting gimli v0.28.0 |
2487 | 2024-02-26T13:35:17.648Z | Documenting time-core v0.1.1 |
2488 | 2024-02-26T13:35:19.453Z | Documenting deranged v0.3.8 |
2489 | 2024-02-26T13:35:19.770Z | Documenting spki v0.7.2 |
2490 | 2024-02-26T13:35:20.480Z | Documenting object v0.32.1 |
2491 | 2024-02-26T13:35:20.845Z | Documenting rustc-demangle v0.1.23 |
2492 | 2024-02-26T13:35:21.262Z | Documenting webpki-roots v0.25.2 |
2493 | 2024-02-26T13:35:23.033Z | Documenting spin v0.9.8 |
2494 | 2024-02-26T13:35:23.795Z | Documenting either v1.10.0 |
2495 | 2024-02-26T13:35:23.832Z | Documenting addr2line v0.21.0 |
2496 | 2024-02-26T13:35:23.972Z | Documenting time v0.3.27 |
2497 | 2024-02-26T13:35:24.381Z | Documenting pkcs8 v0.10.2 |
2498 | 2024-02-26T13:35:25.221Z | Documenting openapiv3 v2.0.0 |
2499 | 2024-02-26T13:35:26.184Z | Documenting futures-executor v0.3.30 |
2500 | 2024-02-26T13:35:27.777Z | Checking pest_meta v2.7.6 |
2501 | 2024-02-26T13:35:27.913Z | Documenting memoffset v0.9.0 |
2502 | 2024-02-26T13:35:28.604Z | Documenting hyper-rustls v0.24.2 |
2503 | 2024-02-26T13:35:28.733Z | Documenting hyper-tls v0.5.0 |
2504 | 2024-02-26T13:35:28.857Z | Documenting anstyle v1.0.2 |
2505 | 2024-02-26T13:35:29.406Z | Documenting data-encoding v2.4.0 |
2506 | 2024-02-26T13:35:30.851Z | Documenting crossbeam-epoch v0.9.15 |
2507 | 2024-02-26T13:35:31.513Z | Documenting anstyle-parse v0.2.1 |
2508 | 2024-02-26T13:35:32.826Z | Documenting ipnetwork v0.20.0 |
2509 | 2024-02-26T13:35:33.310Z | Documenting backtrace v0.3.69 |
2510 | 2024-02-26T13:35:33.686Z | Documenting sha2 v0.10.8 |
2511 | 2024-02-26T13:35:33.711Z | Documenting hex v0.4.3 |
2512 | 2024-02-26T13:35:34.868Z | Documenting crc32fast v1.3.2 |
2513 | 2024-02-26T13:35:35.058Z | Documenting pest_meta v2.7.6 |
2514 | 2024-02-26T13:35:36.417Z | Documenting scroll_derive v0.12.0 |
2515 | 2024-02-26T13:35:36.977Z | Documenting reqwest v0.11.22 |
2516 | 2024-02-26T13:35:37.861Z | Documenting anstyle-query v1.0.0 |
2517 | 2024-02-26T13:35:38.055Z | Documenting colorchoice v1.0.0 |
2518 | 2024-02-26T13:35:38.633Z | Documenting untrusted v0.9.0 |
2519 | 2024-02-26T13:35:38.764Z | Documenting futures v0.3.30 |
2520 | 2024-02-26T13:35:39.119Z | Documenting pest_generator v2.7.6 |
2521 | 2024-02-26T13:35:39.625Z | Documenting anyhow v1.0.75 |
2522 | 2024-02-26T13:35:40.848Z | Documenting scroll v0.12.0 |
2523 | 2024-02-26T13:35:40.921Z | Checking pest_generator v2.7.6 |
2524 | 2024-02-26T13:35:41.526Z | Documenting ring v0.17.8 |
2525 | 2024-02-26T13:35:41.631Z | Documenting anstream v0.6.11 |
2526 | 2024-02-26T13:35:42.080Z | Documenting num-iter v0.1.43 |
2527 | 2024-02-26T13:35:43.962Z | Documenting terminal_size v0.3.0 |
2528 | 2024-02-26T13:35:44.725Z | Documenting hmac v0.12.1 |
2529 | 2024-02-26T13:35:45.027Z | Documenting signal-hook v0.3.17 |
2530 | 2024-02-26T13:35:45.536Z | Documenting static_assertions v1.1.0 |
2531 | 2024-02-26T13:35:46.674Z | Documenting ucd-trie v0.1.6 |
2532 | 2024-02-26T13:35:47.176Z | Documenting clap_lex v0.7.0 |
2533 | 2024-02-26T13:35:47.429Z | Documenting strsim v0.11.0 |
2534 | 2024-02-26T13:35:47.677Z | Documenting plain v0.2.3 |
2535 | 2024-02-26T13:35:48.354Z | Documenting pest_derive v2.7.6 |
2536 | 2024-02-26T13:35:48.609Z | Documenting flate2 v1.0.28 |
2537 | 2024-02-26T13:35:49.142Z | Documenting clap_derive v4.5.0 |
2538 | 2024-02-26T13:35:49.714Z | Documenting managed v0.8.0 |
2539 | 2024-02-26T13:35:50.654Z | Documenting goblin v0.8.0 |
2540 | 2024-02-26T13:35:51.157Z | Documenting pest v2.7.6 |
2541 | 2024-02-26T13:35:51.634Z | Documenting pretty-hex v0.4.1 |
2542 | 2024-02-26T13:35:51.902Z | Documenting clap_builder v4.5.0 |
2543 | 2024-02-26T13:35:52.897Z | Documenting unicode-segmentation v1.10.1 |
2544 | 2024-02-26T13:35:53.103Z | Documenting signal-hook-mio v0.2.3 |
2545 | 2024-02-26T13:35:53.978Z | Documenting block-padding v0.3.3 |
2546 | 2024-02-26T13:35:54.486Z | Documenting scheduled-thread-pool v0.2.7 |
2547 | 2024-02-26T13:35:54.683Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2548 | 2024-02-26T13:35:56.162Z | Documenting dtrace-parser v0.2.0 |
2549 | 2024-02-26T13:35:56.357Z | Documenting thread-id v4.2.0 |
2550 | 2024-02-26T13:35:57.382Z | Documenting enum-as-inner v0.5.1 |
2551 | 2024-02-26T13:35:57.827Z | Documenting dof v0.3.0 |
2552 | 2024-02-26T13:35:58.257Z | Documenting clap v4.5.0 |
2553 | 2024-02-26T13:35:58.536Z | Checking diesel_table_macro_syntax v0.1.0 |
2554 | 2024-02-26T13:35:58.671Z | Documenting diesel_table_macro_syntax v0.1.0 |
2555 | 2024-02-26T13:35:58.713Z | Documenting bzip2 v0.4.4 |
2556 | 2024-02-26T13:35:59.179Z | Documenting inout v0.1.3 |
2557 | 2024-02-26T13:36:00.276Z | Documenting r2d2 v0.8.10 |
2558 | 2024-02-26T13:36:01.077Z | Documenting crossterm v0.27.0 |
2559 | 2024-02-26T13:36:01.802Z | Documenting trust-dns-proto v0.22.0 |
2560 | 2024-02-26T13:36:02.745Z | Documenting md-5 v0.10.5 |
2561 | 2024-02-26T13:36:02.986Z | Documenting usdt-impl v0.5.0 |
2562 | 2024-02-26T13:36:03.325Z | Documenting diesel_derives v2.1.2 |
2563 | 2024-02-26T13:36:03.769Z | Documenting stringprep v0.1.3 |
2564 | 2024-02-26T13:36:04.453Z | Documenting toml_datetime v0.6.5 |
2565 | 2024-02-26T13:36:04.575Z | Documenting serde_spanned v0.6.5 |
2566 | 2024-02-26T13:36:06.472Z | Documenting ff v0.13.0 |
2567 | 2024-02-26T13:36:07.719Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2568 | 2024-02-26T13:36:07.783Z | Documenting base16ct v0.2.0 |
2569 | 2024-02-26T13:36:08.432Z | Documenting winnow v0.6.1 |
2570 | 2024-02-26T13:36:08.530Z | Documenting bit-vec v0.6.3 |
2571 | 2024-02-26T13:36:10.377Z | Documenting fallible-iterator v0.2.0 |
2572 | 2024-02-26T13:36:10.629Z | Documenting siphasher v0.3.11 |
2573 | 2024-02-26T13:36:10.788Z | Documenting group v0.13.0 |
2574 | 2024-02-26T13:36:10.944Z | Documenting sec1 v0.7.3 |
2575 | 2024-02-26T13:36:10.955Z | Documenting cipher v0.4.4 |
2576 | 2024-02-26T13:36:11.535Z | Documenting diesel v2.1.4 |
2577 | 2024-02-26T13:36:12.650Z | Documenting zip v0.6.6 |
2578 | 2024-02-26T13:36:13.595Z | Documenting phf_shared v0.11.2 |
2579 | 2024-02-26T13:36:13.656Z | Documenting toml_edit v0.22.6 |
2580 | 2024-02-26T13:36:15.291Z | Documenting hkdf v0.12.4 |
2581 | 2024-02-26T13:36:15.515Z | Documenting postgres-protocol v0.6.6 |
2582 | 2024-02-26T13:36:17.321Z | Documenting num-bigint v0.4.4 |
2583 | 2024-02-26T13:36:17.483Z | Documenting crypto-bigint v0.5.2 |
2584 | 2024-02-26T13:36:17.504Z | Documenting regress v0.8.0 |
2585 | 2024-02-26T13:36:17.602Z | Documenting hubpack v0.1.2 |
2586 | 2024-02-26T13:36:20.397Z | Documenting bstr v1.6.0 |
2587 | 2024-02-26T13:36:20.486Z | Documenting serde_repr v0.1.16 |
2588 | 2024-02-26T13:36:22.111Z | Documenting lalrpop-util v0.19.12 |
2589 | 2024-02-26T13:36:22.636Z | Documenting minimal-lexical v0.2.1 |
2590 | 2024-02-26T13:36:23.899Z | Documenting fixedbitset v0.4.2 |
2591 | 2024-02-26T13:36:24.551Z | Documenting new_debug_unreachable v1.0.4 |
2592 | 2024-02-26T13:36:25.023Z | Documenting precomputed-hash v0.1.1 |
2593 | 2024-02-26T13:36:25.205Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2594 | 2024-02-26T13:36:25.550Z | Documenting yasna v0.5.2 |
2595 | 2024-02-26T13:36:26.611Z | Documenting nom v7.1.3 |
2596 | 2024-02-26T13:36:26.831Z | Documenting elliptic-curve v0.13.8 |
2597 | 2024-02-26T13:36:27.203Z | Documenting petgraph v0.6.4 |
2598 | 2024-02-26T13:36:27.411Z | Documenting postgres-types v0.2.6 |
2599 | 2024-02-26T13:36:28.775Z | Documenting string_cache v0.8.7 |
2600 | 2024-02-26T13:36:31.725Z | Documenting phf v0.11.2 |
2601 | 2024-02-26T13:36:31.933Z | Documenting console v0.15.8 |
2602 | 2024-02-26T13:36:32.148Z | Documenting semver v1.0.22 |
2603 | 2024-02-26T13:36:32.871Z | Documenting float-cmp v0.9.0 |
2604 | 2024-02-26T13:36:33.535Z | Documenting difflib v0.4.0 |
2605 | 2024-02-26T13:36:34.642Z | Documenting whoami v1.4.1 |
2606 | 2024-02-26T13:36:35.381Z | Documenting normalize-line-endings v0.3.0 |
2607 | 2024-02-26T13:36:36.016Z | Documenting heck v0.4.1 |
2608 | 2024-02-26T13:36:36.204Z | Documenting predicates-core v1.0.6 |
2609 | 2024-02-26T13:36:36.533Z | Documenting bit-set v0.5.3 |
2610 | 2024-02-26T13:36:37.149Z | Documenting similar v2.3.0 |
2611 | 2024-02-26T13:36:37.568Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2612 | 2024-02-26T13:36:37.694Z | Documenting tokio-stream v0.1.14 |
2613 | 2024-02-26T13:36:38.518Z | Documenting tokio-postgres v0.7.10 |
2614 | 2024-02-26T13:36:39.191Z | Documenting getopts v0.2.21 |
2615 | 2024-02-26T13:36:40.124Z | Documenting predicates v3.1.0 |
2616 | 2024-02-26T13:36:40.538Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2617 | 2024-02-26T13:36:40.777Z | Checking strsim v0.10.0 |
2618 | 2024-02-26T13:36:41.016Z | Checking ident_case v1.0.1 |
2619 | 2024-02-26T13:36:41.178Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2620 | 2024-02-26T13:36:41.599Z | Documenting match_cfg v0.1.0 |
2621 | 2024-02-26T13:36:42.956Z | Documenting sha1 v0.10.6 |
2622 | 2024-02-26T13:36:43.091Z | Documenting dirs-sys-next v0.1.2 |
2623 | 2024-02-26T13:36:44.490Z | Documenting rustls-pki-types v1.3.0 |
2624 | 2024-02-26T13:36:44.512Z | Documenting hostname v0.3.1 |
2625 | 2024-02-26T13:36:46.362Z | Documenting camino v1.1.6 |
2626 | 2024-02-26T13:36:47.020Z | Documenting dirs-next v2.0.0 |
2627 | 2024-02-26T13:36:47.926Z | Documenting paste v1.0.14 |
2628 | 2024-02-26T13:36:48.247Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2629 | 2024-02-26T13:36:48.264Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2630 | 2024-02-26T13:36:48.413Z | Documenting thread_local v1.1.7 |
2631 | 2024-02-26T13:36:48.453Z | Documenting rustls-webpki v0.102.1 |
2632 | 2024-02-26T13:36:49.773Z | Documenting crossbeam-channel v0.5.8 |
2633 | 2024-02-26T13:36:50.931Z | Documenting term v0.7.0 |
2634 | 2024-02-26T13:36:51.516Z | Documenting atty v0.2.14 |
2635 | 2024-02-26T13:36:51.984Z | Documenting take_mut v0.2.2 |
2636 | 2024-02-26T13:36:52.361Z | Documenting slog-json v2.6.1 |
2637 | 2024-02-26T13:36:52.516Z | Documenting http v1.0.0 |
2638 | 2024-02-26T13:36:52.939Z | Documenting rustls v0.22.2 |
2639 | 2024-02-26T13:36:53.942Z | Documenting async-stream-impl v0.3.5 |
2640 | 2024-02-26T13:36:55.003Z | Documenting atomic-waker v1.1.1 |
2641 | 2024-02-26T13:36:55.112Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2642 | 2024-02-26T13:36:55.175Z | Documenting slog-term v2.9.0 |
2643 | 2024-02-26T13:36:55.792Z | Documenting slog-async v2.8.0 |
2644 | 2024-02-26T13:36:57.022Z | Documenting debug-ignore v1.0.5 |
2645 | 2024-02-26T13:36:57.865Z | Documenting waitgroup v0.1.2 |
2646 | 2024-02-26T13:36:58.494Z | Documenting async-stream v0.3.5 |
2647 | 2024-02-26T13:36:58.618Z | Documenting multer v3.0.0 |
2648 | 2024-02-26T13:36:59.625Z | Documenting slog-bunyan v2.5.0 |
2649 | 2024-02-26T13:36:59.762Z | Documenting rustls-pemfile v2.1.0 |
2650 | 2024-02-26T13:36:59.919Z | Checking darling_core v0.20.3 |
2651 | 2024-02-26T13:37:01.791Z | Documenting toml v0.8.10 |
2652 | 2024-02-26T13:37:01.807Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2653 | 2024-02-26T13:37:02.204Z | Documenting tokio-rustls v0.25.0 |
2654 | 2024-02-26T13:37:02.396Z | Documenting serde_path_to_error v0.1.15 |
2655 | 2024-02-26T13:37:03.458Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2656 | 2024-02-26T13:37:03.564Z | Checking darling v0.20.3 |
2657 | 2024-02-26T13:37:03.674Z | Documenting serde_with_macros v3.6.1 |
2658 | 2024-02-26T13:37:04.010Z | Documenting structmeta-derive v0.3.0 |
2659 | 2024-02-26T13:37:04.346Z | Documenting strum v0.26.1 |
2660 | 2024-02-26T13:37:06.678Z | Checking structmeta v0.3.0 |
2661 | 2024-02-26T13:37:06.763Z | Documenting instant v0.1.12 |
2662 | 2024-02-26T13:37:06.919Z | Documenting newtype-uuid v1.0.1 |
2663 | 2024-02-26T13:37:07.724Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2664 | 2024-02-26T13:37:07.737Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2665 | 2024-02-26T13:37:08.003Z | Documenting macaddr v1.0.1 |
2666 | 2024-02-26T13:37:08.806Z | Documenting serde_with v3.6.1 |
2667 | 2024-02-26T13:37:09.248Z | Documenting structmeta v0.3.0 |
2668 | 2024-02-26T13:37:10.569Z | Documenting backoff v0.4.0 |
2669 | 2024-02-26T13:37:12.145Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2670 | 2024-02-26T13:37:12.247Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2671 | 2024-02-26T13:37:12.490Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2024-02-26T13:37:12.714Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2673 | 2024-02-26T13:37:13.319Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2674 | 2024-02-26T13:37:13.638Z | Documenting parse-display-derive v0.9.0 |
2675 | 2024-02-26T13:37:15.281Z | Documenting fastrand v2.0.1 |
2676 | 2024-02-26T13:37:16.419Z | Documenting proc-macro-error-attr v1.0.4 |
2677 | 2024-02-26T13:37:16.687Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2678 | 2024-02-26T13:37:16.744Z | Checking proc-macro-error v1.0.4 |
2679 | 2024-02-26T13:37:17.252Z | Documenting is-terminal v0.4.9 |
2680 | 2024-02-26T13:37:17.252Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2681 | 2024-02-26T13:37:17.717Z | Documenting proc-macro-crate v1.3.1 |
2682 | 2024-02-26T13:37:17.731Z | Checking proc-macro-crate v1.3.1 |
2683 | 2024-02-26T13:37:17.818Z | Documenting hash32 v0.3.1 |
2684 | 2024-02-26T13:37:19.158Z | Documenting tempfile v3.10.0 |
2685 | 2024-02-26T13:37:19.753Z | Documenting parse-display v0.9.0 |
2686 | 2024-02-26T13:37:20.091Z | Documenting stable_deref_trait v1.2.0 |
2687 | 2024-02-26T13:37:20.299Z | Documenting proc-macro-error v1.0.4 |
2688 | 2024-02-26T13:37:21.896Z | Documenting embedded-io v0.4.0 |
2689 | 2024-02-26T13:37:22.124Z | Documenting cobs v0.2.3 |
2690 | 2024-02-26T13:37:22.726Z | Documenting num_enum_derive v0.5.11 |
2691 | 2024-02-26T13:37:22.804Z | Documenting foreign-types-macros v0.2.3 |
2692 | 2024-02-26T13:37:22.983Z | Documenting heapless v0.8.0 |
2693 | 2024-02-26T13:37:23.618Z | Documenting camino-tempfile v1.1.1 |
2694 | 2024-02-26T13:37:23.999Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-02-26T13:37:24.730Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-26T13:37:25.049Z | Documenting foreign-types-shared v0.3.1 |
2697 | 2024-02-26T13:37:25.212Z | Documenting postcard v1.0.8 |
2698 | 2024-02-26T13:37:27.660Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2699 | 2024-02-26T13:37:27.787Z | Documenting crucible-workspace-hack v0.1.0 |
2700 | 2024-02-26T13:37:27.807Z | Documenting smoltcp v0.11.0 |
2701 | 2024-02-26T13:37:27.895Z | Documenting foreign-types v0.5.0 |
2702 | 2024-02-26T13:37:28.327Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2703 | 2024-02-26T13:37:28.859Z | Documenting num_enum v0.5.11 |
2704 | 2024-02-26T13:37:29.960Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2024-02-26T13:37:31.519Z | Documenting cstr-argument v0.1.2 |
2706 | 2024-02-26T13:37:32.126Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2707 | 2024-02-26T13:37:32.130Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2708 | 2024-02-26T13:37:32.130Z | Documenting colored v2.0.4 |
2709 | 2024-02-26T13:37:32.686Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2710 | 2024-02-26T13:37:33.641Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2711 | 2024-02-26T13:37:36.067Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2712 | 2024-02-26T13:37:36.199Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2713 | 2024-02-26T13:37:36.749Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2714 | 2024-02-26T13:37:36.794Z | Documenting zone_cfg_derive v0.3.0 |
2715 | 2024-02-26T13:37:37.473Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2716 | 2024-02-26T13:37:40.057Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2717 | 2024-02-26T13:37:40.118Z | Documenting num-derive v0.4.0 |
2718 | 2024-02-26T13:37:40.375Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2719 | 2024-02-26T13:37:40.670Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2720 | 2024-02-26T13:37:41.834Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2721 | 2024-02-26T13:37:42.105Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-02-26T13:37:42.593Z | Documenting zone v0.3.0 |
2723 | 2024-02-26T13:37:44.788Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2724 | 2024-02-26T13:37:46.556Z | Documenting smf v0.2.2 |
2725 | 2024-02-26T13:37:46.564Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2726 | 2024-02-26T13:37:46.564Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2727 | 2024-02-26T13:37:46.578Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2728 | 2024-02-26T13:37:47.135Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2729 | 2024-02-26T13:37:47.655Z | Documenting linked-hash-map v0.5.6 |
2730 | 2024-02-26T13:37:49.201Z | Documenting password-hash v0.5.0 |
2731 | 2024-02-26T13:37:49.517Z | Documenting blake2 v0.10.6 |
2732 | 2024-02-26T13:37:50.264Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2733 | 2024-02-26T13:37:51.502Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2734 | 2024-02-26T13:37:52.324Z | Documenting lru-cache v0.1.2 |
2735 | 2024-02-26T13:37:53.596Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2736 | 2024-02-26T13:37:53.864Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-02-26T13:37:54.058Z | Documenting itertools v0.12.1 |
2738 | 2024-02-26T13:37:54.567Z | Documenting argon2 v0.5.3 |
2739 | 2024-02-26T13:37:54.789Z | Documenting memmap v0.7.0 |
2740 | 2024-02-26T13:37:56.225Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2741 | 2024-02-26T13:38:02.781Z | Documenting quick-error v1.2.3 |
2742 | 2024-02-26T13:38:02.856Z | Documenting derive-where v1.2.7 |
2743 | 2024-02-26T13:38:02.856Z | Documenting swrite v0.1.0 |
2744 | 2024-02-26T13:38:02.891Z | Documenting usdt v0.5.0 |
2745 | 2024-02-26T13:38:02.892Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2746 | 2024-02-26T13:38:02.892Z | Documenting newtype_derive v0.1.6 |
2747 | 2024-02-26T13:38:02.892Z | Documenting resolv-conf v0.7.0 |
2748 | 2024-02-26T13:38:02.892Z | Documenting tap v1.0.1 |
2749 | 2024-02-26T13:38:02.892Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2750 | 2024-02-26T13:38:02.893Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2751 | 2024-02-26T13:38:02.893Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2752 | 2024-02-26T13:38:03.576Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2753 | 2024-02-26T13:38:03.680Z | Documenting radium v0.7.0 |
2754 | 2024-02-26T13:38:04.285Z | Documenting wyz v0.5.1 |
2755 | 2024-02-26T13:38:04.405Z | Documenting steno v0.4.0 |
2756 | 2024-02-26T13:38:04.879Z | Documenting trust-dns-resolver v0.22.0 |
2757 | 2024-02-26T13:38:06.460Z | Documenting nibble_vec v0.1.0 |
2758 | 2024-02-26T13:38:06.584Z | Checking heck v0.3.3 |
2759 | 2024-02-26T13:38:06.724Z | Documenting crc-catalog v2.2.0 |
2760 | 2024-02-26T13:38:06.764Z | Documenting endian-type v0.1.2 |
2761 | 2024-02-26T13:38:09.023Z | Documenting funty v2.0.0 |
2762 | 2024-02-26T13:38:09.716Z | Documenting crc v3.0.1 |
2763 | 2024-02-26T13:38:10.567Z | Documenting structopt-derive v0.4.18 |
2764 | 2024-02-26T13:38:10.753Z | Documenting bitvec v1.0.1 |
2765 | 2024-02-26T13:38:11.043Z | Documenting radix_trie v0.2.1 |
2766 | 2024-02-26T13:38:12.687Z | Documenting cancel-safe-futures v0.1.5 |
2767 | 2024-02-26T13:38:13.857Z | Documenting filetime v0.2.23 |
2768 | 2024-02-26T13:38:15.147Z | Documenting xattr v1.0.1 |
2769 | 2024-02-26T13:38:15.188Z | Documenting packed_struct_codegen v0.10.1 |
2770 | 2024-02-26T13:38:15.776Z | Documenting nodrop v0.1.14 |
2771 | 2024-02-26T13:38:16.176Z | Documenting structopt v0.3.26 |
2772 | 2024-02-26T13:38:17.976Z | Documenting libefi-sys v0.1.0 |
2773 | 2024-02-26T13:38:18.266Z | Documenting num-bigint-dig v0.8.4 |
2774 | 2024-02-26T13:38:18.697Z | Documenting array-init v0.0.4 |
2775 | 2024-02-26T13:38:19.137Z | Documenting tar v0.4.40 |
2776 | 2024-02-26T13:38:19.458Z | Documenting num-rational v0.4.1 |
2777 | 2024-02-26T13:38:20.274Z | Documenting packed_struct v0.10.1 |
2778 | 2024-02-26T13:38:20.569Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2779 | 2024-02-26T13:38:22.017Z | Documenting pkcs1 v0.7.5 |
2780 | 2024-02-26T13:38:22.215Z | Documenting signature v2.1.0 |
2781 | 2024-02-26T13:38:23.451Z | Documenting num-complex v0.4.4 |
2782 | 2024-02-26T13:38:25.530Z | Documenting termcolor v1.2.0 |
2783 | 2024-02-26T13:38:25.542Z | Documenting bitfield v0.14.0 |
2784 | 2024-02-26T13:38:25.677Z | Documenting arc-swap v1.6.0 |
2785 | 2024-02-26T13:38:26.731Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2786 | 2024-02-26T13:38:27.049Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2787 | 2024-02-26T13:38:27.120Z | Documenting rsa v0.9.2 |
2788 | 2024-02-26T13:38:27.667Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2024-02-26T13:38:28.682Z | Documenting env_logger v0.10.0 |
2790 | 2024-02-26T13:38:28.983Z | Documenting num v0.4.1 |
2791 | 2024-02-26T13:38:29.196Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2792 | 2024-02-26T13:38:29.664Z | Documenting slog-scope v4.4.0 |
2793 | 2024-02-26T13:38:31.772Z | Documenting serde-hex v0.1.0 |
2794 | 2024-02-26T13:38:32.390Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2795 | 2024-02-26T13:38:33.409Z | Documenting x509-cert v0.2.4 |
2796 | 2024-02-26T13:38:33.572Z | Documenting ron v0.8.1 |
2797 | 2024-02-26T13:38:35.598Z | Documenting libsw v3.3.1 |
2798 | 2024-02-26T13:38:36.072Z | Documenting gethostname v0.4.3 |
2799 | 2024-02-26T13:38:37.091Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2024-02-26T13:38:37.315Z | Documenting half v2.3.1 |
2801 | 2024-02-26T13:38:37.456Z | Documenting linear-map v1.2.0 |
2802 | 2024-02-26T13:38:38.117Z | Documenting crc-any v2.4.3 |
2803 | 2024-02-26T13:38:39.149Z | Documenting owo-colors v4.0.0 |
2804 | 2024-02-26T13:38:39.630Z | Documenting same-file v1.0.6 |
2805 | 2024-02-26T13:38:40.385Z | Documenting ciborium-io v0.2.2 |
2806 | 2024-02-26T13:38:40.573Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2807 | 2024-02-26T13:38:40.871Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2808 | 2024-02-26T13:38:41.231Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2809 | 2024-02-26T13:38:41.624Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2810 | 2024-02-26T13:38:43.945Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2811 | 2024-02-26T13:38:44.091Z | Documenting walkdir v2.4.0 |
2812 | 2024-02-26T13:38:44.211Z | Documenting ciborium-ll v0.2.2 |
2813 | 2024-02-26T13:38:46.774Z | Documenting slog-stdlog v4.1.1 |
2814 | 2024-02-26T13:38:48.031Z | Documenting slog-dtrace v0.3.0 |
2815 | 2024-02-26T13:38:48.350Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2816 | 2024-02-26T13:38:48.782Z | Documenting path-slash v0.1.5 |
2817 | 2024-02-26T13:38:50.836Z | Documenting slog-envlogger v2.2.0 |
2818 | 2024-02-26T13:38:52.278Z | Documenting ciborium v0.2.2 |
2819 | 2024-02-26T13:38:52.567Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2820 | 2024-02-26T13:38:55.066Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2821 | 2024-02-26T13:38:55.294Z | Documenting pem v3.0.2 |
2822 | 2024-02-26T13:38:56.365Z | Documenting fxhash v0.2.1 |
2823 | 2024-02-26T13:38:56.759Z | Documenting display-error-chain v0.2.0 |
2824 | 2024-02-26T13:38:59.130Z | Documenting utf-8 v0.7.6 |
2825 | 2024-02-26T13:38:59.384Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2826 | 2024-02-26T13:39:00.222Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-02-26T13:39:00.358Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2828 | 2024-02-26T13:39:00.581Z | Documenting vte_generate_state_changes v0.1.1 |
2829 | 2024-02-26T13:39:00.594Z | Checking convert_case v0.4.0 |
2830 | 2024-02-26T13:39:00.813Z | Documenting convert_case v0.4.0 |
2831 | 2024-02-26T13:39:01.202Z | Documenting buf-list v1.0.3 |
2832 | 2024-02-26T13:39:02.997Z | Documenting tungstenite v0.20.1 |
2833 | 2024-02-26T13:39:04.448Z | Documenting vte v0.11.1 |
2834 | 2024-02-26T13:39:04.814Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2835 | 2024-02-26T13:39:04.938Z | Documenting derive_more v0.99.17 |
2836 | 2024-02-26T13:39:05.361Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2837 | 2024-02-26T13:39:06.179Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2838 | 2024-02-26T13:39:06.507Z | Checking darling_core v0.14.4 |
2839 | 2024-02-26T13:39:08.383Z | Documenting pin-project-internal v1.1.3 |
2840 | 2024-02-26T13:39:09.394Z | Documenting strip-ansi-escapes v0.2.0 |
2841 | 2024-02-26T13:39:10.245Z | Documenting tokio-tungstenite v0.20.1 |
2842 | 2024-02-26T13:39:11.011Z | Checking darling v0.14.4 |
2843 | 2024-02-26T13:39:11.170Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2844 | 2024-02-26T13:39:13.298Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2845 | 2024-02-26T13:39:13.558Z | Documenting pin-project v1.1.3 |
2846 | 2024-02-26T13:39:14.251Z | Documenting doc-comment v0.3.3 |
2847 | 2024-02-26T13:39:15.028Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-02-26T13:39:16.607Z | Documenting crossbeam-deque v0.8.3 |
2849 | 2024-02-26T13:39:17.243Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-02-26T13:39:17.381Z | Documenting snafu-derive v0.7.5 |
2851 | 2024-02-26T13:39:17.665Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2852 | 2024-02-26T13:39:18.027Z | Documenting nu-ansi-term v0.50.0 |
2853 | 2024-02-26T13:39:20.786Z | Documenting rayon-core v1.12.0 |
2854 | 2024-02-26T13:39:21.524Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2855 | 2024-02-26T13:39:22.378Z | Documenting trust-dns-client v0.22.0 |
2856 | 2024-02-26T13:39:22.386Z | Documenting reedline v0.29.0 |
2857 | 2024-02-26T13:39:23.423Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2858 | 2024-02-26T13:39:24.442Z | Documenting snafu v0.7.5 |
2859 | 2024-02-26T13:39:24.819Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2024-02-26T13:39:25.140Z | Documenting globset v0.4.13 |
2861 | 2024-02-26T13:39:25.501Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-26T13:39:28.216Z | Documenting serde_plain v1.0.2 |
2863 | 2024-02-26T13:39:28.788Z | Documenting headers-core v0.2.0 |
2864 | 2024-02-26T13:39:30.282Z | Documenting async-recursion v1.0.5 |
2865 | 2024-02-26T13:39:30.331Z | Documenting bytecount v0.6.3 |
2866 | 2024-02-26T13:39:31.220Z | Documenting typed-path v0.7.0 |
2867 | 2024-02-26T13:39:31.651Z | Documenting keccak v0.1.4 |
2868 | 2024-02-26T13:39:32.087Z | Documenting trust-dns-server v0.22.1 |
2869 | 2024-02-26T13:39:32.500Z | Documenting rayon v1.8.0 |
2870 | 2024-02-26T13:39:33.457Z | Documenting papergrid v0.11.0 |
2871 | 2024-02-26T13:39:33.836Z | Documenting headers v0.3.9 |
2872 | 2024-02-26T13:39:34.721Z | Documenting sha3 v0.10.8 |
2873 | 2024-02-26T13:39:34.953Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2874 | 2024-02-26T13:39:36.421Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2875 | 2024-02-26T13:39:36.655Z | Documenting tough v0.16.0 |
2876 | 2024-02-26T13:39:38.424Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2024-02-26T13:39:40.020Z | Documenting derive_builder_core v0.12.0 |
2878 | 2024-02-26T13:39:40.062Z | Checking derive_builder_core v0.12.0 |
2879 | 2024-02-26T13:39:40.233Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2880 | 2024-02-26T13:39:40.420Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-02-26T13:39:40.794Z | Documenting sled v0.34.7 |
2882 | 2024-02-26T13:39:40.984Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2883 | 2024-02-26T13:39:41.077Z | Documenting fs-err v2.11.0 |
2884 | 2024-02-26T13:39:41.845Z | Documenting unicase v2.7.0 |
2885 | 2024-02-26T13:39:41.858Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2886 | 2024-02-26T13:39:41.943Z | Documenting tabled_derive v0.7.0 |
2887 | 2024-02-26T13:39:42.195Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2888 | 2024-02-26T13:39:45.010Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2889 | 2024-02-26T13:39:45.191Z | Documenting fd-lock v4.0.2 |
2890 | 2024-02-26T13:39:46.699Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-02-26T13:39:47.686Z | Documenting nix v0.27.1 |
2892 | 2024-02-26T13:39:47.749Z | Documenting secrecy v0.8.0 |
2893 | 2024-02-26T13:39:47.992Z | Documenting rustversion v1.0.14 |
2894 | 2024-02-26T13:39:49.766Z | Documenting sqlparser_derive v0.2.2 |
2895 | 2024-02-26T13:39:50.744Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2896 | 2024-02-26T13:39:51.002Z | Documenting parse-size v1.0.0 |
2897 | 2024-02-26T13:39:51.967Z | Documenting home v0.5.5 |
2898 | 2024-02-26T13:39:52.183Z | Documenting unicode_categories v0.1.1 |
2899 | 2024-02-26T13:39:53.604Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2900 | 2024-02-26T13:39:53.944Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2901 | 2024-02-26T13:39:54.707Z | Documenting castaway v0.2.2 |
2902 | 2024-02-26T13:39:55.153Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2903 | 2024-02-26T13:39:55.326Z | Documenting sqlparser v0.43.1 |
2904 | 2024-02-26T13:39:56.046Z | Documenting rustyline v13.0.0 |
2905 | 2024-02-26T13:39:56.176Z | Documenting sqlformat v0.2.3 |
2906 | 2024-02-26T13:39:58.546Z | Documenting tabled v0.15.0 |
2907 | 2024-02-26T13:39:59.083Z | Documenting derive_builder_macro v0.12.0 |
2908 | 2024-02-26T13:40:01.629Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2909 | 2024-02-26T13:40:01.671Z | Documenting mime_guess v2.0.4 |
2910 | 2024-02-26T13:40:03.755Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2911 | 2024-02-26T13:40:05.441Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2912 | 2024-02-26T13:40:05.515Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2913 | 2024-02-26T13:40:06.717Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2914 | 2024-02-26T13:40:07.040Z | Documenting universal-hash v0.5.1 |
2915 | 2024-02-26T13:40:08.585Z | Documenting bcs v0.1.6 |
2916 | 2024-02-26T13:40:14.111Z | Documenting kstat-rs v0.2.3 |
2917 | 2024-02-26T13:40:14.124Z | Documenting thiserror-impl-no-std v2.0.2 |
2918 | 2024-02-26T13:40:14.157Z | Documenting curve25519-dalek-derive v0.1.0 |
2919 | 2024-02-26T13:40:16.811Z | Documenting ref-cast-impl v1.0.20 |
2920 | 2024-02-26T13:40:18.332Z | Documenting highway v1.1.0 |
2921 | 2024-02-26T13:40:18.570Z | Documenting opaque-debug v0.3.0 |
2922 | 2024-02-26T13:40:18.595Z | Documenting thiserror-no-std v2.0.2 |
2923 | 2024-02-26T13:40:20.170Z | Documenting curve25519-dalek v4.1.1 |
2924 | 2024-02-26T13:40:21.617Z | Documenting ref-cast v1.0.20 |
2925 | 2024-02-26T13:40:21.727Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2926 | 2024-02-26T13:40:21.873Z | Documenting poly1305 v0.8.0 |
2927 | 2024-02-26T13:40:21.938Z | Documenting derive_builder v0.12.0 |
2928 | 2024-02-26T13:40:22.290Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2929 | 2024-02-26T13:40:24.025Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2930 | 2024-02-26T13:40:24.666Z | Documenting compact_str v0.7.1 |
2931 | 2024-02-26T13:40:26.417Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2932 | 2024-02-26T13:40:27.004Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-26T13:40:28.514Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2934 | 2024-02-26T13:40:29.010Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2024-02-26T13:40:29.691Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-02-26T13:40:34.054Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2024-02-26T13:40:39.498Z | Documenting portable-atomic v1.4.3 |
2938 | 2024-02-26T13:40:39.900Z | Documenting ed25519 v1.5.3 |
2939 | 2024-02-26T13:40:41.108Z | Documenting polar-core v0.27.0 |
2940 | 2024-02-26T13:40:42.871Z | Documenting libxml v0.3.3 |
2941 | 2024-02-26T13:40:43.274Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2942 | 2024-02-26T13:40:45.107Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2943 | 2024-02-26T13:40:47.483Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2944 | 2024-02-26T13:40:48.340Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2945 | 2024-02-26T13:40:51.647Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2946 | 2024-02-26T13:40:51.664Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2947 | 2024-02-26T13:40:51.665Z | Documenting chacha20 v0.9.1 |
2948 | 2024-02-26T13:40:52.478Z | Documenting bb8 v0.8.3 |
2949 | 2024-02-26T13:40:53.203Z | Documenting aead v0.5.2 |
2950 | 2024-02-26T13:40:55.855Z | Documenting lru v0.12.1 |
2951 | 2024-02-26T13:40:58.980Z | Documenting quick-xml v0.30.0 |
2952 | 2024-02-26T13:40:59.370Z | Documenting stability v0.1.1 |
2953 | 2024-02-26T13:41:00.189Z | Documenting impl-trait-for-tuples v0.2.2 |
2954 | 2024-02-26T13:41:01.446Z | Documenting oso-derive v0.27.0 |
2955 | 2024-02-26T13:41:03.823Z | Documenting number_prefix v0.4.0 |
2956 | 2024-02-26T13:41:03.892Z | Documenting maplit v1.0.2 |
2957 | 2024-02-26T13:41:05.369Z | Documenting glob v0.3.1 |
2958 | 2024-02-26T13:41:05.857Z | Documenting cassowary v0.3.0 |
2959 | 2024-02-26T13:41:06.060Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2960 | 2024-02-26T13:41:06.808Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2961 | 2024-02-26T13:41:07.674Z | Documenting indicatif v0.17.8 |
2962 | 2024-02-26T13:41:07.795Z | Documenting oso v0.27.0 |
2963 | 2024-02-26T13:41:08.300Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2964 | 2024-02-26T13:41:09.849Z | Documenting ratatui v0.26.1 |
2965 | 2024-02-26T13:41:10.050Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2966 | 2024-02-26T13:41:10.884Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2967 | 2024-02-26T13:41:12.953Z | Documenting chacha20poly1305 v0.10.1 |
2968 | 2024-02-26T13:41:13.442Z | Documenting salty v0.2.0 |
2969 | 2024-02-26T13:41:18.052Z | Documenting vsss-rs v3.3.4 |
2970 | 2024-02-26T13:41:18.167Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2971 | 2024-02-26T13:41:18.343Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2972 | 2024-02-26T13:41:19.492Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2973 | 2024-02-26T13:41:19.559Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2974 | 2024-02-26T13:41:20.694Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2975 | 2024-02-26T13:41:24.492Z | Documenting cookie v0.18.0 |
2976 | 2024-02-26T13:41:24.750Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2977 | 2024-02-26T13:41:25.430Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2978 | 2024-02-26T13:41:25.782Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2979 | 2024-02-26T13:41:27.041Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2980 | 2024-02-26T13:41:27.372Z | Documenting serde-big-array v0.5.1 |
2981 | 2024-02-26T13:41:28.056Z | Documenting rtoolbox v0.0.1 |
2982 | 2024-02-26T13:41:29.386Z | Documenting humantime v2.1.0 |
2983 | 2024-02-26T13:41:29.890Z | Documenting smawk v0.3.1 |
2984 | 2024-02-26T13:41:31.861Z | Documenting is_ci v1.2.0 |
2985 | 2024-02-26T13:41:32.299Z | Documenting unicode-linebreak v0.1.5 |
2986 | 2024-02-26T13:41:33.292Z | Documenting http-range v0.1.5 |
2987 | 2024-02-26T13:41:33.579Z | Documenting rpassword v7.3.1 |
2988 | 2024-02-26T13:41:34.449Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2989 | 2024-02-26T13:41:35.407Z | Documenting textwrap v0.16.1 |
2990 | 2024-02-26T13:41:35.690Z | Documenting supports-color v3.0.0 |
2991 | 2024-02-26T13:41:37.216Z | Documenting hyper-staticfile v0.9.5 |
2992 | 2024-02-26T13:41:37.729Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2993 | 2024-02-26T13:41:37.871Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2994 | 2024-02-26T13:41:39.562Z | Documenting tui-tree-widget v0.17.0 |
2995 | 2024-02-26T13:41:41.283Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2996 | 2024-02-26T13:41:42.837Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2997 | 2024-02-26T13:41:45.133Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2998 | 2024-02-26T13:41:45.562Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2999 | 2024-02-26T13:41:45.927Z | Documenting rcgen v0.12.1 |
3000 | 2024-02-26T13:41:45.937Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3001 | 2024-02-26T13:41:46.863Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3002 | 2024-02-26T13:41:47.322Z | Documenting atomicwrites v0.4.3 |
3003 | 2024-02-26T13:41:48.267Z | Documenting signal-hook-tokio v0.3.1 |
3004 | 2024-02-26T13:41:51.279Z | Documenting memmap2 v0.7.1 |
3005 | 2024-02-26T13:41:51.903Z | Documenting subprocess v0.2.9 |
3006 | 2024-02-26T13:41:53.089Z | Documenting arrayvec v0.7.4 |
3007 | 2024-02-26T13:41:53.876Z | Documenting shell-words v1.1.0 |
3008 | 2024-02-26T13:41:55.646Z | Documenting arrayref v0.3.7 |
3009 | 2024-02-26T13:41:56.209Z | Documenting constant_time_eq v0.3.0 |
3010 | 2024-02-26T13:41:56.487Z | Documenting corncobs v0.1.3 |
3011 | 2024-02-26T13:41:57.858Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3012 | 2024-02-26T13:41:58.649Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3013 | 2024-02-26T13:41:59.135Z | Documenting blake3 v1.5.0 |
3014 | 2024-02-26T13:41:59.544Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3015 | 2024-02-26T13:42:01.783Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3016 | 2024-02-26T13:42:02.196Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-02-26T13:42:03.703Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3018 | 2024-02-26T13:42:03.899Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3019 | 2024-02-26T13:42:04.811Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-02-26T13:42:05.365Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3021 | 2024-02-26T13:42:16.654Z | warning: unclosed HTML tag `usize` |
3022 | 2024-02-26T13:42:16.655Z | --> wicket/src/ui/panes/update.rs:153:19 |
3023 | 2024-02-26T13:42:16.655Z | | |
3024 | 2024-02-26T13:42:16.655Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3025 | 2024-02-26T13:42:16.655Z | | ^^^^^^^ |
3026 | 2024-02-26T13:42:16.655Z | | |
3027 | 2024-02-26T13:42:16.655Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3028 | 2024-02-26T13:42:16.655Z | |
3029 | 2024-02-26T13:42:17.886Z | warning: `wicket` (lib doc) generated 1 warning |
3030 | 2024-02-26T13:42:17.889Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3031 | 2024-02-26T13:42:19.331Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3032 | 2024-02-26T13:42:19.785Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3033 | 2024-02-26T13:42:24.087Z | Documenting fatfs v0.3.6 |
3034 | 2024-02-26T13:42:27.118Z | Documenting nanorand v0.7.0 |
3035 | 2024-02-26T13:42:29.525Z | Documenting topological-sort v0.2.2 |
3036 | 2024-02-26T13:42:30.058Z | Documenting assert_matches v1.5.0 |
3037 | 2024-02-26T13:42:30.114Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3038 | 2024-02-26T13:42:31.455Z | Documenting flume v0.11.0 |
3039 | 2024-02-26T13:42:32.594Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3040 | 2024-02-26T13:42:34.077Z | Documenting omicron-zone-package v0.11.0 |
3041 | 2024-02-26T13:42:34.842Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3042 | 2024-02-26T13:42:35.251Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3043 | 2024-02-26T13:42:36.887Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3044 | 2024-02-26T13:42:37.144Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3045 | 2024-02-26T13:42:37.956Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3046 | 2024-02-26T13:42:47.369Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3047 | 2024-02-26T13:42:51.003Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3048 | 2024-02-26T13:42:51.873Z | Documenting termios v0.3.3 |
3049 | 2024-02-26T13:42:53.268Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3050 | 2024-02-26T13:42:53.269Z | --> sled-agent/src/sim/instance.rs:46:7 |
3051 | 2024-02-26T13:42:53.269Z | | |
3052 | 2024-02-26T13:42:53.269Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3053 | 2024-02-26T13:42:53.269Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3054 | 2024-02-26T13:42:53.270Z | | |
3055 | 2024-02-26T13:42:53.270Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3056 | 2024-02-26T13:42:53.270Z | |
3057 | 2024-02-26T13:42:56.054Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3058 | 2024-02-26T13:42:56.577Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3059 | 2024-02-26T13:42:59.079Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3060 | 2024-02-26T13:43:01.560Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3061 | 2024-02-26T13:43:05.854Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3062 | 2024-02-26T13:43:16.393Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3063 | 2024-02-26T13:43:27.307Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3064 | 2024-02-26T13:43:29.595Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3065 | 2024-02-26T13:43:43.480Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3066 | 2024-02-26T13:43:44.047Z | warning: unresolved link to `test_sled_transitions` |
3067 | 2024-02-26T13:43:44.047Z | --> nexus/db-queries/src/db/datastore/sled.rs:566:11 |
3068 | 2024-02-26T13:43:44.047Z | | |
3069 | 2024-02-26T13:43:44.047Z | 566 | /// [`test_sled_transitions`]. |
3070 | 2024-02-26T13:43:44.047Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3071 | 2024-02-26T13:43:44.047Z | | |
3072 | 2024-02-26T13:43:44.047Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3073 | 2024-02-26T13:43:44.048Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3074 | 2024-02-26T13:43:44.048Z | |
3075 | 2024-02-26T13:43:44.054Z | warning: unresolved link to `test_sled_transitions` |
3076 | 2024-02-26T13:43:44.054Z | --> nexus/db-queries/src/db/datastore/sled.rs:602:11 |
3077 | 2024-02-26T13:43:44.054Z | | |
3078 | 2024-02-26T13:43:44.054Z | 602 | /// [`test_sled_transitions`]. |
3079 | 2024-02-26T13:43:44.054Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3080 | 2024-02-26T13:43:44.054Z | | |
3081 | 2024-02-26T13:43:44.054Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3082 | 2024-02-26T13:43:44.054Z | |
3083 | 2024-02-26T13:43:44.054Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3084 | 2024-02-26T13:43:44.055Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3085 | 2024-02-26T13:43:44.055Z | | |
3086 | 2024-02-26T13:43:44.055Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3087 | 2024-02-26T13:43:44.055Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3088 | 2024-02-26T13:43:44.055Z | |
3089 | 2024-02-26T13:43:47.988Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3090 | 2024-02-26T13:43:48.462Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3091 | 2024-02-26T13:43:50.868Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3092 | 2024-02-26T13:43:51.112Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3093 | 2024-02-26T13:43:54.974Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3094 | 2024-02-26T13:44:00.069Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3095 | 2024-02-26T13:44:00.081Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3096 | 2024-02-26T13:44:23.408Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3097 | 2024-02-26T13:45:10.590Z | warning: unresolved link to `VolumeConstructionRequest` |
3098 | 2024-02-26T13:45:10.590Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3099 | 2024-02-26T13:45:10.590Z | | |
3100 | 2024-02-26T13:45:10.590Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3101 | 2024-02-26T13:45:10.590Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3102 | 2024-02-26T13:45:10.590Z | | |
3103 | 2024-02-26T13:45:10.590Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3104 | 2024-02-26T13:45:10.590Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3105 | 2024-02-26T13:45:10.590Z | |
3106 | 2024-02-26T13:45:10.594Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3107 | 2024-02-26T13:45:10.594Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3108 | 2024-02-26T13:45:10.594Z | | |
3109 | 2024-02-26T13:45:10.594Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3110 | 2024-02-26T13:45:10.594Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3111 | 2024-02-26T13:45:10.594Z | |
3112 | 2024-02-26T13:45:10.594Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3113 | 2024-02-26T13:45:10.594Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3114 | 2024-02-26T13:45:10.594Z | | |
3115 | 2024-02-26T13:45:10.594Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3116 | 2024-02-26T13:45:10.594Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3117 | 2024-02-26T13:45:10.594Z | |
3118 | 2024-02-26T13:45:10.594Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3119 | 2024-02-26T13:45:10.595Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3120 | 2024-02-26T13:45:10.595Z | | |
3121 | 2024-02-26T13:45:10.595Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3122 | 2024-02-26T13:45:10.595Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3123 | 2024-02-26T13:45:10.595Z | |
3124 | 2024-02-26T13:45:10.595Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3125 | 2024-02-26T13:45:10.595Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3126 | 2024-02-26T13:45:10.595Z | | |
3127 | 2024-02-26T13:45:10.595Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3128 | 2024-02-26T13:45:10.595Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3129 | 2024-02-26T13:45:10.595Z | |
3130 | 2024-02-26T13:45:10.595Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3131 | 2024-02-26T13:45:10.595Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3132 | 2024-02-26T13:45:10.595Z | | |
3133 | 2024-02-26T13:45:10.595Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3134 | 2024-02-26T13:45:10.595Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3135 | 2024-02-26T13:45:10.595Z | |
3136 | 2024-02-26T13:45:10.595Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3137 | 2024-02-26T13:45:10.595Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3138 | 2024-02-26T13:45:10.595Z | | |
3139 | 2024-02-26T13:45:10.595Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3140 | 2024-02-26T13:45:10.595Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3141 | 2024-02-26T13:45:10.595Z | |
3142 | 2024-02-26T13:45:13.521Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3143 | 2024-02-26T13:45:29.552Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 34s |
3144 | 2024-02-26T13:45:29.654Z | |
3145 | 2024-02-26T13:45:29.654Z | real 11:35.014080081 |
3146 | 2024-02-26T13:45:29.654Z | user 31:48.336189866 |
3147 | 2024-02-26T13:45:29.654Z | sys 48:58.457880687 |
3148 | 2024-02-26T13:45:29.654Z | trap 1.000976659 |
3149 | 2024-02-26T13:45:29.654Z | tflt 0.181639861 |
3150 | 2024-02-26T13:45:29.654Z | dflt 0.729232932 |
3151 | 2024-02-26T13:45:29.654Z | kflt 0.000070352 |
3152 | 2024-02-26T13:45:29.654Z | lock 2:06:43.114926655 |
3153 | 2024-02-26T13:45:29.655Z | slp 2:53:50.615402380 |
3154 | 2024-02-26T13:45:29.655Z | lat 4:46.893901997 |
3155 | 2024-02-26T13:45:29.655Z | stop 1:39.917871139 |
3156 | 2024-02-26T13:45:29.658Z | process exited: duration 1286237 ms, exit code 0 |
|
3157 | 2024-02-26T13:45:29.664Z | found 0 output files |