|
|
|
1 | 2024-02-01T10:05:26.086Z | job assigned to worker 01HNJ1ZQE8D0Q3M82JPCYWJZN4 (queued for 26 m 1 s) |
|
2 | 2024-02-01T10:05:26.524Z | starting task 0: "setup" |
3 | 2024-02-01T10:05:26.708Z | ++ uname -s |
4 | 2024-02-01T10:05:26.711Z | + kern=SunOS |
5 | 2024-02-01T10:05:26.711Z | + case "$kern" in |
6 | 2024-02-01T10:05:26.711Z | + groupadd -g 12345 build |
7 | 2024-02-01T10:05:26.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T10:05:28.909Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T10:05:29.006Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T10:05:29.009Z | + home_fs=zfs |
11 | 2024-02-01T10:05:29.010Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T10:05:29.010Z | + mkdir -p /home/build |
13 | 2024-02-01T10:05:29.013Z | + chown build:build /home/build /work |
14 | 2024-02-01T10:05:31.020Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T10:05:31.026Z | process exited: duration 4493 ms, exit code 0 |
|
16 | 2024-02-01T10:05:31.039Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T10:05:31.048Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T10:05:31.056Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T10:05:31.243Z | info: downloading installer |
20 | 2024-02-01T10:05:32.696Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T10:05:32.696Z | warning: /opt/ooce/bin |
22 | 2024-02-01T10:05:32.696Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T10:05:32.697Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T10:05:32.697Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T10:05:32.697Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T10:05:32.697Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T10:05:32.697Z | error: cannot install while Rust is installed |
28 | 2024-02-01T10:05:32.697Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T10:05:33.029Z | info: profile set to 'default' |
30 | 2024-02-01T10:05:33.030Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T10:05:33.037Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T10:05:33.187Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T10:05:33.187Z | info: downloading component 'cargo' |
34 | 2024-02-01T10:05:33.794Z | info: downloading component 'clippy' |
35 | 2024-02-01T10:05:33.999Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T10:05:34.743Z | info: downloading component 'rust-std' |
37 | 2024-02-01T10:05:36.065Z | info: downloading component 'rustc' |
38 | 2024-02-01T10:05:39.205Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T10:05:39.395Z | info: installing component 'cargo' |
40 | 2024-02-01T10:05:41.122Z | info: installing component 'clippy' |
41 | 2024-02-01T10:05:41.898Z | info: installing component 'rust-docs' |
42 | 2024-02-01T10:05:44.646Z | info: installing component 'rust-std' |
43 | 2024-02-01T10:05:48.585Z | info: installing component 'rustc' |
44 | 2024-02-01T10:05:57.265Z | info: installing component 'rustfmt' |
45 | 2024-02-01T10:05:57.946Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T10:05:57.946Z | |
47 | 2024-02-01T10:05:58.081Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T10:05:58.082Z | |
49 | 2024-02-01T10:05:58.085Z | |
50 | 2024-02-01T10:05:58.085Z | Rust is installed now. Great! |
51 | 2024-02-01T10:05:58.085Z | |
52 | 2024-02-01T10:05:58.085Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T10:05:58.085Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T10:05:58.086Z | |
55 | 2024-02-01T10:05:58.086Z | To configure your current shell, run: |
56 | 2024-02-01T10:05:58.086Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T10:05:58.176Z | + rustc --version |
58 | 2024-02-01T10:05:58.287Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T10:05:58.293Z | process exited: duration 27254 ms, exit code 0 |
|
60 | 2024-02-01T10:05:58.311Z | starting task 2: "authentication" |
61 | 2024-02-01T10:05:58.350Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2024-02-01T10:05:58.369Z | starting task 3: "clone repository" |
63 | 2024-02-01T10:05:58.377Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T10:05:58.388Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T10:05:58.796Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T10:06:05.539Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T10:06:05.539Z | + git fetch origin d36c61cef85fb811861493a8446ca3dfc983c6af |
68 | 2024-02-01T10:06:06.094Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T10:06:06.094Z | * branch d36c61cef85fb811861493a8446ca3dfc983c6af -> FETCH_HEAD |
70 | 2024-02-01T10:06:06.102Z | + [[ -n '' ]] |
71 | 2024-02-01T10:06:06.102Z | + git reset --hard d36c61cef85fb811861493a8446ca3dfc983c6af |
72 | 2024-02-01T10:06:06.280Z | HEAD is now at d36c61cef cleanup per pr comments |
73 | 2024-02-01T10:06:06.288Z | process exited: duration 7912 ms, exit code 0 |
|
74 | 2024-02-01T10:06:06.312Z | starting task 4: "build" |
75 | 2024-02-01T10:06:06.323Z | + cargo --version |
76 | 2024-02-01T10:06:06.330Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-01T10:06:06.496Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-01T10:06:06.509Z | info: downloading component 'cargo' |
79 | 2024-02-01T10:06:07.137Z | info: downloading component 'clippy' |
80 | 2024-02-01T10:06:07.349Z | info: downloading component 'rust-docs' |
81 | 2024-02-01T10:06:08.146Z | info: downloading component 'rust-std' |
82 | 2024-02-01T10:06:09.333Z | info: downloading component 'rustc' |
83 | 2024-02-01T10:06:12.673Z | info: downloading component 'rustfmt' |
84 | 2024-02-01T10:06:12.858Z | info: installing component 'cargo' |
85 | 2024-02-01T10:06:14.154Z | info: installing component 'clippy' |
86 | 2024-02-01T10:06:14.643Z | info: installing component 'rust-docs' |
87 | 2024-02-01T10:06:17.630Z | info: installing component 'rust-std' |
88 | 2024-02-01T10:06:19.994Z | info: installing component 'rustc' |
89 | 2024-02-01T10:06:26.193Z | info: installing component 'rustfmt' |
90 | 2024-02-01T10:06:26.749Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-01T10:06:26.754Z | + rustc --version |
92 | 2024-02-01T10:06:27.168Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-01T10:06:27.169Z | + source ./env.sh |
94 | 2024-02-01T10:06:27.169Z | ++ set -o xtrace |
95 | 2024-02-01T10:06:27.169Z | ++++ dirname ./env.sh |
96 | 2024-02-01T10:06:27.169Z | +++ cd . |
97 | 2024-02-01T10:06:27.169Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-01T10:06:27.169Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-01T10:06:27.169Z | ++ 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-01T10:06:27.169Z | ++ 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-01T10:06:27.169Z | ++ 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-01T10:06:27.169Z | ++ 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-01T10:06:27.169Z | ++ 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-01T10:06:27.170Z | ++ 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-01T10:06:27.171Z | ++ 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-01T10:06:27.171Z | ++ 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-01T10:06:27.171Z | ++ unset OMICRON_WS |
108 | 2024-02-01T10:06:27.171Z | ++ set +o xtrace |
109 | 2024-02-01T10:06:27.171Z | |
110 | 2024-02-01T10:06:27.171Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-01T10:06:27.171Z | # # # # # # # # # # # # # # # |
112 | 2024-02-01T10:06:27.171Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-01T10:06:27.171Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-01T10:06:27.171Z | # # # # # # # # # # # # # # # |
115 | 2024-02-01T10:06:27.171Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-01T10:06:27.171Z | |
117 | 2024-02-01T10:06:43.146Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-01T10:06:44.906Z | Startup: Caching catalogs ... Done |
119 | 2024-02-01T10:06:47.887Z | Planning: Solver setup ... Done (2.474s) |
120 | 2024-02-01T10:06:48.297Z | Planning: Running solver ... Done (0.067s) |
121 | 2024-02-01T10:06:48.297Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-02-01T10:06:48.297Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-01T10:06:48.363Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-01T10:06:48.441Z | Planning: Package planning ... Done (0.079s) |
125 | 2024-02-01T10:06:48.525Z | Planning: Merging actions ... Done (0.084s) |
126 | 2024-02-01T10:06:49.890Z | Planning: Checking for conflicting actions ... Done (1.365s) |
127 | 2024-02-01T10:06:49.908Z | Planning: Consolidating action changes ... Done (0.017s) |
128 | 2024-02-01T10:06:55.759Z | Planning: Evaluating mediators ... Done (5.438s) |
129 | 2024-02-01T10:06:55.763Z | Planning: Planning completed in 10.39 seconds |
130 | 2024-02-01T10:07:00.214Z | Packages to install: 4 |
131 | 2024-02-01T10:07:00.214Z | Mediators to change: 2 |
132 | 2024-02-01T10:07:00.215Z | Services to change: 1 |
133 | 2024-02-01T10:07:00.215Z | Estimated space available: 148.87 GB |
134 | 2024-02-01T10:07:00.224Z | Estimated space to be consumed: 1.40 GB |
135 | 2024-02-01T10:07:00.224Z | Create boot environment: No |
136 | 2024-02-01T10:07:00.224Z | Create backup boot environment: No |
137 | 2024-02-01T10:07:00.224Z | Rebuild boot archive: No |
138 | 2024-02-01T10:07:00.224Z | |
139 | 2024-02-01T10:07:00.224Z | Changed mediators: |
140 | 2024-02-01T10:07:00.224Z | mediator clang: |
141 | 2024-02-01T10:07:00.225Z | version: None -> 15 (system default) |
142 | 2024-02-01T10:07:00.225Z | |
143 | 2024-02-01T10:07:00.225Z | mediator llvm: |
144 | 2024-02-01T10:07:00.225Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-01T10:07:00.225Z | |
146 | 2024-02-01T10:07:00.225Z | Changed packages: |
147 | 2024-02-01T10:07:00.225Z | helios-dev |
148 | 2024-02-01T10:07:00.225Z | developer/build-essential |
149 | 2024-02-01T10:07:00.225Z | None -> 11-2.0 |
150 | 2024-02-01T10:07:00.225Z | library/libxmlsec1 |
151 | 2024-02-01T10:07:00.225Z | None -> 1.2.35-2.0 |
152 | 2024-02-01T10:07:00.225Z | ooce/developer/clang-15 |
153 | 2024-02-01T10:07:00.225Z | None -> 15.0.7-2.0 |
154 | 2024-02-01T10:07:00.225Z | ooce/developer/llvm-15 |
155 | 2024-02-01T10:07:00.225Z | None -> 15.0.7-2.0 |
156 | 2024-02-01T10:07:00.225Z | |
157 | 2024-02-01T10:07:00.225Z | Services: |
158 | 2024-02-01T10:07:00.226Z | restart_fmri: |
159 | 2024-02-01T10:07:00.226Z | svc:/system/update-man-index:default |
160 | 2024-02-01T10:07:00.548Z | |
161 | 2024-02-01T10:07:00.548Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-01T10:07:05.568Z | Download: 459/3290 items 17.0/212.6MB 7% complete (3.5M/s) |
163 | 2024-02-01T10:07:10.572Z | Download: 1180/3290 items 70.5/212.6MB 33% complete (7.0M/s) |
164 | 2024-02-01T10:07:15.572Z | Download: 1578/3290 items 117.0/212.6MB 55% complete (10.0M/s) |
165 | 2024-02-01T10:07:20.572Z | Download: 2844/3290 items 120.9/212.6MB 56% complete (5.2M/s) |
166 | 2024-02-01T10:07:27.328Z | Download: 3247/3290 items 202.8/212.6MB 95% complete (11.8M/s) |
167 | 2024-02-01T10:07:28.671Z | Download: Completed 212.60 MB in 28.12 seconds (7.6M/s) |
168 | 2024-02-01T10:07:29.039Z | Actions: 1/3689 actions (Installing new actions) |
169 | 2024-02-01T10:07:34.081Z | Actions: 2564/3689 actions (Installing new actions) |
170 | 2024-02-01T10:07:36.642Z | Actions: Completed 3689 actions in 7.60 seconds. |
171 | 2024-02-01T10:07:36.788Z | Done (0.139s) |
172 | 2024-02-01T10:07:36.788Z | Done (0.000s) |
173 | 2024-02-01T10:07:37.127Z | Done (0.338s) |
174 | 2024-02-01T10:07:45.373Z | Done (8.107s) |
175 | 2024-02-01T10:07:45.665Z | Done (0.197s) |
176 | 2024-02-01T10:07:45.668Z | Done (0.000s) |
177 | 2024-02-01T10:07:45.907Z | Done (0.000s) |
178 | 2024-02-01T10:07:46.613Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-01T10:07:46.891Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-01T10:07:46.894Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-01T10:07:47.320Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-01T10:07:47.323Z | Planning: Planning completed in 0.71 seconds |
183 | 2024-02-01T10:07:47.375Z | Mediators to change: 2 |
184 | 2024-02-01T10:07:47.376Z | Create boot environment: No |
185 | 2024-02-01T10:07:47.379Z | Create backup boot environment: No |
186 | 2024-02-01T10:07:47.484Z | Done |
187 | 2024-02-01T10:07:47.484Z | Done |
188 | 2024-02-01T10:07:47.683Z | Done |
189 | 2024-02-01T10:07:53.271Z | Done |
190 | 2024-02-01T10:07:53.388Z | Done |
191 | 2024-02-01T10:07:53.391Z | Done |
192 | 2024-02-01T10:07:53.509Z | Done |
193 | 2024-02-01T10:07:54.506Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-02-01T10:07:54.509Z | Planning: Merging actions ... Done |
195 | 2024-02-01T10:07:54.837Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-02-01T10:07:54.840Z | Planning: Consolidating action changes ... Done |
197 | 2024-02-01T10:07:55.266Z | Planning: Evaluating mediators ... Done |
198 | 2024-02-01T10:07:55.359Z | Planning: Planning completed in 1.29 seconds |
199 | 2024-02-01T10:07:55.417Z | Packages to change: 1 |
200 | 2024-02-01T10:07:55.418Z | Mediators to change: 1 |
201 | 2024-02-01T10:07:55.421Z | Services to change: 1 |
202 | 2024-02-01T10:07:55.421Z | Create boot environment: No |
203 | 2024-02-01T10:07:55.421Z | Create backup boot environment: Yes |
204 | 2024-02-01T10:07:57.438Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-02-01T10:07:57.441Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-02-01T10:07:57.441Z | Done |
207 | 2024-02-01T10:07:57.442Z | Done |
208 | 2024-02-01T10:07:57.517Z | Done |
209 | 2024-02-01T10:08:03.297Z | Done |
210 | 2024-02-01T10:08:03.422Z | Done |
211 | 2024-02-01T10:08:03.448Z | Done |
212 | 2024-02-01T10:08:03.519Z | Done |
213 | 2024-02-01T10:08:04.188Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-02-01T10:08:04.188Z | clang system 15 system |
215 | 2024-02-01T10:08:04.188Z | csh system system illumos |
216 | 2024-02-01T10:08:04.188Z | ctags system system illumos |
217 | 2024-02-01T10:08:04.188Z | gcc vendor 12 vendor |
218 | 2024-02-01T10:08:04.188Z | gcc system 10 system |
219 | 2024-02-01T10:08:04.189Z | gcc system 7 system |
220 | 2024-02-01T10:08:04.189Z | go system 1.20 system |
221 | 2024-02-01T10:08:04.189Z | go system 1.19 system |
222 | 2024-02-01T10:08:04.189Z | llvm system 15 system |
223 | 2024-02-01T10:08:04.190Z | llvm system 14 system |
224 | 2024-02-01T10:08:04.190Z | mariadb system 10.6 system |
225 | 2024-02-01T10:08:04.190Z | mta vendor vendor dma |
226 | 2024-02-01T10:08:04.190Z | openjdk system 17 system |
227 | 2024-02-01T10:08:04.190Z | openjdk system 11 system |
228 | 2024-02-01T10:08:04.190Z | openjdk system 1.8 system |
229 | 2024-02-01T10:08:04.191Z | openssl vendor 3 vendor |
230 | 2024-02-01T10:08:04.191Z | perl system 5.36 system |
231 | 2024-02-01T10:08:04.191Z | postgresql system 15 system |
232 | 2024-02-01T10:08:04.191Z | postgresql system 13 system |
233 | 2024-02-01T10:08:04.191Z | python vendor 3 vendor |
234 | 2024-02-01T10:08:04.191Z | python system 2 system |
235 | 2024-02-01T10:08:04.191Z | python3 system 3.11 system |
236 | 2024-02-01T10:08:04.191Z | ruby system 3.0 system |
237 | 2024-02-01T10:08:04.191Z | words vendor vendor american-english |
238 | 2024-02-01T10:08:04.191Z | words system system australian-english |
239 | 2024-02-01T10:08:04.192Z | words system system british-english |
240 | 2024-02-01T10:08:04.192Z | words system system canadian-english |
241 | 2024-02-01T10:08:04.192Z | words system system french |
242 | 2024-02-01T10:08:04.192Z | words system system italian |
243 | 2024-02-01T10:08:04.192Z | words system system ngerman |
244 | 2024-02-01T10:08:04.192Z | words system system ogerman |
245 | 2024-02-01T10:08:04.193Z | words system system spanish |
246 | 2024-02-01T10:08:04.720Z | FMRI IFO |
247 | 2024-02-01T10:08:04.720Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-02-01T10:08:04.720Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-02-01T10:08:04.722Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-02-01T10:08:04.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-02-01T10:08:04.722Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-02-01T10:08:04.722Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-02-01T10:08:04.722Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-02-01T10:08:04.722Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-02-01T10:08:04.793Z | + set -o errexit |
256 | 2024-02-01T10:08:04.805Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-02-01T10:08:04.805Z | ++ cd ./tools |
258 | 2024-02-01T10:08:04.806Z | ++ pwd |
259 | 2024-02-01T10:08:04.806Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-02-01T10:08:04.806Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-02-01T10:08:04.806Z | + ARG0=ci_download_cockroachdb |
262 | 2024-02-01T10:08:04.821Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-02-01T10:08:04.821Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-02-01T10:08:04.821Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-02-01T10:08:04.821Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2024-02-01T10:08:04.821Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2024-02-01T10:08:04.821Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2024-02-01T10:08:04.821Z | + TARGET_DIR=out |
269 | 2024-02-01T10:08:04.821Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-02-01T10:08:04.821Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-02-01T10:08:04.822Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-02-01T10:08:04.823Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-02-01T10:08:04.823Z | + main |
274 | 2024-02-01T10:08:04.823Z | + [[ 0 != 0 ]] |
275 | 2024-02-01T10:08:04.823Z | + CIDL_OS=solaris2.11 |
276 | 2024-02-01T10:08:04.823Z | + [[ 0 != 0 ]] |
277 | 2024-02-01T10:08:04.823Z | + configure_os solaris2.11 |
278 | 2024-02-01T10:08:04.823Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-02-01T10:08:04.824Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-02-01T10:08:04.824Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-02-01T10:08:04.824Z | + case "$1" in |
282 | 2024-02-01T10:08:04.824Z | configuring based on OS: "solaris2.11" |
283 | 2024-02-01T10:08:04.824Z | + CIDL_BUILD=illumos |
284 | 2024-02-01T10:08:04.824Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-02-01T10:08:04.824Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2024-02-01T10:08:04.824Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2024-02-01T10:08:04.824Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-02-01T10:08:04.824Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-02-01T10:08:04.824Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-02-01T10:08:04.824Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-01T10:08:04.824Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-01T10:08:04.824Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-02-01T10:08:04.824Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-01T10:08:04.824Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-02-01T10:08:04.824Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-01T10:08:04.824Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-02-01T10:08:04.827Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-01T10:08:04.827Z | + mkdir -p out/downloads |
299 | 2024-02-01T10:08:04.827Z | + mkdir -p ./out/cockroachdb |
300 | 2024-02-01T10:08:04.827Z | + local DO_DOWNLOAD=true |
301 | 2024-02-01T10:08:04.827Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-02-01T10:08:04.827Z | + '[' true == true ']' |
303 | 2024-02-01T10:08:04.827Z | + echo Downloading... |
304 | 2024-02-01T10:08:04.827Z | Downloading... |
305 | 2024-02-01T10:08:04.827Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-02-01T10:08:04.827Z | + 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 |
307 | 2024-02-01T10:08:09.672Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-02-01T10:08:09.675Z | ++ md5sum |
309 | 2024-02-01T10:08:09.676Z | ++ awk '{print $1}' |
310 | 2024-02-01T10:08:09.942Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2024-02-01T10:08:09.942Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
312 | 2024-02-01T10:08:09.942Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-02-01T10:08:09.948Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-02-01T10:08:13.697Z | + do_assemble_illumos |
315 | 2024-02-01T10:08:13.698Z | + rm -r ./out/cockroachdb |
316 | 2024-02-01T10:08:13.711Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-02-01T10:08:14.262Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-02-01T10:08:14.571Z | Build Tag: v22.1.9-dirty |
319 | 2024-02-01T10:08:14.571Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-02-01T10:08:14.571Z | Distribution: OSS |
321 | 2024-02-01T10:08:14.571Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-02-01T10:08:14.571Z | Go Version: go1.17.13 |
323 | 2024-02-01T10:08:14.571Z | C Compiler: gcc 10.3.0 |
324 | 2024-02-01T10:08:14.572Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-02-01T10:08:14.572Z | Build Type: release |
326 | 2024-02-01T10:08:14.595Z | + set -o errexit |
327 | 2024-02-01T10:08:14.600Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-02-01T10:08:14.602Z | ++ cd ./tools |
329 | 2024-02-01T10:08:14.602Z | ++ pwd |
330 | 2024-02-01T10:08:14.602Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-02-01T10:08:14.602Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-02-01T10:08:14.602Z | + ARG0=ci_download_clickhouse |
333 | 2024-02-01T10:08:14.602Z | + TARGET_DIR=out |
334 | 2024-02-01T10:08:14.603Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-02-01T10:08:14.603Z | + DEST_DIR=./out/clickhouse |
336 | 2024-02-01T10:08:14.603Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2024-02-01T10:08:14.603Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-02-01T10:08:14.603Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2024-02-01T10:08:14.604Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2024-02-01T10:08:14.604Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-01T10:08:14.604Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-02-01T10:08:14.605Z | + main |
343 | 2024-02-01T10:08:14.610Z | + [[ 0 != 0 ]] |
344 | 2024-02-01T10:08:14.611Z | + CIDL_OS=solaris2.11 |
345 | 2024-02-01T10:08:14.611Z | + [[ 0 != 0 ]] |
346 | 2024-02-01T10:08:14.611Z | + configure_os solaris2.11 |
347 | 2024-02-01T10:08:14.611Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-02-01T10:08:14.611Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-02-01T10:08:14.612Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-02-01T10:08:14.612Z | + CIDL_DASHREV= |
351 | 2024-02-01T10:08:14.612Z | + case "$1" in |
352 | 2024-02-01T10:08:14.612Z | configuring based on OS: "solaris2.11" |
353 | 2024-02-01T10:08:14.612Z | + CIDL_PLATFORM=illumos |
354 | 2024-02-01T10:08:14.613Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-01T10:08:14.613Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-02-01T10:08:14.615Z | + CIDL_DASHREV=-1 |
357 | 2024-02-01T10:08:14.615Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2024-02-01T10:08:14.615Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-01T10:08:14.615Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-01T10:08:14.615Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-01T10:08:14.615Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2024-02-01T10:08:14.615Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-01T10:08:14.616Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2024-02-01T10:08:14.616Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-01T10:08:14.616Z | + mkdir -p out/downloads |
366 | 2024-02-01T10:08:14.616Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-01T10:08:14.616Z | + local DO_DOWNLOAD=true |
368 | 2024-02-01T10:08:14.616Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2024-02-01T10:08:14.616Z | + '[' true == true ']' |
370 | 2024-02-01T10:08:14.617Z | + echo Downloading... |
371 | 2024-02-01T10:08:14.617Z | Downloading... |
372 | 2024-02-01T10:08:14.617Z | + 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-01T10:08:14.617Z | + 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-01T10:08:16.368Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-01T10:08:16.376Z | ++ md5sum |
376 | 2024-02-01T10:08:16.376Z | ++ awk '{print $1}' |
377 | 2024-02-01T10:08:16.634Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2024-02-01T10:08:16.634Z | + [[ 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-01T10:08:16.634Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2024-02-01T10:08:16.651Z | + mkdir -p ./out/clickhouse |
381 | 2024-02-01T10:08:16.651Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-02-01T10:08:21.877Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-02-01T10:08:21.925Z | ClickHouse server version 22.8.9.1. |
384 | 2024-02-01T10:08:21.948Z | + set -o errexit |
385 | 2024-02-01T10:08:21.955Z | +++ dirname ./tools/ci_download_console |
386 | 2024-02-01T10:08:21.955Z | ++ cd ./tools |
387 | 2024-02-01T10:08:21.955Z | ++ pwd |
388 | 2024-02-01T10:08:21.960Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-02-01T10:08:21.960Z | ++ basename ./tools/ci_download_console |
390 | 2024-02-01T10:08:21.960Z | + ARG0=ci_download_console |
391 | 2024-02-01T10:08:21.960Z | + TARGET_DIR=out |
392 | 2024-02-01T10:08:21.960Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-02-01T10:08:21.960Z | + DEST_DIR=./out/console-assets |
394 | 2024-02-01T10:08:21.960Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-02-01T10:08:21.961Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
396 | 2024-02-01T10:08:21.961Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
397 | 2024-02-01T10:08:21.961Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
398 | 2024-02-01T10:08:21.961Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-02-01T10:08:21.961Z | + main |
400 | 2024-02-01T10:08:21.961Z | + [[ 0 != 0 ]] |
401 | 2024-02-01T10:08:21.961Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
402 | 2024-02-01T10:08:21.961Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
403 | 2024-02-01T10:08:21.961Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-02-01T10:08:21.961Z | Local file: out/downloads/console.tar.gz |
405 | 2024-02-01T10:08:21.963Z | + local DO_DOWNLOAD=true |
406 | 2024-02-01T10:08:21.963Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-02-01T10:08:21.963Z | + mkdir -p out/downloads |
408 | 2024-02-01T10:08:21.963Z | + '[' true == true ']' |
409 | 2024-02-01T10:08:21.963Z | + echo Downloading... |
410 | 2024-02-01T10:08:21.963Z | Downloading... |
411 | 2024-02-01T10:08:21.964Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
412 | 2024-02-01T10:08:21.964Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
413 | 2024-02-01T10:08:23.216Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-02-01T10:08:23.216Z | ++ case "$OSTYPE" in |
415 | 2024-02-01T10:08:23.637Z | ++ SHA=sha256sum |
416 | 2024-02-01T10:08:23.637Z | ++ sha256sum |
417 | 2024-02-01T10:08:23.637Z | ++ awk '{print $1}' |
418 | 2024-02-01T10:08:23.638Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
419 | 2024-02-01T10:08:23.640Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
420 | 2024-02-01T10:08:23.640Z | + rm -rf ./out/console-assets |
421 | 2024-02-01T10:08:23.640Z | + mkdir -p ./out/console-assets |
422 | 2024-02-01T10:08:23.641Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-02-01T10:08:23.641Z | + mkdir -p ./out/console-assets |
424 | 2024-02-01T10:08:23.641Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-02-01T10:08:23.642Z | + set -o errexit |
426 | 2024-02-01T10:08:23.642Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-02-01T10:08:23.642Z | ++ cd ./tools |
428 | 2024-02-01T10:08:23.642Z | ++ pwd |
429 | 2024-02-01T10:08:23.642Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-02-01T10:08:23.643Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-02-01T10:08:23.643Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-02-01T10:08:23.643Z | + TARGET_DIR=out |
433 | 2024-02-01T10:08:23.643Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-02-01T10:08:23.643Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-02-01T10:08:23.644Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
436 | 2024-02-01T10:08:23.644Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-02-01T10:08:23.644Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
438 | 2024-02-01T10:08:23.644Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
439 | 2024-02-01T10:08:23.644Z | + main |
440 | 2024-02-01T10:08:23.645Z | + [[ 0 != 0 ]] |
441 | 2024-02-01T10:08:23.645Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
442 | 2024-02-01T10:08:23.645Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
443 | 2024-02-01T10:08:23.646Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
444 | 2024-02-01T10:08:23.646Z | + local DO_DOWNLOAD=true |
445 | 2024-02-01T10:08:23.646Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
446 | 2024-02-01T10:08:23.647Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
447 | 2024-02-01T10:08:23.647Z | + mkdir -p out/downloads |
448 | 2024-02-01T10:08:23.647Z | + '[' true == true ']' |
449 | 2024-02-01T10:08:23.647Z | + echo Downloading... |
450 | 2024-02-01T10:08:23.647Z | Downloading... |
451 | 2024-02-01T10:08:23.648Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
452 | 2024-02-01T10:08:23.648Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
453 | 2024-02-01T10:08:23.659Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
454 | 2024-02-01T10:08:23.660Z | ++ case "$OSTYPE" in |
455 | 2024-02-01T10:08:23.660Z | ++ SHA=sha256sum |
456 | 2024-02-01T10:08:23.660Z | ++ sha256sum |
457 | 2024-02-01T10:08:23.660Z | ++ awk '{print $1}' |
458 | 2024-02-01T10:08:23.660Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
459 | 2024-02-01T10:08:23.661Z | + [[ 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-01T10:08:23.661Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-02-01T10:08:23.661Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
462 | 2024-02-01T10:08:23.661Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
463 | 2024-02-01T10:08:23.662Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
464 | 2024-02-01T10:08:23.664Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
465 | 2024-02-01T10:08:23.665Z | + main |
466 | 2024-02-01T10:08:23.665Z | + [[ 0 != 0 ]] |
467 | 2024-02-01T10:08:23.665Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
468 | 2024-02-01T10:08:23.665Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
469 | 2024-02-01T10:08:23.665Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
470 | 2024-02-01T10:08:23.666Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
471 | 2024-02-01T10:08:23.666Z | + local DO_DOWNLOAD=true |
472 | 2024-02-01T10:08:23.666Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
473 | 2024-02-01T10:08:23.666Z | + mkdir -p out/downloads |
474 | 2024-02-01T10:08:23.666Z | + '[' true == true ']' |
475 | 2024-02-01T10:08:23.666Z | + echo Downloading... |
476 | 2024-02-01T10:08:23.667Z | Downloading... |
477 | 2024-02-01T10:08:23.667Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
478 | 2024-02-01T10:08:23.667Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
479 | 2024-02-01T10:08:24.067Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
480 | 2024-02-01T10:08:24.069Z | ++ case "$OSTYPE" in |
481 | 2024-02-01T10:08:24.069Z | ++ SHA=sha256sum |
482 | 2024-02-01T10:08:24.074Z | ++ sha256sum |
483 | 2024-02-01T10:08:24.074Z | ++ awk '{print $1}' |
484 | 2024-02-01T10:08:24.074Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
485 | 2024-02-01T10:08:24.074Z | + [[ 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-01T10:08:24.082Z | + set -o errexit |
487 | 2024-02-01T10:08:24.087Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-02-01T10:08:24.087Z | ++ cd ./tools |
489 | 2024-02-01T10:08:24.087Z | ++ pwd |
490 | 2024-02-01T10:08:24.087Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-02-01T10:08:24.092Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-02-01T10:08:24.092Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-02-01T10:08:24.092Z | + TARGET_DIR=out |
494 | 2024-02-01T10:08:24.092Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-02-01T10:08:24.093Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-02-01T10:08:24.093Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
497 | 2024-02-01T10:08:24.093Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
498 | 2024-02-01T10:08:24.093Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
499 | 2024-02-01T10:08:24.093Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
500 | 2024-02-01T10:08:24.093Z | + main |
501 | 2024-02-01T10:08:24.094Z | + [[ 0 != 0 ]] |
502 | 2024-02-01T10:08:24.094Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
503 | 2024-02-01T10:08:24.094Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
504 | 2024-02-01T10:08:24.095Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
505 | 2024-02-01T10:08:24.095Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
506 | 2024-02-01T10:08:24.095Z | + local DO_DOWNLOAD=true |
507 | 2024-02-01T10:08:24.096Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
508 | 2024-02-01T10:08:24.096Z | + mkdir -p out/downloads |
509 | 2024-02-01T10:08:24.102Z | + '[' true == true ']' |
510 | 2024-02-01T10:08:24.102Z | + echo Downloading... |
511 | 2024-02-01T10:08:24.102Z | Downloading... |
512 | 2024-02-01T10:08:24.102Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
513 | 2024-02-01T10:08:24.102Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
514 | 2024-02-01T10:08:24.254Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
515 | 2024-02-01T10:08:24.260Z | ++ case "$OSTYPE" in |
516 | 2024-02-01T10:08:24.260Z | ++ SHA=sha256sum |
517 | 2024-02-01T10:08:24.260Z | ++ sha256sum |
518 | 2024-02-01T10:08:24.260Z | ++ awk '{print $1}' |
519 | 2024-02-01T10:08:24.260Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
520 | 2024-02-01T10:08:24.261Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
521 | 2024-02-01T10:08:24.273Z | + set -o errexit |
522 | 2024-02-01T10:08:24.277Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-02-01T10:08:24.278Z | ++ cd ./tools |
524 | 2024-02-01T10:08:24.278Z | ++ pwd |
525 | 2024-02-01T10:08:24.278Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-02-01T10:08:24.283Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-02-01T10:08:24.285Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-02-01T10:08:24.285Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-02-01T10:08:24.285Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
530 | 2024-02-01T10:08:24.285Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
531 | 2024-02-01T10:08:24.285Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
532 | 2024-02-01T10:08:24.285Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-02-01T10:08:24.285Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
534 | 2024-02-01T10:08:24.285Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
535 | 2024-02-01T10:08:24.285Z | + TARGET_DIR=out |
536 | 2024-02-01T10:08:24.285Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-02-01T10:08:24.286Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-02-01T10:08:24.286Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-02-01T10:08:24.286Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-02-01T10:08:24.286Z | + REPO=oxidecomputer/dendrite |
541 | 2024-02-01T10:08:24.286Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
542 | 2024-02-01T10:08:24.286Z | + main |
543 | 2024-02-01T10:08:24.286Z | + [[ 0 != 0 ]] |
544 | 2024-02-01T10:08:24.286Z | + CIDL_OS=solaris2.11 |
545 | 2024-02-01T10:08:24.286Z | + [[ 0 != 0 ]] |
546 | 2024-02-01T10:08:24.286Z | + configure_os solaris2.11 |
547 | 2024-02-01T10:08:24.286Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-02-01T10:08:24.286Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-02-01T10:08:24.286Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-02-01T10:08:24.287Z | configuring based on OS: "solaris2.11" |
551 | 2024-02-01T10:08:24.287Z | + case "$1" in |
552 | 2024-02-01T10:08:24.287Z | + SET_BINARIES= |
553 | 2024-02-01T10:08:24.287Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
554 | 2024-02-01T10:08:24.287Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-02-01T10:08:24.288Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-02-01T10:08:24.288Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
557 | 2024-02-01T10:08:24.288Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-01T10:08:24.288Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
559 | 2024-02-01T10:08:24.288Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-02-01T10:08:24.288Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
561 | 2024-02-01T10:08:24.288Z | + mkdir -p out/downloads |
562 | 2024-02-01T10:08:24.288Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-01T10:08:24.292Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-02-01T10:08:24.292Z | + fetch_and_verify |
565 | 2024-02-01T10:08:24.293Z | + local DO_DOWNLOAD=true |
566 | 2024-02-01T10:08:24.293Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-02-01T10:08:24.293Z | + '[' true == true ']' |
568 | 2024-02-01T10:08:24.293Z | + echo Downloading... |
569 | 2024-02-01T10:08:24.293Z | Downloading... |
570 | 2024-02-01T10:08:24.293Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-02-01T10:08:24.293Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
572 | 2024-02-01T10:08:33.499Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-01T10:08:33.503Z | ++ sha256sum |
574 | 2024-02-01T10:08:33.503Z | ++ awk '{print $1}' |
575 | 2024-02-01T10:08:33.612Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
576 | 2024-02-01T10:08:33.613Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
577 | 2024-02-01T10:08:33.625Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-01T10:08:33.625Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-02-01T10:08:34.759Z | + do_assemble |
580 | 2024-02-01T10:08:34.759Z | + rm -r ./out/dendrite-stub |
581 | 2024-02-01T10:08:34.769Z | + mkdir ./out/dendrite-stub |
582 | 2024-02-01T10:08:34.783Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-02-01T10:08:34.915Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-02-01T10:08:34.932Z | + set -o errexit |
585 | 2024-02-01T10:08:34.981Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-02-01T10:08:34.981Z | ++ cd ./tools |
587 | 2024-02-01T10:08:34.982Z | ++ pwd |
588 | 2024-02-01T10:08:34.982Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-02-01T10:08:34.986Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-02-01T10:08:34.986Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-02-01T10:08:34.986Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-02-01T10:08:34.986Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
593 | 2024-02-01T10:08:34.987Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
594 | 2024-02-01T10:08:34.987Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-02-01T10:08:34.987Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
596 | 2024-02-01T10:08:34.987Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
597 | 2024-02-01T10:08:34.987Z | + TARGET_DIR=out |
598 | 2024-02-01T10:08:34.987Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-02-01T10:08:34.988Z | + DEST_DIR=./out/mgd |
600 | 2024-02-01T10:08:34.988Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-02-01T10:08:34.988Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-02-01T10:08:34.988Z | + REPO=oxidecomputer/maghemite |
603 | 2024-02-01T10:08:34.988Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
604 | 2024-02-01T10:08:34.988Z | + main |
605 | 2024-02-01T10:08:34.989Z | + [[ 0 != 0 ]] |
606 | 2024-02-01T10:08:34.989Z | + CIDL_OS=solaris2.11 |
607 | 2024-02-01T10:08:34.989Z | + [[ 0 != 0 ]] |
608 | 2024-02-01T10:08:34.989Z | + configure_os solaris2.11 |
609 | 2024-02-01T10:08:34.989Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-02-01T10:08:34.990Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-02-01T10:08:34.990Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-02-01T10:08:34.990Z | + case "$1" in |
613 | 2024-02-01T10:08:34.990Z | + SET_BINARIES= |
614 | 2024-02-01T10:08:34.990Z | configuring based on OS: "solaris2.11" |
615 | 2024-02-01T10:08:34.991Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-02-01T10:08:34.991Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-02-01T10:08:35.008Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
618 | 2024-02-01T10:08:35.008Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2024-02-01T10:08:35.008Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
620 | 2024-02-01T10:08:35.009Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2024-02-01T10:08:35.009Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
622 | 2024-02-01T10:08:35.009Z | Local file: out/downloads/mgd.tar.gz |
623 | 2024-02-01T10:08:35.009Z | + mkdir -p out/downloads |
624 | 2024-02-01T10:08:35.009Z | + mkdir -p ./out/mgd |
625 | 2024-02-01T10:08:35.010Z | + fetch_and_verify |
626 | 2024-02-01T10:08:35.010Z | + local DO_DOWNLOAD=true |
627 | 2024-02-01T10:08:35.010Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-02-01T10:08:35.010Z | + '[' true == true ']' |
629 | 2024-02-01T10:08:35.010Z | + echo Downloading... |
630 | 2024-02-01T10:08:35.011Z | Downloading... |
631 | 2024-02-01T10:08:35.011Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-02-01T10:08:35.011Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
633 | 2024-02-01T10:08:44.133Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-02-01T10:08:44.136Z | ++ sha256sum |
635 | 2024-02-01T10:08:44.136Z | ++ awk '{print $1}' |
636 | 2024-02-01T10:08:44.212Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
637 | 2024-02-01T10:08:44.213Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
638 | 2024-02-01T10:08:44.216Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-02-01T10:08:44.217Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-02-01T10:08:44.935Z | + do_assemble |
641 | 2024-02-01T10:08:44.935Z | + rm -r ./out/mgd |
642 | 2024-02-01T10:08:44.970Z | + mkdir ./out/mgd |
643 | 2024-02-01T10:08:44.970Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-02-01T10:08:45.145Z | + set -o errexit |
645 | 2024-02-01T10:08:45.155Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-02-01T10:08:45.155Z | ++ cd ./tools |
647 | 2024-02-01T10:08:45.156Z | ++ pwd |
648 | 2024-02-01T10:08:45.156Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-02-01T10:08:45.156Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-02-01T10:08:45.156Z | + ARG0=ci_download_transceiver_control |
651 | 2024-02-01T10:08:45.156Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-02-01T10:08:45.156Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-02-01T10:08:45.156Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-02-01T10:08:45.156Z | + TARGET_DIR=out |
655 | 2024-02-01T10:08:45.157Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-02-01T10:08:45.159Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-02-01T10:08:45.159Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-02-01T10:08:45.159Z | + BINARY=xcvradm |
659 | 2024-02-01T10:08:45.159Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-02-01T10:08:45.160Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-02-01T10:08:45.160Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-02-01T10:08:45.160Z | + main |
663 | 2024-02-01T10:08:45.162Z | + [[ 0 != 0 ]] |
664 | 2024-02-01T10:08:45.162Z | + CIDL_OS=solaris2.11 |
665 | 2024-02-01T10:08:45.162Z | + [[ 0 != 0 ]] |
666 | 2024-02-01T10:08:45.162Z | + configure_os solaris2.11 |
667 | 2024-02-01T10:08:45.162Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-02-01T10:08:45.163Z | current directory: /work/oxidecomputer/omicron |
669 | 2024-02-01T10:08:45.163Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-02-01T10:08:45.163Z | + case "$1" in |
671 | 2024-02-01T10:08:45.163Z | configuring based on OS: "solaris2.11" |
672 | 2024-02-01T10:08:45.163Z | + SET_BINARIES= |
673 | 2024-02-01T10:08:45.163Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-01T10:08:45.163Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-02-01T10:08:45.164Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-02-01T10:08:45.164Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-01T10:08:45.164Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-02-01T10:08:45.164Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-02-01T10:08:45.164Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-02-01T10:08:45.164Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2024-02-01T10:08:45.165Z | Local file: out/downloads/xcvradm.gz |
682 | 2024-02-01T10:08:45.165Z | + mkdir -p out/downloads |
683 | 2024-02-01T10:08:45.165Z | + mkdir -p ./out/transceiver-control |
684 | 2024-02-01T10:08:45.174Z | + fetch_and_verify |
685 | 2024-02-01T10:08:45.174Z | + local DO_DOWNLOAD=true |
686 | 2024-02-01T10:08:45.175Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-02-01T10:08:45.175Z | + '[' true == true ']' |
688 | 2024-02-01T10:08:45.175Z | + echo Downloading... |
689 | 2024-02-01T10:08:45.175Z | Downloading... |
690 | 2024-02-01T10:08:45.175Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-02-01T10:08:45.175Z | + 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-01T10:08:48.575Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-02-01T10:08:48.578Z | ++ sha256sum |
694 | 2024-02-01T10:08:48.578Z | ++ awk '{print $1}' |
695 | 2024-02-01T10:08:48.606Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-02-01T10:08:48.606Z | + [[ 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-01T10:08:48.613Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-02-01T10:08:48.613Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-02-01T10:08:48.613Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-02-01T10:08:48.790Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-02-01T10:08:48.800Z | + do_assemble |
702 | 2024-02-01T10:08:48.800Z | + rm -r ./out/transceiver-control |
703 | 2024-02-01T10:08:48.801Z | + mkdir ./out/transceiver-control |
704 | 2024-02-01T10:08:48.801Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-02-01T10:08:49.363Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2024-02-01T10:08:49.378Z | |
707 | 2024-02-01T10:08:49.379Z | real 2:22.220114890 |
708 | 2024-02-01T10:08:49.379Z | user 51.644658445 |
709 | 2024-02-01T10:08:49.379Z | sys 10.929630922 |
710 | 2024-02-01T10:08:49.379Z | trap 0.024157648 |
711 | 2024-02-01T10:08:49.379Z | tflt 0.405435229 |
712 | 2024-02-01T10:08:49.379Z | dflt 0.715399160 |
713 | 2024-02-01T10:08:49.379Z | kflt 0.283315147 |
714 | 2024-02-01T10:08:49.380Z | lock 2.774120763 |
715 | 2024-02-01T10:08:49.380Z | slp 4:34.201214338 |
716 | 2024-02-01T10:08:49.380Z | lat 4.297259300 |
717 | 2024-02-01T10:08:49.380Z | stop 0.077024451 |
718 | 2024-02-01T10:08:49.381Z | |
719 | 2024-02-01T10:08:49.381Z | #### # # ##### ##### # # |
720 | 2024-02-01T10:08:49.381Z | # # # # # # # # # # |
721 | 2024-02-01T10:08:49.382Z | # # # # # # # # |
722 | 2024-02-01T10:08:49.382Z | # # # ##### ##### # |
723 | 2024-02-01T10:08:49.382Z | # # # # # # # |
724 | 2024-02-01T10:08:49.382Z | #### ###### # # # # |
725 | 2024-02-01T10:08:49.383Z | |
726 | 2024-02-01T10:08:49.704Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-01T10:08:50.093Z | Updating crates.io index |
728 | 2024-02-01T10:08:50.096Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-02-01T10:08:50.919Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-02-01T10:08:53.242Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-02-01T10:08:53.811Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-02-01T10:08:54.134Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-02-01T10:08:54.409Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-02-01T10:08:54.687Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-02-01T10:08:55.647Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-02-01T10:08:58.087Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-02-01T10:08:59.192Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-02-01T10:08:59.526Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-02-01T10:09:00.111Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-02-01T10:09:00.420Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-02-01T10:09:00.715Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-02-01T10:09:01.053Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-02-01T10:09:01.445Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-02-01T10:09:01.850Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-02-01T10:09:02.221Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-02-01T10:09:02.713Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-02-01T10:09:03.116Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-02-01T10:09:03.417Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-02-01T10:09:05.340Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-02-01T10:09:05.532Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-02-01T10:09:07.385Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-02-01T10:09:07.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-02-01T10:09:08.100Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-02-01T10:09:09.827Z | Downloading crates ... |
755 | 2024-02-01T10:09:10.118Z | Downloaded bitflags v1.3.2 |
756 | 2024-02-01T10:09:10.131Z | Downloaded equivalent v1.0.1 |
757 | 2024-02-01T10:09:10.134Z | Downloaded colorchoice v1.0.0 |
758 | 2024-02-01T10:09:10.157Z | Downloaded clap_lex v0.5.1 |
759 | 2024-02-01T10:09:10.160Z | Downloaded errno v0.3.8 |
760 | 2024-02-01T10:09:10.166Z | Downloaded heck v0.4.1 |
761 | 2024-02-01T10:09:10.169Z | Downloaded itoa v1.0.9 |
762 | 2024-02-01T10:09:10.172Z | Downloaded toml_datetime v0.6.5 |
763 | 2024-02-01T10:09:10.172Z | Downloaded serde_spanned v0.6.4 |
764 | 2024-02-01T10:09:10.175Z | Downloaded thiserror v1.0.56 |
765 | 2024-02-01T10:09:10.184Z | Downloaded anstyle-query v1.0.0 |
766 | 2024-02-01T10:09:10.190Z | Downloaded anstyle v1.0.2 |
767 | 2024-02-01T10:09:10.190Z | Downloaded cargo-platform v0.1.3 |
768 | 2024-02-01T10:09:10.197Z | Downloaded serde v1.0.195 |
769 | 2024-02-01T10:09:10.201Z | Downloaded terminal_size v0.2.6 |
770 | 2024-02-01T10:09:10.201Z | Downloaded anstyle-parse v0.2.1 |
771 | 2024-02-01T10:09:10.201Z | Downloaded camino v1.1.6 |
772 | 2024-02-01T10:09:10.204Z | Downloaded utf8parse v0.2.1 |
773 | 2024-02-01T10:09:10.207Z | Downloaded clap_derive v4.4.2 |
774 | 2024-02-01T10:09:10.210Z | Downloaded cargo_metadata v0.18.1 |
775 | 2024-02-01T10:09:10.215Z | Downloaded semver v1.0.21 |
776 | 2024-02-01T10:09:10.218Z | Downloaded unicode-ident v1.0.12 |
777 | 2024-02-01T10:09:10.225Z | Downloaded ryu v1.0.15 |
778 | 2024-02-01T10:09:10.231Z | Downloaded proc-macro2 v1.0.78 |
779 | 2024-02-01T10:09:10.231Z | Downloaded anyhow v1.0.75 |
780 | 2024-02-01T10:09:10.237Z | Downloaded serde_derive v1.0.195 |
781 | 2024-02-01T10:09:10.242Z | Downloaded toml v0.8.8 |
782 | 2024-02-01T10:09:10.248Z | Downloaded quote v1.0.35 |
783 | 2024-02-01T10:09:10.252Z | Downloaded cargo_toml v0.19.0 |
784 | 2024-02-01T10:09:10.256Z | Downloaded indexmap v2.2.2 |
785 | 2024-02-01T10:09:10.266Z | Downloaded toml_edit v0.21.0 |
786 | 2024-02-01T10:09:10.303Z | Downloaded memchr v2.6.3 |
787 | 2024-02-01T10:09:10.313Z | Downloaded winnow v0.5.15 |
788 | 2024-02-01T10:09:10.327Z | Downloaded hashbrown v0.14.2 |
789 | 2024-02-01T10:09:10.337Z | Downloaded clap_builder v4.4.2 |
790 | 2024-02-01T10:09:10.348Z | Downloaded serde_json v1.0.113 |
791 | 2024-02-01T10:09:10.363Z | Downloaded syn v2.0.48 |
792 | 2024-02-01T10:09:10.383Z | Downloaded rustix v0.37.23 |
793 | 2024-02-01T10:09:10.443Z | Downloaded libc v0.2.152 |
794 | 2024-02-01T10:09:10.482Z | Downloaded clap v4.4.3 |
795 | 2024-02-01T10:09:10.921Z | Downloaded strsim v0.10.0 |
796 | 2024-02-01T10:09:10.922Z | Downloaded thiserror-impl v1.0.56 |
797 | 2024-02-01T10:09:10.922Z | Downloaded io-lifetimes v1.0.11 |
798 | 2024-02-01T10:09:10.922Z | Downloaded anstream v0.5.0 |
799 | 2024-02-01T10:09:10.922Z | Compiling proc-macro2 v1.0.78 |
800 | 2024-02-01T10:09:10.922Z | Compiling unicode-ident v1.0.12 |
801 | 2024-02-01T10:09:10.922Z | Compiling serde v1.0.195 |
802 | 2024-02-01T10:09:10.922Z | Compiling libc v0.2.152 |
803 | 2024-02-01T10:09:10.922Z | Compiling io-lifetimes v1.0.11 |
804 | 2024-02-01T10:09:10.922Z | Compiling rustix v0.37.23 |
805 | 2024-02-01T10:09:10.922Z | Compiling hashbrown v0.14.2 |
806 | 2024-02-01T10:09:10.922Z | Compiling equivalent v1.0.1 |
807 | 2024-02-01T10:09:10.922Z | Compiling bitflags v1.3.2 |
808 | 2024-02-01T10:09:10.952Z | Compiling utf8parse v0.2.1 |
809 | 2024-02-01T10:09:11.016Z | Compiling colorchoice v1.0.0 |
810 | 2024-02-01T10:09:11.181Z | Compiling anstyle-parse v0.2.1 |
811 | 2024-02-01T10:09:11.226Z | Compiling thiserror v1.0.56 |
812 | 2024-02-01T10:09:11.554Z | Compiling camino v1.1.6 |
813 | 2024-02-01T10:09:12.222Z | Compiling indexmap v2.2.2 |
814 | 2024-02-01T10:09:12.735Z | Compiling winnow v0.5.15 |
815 | 2024-02-01T10:09:12.738Z | Compiling serde_json v1.0.113 |
816 | 2024-02-01T10:09:12.830Z | Compiling anstyle v1.0.2 |
817 | 2024-02-01T10:09:12.890Z | Compiling semver v1.0.21 |
818 | 2024-02-01T10:09:13.158Z | Compiling anstyle-query v1.0.0 |
819 | 2024-02-01T10:09:13.415Z | Compiling anstream v0.5.0 |
820 | 2024-02-01T10:09:13.558Z | Compiling itoa v1.0.9 |
821 | 2024-02-01T10:09:13.592Z | Compiling clap_lex v0.5.1 |
822 | 2024-02-01T10:09:13.776Z | Compiling ryu v1.0.15 |
823 | 2024-02-01T10:09:13.893Z | Compiling anyhow v1.0.75 |
824 | 2024-02-01T10:09:14.258Z | Compiling quote v1.0.35 |
825 | 2024-02-01T10:09:14.296Z | Compiling strsim v0.10.0 |
826 | 2024-02-01T10:09:14.362Z | Compiling heck v0.4.1 |
827 | 2024-02-01T10:09:14.893Z | Compiling syn v2.0.48 |
828 | 2024-02-01T10:09:15.072Z | Compiling errno v0.3.8 |
829 | 2024-02-01T10:09:16.630Z | Compiling terminal_size v0.2.6 |
830 | 2024-02-01T10:09:16.759Z | Compiling clap_builder v4.4.2 |
831 | 2024-02-01T10:09:22.984Z | Compiling serde_derive v1.0.195 |
832 | 2024-02-01T10:09:22.993Z | Compiling thiserror-impl v1.0.56 |
833 | 2024-02-01T10:09:22.993Z | Compiling clap_derive v4.4.2 |
834 | 2024-02-01T10:09:27.235Z | Compiling clap v4.4.3 |
835 | 2024-02-01T10:09:35.872Z | Compiling toml_datetime v0.6.5 |
836 | 2024-02-01T10:09:35.875Z | Compiling serde_spanned v0.6.4 |
837 | 2024-02-01T10:09:35.875Z | Compiling cargo-platform v0.1.3 |
838 | 2024-02-01T10:09:36.211Z | Compiling toml_edit v0.21.0 |
839 | 2024-02-01T10:09:37.922Z | Compiling cargo_metadata v0.18.1 |
840 | 2024-02-01T10:09:39.425Z | Compiling toml v0.8.8 |
841 | 2024-02-01T10:09:40.504Z | Compiling cargo_toml v0.19.0 |
842 | 2024-02-01T10:09:47.087Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2024-02-01T10:09:48.468Z | Finished dev [unoptimized + debuginfo] target(s) in 59.02s |
844 | 2024-02-01T10:09:48.683Z | Running `target/debug/xtask clippy` |
845 | 2024-02-01T10:09:48.737Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2024-02-01T10:09:49.569Z | Downloading crates ... |
847 | 2024-02-01T10:09:49.828Z | Downloaded adler v1.0.2 |
848 | 2024-02-01T10:09:49.834Z | Downloaded hyper-tls v0.5.0 |
849 | 2024-02-01T10:09:49.834Z | Downloaded hubpack_derive v0.1.1 |
850 | 2024-02-01T10:09:49.841Z | Downloaded crc-catalog v2.2.0 |
851 | 2024-02-01T10:09:49.864Z | Downloaded impl-trait-for-tuples v0.2.2 |
852 | 2024-02-01T10:09:49.872Z | Downloaded cexpr v0.6.0 |
853 | 2024-02-01T10:09:49.874Z | Downloaded lazycell v1.3.0 |
854 | 2024-02-01T10:09:49.874Z | Downloaded log v0.4.20 |
855 | 2024-02-01T10:09:49.881Z | Downloaded http-body v0.4.5 |
856 | 2024-02-01T10:09:49.889Z | Downloaded hyper-rustls v0.26.0 |
857 | 2024-02-01T10:09:49.895Z | Downloaded md-5 v0.10.5 |
858 | 2024-02-01T10:09:49.899Z | Downloaded inout v0.1.3 |
859 | 2024-02-01T10:09:49.905Z | Downloaded constant_time_eq v0.2.6 |
860 | 2024-02-01T10:09:49.908Z | Downloaded match_cfg v0.1.0 |
861 | 2024-02-01T10:09:49.911Z | Downloaded instant v0.1.12 |
862 | 2024-02-01T10:09:49.915Z | Downloaded arc-swap v1.6.0 |
863 | 2024-02-01T10:09:49.925Z | Downloaded num_enum_derive v0.5.11 |
864 | 2024-02-01T10:09:49.929Z | Downloaded async-stream-impl v0.3.5 |
865 | 2024-02-01T10:09:49.932Z | Downloaded matches v0.1.10 |
866 | 2024-02-01T10:09:49.936Z | Downloaded num_threads v0.1.6 |
867 | 2024-02-01T10:09:49.944Z | Downloaded corncobs v0.1.3 |
868 | 2024-02-01T10:09:49.948Z | Downloaded libsw v3.3.1 |
869 | 2024-02-01T10:09:49.956Z | Downloaded maybe-uninit v2.0.0 |
870 | 2024-02-01T10:09:50.366Z | Downloaded nanorand v0.7.0 |
871 | 2024-02-01T10:09:50.371Z | Downloaded nested v0.1.1 |
872 | 2024-02-01T10:09:50.371Z | Downloaded indoc v2.0.3 |
873 | 2024-02-01T10:09:50.371Z | Downloaded normalize-line-endings v0.3.0 |
874 | 2024-02-01T10:09:50.371Z | Downloaded number_prefix v0.4.0 |
875 | 2024-02-01T10:09:50.371Z | Downloaded tinyvec_macros v0.1.1 |
876 | 2024-02-01T10:09:50.371Z | Downloaded crossbeam-deque v0.8.3 |
877 | 2024-02-01T10:09:50.371Z | Downloaded num-integer v0.1.45 |
878 | 2024-02-01T10:09:50.373Z | Downloaded crypto-common v0.1.6 |
879 | 2024-02-01T10:09:50.373Z | Downloaded num-iter v0.1.43 |
880 | 2024-02-01T10:09:50.373Z | Downloaded mockall v0.12.0 |
881 | 2024-02-01T10:09:50.373Z | Downloaded crossbeam v0.8.2 |
882 | 2024-02-01T10:09:50.373Z | Downloaded darling_macro v0.20.3 |
883 | 2024-02-01T10:09:50.373Z | Downloaded num_cpus v1.16.0 |
884 | 2024-02-01T10:09:50.373Z | Downloaded rtoolbox v0.0.1 |
885 | 2024-02-01T10:09:50.374Z | Downloaded rustfmt-wrapper v0.2.0 |
886 | 2024-02-01T10:09:50.374Z | Downloaded mime_guess v2.0.4 |
887 | 2024-02-01T10:09:50.374Z | Downloaded libloading v0.7.4 |
888 | 2024-02-01T10:09:50.374Z | Downloaded lru-cache v0.1.2 |
889 | 2024-02-01T10:09:50.374Z | Downloaded guppy-workspace-hack v0.1.0 |
890 | 2024-02-01T10:09:50.374Z | Downloaded futures-core v0.3.30 |
891 | 2024-02-01T10:09:50.374Z | Downloaded try-lock v0.2.4 |
892 | 2024-02-01T10:09:50.374Z | Downloaded num-rational v0.4.1 |
893 | 2024-02-01T10:09:50.374Z | Downloaded nu-ansi-term v0.49.0 |
894 | 2024-02-01T10:09:50.374Z | Downloaded multer v3.0.0 |
895 | 2024-02-01T10:09:50.374Z | Downloaded libtest-mimic v0.6.1 |
896 | 2024-02-01T10:09:50.374Z | Downloaded backoff v0.4.0 |
897 | 2024-02-01T10:09:50.374Z | Downloaded futures-io v0.3.30 |
898 | 2024-02-01T10:09:50.374Z | Downloaded miniz_oxide v0.7.1 |
899 | 2024-02-01T10:09:50.374Z | Downloaded unicode-linebreak v0.1.5 |
900 | 2024-02-01T10:09:50.374Z | Downloaded precomputed-hash v0.1.1 |
901 | 2024-02-01T10:09:50.374Z | Downloaded pretty-hex v0.4.1 |
902 | 2024-02-01T10:09:50.374Z | Downloaded sqlparser_derive v0.2.2 |
903 | 2024-02-01T10:09:50.374Z | Downloaded samael v0.0.14 |
904 | 2024-02-01T10:09:50.374Z | Downloaded packed_struct v0.10.1 |
905 | 2024-02-01T10:09:50.374Z | Downloaded num-traits v0.2.16 |
906 | 2024-02-01T10:09:50.374Z | Downloaded foreign-types-shared v0.1.1 |
907 | 2024-02-01T10:09:50.374Z | Downloaded slog-envlogger v2.2.0 |
908 | 2024-02-01T10:09:50.374Z | Downloaded tui-tree-widget v0.16.0 |
909 | 2024-02-01T10:09:50.374Z | Downloaded allocator-api2 v0.2.16 |
910 | 2024-02-01T10:09:50.376Z | Downloaded signal-hook-registry v1.4.1 |
911 | 2024-02-01T10:09:50.376Z | Downloaded quick-error v1.2.3 |
912 | 2024-02-01T10:09:50.376Z | Downloaded dtrace-parser v0.1.14 |
913 | 2024-02-01T10:09:50.376Z | Downloaded derive_builder_macro v0.12.0 |
914 | 2024-02-01T10:09:50.376Z | Downloaded predicates-tree v1.0.9 |
915 | 2024-02-01T10:09:50.376Z | Downloaded ref-cast v1.0.20 |
916 | 2024-02-01T10:09:50.376Z | Downloaded usdt-macro v0.3.5 |
917 | 2024-02-01T10:09:50.376Z | Downloaded usdt v0.3.5 |
918 | 2024-02-01T10:09:50.376Z | Downloaded mockall_derive v0.12.0 |
919 | 2024-02-01T10:09:50.376Z | Downloaded pin-utils v0.1.0 |
920 | 2024-02-01T10:09:50.376Z | Downloaded fragile v2.0.0 |
921 | 2024-02-01T10:09:50.376Z | Downloaded typenum v1.16.0 |
922 | 2024-02-01T10:09:50.376Z | Downloaded http v1.0.0 |
923 | 2024-02-01T10:09:50.377Z | Downloaded diesel_table_macro_syntax v0.1.0 |
924 | 2024-02-01T10:09:50.377Z | Downloaded dtrace-parser v0.2.0 |
925 | 2024-02-01T10:09:50.377Z | Downloaded parse-display-derive v0.8.2 |
926 | 2024-02-01T10:09:50.377Z | Downloaded subtle v2.5.0 |
927 | 2024-02-01T10:09:50.377Z | Downloaded version_check v0.9.4 |
928 | 2024-02-01T10:09:50.377Z | Downloaded slab v0.4.9 |
929 | 2024-02-01T10:09:50.377Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2024-02-01T10:09:50.377Z | Downloaded structmeta v0.2.0 |
931 | 2024-02-01T10:09:50.377Z | Downloaded rpassword v7.3.1 |
932 | 2024-02-01T10:09:50.377Z | Downloaded cc v1.0.83 |
933 | 2024-02-01T10:09:50.377Z | Downloaded strum_macros v0.25.2 |
934 | 2024-02-01T10:09:50.377Z | Downloaded trybuild v1.0.89 |
935 | 2024-02-01T10:09:50.377Z | Downloaded endian-type v0.1.2 |
936 | 2024-02-01T10:09:50.377Z | Downloaded strip-ansi-escapes v0.2.0 |
937 | 2024-02-01T10:09:50.377Z | Downloaded strum_macros v0.24.3 |
938 | 2024-02-01T10:09:50.377Z | Downloaded radium v0.7.0 |
939 | 2024-02-01T10:09:50.377Z | Downloaded vte_generate_state_changes v0.1.1 |
940 | 2024-02-01T10:09:50.377Z | Downloaded subprocess v0.2.9 |
941 | 2024-02-01T10:09:50.377Z | Downloaded deranged v0.3.8 |
942 | 2024-02-01T10:09:50.377Z | Downloaded mio v0.8.9 |
943 | 2024-02-01T10:09:50.377Z | Downloaded scheduled-thread-pool v0.2.7 |
944 | 2024-02-01T10:09:50.377Z | Downloaded xattr v1.0.1 |
945 | 2024-02-01T10:09:50.377Z | Downloaded dirs-next v2.0.0 |
946 | 2024-02-01T10:09:50.377Z | Downloaded unicode-bidi v0.3.13 |
947 | 2024-02-01T10:09:50.377Z | Downloaded want v0.3.1 |
948 | 2024-02-01T10:09:50.378Z | Downloaded num-bigint v0.4.4 |
949 | 2024-02-01T10:09:50.378Z | Downloaded enum-as-inner v0.5.1 |
950 | 2024-02-01T10:09:50.378Z | Downloaded downcast v0.11.0 |
951 | 2024-02-01T10:09:50.378Z | Downloaded pretty-hex v0.2.1 |
952 | 2024-02-01T10:09:50.378Z | Downloaded opaque-debug v0.3.0 |
953 | 2024-02-01T10:09:50.378Z | Downloaded derive-where v1.2.7 |
954 | 2024-02-01T10:09:50.378Z | Downloaded highway v1.1.0 |
955 | 2024-02-01T10:09:50.378Z | Downloaded glob v0.3.1 |
956 | 2024-02-01T10:09:50.378Z | Downloaded sha1 v0.10.6 |
957 | 2024-02-01T10:09:50.378Z | Downloaded partial-io v0.5.4 |
958 | 2024-02-01T10:09:50.378Z | Downloaded r2d2 v0.8.10 |
959 | 2024-02-01T10:09:50.378Z | Downloaded dyn-clone v1.0.13 |
960 | 2024-02-01T10:09:50.378Z | Downloaded ena v0.14.2 |
961 | 2024-02-01T10:09:50.378Z | Downloaded oorandom v11.1.3 |
962 | 2024-02-01T10:09:50.378Z | Downloaded tokio-rustls v0.24.1 |
963 | 2024-02-01T10:09:50.378Z | Downloaded peeking_take_while v0.1.2 |
964 | 2024-02-01T10:09:50.378Z | Downloaded getopts v0.2.21 |
965 | 2024-02-01T10:09:50.384Z | Downloaded futures-task v0.3.30 |
966 | 2024-02-01T10:09:50.386Z | Downloaded scroll_derive v0.12.0 |
967 | 2024-02-01T10:09:50.386Z | Downloaded resolv-conf v0.7.0 |
968 | 2024-02-01T10:09:50.386Z | Downloaded dof v0.3.0 |
969 | 2024-02-01T10:09:50.389Z | Downloaded time-core v0.1.1 |
970 | 2024-02-01T10:09:50.390Z | Downloaded fxhash v0.2.1 |
971 | 2024-02-01T10:09:50.390Z | Downloaded shell-words v1.1.0 |
972 | 2024-02-01T10:09:50.390Z | Downloaded rand v0.8.5 |
973 | 2024-02-01T10:09:50.396Z | Downloaded oso-derive v0.27.0 |
974 | 2024-02-01T10:09:50.400Z | Downloaded olpc-cjson v0.1.3 |
975 | 2024-02-01T10:09:50.400Z | Downloaded zerocopy v0.6.4 |
976 | 2024-02-01T10:09:50.405Z | Downloaded waitgroup v0.1.2 |
977 | 2024-02-01T10:09:50.408Z | Downloaded owo-colors v4.0.0 |
978 | 2024-02-01T10:09:50.412Z | Downloaded parking_lot_core v0.9.8 |
979 | 2024-02-01T10:09:50.416Z | Downloaded take_mut v0.2.2 |
980 | 2024-02-01T10:09:50.419Z | Downloaded funty v2.0.0 |
981 | 2024-02-01T10:09:50.422Z | Downloaded ref-cast-impl v1.0.20 |
982 | 2024-02-01T10:09:50.422Z | Downloaded proc-macro-error-attr v1.0.4 |
983 | 2024-02-01T10:09:50.425Z | Downloaded pest_generator v2.7.6 |
984 | 2024-02-01T10:09:50.428Z | Downloaded form_urlencoded v1.2.1 |
985 | 2024-02-01T10:09:50.428Z | Downloaded rcgen v0.12.1 |
986 | 2024-02-01T10:09:50.433Z | Downloaded hash32 v0.3.1 |
987 | 2024-02-01T10:09:50.436Z | Downloaded thread-id v4.2.0 |
988 | 2024-02-01T10:09:50.439Z | Downloaded phf_shared v0.10.0 |
989 | 2024-02-01T10:09:50.442Z | Downloaded pem-rfc7468 v0.7.0 |
990 | 2024-02-01T10:09:50.447Z | Downloaded rustls-pemfile v1.0.3 |
991 | 2024-02-01T10:09:50.450Z | Downloaded serde_urlencoded v0.7.1 |
992 | 2024-02-01T10:09:50.454Z | Downloaded derive_more v0.99.17 |
993 | 2024-02-01T10:09:50.460Z | Downloaded headers-core v0.2.0 |
994 | 2024-02-01T10:09:50.463Z | Downloaded wait-timeout v0.2.0 |
995 | 2024-02-01T10:09:50.466Z | Downloaded trust-dns-client v0.22.0 |
996 | 2024-02-01T10:09:50.475Z | Downloaded tokio-native-tls v0.3.1 |
997 | 2024-02-01T10:09:50.478Z | Downloaded trust-dns-server v0.22.1 |
998 | 2024-02-01T10:09:50.489Z | Downloaded rustls-pki-types v1.1.0 |
999 | 2024-02-01T10:09:50.492Z | Downloaded fastrand v2.0.0 |
1000 | 2024-02-01T10:09:50.494Z | Downloaded termios v0.3.3 |
1001 | 2024-02-01T10:09:50.497Z | Downloaded serde_with_macros v3.5.1 |
1002 | 2024-02-01T10:09:50.501Z | Downloaded unicode-segmentation v1.10.1 |
1003 | 2024-02-01T10:09:50.507Z | Downloaded walkdir v2.4.0 |
1004 | 2024-02-01T10:09:50.511Z | Downloaded termcolor v1.2.0 |
1005 | 2024-02-01T10:09:50.514Z | Downloaded time v0.3.27 |
1006 | 2024-02-01T10:09:50.526Z | Downloaded synstructure v0.12.6 |
1007 | 2024-02-01T10:09:50.529Z | Downloaded phf_shared v0.11.2 |
1008 | 2024-02-01T10:09:50.534Z | Downloaded rusty-fork v0.3.0 |
1009 | 2024-02-01T10:09:50.537Z | Downloaded spin v0.9.8 |
1010 | 2024-02-01T10:09:50.537Z | Downloaded rustls-pemfile v2.0.0 |
1011 | 2024-02-01T10:09:50.541Z | Downloaded zip v0.6.6 |
1012 | 2024-02-01T10:09:50.549Z | Downloaded string_cache v0.8.7 |
1013 | 2024-02-01T10:09:50.552Z | Downloaded digest v0.10.7 |
1014 | 2024-02-01T10:09:50.556Z | Downloaded parking_lot v0.11.2 |
1015 | 2024-02-01T10:09:50.560Z | Downloaded portable-atomic v1.4.3 |
1016 | 2024-02-01T10:09:50.571Z | Downloaded hex v0.4.3 |
1017 | 2024-02-01T10:09:50.574Z | Downloaded whoami v1.4.1 |
1018 | 2024-02-01T10:09:50.577Z | Downloaded regex-automata v0.1.10 |
1019 | 2024-02-01T10:09:50.586Z | Downloaded schemars v0.8.16 |
1020 | 2024-02-01T10:09:50.613Z | Downloaded socket2 v0.4.9 |
1021 | 2024-02-01T10:09:50.627Z | Downloaded signal-hook v0.3.17 |
1022 | 2024-02-01T10:09:50.627Z | Downloaded globset v0.4.13 |
1023 | 2024-02-01T10:09:50.640Z | Downloaded flate2 v1.0.28 |
1024 | 2024-02-01T10:09:50.640Z | Downloaded guppy v0.17.4 |
1025 | 2024-02-01T10:09:50.656Z | Downloaded pest_derive v2.7.6 |
1026 | 2024-02-01T10:09:50.657Z | Downloaded socket2 v0.5.5 |
1027 | 2024-02-01T10:09:50.667Z | Downloaded snafu v0.7.5 |
1028 | 2024-02-01T10:09:50.667Z | Downloaded test-strategy v0.3.1 |
1029 | 2024-02-01T10:09:50.672Z | Downloaded openssl-sys v0.9.96 |
1030 | 2024-02-01T10:09:50.676Z | Downloaded papergrid v0.11.0 |
1031 | 2024-02-01T10:09:50.686Z | Downloaded serde_with v3.5.1 |
1032 | 2024-02-01T10:09:50.701Z | Downloaded rustyline v13.0.0 |
1033 | 2024-02-01T10:09:50.716Z | Downloaded x509-cert v0.2.4 |
1034 | 2024-02-01T10:09:51.126Z | Downloaded salty v0.2.0 |
1035 | 2024-02-01T10:09:51.130Z | Downloaded zerocopy v0.7.32 |
1036 | 2024-02-01T10:09:51.130Z | Downloaded futures-util v0.3.30 |
1037 | 2024-02-01T10:09:51.130Z | Downloaded idna v0.5.0 |
1038 | 2024-02-01T10:09:51.130Z | Downloaded reqwest v0.11.22 |
1039 | 2024-02-01T10:09:51.130Z | Downloaded pest v2.7.6 |
1040 | 2024-02-01T10:09:51.130Z | Downloaded radix_trie v0.2.1 |
1041 | 2024-02-01T10:09:51.130Z | Downloaded petgraph v0.6.4 |
1042 | 2024-02-01T10:09:51.130Z | Downloaded nix v0.27.1 |
1043 | 2024-02-01T10:09:51.130Z | Downloaded vcpkg v0.2.15 |
1044 | 2024-02-01T10:09:51.130Z | Downloaded syn v1.0.109 |
1045 | 2024-02-01T10:09:51.130Z | Downloaded webpki-roots v0.25.2 |
1046 | 2024-02-01T10:09:51.130Z | Downloaded rustls v0.21.9 |
1047 | 2024-02-01T10:09:51.130Z | Downloaded object v0.32.1 |
1048 | 2024-02-01T10:09:51.130Z | Downloaded regress v0.7.1 |
1049 | 2024-02-01T10:09:51.130Z | Downloaded sled v0.34.7 |
1050 | 2024-02-01T10:09:51.130Z | Downloaded regex-syntax v0.7.5 |
1051 | 2024-02-01T10:09:51.131Z | Downloaded regex-automata v0.4.4 |
1052 | 2024-02-01T10:09:51.131Z | Downloaded regex-automata v0.3.8 |
1053 | 2024-02-01T10:09:51.167Z | Downloaded openapiv3 v2.0.0 |
1054 | 2024-02-01T10:09:51.180Z | Downloaded zerocopy-derive v0.2.0 |
1055 | 2024-02-01T10:09:51.201Z | Downloaded zerocopy-derive v0.6.4 |
1056 | 2024-02-01T10:09:51.217Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1057 | 2024-02-01T10:09:51.241Z | Downloaded rustls v0.22.2 |
1058 | 2024-02-01T10:09:51.268Z | Downloaded regex-syntax v0.8.2 |
1059 | 2024-02-01T10:09:51.283Z | Downloaded tokio v1.35.1 |
1060 | 2024-02-01T10:09:51.352Z | Downloaded sha3 v0.10.8 |
1061 | 2024-02-01T10:09:51.365Z | Downloaded bstr v1.6.0 |
1062 | 2024-02-01T10:09:51.389Z | Downloaded gimli v0.28.0 |
1063 | 2024-02-01T10:09:51.405Z | Downloaded openssl v0.10.60 |
1064 | 2024-02-01T10:09:51.423Z | Downloaded polar-core v0.27.0 |
1065 | 2024-02-01T10:09:51.440Z | Downloaded encoding_rs v0.8.33 |
1066 | 2024-02-01T10:09:51.485Z | Downloaded regex v1.10.3 |
1067 | 2024-02-01T10:09:51.512Z | Downloaded trust-dns-proto v0.22.0 |
1068 | 2024-02-01T10:09:51.532Z | Downloaded smoltcp v0.11.0 |
1069 | 2024-02-01T10:09:51.555Z | Downloaded regex-syntax v0.6.29 |
1070 | 2024-02-01T10:09:51.569Z | Downloaded diesel v2.1.4 |
1071 | 2024-02-01T10:09:51.604Z | Downloaded ring v0.16.20 |
1072 | 2024-02-01T10:09:51.765Z | Downloaded ratatui v0.25.0 |
1073 | 2024-02-01T10:09:51.791Z | Downloaded tabled v0.15.0 |
1074 | 2024-02-01T10:09:51.818Z | Downloaded rustix v0.38.30 |
1075 | 2024-02-01T10:09:51.859Z | Downloaded bstr v0.2.17 |
1076 | 2024-02-01T10:09:51.882Z | Downloaded idna v0.2.3 |
1077 | 2024-02-01T10:09:51.890Z | Downloaded ring v0.17.7 |
1078 | 2024-02-01T10:09:52.026Z | Downloaded quick-xml v0.30.0 |
1079 | 2024-02-01T10:09:52.036Z | Downloaded proptest v1.4.0 |
1080 | 2024-02-01T10:09:52.052Z | Downloaded hkdf v0.12.4 |
1081 | 2024-02-01T10:09:52.056Z | Downloaded curve25519-dalek v4.1.1 |
1082 | 2024-02-01T10:09:52.073Z | Downloaded smoltcp v0.9.1 |
1083 | 2024-02-01T10:09:52.092Z | Downloaded sqlparser v0.43.1 |
1084 | 2024-02-01T10:09:52.101Z | Downloaded object v0.30.4 |
1085 | 2024-02-01T10:09:52.119Z | Downloaded chrono v0.4.31 |
1086 | 2024-02-01T10:09:52.132Z | Downloaded bindgen v0.69.2 |
1087 | 2024-02-01T10:09:52.145Z | Downloaded expectorate v1.1.0 |
1088 | 2024-02-01T10:09:52.149Z | Downloaded bitvec v1.0.1 |
1089 | 2024-02-01T10:09:52.176Z | Downloaded clap v2.34.0 |
1090 | 2024-02-01T10:09:52.191Z | Downloaded lalrpop v0.19.12 |
1091 | 2024-02-01T10:09:52.208Z | Downloaded h2 v0.3.24 |
1092 | 2024-02-01T10:09:52.220Z | Downloaded goblin v0.8.0 |
1093 | 2024-02-01T10:09:52.230Z | Downloaded prettyplease v0.2.16 |
1094 | 2024-02-01T10:09:52.236Z | Downloaded hashbrown v0.12.3 |
1095 | 2024-02-01T10:09:52.243Z | Downloaded hashbrown v0.13.2 |
1096 | 2024-02-01T10:09:52.252Z | Downloaded pin-project v1.1.3 |
1097 | 2024-02-01T10:09:52.271Z | Downloaded hyper v0.14.27 |
1098 | 2024-02-01T10:09:52.285Z | Downloaded rayon v1.8.0 |
1099 | 2024-02-01T10:09:52.301Z | Downloaded heapless v0.7.16 |
1100 | 2024-02-01T10:09:52.307Z | Downloaded rustls-webpki v0.101.7 |
1101 | 2024-02-01T10:09:52.336Z | Downloaded aho-corasick v1.0.4 |
1102 | 2024-02-01T10:09:52.342Z | Downloaded textwrap v0.16.0 |
1103 | 2024-02-01T10:09:52.346Z | Downloaded pest_meta v2.7.6 |
1104 | 2024-02-01T10:09:52.350Z | Downloaded rustls-native-certs v0.7.0 |
1105 | 2024-02-01T10:09:52.353Z | Downloaded rustc-demangle v0.1.23 |
1106 | 2024-02-01T10:09:52.356Z | Downloaded parking_lot v0.12.1 |
1107 | 2024-02-01T10:09:52.360Z | Downloaded reedline v0.28.0 |
1108 | 2024-02-01T10:09:52.372Z | Downloaded tokio-postgres v0.7.10 |
1109 | 2024-02-01T10:09:52.380Z | Downloaded heapless v0.8.0 |
1110 | 2024-02-01T10:09:52.386Z | Downloaded tokio-rustls v0.25.0 |
1111 | 2024-02-01T10:09:52.389Z | Downloaded hmac v0.12.1 |
1112 | 2024-02-01T10:09:52.392Z | Downloaded pin-project-lite v0.2.13 |
1113 | 2024-02-01T10:09:52.400Z | Downloaded steno v0.4.0 |
1114 | 2024-02-01T10:09:52.407Z | Downloaded rustls-webpki v0.102.1 |
1115 | 2024-02-01T10:09:52.440Z | Downloaded headers v0.3.9 |
1116 | 2024-02-01T10:09:52.455Z | Downloaded toml_edit v0.19.15 |
1117 | 2024-02-01T10:09:52.480Z | Downloaded vsss-rs v3.3.4 |
1118 | 2024-02-01T10:09:52.484Z | Downloaded percent-encoding v2.3.1 |
1119 | 2024-02-01T10:09:52.487Z | Downloaded proc-macro-error v1.0.4 |
1120 | 2024-02-01T10:09:52.491Z | Downloaded env_logger v0.10.0 |
1121 | 2024-02-01T10:09:52.495Z | Downloaded ed25519 v1.5.3 |
1122 | 2024-02-01T10:09:52.498Z | Downloaded plotters v0.3.5 |
1123 | 2024-02-01T10:09:52.513Z | Downloaded tough v0.16.0 |
1124 | 2024-02-01T10:09:52.527Z | Downloaded serde_yaml v0.9.25 |
1125 | 2024-02-01T10:09:52.533Z | Downloaded rustversion v1.0.14 |
1126 | 2024-02-01T10:09:52.537Z | Downloaded parking_lot_core v0.8.6 |
1127 | 2024-02-01T10:09:52.540Z | Downloaded structopt v0.3.26 |
1128 | 2024-02-01T10:09:52.552Z | Downloaded once_cell v1.19.0 |
1129 | 2024-02-01T10:09:52.557Z | Downloaded vte v0.11.1 |
1130 | 2024-02-01T10:09:52.563Z | Downloaded itertools v0.12.0 |
1131 | 2024-02-01T10:09:52.571Z | Downloaded tempfile v3.9.0 |
1132 | 2024-02-01T10:09:52.575Z | Downloaded der v0.7.8 |
1133 | 2024-02-01T10:09:52.584Z | Downloaded fallible-iterator v0.2.0 |
1134 | 2024-02-01T10:09:52.587Z | Downloaded wyz v0.5.1 |
1135 | 2024-02-01T10:09:52.590Z | Downloaded zeroize v1.7.0 |
1136 | 2024-02-01T10:09:52.590Z | Downloaded threadpool v1.8.1 |
1137 | 2024-02-01T10:09:52.593Z | Downloaded thread_local v1.1.7 |
1138 | 2024-02-01T10:09:52.595Z | Downloaded oso v0.27.0 |
1139 | 2024-02-01T10:09:52.599Z | Downloaded toml v0.7.8 |
1140 | 2024-02-01T10:09:52.604Z | Downloaded rand v0.4.6 |
1141 | 2024-02-01T10:09:52.610Z | Downloaded tower v0.4.13 |
1142 | 2024-02-01T10:09:52.626Z | Downloaded unicode-normalization v0.1.22 |
1143 | 2024-02-01T10:09:52.632Z | Downloaded num-bigint-dig v0.8.4 |
1144 | 2024-02-01T10:09:52.641Z | Downloaded home v0.5.5 |
1145 | 2024-02-01T10:09:52.644Z | Downloaded term v0.7.0 |
1146 | 2024-02-01T10:09:52.648Z | Downloaded fatfs v0.3.6 |
1147 | 2024-02-01T10:09:52.652Z | Downloaded tokio-util v0.7.10 |
1148 | 2024-02-01T10:09:52.668Z | Downloaded difflib v0.4.0 |
1149 | 2024-02-01T10:09:52.671Z | Downloaded predicates-core v1.0.6 |
1150 | 2024-02-01T10:09:52.671Z | Downloaded tracing v0.1.37 |
1151 | 2024-02-01T10:09:52.674Z | Downloaded typed-path v0.7.0 |
1152 | 2024-02-01T10:09:52.683Z | Downloaded defmt-macros v0.3.6 |
1153 | 2024-02-01T10:09:52.689Z | Downloaded snafu-derive v0.7.5 |
1154 | 2024-02-01T10:09:52.694Z | Downloaded relative-path v1.9.0 |
1155 | 2024-02-01T10:09:52.705Z | Downloaded time-macros v0.2.13 |
1156 | 2024-02-01T10:09:52.706Z | Downloaded rust-argon2 v1.0.1 |
1157 | 2024-02-01T10:09:52.716Z | Downloaded structmeta-derive v0.2.0 |
1158 | 2024-02-01T10:09:52.716Z | Downloaded tiny-keccak v2.0.2 |
1159 | 2024-02-01T10:09:52.716Z | Downloaded spin v0.5.2 |
1160 | 2024-02-01T10:09:52.716Z | Downloaded rustc_version v0.1.7 |
1161 | 2024-02-01T10:09:52.717Z | Downloaded libxml v0.3.3 |
1162 | 2024-02-01T10:09:52.728Z | Downloaded nom v7.1.3 |
1163 | 2024-02-01T10:09:52.732Z | Downloaded crossterm v0.27.0 |
1164 | 2024-02-01T10:09:52.739Z | Downloaded plotters-backend v0.3.5 |
1165 | 2024-02-01T10:09:52.744Z | Downloaded stability v0.1.1 |
1166 | 2024-02-01T10:09:52.744Z | Downloaded shlex v1.3.0 |
1167 | 2024-02-01T10:09:52.748Z | Downloaded pretty_assertions v1.4.0 |
1168 | 2024-02-01T10:09:52.748Z | Downloaded fd-lock v3.0.13 |
1169 | 2024-02-01T10:09:52.752Z | Downloaded tokio-macros v2.2.0 |
1170 | 2024-02-01T10:09:52.756Z | Downloaded pin-project-internal v1.1.3 |
1171 | 2024-02-01T10:09:52.756Z | Downloaded zone v0.3.0 |
1172 | 2024-02-01T10:09:52.761Z | Downloaded tinytemplate v1.2.1 |
1173 | 2024-02-01T10:09:52.761Z | Downloaded zerocopy-derive v0.7.32 |
1174 | 2024-02-01T10:09:52.767Z | Downloaded itertools v0.10.5 |
1175 | 2024-02-01T10:09:52.778Z | Downloaded libm v0.2.7 |
1176 | 2024-02-01T10:09:52.793Z | Downloaded hex-literal v0.4.1 |
1177 | 2024-02-01T10:09:52.796Z | Downloaded fs-err v2.11.0 |
1178 | 2024-02-01T10:09:52.798Z | Downloaded getrandom v0.2.10 |
1179 | 2024-02-01T10:09:52.802Z | Downloaded rsa v0.9.2 |
1180 | 2024-02-01T10:09:52.812Z | Downloaded rustc-hash v1.1.0 |
1181 | 2024-02-01T10:09:52.817Z | Downloaded pkcs1 v0.7.5 |
1182 | 2024-02-01T10:09:52.817Z | Downloaded unicode_categories v0.1.1 |
1183 | 2024-02-01T10:09:52.822Z | Downloaded diff v0.1.13 |
1184 | 2024-02-01T10:09:52.827Z | Downloaded toml v0.5.11 |
1185 | 2024-02-01T10:09:52.833Z | Downloaded pathdiff v0.2.1 |
1186 | 2024-02-01T10:09:52.833Z | Downloaded foreign-types-shared v0.3.1 |
1187 | 2024-02-01T10:09:52.834Z | Downloaded spki v0.7.2 |
1188 | 2024-02-01T10:09:52.839Z | Downloaded serde_tokenstream v0.1.7 |
1189 | 2024-02-01T10:09:52.847Z | Downloaded omicron-zone-package v0.10.1 |
1190 | 2024-02-01T10:09:52.847Z | Downloaded sct v0.7.0 |
1191 | 2024-02-01T10:09:52.855Z | Downloaded flume v0.11.0 |
1192 | 2024-02-01T10:09:52.863Z | Downloaded trust-dns-resolver v0.22.0 |
1193 | 2024-02-01T10:09:52.869Z | Downloaded hyper v1.1.0 |
1194 | 2024-02-01T10:09:52.877Z | Downloaded futures-timer v3.0.2 |
1195 | 2024-02-01T10:09:52.884Z | Downloaded futures-sink v0.3.30 |
1196 | 2024-02-01T10:09:52.884Z | Downloaded tar v0.4.40 |
1197 | 2024-02-01T10:09:52.899Z | Downloaded diesel_derives v2.1.2 |
1198 | 2024-02-01T10:09:52.899Z | Downloaded yasna v0.5.2 |
1199 | 2024-02-01T10:09:52.910Z | Downloaded remove_dir_all v0.5.3 |
1200 | 2024-02-01T10:09:52.914Z | Downloaded defmt v0.3.5 |
1201 | 2024-02-01T10:09:52.914Z | Downloaded zeroize_derive v1.4.2 |
1202 | 2024-02-01T10:09:52.914Z | Downloaded serde_tokenstream v0.2.0 |
1203 | 2024-02-01T10:09:52.914Z | Downloaded tungstenite v0.20.1 |
1204 | 2024-02-01T10:09:52.931Z | Downloaded url v2.5.0 |
1205 | 2024-02-01T10:09:52.931Z | Downloaded unsafe-libyaml v0.2.10 |
1206 | 2024-02-01T10:09:52.931Z | Downloaded pem v3.0.2 |
1207 | 2024-02-01T10:09:52.937Z | Downloaded textwrap v0.11.0 |
1208 | 2024-02-01T10:09:52.937Z | Downloaded postcard v1.0.8 |
1209 | 2024-02-01T10:09:52.937Z | Downloaded futures v0.3.30 |
1210 | 2024-02-01T10:09:52.944Z | Downloaded tracing-core v0.1.31 |
1211 | 2024-02-01T10:09:52.954Z | Downloaded heck v0.3.3 |
1212 | 2024-02-01T10:09:52.954Z | Downloaded yansi v0.5.1 |
1213 | 2024-02-01T10:09:52.954Z | Downloaded tokio-stream v0.1.14 |
1214 | 2024-02-01T10:09:52.961Z | Downloaded sha2 v0.10.8 |
1215 | 2024-02-01T10:09:52.961Z | Downloaded der_derive v0.7.2 |
1216 | 2024-02-01T10:09:52.966Z | Downloaded criterion v0.5.1 |
1217 | 2024-02-01T10:09:52.974Z | Downloaded elliptic-curve v0.13.8 |
1218 | 2024-02-01T10:09:52.980Z | Downloaded crossbeam-channel v0.5.8 |
1219 | 2024-02-01T10:09:52.987Z | Downloaded proc-macro-crate v1.3.1 |
1220 | 2024-02-01T10:09:52.991Z | Downloaded pkcs8 v0.10.2 |
1221 | 2024-02-01T10:09:52.995Z | Downloaded rstest v0.18.2 |
1222 | 2024-02-01T10:09:53.002Z | Downloaded half v2.3.1 |
1223 | 2024-02-01T10:09:53.007Z | Downloaded defmt-parser v0.3.3 |
1224 | 2024-02-01T10:09:53.015Z | Downloaded serde_repr v0.1.16 |
1225 | 2024-02-01T10:09:53.016Z | Downloaded schemars_derive v0.8.16 |
1226 | 2024-02-01T10:09:53.018Z | Downloaded stringprep v0.1.3 |
1227 | 2024-02-01T10:09:53.022Z | Downloaded derive_builder v0.12.0 |
1228 | 2024-02-01T10:09:53.025Z | Downloaded structopt-derive v0.4.18 |
1229 | 2024-02-01T10:09:53.025Z | Downloaded thiserror-no-std v2.0.2 |
1230 | 2024-02-01T10:09:53.030Z | Downloaded which v4.4.0 |
1231 | 2024-02-01T10:09:53.033Z | Downloaded semver v0.1.20 |
1232 | 2024-02-01T10:09:53.036Z | Downloaded secrecy v0.8.0 |
1233 | 2024-02-01T10:09:53.036Z | Downloaded zerocopy v0.3.0 |
1234 | 2024-02-01T10:09:53.039Z | Downloaded similar v2.3.0 |
1235 | 2024-02-01T10:09:53.046Z | Downloaded derive_builder_core v0.12.0 |
1236 | 2024-02-01T10:09:53.049Z | Downloaded rayon-core v1.12.0 |
1237 | 2024-02-01T10:09:53.055Z | Downloaded tokio-tungstenite v0.20.1 |
1238 | 2024-02-01T10:09:53.058Z | Downloaded ron v0.8.1 |
1239 | 2024-02-01T10:09:53.068Z | Downloaded darling_core v0.14.4 |
1240 | 2024-02-01T10:09:53.075Z | Downloaded slog-term v2.9.0 |
1241 | 2024-02-01T10:09:53.079Z | Downloaded tinyvec v1.6.0 |
1242 | 2024-02-01T10:09:53.084Z | Downloaded slog v2.7.0 |
1243 | 2024-02-01T10:09:53.089Z | Downloaded uuid v1.7.0 |
1244 | 2024-02-01T10:09:53.094Z | Downloaded ucd-trie v0.1.6 |
1245 | 2024-02-01T10:09:53.096Z | Downloaded scopeguard v1.2.0 |
1246 | 2024-02-01T10:09:53.099Z | Downloaded target-lexicon v0.12.12 |
1247 | 2024-02-01T10:09:53.102Z | Downloaded tap v1.0.1 |
1248 | 2024-02-01T10:09:53.108Z | Downloaded poly1305 v0.8.0 |
1249 | 2024-02-01T10:09:53.111Z | Downloaded phf v0.11.2 |
1250 | 2024-02-01T10:09:53.112Z | Downloaded dof v0.1.5 |
1251 | 2024-02-01T10:09:53.112Z | Downloaded dirs-sys-next v0.1.2 |
1252 | 2024-02-01T10:09:53.115Z | Downloaded stable_deref_trait v1.2.0 |
1253 | 2024-02-01T10:09:53.115Z | Downloaded darling_core v0.20.3 |
1254 | 2024-02-01T10:09:53.121Z | Downloaded similar-asserts v1.5.0 |
1255 | 2024-02-01T10:09:53.124Z | Downloaded vec_map v0.8.2 |
1256 | 2024-02-01T10:09:53.128Z | Downloaded tracing-attributes v0.1.26 |
1257 | 2024-02-01T10:09:53.131Z | Downloaded http v0.2.11 |
1258 | 2024-02-01T10:09:53.137Z | Downloaded display-error-chain v0.2.0 |
1259 | 2024-02-01T10:09:53.143Z | Downloaded tower-service v0.3.2 |
1260 | 2024-02-01T10:09:53.143Z | Downloaded postgres-types v0.2.6 |
1261 | 2024-02-01T10:09:53.155Z | Downloaded postgres-protocol v0.6.6 |
1262 | 2024-02-01T10:09:53.155Z | Downloaded ahash v0.8.6 |
1263 | 2024-02-01T10:09:53.163Z | Downloaded foreign-types v0.5.0 |
1264 | 2024-02-01T10:09:53.163Z | Downloaded fnv v1.0.7 |
1265 | 2024-02-01T10:09:53.163Z | Downloaded float-cmp v0.9.0 |
1266 | 2024-02-01T10:09:53.163Z | Downloaded predicates v3.1.0 |
1267 | 2024-02-01T10:09:53.163Z | Downloaded generic-array v0.14.7 |
1268 | 2024-02-01T10:09:53.183Z | Downloaded termtree v0.4.1 |
1269 | 2024-02-01T10:09:53.183Z | Downloaded doc-comment v0.3.3 |
1270 | 2024-02-01T10:09:53.183Z | Downloaded ff v0.13.0 |
1271 | 2024-02-01T10:09:53.183Z | Downloaded fd-lock v4.0.2 |
1272 | 2024-02-01T10:09:53.183Z | Downloaded slog-dtrace v0.3.0 |
1273 | 2024-02-01T10:09:53.604Z | Downloaded platforms v3.0.2 |
1274 | 2024-02-01T10:09:53.605Z | Downloaded tower-layer v0.3.2 |
1275 | 2024-02-01T10:09:53.605Z | Downloaded toolchain_find v0.2.0 |
1276 | 2024-02-01T10:09:53.605Z | Downloaded openssl-macros v0.1.1 |
1277 | 2024-02-01T10:09:53.605Z | Downloaded swrite v0.1.0 |
1278 | 2024-02-01T10:09:53.607Z | Downloaded slog-bunyan v2.5.0 |
1279 | 2024-02-01T10:09:53.607Z | Downloaded slog-async v2.8.0 |
1280 | 2024-02-01T10:09:53.608Z | Downloaded siphasher v0.3.11 |
1281 | 2024-02-01T10:09:53.608Z | Downloaded password-hash v0.5.0 |
1282 | 2024-02-01T10:09:53.622Z | Downloaded futures-executor v0.3.30 |
1283 | 2024-02-01T10:09:53.622Z | Downloaded target-spec v3.0.1 |
1284 | 2024-02-01T10:09:53.622Z | Downloaded minimal-lexical v0.2.1 |
1285 | 2024-02-01T10:09:53.622Z | Downloaded chacha20poly1305 v0.10.1 |
1286 | 2024-02-01T10:09:53.622Z | Downloaded usdt-attr-macro v0.3.5 |
1287 | 2024-02-01T10:09:53.622Z | Downloaded futures-macro v0.3.30 |
1288 | 2024-02-01T10:09:53.622Z | Downloaded crypto-bigint v0.5.2 |
1289 | 2024-02-01T10:09:53.623Z | Downloaded smallvec v1.11.2 |
1290 | 2024-02-01T10:09:53.623Z | Downloaded rstest_macros v0.18.2 |
1291 | 2024-02-01T10:09:53.623Z | Downloaded indexmap v1.9.3 |
1292 | 2024-02-01T10:09:53.623Z | Downloaded openssl-probe v0.1.5 |
1293 | 2024-02-01T10:09:53.623Z | Downloaded foreign-types v0.3.2 |
1294 | 2024-02-01T10:09:53.623Z | Downloaded usdt-impl v0.3.5 |
1295 | 2024-02-01T10:09:53.623Z | Downloaded usdt v0.5.0 |
1296 | 2024-02-01T10:09:53.623Z | Downloaded rand_chacha v0.3.1 |
1297 | 2024-02-01T10:09:53.623Z | Downloaded crossbeam-utils v0.8.16 |
1298 | 2024-02-01T10:09:53.623Z | Downloaded usdt-impl v0.5.0 |
1299 | 2024-02-01T10:09:53.623Z | Downloaded unicase v2.7.0 |
1300 | 2024-02-01T10:09:53.623Z | Downloaded unarray v0.1.4 |
1301 | 2024-02-01T10:09:53.623Z | Downloaded smallvec v0.6.14 |
1302 | 2024-02-01T10:09:53.623Z | Downloaded slog-stdlog v4.1.1 |
1303 | 2024-02-01T10:09:53.624Z | Downloaded signal-hook-mio v0.2.3 |
1304 | 2024-02-01T10:09:53.624Z | Downloaded rand_core v0.6.4 |
1305 | 2024-02-01T10:09:53.624Z | Downloaded unicode-xid v0.2.4 |
1306 | 2024-02-01T10:09:53.625Z | Downloaded unicode-width v0.1.11 |
1307 | 2024-02-01T10:09:53.625Z | Downloaded crc-any v2.4.3 |
1308 | 2024-02-01T10:09:53.625Z | Downloaded blake2 v0.10.6 |
1309 | 2024-02-01T10:09:53.625Z | Downloaded plotters-svg v0.3.5 |
1310 | 2024-02-01T10:09:53.625Z | Downloaded parse-size v1.0.0 |
1311 | 2024-02-01T10:09:53.625Z | Downloaded parse-display v0.8.2 |
1312 | 2024-02-01T10:09:53.625Z | Downloaded hash32 v0.2.1 |
1313 | 2024-02-01T10:09:53.625Z | Downloaded flagset v0.4.3 |
1314 | 2024-02-01T10:09:53.625Z | Downloaded fixedbitset v0.4.2 |
1315 | 2024-02-01T10:09:53.626Z | Downloaded utf-8 v0.7.6 |
1316 | 2024-02-01T10:09:53.626Z | Downloaded futures-channel v0.3.30 |
1317 | 2024-02-01T10:09:53.626Z | Downloaded tempdir v0.3.7 |
1318 | 2024-02-01T10:09:53.626Z | Downloaded tabled_derive v0.7.0 |
1319 | 2024-02-01T10:09:53.626Z | Downloaded pkg-config v0.3.27 |
1320 | 2024-02-01T10:09:53.626Z | Downloaded group v0.13.0 |
1321 | 2024-02-01T10:09:53.626Z | Downloaded basic-toml v0.1.8 |
1322 | 2024-02-01T10:09:53.626Z | Downloaded const-oid v0.9.5 |
1323 | 2024-02-01T10:09:53.626Z | Downloaded argon2 v0.5.3 |
1324 | 2024-02-01T10:09:53.626Z | Downloaded hyper-rustls v0.24.2 |
1325 | 2024-02-01T10:09:53.626Z | Downloaded rand_xorshift v0.3.0 |
1326 | 2024-02-01T10:09:53.626Z | Downloaded data-encoding v2.4.0 |
1327 | 2024-02-01T10:09:53.626Z | Downloaded untrusted v0.9.0 |
1328 | 2024-02-01T10:09:53.627Z | Downloaded untrusted v0.7.1 |
1329 | 2024-02-01T10:09:53.627Z | Downloaded strsim v0.8.0 |
1330 | 2024-02-01T10:09:53.627Z | Downloaded signature v2.1.0 |
1331 | 2024-02-01T10:09:53.627Z | Downloaded serde_derive_internals v0.26.0 |
1332 | 2024-02-01T10:09:53.627Z | Downloaded cancel-safe-futures v0.1.5 |
1333 | 2024-02-01T10:09:53.627Z | Downloaded usdt-macro v0.5.0 |
1334 | 2024-02-01T10:09:53.627Z | Downloaded signal-hook-tokio v0.3.1 |
1335 | 2024-02-01T10:09:53.628Z | Downloaded hyper-util v0.1.2 |
1336 | 2024-02-01T10:09:53.628Z | Downloaded cast v0.3.0 |
1337 | 2024-02-01T10:09:53.628Z | Downloaded packed_struct_codegen v0.10.1 |
1338 | 2024-02-01T10:09:53.628Z | Downloaded universal-hash v0.5.1 |
1339 | 2024-02-01T10:09:53.628Z | Downloaded foreign-types-macros v0.2.3 |
1340 | 2024-02-01T10:09:53.628Z | Downloaded filetime v0.2.23 |
1341 | 2024-02-01T10:09:53.628Z | Downloaded embedded-io v0.4.0 |
1342 | 2024-02-01T10:09:53.628Z | Downloaded topological-sort v0.2.2 |
1343 | 2024-02-01T10:09:53.629Z | Downloaded either v1.9.0 |
1344 | 2024-02-01T10:09:53.629Z | Downloaded serde-hex v0.1.0 |
1345 | 2024-02-01T10:09:53.629Z | Downloaded serde-big-array v0.4.1 |
1346 | 2024-02-01T10:09:53.629Z | Downloaded semver-parser v0.10.2 |
1347 | 2024-02-01T10:09:53.629Z | Downloaded semver v0.11.0 |
1348 | 2024-02-01T10:09:53.630Z | Downloaded plain v0.2.3 |
1349 | 2024-02-01T10:09:53.630Z | Downloaded paste v1.0.14 |
1350 | 2024-02-01T10:09:53.630Z | Downloaded debug-ignore v1.0.5 |
1351 | 2024-02-01T10:09:53.630Z | Downloaded datatest-stable v0.2.3 |
1352 | 2024-02-01T10:09:53.630Z | Downloaded cookie v0.18.0 |
1353 | 2024-02-01T10:09:53.630Z | Downloaded cfg-expr v0.15.5 |
1354 | 2024-02-01T10:09:53.630Z | Downloaded bytes v1.5.0 |
1355 | 2024-02-01T10:09:53.630Z | Downloaded usdt-attr-macro v0.5.0 |
1356 | 2024-02-01T10:09:53.630Z | Downloaded zone_cfg_derive v0.3.0 |
1357 | 2024-02-01T10:09:53.630Z | Downloaded darling v0.20.3 |
1358 | 2024-02-01T10:09:53.630Z | Downloaded blake2b_simd v1.0.1 |
1359 | 2024-02-01T10:09:53.630Z | Downloaded path-slash v0.1.5 |
1360 | 2024-02-01T10:09:53.630Z | Downloaded supports-color v2.1.0 |
1361 | 2024-02-01T10:09:53.630Z | Downloaded static_assertions v1.1.0 |
1362 | 2024-02-01T10:09:53.631Z | Downloaded sqlformat v0.2.3 |
1363 | 2024-02-01T10:09:53.631Z | Downloaded smf v0.2.2 |
1364 | 2024-02-01T10:09:53.632Z | Downloaded slog-scope v4.4.0 |
1365 | 2024-02-01T10:09:53.632Z | Downloaded slog-json v2.6.1 |
1366 | 2024-02-01T10:09:53.632Z | Downloaded signature v1.6.4 |
1367 | 2024-02-01T10:09:53.632Z | Downloaded serde_plain v1.0.2 |
1368 | 2024-02-01T10:09:53.632Z | Downloaded maplit v1.0.2 |
1369 | 2024-02-01T10:09:53.632Z | Downloaded ansi_term v0.12.1 |
1370 | 2024-02-01T10:09:53.632Z | Downloaded arrayvec v0.7.4 |
1371 | 2024-02-01T10:09:53.632Z | Downloaded smawk v0.3.1 |
1372 | 2024-02-01T10:09:53.632Z | Downloaded serde_path_to_error v0.1.15 |
1373 | 2024-02-01T10:09:53.632Z | Downloaded bitflags v2.4.0 |
1374 | 2024-02-01T10:09:53.632Z | Downloaded bcs v0.1.6 |
1375 | 2024-02-01T10:09:53.632Z | Downloaded cobs v0.2.3 |
1376 | 2024-02-01T10:09:53.633Z | Downloaded num-derive v0.4.0 |
1377 | 2024-02-01T10:09:53.633Z | Downloaded criterion-plot v0.5.0 |
1378 | 2024-02-01T10:09:53.633Z | Downloaded assert_cmd v2.0.13 |
1379 | 2024-02-01T10:09:53.633Z | Downloaded convert_case v0.4.0 |
1380 | 2024-02-01T10:09:53.633Z | Downloaded mime v0.3.17 |
1381 | 2024-02-01T10:09:53.633Z | Downloaded libefi-sys v0.1.0 |
1382 | 2024-02-01T10:09:53.638Z | Downloaded lazy_static v1.4.0 |
1383 | 2024-02-01T10:09:53.639Z | Downloaded lalrpop-util v0.19.12 |
1384 | 2024-02-01T10:09:53.639Z | Downloaded thiserror-impl-no-std v2.0.2 |
1385 | 2024-02-01T10:09:53.639Z | Downloaded scroll v0.12.0 |
1386 | 2024-02-01T10:09:53.639Z | Downloaded darling v0.14.4 |
1387 | 2024-02-01T10:09:53.640Z | Downloaded ciborium v0.2.2 |
1388 | 2024-02-01T10:09:53.640Z | Downloaded camino-tempfile v1.1.1 |
1389 | 2024-02-01T10:09:53.640Z | Downloaded num-complex v0.4.4 |
1390 | 2024-02-01T10:09:53.641Z | Downloaded lock_api v0.4.10 |
1391 | 2024-02-01T10:09:53.642Z | Downloaded crossbeam-epoch v0.9.15 |
1392 | 2024-02-01T10:09:53.642Z | Downloaded memoffset v0.7.1 |
1393 | 2024-02-01T10:09:53.642Z | Downloaded memmap v0.7.0 |
1394 | 2024-02-01T10:09:53.642Z | Downloaded macaddr v1.0.1 |
1395 | 2024-02-01T10:09:53.643Z | Downloaded lru v0.12.1 |
1396 | 2024-02-01T10:09:53.643Z | Downloaded kstat-rs v0.2.3 |
1397 | 2024-02-01T10:09:53.643Z | Downloaded block-padding v0.3.3 |
1398 | 2024-02-01T10:09:53.643Z | Downloaded sec1 v0.7.3 |
1399 | 2024-02-01T10:09:53.643Z | Downloaded rustc_version v0.4.0 |
1400 | 2024-02-01T10:09:53.644Z | Downloaded memoffset v0.9.0 |
1401 | 2024-02-01T10:09:53.644Z | Downloaded array-init v0.0.4 |
1402 | 2024-02-01T10:09:53.644Z | Downloaded darling_macro v0.14.4 |
1403 | 2024-02-01T10:09:53.644Z | Downloaded strum v0.25.0 |
1404 | 2024-02-01T10:09:53.644Z | Downloaded keccak v0.1.4 |
1405 | 2024-02-01T10:09:53.644Z | Downloaded bytecount v0.6.3 |
1406 | 2024-02-01T10:09:53.645Z | Downloaded block-buffer v0.10.4 |
1407 | 2024-02-01T10:09:53.645Z | Downloaded crucible-workspace-hack v0.1.0 |
1408 | 2024-02-01T10:09:53.645Z | Downloaded humantime v2.1.0 |
1409 | 2024-02-01T10:09:53.645Z | Downloaded base16ct v0.2.0 |
1410 | 2024-02-01T10:09:53.645Z | Downloaded aead v0.5.2 |
1411 | 2024-02-01T10:09:53.645Z | Downloaded curve25519-dalek-derive v0.1.0 |
1412 | 2024-02-01T10:09:53.645Z | Downloaded cstr-argument v0.1.2 |
1413 | 2024-02-01T10:09:53.645Z | Downloaded approx v0.5.1 |
1414 | 2024-02-01T10:09:53.646Z | Downloaded ascii-canvas v3.0.0 |
1415 | 2024-02-01T10:09:53.646Z | Downloaded anes v0.1.6 |
1416 | 2024-02-01T10:09:53.646Z | Downloaded bitfield v0.14.0 |
1417 | 2024-02-01T10:09:53.646Z | Downloaded same-file v1.0.6 |
1418 | 2024-02-01T10:09:53.646Z | Downloaded num v0.4.1 |
1419 | 2024-02-01T10:09:53.651Z | Downloaded ipnet v2.9.0 |
1420 | 2024-02-01T10:09:53.651Z | Downloaded crc32fast v1.3.2 |
1421 | 2024-02-01T10:09:53.652Z | Downloaded cassowary v0.3.0 |
1422 | 2024-02-01T10:09:53.652Z | Downloaded arrayref v0.3.7 |
1423 | 2024-02-01T10:09:53.652Z | Downloaded async-stream v0.3.5 |
1424 | 2024-02-01T10:09:53.656Z | Downloaded serde-big-array v0.5.1 |
1425 | 2024-02-01T10:09:53.656Z | Downloaded newline-converter v0.3.0 |
1426 | 2024-02-01T10:09:53.660Z | Downloaded httptest v0.15.5 |
1427 | 2024-02-01T10:09:53.660Z | Downloaded ipnetwork v0.20.0 |
1428 | 2024-02-01T10:09:53.663Z | Downloaded hyper-staticfile v0.9.5 |
1429 | 2024-02-01T10:09:53.667Z | Downloaded indicatif v0.17.7 |
1430 | 2024-02-01T10:09:53.673Z | Downloaded hubpack v0.1.2 |
1431 | 2024-02-01T10:09:53.675Z | Downloaded constant_time_eq v0.3.0 |
1432 | 2024-02-01T10:09:53.678Z | Downloaded ciborium-ll v0.2.2 |
1433 | 2024-02-01T10:09:53.681Z | Downloaded autocfg v1.1.0 |
1434 | 2024-02-01T10:09:53.684Z | Downloaded atomic-waker v1.1.1 |
1435 | 2024-02-01T10:09:53.684Z | Downloaded cpufeatures v0.2.12 |
1436 | 2024-02-01T10:09:53.687Z | Downloaded num_enum v0.5.11 |
1437 | 2024-02-01T10:09:53.695Z | Downloaded nibble_vec v0.1.0 |
1438 | 2024-02-01T10:09:53.697Z | Downloaded newtype_derive v0.1.6 |
1439 | 2024-02-01T10:09:53.700Z | Downloaded managed v0.8.0 |
1440 | 2024-02-01T10:09:53.703Z | Downloaded linked-hash-map v0.5.6 |
1441 | 2024-02-01T10:09:53.703Z | Downloaded chacha20 v0.9.1 |
1442 | 2024-02-01T10:09:53.706Z | Downloaded http-body v1.0.0 |
1443 | 2024-02-01T10:09:53.711Z | Downloaded new_debug_unreachable v1.0.4 |
1444 | 2024-02-01T10:09:53.711Z | Downloaded linear-map v1.2.0 |
1445 | 2024-02-01T10:09:53.714Z | Downloaded indoc v1.0.9 |
1446 | 2024-02-01T10:09:53.718Z | Downloaded clang-sys v1.6.1 |
1447 | 2024-02-01T10:09:53.724Z | Downloaded buf-list v1.0.3 |
1448 | 2024-02-01T10:09:53.727Z | Downloaded crossbeam-queue v0.3.8 |
1449 | 2024-02-01T10:09:53.727Z | Downloaded assert_matches v1.5.0 |
1450 | 2024-02-01T10:09:53.730Z | Downloaded ciborium-io v0.2.2 |
1451 | 2024-02-01T10:09:53.733Z | Downloaded atty v0.2.14 |
1452 | 2024-02-01T10:09:53.733Z | Downloaded atomicwrites v0.4.3 |
1453 | 2024-02-01T10:09:53.735Z | Downloaded nodrop v0.1.14 |
1454 | 2024-02-01T10:09:53.735Z | Downloaded is-terminal v0.4.9 |
1455 | 2024-02-01T10:09:53.738Z | Downloaded cipher v0.4.4 |
1456 | 2024-02-01T10:09:53.741Z | Downloaded cfg-if v1.0.0 |
1457 | 2024-02-01T10:09:53.741Z | Downloaded bit-set v0.5.3 |
1458 | 2024-02-01T10:09:53.744Z | Downloaded bb8 v0.8.1 |
1459 | 2024-02-01T10:09:53.747Z | Downloaded httpdate v1.0.3 |
1460 | 2024-02-01T10:09:53.747Z | Downloaded iana-time-zone v0.1.57 |
1461 | 2024-02-01T10:09:53.750Z | Downloaded crunchy v0.2.2 |
1462 | 2024-02-01T10:09:53.754Z | Downloaded async-recursion v1.0.5 |
1463 | 2024-02-01T10:09:53.756Z | Downloaded addr2line v0.21.0 |
1464 | 2024-02-01T10:09:53.760Z | Downloaded native-tls v0.2.11 |
1465 | 2024-02-01T10:09:53.763Z | Downloaded hostname v0.3.1 |
1466 | 2024-02-01T10:09:53.766Z | Downloaded console v0.15.8 |
1467 | 2024-02-01T10:09:53.770Z | Downloaded bzip2 v0.4.4 |
1468 | 2024-02-01T10:09:53.773Z | Downloaded httparse v1.8.0 |
1469 | 2024-02-01T10:09:53.782Z | Downloaded bit-vec v0.6.3 |
1470 | 2024-02-01T10:09:53.791Z | Downloaded base64ct v1.6.0 |
1471 | 2024-02-01T10:09:53.791Z | Downloaded is_ci v1.1.1 |
1472 | 2024-02-01T10:09:53.791Z | Downloaded ident_case v1.0.1 |
1473 | 2024-02-01T10:09:53.792Z | Downloaded backtrace v0.3.69 |
1474 | 2024-02-01T10:09:53.796Z | Downloaded http-range v0.1.5 |
1475 | 2024-02-01T10:09:53.809Z | Downloaded colored v2.0.4 |
1476 | 2024-02-01T10:09:53.809Z | Downloaded async-trait v0.1.77 |
1477 | 2024-02-01T10:09:54.220Z | Downloaded crc v3.0.1 |
1478 | 2024-02-01T10:09:54.220Z | Downloaded byteorder v1.5.0 |
1479 | 2024-02-01T10:09:54.221Z | Downloaded base64 v0.21.7 |
1480 | 2024-02-01T10:09:54.585Z | Compiling serde v1.0.195 |
1481 | 2024-02-01T10:09:54.585Z | Compiling autocfg v1.1.0 |
1482 | 2024-02-01T10:09:54.591Z | Compiling version_check v0.9.4 |
1483 | 2024-02-01T10:09:54.591Z | Checking cfg-if v1.0.0 |
1484 | 2024-02-01T10:09:54.630Z | Compiling syn v1.0.109 |
1485 | 2024-02-01T10:09:54.637Z | Checking libc v0.2.152 |
1486 | 2024-02-01T10:09:54.845Z | Compiling syn v2.0.48 |
1487 | 2024-02-01T10:09:54.859Z | Compiling parking_lot_core v0.9.8 |
1488 | 2024-02-01T10:09:55.329Z | Compiling once_cell v1.19.0 |
1489 | 2024-02-01T10:09:55.345Z | Compiling memchr v2.6.3 |
1490 | 2024-02-01T10:09:55.666Z | Compiling libm v0.2.7 |
1491 | 2024-02-01T10:09:55.696Z | Compiling ahash v0.8.6 |
1492 | 2024-02-01T10:09:55.896Z | Compiling cc v1.0.83 |
1493 | 2024-02-01T10:09:55.911Z | Compiling lock_api v0.4.10 |
1494 | 2024-02-01T10:09:56.154Z | Compiling num-traits v0.2.16 |
1495 | 2024-02-01T10:09:56.304Z | Compiling getrandom v0.2.10 |
1496 | 2024-02-01T10:09:56.490Z | Compiling byteorder v1.5.0 |
1497 | 2024-02-01T10:09:56.669Z | Compiling serde_json v1.0.113 |
1498 | 2024-02-01T10:09:57.158Z | Compiling log v0.4.20 |
1499 | 2024-02-01T10:09:57.593Z | Compiling slab v0.4.9 |
1500 | 2024-02-01T10:09:57.874Z | Compiling typenum v1.16.0 |
1501 | 2024-02-01T10:09:58.190Z | Checking scopeguard v1.2.0 |
1502 | 2024-02-01T10:09:58.243Z | Compiling generic-array v0.14.7 |
1503 | 2024-02-01T10:09:58.295Z | Checking itoa v1.0.9 |
1504 | 2024-02-01T10:09:58.552Z | Checking smallvec v1.11.2 |
1505 | 2024-02-01T10:09:58.890Z | Compiling pkg-config v0.3.27 |
1506 | 2024-02-01T10:09:59.090Z | Compiling allocator-api2 v0.2.16 |
1507 | 2024-02-01T10:09:59.171Z | Compiling schemars v0.8.16 |
1508 | 2024-02-01T10:09:59.320Z | Compiling rustix v0.38.30 |
1509 | 2024-02-01T10:09:59.999Z | Compiling httparse v1.8.0 |
1510 | 2024-02-01T10:10:00.371Z | Compiling fnv v1.0.7 |
1511 | 2024-02-01T10:10:00.612Z | Compiling vcpkg v0.2.15 |
1512 | 2024-02-01T10:10:00.658Z | Checking pin-project-lite v0.2.13 |
1513 | 2024-02-01T10:10:00.798Z | Checking parking_lot v0.12.1 |
1514 | 2024-02-01T10:10:00.816Z | Compiling aho-corasick v1.0.4 |
1515 | 2024-02-01T10:10:00.908Z | Compiling ring v0.17.7 |
1516 | 2024-02-01T10:10:01.324Z | Compiling regex-syntax v0.8.2 |
1517 | 2024-02-01T10:10:04.266Z | Compiling openssl-sys v0.9.96 |
1518 | 2024-02-01T10:10:05.398Z | Checking signal-hook-registry v1.4.1 |
1519 | 2024-02-01T10:10:05.696Z | Compiling ucd-trie v0.1.6 |
1520 | 2024-02-01T10:10:05.761Z | Checking mio v0.8.9 |
1521 | 2024-02-01T10:10:05.837Z | Checking rand_core v0.6.4 |
1522 | 2024-02-01T10:10:06.660Z | Compiling ring v0.16.20 |
1523 | 2024-02-01T10:10:06.713Z | Checking num_cpus v1.16.0 |
1524 | 2024-02-01T10:10:06.881Z | Compiling regex-automata v0.4.4 |
1525 | 2024-02-01T10:10:07.915Z | Compiling serde_derive_internals v0.26.0 |
1526 | 2024-02-01T10:10:09.859Z | Compiling openssl v0.10.60 |
1527 | 2024-02-01T10:10:10.424Z | Checking futures-core v0.3.30 |
1528 | 2024-02-01T10:10:10.679Z | Compiling iana-time-zone v0.1.57 |
1529 | 2024-02-01T10:10:10.700Z | Checking socket2 v0.5.5 |
1530 | 2024-02-01T10:10:11.325Z | Compiling rustls v0.21.9 |
1531 | 2024-02-01T10:10:11.451Z | Compiling native-tls v0.2.11 |
1532 | 2024-02-01T10:10:11.591Z | Checking ryu v1.0.15 |
1533 | 2024-02-01T10:10:11.733Z | Checking spin v0.5.2 |
1534 | 2024-02-01T10:10:12.012Z | Compiling dyn-clone v1.0.13 |
1535 | 2024-02-01T10:10:12.094Z | Compiling async-trait v0.1.77 |
1536 | 2024-02-01T10:10:12.702Z | Checking futures-sink v0.3.30 |
1537 | 2024-02-01T10:10:12.900Z | Compiling backtrace v0.3.69 |
1538 | 2024-02-01T10:10:13.351Z | Compiling errno v0.3.8 |
1539 | 2024-02-01T10:10:13.574Z | Compiling regex v1.10.3 |
1540 | 2024-02-01T10:10:13.660Z | Checking pin-utils v0.1.0 |
1541 | 2024-02-01T10:10:13.683Z | Compiling tinyvec_macros v0.1.1 |
1542 | 2024-02-01T10:10:13.772Z | Compiling crossbeam-utils v0.8.16 |
1543 | 2024-02-01T10:10:13.800Z | Compiling unicode-xid v0.2.4 |
1544 | 2024-02-01T10:10:14.037Z | Compiling crc32fast v1.3.2 |
1545 | 2024-02-01T10:10:14.357Z | Compiling tinyvec v1.6.0 |
1546 | 2024-02-01T10:10:14.482Z | Compiling futures-channel v0.3.30 |
1547 | 2024-02-01T10:10:15.221Z | Compiling unicode-width v0.1.11 |
1548 | 2024-02-01T10:10:15.350Z | Checking futures-io v0.3.30 |
1549 | 2024-02-01T10:10:15.456Z | Checking futures-task v0.3.30 |
1550 | 2024-02-01T10:10:15.477Z | Checking subtle v2.5.0 |
1551 | 2024-02-01T10:10:15.789Z | Compiling anyhow v1.0.75 |
1552 | 2024-02-01T10:10:15.999Z | Compiling spin v0.9.8 |
1553 | 2024-02-01T10:10:16.312Z | Compiling tracing-core v0.1.31 |
1554 | 2024-02-01T10:10:16.621Z | Compiling unicode-bidi v0.3.13 |
1555 | 2024-02-01T10:10:16.804Z | Compiling unicode-normalization v0.1.22 |
1556 | 2024-02-01T10:10:18.292Z | Compiling num-integer v0.1.45 |
1557 | 2024-02-01T10:10:18.477Z | Compiling serde_derive v1.0.195 |
1558 | 2024-02-01T10:10:18.598Z | Compiling zerocopy-derive v0.7.32 |
1559 | 2024-02-01T10:10:18.697Z | Compiling thiserror-impl v1.0.56 |
1560 | 2024-02-01T10:10:18.716Z | Compiling zeroize_derive v1.4.2 |
1561 | 2024-02-01T10:10:19.169Z | Compiling tokio-macros v2.2.0 |
1562 | 2024-02-01T10:10:19.275Z | Compiling futures-macro v0.3.30 |
1563 | 2024-02-01T10:10:19.815Z | Compiling tracing-attributes v0.1.26 |
1564 | 2024-02-01T10:10:21.368Z | Compiling schemars_derive v0.8.16 |
1565 | 2024-02-01T10:10:22.006Z | Checking zeroize v1.7.0 |
1566 | 2024-02-01T10:10:22.374Z | Compiling openssl-macros v0.1.1 |
1567 | 2024-02-01T10:10:22.516Z | Compiling zerocopy v0.7.32 |
1568 | 2024-02-01T10:10:24.169Z | Compiling futures-util v0.3.30 |
1569 | 2024-02-01T10:10:24.190Z | Compiling thiserror v1.0.56 |
1570 | 2024-02-01T10:10:24.364Z | Compiling pest v2.7.6 |
1571 | 2024-02-01T10:10:26.199Z | Compiling hashbrown v0.14.2 |
1572 | 2024-02-01T10:10:26.245Z | Compiling hashbrown v0.13.2 |
1573 | 2024-02-01T10:10:27.071Z | Compiling tracing v0.1.37 |
1574 | 2024-02-01T10:10:27.867Z | Compiling der_derive v0.7.2 |
1575 | 2024-02-01T10:10:28.186Z | Compiling slog v2.7.0 |
1576 | 2024-02-01T10:10:28.260Z | Compiling pest_meta v2.7.6 |
1577 | 2024-02-01T10:10:29.166Z | Compiling lazy_static v1.4.0 |
1578 | 2024-02-01T10:10:29.315Z | Compiling untrusted v0.7.1 |
1579 | 2024-02-01T10:10:29.569Z | Compiling untrusted v0.9.0 |
1580 | 2024-02-01T10:10:29.617Z | Compiling rustversion v1.0.14 |
1581 | 2024-02-01T10:10:29.805Z | Compiling time-core v0.1.1 |
1582 | 2024-02-01T10:10:30.054Z | Compiling foreign-types-shared v0.1.1 |
1583 | 2024-02-01T10:10:30.197Z | Compiling percent-encoding v2.3.1 |
1584 | 2024-02-01T10:10:30.624Z | Compiling pest_generator v2.7.6 |
1585 | 2024-02-01T10:10:31.532Z | Compiling foreign-types v0.3.2 |
1586 | 2024-02-01T10:10:31.653Z | Compiling time-macros v0.2.13 |
1587 | 2024-02-01T10:10:34.031Z | Compiling scroll_derive v0.12.0 |
1588 | 2024-02-01T10:10:34.998Z | Compiling synstructure v0.12.6 |
1589 | 2024-02-01T10:10:36.969Z | Compiling pest_derive v2.7.6 |
1590 | 2024-02-01T10:10:37.190Z | Compiling thread-id v4.2.0 |
1591 | 2024-02-01T10:10:37.337Z | Compiling try-lock v0.2.4 |
1592 | 2024-02-01T10:10:37.530Z | Compiling base64 v0.21.7 |
1593 | 2024-02-01T10:10:37.996Z | Compiling zerocopy-derive v0.2.0 |
1594 | 2024-02-01T10:10:38.218Z | Compiling want v0.3.1 |
1595 | 2024-02-01T10:10:38.636Z | Compiling sct v0.7.0 |
1596 | 2024-02-01T10:10:38.678Z | Compiling rustls-webpki v0.101.7 |
1597 | 2024-02-01T10:10:38.895Z | Compiling form_urlencoded v1.2.1 |
1598 | 2024-02-01T10:10:39.373Z | Compiling socket2 v0.4.9 |
1599 | 2024-02-01T10:10:40.183Z | Compiling openssl-probe v0.1.5 |
1600 | 2024-02-01T10:10:40.664Z | Compiling httpdate v1.0.3 |
1601 | 2024-02-01T10:10:40.667Z | Compiling tower-service v0.3.2 |
1602 | 2024-02-01T10:10:40.745Z | Compiling const-oid v0.9.5 |
1603 | 2024-02-01T10:10:41.343Z | Compiling idna v0.5.0 |
1604 | 2024-02-01T10:10:41.346Z | Compiling memoffset v0.9.0 |
1605 | 2024-02-01T10:10:41.380Z | Compiling adler v1.0.2 |
1606 | 2024-02-01T10:10:41.406Z | Checking bytes v1.5.0 |
1607 | 2024-02-01T10:10:41.779Z | Checking bitflags v2.4.0 |
1608 | 2024-02-01T10:10:42.002Z | Compiling miniz_oxide v0.7.1 |
1609 | 2024-02-01T10:10:42.203Z | Checking crypto-common v0.1.6 |
1610 | 2024-02-01T10:10:42.601Z | Checking tokio v1.35.1 |
1611 | 2024-02-01T10:10:42.638Z | Checking equivalent v1.0.1 |
1612 | 2024-02-01T10:10:42.776Z | Compiling url v2.5.0 |
1613 | 2024-02-01T10:10:43.964Z | Compiling indexmap v2.2.2 |
1614 | 2024-02-01T10:10:44.551Z | Compiling chrono v0.4.31 |
1615 | 2024-02-01T10:10:45.241Z | Compiling uuid v1.7.0 |
1616 | 2024-02-01T10:10:45.949Z | Compiling http v0.2.11 |
1617 | 2024-02-01T10:10:46.109Z | Compiling semver v1.0.21 |
1618 | 2024-02-01T10:10:47.352Z | Compiling serde_spanned v0.6.4 |
1619 | 2024-02-01T10:10:47.701Z | Compiling toml_datetime v0.6.5 |
1620 | 2024-02-01T10:10:47.823Z | Compiling openapiv3 v2.0.0 |
1621 | 2024-02-01T10:10:48.946Z | Compiling rustc_version v0.4.0 |
1622 | 2024-02-01T10:10:50.184Z | Compiling toml_edit v0.19.15 |
1623 | 2024-02-01T10:10:50.858Z | Compiling http-body v0.4.5 |
1624 | 2024-02-01T10:10:53.599Z | Compiling signal-hook v0.3.17 |
1625 | 2024-02-01T10:10:53.990Z | Compiling either v1.9.0 |
1626 | 2024-02-01T10:10:54.909Z | Compiling ipnet v2.9.0 |
1627 | 2024-02-01T10:10:55.079Z | Compiling serde_urlencoded v0.7.1 |
1628 | 2024-02-01T10:10:56.118Z | Compiling rustls-pemfile v1.0.3 |
1629 | 2024-02-01T10:10:56.962Z | Compiling clap_derive v4.4.2 |
1630 | 2024-02-01T10:10:56.962Z | Compiling zerocopy-derive v0.6.4 |
1631 | 2024-02-01T10:10:57.863Z | Compiling crossbeam-epoch v0.9.15 |
1632 | 2024-02-01T10:10:58.574Z | Compiling tokio-util v0.7.10 |
1633 | 2024-02-01T10:10:58.725Z | Compiling tokio-rustls v0.24.1 |
1634 | 2024-02-01T10:10:59.302Z | Compiling usdt-impl v0.3.5 |
1635 | 2024-02-01T10:10:59.331Z | Compiling encoding_rs v0.8.33 |
1636 | 2024-02-01T10:10:59.773Z | Compiling siphasher v0.3.11 |
1637 | 2024-02-01T10:11:00.392Z | Compiling h2 v0.3.24 |
1638 | 2024-02-01T10:11:00.674Z | Compiling webpki-roots v0.25.2 |
1639 | 2024-02-01T10:11:00.903Z | Compiling gimli v0.28.0 |
1640 | 2024-02-01T10:11:00.959Z | Compiling mime v0.3.17 |
1641 | 2024-02-01T10:11:02.865Z | Compiling tokio-native-tls v0.3.1 |
1642 | 2024-02-01T10:11:03.692Z | Compiling strum_macros v0.25.2 |
1643 | 2024-02-01T10:11:03.823Z | Compiling zerocopy v0.3.0 |
1644 | 2024-02-01T10:11:05.109Z | Compiling scroll v0.12.0 |
1645 | 2024-02-01T10:11:05.582Z | Compiling block-buffer v0.10.4 |
1646 | 2024-02-01T10:11:05.942Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1647 | 2024-02-01T10:11:05.987Z | Compiling object v0.32.1 |
1648 | 2024-02-01T10:11:06.202Z | Compiling num-iter v0.1.43 |
1649 | 2024-02-01T10:11:06.640Z | Compiling usdt-impl v0.5.0 |
1650 | 2024-02-01T10:11:06.782Z | Compiling plain v0.2.3 |
1651 | 2024-02-01T10:11:07.001Z | Compiling rustc-demangle v0.1.23 |
1652 | 2024-02-01T10:11:07.368Z | Compiling goblin v0.8.0 |
1653 | 2024-02-01T10:11:08.650Z | Compiling addr2line v0.21.0 |
1654 | 2024-02-01T10:11:09.690Z | Compiling flate2 v1.0.28 |
1655 | 2024-02-01T10:11:09.815Z | Compiling digest v0.10.7 |
1656 | 2024-02-01T10:11:10.485Z | Compiling dof v0.1.5 |
1657 | 2024-02-01T10:11:10.546Z | Compiling heapless v0.7.16 |
1658 | 2024-02-01T10:11:10.663Z | Compiling dtrace-parser v0.1.14 |
1659 | 2024-02-01T10:11:11.162Z | Compiling pretty-hex v0.4.1 |
1660 | 2024-02-01T10:11:11.185Z | Compiling ppv-lite86 v0.2.17 |
1661 | 2024-02-01T10:11:11.384Z | Compiling toml v0.7.8 |
1662 | 2024-02-01T10:11:11.466Z | Compiling hyper v0.14.27 |
1663 | 2024-02-01T10:11:12.459Z | Compiling rand_chacha v0.3.1 |
1664 | 2024-02-01T10:11:14.121Z | Compiling toml_edit v0.21.0 |
1665 | 2024-02-01T10:11:14.239Z | Compiling serde_tokenstream v0.1.7 |
1666 | 2024-02-01T10:11:15.042Z | Compiling hex v0.4.3 |
1667 | 2024-02-01T10:11:15.426Z | Compiling dtrace-parser v0.2.0 |
1668 | 2024-02-01T10:11:16.528Z | Compiling dof v0.3.0 |
1669 | 2024-02-01T10:11:18.224Z | Compiling bit-vec v0.6.3 |
1670 | 2024-02-01T10:11:18.866Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1671 | 2024-02-01T10:11:20.197Z | Compiling rand v0.8.5 |
1672 | 2024-02-01T10:11:20.423Z | Compiling phf_shared v0.10.0 |
1673 | 2024-02-01T10:11:21.004Z | Compiling num-bigint v0.4.4 |
1674 | 2024-02-01T10:11:21.747Z | Compiling precomputed-hash v0.1.1 |
1675 | 2024-02-01T10:11:21.900Z | Compiling fixedbitset v0.4.2 |
1676 | 2024-02-01T10:11:21.954Z | Compiling new_debug_unreachable v1.0.4 |
1677 | 2024-02-01T10:11:22.078Z | Compiling smoltcp v0.9.1 |
1678 | 2024-02-01T10:11:22.303Z | Compiling minimal-lexical v0.2.1 |
1679 | 2024-02-01T10:11:22.582Z | Compiling hyper-rustls v0.24.2 |
1680 | 2024-02-01T10:11:22.585Z | Compiling hyper-tls v0.5.0 |
1681 | 2024-02-01T10:11:23.130Z | Compiling reqwest v0.11.22 |
1682 | 2024-02-01T10:11:23.133Z | Compiling base64ct v1.6.0 |
1683 | 2024-02-01T10:11:23.133Z | Compiling nom v7.1.3 |
1684 | 2024-02-01T10:11:23.833Z | Compiling petgraph v0.6.4 |
1685 | 2024-02-01T10:11:23.875Z | Compiling string_cache v0.8.7 |
1686 | 2024-02-01T10:11:24.197Z | Compiling pem-rfc7468 v0.7.0 |
1687 | 2024-02-01T10:11:24.592Z | Compiling bit-set v0.5.3 |
1688 | 2024-02-01T10:11:25.009Z | Compiling usdt-attr-macro v0.3.5 |
1689 | 2024-02-01T10:11:25.417Z | Compiling usdt-macro v0.3.5 |
1690 | 2024-02-01T10:11:26.547Z | Compiling hmac v0.12.1 |
1691 | 2024-02-01T10:11:26.919Z | Compiling itertools v0.10.5 |
1692 | 2024-02-01T10:11:27.403Z | Compiling hubpack_derive v0.1.1 |
1693 | 2024-02-01T10:11:27.536Z | Compiling enum-as-inner v0.5.1 |
1694 | 2024-02-01T10:11:27.643Z | Compiling diesel_table_macro_syntax v0.1.0 |
1695 | 2024-02-01T10:11:28.300Z | Checking unicode-ident v1.0.12 |
1696 | 2024-02-01T10:11:28.559Z | Compiling flagset v0.4.3 |
1697 | 2024-02-01T10:11:28.702Z | Compiling unicode-segmentation v1.10.1 |
1698 | 2024-02-01T10:11:28.822Z | Compiling lalrpop-util v0.19.12 |
1699 | 2024-02-01T10:11:28.860Z | Compiling der v0.7.8 |
1700 | 2024-02-01T10:11:29.154Z | Compiling diesel_derives v2.1.2 |
1701 | 2024-02-01T10:11:30.106Z | Compiling cpufeatures v0.2.12 |
1702 | 2024-02-01T10:11:30.126Z | Compiling rustix v0.37.23 |
1703 | 2024-02-01T10:11:30.254Z | Compiling sha2 v0.10.8 |
1704 | 2024-02-01T10:11:30.472Z | Compiling md-5 v0.10.5 |
1705 | 2024-02-01T10:11:31.534Z | Compiling serde_repr v0.1.16 |
1706 | 2024-02-01T10:11:31.572Z | Compiling stringprep v0.1.3 |
1707 | 2024-02-01T10:11:32.096Z | Compiling spki v0.7.2 |
1708 | 2024-02-01T10:11:32.418Z | Compiling hash32 v0.2.1 |
1709 | 2024-02-01T10:11:32.655Z | Compiling fallible-iterator v0.2.0 |
1710 | 2024-02-01T10:11:33.185Z | Compiling stable_deref_trait v1.2.0 |
1711 | 2024-02-01T10:11:33.218Z | Checking bitflags v1.3.2 |
1712 | 2024-02-01T10:11:33.380Z | Compiling pkcs8 v0.10.2 |
1713 | 2024-02-01T10:11:33.400Z | Compiling terminal_size v0.2.6 |
1714 | 2024-02-01T10:11:33.885Z | Compiling postgres-protocol v0.6.6 |
1715 | 2024-02-01T10:11:33.951Z | Checking proc-macro2 v1.0.78 |
1716 | 2024-02-01T10:11:34.270Z | Compiling phf_shared v0.11.2 |
1717 | 2024-02-01T10:11:34.835Z | Compiling ff v0.13.0 |
1718 | 2024-02-01T10:11:34.953Z | Compiling block-padding v0.3.3 |
1719 | 2024-02-01T10:11:35.147Z | Compiling scheduled-thread-pool v0.2.7 |
1720 | 2024-02-01T10:11:35.899Z | Compiling regex-automata v0.1.10 |
1721 | 2024-02-01T10:11:36.012Z | Compiling num_threads v0.1.6 |
1722 | 2024-02-01T10:11:36.081Z | Compiling deranged v0.3.8 |
1723 | 2024-02-01T10:11:36.190Z | Compiling base16ct v0.2.0 |
1724 | 2024-02-01T10:11:36.210Z | Compiling matches v0.1.10 |
1725 | 2024-02-01T10:11:36.337Z | Compiling managed v0.8.0 |
1726 | 2024-02-01T10:11:36.636Z | Compiling bstr v0.2.17 |
1727 | 2024-02-01T10:11:36.665Z | Compiling sec1 v0.7.3 |
1728 | 2024-02-01T10:11:36.683Z | Compiling idna v0.2.3 |
1729 | 2024-02-01T10:11:37.609Z | Compiling clap_builder v4.4.2 |
1730 | 2024-02-01T10:11:39.005Z | Compiling time v0.3.27 |
1731 | 2024-02-01T10:11:39.019Z | Compiling r2d2 v0.8.10 |
1732 | 2024-02-01T10:11:39.477Z | Compiling inout v0.1.3 |
1733 | 2024-02-01T10:11:39.590Z | Compiling group v0.13.0 |
1734 | 2024-02-01T10:11:39.828Z | Compiling postgres-types v0.2.6 |
1735 | 2024-02-01T10:11:40.050Z | Compiling signal-hook-mio v0.2.3 |
1736 | 2024-02-01T10:11:40.407Z | Checking quote v1.0.35 |
1737 | 2024-02-01T10:11:40.559Z | Compiling phf v0.11.2 |
1738 | 2024-02-01T10:11:40.810Z | Compiling bzip2 v0.4.4 |
1739 | 2024-02-01T10:11:40.901Z | Compiling hubpack v0.1.2 |
1740 | 2024-02-01T10:11:41.295Z | Compiling hkdf v0.12.4 |
1741 | 2024-02-01T10:11:41.764Z | Compiling zerocopy v0.6.4 |
1742 | 2024-02-01T10:11:42.445Z | Compiling ipnetwork v0.20.0 |
1743 | 2024-02-01T10:11:43.230Z | Compiling crypto-bigint v0.5.2 |
1744 | 2024-02-01T10:11:43.878Z | Compiling futures-executor v0.3.30 |
1745 | 2024-02-01T10:11:45.453Z | Compiling float-cmp v0.9.0 |
1746 | 2024-02-01T10:11:45.707Z | Compiling whoami v1.4.1 |
1747 | 2024-02-01T10:11:46.663Z | Compiling normalize-line-endings v0.3.0 |
1748 | 2024-02-01T10:11:46.664Z | Compiling static_assertions v1.1.0 |
1749 | 2024-02-01T10:11:46.852Z | Compiling difflib v0.4.0 |
1750 | 2024-02-01T10:11:46.857Z | Compiling predicates-core v1.0.6 |
1751 | 2024-02-01T10:11:47.594Z | Compiling data-encoding v2.4.0 |
1752 | 2024-02-01T10:11:47.808Z | Compiling regex-automata v0.3.8 |
1753 | 2024-02-01T10:11:49.031Z | Compiling trust-dns-proto v0.22.0 |
1754 | 2024-02-01T10:11:49.539Z | Compiling predicates v3.1.0 |
1755 | 2024-02-01T10:11:51.048Z | Compiling bstr v1.6.0 |
1756 | 2024-02-01T10:11:51.650Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1757 | 2024-02-01T10:11:51.822Z | Compiling elliptic-curve v0.13.8 |
1758 | 2024-02-01T10:11:52.161Z | Compiling tokio-postgres v0.7.10 |
1759 | 2024-02-01T10:11:53.614Z | Compiling yasna v0.5.2 |
1760 | 2024-02-01T10:11:53.757Z | Compiling futures v0.3.30 |
1761 | 2024-02-01T10:11:53.927Z | Compiling clap v4.4.3 |
1762 | 2024-02-01T10:11:54.120Z | Compiling zip v0.6.6 |
1763 | 2024-02-01T10:11:54.317Z | Compiling crossterm v0.27.0 |
1764 | 2024-02-01T10:11:56.268Z | Compiling diesel v2.1.4 |
1765 | 2024-02-01T10:11:56.284Z | Compiling cipher v0.4.4 |
1766 | 2024-02-01T10:11:56.816Z | Compiling similar v2.3.0 |
1767 | 2024-02-01T10:11:58.871Z | Compiling usdt v0.3.5 |
1768 | 2024-02-01T10:11:59.275Z | Compiling camino v1.1.6 |
1769 | 2024-02-01T10:11:59.761Z | Compiling tokio-stream v0.1.14 |
1770 | 2024-02-01T10:12:00.301Z | Compiling console v0.15.8 |
1771 | 2024-02-01T10:12:03.918Z | Checking utf8parse v0.2.1 |
1772 | 2024-02-01T10:12:05.950Z | Checking anstyle v1.0.2 |
1773 | 2024-02-01T10:12:07.973Z | Compiling serde_tokenstream v0.2.0 |
1774 | 2024-02-01T10:12:09.162Z | Checking io-lifetimes v1.0.11 |
1775 | 2024-02-01T10:12:14.376Z | Checking anstyle-parse v0.2.1 |
1776 | 2024-02-01T10:12:15.214Z | Checking colorchoice v1.0.0 |
1777 | 2024-02-01T10:12:15.526Z | Checking anstyle-query v1.0.0 |
1778 | 2024-02-01T10:12:15.697Z | Checking anstream v0.5.0 |
1779 | 2024-02-01T10:12:16.604Z | Checking clap_lex v0.5.1 |
1780 | 2024-02-01T10:12:16.715Z | Checking strsim v0.10.0 |
1781 | 2024-02-01T10:12:17.383Z | Checking winnow v0.5.15 |
1782 | 2024-02-01T10:12:25.567Z | Compiling regress v0.7.1 |
1783 | 2024-02-01T10:12:31.747Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1784 | 2024-02-01T10:12:41.874Z | Compiling getopts v0.2.21 |
1785 | 2024-02-01T10:12:42.141Z | Compiling unsafe-libyaml v0.2.10 |
1786 | 2024-02-01T10:12:42.574Z | Checking heck v0.4.1 |
1787 | 2024-02-01T10:12:44.029Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1788 | 2024-02-01T10:12:44.480Z | Compiling serde_yaml v0.9.25 |
1789 | 2024-02-01T10:12:45.346Z | Compiling ident_case v1.0.1 |
1790 | 2024-02-01T10:12:45.464Z | Checking rustls-pki-types v1.1.0 |
1791 | 2024-02-01T10:12:45.503Z | Checking fastrand v2.0.0 |
1792 | 2024-02-01T10:12:45.589Z | Checking match_cfg v0.1.0 |
1793 | 2024-02-01T10:12:45.704Z | Checking hostname v0.3.1 |
1794 | 2024-02-01T10:12:45.875Z | Checking http v1.0.0 |
1795 | 2024-02-01T10:12:45.989Z | Checking tempfile v3.9.0 |
1796 | 2024-02-01T10:12:46.046Z | Checking atty v0.2.14 |
1797 | 2024-02-01T10:12:46.206Z | Checking quick-error v1.2.3 |
1798 | 2024-02-01T10:12:46.398Z | Compiling paste v1.0.14 |
1799 | 2024-02-01T10:12:46.502Z | Checking crossbeam-channel v0.5.8 |
1800 | 2024-02-01T10:12:47.238Z | Checking sha1 v0.10.6 |
1801 | 2024-02-01T10:12:47.749Z | Checking dirs-sys-next v0.1.2 |
1802 | 2024-02-01T10:12:47.753Z | Compiling rustls v0.22.2 |
1803 | 2024-02-01T10:12:47.871Z | Checking dirs-next v2.0.0 |
1804 | 2024-02-01T10:12:48.049Z | Checking rustls-webpki v0.102.1 |
1805 | 2024-02-01T10:12:48.105Z | Checking thread_local v1.1.7 |
1806 | 2024-02-01T10:12:48.541Z | Checking instant v0.1.12 |
1807 | 2024-02-01T10:12:48.693Z | Compiling slog-async v2.8.0 |
1808 | 2024-02-01T10:12:49.556Z | Checking term v0.7.0 |
1809 | 2024-02-01T10:12:49.985Z | Checking rustls-pemfile v2.0.0 |
1810 | 2024-02-01T10:12:50.186Z | Compiling multer v3.0.0 |
1811 | 2024-02-01T10:12:50.301Z | Checking take_mut v0.2.2 |
1812 | 2024-02-01T10:12:50.502Z | Checking debug-ignore v1.0.5 |
1813 | 2024-02-01T10:12:50.708Z | Checking slog-term v2.9.0 |
1814 | 2024-02-01T10:12:51.105Z | Compiling darling_core v0.20.3 |
1815 | 2024-02-01T10:12:51.366Z | Checking slog-json v2.6.1 |
1816 | 2024-02-01T10:12:51.467Z | Compiling async-stream-impl v0.3.5 |
1817 | 2024-02-01T10:12:51.485Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1818 | 2024-02-01T10:12:51.728Z | Checking atomic-waker v1.1.1 |
1819 | 2024-02-01T10:12:51.904Z | Checking waitgroup v0.1.2 |
1820 | 2024-02-01T10:12:52.009Z | Checking slog-bunyan v2.5.0 |
1821 | 2024-02-01T10:12:52.228Z | Checking toml v0.8.8 |
1822 | 2024-02-01T10:12:52.683Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1823 | 2024-02-01T10:12:53.443Z | Checking serde_path_to_error v0.1.15 |
1824 | 2024-02-01T10:12:53.715Z | Checking async-stream v0.3.5 |
1825 | 2024-02-01T10:12:53.982Z | Checking strum v0.25.0 |
1826 | 2024-02-01T10:12:54.195Z | Compiling structmeta-derive v0.2.0 |
1827 | 2024-02-01T10:12:54.418Z | Checking wait-timeout v0.2.0 |
1828 | 2024-02-01T10:12:54.656Z | Checking rusty-fork v0.3.0 |
1829 | 2024-02-01T10:12:55.072Z | Checking rand_xorshift v0.3.0 |
1830 | 2024-02-01T10:12:55.106Z | Checking tokio-rustls v0.25.0 |
1831 | 2024-02-01T10:12:55.308Z | Checking unarray v0.1.4 |
1832 | 2024-02-01T10:12:55.513Z | Compiling regex-syntax v0.7.5 |
1833 | 2024-02-01T10:12:55.650Z | Checking proptest v1.4.0 |
1834 | 2024-02-01T10:12:59.213Z | Compiling structmeta v0.2.0 |
1835 | 2024-02-01T10:12:59.894Z | Checking backoff v0.4.0 |
1836 | 2024-02-01T10:13:00.304Z | Compiling test-strategy v0.3.1 |
1837 | 2024-02-01T10:13:01.324Z | Compiling darling_macro v0.20.3 |
1838 | 2024-02-01T10:13:02.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1839 | 2024-02-01T10:13:02.463Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1840 | 2024-02-01T10:13:02.678Z | Checking macaddr v1.0.1 |
1841 | 2024-02-01T10:13:02.832Z | Checking camino-tempfile v1.1.1 |
1842 | 2024-02-01T10:13:02.895Z | Compiling darling v0.20.3 |
1843 | 2024-02-01T10:13:02.915Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1844 | 2024-02-01T10:13:02.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1845 | 2024-02-01T10:13:03.072Z | Compiling serde_with_macros v3.5.1 |
1846 | 2024-02-01T10:13:03.159Z | Checking is-terminal v0.4.9 |
1847 | 2024-02-01T10:13:03.243Z | Compiling proc-macro-error-attr v1.0.4 |
1848 | 2024-02-01T10:13:03.390Z | Compiling proc-macro-error v1.0.4 |
1849 | 2024-02-01T10:13:04.047Z | Compiling proc-macro-crate v1.3.1 |
1850 | 2024-02-01T10:13:04.238Z | Checking termtree v0.4.1 |
1851 | 2024-02-01T10:13:04.526Z | Compiling heapless v0.8.0 |
1852 | 2024-02-01T10:13:05.837Z | Checking predicates-tree v1.0.9 |
1853 | 2024-02-01T10:13:05.858Z | Compiling num_enum_derive v0.5.11 |
1854 | 2024-02-01T10:13:06.041Z | Checking hash32 v0.3.1 |
1855 | 2024-02-01T10:13:06.296Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1856 | 2024-02-01T10:13:06.327Z | Compiling smoltcp v0.11.0 |
1857 | 2024-02-01T10:13:06.920Z | Compiling parse-display-derive v0.8.2 |
1858 | 2024-02-01T10:13:06.995Z | Checking embedded-io v0.4.0 |
1859 | 2024-02-01T10:13:07.281Z | Compiling crucible-workspace-hack v0.1.0 |
1860 | 2024-02-01T10:13:07.455Z | Checking cobs v0.2.3 |
1861 | 2024-02-01T10:13:07.685Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-02-01T10:13:07.711Z | Checking postcard v1.0.8 |
1863 | 2024-02-01T10:13:08.164Z | Compiling foreign-types-macros v0.2.3 |
1864 | 2024-02-01T10:13:08.464Z | Checking serde_with v3.5.1 |
1865 | 2024-02-01T10:13:08.937Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1866 | 2024-02-01T10:13:09.349Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1867 | 2024-02-01T10:13:09.740Z | Checking foreign-types-shared v0.3.1 |
1868 | 2024-02-01T10:13:09.895Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1869 | 2024-02-01T10:13:10.302Z | Checking foreign-types v0.5.0 |
1870 | 2024-02-01T10:13:10.370Z | Checking num_enum v0.5.11 |
1871 | 2024-02-01T10:13:10.531Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1872 | 2024-02-01T10:13:10.577Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1873 | 2024-02-01T10:13:10.676Z | Checking cstr-argument v0.1.2 |
1874 | 2024-02-01T10:13:10.911Z | Checking pretty-hex v0.2.1 |
1875 | 2024-02-01T10:13:11.136Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1876 | 2024-02-01T10:13:11.593Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1877 | 2024-02-01T10:13:11.636Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1878 | 2024-02-01T10:13:11.823Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1879 | 2024-02-01T10:13:11.988Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1880 | 2024-02-01T10:13:12.139Z | Checking colored v2.0.4 |
1881 | 2024-02-01T10:13:12.430Z | Compiling usdt-macro v0.5.0 |
1882 | 2024-02-01T10:13:12.593Z | Compiling usdt-attr-macro v0.5.0 |
1883 | 2024-02-01T10:13:13.405Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-01T10:13:14.259Z | Checking memmap v0.7.0 |
1885 | 2024-02-01T10:13:14.459Z | Checking parse-display v0.8.2 |
1886 | 2024-02-01T10:13:14.548Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1887 | 2024-02-01T10:13:14.867Z | Compiling zone_cfg_derive v0.3.0 |
1888 | 2024-02-01T10:13:14.928Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1889 | 2024-02-01T10:13:15.117Z | Compiling num-derive v0.4.0 |
1890 | 2024-02-01T10:13:15.239Z | Checking usdt v0.5.0 |
1891 | 2024-02-01T10:13:15.411Z | Compiling mockall_derive v0.12.0 |
1892 | 2024-02-01T10:13:15.507Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1893 | 2024-02-01T10:13:15.609Z | Checking fragile v2.0.0 |
1894 | 2024-02-01T10:13:16.015Z | Checking downcast v0.11.0 |
1895 | 2024-02-01T10:13:16.299Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1896 | 2024-02-01T10:13:16.648Z | Checking smf v0.2.2 |
1897 | 2024-02-01T10:13:17.321Z | Checking xattr v1.0.1 |
1898 | 2024-02-01T10:13:17.341Z | Checking zone v0.3.0 |
1899 | 2024-02-01T10:13:17.508Z | Checking filetime v0.2.23 |
1900 | 2024-02-01T10:13:17.579Z | Checking same-file v1.0.6 |
1901 | 2024-02-01T10:13:17.751Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1902 | 2024-02-01T10:13:17.777Z | Checking tar v0.4.40 |
1903 | 2024-02-01T10:13:17.811Z | Checking walkdir v2.4.0 |
1904 | 2024-02-01T10:13:18.143Z | Checking pem v3.0.2 |
1905 | 2024-02-01T10:13:18.203Z | Checking linked-hash-map v0.5.6 |
1906 | 2024-02-01T10:13:18.595Z | Checking itertools v0.12.0 |
1907 | 2024-02-01T10:13:18.643Z | Checking headers-core v0.2.0 |
1908 | 2024-02-01T10:13:18.778Z | Checking lru-cache v0.1.2 |
1909 | 2024-02-01T10:13:18.825Z | Checking headers v0.3.9 |
1910 | 2024-02-01T10:13:18.968Z | Checking swrite v0.1.0 |
1911 | 2024-02-01T10:13:19.007Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1912 | 2024-02-01T10:13:19.029Z | Checking password-hash v0.5.0 |
1913 | 2024-02-01T10:13:19.123Z | Checking blake2 v0.10.6 |
1914 | 2024-02-01T10:13:19.658Z | Checking rcgen v0.12.1 |
1915 | 2024-02-01T10:13:19.678Z | Checking atomicwrites v0.4.3 |
1916 | 2024-02-01T10:13:19.783Z | Checking argon2 v0.5.3 |
1917 | 2024-02-01T10:13:19.944Z | Checking subprocess v0.2.9 |
1918 | 2024-02-01T10:13:20.601Z | Checking arc-swap v1.6.0 |
1919 | 2024-02-01T10:13:20.678Z | Compiling cancel-safe-futures v0.1.5 |
1920 | 2024-02-01T10:13:20.722Z | Checking half v2.3.1 |
1921 | 2024-02-01T10:13:20.775Z | Checking ciborium-io v0.2.2 |
1922 | 2024-02-01T10:13:20.929Z | Checking resolv-conf v0.7.0 |
1923 | 2024-02-01T10:13:21.267Z | Checking slog-scope v4.4.0 |
1924 | 2024-02-01T10:13:21.448Z | Checking trust-dns-resolver v0.22.0 |
1925 | 2024-02-01T10:13:21.452Z | Checking ciborium-ll v0.2.2 |
1926 | 2024-02-01T10:13:21.557Z | Checking slog-stdlog v4.1.1 |
1927 | 2024-02-01T10:13:21.772Z | Checking slog-envlogger v2.2.0 |
1928 | 2024-02-01T10:13:21.877Z | Checking libsw v3.3.1 |
1929 | 2024-02-01T10:13:21.908Z | Checking ciborium v0.2.2 |
1930 | 2024-02-01T10:13:22.085Z | Compiling derive-where v1.2.7 |
1931 | 2024-02-01T10:13:22.242Z | Checking owo-colors v4.0.0 |
1932 | 2024-02-01T10:13:22.665Z | Checking linear-map v1.2.0 |
1933 | 2024-02-01T10:13:23.148Z | Checking textwrap v0.11.0 |
1934 | 2024-02-01T10:13:23.481Z | Compiling heck v0.3.3 |
1935 | 2024-02-01T10:13:23.537Z | Checking ansi_term v0.12.1 |
1936 | 2024-02-01T10:13:23.883Z | Compiling libefi-sys v0.1.0 |
1937 | 2024-02-01T10:13:23.990Z | Checking strsim v0.8.0 |
1938 | 2024-02-01T10:13:24.123Z | Checking vec_map v0.8.2 |
1939 | 2024-02-01T10:13:24.263Z | Compiling structopt-derive v0.4.18 |
1940 | 2024-02-01T10:13:24.310Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1941 | 2024-02-01T10:13:24.529Z | Checking clap v2.34.0 |
1942 | 2024-02-01T10:13:24.872Z | Compiling slog-dtrace v0.3.0 |
1943 | 2024-02-01T10:13:25.256Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1944 | 2024-02-01T10:13:25.527Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1945 | 2024-02-01T10:13:25.965Z | Checking termcolor v1.2.0 |
1946 | 2024-02-01T10:13:26.074Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1947 | 2024-02-01T10:13:26.606Z | Checking nibble_vec v0.1.0 |
1948 | 2024-02-01T10:13:26.869Z | Compiling radium v0.7.0 |
1949 | 2024-02-01T10:13:27.015Z | Checking endian-type v0.1.2 |
1950 | 2024-02-01T10:13:27.325Z | Checking radix_trie v0.2.1 |
1951 | 2024-02-01T10:13:27.598Z | Checking tap v1.0.1 |
1952 | 2024-02-01T10:13:27.821Z | Compiling maybe-uninit v2.0.0 |
1953 | 2024-02-01T10:13:27.931Z | Checking wyz v0.5.1 |
1954 | 2024-02-01T10:13:28.605Z | Checking fxhash v0.2.1 |
1955 | 2024-02-01T10:13:28.669Z | Compiling num-bigint-dig v0.8.4 |
1956 | 2024-02-01T10:13:28.816Z | Compiling packed_struct v0.10.1 |
1957 | 2024-02-01T10:13:28.836Z | Checking funty v2.0.0 |
1958 | 2024-02-01T10:13:29.000Z | Checking crc-catalog v2.2.0 |
1959 | 2024-02-01T10:13:29.185Z | Checking crc v3.0.1 |
1960 | 2024-02-01T10:13:29.203Z | Checking mockall v0.12.0 |
1961 | 2024-02-01T10:13:29.256Z | Compiling packed_struct_codegen v0.10.1 |
1962 | 2024-02-01T10:13:29.273Z | Checking structopt v0.3.26 |
1963 | 2024-02-01T10:13:29.489Z | Compiling indexmap v1.9.3 |
1964 | 2024-02-01T10:13:29.508Z | Compiling semver v0.1.20 |
1965 | 2024-02-01T10:13:29.538Z | Checking nodrop v0.1.14 |
1966 | 2024-02-01T10:13:29.684Z | Checking array-init v0.0.4 |
1967 | 2024-02-01T10:13:29.797Z | Checking smallvec v0.6.14 |
1968 | 2024-02-01T10:13:30.391Z | Compiling rustc_version v0.1.7 |
1969 | 2024-02-01T10:13:30.545Z | Checking pkcs1 v0.7.5 |
1970 | 2024-02-01T10:13:30.583Z | Checking bitvec v1.0.1 |
1971 | 2024-02-01T10:13:31.111Z | Checking signature v2.1.0 |
1972 | 2024-02-01T10:13:31.148Z | Checking hashbrown v0.12.3 |
1973 | 2024-02-01T10:13:31.375Z | Checking bitfield v0.14.0 |
1974 | 2024-02-01T10:13:31.802Z | Checking serde-hex v0.1.0 |
1975 | 2024-02-01T10:13:32.910Z | Compiling newtype_derive v0.1.6 |
1976 | 2024-02-01T10:13:33.094Z | Checking rsa v0.9.2 |
1977 | 2024-02-01T10:13:33.394Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1978 | 2024-02-01T10:13:33.416Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1979 | 2024-02-01T10:13:33.746Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1980 | 2024-02-01T10:13:33.853Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1981 | 2024-02-01T10:13:33.895Z | Checking env_logger v0.10.0 |
1982 | 2024-02-01T10:13:34.112Z | Checking x509-cert v0.2.4 |
1983 | 2024-02-01T10:13:34.232Z | Checking ron v0.8.1 |
1984 | 2024-02-01T10:13:34.524Z | Compiling semver-parser v0.10.2 |
1985 | 2024-02-01T10:13:35.496Z | Checking crc-any v2.4.3 |
1986 | 2024-02-01T10:13:36.076Z | Compiling semver v0.11.0 |
1987 | 2024-02-01T10:13:36.165Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1988 | 2024-02-01T10:13:36.679Z | Checking object v0.30.4 |
1989 | 2024-02-01T10:13:37.445Z | Compiling num-rational v0.4.1 |
1990 | 2024-02-01T10:13:38.229Z | Compiling home v0.5.5 |
1991 | 2024-02-01T10:13:38.246Z | Checking path-slash v0.1.5 |
1992 | 2024-02-01T10:13:38.638Z | Compiling toolchain_find v0.2.0 |
1993 | 2024-02-01T10:13:38.815Z | Compiling toml v0.5.11 |
1994 | 2024-02-01T10:13:39.393Z | Compiling topological-sort v0.2.2 |
1995 | 2024-02-01T10:13:39.612Z | Compiling convert_case v0.4.0 |
1996 | 2024-02-01T10:13:39.703Z | Checking steno v0.4.0 |
1997 | 2024-02-01T10:13:41.107Z | Compiling derive_more v0.99.17 |
1998 | 2024-02-01T10:13:41.364Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1999 | 2024-02-01T10:13:41.787Z | Compiling rustfmt-wrapper v0.2.0 |
2000 | 2024-02-01T10:13:41.791Z | Compiling omicron-zone-package v0.10.1 |
2001 | 2024-02-01T10:13:43.795Z | Checking num-complex v0.4.4 |
2002 | 2024-02-01T10:13:45.083Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2003 | 2024-02-01T10:13:45.271Z | Checking num v0.4.1 |
2004 | 2024-02-01T10:13:45.402Z | Checking newline-converter v0.3.0 |
2005 | 2024-02-01T10:13:45.649Z | Checking utf-8 v0.7.6 |
2006 | 2024-02-01T10:13:45.932Z | Checking tungstenite v0.20.1 |
2007 | 2024-02-01T10:13:46.233Z | Checking expectorate v1.1.0 |
2008 | 2024-02-01T10:13:46.438Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2009 | 2024-02-01T10:13:46.685Z | Compiling buf-list v1.0.3 |
2010 | 2024-02-01T10:13:46.950Z | Checking display-error-chain v0.2.0 |
2011 | 2024-02-01T10:13:47.039Z | Compiling parking_lot_core v0.8.6 |
2012 | 2024-02-01T10:13:47.141Z | Checking keccak v0.1.4 |
2013 | 2024-02-01T10:13:47.376Z | Checking tokio-tungstenite v0.20.1 |
2014 | 2024-02-01T10:13:47.597Z | Checking sha3 v0.10.8 |
2015 | 2024-02-01T10:13:48.118Z | Checking trust-dns-client v0.22.0 |
2016 | 2024-02-01T10:13:48.213Z | Checking secrecy v0.8.0 |
2017 | 2024-02-01T10:13:48.242Z | Checking parking_lot v0.11.2 |
2018 | 2024-02-01T10:13:48.584Z | Compiling pin-project-internal v1.1.3 |
2019 | 2024-02-01T10:13:48.791Z | Compiling doc-comment v0.3.3 |
2020 | 2024-02-01T10:13:49.756Z | Checking sled v0.34.7 |
2021 | 2024-02-01T10:13:50.018Z | Checking glob v0.3.1 |
2022 | 2024-02-01T10:13:50.166Z | Compiling vte_generate_state_changes v0.1.1 |
2023 | 2024-02-01T10:13:50.458Z | Compiling unicase v2.7.0 |
2024 | 2024-02-01T10:13:50.528Z | Checking trust-dns-server v0.22.1 |
2025 | 2024-02-01T10:13:50.938Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2026 | 2024-02-01T10:13:51.159Z | Checking vte v0.11.1 |
2027 | 2024-02-01T10:13:51.399Z | Compiling platforms v3.0.2 |
2028 | 2024-02-01T10:13:52.195Z | Checking crossbeam-deque v0.8.3 |
2029 | 2024-02-01T10:13:52.658Z | Checking fd-lock v3.0.13 |
2030 | 2024-02-01T10:13:52.935Z | Compiling snafu-derive v0.7.5 |
2031 | 2024-02-01T10:13:53.674Z | Checking strip-ansi-escapes v0.2.0 |
2032 | 2024-02-01T10:13:53.781Z | Checking pin-project v1.1.3 |
2033 | 2024-02-01T10:13:53.875Z | Compiling fs-err v2.11.0 |
2034 | 2024-02-01T10:13:53.937Z | Checking nu-ansi-term v0.49.0 |
2035 | 2024-02-01T10:13:54.379Z | Compiling rayon-core v1.12.0 |
2036 | 2024-02-01T10:13:54.581Z | Checking reedline v0.28.0 |
2037 | 2024-02-01T10:13:54.786Z | Checking globset v0.4.13 |
2038 | 2024-02-01T10:13:54.846Z | Checking olpc-cjson v0.1.3 |
2039 | 2024-02-01T10:13:55.151Z | Checking serde_plain v1.0.2 |
2040 | 2024-02-01T10:13:55.501Z | Compiling async-recursion v1.0.5 |
2041 | 2024-02-01T10:13:55.635Z | Checking typed-path v0.7.0 |
2042 | 2024-02-01T10:13:55.688Z | Compiling curve25519-dalek v4.1.1 |
2043 | 2024-02-01T10:13:56.436Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2044 | 2024-02-01T10:13:56.736Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2045 | 2024-02-01T10:13:56.800Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2046 | 2024-02-01T10:13:56.864Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2047 | 2024-02-01T10:13:57.112Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2048 | 2024-02-01T10:13:57.880Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2049 | 2024-02-01T10:13:58.664Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2050 | 2024-02-01T10:13:59.812Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2051 | 2024-02-01T10:14:00.825Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2052 | 2024-02-01T10:14:01.710Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2053 | 2024-02-01T10:14:02.183Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2054 | 2024-02-01T10:14:02.317Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-02-01T10:14:02.742Z | Checking snafu v0.7.5 |
2056 | 2024-02-01T10:14:03.073Z | Compiling memoffset v0.7.1 |
2057 | 2024-02-01T10:14:03.506Z | Checking parse-size v1.0.0 |
2058 | 2024-02-01T10:14:03.538Z | Checking tough v0.16.0 |
2059 | 2024-02-01T10:14:03.742Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-02-01T10:14:03.762Z | Compiling mime_guess v2.0.4 |
2061 | 2024-02-01T10:14:03.940Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2062 | 2024-02-01T10:14:05.905Z | Checking rayon v1.8.0 |
2063 | 2024-02-01T10:14:10.332Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2064 | 2024-02-01T10:14:10.802Z | Checking universal-hash v0.5.1 |
2065 | 2024-02-01T10:14:11.067Z | Compiling thiserror-impl-no-std v2.0.2 |
2066 | 2024-02-01T10:14:11.220Z | Compiling curve25519-dalek-derive v0.1.0 |
2067 | 2024-02-01T10:14:12.078Z | Checking opaque-debug v0.3.0 |
2068 | 2024-02-01T10:14:12.199Z | Checking poly1305 v0.8.0 |
2069 | 2024-02-01T10:14:13.415Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2070 | 2024-02-01T10:14:13.527Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2071 | 2024-02-01T10:14:13.968Z | Checking chacha20 v0.9.1 |
2072 | 2024-02-01T10:14:14.510Z | Checking aead v0.5.2 |
2073 | 2024-02-01T10:14:14.824Z | Checking kstat-rs v0.2.3 |
2074 | 2024-02-01T10:14:15.334Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2075 | 2024-02-01T10:14:15.776Z | Compiling salty v0.2.0 |
2076 | 2024-02-01T10:14:16.436Z | Checking thiserror-no-std v2.0.2 |
2077 | 2024-02-01T10:14:16.566Z | Checking signature v1.6.4 |
2078 | 2024-02-01T10:14:16.683Z | Checking vsss-rs v3.3.4 |
2079 | 2024-02-01T10:14:16.705Z | Checking chacha20poly1305 v0.10.1 |
2080 | 2024-02-01T10:14:16.745Z | Checking ed25519 v1.5.3 |
2081 | 2024-02-01T10:14:17.014Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2082 | 2024-02-01T10:14:18.091Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2083 | 2024-02-01T10:14:18.501Z | Checking serde-big-array v0.5.1 |
2084 | 2024-02-01T10:14:18.662Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2085 | 2024-02-01T10:14:18.836Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2086 | 2024-02-01T10:14:21.630Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2087 | 2024-02-01T10:14:22.531Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2088 | 2024-02-01T10:14:22.986Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2089 | 2024-02-01T10:14:23.457Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2090 | 2024-02-01T10:14:24.806Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2091 | 2024-02-01T10:14:25.616Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2092 | 2024-02-01T10:14:27.055Z | Checking bytecount v0.6.3 |
2093 | 2024-02-01T10:14:28.743Z | Checking humantime v2.1.0 |
2094 | 2024-02-01T10:14:28.942Z | Checking papergrid v0.11.0 |
2095 | 2024-02-01T10:14:29.174Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2096 | 2024-02-01T10:14:30.158Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2097 | 2024-02-01T10:14:30.642Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2098 | 2024-02-01T10:14:31.304Z | Compiling tabled_derive v0.7.0 |
2099 | 2024-02-01T10:14:32.252Z | Checking signal-hook-tokio v0.3.1 |
2100 | 2024-02-01T10:14:32.492Z | Checking fd-lock v4.0.2 |
2101 | 2024-02-01T10:14:32.606Z | Checking nix v0.27.1 |
2102 | 2024-02-01T10:14:32.753Z | Checking serde-big-array v0.4.1 |
2103 | 2024-02-01T10:14:32.802Z | Compiling sqlparser_derive v0.2.2 |
2104 | 2024-02-01T10:14:33.173Z | Checking unicode_categories v0.1.1 |
2105 | 2024-02-01T10:14:33.742Z | Checking sqlformat v0.2.3 |
2106 | 2024-02-01T10:14:34.673Z | Checking sqlparser v0.43.1 |
2107 | 2024-02-01T10:14:35.465Z | Checking tabled v0.15.0 |
2108 | 2024-02-01T10:14:36.012Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2109 | 2024-02-01T10:14:36.749Z | Checking rustyline v13.0.0 |
2110 | 2024-02-01T10:14:37.566Z | Checking bcs v0.1.6 |
2111 | 2024-02-01T10:14:38.292Z | Checking highway v1.1.0 |
2112 | 2024-02-01T10:14:38.959Z | Checking corncobs v0.1.3 |
2113 | 2024-02-01T10:14:39.225Z | Compiling prettyplease v0.2.16 |
2114 | 2024-02-01T10:14:39.518Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2115 | 2024-02-01T10:14:39.668Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2116 | 2024-02-01T10:14:39.798Z | Checking http-range v0.1.5 |
2117 | 2024-02-01T10:14:40.052Z | Checking hyper-staticfile v0.9.5 |
2118 | 2024-02-01T10:14:40.325Z | Compiling portable-atomic v1.4.3 |
2119 | 2024-02-01T10:14:40.628Z | Compiling crunchy v0.2.2 |
2120 | 2024-02-01T10:14:41.334Z | Compiling clang-sys v1.6.1 |
2121 | 2024-02-01T10:14:41.427Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2122 | 2024-02-01T10:14:41.954Z | Checking assert_matches v1.5.0 |
2123 | 2024-02-01T10:14:42.076Z | Compiling tiny-keccak v2.0.2 |
2124 | 2024-02-01T10:14:42.640Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2125 | 2024-02-01T10:14:43.910Z | Compiling darling_core v0.14.4 |
2126 | 2024-02-01T10:14:44.610Z | Checking number_prefix v0.4.0 |
2127 | 2024-02-01T10:14:44.661Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2128 | 2024-02-01T10:14:44.879Z | Checking indicatif v0.17.7 |
2129 | 2024-02-01T10:14:44.975Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2130 | 2024-02-01T10:14:45.070Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2131 | 2024-02-01T10:14:45.979Z | Compiling ascii-canvas v3.0.0 |
2132 | 2024-02-01T10:14:46.430Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2133 | 2024-02-01T10:14:46.848Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2134 | 2024-02-01T10:14:47.123Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2135 | 2024-02-01T10:14:48.512Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2136 | 2024-02-01T10:14:49.440Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2137 | 2024-02-01T10:14:49.738Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2138 | 2024-02-01T10:14:51.694Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-02-01T10:14:53.680Z | Compiling darling_macro v0.14.4 |
2140 | 2024-02-01T10:14:53.980Z | Compiling ena v0.14.2 |
2141 | 2024-02-01T10:14:54.599Z | Compiling libloading v0.7.4 |
2142 | 2024-02-01T10:14:55.185Z | Compiling diff v0.1.13 |
2143 | 2024-02-01T10:14:55.294Z | Compiling regex-syntax v0.6.29 |
2144 | 2024-02-01T10:14:56.270Z | Compiling bindgen v0.69.2 |
2145 | 2024-02-01T10:14:56.349Z | Compiling darling v0.14.4 |
2146 | 2024-02-01T10:14:57.268Z | Compiling cexpr v0.6.0 |
2147 | 2024-02-01T10:14:57.342Z | Compiling which v4.4.0 |
2148 | 2024-02-01T10:14:58.369Z | Compiling peeking_take_while v0.1.2 |
2149 | 2024-02-01T10:14:58.555Z | Checking maplit v1.0.2 |
2150 | 2024-02-01T10:14:58.703Z | Compiling lazycell v1.3.0 |
2151 | 2024-02-01T10:14:58.936Z | Compiling rustc-hash v1.1.0 |
2152 | 2024-02-01T10:14:59.144Z | Compiling shlex v1.3.0 |
2153 | 2024-02-01T10:14:59.398Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2154 | 2024-02-01T10:14:59.782Z | Compiling ref-cast v1.0.20 |
2155 | 2024-02-01T10:15:00.032Z | Compiling derive_builder_core v0.12.0 |
2156 | 2024-02-01T10:15:00.544Z | Compiling lalrpop v0.19.12 |
2157 | 2024-02-01T10:15:00.858Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2158 | 2024-02-01T10:15:01.278Z | Compiling ref-cast-impl v1.0.20 |
2159 | 2024-02-01T10:15:02.020Z | Compiling libxml v0.3.3 |
2160 | 2024-02-01T10:15:03.542Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2161 | 2024-02-01T10:15:04.144Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2162 | 2024-02-01T10:15:04.188Z | Compiling derive_builder_macro v0.12.0 |
2163 | 2024-02-01T10:15:04.251Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2164 | 2024-02-01T10:15:05.425Z | Compiling strum_macros v0.24.3 |
2165 | 2024-02-01T10:15:05.584Z | Compiling cookie v0.18.0 |
2166 | 2024-02-01T10:15:05.636Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2167 | 2024-02-01T10:15:06.023Z | Compiling indoc v1.0.9 |
2168 | 2024-02-01T10:15:06.267Z | Checking derive_builder v0.12.0 |
2169 | 2024-02-01T10:15:07.741Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2170 | 2024-02-01T10:15:09.274Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2171 | 2024-02-01T10:15:09.866Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2172 | 2024-02-01T10:15:10.273Z | Checking bb8 v0.8.1 |
2173 | 2024-02-01T10:15:10.777Z | Checking quick-xml v0.30.0 |
2174 | 2024-02-01T10:15:11.023Z | Compiling impl-trait-for-tuples v0.2.2 |
2175 | 2024-02-01T10:15:11.676Z | Compiling oso-derive v0.27.0 |
2176 | 2024-02-01T10:15:11.930Z | Checking unicode-linebreak v0.1.5 |
2177 | 2024-02-01T10:15:12.590Z | Checking smawk v0.3.1 |
2178 | 2024-02-01T10:15:12.889Z | Checking textwrap v0.16.0 |
2179 | 2024-02-01T10:15:13.390Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2180 | 2024-02-01T10:15:14.187Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2181 | 2024-02-01T10:15:14.357Z | Checking is_ci v1.1.1 |
2182 | 2024-02-01T10:15:14.530Z | Checking supports-color v2.1.0 |
2183 | 2024-02-01T10:15:14.547Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2184 | 2024-02-01T10:15:14.820Z | Checking lru v0.12.1 |
2185 | 2024-02-01T10:15:15.224Z | Compiling stability v0.1.1 |
2186 | 2024-02-01T10:15:16.787Z | Checking cassowary v0.3.0 |
2187 | 2024-02-01T10:15:16.864Z | Compiling indoc v2.0.3 |
2188 | 2024-02-01T10:15:17.394Z | Checking rtoolbox v0.0.1 |
2189 | 2024-02-01T10:15:17.532Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2190 | 2024-02-01T10:15:18.644Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2191 | 2024-02-01T10:15:19.123Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2192 | 2024-02-01T10:15:19.735Z | Checking ratatui v0.25.0 |
2193 | 2024-02-01T10:15:20.217Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2194 | 2024-02-01T10:15:21.417Z | Checking rpassword v7.3.1 |
2195 | 2024-02-01T10:15:21.618Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2196 | 2024-02-01T10:15:22.054Z | Checking shell-words v1.1.0 |
2197 | 2024-02-01T10:15:22.318Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2198 | 2024-02-01T10:15:23.979Z | Checking tui-tree-widget v0.16.0 |
2199 | 2024-02-01T10:15:24.077Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2200 | 2024-02-01T10:15:24.592Z | Checking fatfs v0.3.6 |
2201 | 2024-02-01T10:15:26.373Z | Checking yansi v0.5.1 |
2202 | 2024-02-01T10:15:26.391Z | Compiling target-lexicon v0.12.12 |
2203 | 2024-02-01T10:15:26.803Z | Checking pretty_assertions v1.4.0 |
2204 | 2024-02-01T10:15:27.093Z | Compiling guppy-workspace-hack v0.1.0 |
2205 | 2024-02-01T10:15:27.514Z | Checking plotters-backend v0.3.5 |
2206 | 2024-02-01T10:15:28.064Z | Checking plotters-svg v0.3.5 |
2207 | 2024-02-01T10:15:28.475Z | Checking http-body v1.0.0 |
2208 | 2024-02-01T10:15:28.772Z | Checking rand v0.4.6 |
2209 | 2024-02-01T10:15:28.777Z | Checking cast v0.3.0 |
2210 | 2024-02-01T10:15:29.266Z | Compiling target-spec v3.0.1 |
2211 | 2024-02-01T10:15:30.096Z | Checking remove_dir_all v0.5.3 |
2212 | 2024-02-01T10:15:30.233Z | Checking tower-layer v0.3.2 |
2213 | 2024-02-01T10:15:30.316Z | Checking tempdir v0.3.7 |
2214 | 2024-02-01T10:15:30.511Z | Checking criterion-plot v0.5.0 |
2215 | 2024-02-01T10:15:30.554Z | Checking cfg-expr v0.15.5 |
2216 | 2024-02-01T10:15:30.663Z | Checking tower v0.4.13 |
2217 | 2024-02-01T10:15:31.294Z | Checking hyper v1.1.0 |
2218 | 2024-02-01T10:15:31.955Z | Checking plotters v0.3.5 |
2219 | 2024-02-01T10:15:31.981Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2220 | 2024-02-01T10:15:33.242Z | Checking tinytemplate v1.2.1 |
2221 | 2024-02-01T10:15:33.315Z | Checking cargo-platform v0.1.3 |
2222 | 2024-02-01T10:15:33.785Z | Checking oorandom v11.1.3 |
2223 | 2024-02-01T10:15:33.850Z | Checking anes v0.1.6 |
2224 | 2024-02-01T10:15:33.989Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2225 | 2024-02-01T10:15:34.008Z | Checking cargo_metadata v0.18.1 |
2226 | 2024-02-01T10:15:34.437Z | Checking hyper-util v0.1.2 |
2227 | 2024-02-01T10:15:34.744Z | Checking criterion v0.5.1 |
2228 | 2024-02-01T10:15:36.791Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2229 | 2024-02-01T10:15:37.313Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2230 | 2024-02-01T10:15:39.360Z | Checking assert_cmd v2.0.13 |
2231 | 2024-02-01T10:15:40.002Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2232 | 2024-02-01T10:15:42.454Z | Checking rustls-native-certs v0.7.0 |
2233 | 2024-02-01T10:15:42.649Z | Checking pathdiff v0.2.1 |
2234 | 2024-02-01T10:15:43.175Z | Checking nested v0.1.1 |
2235 | 2024-02-01T10:15:43.502Z | Checking guppy v0.17.4 |
2236 | 2024-02-01T10:15:44.359Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2237 | 2024-02-01T10:15:44.522Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2238 | 2024-02-01T10:15:45.778Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2239 | 2024-02-01T10:15:46.848Z | Checking hyper-rustls v0.26.0 |
2240 | 2024-02-01T10:15:47.361Z | Checking threadpool v1.8.1 |
2241 | 2024-02-01T10:15:47.437Z | Checking nanorand v0.7.0 |
2242 | 2024-02-01T10:15:47.640Z | Checking libtest-mimic v0.6.1 |
2243 | 2024-02-01T10:15:48.019Z | Checking flume v0.11.0 |
2244 | 2024-02-01T10:15:48.092Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2245 | 2024-02-01T10:15:48.313Z | Checking httptest v0.15.5 |
2246 | 2024-02-01T10:15:48.787Z | Checking similar-asserts v1.5.0 |
2247 | 2024-02-01T10:15:49.110Z | Compiling rstest_macros v0.18.2 |
2248 | 2024-02-01T10:15:49.397Z | Compiling crossbeam-queue v0.3.8 |
2249 | 2024-02-01T10:15:50.020Z | Checking datatest-stable v0.2.3 |
2250 | 2024-02-01T10:15:50.190Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2251 | 2024-02-01T10:15:50.333Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2252 | 2024-02-01T10:15:51.532Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2253 | 2024-02-01T10:15:51.961Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2254 | 2024-02-01T10:15:52.518Z | Compiling trybuild v1.0.89 |
2255 | 2024-02-01T10:15:52.825Z | Checking constant_time_eq v0.2.6 |
2256 | 2024-02-01T10:15:52.938Z | Checking arrayvec v0.7.4 |
2257 | 2024-02-01T10:15:52.982Z | Compiling relative-path v1.9.0 |
2258 | 2024-02-01T10:15:53.108Z | Checking arrayref v0.3.7 |
2259 | 2024-02-01T10:15:53.537Z | Checking blake2b_simd v1.0.1 |
2260 | 2024-02-01T10:15:53.717Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2261 | 2024-02-01T10:15:54.863Z | Checking basic-toml v0.1.8 |
2262 | 2024-02-01T10:15:56.125Z | Checking constant_time_eq v0.3.0 |
2263 | 2024-02-01T10:15:56.304Z | Checking futures-timer v3.0.2 |
2264 | 2024-02-01T10:15:56.741Z | Checking rust-argon2 v1.0.1 |
2265 | 2024-02-01T10:15:59.572Z | Checking crossbeam v0.8.2 |
2266 | 2024-02-01T10:16:01.396Z | Checking partial-io v0.5.4 |
2267 | 2024-02-01T10:16:01.968Z | Checking approx v0.5.1 |
2268 | 2024-02-01T10:16:02.300Z | Checking termios v0.3.3 |
2269 | 2024-02-01T10:16:02.610Z | Checking hex-literal v0.4.1 |
2270 | 2024-02-01T10:16:10.205Z | Checking rstest v0.18.2 |
2271 | 2024-02-01T10:16:10.485Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2272 | 2024-02-01T10:16:15.173Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2273 | 2024-02-01T10:17:24.502Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2274 | 2024-02-01T10:17:27.456Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2275 | 2024-02-01T10:17:29.505Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2276 | 2024-02-01T10:17:38.936Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2277 | 2024-02-01T10:17:39.138Z | Compiling samael v0.0.14 |
2278 | 2024-02-01T10:18:11.375Z | Compiling polar-core v0.27.0 |
2279 | 2024-02-01T10:18:22.289Z | Checking oso v0.27.0 |
2280 | 2024-02-01T10:19:02.113Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2281 | 2024-02-01T10:20:30.798Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 41s |
2282 | 2024-02-01T10:20:31.031Z | |
2283 | 2024-02-01T10:20:31.035Z | real 11:41.709947862 |
2284 | 2024-02-01T10:20:31.035Z | user 1:04:02.652300844 |
2285 | 2024-02-01T10:20:31.035Z | sys 8:11.710181020 |
2286 | 2024-02-01T10:20:31.035Z | trap 2.294883084 |
2287 | 2024-02-01T10:20:31.035Z | tflt 2.538187920 |
2288 | 2024-02-01T10:20:31.035Z | dflt 6.475372798 |
2289 | 2024-02-01T10:20:31.035Z | kflt 0.025731948 |
2290 | 2024-02-01T10:20:31.035Z | lock 1:41:54.066085683 |
2291 | 2024-02-01T10:20:31.035Z | slp 3:10:14.227514250 |
2292 | 2024-02-01T10:20:31.035Z | lat 2:13.974439502 |
2293 | 2024-02-01T10:20:31.035Z | stop 4:48.446196553 |
2294 | 2024-02-01T10:20:32.278Z | warning: output filename collision. |
2295 | 2024-02-01T10:20:32.279Z | 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)`. |
2296 | 2024-02-01T10:20:32.279Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2297 | 2024-02-01T10:20:32.279Z | The targets should have unique names. |
2298 | 2024-02-01T10:20:32.279Z | This is a known bug where multiple crates with the same name use |
2299 | 2024-02-01T10:20:32.279Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2300 | 2024-02-01T10:20:32.284Z | warning: output filename collision. |
2301 | 2024-02-01T10:20:32.284Z | 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)`. |
2302 | 2024-02-01T10:20:32.284Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2303 | 2024-02-01T10:20:32.284Z | The targets should have unique names. |
2304 | 2024-02-01T10:20:32.284Z | This is a known bug where multiple crates with the same name use |
2305 | 2024-02-01T10:20:32.284Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2306 | 2024-02-01T10:20:32.284Z | warning: output filename collision. |
2307 | 2024-02-01T10:20:32.284Z | 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)`. |
2308 | 2024-02-01T10:20:32.284Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2309 | 2024-02-01T10:20:32.284Z | The targets should have unique names. |
2310 | 2024-02-01T10:20:32.284Z | This is a known bug where multiple crates with the same name use |
2311 | 2024-02-01T10:20:32.285Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2312 | 2024-02-01T10:20:32.285Z | warning: output filename collision. |
2313 | 2024-02-01T10:20:32.285Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2314 | 2024-02-01T10:20:32.285Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2315 | 2024-02-01T10:20:32.285Z | The targets should have unique names. |
2316 | 2024-02-01T10:20:32.285Z | This is a known bug where multiple crates with the same name use |
2317 | 2024-02-01T10:20:32.285Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2318 | 2024-02-01T10:20:32.285Z | warning: output filename collision. |
2319 | 2024-02-01T10:20:32.285Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2320 | 2024-02-01T10:20:32.285Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2321 | 2024-02-01T10:20:32.285Z | The targets should have unique names. |
2322 | 2024-02-01T10:20:32.285Z | This is a known bug where multiple crates with the same name use |
2323 | 2024-02-01T10:20:32.286Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2324 | 2024-02-01T10:20:32.286Z | warning: output filename collision. |
2325 | 2024-02-01T10:20:32.286Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2326 | 2024-02-01T10:20:32.286Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2327 | 2024-02-01T10:20:32.286Z | The targets should have unique names. |
2328 | 2024-02-01T10:20:32.286Z | This is a known bug where multiple crates with the same name use |
2329 | 2024-02-01T10:20:32.286Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2024-02-01T10:20:32.286Z | warning: output filename collision. |
2331 | 2024-02-01T10:20:32.286Z | 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)`. |
2332 | 2024-02-01T10:20:32.288Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2333 | 2024-02-01T10:20:32.288Z | The targets should have unique names. |
2334 | 2024-02-01T10:20:32.288Z | This is a known bug where multiple crates with the same name use |
2335 | 2024-02-01T10:20:32.288Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2024-02-01T10:20:32.940Z | Documenting libc v0.2.152 |
2337 | 2024-02-01T10:20:32.958Z | Documenting cfg-if v1.0.0 |
2338 | 2024-02-01T10:20:32.969Z | Documenting serde_derive v1.0.195 |
2339 | 2024-02-01T10:20:32.994Z | Documenting log v0.4.20 |
2340 | 2024-02-01T10:20:33.013Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2341 | 2024-02-01T10:20:33.028Z | Documenting memchr v2.6.3 |
2342 | 2024-02-01T10:20:33.042Z | Documenting scopeguard v1.2.0 |
2343 | 2024-02-01T10:20:33.056Z | Documenting byteorder v1.5.0 |
2344 | 2024-02-01T10:20:33.449Z | Documenting smallvec v1.11.2 |
2345 | 2024-02-01T10:20:36.835Z | Documenting itoa v1.0.9 |
2346 | 2024-02-01T10:20:36.990Z | Documenting lock_api v0.4.10 |
2347 | 2024-02-01T10:20:38.014Z | Documenting zeroize_derive v1.4.2 |
2348 | 2024-02-01T10:20:38.989Z | Documenting once_cell v1.19.0 |
2349 | 2024-02-01T10:20:39.007Z | Documenting pin-project-lite v0.2.13 |
2350 | 2024-02-01T10:20:39.323Z | Documenting getrandom v0.2.10 |
2351 | 2024-02-01T10:20:39.709Z | Documenting parking_lot_core v0.9.8 |
2352 | 2024-02-01T10:20:40.896Z | Documenting libm v0.2.7 |
2353 | 2024-02-01T10:20:41.244Z | Documenting signal-hook-registry v1.4.1 |
2354 | 2024-02-01T10:20:42.449Z | Documenting serde v1.0.195 |
2355 | 2024-02-01T10:20:42.925Z | Documenting mio v0.8.9 |
2356 | 2024-02-01T10:20:44.910Z | Documenting rand_core v0.6.4 |
2357 | 2024-02-01T10:20:44.933Z | Documenting futures-core v0.3.30 |
2358 | 2024-02-01T10:20:45.295Z | Documenting parking_lot v0.12.1 |
2359 | 2024-02-01T10:20:45.678Z | Documenting num-traits v0.2.16 |
2360 | 2024-02-01T10:20:45.691Z | Documenting zeroize v1.7.0 |
2361 | 2024-02-01T10:20:46.943Z | Documenting thiserror-impl v1.0.56 |
2362 | 2024-02-01T10:20:48.998Z | Documenting num_cpus v1.16.0 |
2363 | 2024-02-01T10:20:50.219Z | Documenting socket2 v0.5.5 |
2364 | 2024-02-01T10:20:50.529Z | Documenting tokio-macros v2.2.0 |
2365 | 2024-02-01T10:20:51.032Z | Documenting typenum v1.16.0 |
2366 | 2024-02-01T10:20:51.451Z | Documenting subtle v2.5.0 |
2367 | 2024-02-01T10:20:52.554Z | Documenting ryu v1.0.15 |
2368 | 2024-02-01T10:20:54.021Z | Documenting thiserror v1.0.56 |
2369 | 2024-02-01T10:20:54.951Z | Documenting zerocopy v0.7.32 |
2370 | 2024-02-01T10:20:56.446Z | Documenting futures-sink v0.3.30 |
2371 | 2024-02-01T10:20:56.583Z | Documenting pin-utils v0.1.0 |
2372 | 2024-02-01T10:20:57.050Z | Documenting slab v0.4.9 |
2373 | 2024-02-01T10:20:57.086Z | Documenting futures-macro v0.3.30 |
2374 | 2024-02-01T10:20:59.262Z | Documenting futures-task v0.3.30 |
2375 | 2024-02-01T10:21:01.427Z | Documenting futures-channel v0.3.30 |
2376 | 2024-02-01T10:21:03.080Z | Documenting futures-io v0.3.30 |
2377 | 2024-02-01T10:21:04.129Z | Documenting const-oid v0.9.5 |
2378 | 2024-02-01T10:21:04.262Z | Documenting iana-time-zone v0.1.57 |
2379 | 2024-02-01T10:21:04.869Z | Documenting tinyvec_macros v0.1.1 |
2380 | 2024-02-01T10:21:06.579Z | Documenting ahash v0.8.6 |
2381 | 2024-02-01T10:21:07.304Z | Documenting allocator-api2 v0.2.16 |
2382 | 2024-02-01T10:21:08.872Z | Documenting futures-util v0.3.30 |
2383 | 2024-02-01T10:21:09.266Z | Documenting tinyvec v1.6.0 |
2384 | 2024-02-01T10:21:09.960Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2385 | 2024-02-01T10:21:11.158Z | Documenting tracing-core v0.1.31 |
2386 | 2024-02-01T10:21:12.848Z | Documenting tracing-attributes v0.1.26 |
2387 | 2024-02-01T10:21:13.736Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2388 | 2024-02-01T10:21:14.158Z | Documenting hashbrown v0.14.2 |
2389 | 2024-02-01T10:21:15.067Z | Documenting unicode-normalization v0.1.22 |
2390 | 2024-02-01T10:21:17.436Z | Documenting bytes v1.5.0 |
2391 | 2024-02-01T10:21:21.568Z | Documenting bitflags v2.4.0 |
2392 | 2024-02-01T10:21:22.944Z | Documenting serde_json v1.0.113 |
2393 | 2024-02-01T10:21:23.275Z | Documenting chrono v0.4.31 |
2394 | 2024-02-01T10:21:24.865Z | Documenting uuid v1.7.0 |
2395 | 2024-02-01T10:21:25.070Z | Documenting tokio v1.35.1 |
2396 | 2024-02-01T10:21:27.753Z | Documenting ppv-lite86 v0.2.17 |
2397 | 2024-02-01T10:21:28.736Z | Documenting equivalent v1.0.1 |
2398 | 2024-02-01T10:21:31.138Z | Documenting unicode-bidi v0.3.13 |
2399 | 2024-02-01T10:21:31.476Z | Documenting base64 v0.21.7 |
2400 | 2024-02-01T10:21:32.255Z | Documenting percent-encoding v2.3.1 |
2401 | 2024-02-01T10:21:32.803Z | Documenting rand_chacha v0.3.1 |
2402 | 2024-02-01T10:21:33.184Z | Documenting indexmap v2.2.2 |
2403 | 2024-02-01T10:21:36.358Z | Documenting generic-array v0.14.7 |
2404 | 2024-02-01T10:21:37.422Z | Documenting lazy_static v1.4.0 |
2405 | 2024-02-01T10:21:37.827Z | Documenting serde_derive_internals v0.26.0 |
2406 | 2024-02-01T10:21:38.228Z | Documenting form_urlencoded v1.2.1 |
2407 | 2024-02-01T10:21:38.794Z | Documenting rand v0.8.5 |
2408 | 2024-02-01T10:21:41.237Z | Checking serde_derive_internals v0.26.0 |
2409 | 2024-02-01T10:21:41.600Z | Documenting tracing v0.1.37 |
2410 | 2024-02-01T10:21:41.669Z | Documenting fnv v1.0.7 |
2411 | 2024-02-01T10:21:41.900Z | Documenting dyn-clone v1.0.13 |
2412 | 2024-02-01T10:21:42.193Z | Documenting cpufeatures v0.2.12 |
2413 | 2024-02-01T10:21:43.248Z | Documenting crypto-common v0.1.6 |
2414 | 2024-02-01T10:21:44.206Z | Documenting block-buffer v0.10.4 |
2415 | 2024-02-01T10:21:45.715Z | Documenting schemars_derive v0.8.16 |
2416 | 2024-02-01T10:21:46.189Z | Documenting idna v0.5.0 |
2417 | 2024-02-01T10:21:46.280Z | Documenting httparse v1.8.0 |
2418 | 2024-02-01T10:21:46.440Z | Documenting errno v0.3.8 |
2419 | 2024-02-01T10:21:46.884Z | Documenting unicode-ident v1.0.12 |
2420 | 2024-02-01T10:21:50.058Z | Documenting unicode-width v0.1.11 |
2421 | 2024-02-01T10:21:50.061Z | Documenting digest v0.10.7 |
2422 | 2024-02-01T10:21:50.894Z | Documenting proc-macro2 v1.0.78 |
2423 | 2024-02-01T10:21:52.022Z | Documenting url v2.5.0 |
2424 | 2024-02-01T10:21:52.280Z | Documenting httpdate v1.0.3 |
2425 | 2024-02-01T10:21:52.385Z | Documenting rustix v0.38.30 |
2426 | 2024-02-01T10:21:53.919Z | Documenting adler v1.0.2 |
2427 | 2024-02-01T10:21:54.656Z | Documenting schemars v0.8.16 |
2428 | 2024-02-01T10:21:56.749Z | Documenting try-lock v0.2.4 |
2429 | 2024-02-01T10:21:57.503Z | Documenting http-body v0.4.5 |
2430 | 2024-02-01T10:21:57.910Z | Documenting miniz_oxide v0.7.1 |
2431 | 2024-02-01T10:21:58.949Z | Documenting openssl-sys v0.9.96 |
2432 | 2024-02-01T10:21:59.371Z | Documenting openssl-macros v0.1.1 |
2433 | 2024-02-01T10:22:01.228Z | Documenting want v0.3.1 |
2434 | 2024-02-01T10:22:02.458Z | Documenting tower-service v0.3.2 |
2435 | 2024-02-01T10:22:03.556Z | Documenting mime v0.3.17 |
2436 | 2024-02-01T10:22:04.573Z | Documenting base64ct v1.6.0 |
2437 | 2024-02-01T10:22:04.927Z | Documenting quote v1.0.35 |
2438 | 2024-02-01T10:22:06.753Z | Documenting aho-corasick v1.0.4 |
2439 | 2024-02-01T10:22:07.143Z | Documenting ipnet v2.9.0 |
2440 | 2024-02-01T10:22:08.126Z | Documenting openssl v0.10.60 |
2441 | 2024-02-01T10:22:08.857Z | Documenting openssl-probe v0.1.5 |
2442 | 2024-02-01T10:22:10.168Z | Documenting regex-syntax v0.8.2 |
2443 | 2024-02-01T10:22:10.910Z | Documenting syn v2.0.48 |
2444 | 2024-02-01T10:22:10.967Z | Documenting slog v2.7.0 |
2445 | 2024-02-01T10:22:13.213Z | Documenting tokio-util v0.7.10 |
2446 | 2024-02-01T10:22:13.451Z | Documenting async-trait v0.1.77 |
2447 | 2024-02-01T10:22:14.207Z | Documenting pem-rfc7468 v0.7.0 |
2448 | 2024-02-01T10:22:14.215Z | Documenting encoding_rs v0.8.33 |
2449 | 2024-02-01T10:22:17.244Z | Documenting der_derive v0.7.2 |
2450 | 2024-02-01T10:22:20.147Z | Documenting utf8parse v0.2.1 |
2451 | 2024-02-01T10:22:20.305Z | Documenting regex-automata v0.4.4 |
2452 | 2024-02-01T10:22:20.337Z | Documenting flagset v0.4.3 |
2453 | 2024-02-01T10:22:20.762Z | Documenting native-tls v0.2.11 |
2454 | 2024-02-01T10:22:21.047Z | Documenting serde_urlencoded v0.7.1 |
2455 | 2024-02-01T10:22:21.660Z | Documenting h2 v0.3.24 |
2456 | 2024-02-01T10:22:24.275Z | Documenting num-integer v0.1.45 |
2457 | 2024-02-01T10:22:24.508Z | Documenting time-macros v0.2.13 |
2458 | 2024-02-01T10:22:25.138Z | Documenting der v0.7.8 |
2459 | 2024-02-01T10:22:26.995Z | Documenting gimli v0.28.0 |
2460 | 2024-02-01T10:22:28.852Z | Documenting tokio-native-tls v0.3.1 |
2461 | 2024-02-01T10:22:30.283Z | Documenting num_threads v0.1.6 |
2462 | 2024-02-01T10:22:31.530Z | Documenting time-core v0.1.1 |
2463 | 2024-02-01T10:22:32.459Z | Documenting deranged v0.3.8 |
2464 | 2024-02-01T10:22:32.967Z | Documenting regex v1.10.3 |
2465 | 2024-02-01T10:22:35.604Z | Documenting spki v0.7.2 |
2466 | 2024-02-01T10:22:35.769Z | Documenting object v0.32.1 |
2467 | 2024-02-01T10:22:36.394Z | Documenting addr2line v0.21.0 |
2468 | 2024-02-01T10:22:36.525Z | Documenting crossbeam-utils v0.8.16 |
2469 | 2024-02-01T10:22:37.779Z | Documenting hyper v0.14.27 |
2470 | 2024-02-01T10:22:39.595Z | Documenting time v0.3.27 |
2471 | 2024-02-01T10:22:39.659Z | Documenting webpki-roots v0.25.2 |
2472 | 2024-02-01T10:22:41.495Z | Documenting rustc-demangle v0.1.23 |
2473 | 2024-02-01T10:22:42.041Z | Documenting spin v0.9.8 |
2474 | 2024-02-01T10:22:42.315Z | Documenting pkcs8 v0.10.2 |
2475 | 2024-02-01T10:22:42.805Z | Documenting openapiv3 v2.0.0 |
2476 | 2024-02-01T10:22:45.225Z | Checking pest_meta v2.7.6 |
2477 | 2024-02-01T10:22:45.719Z | Documenting data-encoding v2.4.0 |
2478 | 2024-02-01T10:22:46.375Z | Documenting anstyle v1.0.2 |
2479 | 2024-02-01T10:22:46.779Z | Documenting anstyle-parse v0.2.1 |
2480 | 2024-02-01T10:22:47.155Z | Documenting ipnetwork v0.20.0 |
2481 | 2024-02-01T10:22:48.995Z | Documenting sha2 v0.10.8 |
2482 | 2024-02-01T10:22:51.371Z | Documenting futures-executor v0.3.30 |
2483 | 2024-02-01T10:22:51.755Z | Documenting hex v0.4.3 |
2484 | 2024-02-01T10:22:51.936Z | Documenting crc32fast v1.3.2 |
2485 | 2024-02-01T10:22:52.966Z | Documenting pest_meta v2.7.6 |
2486 | 2024-02-01T10:22:54.735Z | Documenting scroll_derive v0.12.0 |
2487 | 2024-02-01T10:22:55.168Z | Documenting backtrace v0.3.69 |
2488 | 2024-02-01T10:22:56.732Z | Documenting anstyle-query v1.0.0 |
2489 | 2024-02-01T10:22:57.009Z | Documenting hyper-tls v0.5.0 |
2490 | 2024-02-01T10:22:57.362Z | Documenting hyper-rustls v0.24.2 |
2491 | 2024-02-01T10:22:57.557Z | Documenting colorchoice v1.0.0 |
2492 | 2024-02-01T10:22:57.866Z | Documenting either v1.9.0 |
2493 | 2024-02-01T10:22:58.863Z | Documenting untrusted v0.9.0 |
2494 | 2024-02-01T10:23:01.097Z | Documenting scroll v0.12.0 |
2495 | 2024-02-01T10:23:01.599Z | Documenting pest_generator v2.7.6 |
2496 | 2024-02-01T10:23:02.047Z | Documenting anstream v0.5.0 |
2497 | 2024-02-01T10:23:02.898Z | Documenting ring v0.17.7 |
2498 | 2024-02-01T10:23:03.341Z | Documenting anyhow v1.0.75 |
2499 | 2024-02-01T10:23:03.776Z | Checking pest_generator v2.7.6 |
2500 | 2024-02-01T10:23:04.973Z | Documenting num-iter v0.1.43 |
2501 | 2024-02-01T10:23:06.671Z | Documenting hmac v0.12.1 |
2502 | 2024-02-01T10:23:07.671Z | Documenting signal-hook v0.3.17 |
2503 | 2024-02-01T10:23:08.050Z | Documenting terminal_size v0.2.6 |
2504 | 2024-02-01T10:23:08.277Z | Documenting reqwest v0.11.22 |
2505 | 2024-02-01T10:23:08.516Z | Documenting memoffset v0.9.0 |
2506 | 2024-02-01T10:23:10.590Z | Documenting clap_lex v0.5.1 |
2507 | 2024-02-01T10:23:11.035Z | Documenting plain v0.2.3 |
2508 | 2024-02-01T10:23:11.230Z | Documenting strsim v0.10.0 |
2509 | 2024-02-01T10:23:12.606Z | Documenting ucd-trie v0.1.6 |
2510 | 2024-02-01T10:23:13.612Z | Documenting crossbeam-epoch v0.9.15 |
2511 | 2024-02-01T10:23:13.903Z | Documenting pest_derive v2.7.6 |
2512 | 2024-02-01T10:23:14.214Z | Documenting futures v0.3.30 |
2513 | 2024-02-01T10:23:15.156Z | Documenting goblin v0.8.0 |
2514 | 2024-02-01T10:23:16.631Z | Documenting flate2 v1.0.28 |
2515 | 2024-02-01T10:23:17.167Z | Documenting clap_builder v4.4.2 |
2516 | 2024-02-01T10:23:18.540Z | Documenting pest v2.7.6 |
2517 | 2024-02-01T10:23:19.315Z | Documenting clap_derive v4.4.2 |
2518 | 2024-02-01T10:23:20.111Z | Documenting unicode-segmentation v1.10.1 |
2519 | 2024-02-01T10:23:24.016Z | Documenting managed v0.8.0 |
2520 | 2024-02-01T10:23:24.215Z | Documenting pretty-hex v0.4.1 |
2521 | 2024-02-01T10:23:25.234Z | Documenting signal-hook-mio v0.2.3 |
2522 | 2024-02-01T10:23:26.266Z | Documenting block-padding v0.3.3 |
2523 | 2024-02-01T10:23:26.278Z | Documenting dtrace-parser v0.2.0 |
2524 | 2024-02-01T10:23:26.830Z | Documenting scheduled-thread-pool v0.2.7 |
2525 | 2024-02-01T10:23:27.072Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2526 | 2024-02-01T10:23:27.235Z | Documenting clap v4.4.3 |
2527 | 2024-02-01T10:23:29.045Z | Documenting dof v0.3.0 |
2528 | 2024-02-01T10:23:29.048Z | Documenting thread-id v4.2.0 |
2529 | 2024-02-01T10:23:31.115Z | Documenting enum-as-inner v0.5.1 |
2530 | 2024-02-01T10:23:32.253Z | Documenting diesel_table_macro_syntax v0.1.0 |
2531 | 2024-02-01T10:23:32.643Z | Checking diesel_table_macro_syntax v0.1.0 |
2532 | 2024-02-01T10:23:32.868Z | Documenting r2d2 v0.8.10 |
2533 | 2024-02-01T10:23:32.871Z | Documenting inout v0.1.3 |
2534 | 2024-02-01T10:23:32.985Z | Documenting bzip2 v0.4.4 |
2535 | 2024-02-01T10:23:34.408Z | Documenting crossterm v0.27.0 |
2536 | 2024-02-01T10:23:34.513Z | Documenting md-5 v0.10.5 |
2537 | 2024-02-01T10:23:37.242Z | Documenting usdt-impl v0.5.0 |
2538 | 2024-02-01T10:23:37.399Z | Documenting trust-dns-proto v0.22.0 |
2539 | 2024-02-01T10:23:38.687Z | Documenting stringprep v0.1.3 |
2540 | 2024-02-01T10:23:38.790Z | Documenting diesel_derives v2.1.2 |
2541 | 2024-02-01T10:23:39.012Z | Documenting toml_datetime v0.6.5 |
2542 | 2024-02-01T10:23:39.162Z | Documenting serde_spanned v0.6.4 |
2543 | 2024-02-01T10:23:41.543Z | Documenting ff v0.13.0 |
2544 | 2024-02-01T10:23:42.125Z | Documenting regress v0.7.1 |
2545 | 2024-02-01T10:23:44.271Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2546 | 2024-02-01T10:23:44.764Z | Documenting static_assertions v1.1.0 |
2547 | 2024-02-01T10:23:44.910Z | Documenting siphasher v0.3.11 |
2548 | 2024-02-01T10:23:47.268Z | Documenting fallible-iterator v0.2.0 |
2549 | 2024-02-01T10:23:47.355Z | Documenting winnow v0.5.15 |
2550 | 2024-02-01T10:23:49.001Z | Documenting base16ct v0.2.0 |
2551 | 2024-02-01T10:23:49.213Z | Documenting bit-vec v0.6.3 |
2552 | 2024-02-01T10:23:49.820Z | Documenting phf_shared v0.11.2 |
2553 | 2024-02-01T10:23:50.225Z | Documenting diesel v2.1.4 |
2554 | 2024-02-01T10:23:51.287Z | Documenting group v0.13.0 |
2555 | 2024-02-01T10:23:51.486Z | Documenting cipher v0.4.4 |
2556 | 2024-02-01T10:23:57.503Z | Documenting sec1 v0.7.3 |
2557 | 2024-02-01T10:23:57.565Z | Documenting postgres-protocol v0.6.6 |
2558 | 2024-02-01T10:23:57.565Z | Documenting toml_edit v0.21.0 |
2559 | 2024-02-01T10:23:57.565Z | Documenting zip v0.6.6 |
2560 | 2024-02-01T10:23:57.565Z | Documenting hkdf v0.12.4 |
2561 | 2024-02-01T10:23:57.611Z | Documenting num-bigint v0.4.4 |
2562 | 2024-02-01T10:24:01.472Z | Documenting crypto-bigint v0.5.2 |
2563 | 2024-02-01T10:24:02.594Z | Documenting hubpack v0.1.2 |
2564 | 2024-02-01T10:24:03.036Z | Documenting camino v1.1.6 |
2565 | 2024-02-01T10:24:03.227Z | Documenting bstr v1.6.0 |
2566 | 2024-02-01T10:24:04.325Z | Documenting serde_repr v0.1.16 |
2567 | 2024-02-01T10:24:04.856Z | Documenting minimal-lexical v0.2.1 |
2568 | 2024-02-01T10:24:07.713Z | Documenting heck v0.4.1 |
2569 | 2024-02-01T10:24:09.463Z | Documenting precomputed-hash v0.1.1 |
2570 | 2024-02-01T10:24:10.299Z | Documenting lalrpop-util v0.19.12 |
2571 | 2024-02-01T10:24:10.484Z | Documenting fixedbitset v0.4.2 |
2572 | 2024-02-01T10:24:10.775Z | Documenting new_debug_unreachable v1.0.4 |
2573 | 2024-02-01T10:24:11.198Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2574 | 2024-02-01T10:24:12.197Z | Documenting elliptic-curve v0.13.8 |
2575 | 2024-02-01T10:24:14.046Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2576 | 2024-02-01T10:24:14.982Z | Documenting nom v7.1.3 |
2577 | 2024-02-01T10:24:15.262Z | Documenting petgraph v0.6.4 |
2578 | 2024-02-01T10:24:15.315Z | Documenting string_cache v0.8.7 |
2579 | 2024-02-01T10:24:16.594Z | Documenting yasna v0.5.2 |
2580 | 2024-02-01T10:24:20.312Z | Documenting postgres-types v0.2.6 |
2581 | 2024-02-01T10:24:22.246Z | Documenting phf v0.11.2 |
2582 | 2024-02-01T10:24:22.370Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2583 | 2024-02-01T10:24:23.205Z | Documenting console v0.15.8 |
2584 | 2024-02-01T10:24:25.955Z | Documenting semver v1.0.21 |
2585 | 2024-02-01T10:24:26.304Z | Documenting float-cmp v0.9.0 |
2586 | 2024-02-01T10:24:26.656Z | Documenting normalize-line-endings v0.3.0 |
2587 | 2024-02-01T10:24:28.200Z | Documenting difflib v0.4.0 |
2588 | 2024-02-01T10:24:29.057Z | Documenting whoami v1.4.1 |
2589 | 2024-02-01T10:24:29.595Z | Documenting predicates-core v1.0.6 |
2590 | 2024-02-01T10:24:31.170Z | Documenting bit-set v0.5.3 |
2591 | 2024-02-01T10:24:32.065Z | Documenting similar v2.3.0 |
2592 | 2024-02-01T10:24:32.197Z | Documenting getopts v0.2.21 |
2593 | 2024-02-01T10:24:32.779Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2594 | 2024-02-01T10:24:33.143Z | Documenting tokio-stream v0.1.14 |
2595 | 2024-02-01T10:24:33.772Z | Checking ident_case v1.0.1 |
2596 | 2024-02-01T10:24:33.979Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2597 | 2024-02-01T10:24:34.526Z | Documenting tokio-postgres v0.7.10 |
2598 | 2024-02-01T10:24:35.062Z | Documenting predicates v3.1.0 |
2599 | 2024-02-01T10:24:37.228Z | Documenting match_cfg v0.1.0 |
2600 | 2024-02-01T10:24:38.289Z | Documenting sha1 v0.10.6 |
2601 | 2024-02-01T10:24:38.339Z | Documenting dirs-sys-next v0.1.2 |
2602 | 2024-02-01T10:24:40.738Z | Documenting rustls-pki-types v1.1.0 |
2603 | 2024-02-01T10:24:41.207Z | Documenting hostname v0.3.1 |
2604 | 2024-02-01T10:24:42.294Z | Documenting paste v1.0.14 |
2605 | 2024-02-01T10:24:42.761Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2606 | 2024-02-01T10:24:43.936Z | Documenting dirs-next v2.0.0 |
2607 | 2024-02-01T10:24:44.263Z | Documenting thread_local v1.1.7 |
2608 | 2024-02-01T10:24:45.464Z | Documenting crossbeam-channel v0.5.8 |
2609 | 2024-02-01T10:24:46.429Z | Documenting rustls-webpki v0.102.1 |
2610 | 2024-02-01T10:24:46.754Z | Documenting atty v0.2.14 |
2611 | 2024-02-01T10:24:48.350Z | Documenting take_mut v0.2.2 |
2612 | 2024-02-01T10:24:48.855Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2613 | 2024-02-01T10:24:49.524Z | Documenting term v0.7.0 |
2614 | 2024-02-01T10:24:50.460Z | Documenting slog-json v2.6.1 |
2615 | 2024-02-01T10:24:51.420Z | Documenting http v1.0.0 |
2616 | 2024-02-01T10:24:51.891Z | Documenting async-stream-impl v0.3.5 |
2617 | 2024-02-01T10:24:52.838Z | Documenting rustls v0.22.2 |
2618 | 2024-02-01T10:24:53.757Z | Documenting slog-async v2.8.0 |
2619 | 2024-02-01T10:24:54.232Z | Documenting atomic-waker v1.1.1 |
2620 | 2024-02-01T10:24:58.775Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2621 | 2024-02-01T10:24:58.845Z | Documenting slog-term v2.9.0 |
2622 | 2024-02-01T10:24:58.845Z | Documenting debug-ignore v1.0.5 |
2623 | 2024-02-01T10:24:58.845Z | Documenting async-stream v0.3.5 |
2624 | 2024-02-01T10:24:58.845Z | Documenting waitgroup v0.1.2 |
2625 | 2024-02-01T10:24:59.391Z | Documenting slog-bunyan v2.5.0 |
2626 | 2024-02-01T10:24:59.851Z | Documenting multer v3.0.0 |
2627 | 2024-02-01T10:25:01.107Z | Documenting rustls-pemfile v2.0.0 |
2628 | 2024-02-01T10:25:01.626Z | Checking darling_core v0.20.3 |
2629 | 2024-02-01T10:25:03.894Z | Documenting toml v0.8.8 |
2630 | 2024-02-01T10:25:04.079Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2631 | 2024-02-01T10:25:04.632Z | Documenting serde_path_to_error v0.1.15 |
2632 | 2024-02-01T10:25:06.718Z | Documenting strum v0.25.0 |
2633 | 2024-02-01T10:25:06.836Z | Checking darling v0.20.3 |
2634 | 2024-02-01T10:25:06.987Z | Documenting serde_with_macros v3.5.1 |
2635 | 2024-02-01T10:25:07.070Z | Documenting tokio-rustls v0.25.0 |
2636 | 2024-02-01T10:25:07.159Z | Documenting structmeta-derive v0.2.0 |
2637 | 2024-02-01T10:25:10.898Z | Checking structmeta v0.2.0 |
2638 | 2024-02-01T10:25:11.242Z | Documenting instant v0.1.12 |
2639 | 2024-02-01T10:25:11.582Z | Checking regex-syntax v0.7.5 |
2640 | 2024-02-01T10:25:12.018Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2641 | 2024-02-01T10:25:12.248Z | Documenting macaddr v1.0.1 |
2642 | 2024-02-01T10:25:12.777Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2643 | 2024-02-01T10:25:14.500Z | Documenting serde_with v3.5.1 |
2644 | 2024-02-01T10:25:14.773Z | Documenting structmeta v0.2.0 |
2645 | 2024-02-01T10:25:14.984Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2646 | 2024-02-01T10:25:16.564Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2647 | 2024-02-01T10:25:16.634Z | Documenting backoff v0.4.0 |
2648 | 2024-02-01T10:25:16.900Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-02-01T10:25:18.068Z | Documenting fastrand v2.0.0 |
2650 | 2024-02-01T10:25:18.468Z | Documenting proc-macro-error-attr v1.0.4 |
2651 | 2024-02-01T10:25:19.141Z | Documenting is-terminal v0.4.9 |
2652 | 2024-02-01T10:25:21.207Z | Documenting parse-display-derive v0.8.2 |
2653 | 2024-02-01T10:25:21.355Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2654 | 2024-02-01T10:25:23.914Z | Documenting proc-macro-error v1.0.4 |
2655 | 2024-02-01T10:25:24.140Z | Documenting tempfile v3.9.0 |
2656 | 2024-02-01T10:25:24.830Z | Checking proc-macro-error v1.0.4 |
2657 | 2024-02-01T10:25:25.228Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-02-01T10:25:26.046Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2659 | 2024-02-01T10:25:26.168Z | Checking proc-macro-crate v1.3.1 |
2660 | 2024-02-01T10:25:26.473Z | Documenting proc-macro-crate v1.3.1 |
2661 | 2024-02-01T10:25:26.518Z | Documenting hash32 v0.3.1 |
2662 | 2024-02-01T10:25:26.554Z | Documenting stable_deref_trait v1.2.0 |
2663 | 2024-02-01T10:25:28.051Z | Documenting embedded-io v0.4.0 |
2664 | 2024-02-01T10:25:29.815Z | Documenting parse-display v0.8.2 |
2665 | 2024-02-01T10:25:30.751Z | Documenting camino-tempfile v1.1.1 |
2666 | 2024-02-01T10:25:30.798Z | Documenting cobs v0.2.3 |
2667 | 2024-02-01T10:25:31.090Z | Documenting foreign-types-macros v0.2.3 |
2668 | 2024-02-01T10:25:32.404Z | Documenting heapless v0.8.0 |
2669 | 2024-02-01T10:25:32.605Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2670 | 2024-02-01T10:25:34.355Z | Documenting num_enum_derive v0.5.11 |
2671 | 2024-02-01T10:25:34.932Z | Documenting postcard v1.0.8 |
2672 | 2024-02-01T10:25:35.851Z | Documenting foreign-types-shared v0.3.1 |
2673 | 2024-02-01T10:25:36.858Z | Documenting crucible-workspace-hack v0.1.0 |
2674 | 2024-02-01T10:25:37.194Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2675 | 2024-02-01T10:25:37.786Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2676 | 2024-02-01T10:25:38.845Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2677 | 2024-02-01T10:25:39.836Z | Documenting smoltcp v0.11.0 |
2678 | 2024-02-01T10:25:39.969Z | Documenting foreign-types v0.5.0 |
2679 | 2024-02-01T10:25:41.847Z | Documenting cstr-argument v0.1.2 |
2680 | 2024-02-01T10:25:42.337Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2681 | 2024-02-01T10:25:43.159Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2682 | 2024-02-01T10:25:43.368Z | Documenting colored v2.0.4 |
2683 | 2024-02-01T10:25:44.357Z | Documenting num_enum v0.5.11 |
2684 | 2024-02-01T10:25:45.968Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2685 | 2024-02-01T10:25:47.922Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2686 | 2024-02-01T10:25:49.193Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2687 | 2024-02-01T10:25:49.456Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2688 | 2024-02-01T10:25:49.615Z | Documenting zone_cfg_derive v0.3.0 |
2689 | 2024-02-01T10:25:49.842Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2024-02-01T10:25:50.308Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2691 | 2024-02-01T10:25:50.588Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2692 | 2024-02-01T10:25:54.231Z | Documenting num-derive v0.4.0 |
2693 | 2024-02-01T10:25:55.728Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2694 | 2024-02-01T10:25:56.426Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2695 | 2024-02-01T10:25:56.743Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2696 | 2024-02-01T10:25:57.329Z | Documenting zone v0.3.0 |
2697 | 2024-02-01T10:25:58.699Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2698 | 2024-02-01T10:26:01.096Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2699 | 2024-02-01T10:26:03.230Z | Documenting smf v0.2.2 |
2700 | 2024-02-01T10:26:04.107Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2701 | 2024-02-01T10:26:06.070Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2702 | 2024-02-01T10:26:06.958Z | Documenting linked-hash-map v0.5.6 |
2703 | 2024-02-01T10:26:08.027Z | Documenting password-hash v0.5.0 |
2704 | 2024-02-01T10:26:08.449Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2705 | 2024-02-01T10:26:09.132Z | Documenting blake2 v0.10.6 |
2706 | 2024-02-01T10:26:09.474Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2707 | 2024-02-01T10:26:13.632Z | Documenting lru-cache v0.1.2 |
2708 | 2024-02-01T10:26:13.989Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2709 | 2024-02-01T10:26:14.170Z | Documenting itertools v0.12.0 |
2710 | 2024-02-01T10:26:16.542Z | Documenting argon2 v0.5.3 |
2711 | 2024-02-01T10:26:18.871Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2712 | 2024-02-01T10:26:18.921Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2713 | 2024-02-01T10:26:19.140Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-02-01T10:26:19.592Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2715 | 2024-02-01T10:26:20.681Z | Documenting memmap v0.7.0 |
2716 | 2024-02-01T10:26:21.476Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-02-01T10:26:23.933Z | Documenting quick-error v1.2.3 |
2718 | 2024-02-01T10:26:24.296Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-02-01T10:26:24.891Z | Documenting swrite v0.1.0 |
2720 | 2024-02-01T10:26:25.737Z | Documenting tap v1.0.1 |
2721 | 2024-02-01T10:26:26.293Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2722 | 2024-02-01T10:26:26.666Z | Documenting usdt v0.5.0 |
2723 | 2024-02-01T10:26:27.664Z | Documenting radium v0.7.0 |
2724 | 2024-02-01T10:26:28.200Z | Documenting newtype_derive v0.1.6 |
2725 | 2024-02-01T10:26:29.337Z | Documenting resolv-conf v0.7.0 |
2726 | 2024-02-01T10:26:29.870Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2727 | 2024-02-01T10:26:29.934Z | Documenting wyz v0.5.1 |
2728 | 2024-02-01T10:26:30.302Z | Documenting nibble_vec v0.1.0 |
2729 | 2024-02-01T10:26:32.029Z | Checking heck v0.3.3 |
2730 | 2024-02-01T10:26:32.258Z | Documenting crc-catalog v2.2.0 |
2731 | 2024-02-01T10:26:33.560Z | Documenting funty v2.0.0 |
2732 | 2024-02-01T10:26:34.044Z | Documenting endian-type v0.1.2 |
2733 | 2024-02-01T10:26:34.505Z | Documenting steno v0.4.0 |
2734 | 2024-02-01T10:26:35.119Z | Documenting trust-dns-resolver v0.22.0 |
2735 | 2024-02-01T10:26:36.245Z | Documenting structopt-derive v0.4.18 |
2736 | 2024-02-01T10:26:36.437Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2737 | 2024-02-01T10:26:36.681Z | Documenting crc v3.0.1 |
2738 | 2024-02-01T10:26:38.171Z | Documenting bitvec v1.0.1 |
2739 | 2024-02-01T10:26:39.448Z | Documenting radix_trie v0.2.1 |
2740 | 2024-02-01T10:26:41.183Z | Documenting cancel-safe-futures v0.1.5 |
2741 | 2024-02-01T10:26:43.863Z | Documenting xattr v1.0.1 |
2742 | 2024-02-01T10:26:45.204Z | Documenting filetime v0.2.23 |
2743 | 2024-02-01T10:26:46.252Z | Documenting packed_struct_codegen v0.10.1 |
2744 | 2024-02-01T10:26:48.761Z | Documenting nodrop v0.1.14 |
2745 | 2024-02-01T10:26:49.670Z | Documenting structopt v0.3.26 |
2746 | 2024-02-01T10:26:50.063Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2747 | 2024-02-01T10:26:50.665Z | Documenting libefi-sys v0.1.0 |
2748 | 2024-02-01T10:26:50.863Z | Documenting tar v0.4.40 |
2749 | 2024-02-01T10:26:51.346Z | Documenting num-bigint-dig v0.8.4 |
2750 | 2024-02-01T10:26:52.949Z | Documenting array-init v0.0.4 |
2751 | 2024-02-01T10:26:53.280Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2752 | 2024-02-01T10:26:54.701Z | Documenting packed_struct v0.10.1 |
2753 | 2024-02-01T10:26:56.129Z | Documenting pkcs1 v0.7.5 |
2754 | 2024-02-01T10:26:56.860Z | Documenting signature v2.1.0 |
2755 | 2024-02-01T10:26:57.051Z | Documenting arc-swap v1.6.0 |
2756 | 2024-02-01T10:26:57.596Z | Documenting termcolor v1.2.0 |
2757 | 2024-02-01T10:27:00.459Z | Documenting bitfield v0.14.0 |
2758 | 2024-02-01T10:27:00.829Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2759 | 2024-02-01T10:27:02.878Z | Documenting slog-scope v4.4.0 |
2760 | 2024-02-01T10:27:03.220Z | Documenting serde-hex v0.1.0 |
2761 | 2024-02-01T10:27:03.943Z | Documenting env_logger v0.10.0 |
2762 | 2024-02-01T10:27:04.155Z | Documenting rsa v0.9.2 |
2763 | 2024-02-01T10:27:04.775Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2764 | 2024-02-01T10:27:07.786Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2765 | 2024-02-01T10:27:07.859Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2766 | 2024-02-01T10:27:08.568Z | Documenting num-rational v0.4.1 |
2767 | 2024-02-01T10:27:10.775Z | Documenting x509-cert v0.2.4 |
2768 | 2024-02-01T10:27:12.047Z | Documenting libsw v3.3.1 |
2769 | 2024-02-01T10:27:12.238Z | Documenting ron v0.8.1 |
2770 | 2024-02-01T10:27:13.594Z | Documenting num-complex v0.4.4 |
2771 | 2024-02-01T10:27:13.722Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2772 | 2024-02-01T10:27:14.950Z | Documenting half v2.3.1 |
2773 | 2024-02-01T10:27:15.725Z | Documenting derive-where v1.2.7 |
2774 | 2024-02-01T10:27:19.499Z | Documenting ciborium-io v0.2.2 |
2775 | 2024-02-01T10:27:19.507Z | Documenting crc-any v2.4.3 |
2776 | 2024-02-01T10:27:19.507Z | Documenting owo-colors v4.0.0 |
2777 | 2024-02-01T10:27:19.741Z | Documenting same-file v1.0.6 |
2778 | 2024-02-01T10:27:19.769Z | Documenting linear-map v1.2.0 |
2779 | 2024-02-01T10:27:21.040Z | Documenting num v0.4.1 |
2780 | 2024-02-01T10:27:23.718Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2781 | 2024-02-01T10:27:24.182Z | Documenting ciborium-ll v0.2.2 |
2782 | 2024-02-01T10:27:25.597Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2783 | 2024-02-01T10:27:25.956Z | Documenting walkdir v2.4.0 |
2784 | 2024-02-01T10:27:26.406Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2785 | 2024-02-01T10:27:26.899Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2786 | 2024-02-01T10:27:29.895Z | Documenting slog-stdlog v4.1.1 |
2787 | 2024-02-01T10:27:30.491Z | Documenting slog-dtrace v0.3.0 |
2788 | 2024-02-01T10:27:32.385Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2789 | 2024-02-01T10:27:32.695Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2790 | 2024-02-01T10:27:36.448Z | Documenting path-slash v0.1.5 |
2791 | 2024-02-01T10:27:39.325Z | Documenting slog-envlogger v2.2.0 |
2792 | 2024-02-01T10:27:40.090Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2793 | 2024-02-01T10:27:41.281Z | Documenting ciborium v0.2.2 |
2794 | 2024-02-01T10:27:41.720Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2795 | 2024-02-01T10:27:42.814Z | Documenting pem v3.0.2 |
2796 | 2024-02-01T10:27:47.499Z | Documenting fxhash v0.2.1 |
2797 | 2024-02-01T10:27:47.972Z | Documenting utf-8 v0.7.6 |
2798 | 2024-02-01T10:27:48.475Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2799 | 2024-02-01T10:27:50.513Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2800 | 2024-02-01T10:27:53.013Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2801 | 2024-02-01T10:27:53.459Z | Documenting tungstenite v0.20.1 |
2802 | 2024-02-01T10:27:56.799Z | Documenting vte_generate_state_changes v0.1.1 |
2803 | 2024-02-01T10:27:56.813Z | Documenting display-error-chain v0.2.0 |
2804 | 2024-02-01T10:27:59.366Z | Checking convert_case v0.4.0 |
2805 | 2024-02-01T10:27:59.684Z | Documenting convert_case v0.4.0 |
2806 | 2024-02-01T10:28:02.370Z | Documenting buf-list v1.0.3 |
2807 | 2024-02-01T10:28:02.544Z | Documenting vte v0.11.1 |
2808 | 2024-02-01T10:28:03.380Z | Documenting tokio-tungstenite v0.20.1 |
2809 | 2024-02-01T10:28:05.181Z | Documenting derive_more v0.99.17 |
2810 | 2024-02-01T10:28:09.089Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2811 | 2024-02-01T10:28:09.536Z | Documenting pin-project-internal v1.1.3 |
2812 | 2024-02-01T10:28:11.063Z | Documenting strip-ansi-escapes v0.2.0 |
2813 | 2024-02-01T10:28:11.075Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2814 | 2024-02-01T10:28:13.890Z | Documenting doc-comment v0.3.3 |
2815 | 2024-02-01T10:28:14.701Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2816 | 2024-02-01T10:28:16.554Z | Checking darling_core v0.14.4 |
2817 | 2024-02-01T10:28:17.001Z | Documenting pin-project v1.1.3 |
2818 | 2024-02-01T10:28:18.231Z | Documenting snafu-derive v0.7.5 |
2819 | 2024-02-01T10:28:19.460Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2820 | 2024-02-01T10:28:19.635Z | Documenting nu-ansi-term v0.49.0 |
2821 | 2024-02-01T10:28:19.924Z | Checking darling v0.14.4 |
2822 | 2024-02-01T10:28:20.993Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2823 | 2024-02-01T10:28:21.535Z | Documenting trust-dns-client v0.22.0 |
2824 | 2024-02-01T10:28:23.905Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2825 | 2024-02-01T10:28:24.692Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2826 | 2024-02-01T10:28:25.104Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2827 | 2024-02-01T10:28:25.617Z | Documenting reedline v0.28.0 |
2828 | 2024-02-01T10:28:27.014Z | Documenting globset v0.4.13 |
2829 | 2024-02-01T10:28:30.148Z | Documenting snafu v0.7.5 |
2830 | 2024-02-01T10:28:34.275Z | Documenting olpc-cjson v0.1.3 |
2831 | 2024-02-01T10:28:34.672Z | Documenting serde_plain v1.0.2 |
2832 | 2024-02-01T10:28:35.749Z | Documenting async-recursion v1.0.5 |
2833 | 2024-02-01T10:28:36.439Z | Documenting keccak v0.1.4 |
2834 | 2024-02-01T10:28:37.177Z | Documenting bytecount v0.6.3 |
2835 | 2024-02-01T10:28:37.212Z | Documenting typed-path v0.7.0 |
2836 | 2024-02-01T10:28:40.759Z | Documenting trust-dns-server v0.22.1 |
2837 | 2024-02-01T10:28:40.960Z | Documenting sha3 v0.10.8 |
2838 | 2024-02-01T10:28:41.281Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2839 | 2024-02-01T10:28:41.456Z | Documenting papergrid v0.11.0 |
2840 | 2024-02-01T10:28:42.415Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2841 | 2024-02-01T10:28:44.292Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2842 | 2024-02-01T10:28:44.311Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2843 | 2024-02-01T10:28:45.203Z | Documenting sled v0.34.7 |
2844 | 2024-02-01T10:28:45.502Z | Documenting tough v0.16.0 |
2845 | 2024-02-01T10:28:46.554Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2846 | 2024-02-01T10:28:47.770Z | Documenting fs-err v2.11.0 |
2847 | 2024-02-01T10:28:48.684Z | Documenting unicase v2.7.0 |
2848 | 2024-02-01T10:28:49.121Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2849 | 2024-02-01T10:28:49.547Z | Documenting tabled_derive v0.7.0 |
2850 | 2024-02-01T10:28:50.057Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2851 | 2024-02-01T10:28:53.506Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2852 | 2024-02-01T10:28:53.833Z | Documenting crossbeam-deque v0.8.3 |
2853 | 2024-02-01T10:28:53.861Z | Documenting fd-lock v4.0.2 |
2854 | 2024-02-01T10:28:54.771Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2855 | 2024-02-01T10:28:55.361Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2856 | 2024-02-01T10:28:55.397Z | Documenting nix v0.27.1 |
2857 | 2024-02-01T10:28:56.268Z | Documenting secrecy v0.8.0 |
2858 | 2024-02-01T10:28:56.950Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2859 | 2024-02-01T10:28:59.651Z | Documenting headers-core v0.2.0 |
2860 | 2024-02-01T10:29:00.341Z | Documenting sqlparser_derive v0.2.2 |
2861 | 2024-02-01T10:29:02.253Z | Documenting parse-size v1.0.0 |
2862 | 2024-02-01T10:29:02.383Z | Documenting unicode_categories v0.1.1 |
2863 | 2024-02-01T10:29:03.053Z | Documenting home v0.5.5 |
2864 | 2024-02-01T10:29:03.882Z | Documenting rayon-core v1.12.0 |
2865 | 2024-02-01T10:29:04.042Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2866 | 2024-02-01T10:29:06.601Z | Documenting tabled v0.15.0 |
2867 | 2024-02-01T10:29:06.616Z | Documenting headers v0.3.9 |
2868 | 2024-02-01T10:29:07.077Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2869 | 2024-02-01T10:29:07.890Z | Documenting sqlparser v0.43.1 |
2870 | 2024-02-01T10:29:08.057Z | Documenting sqlformat v0.2.3 |
2871 | 2024-02-01T10:29:08.654Z | Documenting rustyline v13.0.0 |
2872 | 2024-02-01T10:29:10.006Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-02-01T10:29:14.279Z | Documenting mime_guess v2.0.4 |
2874 | 2024-02-01T10:29:16.615Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2875 | 2024-02-01T10:29:17.839Z | Documenting derive_builder_core v0.12.0 |
2876 | 2024-02-01T10:29:18.222Z | Checking derive_builder_core v0.12.0 |
2877 | 2024-02-01T10:29:20.574Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2878 | 2024-02-01T10:29:21.204Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2879 | 2024-02-01T10:29:21.492Z | Documenting universal-hash v0.5.1 |
2880 | 2024-02-01T10:29:21.605Z | Documenting bcs v0.1.6 |
2881 | 2024-02-01T10:29:27.207Z | Documenting kstat-rs v0.2.3 |
2882 | 2024-02-01T10:29:27.626Z | Documenting thiserror-impl-no-std v2.0.2 |
2883 | 2024-02-01T10:29:27.946Z | Documenting curve25519-dalek-derive v0.1.0 |
2884 | 2024-02-01T10:29:28.900Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2885 | 2024-02-01T10:29:31.080Z | Documenting highway v1.1.0 |
2886 | 2024-02-01T10:29:33.260Z | Documenting opaque-debug v0.3.0 |
2887 | 2024-02-01T10:29:34.832Z | Documenting curve25519-dalek v4.1.1 |
2888 | 2024-02-01T10:29:35.226Z | Documenting thiserror-no-std v2.0.2 |
2889 | 2024-02-01T10:29:35.452Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2890 | 2024-02-01T10:29:36.811Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2891 | 2024-02-01T10:29:37.478Z | Documenting poly1305 v0.8.0 |
2892 | 2024-02-01T10:29:39.554Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2893 | 2024-02-01T10:29:39.716Z | Documenting derive_builder_macro v0.12.0 |
2894 | 2024-02-01T10:29:40.857Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2895 | 2024-02-01T10:29:41.722Z | Documenting rayon v1.8.0 |
2896 | 2024-02-01T10:29:43.518Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2897 | 2024-02-01T10:29:44.873Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2898 | 2024-02-01T10:29:46.322Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2899 | 2024-02-01T10:29:53.033Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2900 | 2024-02-01T10:29:53.316Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2901 | 2024-02-01T10:30:05.865Z | Documenting portable-atomic v1.4.3 |
2902 | 2024-02-01T10:30:10.517Z | Documenting ed25519 v1.5.3 |
2903 | 2024-02-01T10:30:11.437Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2904 | 2024-02-01T10:30:14.108Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2905 | 2024-02-01T10:30:14.251Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2906 | 2024-02-01T10:30:15.282Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2024-02-01T10:30:15.456Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2908 | 2024-02-01T10:30:19.016Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2909 | 2024-02-01T10:30:23.096Z | Documenting chacha20 v0.9.1 |
2910 | 2024-02-01T10:30:25.039Z | Documenting aead v0.5.2 |
2911 | 2024-02-01T10:30:27.981Z | Documenting lru v0.12.1 |
2912 | 2024-02-01T10:30:30.568Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2913 | 2024-02-01T10:30:32.934Z | Documenting stability v0.1.1 |
2914 | 2024-02-01T10:30:34.647Z | Documenting ref-cast-impl v1.0.20 |
2915 | 2024-02-01T10:30:35.749Z | Documenting number_prefix v0.4.0 |
2916 | 2024-02-01T10:30:36.516Z | Documenting glob v0.3.1 |
2917 | 2024-02-01T10:30:39.668Z | Documenting cassowary v0.3.0 |
2918 | 2024-02-01T10:30:41.026Z | Documenting chacha20poly1305 v0.10.1 |
2919 | 2024-02-01T10:30:41.313Z | Documenting indicatif v0.17.7 |
2920 | 2024-02-01T10:30:42.373Z | Documenting ref-cast v1.0.20 |
2921 | 2024-02-01T10:30:42.827Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2922 | 2024-02-01T10:30:45.424Z | Documenting salty v0.2.0 |
2923 | 2024-02-01T10:30:45.539Z | Documenting ratatui v0.25.0 |
2924 | 2024-02-01T10:30:46.644Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2925 | 2024-02-01T10:30:46.958Z | Documenting derive_builder v0.12.0 |
2926 | 2024-02-01T10:30:48.916Z | Documenting vsss-rs v3.3.4 |
2927 | 2024-02-01T10:30:52.151Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2928 | 2024-02-01T10:30:53.862Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2929 | 2024-02-01T10:30:54.532Z | Documenting polar-core v0.27.0 |
2930 | 2024-02-01T10:30:57.805Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2931 | 2024-02-01T10:30:59.338Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2932 | 2024-02-01T10:30:59.996Z | Documenting libxml v0.3.3 |
2933 | 2024-02-01T10:31:04.627Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2934 | 2024-02-01T10:31:07.575Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2935 | 2024-02-01T10:31:08.949Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2936 | 2024-02-01T10:31:09.359Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2937 | 2024-02-01T10:31:10.023Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2938 | 2024-02-01T10:31:13.602Z | Documenting bb8 v0.8.1 |
2939 | 2024-02-01T10:31:13.710Z | Documenting serde-big-array v0.5.1 |
2940 | 2024-02-01T10:31:17.534Z | Documenting quick-xml v0.30.0 |
2941 | 2024-02-01T10:31:19.278Z | Documenting rtoolbox v0.0.1 |
2942 | 2024-02-01T10:31:19.971Z | Documenting impl-trait-for-tuples v0.2.2 |
2943 | 2024-02-01T10:31:20.127Z | Documenting oso-derive v0.27.0 |
2944 | 2024-02-01T10:31:22.631Z | Documenting maplit v1.0.2 |
2945 | 2024-02-01T10:31:24.677Z | Documenting http-range v0.1.5 |
2946 | 2024-02-01T10:31:25.481Z | Documenting smawk v0.3.1 |
2947 | 2024-02-01T10:31:25.504Z | Documenting is_ci v1.1.1 |
2948 | 2024-02-01T10:31:26.603Z | Documenting unicode-linebreak v0.1.5 |
2949 | 2024-02-01T10:31:27.704Z | Documenting humantime v2.1.0 |
2950 | 2024-02-01T10:31:28.132Z | Documenting samael v0.0.14 |
2951 | 2024-02-01T10:31:28.836Z | Documenting oso v0.27.0 |
2952 | 2024-02-01T10:31:30.203Z | Documenting hyper-staticfile v0.9.5 |
2953 | 2024-02-01T10:31:30.863Z | Documenting supports-color v2.1.0 |
2954 | 2024-02-01T10:31:31.183Z | Documenting rpassword v7.3.1 |
2955 | 2024-02-01T10:31:31.672Z | Documenting textwrap v0.16.0 |
2956 | 2024-02-01T10:31:33.361Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2957 | 2024-02-01T10:31:36.847Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2958 | 2024-02-01T10:31:38.049Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2959 | 2024-02-01T10:31:38.171Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2960 | 2024-02-01T10:31:38.600Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2961 | 2024-02-01T10:31:40.913Z | Documenting tui-tree-widget v0.16.0 |
2962 | 2024-02-01T10:31:43.730Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2963 | 2024-02-01T10:31:45.687Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2964 | 2024-02-01T10:31:46.226Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2965 | 2024-02-01T10:31:47.181Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2966 | 2024-02-01T10:31:50.743Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2967 | 2024-02-01T10:31:50.804Z | Documenting cookie v0.18.0 |
2968 | 2024-02-01T10:31:54.604Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2969 | 2024-02-01T10:31:57.230Z | Documenting rcgen v0.12.1 |
2970 | 2024-02-01T10:31:57.805Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2971 | 2024-02-01T10:31:58.457Z | Documenting atomicwrites v0.4.3 |
2972 | 2024-02-01T10:32:04.237Z | Documenting signal-hook-tokio v0.3.1 |
2973 | 2024-02-01T10:32:05.355Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2974 | 2024-02-01T10:32:08.013Z | Documenting subprocess v0.2.9 |
2975 | 2024-02-01T10:32:11.388Z | Documenting shell-words v1.1.0 |
2976 | 2024-02-01T10:32:13.916Z | Documenting corncobs v0.1.3 |
2977 | 2024-02-01T10:32:14.340Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2978 | 2024-02-01T10:32:17.650Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2979 | 2024-02-01T10:32:18.252Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2980 | 2024-02-01T10:32:19.557Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-02-01T10:32:25.480Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2982 | 2024-02-01T10:32:26.092Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2983 | 2024-02-01T10:32:28.128Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-02-01T10:32:29.666Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2985 | 2024-02-01T10:32:32.114Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2986 | 2024-02-01T10:32:49.916Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2987 | 2024-02-01T10:32:52.603Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2988 | 2024-02-01T10:32:58.897Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2989 | 2024-02-01T10:33:00.204Z | warning: unclosed HTML tag `usize` |
2990 | 2024-02-01T10:33:00.204Z | --> wicket/src/ui/panes/update.rs:153:19 |
2991 | 2024-02-01T10:33:00.204Z | | |
2992 | 2024-02-01T10:33:00.204Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2993 | 2024-02-01T10:33:00.204Z | | ^^^^^^^ |
2994 | 2024-02-01T10:33:00.204Z | | |
2995 | 2024-02-01T10:33:00.204Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2996 | 2024-02-01T10:33:00.204Z | |
2997 | 2024-02-01T10:33:01.521Z | Documenting fatfs v0.3.6 |
2998 | 2024-02-01T10:33:02.216Z | warning: `wicket` (lib doc) generated 1 warning |
2999 | 2024-02-01T10:33:02.220Z | Documenting nanorand v0.7.0 |
3000 | 2024-02-01T10:33:04.655Z | Documenting topological-sort v0.2.2 |
3001 | 2024-02-01T10:33:08.296Z | Documenting assert_matches v1.5.0 |
3002 | 2024-02-01T10:33:09.066Z | Documenting flume v0.11.0 |
3003 | 2024-02-01T10:33:10.990Z | Documenting omicron-zone-package v0.10.1 |
3004 | 2024-02-01T10:33:12.491Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3005 | 2024-02-01T10:33:16.425Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3006 | 2024-02-01T10:33:17.118Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3007 | 2024-02-01T10:33:20.601Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3008 | 2024-02-01T10:33:22.149Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3009 | 2024-02-01T10:33:25.918Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3010 | 2024-02-01T10:33:29.486Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3011 | 2024-02-01T10:33:30.609Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3012 | 2024-02-01T10:33:36.142Z | Documenting termios v0.3.3 |
3013 | 2024-02-01T10:33:42.433Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3014 | 2024-02-01T10:33:43.782Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3015 | 2024-02-01T10:33:43.782Z | --> sled-agent/src/sim/instance.rs:46:7 |
3016 | 2024-02-01T10:33:43.782Z | | |
3017 | 2024-02-01T10:33:43.782Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3018 | 2024-02-01T10:33:43.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3019 | 2024-02-01T10:33:43.782Z | | |
3020 | 2024-02-01T10:33:43.782Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3021 | 2024-02-01T10:33:43.783Z | |
3022 | 2024-02-01T10:33:49.025Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3023 | 2024-02-01T10:33:51.865Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3024 | 2024-02-01T10:34:00.871Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3025 | 2024-02-01T10:34:01.287Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3026 | 2024-02-01T10:34:06.032Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3027 | 2024-02-01T10:34:14.603Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3028 | 2024-02-01T10:34:40.204Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3029 | 2024-02-01T10:34:40.340Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3030 | 2024-02-01T10:35:07.292Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3031 | 2024-02-01T10:35:07.530Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3032 | 2024-02-01T10:35:11.551Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3033 | 2024-02-01T10:35:14.021Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3034 | 2024-02-01T10:35:21.021Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3035 | 2024-02-01T10:35:39.512Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3036 | 2024-02-01T10:35:39.512Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3037 | 2024-02-01T10:35:39.512Z | | |
3038 | 2024-02-01T10:35:39.512Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3039 | 2024-02-01T10:35:39.512Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3040 | 2024-02-01T10:35:39.513Z | | |
3041 | 2024-02-01T10:35:39.513Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3042 | 2024-02-01T10:35:39.513Z | |
3043 | 2024-02-01T10:35:56.464Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3044 | 2024-02-01T10:35:56.468Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3045 | 2024-02-01T10:37:12.067Z | warning: unresolved link to `VolumeConstructionRequest` |
3046 | 2024-02-01T10:37:12.067Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3047 | 2024-02-01T10:37:12.067Z | | |
3048 | 2024-02-01T10:37:12.067Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3049 | 2024-02-01T10:37:12.067Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3050 | 2024-02-01T10:37:12.067Z | | |
3051 | 2024-02-01T10:37:12.067Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3052 | 2024-02-01T10:37:12.067Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3053 | 2024-02-01T10:37:12.067Z | |
3054 | 2024-02-01T10:37:12.071Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3055 | 2024-02-01T10:37:12.071Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3056 | 2024-02-01T10:37:12.071Z | | |
3057 | 2024-02-01T10:37:12.071Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3058 | 2024-02-01T10:37:12.071Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3059 | 2024-02-01T10:37:12.071Z | |
3060 | 2024-02-01T10:37:12.071Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3061 | 2024-02-01T10:37:12.071Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3062 | 2024-02-01T10:37:12.071Z | | |
3063 | 2024-02-01T10:37:12.071Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3064 | 2024-02-01T10:37:12.071Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3065 | 2024-02-01T10:37:12.071Z | |
3066 | 2024-02-01T10:37:12.074Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3067 | 2024-02-01T10:37:12.074Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3068 | 2024-02-01T10:37:12.074Z | | |
3069 | 2024-02-01T10:37:12.074Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3070 | 2024-02-01T10:37:12.074Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3071 | 2024-02-01T10:37:12.074Z | |
3072 | 2024-02-01T10:37:12.074Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3073 | 2024-02-01T10:37:12.074Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3074 | 2024-02-01T10:37:12.074Z | | |
3075 | 2024-02-01T10:37:12.074Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3076 | 2024-02-01T10:37:12.074Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3077 | 2024-02-01T10:37:12.074Z | |
3078 | 2024-02-01T10:37:12.074Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3079 | 2024-02-01T10:37:12.074Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3080 | 2024-02-01T10:37:12.074Z | | |
3081 | 2024-02-01T10:37:12.074Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3082 | 2024-02-01T10:37:12.074Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3083 | 2024-02-01T10:37:12.074Z | |
3084 | 2024-02-01T10:37:12.074Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3085 | 2024-02-01T10:37:12.074Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3086 | 2024-02-01T10:37:12.074Z | | |
3087 | 2024-02-01T10:37:12.074Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3088 | 2024-02-01T10:37:12.074Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3089 | 2024-02-01T10:37:12.075Z | |
3090 | 2024-02-01T10:37:16.812Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3091 | 2024-02-01T10:37:50.908Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 19s |
3092 | 2024-02-01T10:37:51.019Z | |
3093 | 2024-02-01T10:37:51.019Z | real 17:20.023988813 |
3094 | 2024-02-01T10:37:51.019Z | user 54:59.038866180 |
3095 | 2024-02-01T10:37:51.019Z | sys 1:04:55.399668950 |
3096 | 2024-02-01T10:37:51.019Z | trap 2.151643550 |
3097 | 2024-02-01T10:37:51.020Z | tflt 0.093125780 |
3098 | 2024-02-01T10:37:51.020Z | dflt 0.656765257 |
3099 | 2024-02-01T10:37:51.020Z | kflt 0.000054748 |
3100 | 2024-02-01T10:37:51.023Z | lock 3:19:36.989714014 |
3101 | 2024-02-01T10:37:51.023Z | slp 4:19:28.480332645 |
3102 | 2024-02-01T10:37:51.023Z | lat 5:35.001310514 |
3103 | 2024-02-01T10:37:51.023Z | stop 1:29.243245554 |
3104 | 2024-02-01T10:37:51.023Z | process exited: duration 1904839 ms, exit code 0 |
|
3105 | 2024-02-01T10:37:51.033Z | found 0 output files |