|
|
|
1 | 2023-11-06T20:47:26.320Z | job assigned to worker 01HEK653NMB4S17BCRKPEJPX1E (queued for 1 m 32 s) |
|
2 | 2023-11-06T20:47:27.057Z | starting task 0: "setup" |
3 | 2023-11-06T20:47:27.125Z | ++ uname -s |
4 | 2023-11-06T20:47:27.130Z | + kern=SunOS |
5 | 2023-11-06T20:47:27.136Z | + case "$kern" in |
6 | 2023-11-06T20:47:27.144Z | + groupadd -g 12345 build |
7 | 2023-11-06T20:47:27.574Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-06T20:47:29.148Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-06T20:47:29.649Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-06T20:47:29.657Z | + home_fs=zfs |
11 | 2023-11-06T20:47:29.661Z | + [[ zfs == autofs ]] |
12 | 2023-11-06T20:47:29.668Z | + mkdir -p /home/build |
13 | 2023-11-06T20:47:29.675Z | + chown build:build /home/build /work |
14 | 2023-11-06T20:47:31.250Z | + chmod 0700 /home/build /work |
15 | 2023-11-06T20:47:31.669Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2023-11-06T20:47:31.717Z | starting task 1: "rust-toolchain" |
17 | 2023-11-06T20:47:31.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-06T20:47:31.758Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-06T20:47:31.986Z | info: downloading installer |
20 | 2023-11-06T20:47:34.548Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-06T20:47:34.553Z | warning: /opt/ooce/bin |
22 | 2023-11-06T20:47:34.571Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-06T20:47:34.576Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-06T20:47:34.582Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-06T20:47:34.587Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-06T20:47:34.591Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-06T20:47:34.596Z | error: cannot install while Rust is installed |
28 | 2023-11-06T20:47:34.602Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-06T20:47:35.284Z | info: profile set to 'default' |
30 | 2023-11-06T20:47:35.375Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-06T20:47:35.383Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-06T20:47:35.442Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-06T20:47:35.446Z | info: downloading component 'cargo' |
34 | 2023-11-06T20:47:36.538Z | info: downloading component 'clippy' |
35 | 2023-11-06T20:47:36.553Z | info: downloading component 'rust-docs' |
36 | 2023-11-06T20:47:37.228Z | info: downloading component 'rust-std' |
37 | 2023-11-06T20:47:38.765Z | info: downloading component 'rustc' |
38 | 2023-11-06T20:47:42.485Z | info: downloading component 'rustfmt' |
39 | 2023-11-06T20:47:42.763Z | info: installing component 'cargo' |
40 | 2023-11-06T20:47:44.917Z | info: installing component 'clippy' |
41 | 2023-11-06T20:47:45.935Z | info: installing component 'rust-docs' |
42 | 2023-11-06T20:47:48.561Z | info: installing component 'rust-std' |
43 | 2023-11-06T20:47:53.410Z | info: installing component 'rustc' |
44 | 2023-11-06T20:48:03.686Z | info: installing component 'rustfmt' |
45 | 2023-11-06T20:48:04.129Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-06T20:48:04.141Z | |
47 | 2023-11-06T20:48:04.265Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-06T20:48:04.289Z | |
49 | 2023-11-06T20:48:04.315Z | |
50 | 2023-11-06T20:48:04.746Z | Rust is installed now. Great! |
51 | 2023-11-06T20:48:04.761Z | |
52 | 2023-11-06T20:48:04.781Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-06T20:48:04.804Z | environment variable. This has not been done automatically. |
54 | 2023-11-06T20:48:04.835Z | |
55 | 2023-11-06T20:48:05.265Z | To configure your current shell, run: |
56 | 2023-11-06T20:48:05.269Z | source "$HOME/.cargo/env" |
57 | 2023-11-06T20:48:05.272Z | + rustc --version |
58 | 2023-11-06T20:48:05.276Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-06T20:48:05.279Z | process exited: duration 32708 ms, exit code 0 |
|
60 | 2023-11-06T20:48:05.292Z | starting task 2: "authentication" |
61 | 2023-11-06T20:48:05.346Z | process exited: duration 46 ms, exit code 0 |
|
62 | 2023-11-06T20:48:05.368Z | starting task 3: "clone repository" |
63 | 2023-11-06T20:48:05.387Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-06T20:48:05.400Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-06T20:48:05.820Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-06T20:48:11.464Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-06T20:48:11.472Z | + [[ -n iliana/four ]] |
68 | 2023-11-06T20:48:11.479Z | + git fetch origin iliana/four |
69 | 2023-11-06T20:48:11.819Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-06T20:48:11.825Z | * branch iliana/four -> FETCH_HEAD |
71 | 2023-11-06T20:48:11.829Z | + git checkout -B iliana/four remotes/origin/iliana/four |
72 | 2023-11-06T20:48:11.903Z | Switched to a new branch 'iliana/four' |
73 | 2023-11-06T20:48:11.906Z | branch 'iliana/four' set up to track 'origin/iliana/four'. |
74 | 2023-11-06T20:48:11.910Z | + git reset --hard 82e543019da81c3ed161b44144ee87f45047c6d9 |
75 | 2023-11-06T20:48:11.920Z | HEAD is now at 82e54301 Bump system version to 1.0.4 |
76 | 2023-11-06T20:48:11.923Z | process exited: duration 6547 ms, exit code 0 |
|
77 | 2023-11-06T20:48:11.929Z | starting task 4: "build" |
78 | 2023-11-06T20:48:11.958Z | + cargo --version |
79 | 2023-11-06T20:48:12.037Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-06T20:48:12.047Z | + rustc --version |
81 | 2023-11-06T20:48:12.176Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-06T20:48:14.708Z | + source ./env.sh |
83 | 2023-11-06T20:48:14.810Z | ++ set -o xtrace |
84 | 2023-11-06T20:48:14.879Z | ++++ dirname ./env.sh |
85 | 2023-11-06T20:48:14.901Z | +++ cd . |
86 | 2023-11-06T20:48:14.916Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-11-06T20:48:14.948Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-11-06T20:48:14.960Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-11-06T20:48:15.377Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-11-06T20:48:15.389Z | ++ 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 |
91 | 2023-11-06T20:48:15.396Z | ++ 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 |
92 | 2023-11-06T20:48:15.472Z | ++ 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 |
93 | 2023-11-06T20:48:15.490Z | ++ 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 |
94 | 2023-11-06T20:48:15.497Z | ++ 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 |
95 | 2023-11-06T20:48:15.521Z | ++ 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 |
96 | 2023-11-06T20:48:15.555Z | ++ unset OMICRON_WS |
97 | 2023-11-06T20:48:15.571Z | ++ set +o xtrace |
98 | 2023-11-06T20:48:15.575Z | |
99 | 2023-11-06T20:48:15.619Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-11-06T20:48:15.625Z | # # # # # # # # # # # # # # # |
101 | 2023-11-06T20:48:15.639Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-11-06T20:48:15.645Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-11-06T20:48:15.670Z | # # # # # # # # # # # # # # # |
104 | 2023-11-06T20:48:15.676Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-11-06T20:48:15.706Z | |
106 | 2023-11-06T20:48:21.452Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-11-06T20:48:22.428Z | Startup: Caching catalogs ... Done |
108 | 2023-11-06T20:48:27.210Z | Planning: Solver setup ... Done (4.391s) |
109 | 2023-11-06T20:48:27.242Z | Planning: Running solver ... Done (0.116s) |
110 | 2023-11-06T20:48:27.281Z | Planning: Finding local manifests ... Done (0.004s) |
111 | 2023-11-06T20:48:27.306Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-11-06T20:48:27.657Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-11-06T20:48:27.757Z | Planning: Package planning ... Done (0.141s) |
114 | 2023-11-06T20:48:27.841Z | Planning: Merging actions ... Done (0.085s) |
115 | 2023-11-06T20:48:29.194Z | Planning: Checking for conflicting actions ... Done (1.353s) |
116 | 2023-11-06T20:48:29.211Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-11-06T20:48:36.036Z | Planning: Evaluating mediators ... Done (6.822s) |
118 | 2023-11-06T20:48:36.055Z | Planning: Planning completed in 13.57 seconds |
119 | 2023-11-06T20:48:41.975Z | Packages to install: 4 |
120 | 2023-11-06T20:48:41.978Z | Mediators to change: 2 |
121 | 2023-11-06T20:48:41.981Z | Services to change: 1 |
122 | 2023-11-06T20:48:41.984Z | Estimated space available: 149.39 GB |
123 | 2023-11-06T20:48:41.986Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-11-06T20:48:41.989Z | Create boot environment: No |
125 | 2023-11-06T20:48:41.993Z | Create backup boot environment: No |
126 | 2023-11-06T20:48:42.004Z | Rebuild boot archive: No |
127 | 2023-11-06T20:48:42.007Z | |
128 | 2023-11-06T20:48:42.012Z | Changed mediators: |
129 | 2023-11-06T20:48:42.014Z | mediator clang: |
130 | 2023-11-06T20:48:42.017Z | version: None -> 15 (system default) |
131 | 2023-11-06T20:48:42.023Z | |
132 | 2023-11-06T20:48:42.031Z | mediator llvm: |
133 | 2023-11-06T20:48:42.037Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-11-06T20:48:42.047Z | |
135 | 2023-11-06T20:48:42.059Z | Changed packages: |
136 | 2023-11-06T20:48:42.071Z | helios-dev |
137 | 2023-11-06T20:48:42.078Z | developer/build-essential |
138 | 2023-11-06T20:48:42.085Z | None -> 11-2.0 |
139 | 2023-11-06T20:48:42.093Z | library/libxmlsec1 |
140 | 2023-11-06T20:48:42.097Z | None -> 1.2.35-2.0 |
141 | 2023-11-06T20:48:42.102Z | ooce/developer/clang-15 |
142 | 2023-11-06T20:48:42.106Z | None -> 15.0.7-2.0 |
143 | 2023-11-06T20:48:42.110Z | ooce/developer/llvm-15 |
144 | 2023-11-06T20:48:42.127Z | None -> 15.0.7-2.0 |
145 | 2023-11-06T20:48:42.131Z | |
146 | 2023-11-06T20:48:42.135Z | Services: |
147 | 2023-11-06T20:48:42.140Z | restart_fmri: |
148 | 2023-11-06T20:48:42.143Z | svc:/system/update-man-index:default |
149 | 2023-11-06T20:48:42.177Z | |
150 | 2023-11-06T20:48:42.180Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-11-06T20:48:47.207Z | Download: 938/3290 items 19.0/212.6MB 8% complete (4.0M/s) |
152 | 2023-11-06T20:48:52.179Z | Download: 1367/3290 items 109.2/212.6MB 51% complete (10.9M/s) |
153 | 2023-11-06T20:48:58.795Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
154 | 2023-11-06T20:49:11.755Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
155 | 2023-11-06T20:49:12.273Z | Download: Completed 212.60 MB in 22.91 seconds (9.3M/s) |
156 | 2023-11-06T20:49:12.557Z | Actions: 1/3687 actions (Installing new actions) |
157 | 2023-11-06T20:49:12.685Z | Actions: 3148/3687 actions (Installing new actions) |
158 | 2023-11-06T20:49:13.624Z | Actions: Completed 3687 actions in 7.90 seconds. |
159 | 2023-11-06T20:49:13.761Z | Done (0.154s) |
160 | 2023-11-06T20:49:13.804Z | Done (0.000s) |
161 | 2023-11-06T20:49:13.990Z | Done (0.210s) |
162 | 2023-11-06T20:49:28.699Z | Done (7.300s) |
163 | 2023-11-06T20:49:29.995Z | Done (0.205s) |
164 | 2023-11-06T20:49:30.446Z | Done (0.000s) |
165 | 2023-11-06T20:49:30.677Z | Done (0.000s) |
166 | 2023-11-06T20:49:30.888Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-11-06T20:49:31.067Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-11-06T20:49:31.219Z | Planning: Consolidating action changes ... Done |
169 | 2023-11-06T20:49:31.526Z | Planning: Evaluating mediators ... Done |
170 | 2023-11-06T20:49:31.712Z | Planning: Planning completed in 0.71 seconds |
171 | 2023-11-06T20:49:31.796Z | Mediators to change: 2 |
172 | 2023-11-06T20:49:31.824Z | Create boot environment: No |
173 | 2023-11-06T20:49:31.851Z | Create backup boot environment: No |
174 | 2023-11-06T20:49:31.866Z | Done |
175 | 2023-11-06T20:49:31.901Z | Done |
176 | 2023-11-06T20:49:31.948Z | Done |
177 | 2023-11-06T20:49:32.003Z | Done |
178 | 2023-11-06T20:49:32.041Z | Done |
179 | 2023-11-06T20:49:32.049Z | Done |
180 | 2023-11-06T20:49:32.089Z | Done |
181 | 2023-11-06T20:49:32.104Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-06T20:49:32.171Z | Planning: Merging actions ... Done |
183 | 2023-11-06T20:49:32.323Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-11-06T20:49:32.424Z | Planning: Consolidating action changes ... Done |
185 | 2023-11-06T20:49:32.484Z | Planning: Evaluating mediators ... Done |
186 | 2023-11-06T20:49:32.564Z | Planning: Planning completed in 1.28 seconds |
187 | 2023-11-06T20:49:32.624Z | Packages to change: 1 |
188 | 2023-11-06T20:49:32.677Z | Mediators to change: 1 |
189 | 2023-11-06T20:49:32.721Z | Services to change: 1 |
190 | 2023-11-06T20:49:32.774Z | Create boot environment: No |
191 | 2023-11-06T20:49:32.811Z | Create backup boot environment: Yes |
192 | 2023-11-06T20:49:33.876Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2023-11-06T20:49:33.916Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2023-11-06T20:49:33.986Z | Done |
195 | 2023-11-06T20:49:34.007Z | Done |
196 | 2023-11-06T20:49:34.049Z | Done |
197 | 2023-11-06T20:49:39.953Z | Done |
198 | 2023-11-06T20:49:40.062Z | Done |
199 | 2023-11-06T20:49:40.074Z | Done |
200 | 2023-11-06T20:49:40.167Z | Done |
201 | 2023-11-06T20:49:40.870Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2023-11-06T20:49:40.874Z | clang system 15 system |
203 | 2023-11-06T20:49:40.879Z | csh system system illumos |
204 | 2023-11-06T20:49:40.884Z | ctags system system illumos |
205 | 2023-11-06T20:49:40.890Z | gcc vendor 12 vendor |
206 | 2023-11-06T20:49:40.961Z | gcc system 10 system |
207 | 2023-11-06T20:49:40.978Z | gcc system 7 system |
208 | 2023-11-06T20:49:40.987Z | go system 1.20 system |
209 | 2023-11-06T20:49:40.995Z | go system 1.19 system |
210 | 2023-11-06T20:49:41.004Z | llvm system 15 system |
211 | 2023-11-06T20:49:41.015Z | llvm system 14 system |
212 | 2023-11-06T20:49:41.024Z | mariadb system 10.6 system |
213 | 2023-11-06T20:49:41.034Z | mta vendor vendor dma |
214 | 2023-11-06T20:49:41.044Z | openjdk system 17 system |
215 | 2023-11-06T20:49:41.051Z | openjdk system 11 system |
216 | 2023-11-06T20:49:41.060Z | openjdk system 1.8 system |
217 | 2023-11-06T20:49:41.069Z | openssl vendor 3 vendor |
218 | 2023-11-06T20:49:41.077Z | perl system 5.36 system |
219 | 2023-11-06T20:49:41.085Z | postgresql system 15 system |
220 | 2023-11-06T20:49:41.092Z | postgresql system 13 system |
221 | 2023-11-06T20:49:41.097Z | python vendor 3 vendor |
222 | 2023-11-06T20:49:41.101Z | python system 2 system |
223 | 2023-11-06T20:49:41.106Z | python3 system 3.11 system |
224 | 2023-11-06T20:49:41.111Z | ruby system 3.0 system |
225 | 2023-11-06T20:49:41.115Z | words vendor vendor american-english |
226 | 2023-11-06T20:49:41.121Z | words system system australian-english |
227 | 2023-11-06T20:49:41.127Z | words system system british-english |
228 | 2023-11-06T20:49:41.133Z | words system system canadian-english |
229 | 2023-11-06T20:49:41.145Z | words system system french |
230 | 2023-11-06T20:49:41.158Z | words system system italian |
231 | 2023-11-06T20:49:41.171Z | words system system ngerman |
232 | 2023-11-06T20:49:41.189Z | words system system ogerman |
233 | 2023-11-06T20:49:41.200Z | words system system spanish |
234 | 2023-11-06T20:49:41.420Z | FMRI IFO |
235 | 2023-11-06T20:49:41.848Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2023-11-06T20:49:42.269Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2023-11-06T20:49:42.293Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2023-11-06T20:49:42.317Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
239 | 2023-11-06T20:49:42.345Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2023-11-06T20:49:42.386Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
241 | 2023-11-06T20:49:42.428Z | + set -o errexit |
242 | 2023-11-06T20:49:42.445Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2023-11-06T20:49:42.454Z | ++ cd ./tools |
244 | 2023-11-06T20:49:42.464Z | ++ pwd |
245 | 2023-11-06T20:49:42.885Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2023-11-06T20:49:42.917Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2023-11-06T20:49:42.926Z | + ARG0=ci_download_cockroachdb |
248 | 2023-11-06T20:49:42.941Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2023-11-06T20:49:42.949Z | + CIDL_VERSION=v22.1.9 |
250 | 2023-11-06T20:49:42.954Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2023-11-06T20:49:42.959Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2023-11-06T20:49:42.964Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2023-11-06T20:49:42.981Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-11-06T20:49:42.985Z | + TARGET_DIR=out |
255 | 2023-11-06T20:49:42.996Z | + DOWNLOAD_DIR=out/downloads |
256 | 2023-11-06T20:49:43.002Z | + DEST_DIR=./out/cockroachdb |
257 | 2023-11-06T20:49:43.052Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2023-11-06T20:49:43.058Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2023-11-06T20:49:43.063Z | + main |
260 | 2023-11-06T20:49:43.076Z | + [[ 0 != 0 ]] |
261 | 2023-11-06T20:49:43.089Z | + CIDL_OS=solaris2.11 |
262 | 2023-11-06T20:49:43.109Z | + [[ 0 != 0 ]] |
263 | 2023-11-06T20:49:43.537Z | + configure_os solaris2.11 |
264 | 2023-11-06T20:49:43.550Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2023-11-06T20:49:43.575Z | current directory: /work/oxidecomputer/omicron |
266 | 2023-11-06T20:49:43.579Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2023-11-06T20:49:43.585Z | + case "$1" in |
268 | 2023-11-06T20:49:43.590Z | configuring based on OS: "solaris2.11" |
269 | 2023-11-06T20:49:43.605Z | + CIDL_BUILD=illumos |
270 | 2023-11-06T20:49:43.619Z | + CIDL_SUFFIX=tar.gz |
271 | 2023-11-06T20:49:43.628Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-11-06T20:49:43.631Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2023-11-06T20:49:43.634Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2023-11-06T20:49:43.639Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2023-11-06T20:49:43.647Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2023-11-06T20:49:43.661Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-06T20:49:43.676Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-06T20:49:43.684Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2023-11-06T20:49:43.692Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-06T20:49:43.705Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-11-06T20:49:43.719Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-11-06T20:49:43.743Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-11-06T20:49:43.777Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-06T20:49:43.796Z | + mkdir -p out/downloads |
285 | 2023-11-06T20:49:43.814Z | + mkdir -p ./out/cockroachdb |
286 | 2023-11-06T20:49:43.830Z | + local DO_DOWNLOAD=true |
287 | 2023-11-06T20:49:43.843Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2023-11-06T20:49:43.860Z | + '[' true == true ']' |
289 | 2023-11-06T20:49:43.870Z | + echo Downloading... |
290 | 2023-11-06T20:49:43.881Z | Downloading... |
291 | 2023-11-06T20:49:43.885Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-06T20:49:43.889Z | + 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 |
293 | 2023-11-06T20:49:44.967Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-06T20:49:44.975Z | ++ md5sum |
295 | 2023-11-06T20:49:44.981Z | ++ awk '{print $1}' |
296 | 2023-11-06T20:49:45.188Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-11-06T20:49:45.205Z | + [[ 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 ]] |
298 | 2023-11-06T20:49:45.215Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-06T20:49:45.222Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2023-11-06T20:49:48.563Z | + do_assemble_illumos |
301 | 2023-11-06T20:49:48.581Z | + rm -r ./out/cockroachdb |
302 | 2023-11-06T20:49:48.591Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2023-11-06T20:49:49.251Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2023-11-06T20:49:49.502Z | Build Tag: v22.1.9-dirty |
305 | 2023-11-06T20:49:49.514Z | Build Time: 2022/10/26 21:17:46 |
306 | 2023-11-06T20:49:49.531Z | Distribution: OSS |
307 | 2023-11-06T20:49:49.545Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2023-11-06T20:49:49.555Z | Go Version: go1.17.13 |
309 | 2023-11-06T20:49:49.569Z | C Compiler: gcc 10.3.0 |
310 | 2023-11-06T20:49:49.586Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2023-11-06T20:49:50.029Z | Build Type: release |
312 | 2023-11-06T20:49:50.050Z | + set -o errexit |
313 | 2023-11-06T20:49:50.066Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2023-11-06T20:49:50.086Z | ++ cd ./tools |
315 | 2023-11-06T20:49:50.105Z | ++ pwd |
316 | 2023-11-06T20:49:50.129Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2023-11-06T20:49:50.146Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2023-11-06T20:49:50.176Z | + ARG0=ci_download_clickhouse |
319 | 2023-11-06T20:49:50.200Z | + TARGET_DIR=out |
320 | 2023-11-06T20:49:50.209Z | + DOWNLOAD_DIR=out/downloads |
321 | 2023-11-06T20:49:50.217Z | + DEST_DIR=./out/clickhouse |
322 | 2023-11-06T20:49:50.229Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2023-11-06T20:49:50.658Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2023-11-06T20:49:50.672Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2023-11-06T20:49:50.695Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2023-11-06T20:49:51.125Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2023-11-06T20:49:51.144Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2023-11-06T20:49:51.157Z | + main |
329 | 2023-11-06T20:49:51.187Z | + [[ 0 != 0 ]] |
330 | 2023-11-06T20:49:51.199Z | + CIDL_OS=solaris2.11 |
331 | 2023-11-06T20:49:51.206Z | + [[ 0 != 0 ]] |
332 | 2023-11-06T20:49:51.217Z | + configure_os solaris2.11 |
333 | 2023-11-06T20:49:51.231Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2023-11-06T20:49:51.247Z | current directory: /work/oxidecomputer/omicron |
335 | 2023-11-06T20:49:51.750Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2023-11-06T20:49:51.757Z | configuring based on OS: "solaris2.11" |
337 | 2023-11-06T20:49:51.763Z | + CIDL_DASHREV= |
338 | 2023-11-06T20:49:51.846Z | + case "$1" in |
339 | 2023-11-06T20:49:51.865Z | + CIDL_PLATFORM=illumos |
340 | 2023-11-06T20:49:52.299Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-11-06T20:49:52.306Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2023-11-06T20:49:52.313Z | + CIDL_DASHREV=-1 |
343 | 2023-11-06T20:49:52.770Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2023-11-06T20:49:52.778Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-06T20:49:52.789Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-06T20:49:52.795Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-06T20:49:52.803Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-11-06T20:49:52.810Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-11-06T20:49:52.818Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-11-06T20:49:52.824Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-06T20:49:52.833Z | + mkdir -p out/downloads |
352 | 2023-11-06T20:49:52.842Z | + mkdir -p ./out/clickhouse |
353 | 2023-11-06T20:49:52.850Z | + local DO_DOWNLOAD=true |
354 | 2023-11-06T20:49:52.860Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2023-11-06T20:49:52.868Z | + '[' true == true ']' |
356 | 2023-11-06T20:49:52.877Z | + echo Downloading... |
357 | 2023-11-06T20:49:52.900Z | Downloading... |
358 | 2023-11-06T20:49:52.922Z | + 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 |
359 | 2023-11-06T20:49:53.347Z | + 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 |
360 | 2023-11-06T20:49:53.355Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-06T20:49:53.367Z | ++ md5sum |
362 | 2023-11-06T20:49:53.374Z | ++ awk '{print $1}' |
363 | 2023-11-06T20:49:53.808Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2023-11-06T20:49:53.828Z | + [[ 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 ]] |
365 | 2023-11-06T20:49:53.837Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2023-11-06T20:49:53.843Z | + mkdir -p ./out/clickhouse |
367 | 2023-11-06T20:49:53.849Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2023-11-06T20:49:55.958Z | + ./out/clickhouse/clickhouse server --version |
369 | 2023-11-06T20:49:56.138Z | ClickHouse server version 22.8.9.1. |
370 | 2023-11-06T20:49:56.148Z | + set -o errexit |
371 | 2023-11-06T20:49:56.153Z | +++ dirname ./tools/ci_download_console |
372 | 2023-11-06T20:49:56.160Z | ++ cd ./tools |
373 | 2023-11-06T20:49:56.166Z | ++ pwd |
374 | 2023-11-06T20:49:56.175Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2023-11-06T20:49:56.472Z | ++ basename ./tools/ci_download_console |
376 | 2023-11-06T20:49:56.548Z | + ARG0=ci_download_console |
377 | 2023-11-06T20:49:56.631Z | + TARGET_DIR=out |
378 | 2023-11-06T20:49:57.043Z | + DOWNLOAD_DIR=out/downloads |
379 | 2023-11-06T20:49:57.049Z | + DEST_DIR=./out/console-assets |
380 | 2023-11-06T20:49:57.073Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2023-11-06T20:49:57.094Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
382 | 2023-11-06T20:49:57.118Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
383 | 2023-11-06T20:49:57.124Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
384 | 2023-11-06T20:49:57.131Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2023-11-06T20:49:57.146Z | + main |
386 | 2023-11-06T20:49:57.162Z | + [[ 0 != 0 ]] |
387 | 2023-11-06T20:49:57.175Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
388 | 2023-11-06T20:49:57.200Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
389 | 2023-11-06T20:49:57.204Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2023-11-06T20:49:57.207Z | Local file: out/downloads/console.tar.gz |
391 | 2023-11-06T20:49:57.214Z | + local DO_DOWNLOAD=true |
392 | 2023-11-06T20:49:57.222Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2023-11-06T20:49:57.231Z | + mkdir -p out/downloads |
394 | 2023-11-06T20:49:57.234Z | + '[' true == true ']' |
395 | 2023-11-06T20:49:57.241Z | + echo Downloading... |
396 | 2023-11-06T20:49:57.246Z | Downloading... |
397 | 2023-11-06T20:49:57.251Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
398 | 2023-11-06T20:49:57.266Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
399 | 2023-11-06T20:49:57.292Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2023-11-06T20:49:57.302Z | ++ case "$OSTYPE" in |
401 | 2023-11-06T20:49:57.316Z | ++ SHA=sha256sum |
402 | 2023-11-06T20:49:57.322Z | ++ sha256sum |
403 | 2023-11-06T20:49:57.326Z | ++ awk '{print $1}' |
404 | 2023-11-06T20:49:57.331Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
405 | 2023-11-06T20:49:57.341Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
406 | 2023-11-06T20:49:57.371Z | + rm -rf ./out/console-assets |
407 | 2023-11-06T20:49:57.381Z | + mkdir -p ./out/console-assets |
408 | 2023-11-06T20:49:57.391Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2023-11-06T20:49:57.811Z | + mkdir -p ./out/console-assets |
410 | 2023-11-06T20:49:57.821Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2023-11-06T20:49:57.842Z | + set -o errexit |
412 | 2023-11-06T20:49:57.853Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2023-11-06T20:49:57.861Z | ++ cd ./tools |
414 | 2023-11-06T20:49:57.866Z | ++ pwd |
415 | 2023-11-06T20:49:57.870Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2023-11-06T20:49:57.876Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2023-11-06T20:49:57.882Z | + ARG0=ci_download_maghemite_openapi |
418 | 2023-11-06T20:49:57.895Z | + TARGET_DIR=out |
419 | 2023-11-06T20:49:57.899Z | + DOWNLOAD_DIR=out/downloads |
420 | 2023-11-06T20:49:57.903Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2023-11-06T20:49:57.907Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
422 | 2023-11-06T20:49:57.912Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-11-06T20:49:57.916Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
424 | 2023-11-06T20:49:57.921Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
425 | 2023-11-06T20:49:57.927Z | + main |
426 | 2023-11-06T20:49:57.932Z | + [[ 0 != 0 ]] |
427 | 2023-11-06T20:49:57.942Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
428 | 2023-11-06T20:49:57.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
429 | 2023-11-06T20:49:57.967Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
430 | 2023-11-06T20:49:58.385Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
431 | 2023-11-06T20:49:58.404Z | + local DO_DOWNLOAD=true |
432 | 2023-11-06T20:49:58.822Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
433 | 2023-11-06T20:49:58.835Z | + mkdir -p out/downloads |
434 | 2023-11-06T20:49:58.843Z | + '[' true == true ']' |
435 | 2023-11-06T20:49:58.852Z | + echo Downloading... |
436 | 2023-11-06T20:49:58.862Z | Downloading... |
437 | 2023-11-06T20:49:58.869Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
438 | 2023-11-06T20:49:58.880Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
439 | 2023-11-06T20:49:58.920Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
440 | 2023-11-06T20:49:58.934Z | ++ case "$OSTYPE" in |
441 | 2023-11-06T20:49:58.953Z | ++ SHA=sha256sum |
442 | 2023-11-06T20:49:58.971Z | ++ sha256sum |
443 | 2023-11-06T20:49:58.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
444 | 2023-11-06T20:49:59.004Z | ++ awk '{print $1}' |
445 | 2023-11-06T20:49:59.021Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
446 | 2023-11-06T20:49:59.045Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-11-06T20:49:59.065Z | Downloading... |
448 | 2023-11-06T20:49:59.137Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
449 | 2023-11-06T20:49:59.170Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-11-06T20:49:59.184Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
451 | 2023-11-06T20:49:59.205Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
452 | 2023-11-06T20:49:59.248Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
453 | 2023-11-06T20:49:59.254Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
454 | 2023-11-06T20:49:59.272Z | + main |
455 | 2023-11-06T20:49:59.285Z | + [[ 0 != 0 ]] |
456 | 2023-11-06T20:49:59.299Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
457 | 2023-11-06T20:49:59.312Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
458 | 2023-11-06T20:49:59.322Z | + local DO_DOWNLOAD=true |
459 | 2023-11-06T20:49:59.333Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
460 | 2023-11-06T20:49:59.342Z | + mkdir -p out/downloads |
461 | 2023-11-06T20:49:59.346Z | + '[' true == true ']' |
462 | 2023-11-06T20:49:59.349Z | + echo Downloading... |
463 | 2023-11-06T20:49:59.353Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
464 | 2023-11-06T20:49:59.358Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
465 | 2023-11-06T20:49:59.364Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
466 | 2023-11-06T20:49:59.369Z | ++ case "$OSTYPE" in |
467 | 2023-11-06T20:49:59.372Z | ++ SHA=sha256sum |
468 | 2023-11-06T20:49:59.377Z | ++ sha256sum |
469 | 2023-11-06T20:49:59.380Z | ++ awk '{print $1}' |
470 | 2023-11-06T20:49:59.383Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
471 | 2023-11-06T20:49:59.388Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
472 | 2023-11-06T20:49:59.392Z | + set -o errexit |
473 | 2023-11-06T20:49:59.396Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2023-11-06T20:49:59.413Z | ++ cd ./tools |
475 | 2023-11-06T20:49:59.418Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
476 | 2023-11-06T20:49:59.424Z | ++ pwd |
477 | 2023-11-06T20:49:59.432Z | Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
478 | 2023-11-06T20:49:59.438Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2023-11-06T20:49:59.444Z | Downloading... |
480 | 2023-11-06T20:49:59.456Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-11-06T20:49:59.468Z | current directory: /work/oxidecomputer/omicron |
482 | 2023-11-06T20:49:59.479Z | + ARG0=ci_download_dendrite_openapi |
483 | 2023-11-06T20:49:59.491Z | configuring based on OS: "solaris2.11" |
484 | 2023-11-06T20:49:59.506Z | + TARGET_DIR=out |
485 | 2023-11-06T20:49:59.522Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
486 | 2023-11-06T20:49:59.938Z | + DOWNLOAD_DIR=out/downloads |
487 | 2023-11-06T20:49:59.952Z | Local file: out/downloads/dendrite-stub.tar.gz |
488 | 2023-11-06T20:49:59.999Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
489 | 2023-11-06T20:50:00.006Z | Downloading... |
490 | 2023-11-06T20:50:00.010Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
491 | 2023-11-06T20:50:00.014Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
492 | 2023-11-06T20:50:00.019Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
493 | 2023-11-06T20:50:00.024Z | + LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
494 | 2023-11-06T20:50:00.029Z | + main |
495 | 2023-11-06T20:50:00.033Z | + [[ 0 != 0 ]] |
496 | 2023-11-06T20:50:00.036Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json' |
497 | 2023-11-06T20:50:00.042Z | + echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json' |
498 | 2023-11-06T20:50:00.048Z | + local DO_DOWNLOAD=true |
499 | 2023-11-06T20:50:00.058Z | + [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]] |
500 | 2023-11-06T20:50:00.071Z | + mkdir -p out/downloads |
501 | 2023-11-06T20:50:00.080Z | + '[' true == true ']' |
502 | 2023-11-06T20:50:00.500Z | + echo Downloading... |
503 | 2023-11-06T20:50:00.521Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
504 | 2023-11-06T20:50:00.536Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
505 | 2023-11-06T20:50:00.547Z | ++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
506 | 2023-11-06T20:50:00.565Z | ++ case "$OSTYPE" in |
507 | 2023-11-06T20:50:00.990Z | ++ SHA=sha256sum |
508 | 2023-11-06T20:50:01.002Z | ++ sha256sum |
509 | 2023-11-06T20:50:01.015Z | ++ awk '{print $1}' |
510 | 2023-11-06T20:50:01.836Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
511 | 2023-11-06T20:50:01.840Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
512 | 2023-11-06T20:50:01.843Z | + set -o errexit |
513 | 2023-11-06T20:50:01.848Z | +++ dirname ./tools/ci_download_dendrite_stub |
514 | 2023-11-06T20:50:02.267Z | ++ cd ./tools |
515 | 2023-11-06T20:50:02.312Z | ++ pwd |
516 | 2023-11-06T20:50:02.734Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
517 | 2023-11-06T20:50:02.741Z | ++ basename ./tools/ci_download_dendrite_stub |
518 | 2023-11-06T20:50:02.755Z | + ARG0=ci_download_dendrite_stub |
519 | 2023-11-06T20:50:02.883Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
520 | 2023-11-06T20:50:02.891Z | ++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
521 | 2023-11-06T20:50:02.900Z | ++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e |
522 | 2023-11-06T20:50:02.907Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
523 | 2023-11-06T20:50:02.917Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
524 | 2023-11-06T20:50:02.934Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
525 | 2023-11-06T20:50:02.942Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
526 | 2023-11-06T20:50:02.957Z | + TARGET_DIR=out |
527 | 2023-11-06T20:50:02.969Z | + DOWNLOAD_DIR=out/downloads |
528 | 2023-11-06T20:50:02.987Z | + DEST_DIR=./out/dendrite-stub |
529 | 2023-11-06T20:50:02.998Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
530 | 2023-11-06T20:50:03.008Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
531 | 2023-11-06T20:50:03.020Z | + REPO=oxidecomputer/dendrite |
532 | 2023-11-06T20:50:03.032Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390 |
533 | 2023-11-06T20:50:03.046Z | + main |
534 | 2023-11-06T20:50:03.057Z | + [[ 0 != 0 ]] |
535 | 2023-11-06T20:50:03.068Z | + CIDL_OS=solaris2.11 |
536 | 2023-11-06T20:50:03.081Z | + [[ 0 != 0 ]] |
537 | 2023-11-06T20:50:03.097Z | + configure_os solaris2.11 |
538 | 2023-11-06T20:50:03.116Z | + echo 'current directory: /work/oxidecomputer/omicron' |
539 | 2023-11-06T20:50:03.538Z | + echo 'configuring based on OS: "solaris2.11"' |
540 | 2023-11-06T20:50:03.551Z | + case "$1" in |
541 | 2023-11-06T20:50:03.563Z | + SET_BINARIES= |
542 | 2023-11-06T20:50:03.995Z | + CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
543 | 2023-11-06T20:50:04.001Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-11-06T20:50:04.010Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-11-06T20:50:04.017Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
546 | 2023-11-06T20:50:04.023Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-11-06T20:50:04.027Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz' |
548 | 2023-11-06T20:50:04.031Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2023-11-06T20:50:04.036Z | + mkdir -p out/downloads |
550 | 2023-11-06T20:50:04.040Z | + mkdir -p ./out/dendrite-stub |
551 | 2023-11-06T20:50:04.045Z | + fetch_and_verify |
552 | 2023-11-06T20:50:04.050Z | + local DO_DOWNLOAD=true |
553 | 2023-11-06T20:50:04.055Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2023-11-06T20:50:04.059Z | + '[' true == true ']' |
555 | 2023-11-06T20:50:04.063Z | + echo Downloading... |
556 | 2023-11-06T20:50:04.067Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-06T20:50:04.072Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
558 | 2023-11-06T20:50:10.629Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-06T20:50:10.637Z | ++ sha256sum |
560 | 2023-11-06T20:50:10.646Z | ++ awk '{print $1}' |
561 | 2023-11-06T20:50:10.759Z | + calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
562 | 2023-11-06T20:50:11.183Z | + [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]] |
563 | 2023-11-06T20:50:11.187Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2023-11-06T20:50:11.191Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2023-11-06T20:50:11.632Z | + do_assemble |
566 | 2023-11-06T20:50:11.638Z | + rm -r ./out/dendrite-stub |
567 | 2023-11-06T20:50:11.657Z | + mkdir ./out/dendrite-stub |
568 | 2023-11-06T20:50:11.664Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2023-11-06T20:50:11.760Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2023-11-06T20:50:11.794Z | + set -o errexit |
571 | 2023-11-06T20:50:11.798Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2023-11-06T20:50:11.801Z | ++ cd ./tools |
573 | 2023-11-06T20:50:11.806Z | ++ pwd |
574 | 2023-11-06T20:50:11.809Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2023-11-06T20:50:11.812Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2023-11-06T20:50:11.816Z | + ARG0=ci_download_maghemite_mgd |
577 | 2023-11-06T20:50:11.819Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2023-11-06T20:50:11.822Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
579 | 2023-11-06T20:50:11.825Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
580 | 2023-11-06T20:50:11.828Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2023-11-06T20:50:11.839Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
582 | 2023-11-06T20:50:11.843Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
583 | 2023-11-06T20:50:11.848Z | + TARGET_DIR=out |
584 | 2023-11-06T20:50:11.854Z | + DOWNLOAD_DIR=out/downloads |
585 | 2023-11-06T20:50:11.861Z | + DEST_DIR=./out/mgd |
586 | 2023-11-06T20:50:11.883Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2023-11-06T20:50:11.899Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2023-11-06T20:50:11.913Z | + REPO=oxidecomputer/maghemite |
589 | 2023-11-06T20:50:11.934Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
590 | 2023-11-06T20:50:11.947Z | + main |
591 | 2023-11-06T20:50:11.957Z | + [[ 0 != 0 ]] |
592 | 2023-11-06T20:50:12.404Z | + CIDL_OS=solaris2.11 |
593 | 2023-11-06T20:50:12.416Z | + [[ 0 != 0 ]] |
594 | 2023-11-06T20:50:12.428Z | + configure_os solaris2.11 |
595 | 2023-11-06T20:50:12.466Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2023-11-06T20:50:12.931Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2023-11-06T20:50:12.944Z | + case "$1" in |
598 | 2023-11-06T20:50:12.951Z | current directory: /work/oxidecomputer/omicron |
599 | 2023-11-06T20:50:12.957Z | configuring based on OS: "solaris2.11" |
600 | 2023-11-06T20:50:12.963Z | + SET_BINARIES= |
601 | 2023-11-06T20:50:12.969Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2023-11-06T20:50:12.976Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2023-11-06T20:50:12.999Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
604 | 2023-11-06T20:50:13.005Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2023-11-06T20:50:13.012Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
606 | 2023-11-06T20:50:13.019Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
607 | 2023-11-06T20:50:13.023Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2023-11-06T20:50:13.027Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-11-06T20:50:13.030Z | + mkdir -p out/downloads |
610 | 2023-11-06T20:50:13.034Z | + mkdir -p ./out/mgd |
611 | 2023-11-06T20:50:13.037Z | + fetch_and_verify |
612 | 2023-11-06T20:50:13.041Z | + local DO_DOWNLOAD=true |
613 | 2023-11-06T20:50:13.044Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2023-11-06T20:50:13.048Z | + '[' true == true ']' |
615 | 2023-11-06T20:50:13.051Z | + echo Downloading... |
616 | 2023-11-06T20:50:13.054Z | Downloading... |
617 | 2023-11-06T20:50:13.057Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2023-11-06T20:50:13.060Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
619 | 2023-11-06T20:50:24.729Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2023-11-06T20:50:24.732Z | ++ sha256sum |
621 | 2023-11-06T20:50:24.735Z | ++ awk '{print $1}' |
622 | 2023-11-06T20:50:24.806Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
623 | 2023-11-06T20:50:24.809Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
624 | 2023-11-06T20:50:24.813Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2023-11-06T20:50:24.816Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2023-11-06T20:50:25.465Z | + do_assemble |
627 | 2023-11-06T20:50:25.479Z | + rm -r ./out/mgd |
628 | 2023-11-06T20:50:25.490Z | + mkdir ./out/mgd |
629 | 2023-11-06T20:50:25.504Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2023-11-06T20:50:25.687Z | + set -o errexit |
631 | 2023-11-06T20:50:25.700Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2023-11-06T20:50:25.709Z | ++ cd ./tools |
633 | 2023-11-06T20:50:25.718Z | ++ pwd |
634 | 2023-11-06T20:50:25.725Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2023-11-06T20:50:25.728Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2023-11-06T20:50:25.732Z | + ARG0=ci_download_transceiver_control |
637 | 2023-11-06T20:50:25.734Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2023-11-06T20:50:25.738Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-11-06T20:50:25.741Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2023-11-06T20:50:25.744Z | + TARGET_DIR=out |
641 | 2023-11-06T20:50:25.747Z | + DOWNLOAD_DIR=out/downloads |
642 | 2023-11-06T20:50:25.750Z | + DEST_DIR=./out/transceiver-control |
643 | 2023-11-06T20:50:25.754Z | + BIN_DIR=/opt/oxide/bin |
644 | 2023-11-06T20:50:25.757Z | + BINARY=xcvradm |
645 | 2023-11-06T20:50:25.760Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2023-11-06T20:50:25.764Z | + REPO=oxidecomputer/transceiver-control |
647 | 2023-11-06T20:50:25.767Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2023-11-06T20:50:25.770Z | + main |
649 | 2023-11-06T20:50:25.773Z | + [[ 0 != 0 ]] |
650 | 2023-11-06T20:50:25.776Z | + CIDL_OS=solaris2.11 |
651 | 2023-11-06T20:50:25.779Z | + [[ 0 != 0 ]] |
652 | 2023-11-06T20:50:25.781Z | + configure_os solaris2.11 |
653 | 2023-11-06T20:50:25.784Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2023-11-06T20:50:25.787Z | current directory: /work/oxidecomputer/omicron |
655 | 2023-11-06T20:50:25.790Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2023-11-06T20:50:25.793Z | configuring based on OS: "solaris2.11" |
657 | 2023-11-06T20:50:25.796Z | + case "$1" in |
658 | 2023-11-06T20:50:25.798Z | + SET_BINARIES= |
659 | 2023-11-06T20:50:25.801Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-11-06T20:50:25.804Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2023-11-06T20:50:25.809Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2023-11-06T20:50:25.811Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2023-11-06T20:50:25.814Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2023-11-06T20:50:25.817Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2023-11-06T20:50:25.820Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-11-06T20:50:25.825Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2023-11-06T20:50:25.830Z | Local file: out/downloads/xcvradm.gz |
668 | 2023-11-06T20:50:25.833Z | + mkdir -p out/downloads |
669 | 2023-11-06T20:50:25.836Z | + mkdir -p ./out/transceiver-control |
670 | 2023-11-06T20:50:25.841Z | + fetch_and_verify |
671 | 2023-11-06T20:50:25.844Z | + local DO_DOWNLOAD=true |
672 | 2023-11-06T20:50:25.854Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2023-11-06T20:50:25.858Z | + '[' true == true ']' |
674 | 2023-11-06T20:50:25.871Z | + echo Downloading... |
675 | 2023-11-06T20:50:25.879Z | Downloading... |
676 | 2023-11-06T20:50:25.883Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2023-11-06T20:50:25.887Z | + 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 |
678 | 2023-11-06T20:50:28.761Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2023-11-06T20:50:28.768Z | ++ sha256sum |
680 | 2023-11-06T20:50:28.774Z | ++ awk '{print $1}' |
681 | 2023-11-06T20:50:28.781Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2023-11-06T20:50:28.786Z | + [[ 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 ]] |
683 | 2023-11-06T20:50:28.791Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2023-11-06T20:50:28.797Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2023-11-06T20:50:28.803Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2023-11-06T20:50:28.954Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2023-11-06T20:50:28.957Z | + do_assemble |
688 | 2023-11-06T20:50:28.961Z | + rm -r ./out/transceiver-control |
689 | 2023-11-06T20:50:28.967Z | + mkdir ./out/transceiver-control |
690 | 2023-11-06T20:50:28.973Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2023-11-06T20:50:29.179Z | All builder prerequisites installed successfully, and PATH looks valid |
692 | 2023-11-06T20:50:29.192Z | |
693 | 2023-11-06T20:50:29.204Z | real 2:16.851779843 |
694 | 2023-11-06T20:50:29.214Z | user 52.249736252 |
695 | 2023-11-06T20:50:29.224Z | sys 9.545704792 |
696 | 2023-11-06T20:50:29.241Z | trap 0.020043256 |
697 | 2023-11-06T20:50:29.254Z | tflt 0.247651600 |
698 | 2023-11-06T20:50:29.270Z | dflt 1.030244618 |
699 | 2023-11-06T20:50:29.287Z | kflt 0.144543058 |
700 | 2023-11-06T20:50:29.700Z | lock 1.459239973 |
701 | 2023-11-06T20:50:29.707Z | slp 4:27.185313153 |
702 | 2023-11-06T20:50:29.712Z | lat 3.272303023 |
703 | 2023-11-06T20:50:29.717Z | stop 0.057052784 |
704 | 2023-11-06T20:50:29.724Z | |
705 | 2023-11-06T20:50:29.730Z | #### # # ##### ##### # # |
706 | 2023-11-06T20:50:29.736Z | # # # # # # # # # # |
707 | 2023-11-06T20:50:29.747Z | # # # # # # # # |
708 | 2023-11-06T20:50:29.751Z | # # # ##### ##### # |
709 | 2023-11-06T20:50:29.757Z | # # # # # # # |
710 | 2023-11-06T20:50:29.766Z | #### ###### # # # # |
711 | 2023-11-06T20:50:29.773Z | |
712 | 2023-11-06T20:50:29.781Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2023-11-06T20:50:29.969Z | Updating crates.io index |
714 | 2023-11-06T20:50:30.011Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2023-11-06T20:50:30.721Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2023-11-06T20:50:32.313Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2023-11-06T20:50:32.874Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2023-11-06T20:50:33.211Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2023-11-06T20:50:33.510Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2023-11-06T20:50:33.815Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2023-11-06T20:50:34.671Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2023-11-06T20:50:36.378Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2023-11-06T20:50:37.375Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2023-11-06T20:50:37.817Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2023-11-06T20:50:38.135Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
726 | 2023-11-06T20:50:38.713Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2023-11-06T20:50:39.058Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2023-11-06T20:50:39.529Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2023-11-06T20:50:39.848Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2023-11-06T20:50:40.437Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2023-11-06T20:50:41.031Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2023-11-06T20:50:42.424Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2023-11-06T20:50:42.776Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2023-11-06T20:50:44.548Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2023-11-06T20:50:44.552Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
736 | 2023-11-06T20:50:54.080Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
737 | 2023-11-06T20:50:54.607Z | Updating git repository `https://github.com/oxidecomputer/typify` |
738 | 2023-11-06T20:50:55.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
739 | 2023-11-06T20:50:56.373Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
740 | 2023-11-06T20:50:56.380Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2023-11-06T20:50:57.722Z | Downloading crates ... |
742 | 2023-11-06T20:50:57.905Z | Downloaded equivalent v1.0.1 |
743 | 2023-11-06T20:50:57.924Z | Downloaded anyhow v1.0.75 |
744 | 2023-11-06T20:50:57.940Z | Downloaded itoa v1.0.9 |
745 | 2023-11-06T20:50:57.953Z | Downloaded ryu v1.0.15 |
746 | 2023-11-06T20:50:57.964Z | Downloaded clap_lex v0.5.1 |
747 | 2023-11-06T20:50:57.972Z | Downloaded anstream v0.5.0 |
748 | 2023-11-06T20:50:57.977Z | Downloaded thiserror-impl v1.0.49 |
749 | 2023-11-06T20:50:57.981Z | Downloaded heck v0.4.1 |
750 | 2023-11-06T20:50:57.984Z | Downloaded serde_spanned v0.6.4 |
751 | 2023-11-06T20:50:57.987Z | Downloaded colorchoice v1.0.0 |
752 | 2023-11-06T20:50:57.997Z | Downloaded toml_datetime v0.6.5 |
753 | 2023-11-06T20:50:58.437Z | Downloaded semver v1.0.20 |
754 | 2023-11-06T20:50:58.462Z | Downloaded quote v1.0.33 |
755 | 2023-11-06T20:50:58.473Z | Downloaded cargo_metadata v0.18.0 |
756 | 2023-11-06T20:50:58.488Z | Downloaded clap_derive v4.4.2 |
757 | 2023-11-06T20:50:58.513Z | Downloaded utf8parse v0.2.1 |
758 | 2023-11-06T20:50:58.541Z | Downloaded anstyle-query v1.0.0 |
759 | 2023-11-06T20:50:58.570Z | Downloaded errno v0.3.2 |
760 | 2023-11-06T20:50:58.583Z | Downloaded io-lifetimes v1.0.11 |
761 | 2023-11-06T20:50:58.592Z | Downloaded camino v1.1.6 |
762 | 2023-11-06T20:50:59.609Z | Downloaded terminal_size v0.2.6 |
763 | 2023-11-06T20:51:00.754Z | Downloaded cargo_toml v0.16.3 |
764 | 2023-11-06T20:51:00.849Z | Downloaded toml v0.8.6 |
765 | 2023-11-06T20:51:00.871Z | Downloaded unicode-ident v1.0.12 |
766 | 2023-11-06T20:51:00.884Z | Downloaded serde v1.0.188 |
767 | 2023-11-06T20:51:00.898Z | Downloaded indexmap v2.1.0 |
768 | 2023-11-06T20:51:01.363Z | Downloaded serde_derive v1.0.188 |
769 | 2023-11-06T20:51:01.373Z | Downloaded clap v4.4.3 |
770 | 2023-11-06T20:51:01.396Z | Downloaded memchr v2.6.3 |
771 | 2023-11-06T20:51:01.415Z | Downloaded winnow v0.5.15 |
772 | 2023-11-06T20:51:01.433Z | Downloaded clap_builder v4.4.2 |
773 | 2023-11-06T20:51:01.440Z | Downloaded syn v2.0.32 |
774 | 2023-11-06T20:51:01.453Z | Downloaded rustix v0.37.23 |
775 | 2023-11-06T20:51:01.458Z | Downloaded libc v0.2.149 |
776 | 2023-11-06T20:51:01.487Z | Downloaded hashbrown v0.14.2 |
777 | 2023-11-06T20:51:01.491Z | Downloaded toml_edit v0.20.7 |
778 | 2023-11-06T20:51:01.496Z | Downloaded serde_json v1.0.108 |
779 | 2023-11-06T20:51:01.500Z | Downloaded proc-macro2 v1.0.67 |
780 | 2023-11-06T20:51:01.505Z | Downloaded strsim v0.10.0 |
781 | 2023-11-06T20:51:01.509Z | Downloaded cargo-platform v0.1.3 |
782 | 2023-11-06T20:51:01.527Z | Downloaded bitflags v1.3.2 |
783 | 2023-11-06T20:51:01.532Z | Downloaded anstyle-parse v0.2.1 |
784 | 2023-11-06T20:51:01.535Z | Downloaded thiserror v1.0.49 |
785 | 2023-11-06T20:51:01.539Z | Downloaded anstyle v1.0.2 |
786 | 2023-11-06T20:51:01.543Z | Compiling proc-macro2 v1.0.67 |
787 | 2023-11-06T20:51:01.546Z | Compiling unicode-ident v1.0.12 |
788 | 2023-11-06T20:51:01.553Z | Compiling serde v1.0.188 |
789 | 2023-11-06T20:51:01.967Z | Compiling libc v0.2.149 |
790 | 2023-11-06T20:51:01.974Z | Compiling io-lifetimes v1.0.11 |
791 | 2023-11-06T20:51:01.982Z | Compiling rustix v0.37.23 |
792 | 2023-11-06T20:51:01.989Z | Compiling bitflags v1.3.2 |
793 | 2023-11-06T20:51:01.994Z | Compiling utf8parse v0.2.1 |
794 | 2023-11-06T20:51:02.002Z | Compiling equivalent v1.0.1 |
795 | 2023-11-06T20:51:02.018Z | Compiling hashbrown v0.14.2 |
796 | 2023-11-06T20:51:02.024Z | Compiling anstyle-parse v0.2.1 |
797 | 2023-11-06T20:51:02.037Z | Compiling colorchoice v1.0.0 |
798 | 2023-11-06T20:51:02.041Z | Compiling semver v1.0.20 |
799 | 2023-11-06T20:51:02.045Z | Compiling serde_json v1.0.108 |
800 | 2023-11-06T20:51:02.052Z | Compiling indexmap v2.1.0 |
801 | 2023-11-06T20:51:02.055Z | Compiling thiserror v1.0.49 |
802 | 2023-11-06T20:51:02.064Z | Compiling anstyle-query v1.0.0 |
803 | 2023-11-06T20:51:02.067Z | Compiling anstyle v1.0.2 |
804 | 2023-11-06T20:51:02.071Z | Compiling winnow v0.5.15 |
805 | 2023-11-06T20:51:02.074Z | Compiling camino v1.1.6 |
806 | 2023-11-06T20:51:02.080Z | Compiling ryu v1.0.15 |
807 | 2023-11-06T20:51:02.086Z | Compiling anstream v0.5.0 |
808 | 2023-11-06T20:51:02.092Z | Compiling heck v0.4.1 |
809 | 2023-11-06T20:51:02.096Z | Compiling itoa v1.0.9 |
810 | 2023-11-06T20:51:02.104Z | Compiling strsim v0.10.0 |
811 | 2023-11-06T20:51:02.519Z | Compiling quote v1.0.33 |
812 | 2023-11-06T20:51:02.525Z | Compiling clap_lex v0.5.1 |
813 | 2023-11-06T20:51:02.530Z | Compiling anyhow v1.0.75 |
814 | 2023-11-06T20:51:02.535Z | Compiling syn v2.0.32 |
815 | 2023-11-06T20:51:03.047Z | Compiling errno v0.3.2 |
816 | 2023-11-06T20:51:04.053Z | Compiling terminal_size v0.2.6 |
817 | 2023-11-06T20:51:04.244Z | Compiling clap_builder v4.4.2 |
818 | 2023-11-06T20:51:09.331Z | Compiling serde_derive v1.0.188 |
819 | 2023-11-06T20:51:09.336Z | Compiling thiserror-impl v1.0.49 |
820 | 2023-11-06T20:51:09.341Z | Compiling clap_derive v4.4.2 |
821 | 2023-11-06T20:51:13.411Z | Compiling clap v4.4.3 |
822 | 2023-11-06T20:51:21.256Z | Compiling toml_datetime v0.6.5 |
823 | 2023-11-06T20:51:21.261Z | Compiling serde_spanned v0.6.4 |
824 | 2023-11-06T20:51:21.266Z | Compiling cargo-platform v0.1.3 |
825 | 2023-11-06T20:51:21.611Z | Compiling toml_edit v0.20.7 |
826 | 2023-11-06T20:51:23.315Z | Compiling cargo_metadata v0.18.0 |
827 | 2023-11-06T20:51:24.742Z | Compiling toml v0.8.6 |
828 | 2023-11-06T20:51:25.608Z | Compiling cargo_toml v0.16.3 |
829 | 2023-11-06T20:51:31.316Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
830 | 2023-11-06T20:51:32.177Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
831 | 2023-11-06T20:51:32.381Z | Running `target/debug/xtask clippy` |
832 | 2023-11-06T20:51:32.419Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
833 | 2023-11-06T20:51:33.326Z | Downloading crates ... |
834 | 2023-11-06T20:51:33.852Z | Downloaded hex v0.4.3 |
835 | 2023-11-06T20:51:34.273Z | Downloaded httparse v1.8.0 |
836 | 2023-11-06T20:51:34.428Z | Downloaded base64 v0.13.1 |
837 | 2023-11-06T20:51:34.571Z | Downloaded http-range v0.1.5 |
838 | 2023-11-06T20:51:34.588Z | Downloaded aead v0.5.2 |
839 | 2023-11-06T20:51:34.603Z | Downloaded impl-trait-for-tuples v0.2.2 |
840 | 2023-11-06T20:51:34.659Z | Downloaded bitflags v2.4.0 |
841 | 2023-11-06T20:51:34.697Z | Downloaded newtype_derive v0.1.6 |
842 | 2023-11-06T20:51:34.979Z | Downloaded httpdate v1.0.3 |
843 | 2023-11-06T20:51:35.088Z | Downloaded number_prefix v0.4.0 |
844 | 2023-11-06T20:51:35.403Z | Downloaded num_threads v0.1.6 |
845 | 2023-11-06T20:51:35.892Z | Downloaded num_enum v0.7.0 |
846 | 2023-11-06T20:51:36.480Z | Downloaded cfg-if v1.0.0 |
847 | 2023-11-06T20:51:51.949Z | Downloaded autocfg v1.1.0 |
848 | 2023-11-06T20:51:52.082Z | Downloaded cpufeatures v0.2.9 |
849 | 2023-11-06T20:51:52.142Z | Downloaded ident_case v1.0.1 |
850 | 2023-11-06T20:51:52.200Z | Downloaded libtest-mimic v0.6.1 |
851 | 2023-11-06T20:51:52.403Z | Downloaded constant_time_eq v0.3.0 |
852 | 2023-11-06T20:51:52.473Z | Downloaded convert_case v0.4.0 |
853 | 2023-11-06T20:51:52.534Z | Downloaded iana-time-zone v0.1.57 |
854 | 2023-11-06T20:51:52.610Z | Downloaded match_cfg v0.1.0 |
855 | 2023-11-06T20:51:52.637Z | Downloaded minimal-lexical v0.2.1 |
856 | 2023-11-06T20:51:52.677Z | Downloaded crossbeam v0.8.2 |
857 | 2023-11-06T20:51:52.689Z | Downloaded md-5 v0.10.5 |
858 | 2023-11-06T20:51:52.711Z | Downloaded linear-map v1.2.0 |
859 | 2023-11-06T20:51:52.735Z | Downloaded cookie v0.16.2 |
860 | 2023-11-06T20:51:52.774Z | Downloaded lazycell v1.3.0 |
861 | 2023-11-06T20:51:52.808Z | Downloaded mime v0.3.17 |
862 | 2023-11-06T20:51:52.853Z | Downloaded maybe-uninit v2.0.0 |
863 | 2023-11-06T20:51:52.997Z | Downloaded crc v3.0.1 |
864 | 2023-11-06T20:51:53.111Z | Downloaded argon2 v0.5.2 |
865 | 2023-11-06T20:51:53.210Z | Downloaded peeking_take_while v0.1.2 |
866 | 2023-11-06T20:51:53.268Z | Downloaded diesel_table_macro_syntax v0.1.0 |
867 | 2023-11-06T20:51:53.306Z | Downloaded crossbeam-queue v0.3.8 |
868 | 2023-11-06T20:51:53.354Z | Downloaded form_urlencoded v1.2.0 |
869 | 2023-11-06T20:51:53.426Z | Downloaded percent-encoding v2.3.0 |
870 | 2023-11-06T20:51:53.521Z | Downloaded ciborium v0.2.1 |
871 | 2023-11-06T20:51:53.628Z | Downloaded crossbeam-utils v0.8.16 |
872 | 2023-11-06T20:51:53.755Z | Downloaded mime_guess v2.0.4 |
873 | 2023-11-06T20:51:53.873Z | Downloaded darling_macro v0.14.4 |
874 | 2023-11-06T20:51:53.961Z | Downloaded num-bigint-dig v0.8.4 |
875 | 2023-11-06T20:51:54.026Z | Downloaded serde-big-array v0.4.1 |
876 | 2023-11-06T20:51:54.053Z | Downloaded proc-macro-crate v1.3.1 |
877 | 2023-11-06T20:51:54.259Z | Downloaded ron v0.7.1 |
878 | 2023-11-06T20:51:54.326Z | Downloaded tower-service v0.3.2 |
879 | 2023-11-06T20:51:54.871Z | Downloaded yansi v0.5.1 |
880 | 2023-11-06T20:51:54.914Z | Downloaded pest_generator v2.7.2 |
881 | 2023-11-06T20:51:54.993Z | Downloaded serde_path_to_error v0.1.14 |
882 | 2023-11-06T20:51:55.023Z | Downloaded crossbeam-epoch v0.9.15 |
883 | 2023-11-06T20:51:55.074Z | Downloaded display-error-chain v0.2.0 |
884 | 2023-11-06T20:51:55.121Z | Downloaded slog-term v2.9.0 |
885 | 2023-11-06T20:51:55.131Z | Downloaded usdt-attr-macro v0.3.5 |
886 | 2023-11-06T20:51:55.579Z | Downloaded crypto-common v0.1.6 |
887 | 2023-11-06T20:51:55.648Z | Downloaded static_assertions v1.1.0 |
888 | 2023-11-06T20:51:55.684Z | Downloaded unicode-xid v0.2.4 |
889 | 2023-11-06T20:51:55.745Z | Downloaded dashmap v5.5.1 |
890 | 2023-11-06T20:51:55.756Z | Downloaded subprocess v0.2.9 |
891 | 2023-11-06T20:51:55.785Z | Downloaded parse-display-derive v0.8.2 |
892 | 2023-11-06T20:51:55.873Z | Downloaded phf_shared v0.10.0 |
893 | 2023-11-06T20:51:55.919Z | Downloaded dof v0.1.5 |
894 | 2023-11-06T20:51:55.946Z | Downloaded waitgroup v0.1.2 |
895 | 2023-11-06T20:51:56.027Z | Downloaded crunchy v0.2.2 |
896 | 2023-11-06T20:51:56.058Z | Downloaded crucible-workspace-hack v0.1.0 |
897 | 2023-11-06T20:51:56.080Z | Downloaded serial_test v0.10.0 |
898 | 2023-11-06T20:51:56.165Z | Downloaded ron v0.8.1 |
899 | 2023-11-06T20:51:56.232Z | Downloaded serde-big-array v0.5.1 |
900 | 2023-11-06T20:51:56.326Z | Downloaded zerocopy v0.3.0 |
901 | 2023-11-06T20:51:56.350Z | Downloaded paste v1.0.14 |
902 | 2023-11-06T20:51:56.398Z | Downloaded want v0.3.1 |
903 | 2023-11-06T20:51:56.406Z | Downloaded diesel_derives v2.1.1 |
904 | 2023-11-06T20:51:56.447Z | Downloaded partial-io v0.5.4 |
905 | 2023-11-06T20:51:56.529Z | Downloaded plotters-svg v0.3.5 |
906 | 2023-11-06T20:51:56.944Z | Downloaded serde_plain v1.0.2 |
907 | 2023-11-06T20:51:56.953Z | Downloaded zone v0.2.0 |
908 | 2023-11-06T20:51:56.963Z | Downloaded hash32 v0.2.1 |
909 | 2023-11-06T20:51:56.972Z | Downloaded zone_cfg_derive v0.2.0 |
910 | 2023-11-06T20:51:56.976Z | Downloaded snafu v0.7.5 |
911 | 2023-11-06T20:51:56.979Z | Downloaded trybuild v1.0.85 |
912 | 2023-11-06T20:51:56.983Z | Downloaded xattr v1.0.1 |
913 | 2023-11-06T20:51:56.987Z | Downloaded generic-array v0.14.7 |
914 | 2023-11-06T20:51:56.991Z | Downloaded tinyvec_macros v0.1.1 |
915 | 2023-11-06T20:51:56.999Z | Downloaded serde_arrays v0.1.0 |
916 | 2023-11-06T20:51:57.009Z | Downloaded zeroize v1.6.0 |
917 | 2023-11-06T20:51:57.017Z | Downloaded pest_meta v2.7.2 |
918 | 2023-11-06T20:51:57.025Z | Downloaded spin v0.5.2 |
919 | 2023-11-06T20:51:57.030Z | Downloaded rand_core v0.6.4 |
920 | 2023-11-06T20:51:57.038Z | Downloaded opaque-debug v0.3.0 |
921 | 2023-11-06T20:51:57.066Z | Downloaded usdt-macro v0.3.5 |
922 | 2023-11-06T20:51:57.076Z | Downloaded env_logger v0.9.3 |
923 | 2023-11-06T20:51:57.087Z | Downloaded phf_shared v0.11.2 |
924 | 2023-11-06T20:51:57.090Z | Downloaded pretty_assertions v1.4.0 |
925 | 2023-11-06T20:51:57.095Z | Downloaded vsss-rs v3.3.1 |
926 | 2023-11-06T20:51:57.108Z | Downloaded matches v0.1.10 |
927 | 2023-11-06T20:51:57.166Z | Downloaded resolv-conf v0.7.0 |
928 | 2023-11-06T20:51:57.183Z | Downloaded criterion v0.5.1 |
929 | 2023-11-06T20:51:57.206Z | Downloaded dtrace-parser v0.1.14 |
930 | 2023-11-06T20:51:57.229Z | Downloaded futures-io v0.3.29 |
931 | 2023-11-06T20:51:57.256Z | Downloaded rustversion v1.0.14 |
932 | 2023-11-06T20:51:57.335Z | Downloaded stable_deref_trait v1.2.0 |
933 | 2023-11-06T20:51:57.390Z | Downloaded quick-error v1.2.3 |
934 | 2023-11-06T20:51:57.462Z | Downloaded openssl-sys v0.9.93 |
935 | 2023-11-06T20:51:57.506Z | Downloaded scheduled-thread-pool v0.2.7 |
936 | 2023-11-06T20:51:57.530Z | Downloaded serial_test_derive v0.10.0 |
937 | 2023-11-06T20:51:57.546Z | Downloaded itertools v0.11.0 |
938 | 2023-11-06T20:51:57.970Z | Downloaded group v0.13.0 |
939 | 2023-11-06T20:51:58.007Z | Downloaded time-macros v0.2.13 |
940 | 2023-11-06T20:51:58.038Z | Downloaded futures-sink v0.3.29 |
941 | 2023-11-06T20:51:58.107Z | Downloaded zeroize_derive v1.4.2 |
942 | 2023-11-06T20:51:58.176Z | Downloaded serde_repr v0.1.16 |
943 | 2023-11-06T20:51:58.217Z | Downloaded ed25519 v1.5.3 |
944 | 2023-11-06T20:51:58.252Z | Downloaded similar v2.2.1 |
945 | 2023-11-06T20:51:58.278Z | Downloaded rustfmt-wrapper v0.2.0 |
946 | 2023-11-06T20:51:58.304Z | Downloaded unicode-width v0.1.11 |
947 | 2023-11-06T20:51:58.316Z | Downloaded tokio-native-tls v0.3.1 |
948 | 2023-11-06T20:51:58.329Z | Downloaded zip v0.6.6 |
949 | 2023-11-06T20:51:58.344Z | Downloaded try-lock v0.2.4 |
950 | 2023-11-06T20:51:58.382Z | Downloaded time-core v0.1.1 |
951 | 2023-11-06T20:51:58.421Z | Downloaded endian-type v0.1.2 |
952 | 2023-11-06T20:51:58.482Z | Downloaded deranged v0.3.8 |
953 | 2023-11-06T20:51:58.502Z | Downloaded toolchain_find v0.2.0 |
954 | 2023-11-06T20:51:58.507Z | Downloaded tokio-tungstenite v0.20.1 |
955 | 2023-11-06T20:51:58.511Z | Downloaded pin-utils v0.1.0 |
956 | 2023-11-06T20:51:58.519Z | Downloaded tui-tree-widget v0.13.0 |
957 | 2023-11-06T20:51:58.540Z | Downloaded rpassword v7.2.0 |
958 | 2023-11-06T20:51:58.546Z | Downloaded tinytemplate v1.2.1 |
959 | 2023-11-06T20:51:58.554Z | Downloaded num_enum v0.5.11 |
960 | 2023-11-06T20:51:58.572Z | Downloaded unarray v0.1.4 |
961 | 2023-11-06T20:51:58.586Z | Downloaded path-absolutize v3.1.0 |
962 | 2023-11-06T20:51:58.598Z | Downloaded futures-channel v0.3.29 |
963 | 2023-11-06T20:51:58.608Z | Downloaded spki v0.7.2 |
964 | 2023-11-06T20:51:58.618Z | Downloaded tinyvec v1.6.0 |
965 | 2023-11-06T20:51:58.625Z | Downloaded slab v0.4.9 |
966 | 2023-11-06T20:51:58.633Z | Downloaded rtoolbox v0.0.1 |
967 | 2023-11-06T20:51:58.637Z | Downloaded ena v0.14.2 |
968 | 2023-11-06T20:51:58.640Z | Downloaded threadpool v1.8.1 |
969 | 2023-11-06T20:51:58.643Z | Downloaded tracing-core v0.1.31 |
970 | 2023-11-06T20:51:58.647Z | Downloaded pin-project-internal v1.1.3 |
971 | 2023-11-06T20:51:58.650Z | Downloaded toml v0.5.11 |
972 | 2023-11-06T20:51:58.653Z | Downloaded rustc_version v0.1.7 |
973 | 2023-11-06T20:51:58.657Z | Downloaded ppv-lite86 v0.2.17 |
974 | 2023-11-06T20:51:58.665Z | Downloaded packed_struct_codegen v0.10.1 |
975 | 2023-11-06T20:51:58.669Z | Downloaded twox-hash v1.6.3 |
976 | 2023-11-06T20:51:58.674Z | Downloaded tiny-keccak v2.0.2 |
977 | 2023-11-06T20:51:58.688Z | Downloaded zerocopy v0.6.4 |
978 | 2023-11-06T20:51:59.103Z | Downloaded thiserror-impl-no-std v2.0.2 |
979 | 2023-11-06T20:51:59.109Z | Downloaded phf v0.11.2 |
980 | 2023-11-06T20:51:59.117Z | Downloaded smallvec v1.11.0 |
981 | 2023-11-06T20:51:59.576Z | Downloaded derive_builder v0.12.0 |
982 | 2023-11-06T20:51:59.592Z | Downloaded parking_lot_core v0.9.8 |
983 | 2023-11-06T20:51:59.597Z | Downloaded postgres-protocol v0.6.6 |
984 | 2023-11-06T20:51:59.601Z | Downloaded ucd-trie v0.1.6 |
985 | 2023-11-06T20:51:59.623Z | Downloaded rayon-core v1.12.0 |
986 | 2023-11-06T20:51:59.639Z | Downloaded socket2 v0.4.9 |
987 | 2023-11-06T20:51:59.645Z | Downloaded hashbrown v0.13.2 |
988 | 2023-11-06T20:51:59.651Z | Downloaded serde_yaml v0.9.25 |
989 | 2023-11-06T20:51:59.660Z | Downloaded tokio-stream v0.1.14 |
990 | 2023-11-06T20:51:59.670Z | Downloaded parking_lot v0.12.1 |
991 | 2023-11-06T20:51:59.680Z | Downloaded tokio-postgres v0.7.10 |
992 | 2023-11-06T20:51:59.691Z | Downloaded unicode-normalization v0.1.22 |
993 | 2023-11-06T20:51:59.705Z | Downloaded unicode-segmentation v1.10.1 |
994 | 2023-11-06T20:51:59.716Z | Downloaded nix v0.26.2 |
995 | 2023-11-06T20:51:59.728Z | Downloaded der v0.7.8 |
996 | 2023-11-06T20:51:59.744Z | Downloaded trust-dns-resolver v0.22.0 |
997 | 2023-11-06T20:51:59.754Z | Downloaded reedline v0.23.0 |
998 | 2023-11-06T20:51:59.769Z | Downloaded lalrpop v0.19.12 |
999 | 2023-11-06T20:51:59.781Z | Downloaded clap v2.34.0 |
1000 | 2023-11-06T20:51:59.788Z | Downloaded quick-xml v0.23.1 |
1001 | 2023-11-06T20:51:59.799Z | Downloaded syn v1.0.109 |
1002 | 2023-11-06T20:52:00.232Z | Downloaded rusqlite v0.29.0 |
1003 | 2023-11-06T20:52:00.245Z | Downloaded plotters v0.3.5 |
1004 | 2023-11-06T20:52:00.251Z | Downloaded vcpkg v0.2.15 |
1005 | 2023-11-06T20:52:00.268Z | Downloaded webpki-roots v0.25.2 |
1006 | 2023-11-06T20:52:00.271Z | Downloaded radix_trie v0.2.1 |
1007 | 2023-11-06T20:52:00.274Z | Downloaded ratatui v0.23.0 |
1008 | 2023-11-06T20:52:00.279Z | Downloaded regress v0.7.1 |
1009 | 2023-11-06T20:52:00.283Z | Downloaded regex v1.10.2 |
1010 | 2023-11-06T20:52:00.286Z | Downloaded openssl v0.10.57 |
1011 | 2023-11-06T20:52:00.289Z | Downloaded rustix v0.38.9 |
1012 | 2023-11-06T20:52:00.306Z | Downloaded regex-syntax v0.8.2 |
1013 | 2023-11-06T20:52:00.311Z | Downloaded regex-syntax v0.6.29 |
1014 | 2023-11-06T20:52:00.322Z | Downloaded curve25519-dalek v4.1.0 |
1015 | 2023-11-06T20:52:00.325Z | Downloaded regex-syntax v0.7.5 |
1016 | 2023-11-06T20:52:00.328Z | Downloaded openapiv3 v1.0.3 |
1017 | 2023-11-06T20:52:00.331Z | Downloaded tokio v1.33.0 |
1018 | 2023-11-06T20:52:00.334Z | Downloaded regex-automata v0.4.3 |
1019 | 2023-11-06T20:52:00.337Z | Downloaded zerocopy-derive v0.2.0 |
1020 | 2023-11-06T20:52:00.339Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2023-11-06T20:52:00.342Z | Downloaded zerocopy-derive v0.6.4 |
1022 | 2023-11-06T20:52:00.345Z | Downloaded regex-automata v0.3.8 |
1023 | 2023-11-06T20:52:00.355Z | Downloaded sled v0.34.7 |
1024 | 2023-11-06T20:52:00.358Z | Downloaded polar-core v0.27.0 |
1025 | 2023-11-06T20:52:00.361Z | Downloaded diesel v2.1.3 |
1026 | 2023-11-06T20:52:00.368Z | Downloaded libz-sys v1.1.12 |
1027 | 2023-11-06T20:52:00.378Z | Downloaded gimli v0.28.0 |
1028 | 2023-11-06T20:52:00.386Z | Downloaded trust-dns-proto v0.22.0 |
1029 | 2023-11-06T20:52:00.394Z | Downloaded sha3 v0.10.8 |
1030 | 2023-11-06T20:52:00.403Z | Downloaded object v0.32.1 |
1031 | 2023-11-06T20:52:00.408Z | Downloaded bstr v1.6.0 |
1032 | 2023-11-06T20:52:00.413Z | Downloaded object v0.30.4 |
1033 | 2023-11-06T20:52:00.423Z | Downloaded smoltcp v0.8.2 |
1034 | 2023-11-06T20:52:00.432Z | Downloaded rustls v0.21.8 |
1035 | 2023-11-06T20:52:00.437Z | Downloaded git2 v0.17.2 |
1036 | 2023-11-06T20:52:00.445Z | Downloaded bstr v0.2.17 |
1037 | 2023-11-06T20:52:00.457Z | Downloaded h2 v0.3.21 |
1038 | 2023-11-06T20:52:00.465Z | Downloaded futures-util v0.3.29 |
1039 | 2023-11-06T20:52:00.473Z | Downloaded smoltcp v0.9.1 |
1040 | 2023-11-06T20:52:00.487Z | Downloaded rayon v1.8.0 |
1041 | 2023-11-06T20:52:00.500Z | Downloaded idna v0.2.3 |
1042 | 2023-11-06T20:52:00.554Z | Downloaded encoding_rs v0.8.33 |
1043 | 2023-11-06T20:52:00.559Z | Downloaded reqwest v0.11.20 |
1044 | 2023-11-06T20:52:00.574Z | Downloaded tokio-util v0.7.10 |
1045 | 2023-11-06T20:52:00.588Z | Downloaded petgraph v0.6.4 |
1046 | 2023-11-06T20:52:00.599Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1047 | 2023-11-06T20:52:00.603Z | Downloaded trust-dns-server v0.22.1 |
1048 | 2023-11-06T20:52:00.607Z | Downloaded proptest v1.3.1 |
1049 | 2023-11-06T20:52:00.610Z | Downloaded bitvec v1.0.1 |
1050 | 2023-11-06T20:52:00.616Z | Downloaded trust-dns-client v0.22.0 |
1051 | 2023-11-06T20:52:00.620Z | Downloaded url v2.4.1 |
1052 | 2023-11-06T20:52:00.627Z | Downloaded x509-cert v0.2.4 |
1053 | 2023-11-06T20:52:00.636Z | Downloaded rustls-webpki v0.101.7 |
1054 | 2023-11-06T20:52:00.645Z | Downloaded idna v0.4.0 |
1055 | 2023-11-06T20:52:00.649Z | Downloaded chrono v0.4.31 |
1056 | 2023-11-06T20:52:00.661Z | Downloaded bindgen v0.65.1 |
1057 | 2023-11-06T20:52:00.666Z | Downloaded rand v0.4.6 |
1058 | 2023-11-06T20:52:00.670Z | Downloaded toml_edit v0.19.15 |
1059 | 2023-11-06T20:52:00.677Z | Downloaded env_logger v0.10.0 |
1060 | 2023-11-06T20:52:00.691Z | Downloaded headers v0.3.9 |
1061 | 2023-11-06T20:52:00.694Z | Downloaded tungstenite v0.20.1 |
1062 | 2023-11-06T20:52:00.704Z | Downloaded crossterm v0.27.0 |
1063 | 2023-11-06T20:52:00.708Z | Downloaded pest v2.7.2 |
1064 | 2023-11-06T20:52:00.712Z | Downloaded tabled v0.14.0 |
1065 | 2023-11-06T20:52:00.715Z | Downloaded hyper v0.14.27 |
1066 | 2023-11-06T20:52:00.719Z | Downloaded parking_lot_core v0.8.6 |
1067 | 2023-11-06T20:52:00.722Z | Downloaded postcard v0.7.3 |
1068 | 2023-11-06T20:52:00.727Z | Downloaded socket2 v0.5.4 |
1069 | 2023-11-06T20:52:00.734Z | Downloaded toml v0.7.8 |
1070 | 2023-11-06T20:52:00.739Z | Downloaded rstest_macros v0.18.2 |
1071 | 2023-11-06T20:52:00.748Z | Downloaded typenum v1.16.0 |
1072 | 2023-11-06T20:52:00.755Z | Downloaded postgres-types v0.2.6 |
1073 | 2023-11-06T20:52:00.778Z | Downloaded derive-where v1.2.5 |
1074 | 2023-11-06T20:52:00.786Z | Downloaded flate2 v1.0.28 |
1075 | 2023-11-06T20:52:00.795Z | Downloaded erased-serde v0.3.30 |
1076 | 2023-11-06T20:52:00.801Z | Downloaded tungstenite v0.18.0 |
1077 | 2023-11-06T20:52:00.806Z | Downloaded futures v0.3.29 |
1078 | 2023-11-06T20:52:00.819Z | Downloaded indexmap v1.9.3 |
1079 | 2023-11-06T20:52:00.825Z | Downloaded tough v0.12.5 |
1080 | 2023-11-06T20:52:00.832Z | Downloaded aho-corasick v1.0.4 |
1081 | 2023-11-06T20:52:00.839Z | Downloaded rand v0.8.5 |
1082 | 2023-11-06T20:52:00.848Z | Downloaded darling v0.14.4 |
1083 | 2023-11-06T20:52:00.860Z | Downloaded pin-project v1.1.3 |
1084 | 2023-11-06T20:52:00.871Z | Downloaded yasna v0.5.2 |
1085 | 2023-11-06T20:52:00.883Z | Downloaded enum-as-inner v0.5.1 |
1086 | 2023-11-06T20:52:01.292Z | Downloaded datatest-stable v0.2.3 |
1087 | 2023-11-06T20:52:01.301Z | Downloaded dyn-clone v1.0.13 |
1088 | 2023-11-06T20:52:01.313Z | Downloaded hashbrown v0.12.3 |
1089 | 2023-11-06T20:52:01.329Z | Downloaded regex-automata v0.1.10 |
1090 | 2023-11-06T20:52:01.337Z | Downloaded schemars v0.8.13 |
1091 | 2023-11-06T20:52:01.341Z | Downloaded expectorate v1.1.0 |
1092 | 2023-11-06T20:52:01.345Z | Downloaded either v1.9.0 |
1093 | 2023-11-06T20:52:01.348Z | Downloaded rcgen v0.11.3 |
1094 | 2023-11-06T20:52:01.355Z | Downloaded futures-task v0.3.29 |
1095 | 2023-11-06T20:52:01.363Z | Downloaded half v1.8.2 |
1096 | 2023-11-06T20:52:01.372Z | Downloaded version_check v0.9.4 |
1097 | 2023-11-06T20:52:01.384Z | Downloaded predicates-tree v1.0.9 |
1098 | 2023-11-06T20:52:01.391Z | Downloaded predicates v3.0.4 |
1099 | 2023-11-06T20:52:01.395Z | Downloaded serde_with v2.3.3 |
1100 | 2023-11-06T20:52:01.400Z | Downloaded usdt v0.3.5 |
1101 | 2023-11-06T20:52:01.404Z | Downloaded thiserror-no-std v2.0.2 |
1102 | 2023-11-06T20:52:01.408Z | Downloaded tracing-attributes v0.1.26 |
1103 | 2023-11-06T20:52:01.411Z | Downloaded signal-hook v0.3.17 |
1104 | 2023-11-06T20:52:01.415Z | Downloaded time v0.3.27 |
1105 | 2023-11-06T20:52:01.419Z | Downloaded portable-atomic v1.4.3 |
1106 | 2023-11-06T20:52:01.423Z | Downloaded derive_builder_core v0.12.0 |
1107 | 2023-11-06T20:52:01.428Z | Downloaded crypto-bigint v0.5.2 |
1108 | 2023-11-06T20:52:01.434Z | Downloaded ring v0.17.5 |
1109 | 2023-11-06T20:52:01.846Z | Downloaded itertools v0.10.5 |
1110 | 2023-11-06T20:52:01.850Z | Downloaded futures-core v0.3.29 |
1111 | 2023-11-06T20:52:01.853Z | Downloaded untrusted v0.9.0 |
1112 | 2023-11-06T20:52:01.859Z | Downloaded walkdir v2.4.0 |
1113 | 2023-11-06T20:52:01.863Z | Downloaded data-encoding v2.4.0 |
1114 | 2023-11-06T20:52:01.867Z | Downloaded ctr v0.9.2 |
1115 | 2023-11-06T20:52:01.871Z | Downloaded rustls-native-certs v0.6.3 |
1116 | 2023-11-06T20:52:01.876Z | Downloaded unsafe-libyaml v0.2.9 |
1117 | 2023-11-06T20:52:01.880Z | Downloaded heapless v0.7.16 |
1118 | 2023-11-06T20:52:01.885Z | Downloaded uuid v1.4.1 |
1119 | 2023-11-06T20:52:01.890Z | Downloaded fatfs v0.3.6 |
1120 | 2023-11-06T20:52:01.896Z | Downloaded hkdf v0.12.3 |
1121 | 2023-11-06T20:52:02.312Z | Downloaded filetime v0.2.22 |
1122 | 2023-11-06T20:52:02.316Z | Downloaded rustc_version v0.4.0 |
1123 | 2023-11-06T20:52:02.321Z | Downloaded slog-bunyan v2.4.0 |
1124 | 2023-11-06T20:52:02.332Z | Downloaded dirs-next v2.0.0 |
1125 | 2023-11-06T20:52:02.337Z | Downloaded debug-ignore v1.0.5 |
1126 | 2023-11-06T20:52:02.344Z | Downloaded postcard-cobs v0.1.5-pre |
1127 | 2023-11-06T20:52:02.351Z | Downloaded radium v0.7.0 |
1128 | 2023-11-06T20:52:02.363Z | Downloaded r2d2 v0.8.10 |
1129 | 2023-11-06T20:52:02.368Z | Downloaded rand_xorshift v0.3.0 |
1130 | 2023-11-06T20:52:02.378Z | Downloaded owo-colors v3.5.0 |
1131 | 2023-11-06T20:52:02.383Z | Downloaded rust-argon2 v1.0.1 |
1132 | 2023-11-06T20:52:02.390Z | Downloaded vte v0.11.1 |
1133 | 2023-11-06T20:52:02.398Z | Downloaded tracing v0.1.37 |
1134 | 2023-11-06T20:52:02.403Z | Downloaded libsqlite3-sys v0.26.0 |
1135 | 2023-11-06T20:52:02.414Z | Downloaded ring v0.16.20 |
1136 | 2023-11-06T20:52:02.428Z | Downloaded libxml v0.3.3 |
1137 | 2023-11-06T20:52:02.438Z | Downloaded darling_core v0.20.3 |
1138 | 2023-11-06T20:52:02.454Z | Downloaded pin-project-lite v0.2.13 |
1139 | 2023-11-06T20:52:02.480Z | Downloaded getrandom v0.2.10 |
1140 | 2023-11-06T20:52:02.506Z | Downloaded futures-macro v0.3.29 |
1141 | 2023-11-06T20:52:02.515Z | Downloaded ref-cast v1.0.20 |
1142 | 2023-11-06T20:52:02.531Z | Downloaded rand_chacha v0.3.1 |
1143 | 2023-11-06T20:52:02.542Z | Downloaded remove_dir_all v0.5.3 |
1144 | 2023-11-06T20:52:02.562Z | Downloaded parking_lot v0.11.2 |
1145 | 2023-11-06T20:52:02.576Z | Downloaded ref-cast-impl v1.0.20 |
1146 | 2023-11-06T20:52:02.589Z | Downloaded unicode-bidi v0.3.13 |
1147 | 2023-11-06T20:52:02.647Z | Downloaded flume v0.11.0 |
1148 | 2023-11-06T20:52:02.660Z | Downloaded tokio-rustls v0.24.1 |
1149 | 2023-11-06T20:52:02.672Z | Downloaded platforms v3.0.2 |
1150 | 2023-11-06T20:52:02.685Z | Downloaded pkcs1 v0.7.5 |
1151 | 2023-11-06T20:52:02.699Z | Downloaded getopts v0.2.21 |
1152 | 2023-11-06T20:52:02.705Z | Downloaded semver v0.11.0 |
1153 | 2023-11-06T20:52:02.711Z | Downloaded rustls-pemfile v1.0.3 |
1154 | 2023-11-06T20:52:02.719Z | Downloaded libm v0.2.7 |
1155 | 2023-11-06T20:52:02.724Z | Downloaded salty v0.2.0 |
1156 | 2023-11-06T20:52:02.733Z | Downloaded pkcs8 v0.10.2 |
1157 | 2023-11-06T20:52:02.745Z | Downloaded elliptic-curve v0.13.5 |
1158 | 2023-11-06T20:52:02.751Z | Downloaded schemars_derive v0.8.13 |
1159 | 2023-11-06T20:52:02.757Z | Downloaded steno v0.4.0 |
1160 | 2023-11-06T20:52:02.763Z | Downloaded downcast v0.11.0 |
1161 | 2023-11-06T20:52:02.768Z | Downloaded doc-comment v0.3.3 |
1162 | 2023-11-06T20:52:02.775Z | Downloaded plotters-backend v0.3.5 |
1163 | 2023-11-06T20:52:02.787Z | Downloaded pkg-config v0.3.27 |
1164 | 2023-11-06T20:52:02.792Z | Downloaded curve25519-dalek-derive v0.1.0 |
1165 | 2023-11-06T20:52:02.795Z | Downloaded serde_tokenstream v0.1.7 |
1166 | 2023-11-06T20:52:02.799Z | Downloaded glob v0.3.1 |
1167 | 2023-11-06T20:52:02.803Z | Downloaded tokio-tungstenite v0.18.0 |
1168 | 2023-11-06T20:52:02.807Z | Downloaded scopeguard v1.2.0 |
1169 | 2023-11-06T20:52:02.810Z | Downloaded rusty-fork v0.3.0 |
1170 | 2023-11-06T20:52:02.814Z | Downloaded papergrid v0.10.0 |
1171 | 2023-11-06T20:52:02.818Z | Downloaded aes v0.8.3 |
1172 | 2023-11-06T20:52:02.822Z | Downloaded dirs-sys-next v0.1.2 |
1173 | 2023-11-06T20:52:02.827Z | Downloaded vergen v8.2.4 |
1174 | 2023-11-06T20:52:02.830Z | Downloaded predicates v2.1.5 |
1175 | 2023-11-06T20:52:02.836Z | Downloaded hashlink v0.8.3 |
1176 | 2023-11-06T20:52:02.844Z | Downloaded oso v0.27.0 |
1177 | 2023-11-06T20:52:02.858Z | Downloaded spin v0.9.8 |
1178 | 2023-11-06T20:52:02.867Z | Downloaded darling_core v0.14.4 |
1179 | 2023-11-06T20:52:02.876Z | Downloaded usdt-impl v0.3.5 |
1180 | 2023-11-06T20:52:02.884Z | Downloaded utf-8 v0.7.6 |
1181 | 2023-11-06T20:52:02.892Z | Downloaded serde_tokenstream v0.2.0 |
1182 | 2023-11-06T20:52:02.898Z | Downloaded globset v0.4.13 |
1183 | 2023-11-06T20:52:02.904Z | Downloaded futures-executor v0.3.29 |
1184 | 2023-11-06T20:52:02.909Z | Downloaded wyz v0.5.1 |
1185 | 2023-11-06T20:52:02.912Z | Downloaded whoami v1.4.1 |
1186 | 2023-11-06T20:52:02.920Z | Downloaded fxhash v0.2.1 |
1187 | 2023-11-06T20:52:02.924Z | Downloaded futures-timer v3.0.2 |
1188 | 2023-11-06T20:52:02.928Z | Downloaded crossbeam-channel v0.5.8 |
1189 | 2023-11-06T20:52:02.932Z | Downloaded signal-hook-mio v0.2.3 |
1190 | 2023-11-06T20:52:02.935Z | Downloaded serde-hex v0.1.0 |
1191 | 2023-11-06T20:52:02.938Z | Downloaded wait-timeout v0.2.0 |
1192 | 2023-11-06T20:52:02.942Z | Downloaded vte_generate_state_changes v0.1.1 |
1193 | 2023-11-06T20:52:02.946Z | Downloaded vec_map v0.8.2 |
1194 | 2023-11-06T20:52:02.949Z | Downloaded untrusted v0.7.1 |
1195 | 2023-11-06T20:52:02.952Z | Downloaded unicode-linebreak v0.1.5 |
1196 | 2023-11-06T20:52:02.956Z | Downloaded predicates-core v1.0.6 |
1197 | 2023-11-06T20:52:02.959Z | Downloaded textwrap v0.16.0 |
1198 | 2023-11-06T20:52:02.964Z | Downloaded rsa v0.9.2 |
1199 | 2023-11-06T20:52:02.967Z | Downloaded miniz_oxide v0.7.1 |
1200 | 2023-11-06T20:52:02.970Z | Downloaded http v0.2.9 |
1201 | 2023-11-06T20:52:02.974Z | Downloaded termtree v0.4.1 |
1202 | 2023-11-06T20:52:03.045Z | Downloaded prettyplease v0.2.12 |
1203 | 2023-11-06T20:52:03.468Z | Downloaded test-strategy v0.3.1 |
1204 | 2023-11-06T20:52:03.476Z | Downloaded which v4.4.0 |
1205 | 2023-11-06T20:52:03.482Z | Downloaded unicase v2.7.0 |
1206 | 2023-11-06T20:52:03.486Z | Downloaded smf v0.2.2 |
1207 | 2023-11-06T20:52:03.490Z | Downloaded smawk v0.3.1 |
1208 | 2023-11-06T20:52:03.494Z | Downloaded slog-scope v4.4.0 |
1209 | 2023-11-06T20:52:03.497Z | Downloaded slog-json v2.6.1 |
1210 | 2023-11-06T20:52:03.501Z | Downloaded siphasher v0.3.11 |
1211 | 2023-11-06T20:52:03.505Z | Downloaded signature v2.1.0 |
1212 | 2023-11-06T20:52:03.509Z | Downloaded signal-hook-registry v1.4.1 |
1213 | 2023-11-06T20:52:03.514Z | Downloaded fd-lock v3.0.13 |
1214 | 2023-11-06T20:52:03.527Z | Downloaded fastrand v2.0.0 |
1215 | 2023-11-06T20:52:03.533Z | Downloaded derive_more v0.99.17 |
1216 | 2023-11-06T20:52:03.539Z | Downloaded structopt v0.3.26 |
1217 | 2023-11-06T20:52:03.545Z | Downloaded slog-stdlog v4.1.1 |
1218 | 2023-11-06T20:52:03.551Z | Downloaded darling v0.20.3 |
1219 | 2023-11-06T20:52:03.565Z | Downloaded const_format v0.2.31 |
1220 | 2023-11-06T20:52:03.573Z | Downloaded mio v0.8.8 |
1221 | 2023-11-06T20:52:03.578Z | Downloaded ff v0.13.0 |
1222 | 2023-11-06T20:52:03.582Z | Downloaded sha2 v0.10.8 |
1223 | 2023-11-06T20:52:03.586Z | Downloaded pretty-hex v0.3.0 |
1224 | 2023-11-06T20:52:03.594Z | Downloaded pretty-hex v0.2.1 |
1225 | 2023-11-06T20:52:03.598Z | Downloaded slog-envlogger v2.2.0 |
1226 | 2023-11-06T20:52:03.602Z | Downloaded float-cmp v0.9.0 |
1227 | 2023-11-06T20:52:03.608Z | Downloaded fixedbitset v0.4.2 |
1228 | 2023-11-06T20:52:03.613Z | Downloaded fallible-iterator v0.2.0 |
1229 | 2023-11-06T20:52:03.618Z | Downloaded password-hash v0.5.0 |
1230 | 2023-11-06T20:52:03.627Z | Downloaded cc v1.0.83 |
1231 | 2023-11-06T20:52:03.641Z | Downloaded proc-macro-error v1.0.4 |
1232 | 2023-11-06T20:52:03.683Z | Downloaded funty v2.0.0 |
1233 | 2023-11-06T20:52:03.689Z | Downloaded flagset v0.4.3 |
1234 | 2023-11-06T20:52:03.694Z | Downloaded fallible-streaming-iterator v0.1.9 |
1235 | 2023-11-06T20:52:04.102Z | Downloaded universal-hash v0.5.1 |
1236 | 2023-11-06T20:52:04.164Z | Downloaded fnv v1.0.7 |
1237 | 2023-11-06T20:52:04.170Z | Downloaded topological-sort v0.2.2 |
1238 | 2023-11-06T20:52:04.174Z | Downloaded packed_struct v0.10.1 |
1239 | 2023-11-06T20:52:04.179Z | Downloaded sha1 v0.10.5 |
1240 | 2023-11-06T20:52:04.183Z | Downloaded semver-parser v0.10.2 |
1241 | 2023-11-06T20:52:04.186Z | Downloaded pest_derive v2.7.2 |
1242 | 2023-11-06T20:52:04.191Z | Downloaded der_derive v0.7.2 |
1243 | 2023-11-06T20:52:04.196Z | Downloaded precomputed-hash v0.1.1 |
1244 | 2023-11-06T20:52:04.200Z | Downloaded headers-core v0.2.0 |
1245 | 2023-11-06T20:52:04.205Z | Downloaded signal-hook-tokio v0.3.1 |
1246 | 2023-11-06T20:52:04.210Z | Downloaded parse-display-derive v0.7.0 |
1247 | 2023-11-06T20:52:04.216Z | Downloaded heck v0.3.3 |
1248 | 2023-11-06T20:52:04.220Z | Downloaded poly1305 v0.8.0 |
1249 | 2023-11-06T20:52:04.223Z | Downloaded diff v0.1.13 |
1250 | 2023-11-06T20:52:04.228Z | Downloaded structopt-derive v0.4.18 |
1251 | 2023-11-06T20:52:04.253Z | Downloaded backtrace v0.3.69 |
1252 | 2023-11-06T20:52:04.309Z | Downloaded arc-swap v1.6.0 |
1253 | 2023-11-06T20:52:04.322Z | Downloaded tokio-macros v2.1.0 |
1254 | 2023-11-06T20:52:04.343Z | Downloaded tar v0.4.40 |
1255 | 2023-11-06T20:52:04.360Z | Downloaded slog v2.7.0 |
1256 | 2023-11-06T20:52:04.370Z | Downloaded oso-derive v0.27.0 |
1257 | 2023-11-06T20:52:04.387Z | Downloaded pem-rfc7468 v0.7.0 |
1258 | 2023-11-06T20:52:04.399Z | Downloaded rstest v0.18.2 |
1259 | 2023-11-06T20:52:04.408Z | Downloaded indicatif v0.17.7 |
1260 | 2023-11-06T20:52:04.423Z | Downloaded bytes v1.5.0 |
1261 | 2023-11-06T20:52:04.436Z | Downloaded thread_local v1.1.7 |
1262 | 2023-11-06T20:52:04.441Z | Downloaded thread-id v4.2.0 |
1263 | 2023-11-06T20:52:04.450Z | Downloaded pem v1.1.1 |
1264 | 2023-11-06T20:52:04.456Z | Downloaded once_cell v1.18.0 |
1265 | 2023-11-06T20:52:04.469Z | Downloaded strum_macros v0.24.3 |
1266 | 2023-11-06T20:52:04.480Z | Downloaded structmeta-derive v0.2.0 |
1267 | 2023-11-06T20:52:04.492Z | Downloaded structmeta v0.2.0 |
1268 | 2023-11-06T20:52:06.315Z | Downloaded structmeta v0.1.6 |
1269 | 2023-11-06T20:52:06.439Z | Downloaded strsim v0.8.0 |
1270 | 2023-11-06T20:52:06.529Z | Downloaded strip-ansi-escapes v0.2.0 |
1271 | 2023-11-06T20:52:06.572Z | Downloaded stringprep v0.1.3 |
1272 | 2023-11-06T20:52:06.990Z | Downloaded string_cache v0.8.7 |
1273 | 2023-11-06T20:52:07.021Z | Downloaded signature v1.6.4 |
1274 | 2023-11-06T20:52:07.038Z | Downloaded serde_with_macros v2.3.3 |
1275 | 2023-11-06T20:52:07.085Z | Downloaded serde_derive_internals v0.26.0 |
1276 | 2023-11-06T20:52:07.120Z | Downloaded chacha20poly1305 v0.10.1 |
1277 | 2023-11-06T20:52:07.128Z | Downloaded cstr-argument v0.1.2 |
1278 | 2023-11-06T20:52:07.571Z | Downloaded openssl-probe v0.1.5 |
1279 | 2023-11-06T20:52:07.594Z | Downloaded openssl-macros v0.1.1 |
1280 | 2023-11-06T20:52:07.621Z | Downloaded clang-sys v1.6.1 |
1281 | 2023-11-06T20:52:07.628Z | Downloaded path-slash v0.1.5 |
1282 | 2023-11-06T20:52:07.638Z | Downloaded path-dedot v3.1.0 |
1283 | 2023-11-06T20:52:07.655Z | Downloaded polyval v0.6.1 |
1284 | 2023-11-06T20:52:07.674Z | Downloaded term v0.7.0 |
1285 | 2023-11-06T20:52:07.696Z | Downloaded tempfile v3.8.0 |
1286 | 2023-11-06T20:52:07.717Z | Downloaded snafu-derive v0.7.5 |
1287 | 2023-11-06T20:52:07.734Z | Downloaded normalize-line-endings v0.3.0 |
1288 | 2023-11-06T20:52:07.741Z | Downloaded darling_macro v0.20.3 |
1289 | 2023-11-06T20:52:07.747Z | Downloaded textwrap v0.11.0 |
1290 | 2023-11-06T20:52:07.756Z | Downloaded slog-dtrace v0.2.3 |
1291 | 2023-11-06T20:52:07.762Z | Downloaded ahash v0.8.3 |
1292 | 2023-11-06T20:52:07.769Z | Downloaded allocator-api2 v0.2.16 |
1293 | 2023-11-06T20:52:07.774Z | Downloaded ringbuffer v0.15.0 |
1294 | 2023-11-06T20:52:07.780Z | Downloaded proc-macro-error-attr v1.0.4 |
1295 | 2023-11-06T20:52:07.792Z | Downloaded pem v3.0.2 |
1296 | 2023-11-06T20:52:07.797Z | Downloaded omicron-zone-package v0.8.3 |
1297 | 2023-11-06T20:52:07.818Z | Downloaded olpc-cjson v0.1.3 |
1298 | 2023-11-06T20:52:07.847Z | Downloaded foreign-types v0.3.2 |
1299 | 2023-11-06T20:52:07.870Z | Downloaded tempdir v0.3.7 |
1300 | 2023-11-06T20:52:07.892Z | Downloaded strum_macros v0.25.2 |
1301 | 2023-11-06T20:52:07.914Z | Downloaded slog-async v2.8.0 |
1302 | 2023-11-06T20:52:07.942Z | Downloaded similar-asserts v1.5.0 |
1303 | 2023-11-06T20:52:07.949Z | Downloaded rustc-demangle v0.1.23 |
1304 | 2023-11-06T20:52:07.970Z | Downloaded relative-path v1.9.0 |
1305 | 2023-11-06T20:52:07.977Z | Downloaded base64 v0.21.5 |
1306 | 2023-11-06T20:52:08.004Z | Downloaded parse-display v0.7.0 |
1307 | 2023-11-06T20:52:08.026Z | Downloaded fragile v2.0.0 |
1308 | 2023-11-06T20:52:08.036Z | Downloaded termcolor v1.2.0 |
1309 | 2023-11-06T20:52:08.045Z | Downloaded synstructure v0.12.6 |
1310 | 2023-11-06T20:52:08.074Z | Downloaded subtle v2.5.0 |
1311 | 2023-11-06T20:52:08.092Z | Downloaded structmeta-derive v0.1.6 |
1312 | 2023-11-06T20:52:08.110Z | Downloaded crc32fast v1.3.2 |
1313 | 2023-11-06T20:52:08.117Z | Downloaded lru-cache v0.1.2 |
1314 | 2023-11-06T20:52:08.137Z | Downloaded log v0.4.20 |
1315 | 2023-11-06T20:52:08.149Z | Downloaded lock_api v0.4.10 |
1316 | 2023-11-06T20:52:08.155Z | Downloaded libloading v0.7.4 |
1317 | 2023-11-06T20:52:08.163Z | Downloaded crossbeam-deque v0.8.3 |
1318 | 2023-11-06T20:52:08.187Z | Downloaded shell-words v1.1.0 |
1319 | 2023-11-06T20:52:08.205Z | Downloaded serde_urlencoded v0.7.1 |
1320 | 2023-11-06T20:52:08.210Z | Downloaded base64ct v1.6.0 |
1321 | 2023-11-06T20:52:08.215Z | Downloaded const-oid v0.9.5 |
1322 | 2023-11-06T20:52:08.224Z | Downloaded backoff v0.4.0 |
1323 | 2023-11-06T20:52:08.229Z | Downloaded smallvec v0.6.14 |
1324 | 2023-11-06T20:52:08.238Z | Downloaded semver v0.1.20 |
1325 | 2023-11-06T20:52:08.243Z | Downloaded num-rational v0.4.1 |
1326 | 2023-11-06T20:52:08.267Z | Downloaded oorandom v11.1.3 |
1327 | 2023-11-06T20:52:08.288Z | Downloaded termios v0.3.3 |
1328 | 2023-11-06T20:52:08.331Z | Downloaded foreign-types v0.5.0 |
1329 | 2023-11-06T20:52:08.339Z | Downloaded digest v0.10.7 |
1330 | 2023-11-06T20:52:08.346Z | Downloaded tabled_derive v0.6.0 |
1331 | 2023-11-06T20:52:08.390Z | Downloaded foreign-types-shared v0.1.1 |
1332 | 2023-11-06T20:52:08.439Z | Downloaded derive_builder_macro v0.12.0 |
1333 | 2023-11-06T20:52:08.463Z | Downloaded strum v0.25.0 |
1334 | 2023-11-06T20:52:08.489Z | Downloaded secrecy v0.8.0 |
1335 | 2023-11-06T20:52:08.559Z | Downloaded sct v0.7.0 |
1336 | 2023-11-06T20:52:08.589Z | Downloaded same-file v1.0.6 |
1337 | 2023-11-06T20:52:08.609Z | Downloaded colored v2.0.4 |
1338 | 2023-11-06T20:52:08.650Z | Downloaded foreign-types-macros v0.2.3 |
1339 | 2023-11-06T20:52:08.678Z | Downloaded ascii v1.1.0 |
1340 | 2023-11-06T20:52:08.702Z | Downloaded ansi_term v0.12.1 |
1341 | 2023-11-06T20:52:08.719Z | Downloaded fs-err v2.9.0 |
1342 | 2023-11-06T20:52:08.749Z | Downloaded tap v1.0.1 |
1343 | 2023-11-06T20:52:08.762Z | Downloaded maplit v1.0.2 |
1344 | 2023-11-06T20:52:08.787Z | Downloaded managed v0.8.0 |
1345 | 2023-11-06T20:52:08.823Z | Downloaded macaddr v1.0.1 |
1346 | 2023-11-06T20:52:08.833Z | Downloaded anes v0.1.6 |
1347 | 2023-11-06T20:52:08.862Z | Downloaded addr2line v0.21.0 |
1348 | 2023-11-06T20:52:08.874Z | Downloaded assert_cmd v2.0.12 |
1349 | 2023-11-06T20:52:08.881Z | Downloaded parse-display v0.8.2 |
1350 | 2023-11-06T20:52:08.890Z | Downloaded num-bigint v0.4.4 |
1351 | 2023-11-06T20:52:08.908Z | Downloaded keccak v0.1.4 |
1352 | 2023-11-06T20:52:08.980Z | Downloaded criterion-plot v0.5.0 |
1353 | 2023-11-06T20:52:08.989Z | Downloaded lalrpop-util v0.19.12 |
1354 | 2023-11-06T20:52:09.009Z | Downloaded crc-catalog v2.2.0 |
1355 | 2023-11-06T20:52:09.024Z | Downloaded memoffset v0.7.1 |
1356 | 2023-11-06T20:52:09.043Z | Downloaded ciborium-ll v0.2.1 |
1357 | 2023-11-06T20:52:09.047Z | Downloaded bzip2 v0.4.4 |
1358 | 2023-11-06T20:52:09.061Z | Downloaded const_format_proc_macros v0.2.31 |
1359 | 2023-11-06T20:52:09.077Z | Downloaded ascii-canvas v3.0.0 |
1360 | 2023-11-06T20:52:09.087Z | Downloaded ipnetwork v0.20.0 |
1361 | 2023-11-06T20:52:09.105Z | Downloaded hmac v0.12.1 |
1362 | 2023-11-06T20:52:09.112Z | Downloaded chacha20 v0.9.1 |
1363 | 2023-11-06T20:52:09.117Z | Downloaded cancel-safe-futures v0.1.5 |
1364 | 2023-11-06T20:52:09.122Z | Downloaded bytesize v1.3.0 |
1365 | 2023-11-06T20:52:09.126Z | Downloaded libefi-sys v0.1.0 |
1366 | 2023-11-06T20:52:09.129Z | Downloaded cipher v0.4.4 |
1367 | 2023-11-06T20:52:09.157Z | Downloaded corncobs v0.1.3 |
1368 | 2023-11-06T20:52:09.170Z | Downloaded cassowary v0.3.0 |
1369 | 2023-11-06T20:52:09.174Z | Downloaded async-stream v0.3.5 |
1370 | 2023-11-06T20:52:09.178Z | Downloaded async-trait v0.1.74 |
1371 | 2023-11-06T20:52:09.192Z | Downloaded aes-gcm-siv v0.11.1 |
1372 | 2023-11-06T20:52:09.604Z | Downloaded foreign-types-shared v0.3.1 |
1373 | 2023-11-06T20:52:09.608Z | Downloaded difflib v0.4.0 |
1374 | 2023-11-06T20:52:09.611Z | Downloaded take_mut v0.2.2 |
1375 | 2023-11-06T20:52:09.616Z | Downloaded shlex v1.1.0 |
1376 | 2023-11-06T20:52:09.630Z | Downloaded crc-any v2.4.3 |
1377 | 2023-11-06T20:52:10.045Z | Downloaded async-recursion v1.0.5 |
1378 | 2023-11-06T20:52:10.048Z | Downloaded basic-toml v0.1.4 |
1379 | 2023-11-06T20:52:10.052Z | Downloaded camino-tempfile v1.0.2 |
1380 | 2023-11-06T20:52:10.057Z | Downloaded rustc-hash v1.1.0 |
1381 | 2023-11-06T20:52:10.065Z | Downloaded ipnet v2.8.0 |
1382 | 2023-11-06T20:52:10.071Z | Downloaded hyper-tls v0.5.0 |
1383 | 2023-11-06T20:52:10.077Z | Downloaded hyper-rustls v0.24.2 |
1384 | 2023-11-06T20:52:10.082Z | Downloaded cexpr v0.6.0 |
1385 | 2023-11-06T20:52:10.095Z | Downloaded num_cpus v1.16.0 |
1386 | 2023-11-06T20:52:10.120Z | Downloaded num-integer v0.1.45 |
1387 | 2023-11-06T20:52:10.131Z | Downloaded nu-ansi-term v0.49.0 |
1388 | 2023-11-06T20:52:10.136Z | Downloaded httptest v0.15.5 |
1389 | 2023-11-06T20:52:10.141Z | Downloaded byteorder v1.5.0 |
1390 | 2023-11-06T20:52:10.145Z | Downloaded ciborium-io v0.2.1 |
1391 | 2023-11-06T20:52:10.149Z | Downloaded bitstruct_derive v0.1.0 |
1392 | 2023-11-06T20:52:10.154Z | Downloaded indoc v1.0.9 |
1393 | 2023-11-06T20:52:10.157Z | Downloaded http-body v0.4.5 |
1394 | 2023-11-06T20:52:10.161Z | Downloaded console v0.15.7 |
1395 | 2023-11-06T20:52:10.164Z | Downloaded bitstruct v0.1.1 |
1396 | 2023-11-06T20:52:10.168Z | Downloaded hex-literal v0.4.1 |
1397 | 2023-11-06T20:52:10.175Z | Downloaded assert_matches v1.5.0 |
1398 | 2023-11-06T20:52:10.178Z | Downloaded atomicwrites v0.4.2 |
1399 | 2023-11-06T20:52:10.182Z | Downloaded bb8 v0.8.1 |
1400 | 2023-11-06T20:52:10.186Z | Downloaded array-init v0.0.4 |
1401 | 2023-11-06T20:52:10.192Z | Downloaded num_enum_derive v0.5.11 |
1402 | 2023-11-06T20:52:10.196Z | Downloaded num-traits v0.2.16 |
1403 | 2023-11-06T20:52:10.200Z | Downloaded crossterm v0.26.1 |
1404 | 2023-11-06T20:52:10.204Z | Downloaded bytecount v0.6.3 |
1405 | 2023-11-06T20:52:10.209Z | Downloaded bit-vec v0.6.3 |
1406 | 2023-11-06T20:52:10.620Z | Downloaded approx v0.5.1 |
1407 | 2023-11-06T20:52:10.623Z | Downloaded mockall_derive v0.11.4 |
1408 | 2023-11-06T20:52:10.627Z | Downloaded linked-hash-map v0.5.6 |
1409 | 2023-11-06T20:52:10.632Z | Downloaded async-stream-impl v0.3.5 |
1410 | 2023-11-06T20:52:10.637Z | Downloaded num-complex v0.4.4 |
1411 | 2023-11-06T20:52:10.640Z | Downloaded nodrop v0.1.14 |
1412 | 2023-11-06T20:52:10.643Z | Downloaded nibble_vec v0.1.0 |
1413 | 2023-11-06T20:52:10.646Z | Downloaded native-tls v0.2.11 |
1414 | 2023-11-06T20:52:10.649Z | Downloaded instant v0.1.12 |
1415 | 2023-11-06T20:52:10.658Z | Downloaded adler v1.0.2 |
1416 | 2023-11-06T20:52:10.666Z | Downloaded num_enum_derive v0.7.0 |
1417 | 2023-11-06T20:52:10.676Z | Downloaded num-iter v0.1.43 |
1418 | 2023-11-06T20:52:10.681Z | Downloaded num v0.4.1 |
1419 | 2023-11-06T20:52:10.686Z | Downloaded multer v2.1.0 |
1420 | 2023-11-06T20:52:10.690Z | Downloaded mockall v0.11.4 |
1421 | 2023-11-06T20:52:10.693Z | Downloaded lazy_static v1.4.0 |
1422 | 2023-11-06T20:52:10.696Z | Downloaded is-terminal v0.4.9 |
1423 | 2023-11-06T20:52:10.699Z | Downloaded constant_time_eq v0.2.6 |
1424 | 2023-11-06T20:52:10.702Z | Downloaded cast v0.3.0 |
1425 | 2023-11-06T20:52:10.705Z | Downloaded blake2 v0.10.6 |
1426 | 2023-11-06T20:52:10.708Z | Downloaded num-derive v0.4.0 |
1427 | 2023-11-06T20:52:10.715Z | Downloaded new_debug_unreachable v1.0.4 |
1428 | 2023-11-06T20:52:10.733Z | Downloaded jobserver v0.1.26 |
1429 | 2023-11-06T20:52:10.744Z | Downloaded inout v0.1.3 |
1430 | 2023-11-06T20:52:10.762Z | Downloaded hubpack v0.1.2 |
1431 | 2023-11-06T20:52:10.775Z | Downloaded blake2b_simd v1.0.1 |
1432 | 2023-11-06T20:52:10.785Z | Downloaded arrayvec v0.7.4 |
1433 | 2023-11-06T20:52:10.795Z | Downloaded nom v7.1.3 |
1434 | 2023-11-06T20:52:10.804Z | Downloaded newline-converter v0.3.0 |
1435 | 2023-11-06T20:52:10.812Z | Downloaded hyper-staticfile v0.9.5 |
1436 | 2023-11-06T20:52:11.227Z | Downloaded highway v1.1.0 |
1437 | 2023-11-06T20:52:11.241Z | Downloaded block-padding v0.3.3 |
1438 | 2023-11-06T20:52:11.252Z | Downloaded block-buffer v0.10.4 |
1439 | 2023-11-06T20:52:11.260Z | Downloaded home v0.5.5 |
1440 | 2023-11-06T20:52:11.282Z | Downloaded cfg-if v0.1.10 |
1441 | 2023-11-06T20:52:11.295Z | Downloaded bcs v0.1.6 |
1442 | 2023-11-06T20:52:11.308Z | Downloaded atomic-waker v1.1.1 |
1443 | 2023-11-06T20:52:11.323Z | Downloaded nanorand v0.7.0 |
1444 | 2023-11-06T20:52:11.330Z | Downloaded memoffset v0.9.0 |
1445 | 2023-11-06T20:52:11.336Z | Downloaded indoc v2.0.3 |
1446 | 2023-11-06T20:52:11.350Z | Downloaded humantime v2.1.0 |
1447 | 2023-11-06T20:52:11.363Z | Downloaded hostname v0.3.1 |
1448 | 2023-11-06T20:52:11.368Z | Downloaded buf-list v1.0.3 |
1449 | 2023-11-06T20:52:11.371Z | Downloaded bitfield v0.14.0 |
1450 | 2023-11-06T20:52:11.375Z | Downloaded bit_field v0.10.2 |
1451 | 2023-11-06T20:52:11.378Z | Downloaded bit-set v0.5.3 |
1452 | 2023-11-06T20:52:11.381Z | Downloaded bincode v1.3.3 |
1453 | 2023-11-06T20:52:11.384Z | Downloaded arrayref v0.3.7 |
1454 | 2023-11-06T20:52:11.387Z | Downloaded hubpack_derive v0.1.1 |
1455 | 2023-11-06T20:52:11.391Z | Downloaded base16ct v0.2.0 |
1456 | 2023-11-06T20:52:11.394Z | Downloaded atty v0.2.14 |
1457 | 2023-11-06T20:52:11.399Z | Compiling proc-macro2 v1.0.67 |
1458 | 2023-11-06T20:52:11.403Z | Compiling serde v1.0.188 |
1459 | 2023-11-06T20:52:11.406Z | Compiling autocfg v1.1.0 |
1460 | 2023-11-06T20:52:11.410Z | Compiling version_check v0.9.4 |
1461 | 2023-11-06T20:52:11.414Z | Compiling syn v1.0.109 |
1462 | 2023-11-06T20:52:11.418Z | Compiling parking_lot_core v0.9.8 |
1463 | 2023-11-06T20:52:11.425Z | Compiling libm v0.2.7 |
1464 | 2023-11-06T20:52:11.436Z | Compiling libc v0.2.149 |
1465 | 2023-11-06T20:52:11.441Z | Compiling cfg-if v1.0.0 |
1466 | 2023-11-06T20:52:11.445Z | Compiling futures-core v0.3.29 |
1467 | 2023-11-06T20:52:11.451Z | Compiling once_cell v1.18.0 |
1468 | 2023-11-06T20:52:11.455Z | Compiling typenum v1.16.0 |
1469 | 2023-11-06T20:52:11.528Z | Compiling ahash v0.8.3 |
1470 | 2023-11-06T20:52:11.532Z | Compiling generic-array v0.14.7 |
1471 | 2023-11-06T20:52:11.535Z | Compiling lock_api v0.4.10 |
1472 | 2023-11-06T20:52:11.550Z | Compiling num-traits v0.2.16 |
1473 | 2023-11-06T20:52:11.559Z | Compiling quote v1.0.33 |
1474 | 2023-11-06T20:52:11.571Z | Compiling slab v0.4.9 |
1475 | 2023-11-06T20:52:11.991Z | Compiling futures-task v0.3.29 |
1476 | 2023-11-06T20:52:12.003Z | Compiling syn v2.0.32 |
1477 | 2023-11-06T20:52:12.013Z | Compiling jobserver v0.1.26 |
1478 | 2023-11-06T20:52:12.022Z | Compiling futures-channel v0.3.29 |
1479 | 2023-11-06T20:52:12.028Z | Compiling cc v1.0.83 |
1480 | 2023-11-06T20:52:12.037Z | Compiling pkg-config v0.3.27 |
1481 | 2023-11-06T20:52:12.046Z | Compiling futures-util v0.3.29 |
1482 | 2023-11-06T20:52:12.058Z | Compiling memchr v2.6.3 |
1483 | 2023-11-06T20:52:12.065Z | Compiling vcpkg v0.2.15 |
1484 | 2023-11-06T20:52:12.069Z | Compiling itoa v1.0.9 |
1485 | 2023-11-06T20:52:12.074Z | Compiling log v0.4.20 |
1486 | 2023-11-06T20:52:12.078Z | Compiling schemars v0.8.13 |
1487 | 2023-11-06T20:52:12.088Z | Compiling serde_json v1.0.108 |
1488 | 2023-11-06T20:52:12.096Z | Compiling serde_derive v1.0.188 |
1489 | 2023-11-06T20:52:12.642Z | Compiling thiserror-impl v1.0.49 |
1490 | 2023-11-06T20:52:12.662Z | Compiling zeroize_derive v1.4.2 |
1491 | 2023-11-06T20:52:12.665Z | Compiling tokio-macros v2.1.0 |
1492 | 2023-11-06T20:52:12.671Z | Compiling futures-macro v0.3.29 |
1493 | 2023-11-06T20:52:12.686Z | Compiling tracing-attributes v0.1.26 |
1494 | 2023-11-06T20:52:12.695Z | Compiling serde_derive_internals v0.26.0 |
1495 | 2023-11-06T20:52:12.699Z | Compiling httparse v1.8.0 |
1496 | 2023-11-06T20:52:12.705Z | Compiling ryu v1.0.15 |
1497 | 2023-11-06T20:52:12.710Z | Compiling indexmap v1.9.3 |
1498 | 2023-11-06T20:52:12.714Z | Compiling getrandom v0.2.10 |
1499 | 2023-11-06T20:52:12.729Z | Compiling allocator-api2 v0.2.16 |
1500 | 2023-11-06T20:52:12.740Z | Compiling equivalent v1.0.1 |
1501 | 2023-11-06T20:52:12.747Z | Compiling ring v0.16.20 |
1502 | 2023-11-06T20:52:12.751Z | Compiling ring v0.17.5 |
1503 | 2023-11-06T20:52:12.757Z | Compiling rustix v0.38.9 |
1504 | 2023-11-06T20:52:12.761Z | Compiling schemars_derive v0.8.13 |
1505 | 2023-11-06T20:52:12.774Z | Compiling hashbrown v0.14.2 |
1506 | 2023-11-06T20:52:12.778Z | Compiling openssl-sys v0.9.93 |
1507 | 2023-11-06T20:52:12.784Z | Compiling thiserror v1.0.49 |
1508 | 2023-11-06T20:52:12.791Z | Compiling rustls v0.21.8 |
1509 | 2023-11-06T20:52:12.798Z | Compiling fnv v1.0.7 |
1510 | 2023-11-06T20:52:12.801Z | Compiling aho-corasick v1.0.4 |
1511 | 2023-11-06T20:52:12.808Z | Compiling openssl v0.10.57 |
1512 | 2023-11-06T20:52:12.811Z | Compiling regex-syntax v0.8.2 |
1513 | 2023-11-06T20:52:12.817Z | Compiling openssl-macros v0.1.1 |
1514 | 2023-11-06T20:52:12.831Z | Compiling unicode-xid v0.2.4 |
1515 | 2023-11-06T20:52:12.856Z | Compiling backtrace v0.3.69 |
1516 | 2023-11-06T20:52:12.876Z | Compiling native-tls v0.2.11 |
1517 | 2023-11-06T20:52:12.892Z | Compiling ucd-trie v0.1.6 |
1518 | 2023-11-06T20:52:12.901Z | Compiling async-trait v0.1.74 |
1519 | 2023-11-06T20:52:12.920Z | Compiling pest v2.7.2 |
1520 | 2023-11-06T20:52:12.925Z | Compiling crossbeam-utils v0.8.16 |
1521 | 2023-11-06T20:52:12.997Z | Compiling rustversion v1.0.14 |
1522 | 2023-11-06T20:52:13.005Z | Compiling anyhow v1.0.75 |
1523 | 2023-11-06T20:52:13.015Z | Compiling regex-automata v0.4.3 |
1524 | 2023-11-06T20:52:13.024Z | Compiling slog v2.7.0 |
1525 | 2023-11-06T20:52:13.031Z | Compiling iana-time-zone v0.1.57 |
1526 | 2023-11-06T20:52:13.039Z | Compiling time-core v0.1.1 |
1527 | 2023-11-06T20:52:13.067Z | Compiling time-macros v0.2.13 |
1528 | 2023-11-06T20:52:13.137Z | Compiling byteorder v1.5.0 |
1529 | 2023-11-06T20:52:13.151Z | Compiling synstructure v0.12.6 |
1530 | 2023-11-06T20:52:13.158Z | Compiling dyn-clone v1.0.13 |
1531 | 2023-11-06T20:52:13.164Z | Compiling pest_meta v2.7.2 |
1532 | 2023-11-06T20:52:13.175Z | Compiling hashbrown v0.13.2 |
1533 | 2023-11-06T20:52:13.184Z | Compiling pest_generator v2.7.2 |
1534 | 2023-11-06T20:52:13.192Z | Compiling usdt-impl v0.3.5 |
1535 | 2023-11-06T20:52:13.198Z | Compiling zerocopy-derive v0.2.0 |
1536 | 2023-11-06T20:52:13.204Z | Compiling scopeguard v1.2.0 |
1537 | 2023-11-06T20:52:13.209Z | Compiling unicode-width v0.1.11 |
1538 | 2023-11-06T20:52:13.295Z | Compiling winnow v0.5.15 |
1539 | 2023-11-06T20:52:13.417Z | Compiling strum_macros v0.25.2 |
1540 | 2023-11-06T20:52:14.273Z | Compiling regex v1.10.2 |
1541 | 2023-11-06T20:52:14.410Z | Compiling zerocopy v0.3.0 |
1542 | 2023-11-06T20:52:15.674Z | Compiling dof v0.1.5 |
1543 | 2023-11-06T20:52:15.905Z | Compiling thread-id v4.2.0 |
1544 | 2023-11-06T20:52:16.068Z | Compiling strsim v0.10.0 |
1545 | 2023-11-06T20:52:16.438Z | Compiling pest_derive v2.7.2 |
1546 | 2023-11-06T20:52:17.364Z | Compiling tinyvec_macros v0.1.1 |
1547 | 2023-11-06T20:52:17.381Z | Compiling tinyvec v1.6.0 |
1548 | 2023-11-06T20:52:17.398Z | Compiling unicode-bidi v0.3.13 |
1549 | 2023-11-06T20:52:17.813Z | Compiling smallvec v1.11.0 |
1550 | 2023-11-06T20:52:17.820Z | Compiling dtrace-parser v0.1.14 |
1551 | 2023-11-06T20:52:19.158Z | Compiling indexmap v2.1.0 |
1552 | 2023-11-06T20:52:19.234Z | Compiling bytes v1.5.0 |
1553 | 2023-11-06T20:52:19.494Z | Compiling chrono v0.4.31 |
1554 | 2023-11-06T20:52:19.524Z | Compiling uuid v1.4.1 |
1555 | 2023-11-06T20:52:19.736Z | Compiling semver v1.0.20 |
1556 | 2023-11-06T20:52:20.437Z | Compiling rustc_version v0.4.0 |
1557 | 2023-11-06T20:52:20.584Z | Compiling toml_datetime v0.6.5 |
1558 | 2023-11-06T20:52:20.807Z | Compiling http v0.2.9 |
1559 | 2023-11-06T20:52:20.856Z | Compiling serde_spanned v0.6.4 |
1560 | 2023-11-06T20:52:20.988Z | Compiling serde_tokenstream v0.1.7 |
1561 | 2023-11-06T20:52:21.173Z | Compiling toml_edit v0.19.15 |
1562 | 2023-11-06T20:52:21.206Z | Compiling unicode-normalization v0.1.22 |
1563 | 2023-11-06T20:52:21.218Z | Compiling percent-encoding v2.3.0 |
1564 | 2023-11-06T20:52:21.429Z | Compiling parking_lot v0.12.1 |
1565 | 2023-11-06T20:52:21.748Z | Compiling form_urlencoded v1.2.0 |
1566 | 2023-11-06T20:52:22.196Z | Compiling openapiv3 v1.0.3 |
1567 | 2023-11-06T20:52:23.005Z | Compiling idna v0.4.0 |
1568 | 2023-11-06T20:52:23.525Z | Compiling regex-syntax v0.6.29 |
1569 | 2023-11-06T20:52:24.778Z | Compiling url v2.4.1 |
1570 | 2023-11-06T20:52:25.344Z | Compiling usdt-attr-macro v0.3.5 |
1571 | 2023-11-06T20:52:25.386Z | Compiling usdt-macro v0.3.5 |
1572 | 2023-11-06T20:52:25.490Z | Compiling num-integer v0.1.45 |
1573 | 2023-11-06T20:52:25.876Z | Compiling bitflags v1.3.2 |
1574 | 2023-11-06T20:52:26.011Z | Compiling adler v1.0.2 |
1575 | 2023-11-06T20:52:26.327Z | Compiling crc32fast v1.3.2 |
1576 | 2023-11-06T20:52:27.023Z | Compiling miniz_oxide v0.7.1 |
1577 | 2023-11-06T20:52:27.762Z | Compiling spin v0.5.2 |
1578 | 2023-11-06T20:52:27.766Z | Compiling gimli v0.28.0 |
1579 | 2023-11-06T20:52:27.771Z | Compiling bitflags v2.4.0 |
1580 | 2023-11-06T20:52:27.783Z | Compiling object v0.32.1 |
1581 | 2023-11-06T20:52:28.190Z | Compiling pin-project-lite v0.2.13 |
1582 | 2023-11-06T20:52:28.778Z | Compiling rustc-demangle v0.1.23 |
1583 | 2023-11-06T20:52:28.782Z | Compiling zerocopy-derive v0.6.4 |
1584 | 2023-11-06T20:52:29.468Z | Compiling errno v0.3.2 |
1585 | 2023-11-06T20:52:29.889Z | Compiling mio v0.8.8 |
1586 | 2023-11-06T20:52:29.943Z | Compiling signal-hook-registry v1.4.1 |
1587 | 2023-11-06T20:52:30.090Z | Compiling socket2 v0.5.4 |
1588 | 2023-11-06T20:52:30.997Z | Compiling num_cpus v1.16.0 |
1589 | 2023-11-06T20:52:31.155Z | Compiling futures-sink v0.3.29 |
1590 | 2023-11-06T20:52:31.376Z | Compiling tokio v1.33.0 |
1591 | 2023-11-06T20:52:31.505Z | Compiling memoffset v0.9.0 |
1592 | 2023-11-06T20:52:32.157Z | Compiling deranged v0.3.8 |
1593 | 2023-11-06T20:52:32.261Z | Compiling radium v0.7.0 |
1594 | 2023-11-06T20:52:32.532Z | Compiling futures-io v0.3.29 |
1595 | 2023-11-06T20:52:33.276Z | Compiling num_threads v0.1.6 |
1596 | 2023-11-06T20:52:33.280Z | Compiling pin-utils v0.1.0 |
1597 | 2023-11-06T20:52:33.285Z | Compiling spin v0.9.8 |
1598 | 2023-11-06T20:52:33.288Z | Compiling clap_derive v4.4.2 |
1599 | 2023-11-06T20:52:33.290Z | Compiling tracing-core v0.1.31 |
1600 | 2023-11-06T20:52:35.338Z | Compiling addr2line v0.21.0 |
1601 | 2023-11-06T20:52:35.394Z | Compiling time v0.3.27 |
1602 | 2023-11-06T20:52:35.478Z | Compiling tracing v0.1.37 |
1603 | 2023-11-06T20:52:36.225Z | Compiling lazy_static v1.4.0 |
1604 | 2023-11-06T20:52:36.346Z | Compiling crossbeam-epoch v0.9.15 |
1605 | 2023-11-06T20:52:36.379Z | Compiling num-iter v0.1.43 |
1606 | 2023-11-06T20:52:36.777Z | Compiling either v1.9.0 |
1607 | 2023-11-06T20:52:37.193Z | Compiling base64 v0.21.5 |
1608 | 2023-11-06T20:52:38.324Z | Compiling rand_core v0.6.4 |
1609 | 2023-11-06T20:52:38.343Z | Compiling openssl-probe v0.1.5 |
1610 | 2023-11-06T20:52:38.653Z | Compiling foreign-types-shared v0.1.1 |
1611 | 2023-11-06T20:52:38.796Z | Compiling untrusted v0.7.1 |
1612 | 2023-11-06T20:52:38.956Z | Compiling untrusted v0.9.0 |
1613 | 2023-11-06T20:52:39.069Z | Compiling hashbrown v0.12.3 |
1614 | 2023-11-06T20:52:40.322Z | Compiling foreign-types v0.3.2 |
1615 | 2023-11-06T20:52:40.721Z | Compiling zeroize v1.6.0 |
1616 | 2023-11-06T20:52:41.251Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1617 | 2023-11-06T20:52:42.266Z | Compiling try-lock v0.2.4 |
1618 | 2023-11-06T20:52:42.440Z | Compiling want v0.3.1 |
1619 | 2023-11-06T20:52:42.674Z | Compiling sct v0.7.0 |
1620 | 2023-11-06T20:52:43.119Z | Compiling http-body v0.4.5 |
1621 | 2023-11-06T20:52:43.393Z | Compiling enum-as-inner v0.5.1 |
1622 | 2023-11-06T20:52:43.663Z | Compiling socket2 v0.4.9 |
1623 | 2023-11-06T20:52:43.686Z | Compiling httpdate v1.0.3 |
1624 | 2023-11-06T20:52:44.254Z | Compiling tokio-util v0.7.10 |
1625 | 2023-11-06T20:52:44.419Z | Compiling tower-service v0.3.2 |
1626 | 2023-11-06T20:52:44.578Z | Compiling rustls-pemfile v1.0.3 |
1627 | 2023-11-06T20:52:44.897Z | Compiling heapless v0.7.16 |
1628 | 2023-11-06T20:52:44.916Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1629 | 2023-11-06T20:52:44.978Z | Compiling siphasher v0.3.11 |
1630 | 2023-11-06T20:52:45.084Z | Compiling rustls-native-certs v0.6.3 |
1631 | 2023-11-06T20:52:45.522Z | Compiling ipnet v2.8.0 |
1632 | 2023-11-06T20:52:45.605Z | Compiling serde_urlencoded v0.7.1 |
1633 | 2023-11-06T20:52:45.612Z | Compiling serde_tokenstream v0.2.0 |
1634 | 2023-11-06T20:52:45.896Z | Compiling h2 v0.3.21 |
1635 | 2023-11-06T20:52:46.836Z | Compiling encoding_rs v0.8.33 |
1636 | 2023-11-06T20:52:46.864Z | Compiling mime v0.3.17 |
1637 | 2023-11-06T20:52:46.874Z | Compiling webpki-roots v0.25.2 |
1638 | 2023-11-06T20:52:46.896Z | Compiling crypto-common v0.1.6 |
1639 | 2023-11-06T20:52:46.906Z | Compiling diesel_table_macro_syntax v0.1.0 |
1640 | 2023-11-06T20:52:47.274Z | Compiling num-bigint v0.4.4 |
1641 | 2023-11-06T20:52:47.285Z | Compiling bit-vec v0.6.3 |
1642 | 2023-11-06T20:52:47.298Z | Compiling smoltcp v0.9.1 |
1643 | 2023-11-06T20:52:47.441Z | Compiling diesel_derives v2.1.1 |
1644 | 2023-11-06T20:52:47.911Z | Compiling flate2 v1.0.28 |
1645 | 2023-11-06T20:52:48.205Z | Compiling block-buffer v0.10.4 |
1646 | 2023-11-06T20:52:48.407Z | Compiling phf_shared v0.10.0 |
1647 | 2023-11-06T20:52:48.555Z | Compiling hubpack_derive v0.1.1 |
1648 | 2023-11-06T20:52:49.441Z | Compiling ppv-lite86 v0.2.17 |
1649 | 2023-11-06T20:52:49.477Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2023-11-06T20:52:50.005Z | Compiling precomputed-hash v0.1.1 |
1651 | 2023-11-06T20:52:50.009Z | Compiling subtle v2.5.0 |
1652 | 2023-11-06T20:52:50.012Z | Compiling const-oid v0.9.5 |
1653 | 2023-11-06T20:52:50.232Z | Compiling fixedbitset v0.4.2 |
1654 | 2023-11-06T20:52:50.772Z | Compiling rand_chacha v0.3.1 |
1655 | 2023-11-06T20:52:50.835Z | Compiling petgraph v0.6.4 |
1656 | 2023-11-06T20:52:52.339Z | Compiling string_cache v0.8.7 |
1657 | 2023-11-06T20:52:52.988Z | Compiling digest v0.10.7 |
1658 | 2023-11-06T20:52:53.654Z | Compiling tokio-native-tls v0.3.1 |
1659 | 2023-11-06T20:52:53.658Z | Compiling bit-set v0.5.3 |
1660 | 2023-11-06T20:52:53.726Z | Compiling itertools v0.10.5 |
1661 | 2023-11-06T20:52:54.054Z | Compiling toml v0.7.8 |
1662 | 2023-11-06T20:52:54.102Z | Compiling lalrpop-util v0.19.12 |
1663 | 2023-11-06T20:52:54.310Z | Compiling unicode-segmentation v1.10.1 |
1664 | 2023-11-06T20:52:54.687Z | Compiling rand v0.8.5 |
1665 | 2023-11-06T20:52:55.722Z | Compiling regress v0.7.1 |
1666 | 2023-11-06T20:52:56.247Z | Compiling serde_repr v0.1.16 |
1667 | 2023-11-06T20:52:56.581Z | Compiling io-lifetimes v1.0.11 |
1668 | 2023-11-06T20:52:56.818Z | Compiling cpufeatures v0.2.9 |
1669 | 2023-11-06T20:52:57.286Z | Compiling utf8parse v0.2.1 |
1670 | 2023-11-06T20:52:57.309Z | Compiling anstyle v1.0.2 |
1671 | 2023-11-06T20:52:57.319Z | Compiling anstyle-parse v0.2.1 |
1672 | 2023-11-06T20:52:57.500Z | Compiling hyper v0.14.27 |
1673 | 2023-11-06T20:52:57.608Z | Compiling sha2 v0.10.8 |
1674 | 2023-11-06T20:52:57.641Z | Compiling rustix v0.37.23 |
1675 | 2023-11-06T20:52:57.830Z | Compiling md-5 v0.10.5 |
1676 | 2023-11-06T20:52:58.181Z | Compiling hmac v0.12.1 |
1677 | 2023-11-06T20:52:58.517Z | Compiling stringprep v0.1.3 |
1678 | 2023-11-06T20:52:58.912Z | Compiling hash32 v0.2.1 |
1679 | 2023-11-06T20:52:59.542Z | Compiling fallible-iterator v0.2.0 |
1680 | 2023-11-06T20:52:59.754Z | Compiling colorchoice v1.0.0 |
1681 | 2023-11-06T20:52:59.950Z | Compiling anstyle-query v1.0.0 |
1682 | 2023-11-06T20:52:59.982Z | Compiling stable_deref_trait v1.2.0 |
1683 | 2023-11-06T20:53:00.051Z | Compiling terminal_size v0.2.6 |
1684 | 2023-11-06T20:53:00.119Z | Compiling anstream v0.5.0 |
1685 | 2023-11-06T20:53:00.323Z | Compiling block-padding v0.3.3 |
1686 | 2023-11-06T20:53:00.687Z | Compiling postgres-protocol v0.6.6 |
1687 | 2023-11-06T20:53:00.730Z | Compiling phf_shared v0.11.2 |
1688 | 2023-11-06T20:53:01.124Z | Compiling scheduled-thread-pool v0.2.7 |
1689 | 2023-11-06T20:53:01.311Z | Compiling managed v0.8.0 |
1690 | 2023-11-06T20:53:01.918Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1691 | 2023-11-06T20:53:02.066Z | Compiling regex-automata v0.1.10 |
1692 | 2023-11-06T20:53:02.169Z | Compiling tap v1.0.1 |
1693 | 2023-11-06T20:53:02.496Z | Compiling clap_lex v0.5.1 |
1694 | 2023-11-06T20:53:02.763Z | Compiling matches v0.1.10 |
1695 | 2023-11-06T20:53:02.853Z | Compiling clap_builder v4.4.2 |
1696 | 2023-11-06T20:53:02.902Z | Compiling idna v0.2.3 |
1697 | 2023-11-06T20:53:02.979Z | Compiling bstr v0.2.17 |
1698 | 2023-11-06T20:53:03.161Z | Compiling wyz v0.5.1 |
1699 | 2023-11-06T20:53:04.340Z | Compiling postgres-types v0.2.6 |
1700 | 2023-11-06T20:53:05.304Z | Compiling r2d2 v0.8.10 |
1701 | 2023-11-06T20:53:05.436Z | Compiling phf v0.11.2 |
1702 | 2023-11-06T20:53:05.843Z | Compiling inout v0.1.3 |
1703 | 2023-11-06T20:53:06.240Z | Compiling hubpack v0.1.2 |
1704 | 2023-11-06T20:53:06.981Z | Compiling futures-executor v0.3.29 |
1705 | 2023-11-06T20:53:07.137Z | Compiling itertools v0.11.0 |
1706 | 2023-11-06T20:53:07.938Z | Compiling zerocopy v0.6.4 |
1707 | 2023-11-06T20:53:08.303Z | Compiling ipnetwork v0.20.0 |
1708 | 2023-11-06T20:53:09.334Z | Compiling hyper-tls v0.5.0 |
1709 | 2023-11-06T20:53:09.888Z | Compiling float-cmp v0.9.0 |
1710 | 2023-11-06T20:53:10.218Z | Compiling funty v2.0.0 |
1711 | 2023-11-06T20:53:11.298Z | Compiling whoami v1.4.1 |
1712 | 2023-11-06T20:53:11.312Z | Compiling static_assertions v1.1.0 |
1713 | 2023-11-06T20:53:11.885Z | Compiling data-encoding v2.4.0 |
1714 | 2023-11-06T20:53:11.917Z | Compiling predicates-core v1.0.6 |
1715 | 2023-11-06T20:53:11.923Z | Compiling difflib v0.4.0 |
1716 | 2023-11-06T20:53:12.134Z | Compiling regex-automata v0.3.8 |
1717 | 2023-11-06T20:53:12.274Z | Compiling normalize-line-endings v0.3.0 |
1718 | 2023-11-06T20:53:12.447Z | Compiling trust-dns-proto v0.22.0 |
1719 | 2023-11-06T20:53:13.401Z | Compiling predicates v3.0.4 |
1720 | 2023-11-06T20:53:13.811Z | Compiling bitvec v1.0.1 |
1721 | 2023-11-06T20:53:14.017Z | Compiling tokio-postgres v0.7.10 |
1722 | 2023-11-06T20:53:14.802Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1723 | 2023-11-06T20:53:15.917Z | Compiling bstr v1.6.0 |
1724 | 2023-11-06T20:53:16.036Z | Compiling diesel v2.1.3 |
1725 | 2023-11-06T20:53:18.284Z | Compiling yasna v0.5.2 |
1726 | 2023-11-06T20:53:18.363Z | Compiling clap v4.4.3 |
1727 | 2023-11-06T20:53:18.501Z | Compiling futures v0.3.29 |
1728 | 2023-11-06T20:53:18.658Z | Compiling cipher v0.4.4 |
1729 | 2023-11-06T20:53:19.405Z | Compiling similar v2.2.1 |
1730 | 2023-11-06T20:53:29.183Z | Compiling signature v2.1.0 |
1731 | 2023-11-06T20:53:29.813Z | Compiling tokio-stream v0.1.14 |
1732 | 2023-11-06T20:53:29.926Z | Compiling console v0.15.7 |
1733 | 2023-11-06T20:53:30.041Z | Compiling usdt v0.3.5 |
1734 | 2023-11-06T20:53:30.068Z | Compiling hex v0.4.3 |
1735 | 2023-11-06T20:53:30.142Z | Compiling getopts v0.2.21 |
1736 | 2023-11-06T20:53:30.758Z | Compiling unsafe-libyaml v0.2.9 |
1737 | 2023-11-06T20:53:30.833Z | Compiling ident_case v1.0.1 |
1738 | 2023-11-06T20:53:30.850Z | Compiling slog-async v2.8.0 |
1739 | 2023-11-06T20:53:30.895Z | Compiling paste v1.0.14 |
1740 | 2023-11-06T20:53:30.920Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1741 | 2023-11-06T20:53:30.932Z | Compiling serde_yaml v0.9.25 |
1742 | 2023-11-06T20:53:30.940Z | Compiling darling_core v0.20.3 |
1743 | 2023-11-06T20:53:30.961Z | Compiling multer v2.1.0 |
1744 | 2023-11-06T20:53:30.974Z | Compiling async-stream-impl v0.3.5 |
1745 | 2023-11-06T20:53:30.989Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1746 | 2023-11-06T20:53:31.022Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1747 | 2023-11-06T20:53:32.476Z | Compiling structmeta-derive v0.2.0 |
1748 | 2023-11-06T20:53:32.543Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1749 | 2023-11-06T20:53:32.719Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1750 | 2023-11-06T20:53:33.070Z | Compiling regex-syntax v0.7.5 |
1751 | 2023-11-06T20:53:35.312Z | Compiling darling_macro v0.20.3 |
1752 | 2023-11-06T20:53:36.698Z | Compiling darling v0.20.3 |
1753 | 2023-11-06T20:53:36.785Z | Compiling structmeta v0.2.0 |
1754 | 2023-11-06T20:53:36.850Z | Compiling serde_with_macros v2.3.3 |
1755 | 2023-11-06T20:53:39.018Z | Compiling test-strategy v0.3.1 |
1756 | 2023-11-06T20:53:46.342Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1757 | 2023-11-06T20:53:46.514Z | Compiling parse-display-derive v0.8.2 |
1758 | 2023-11-06T20:53:48.243Z | Checking unicode-ident v1.0.12 |
1759 | 2023-11-06T20:54:17.784Z | Checking heck v0.4.1 |
1760 | 2023-11-06T20:54:27.324Z | Checking atty v0.2.14 |
1761 | 2023-11-06T20:54:27.491Z | Checking match_cfg v0.1.0 |
1762 | 2023-11-06T20:54:28.022Z | Checking hostname v0.3.1 |
1763 | 2023-11-06T20:54:28.127Z | Checking crossbeam-channel v0.5.8 |
1764 | 2023-11-06T20:54:28.216Z | Checking sha1 v0.10.5 |
1765 | 2023-11-06T20:54:28.268Z | Checking dirs-sys-next v0.1.2 |
1766 | 2023-11-06T20:54:28.367Z | Checking fastrand v2.0.0 |
1767 | 2023-11-06T20:54:28.386Z | Checking dirs-next v2.0.0 |
1768 | 2023-11-06T20:54:28.514Z | Checking thread_local v1.1.7 |
1769 | 2023-11-06T20:54:28.587Z | Checking tempfile v3.8.0 |
1770 | 2023-11-06T20:54:28.804Z | Checking term v0.7.0 |
1771 | 2023-11-06T20:54:28.892Z | Checking camino v1.1.6 |
1772 | 2023-11-06T20:54:29.039Z | Checking strum v0.25.0 |
1773 | 2023-11-06T20:54:29.153Z | Checking instant v0.1.12 |
1774 | 2023-11-06T20:54:29.234Z | Checking take_mut v0.2.2 |
1775 | 2023-11-06T20:54:29.283Z | Checking slog-term v2.9.0 |
1776 | 2023-11-06T20:54:29.323Z | Checking slog-json v2.6.1 |
1777 | 2023-11-06T20:54:29.346Z | Checking serde_with v2.3.3 |
1778 | 2023-11-06T20:54:29.514Z | Checking slog-bunyan v2.4.0 |
1779 | 2023-11-06T20:54:29.753Z | Checking debug-ignore v1.0.5 |
1780 | 2023-11-06T20:54:29.943Z | Checking atomic-waker v1.1.1 |
1781 | 2023-11-06T20:54:30.133Z | Checking waitgroup v0.1.2 |
1782 | 2023-11-06T20:54:30.787Z | Checking async-stream v0.3.5 |
1783 | 2023-11-06T20:54:30.952Z | Checking serde_path_to_error v0.1.14 |
1784 | 2023-11-06T20:54:30.998Z | Checking backoff v0.4.0 |
1785 | 2023-11-06T20:54:31.065Z | Checking toml_edit v0.20.7 |
1786 | 2023-11-06T20:54:31.567Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1787 | 2023-11-06T20:54:31.900Z | Checking macaddr v1.0.1 |
1788 | 2023-11-06T20:54:32.078Z | Checking quick-error v1.2.3 |
1789 | 2023-11-06T20:54:32.670Z | Compiling proc-macro-crate v1.3.1 |
1790 | 2023-11-06T20:54:32.943Z | Checking wait-timeout v0.2.0 |
1791 | 2023-11-06T20:54:33.716Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2023-11-06T20:54:33.735Z | Checking rusty-fork v0.3.0 |
1793 | 2023-11-06T20:54:34.156Z | Checking rand_xorshift v0.3.0 |
1794 | 2023-11-06T20:54:34.556Z | Checking unarray v0.1.4 |
1795 | 2023-11-06T20:54:34.836Z | Checking toml v0.8.6 |
1796 | 2023-11-06T20:54:34.847Z | Checking parse-display v0.8.2 |
1797 | 2023-11-06T20:54:38.707Z | Compiling proc-macro-error-attr v1.0.4 |
1798 | 2023-11-06T20:54:39.047Z | Compiling proc-macro-error v1.0.4 |
1799 | 2023-11-06T20:54:39.723Z | Checking proptest v1.3.1 |
1800 | 2023-11-06T20:54:40.267Z | Compiling num_enum_derive v0.5.11 |
1801 | 2023-11-06T20:54:42.247Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2023-11-06T20:54:42.744Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1803 | 2023-11-06T20:54:44.631Z | Compiling foreign-types-macros v0.2.3 |
1804 | 2023-11-06T20:54:46.331Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1805 | 2023-11-06T20:54:46.446Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1806 | 2023-11-06T20:54:46.468Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1807 | 2023-11-06T20:54:46.882Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1808 | 2023-11-06T20:54:46.902Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1809 | 2023-11-06T20:54:48.296Z | Compiling zone_cfg_derive v0.2.0 |
1810 | 2023-11-06T20:54:48.567Z | Compiling num-derive v0.4.0 |
1811 | 2023-11-06T20:54:49.643Z | Compiling mockall_derive v0.11.4 |
1812 | 2023-11-06T20:55:01.335Z | Checking base64ct v1.6.0 |
1813 | 2023-11-06T20:55:18.552Z | Checking is-terminal v0.4.9 |
1814 | 2023-11-06T20:55:27.389Z | Compiling slog-dtrace v0.2.3 |
1815 | 2023-11-06T20:55:27.850Z | Checking termtree v0.4.1 |
1816 | 2023-11-06T20:55:27.894Z | Checking password-hash v0.5.0 |
1817 | 2023-11-06T20:55:27.985Z | Checking blake2 v0.10.6 |
1818 | 2023-11-06T20:55:28.128Z | Checking predicates-tree v1.0.9 |
1819 | 2023-11-06T20:55:28.352Z | Checking num_enum v0.5.11 |
1820 | 2023-11-06T20:55:28.549Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1821 | 2023-11-06T20:55:28.571Z | Checking postcard-cobs v0.1.5-pre |
1822 | 2023-11-06T20:55:28.656Z | Checking argon2 v0.5.2 |
1823 | 2023-11-06T20:55:28.809Z | Compiling cancel-safe-futures v0.1.5 |
1824 | 2023-11-06T20:55:29.076Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1825 | 2023-11-06T20:55:29.480Z | Checking postcard v0.7.3 |
1826 | 2023-11-06T20:55:29.524Z | Checking smoltcp v0.8.2 |
1827 | 2023-11-06T20:55:29.675Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-11-06T20:55:29.882Z | Checking foreign-types-shared v0.3.1 |
1829 | 2023-11-06T20:55:30.295Z | Checking cfg-if v0.1.10 |
1830 | 2023-11-06T20:55:30.298Z | Checking base64 v0.13.1 |
1831 | 2023-11-06T20:55:30.301Z | Checking foreign-types v0.5.0 |
1832 | 2023-11-06T20:55:30.415Z | Checking cstr-argument v0.1.2 |
1833 | 2023-11-06T20:55:30.629Z | Checking pretty-hex v0.2.1 |
1834 | 2023-11-06T20:55:30.652Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2023-11-06T20:55:30.664Z | Checking colored v2.0.4 |
1836 | 2023-11-06T20:55:31.075Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2023-11-06T20:55:31.079Z | Checking predicates v2.1.5 |
1838 | 2023-11-06T20:55:31.102Z | Checking downcast v0.11.0 |
1839 | 2023-11-06T20:55:31.323Z | Checking fragile v2.0.0 |
1840 | 2023-11-06T20:55:32.132Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1841 | 2023-11-06T20:55:32.139Z | Checking zone v0.2.0 |
1842 | 2023-11-06T20:55:32.142Z | Checking mockall v0.11.4 |
1843 | 2023-11-06T20:55:32.259Z | Checking smf v0.2.2 |
1844 | 2023-11-06T20:55:32.649Z | Compiling der_derive v0.7.2 |
1845 | 2023-11-06T20:55:32.722Z | Checking filetime v0.2.22 |
1846 | 2023-11-06T20:55:32.914Z | Checking xattr v1.0.1 |
1847 | 2023-11-06T20:55:32.932Z | Compiling heck v0.3.3 |
1848 | 2023-11-06T20:55:33.176Z | Checking tar v0.4.40 |
1849 | 2023-11-06T20:55:33.491Z | Compiling libefi-sys v0.1.0 |
1850 | 2023-11-06T20:55:33.694Z | Compiling structopt-derive v0.4.18 |
1851 | 2023-11-06T20:55:33.907Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1852 | 2023-11-06T20:55:33.950Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1853 | 2023-11-06T20:55:34.163Z | Compiling memoffset v0.7.1 |
1854 | 2023-11-06T20:55:34.800Z | Compiling maybe-uninit v2.0.0 |
1855 | 2023-11-06T20:55:34.811Z | Checking pem v1.1.1 |
1856 | 2023-11-06T20:55:34.815Z | Checking camino-tempfile v1.0.2 |
1857 | 2023-11-06T20:55:34.986Z | Compiling num-bigint-dig v0.8.4 |
1858 | 2023-11-06T20:55:35.099Z | Compiling packed_struct v0.10.1 |
1859 | 2023-11-06T20:55:35.151Z | Compiling packed_struct_codegen v0.10.1 |
1860 | 2023-11-06T20:55:35.403Z | Compiling signal-hook v0.3.17 |
1861 | 2023-11-06T20:55:35.695Z | Checking headers-core v0.2.0 |
1862 | 2023-11-06T20:55:35.835Z | Checking pem v3.0.2 |
1863 | 2023-11-06T20:55:35.902Z | Checking headers v0.3.9 |
1864 | 2023-11-06T20:55:36.146Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1865 | 2023-11-06T20:55:36.206Z | Checking rcgen v0.11.3 |
1866 | 2023-11-06T20:55:36.430Z | Checking atomicwrites v0.4.2 |
1867 | 2023-11-06T20:55:36.700Z | Checking subprocess v0.2.9 |
1868 | 2023-11-06T20:55:37.253Z | Compiling num-rational v0.4.1 |
1869 | 2023-11-06T20:55:37.528Z | Compiling same-file v1.0.6 |
1870 | 2023-11-06T20:55:37.656Z | Checking termcolor v1.2.0 |
1871 | 2023-11-06T20:55:37.869Z | Compiling walkdir v2.4.0 |
1872 | 2023-11-06T20:55:38.018Z | Compiling semver-parser v0.10.2 |
1873 | 2023-11-06T20:55:38.066Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-11-06T20:55:38.274Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1875 | 2023-11-06T20:55:38.560Z | Checking lru-cache v0.1.2 |
1876 | 2023-11-06T20:55:39.053Z | Compiling home v0.5.5 |
1877 | 2023-11-06T20:55:39.428Z | Compiling semver v0.11.0 |
1878 | 2023-11-06T20:55:39.477Z | Compiling toml v0.5.11 |
1879 | 2023-11-06T20:55:40.121Z | Compiling toolchain_find v0.2.0 |
1880 | 2023-11-06T20:55:40.950Z | Compiling doc-comment v0.3.3 |
1881 | 2023-11-06T20:55:40.968Z | Checking ciborium-io v0.2.1 |
1882 | 2023-11-06T20:55:41.077Z | Checking half v1.8.2 |
1883 | 2023-11-06T20:55:41.496Z | Checking arc-swap v1.6.0 |
1884 | 2023-11-06T20:55:41.640Z | Compiling convert_case v0.4.0 |
1885 | 2023-11-06T20:55:41.738Z | Checking ciborium-ll v0.2.1 |
1886 | 2023-11-06T20:55:42.197Z | Checking slog-scope v4.4.0 |
1887 | 2023-11-06T20:55:42.205Z | Checking ciborium v0.2.1 |
1888 | 2023-11-06T20:55:42.481Z | Compiling rustfmt-wrapper v0.2.0 |
1889 | 2023-11-06T20:55:42.912Z | Compiling derive_more v0.99.17 |
1890 | 2023-11-06T20:55:43.188Z | Checking slog-stdlog v4.1.1 |
1891 | 2023-11-06T20:55:44.242Z | Compiling structmeta-derive v0.1.6 |
1892 | 2023-11-06T20:55:44.603Z | Compiling snafu-derive v0.7.5 |
1893 | 2023-11-06T20:55:45.032Z | Checking slog-envlogger v2.2.0 |
1894 | 2023-11-06T20:55:45.351Z | Compiling derive-where v1.2.5 |
1895 | 2023-11-06T20:55:46.327Z | Checking pem-rfc7468 v0.7.0 |
1896 | 2023-11-06T20:55:46.755Z | Checking newline-converter v0.3.0 |
1897 | 2023-11-06T20:55:46.765Z | Checking hkdf v0.12.3 |
1898 | 2023-11-06T20:55:46.773Z | Compiling libz-sys v1.1.12 |
1899 | 2023-11-06T20:55:46.937Z | Compiling parking_lot_core v0.8.6 |
1900 | 2023-11-06T20:55:47.449Z | Checking flagset v0.4.3 |
1901 | 2023-11-06T20:55:47.508Z | Checking expectorate v1.1.0 |
1902 | 2023-11-06T20:55:47.708Z | Checking der v0.7.8 |
1903 | 2023-11-06T20:55:47.740Z | Checking resolv-conf v0.7.0 |
1904 | 2023-11-06T20:55:48.283Z | Checking textwrap v0.11.0 |
1905 | 2023-11-06T20:55:48.458Z | Compiling structmeta v0.1.6 |
1906 | 2023-11-06T20:55:48.603Z | Checking vec_map v0.8.2 |
1907 | 2023-11-06T20:55:49.012Z | Checking strsim v0.8.0 |
1908 | 2023-11-06T20:55:49.066Z | Compiling parse-display-derive v0.7.0 |
1909 | 2023-11-06T20:55:49.358Z | Checking ansi_term v0.12.1 |
1910 | 2023-11-06T20:55:49.816Z | Compiling semver v0.1.20 |
1911 | 2023-11-06T20:55:50.829Z | Checking keccak v0.1.4 |
1912 | 2023-11-06T20:55:50.850Z | Compiling rustc_version v0.1.7 |
1913 | 2023-11-06T20:55:50.909Z | Checking spki v0.7.2 |
1914 | 2023-11-06T20:55:50.914Z | Checking clap v2.34.0 |
1915 | 2023-11-06T20:55:51.073Z | Checking sha3 v0.10.8 |
1916 | 2023-11-06T20:55:51.297Z | Checking trust-dns-resolver v0.22.0 |
1917 | 2023-11-06T20:55:51.941Z | Checking secrecy v0.8.0 |
1918 | 2023-11-06T20:55:51.945Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1919 | 2023-11-06T20:55:52.226Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1920 | 2023-11-06T20:55:53.552Z | Compiling newtype_derive v0.1.6 |
1921 | 2023-11-06T20:55:53.902Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1922 | 2023-11-06T20:55:53.952Z | Checking fxhash v0.2.1 |
1923 | 2023-11-06T20:55:54.222Z | Compiling libsqlite3-sys v0.26.0 |
1924 | 2023-11-06T20:55:54.582Z | Checking crc-catalog v2.2.0 |
1925 | 2023-11-06T20:55:54.734Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1926 | 2023-11-06T20:55:54.783Z | Checking crc v3.0.1 |
1927 | 2023-11-06T20:55:55.022Z | Checking pkcs8 v0.10.2 |
1928 | 2023-11-06T20:55:55.245Z | Compiling vergen v8.2.4 |
1929 | 2023-11-06T20:55:55.330Z | Checking nodrop v0.1.14 |
1930 | 2023-11-06T20:55:55.406Z | Checking pkcs1 v0.7.5 |
1931 | 2023-11-06T20:55:55.429Z | Checking structopt v0.3.26 |
1932 | 2023-11-06T20:55:55.469Z | Checking array-init v0.0.4 |
1933 | 2023-11-06T20:55:55.603Z | Checking smallvec v0.6.14 |
1934 | 2023-11-06T20:55:56.198Z | Checking bitfield v0.14.0 |
1935 | 2023-11-06T20:55:56.652Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1936 | 2023-11-06T20:55:56.802Z | Checking x509-cert v0.2.4 |
1937 | 2023-11-06T20:55:57.069Z | Checking env_logger v0.10.0 |
1938 | 2023-11-06T20:55:57.186Z | Checking serde-hex v0.1.0 |
1939 | 2023-11-06T20:55:59.107Z | Checking rsa v0.9.2 |
1940 | 2023-11-06T20:55:59.226Z | Checking ron v0.8.1 |
1941 | 2023-11-06T20:55:59.425Z | Compiling buf-list v1.0.3 |
1942 | 2023-11-06T20:55:59.700Z | Checking humantime v2.1.0 |
1943 | 2023-11-06T20:56:00.205Z | Checking crc-any v2.4.3 |
1944 | 2023-11-06T20:56:01.283Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1945 | 2023-11-06T20:56:01.361Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1946 | 2023-11-06T20:56:01.389Z | Checking object v0.30.4 |
1947 | 2023-11-06T20:56:01.680Z | Checking utf-8 v0.7.6 |
1948 | 2023-11-06T20:56:01.738Z | Checking path-slash v0.1.5 |
1949 | 2023-11-06T20:56:01.970Z | Compiling num_enum_derive v0.7.0 |
1950 | 2023-11-06T20:56:01.991Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1951 | 2023-11-06T20:56:02.320Z | Compiling unicase v2.7.0 |
1952 | 2023-11-06T20:56:02.754Z | Compiling rayon-core v1.12.0 |
1953 | 2023-11-06T20:56:03.161Z | Compiling salty v0.2.0 |
1954 | 2023-11-06T20:56:03.404Z | Compiling platforms v3.0.2 |
1955 | 2023-11-06T20:56:03.568Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1956 | 2023-11-06T20:56:03.756Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1957 | 2023-11-06T20:56:04.272Z | Checking num-complex v0.4.4 |
1958 | 2023-11-06T20:56:04.819Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1959 | 2023-11-06T20:56:04.860Z | Compiling erased-serde v0.3.30 |
1960 | 2023-11-06T20:56:05.311Z | Compiling curve25519-dalek v4.1.0 |
1961 | 2023-11-06T20:56:05.664Z | Compiling async-recursion v1.0.5 |
1962 | 2023-11-06T20:56:05.767Z | Checking num v0.4.1 |
1963 | 2023-11-06T20:56:05.854Z | Compiling bitstruct_derive v0.1.0 |
1964 | 2023-11-06T20:56:05.924Z | Compiling glob v0.3.1 |
1965 | 2023-11-06T20:56:06.130Z | Compiling mime_guess v2.0.4 |
1966 | 2023-11-06T20:56:06.848Z | Checking tungstenite v0.18.0 |
1967 | 2023-11-06T20:56:07.174Z | Compiling curve25519-dalek-derive v0.1.0 |
1968 | 2023-11-06T20:56:07.295Z | Compiling thiserror-impl-no-std v2.0.2 |
1969 | 2023-11-06T20:56:07.912Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1970 | 2023-11-06T20:56:08.301Z | Checking tokio-tungstenite v0.18.0 |
1971 | 2023-11-06T20:56:08.462Z | Checking universal-hash v0.5.1 |
1972 | 2023-11-06T20:56:08.612Z | Checking nibble_vec v0.1.0 |
1973 | 2023-11-06T20:56:09.070Z | Checking opaque-debug v0.3.0 |
1974 | 2023-11-06T20:56:09.233Z | Compiling crunchy v0.2.2 |
1975 | 2023-11-06T20:56:09.679Z | Checking endian-type v0.1.2 |
1976 | 2023-11-06T20:56:09.900Z | Checking snafu v0.7.5 |
1977 | 2023-11-06T20:56:10.039Z | Checking radix_trie v0.2.1 |
1978 | 2023-11-06T20:56:19.000Z | Checking linear-map v1.2.0 |
1979 | 2023-11-06T20:56:23.348Z | Compiling tiny-keccak v2.0.2 |
1980 | 2023-11-06T20:56:23.663Z | Checking trust-dns-client v0.22.0 |
1981 | 2023-11-06T20:56:23.795Z | Checking parking_lot v0.11.2 |
1982 | 2023-11-06T20:56:23.988Z | Compiling clang-sys v1.6.1 |
1983 | 2023-11-06T20:56:24.015Z | Checking aead v0.5.2 |
1984 | 2023-11-06T20:56:24.036Z | Compiling darling_core v0.14.4 |
1985 | 2023-11-06T20:56:24.525Z | Compiling prettyplease v0.2.12 |
1986 | 2023-11-06T20:56:24.543Z | Checking sled v0.34.7 |
1987 | 2023-11-06T20:56:24.619Z | Compiling ascii-canvas v3.0.0 |
1988 | 2023-11-06T20:56:24.672Z | Checking trust-dns-server v0.22.1 |
1989 | 2023-11-06T20:56:24.693Z | Checking parse-display v0.7.0 |
1990 | 2023-11-06T20:56:24.736Z | Compiling const_format_proc_macros v0.2.31 |
1991 | 2023-11-06T20:56:24.785Z | Compiling ena v0.14.2 |
1992 | 2023-11-06T20:56:25.067Z | Compiling minimal-lexical v0.2.1 |
1993 | 2023-11-06T20:56:25.274Z | Compiling diff v0.1.13 |
1994 | 2023-11-06T20:56:25.338Z | Compiling portable-atomic v1.4.3 |
1995 | 2023-11-06T20:56:25.383Z | Checking signature v1.6.4 |
1996 | 2023-11-06T20:56:25.486Z | Checking pretty-hex v0.3.0 |
1997 | 2023-11-06T20:56:25.527Z | Checking ed25519 v1.5.3 |
1998 | 2023-11-06T20:56:25.542Z | Compiling lalrpop v0.19.12 |
1999 | 2023-11-06T20:56:25.699Z | Compiling nom v7.1.3 |
2000 | 2023-11-06T20:56:25.729Z | Checking path-dedot v3.1.0 |
2001 | 2023-11-06T20:56:25.790Z | Compiling libloading v0.7.4 |
2002 | 2023-11-06T20:56:25.865Z | Compiling ref-cast v1.0.20 |
2003 | 2023-11-06T20:56:25.889Z | Compiling bindgen v0.65.1 |
2004 | 2023-11-06T20:56:26.373Z | Checking path-absolutize v3.1.0 |
2005 | 2023-11-06T20:56:26.599Z | Compiling darling_macro v0.14.4 |
2006 | 2023-11-06T20:56:26.737Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2007 | 2023-11-06T20:56:26.788Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2008 | 2023-11-06T20:56:26.924Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2009 | 2023-11-06T20:56:26.990Z | Compiling cexpr v0.6.0 |
2010 | 2023-11-06T20:56:27.063Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2011 | 2023-11-06T20:56:27.132Z | Compiling darling v0.14.4 |
2012 | 2023-11-06T20:56:27.204Z | Compiling derive_builder_core v0.12.0 |
2013 | 2023-11-06T20:56:27.332Z | Checking globset v0.4.13 |
2014 | 2023-11-06T20:56:27.359Z | Checking crossbeam-deque v0.8.3 |
2015 | 2023-11-06T20:56:27.369Z | Checking hashlink v0.8.3 |
2016 | 2023-11-06T20:56:27.383Z | Checking olpc-cjson v0.1.3 |
2017 | 2023-11-06T20:56:27.426Z | Compiling which v4.4.0 |
2018 | 2023-11-06T20:56:27.465Z | Checking serde_plain v1.0.2 |
2019 | 2023-11-06T20:56:27.498Z | Checking serde-big-array v0.5.1 |
2020 | 2023-11-06T20:56:27.508Z | Checking serde-big-array v0.4.1 |
2021 | 2023-11-06T20:56:27.949Z | Compiling ref-cast-impl v1.0.20 |
2022 | 2023-11-06T20:56:27.964Z | Compiling libxml v0.3.3 |
2023 | 2023-11-06T20:56:27.976Z | Compiling peeking_take_while v0.1.2 |
2024 | 2023-11-06T20:56:28.090Z | Compiling rustc-hash v1.1.0 |
2025 | 2023-11-06T20:56:28.141Z | Compiling lazycell v1.3.0 |
2026 | 2023-11-06T20:56:28.152Z | Compiling shlex v1.1.0 |
2027 | 2023-11-06T20:56:28.187Z | Checking fallible-streaming-iterator v0.1.9 |
2028 | 2023-11-06T20:56:28.204Z | Checking rusqlite v0.29.0 |
2029 | 2023-11-06T20:56:28.219Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2030 | 2023-11-06T20:56:28.231Z | Compiling derive_builder_macro v0.12.0 |
2031 | 2023-11-06T20:56:28.248Z | Checking steno v0.4.0 |
2032 | 2023-11-06T20:56:28.307Z | Checking signal-hook-tokio v0.3.1 |
2033 | 2023-11-06T20:56:28.344Z | Checking nix v0.26.2 |
2034 | 2023-11-06T20:56:28.394Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2035 | 2023-11-06T20:56:28.468Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2036 | 2023-11-06T20:56:28.491Z | Checking twox-hash v1.6.3 |
2037 | 2023-11-06T20:56:28.533Z | Checking ff v0.13.0 |
2038 | 2023-11-06T20:56:28.972Z | Compiling strum_macros v0.24.3 |
2039 | 2023-11-06T20:56:29.257Z | Checking display-error-chain v0.2.0 |
2040 | 2023-11-06T20:56:29.457Z | Checking corncobs v0.1.3 |
2041 | 2023-11-06T20:56:29.742Z | Compiling indoc v1.0.9 |
2042 | 2023-11-06T20:56:31.057Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2043 | 2023-11-06T20:56:31.161Z | Checking group v0.13.0 |
2044 | 2023-11-06T20:56:31.782Z | Checking polyval v0.6.1 |
2045 | 2023-11-06T20:56:32.208Z | Checking num_enum v0.7.0 |
2046 | 2023-11-06T20:56:32.563Z | Checking ctr v0.9.2 |
2047 | 2023-11-06T20:56:32.933Z | Checking aes v0.8.3 |
2048 | 2023-11-06T20:56:33.022Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2049 | 2023-11-06T20:56:33.834Z | Checking crypto-bigint v0.5.2 |
2050 | 2023-11-06T20:56:34.351Z | Checking bincode v1.3.3 |
2051 | 2023-11-06T20:56:34.370Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2052 | 2023-11-06T20:56:34.390Z | Compiling cookie v0.16.2 |
2053 | 2023-11-06T20:56:34.821Z | Checking base16ct v0.2.0 |
2054 | 2023-11-06T20:56:35.742Z | Checking aes-gcm-siv v0.11.1 |
2055 | 2023-11-06T20:56:36.061Z | Checking rayon v1.8.0 |
2056 | 2023-11-06T20:56:36.104Z | Checking thiserror-no-std v2.0.2 |
2057 | 2023-11-06T20:56:36.123Z | Checking poly1305 v0.8.0 |
2058 | 2023-11-06T20:56:36.242Z | Checking elliptic-curve v0.13.5 |
2059 | 2023-11-06T20:56:37.651Z | Checking env_logger v0.9.3 |
2060 | 2023-11-06T20:56:37.655Z | Checking chacha20 v0.9.1 |
2061 | 2023-11-06T20:56:37.665Z | Compiling impl-trait-for-tuples v0.2.2 |
2062 | 2023-11-06T20:56:37.768Z | Compiling oso-derive v0.27.0 |
2063 | 2023-11-06T20:56:37.999Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2064 | 2023-11-06T20:56:38.013Z | Checking ascii v1.1.0 |
2065 | 2023-11-06T20:56:38.607Z | Checking ringbuffer v0.15.0 |
2066 | 2023-11-06T20:56:38.614Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2067 | 2023-11-06T20:56:39.531Z | Checking vsss-rs v3.3.1 |
2068 | 2023-11-06T20:56:39.534Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2069 | 2023-11-06T20:56:39.537Z | Checking chacha20poly1305 v0.10.1 |
2070 | 2023-11-06T20:56:40.177Z | Checking bitstruct v0.1.1 |
2071 | 2023-11-06T20:56:40.553Z | Checking tungstenite v0.20.1 |
2072 | 2023-11-06T20:56:49.605Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2073 | 2023-11-06T20:56:49.979Z | Checking serde_arrays v0.1.0 |
2074 | 2023-11-06T20:56:50.320Z | Checking tokio-tungstenite v0.20.1 |
2075 | 2023-11-06T20:56:50.429Z | Checking assert_matches v1.5.0 |
2076 | 2023-11-06T20:56:50.594Z | Checking bcs v0.1.6 |
2077 | 2023-11-06T20:56:50.748Z | Checking highway v1.1.0 |
2078 | 2023-11-06T20:56:50.797Z | Checking const_format v0.2.31 |
2079 | 2023-11-06T20:56:50.810Z | Checking ron v0.7.1 |
2080 | 2023-11-06T20:56:51.263Z | Checking http-range v0.1.5 |
2081 | 2023-11-06T20:56:51.322Z | Checking bit_field v0.10.2 |
2082 | 2023-11-06T20:56:51.423Z | Checking hyper-staticfile v0.9.5 |
2083 | 2023-11-06T20:56:52.113Z | Compiling indoc v2.0.3 |
2084 | 2023-11-06T20:56:54.134Z | Checking derive_builder v0.12.0 |
2085 | 2023-11-06T20:56:56.646Z | Checking bb8 v0.8.1 |
2086 | 2023-11-06T20:56:56.752Z | Checking quick-xml v0.23.1 |
2087 | 2023-11-06T20:56:57.161Z | Checking bytesize v1.3.0 |
2088 | 2023-11-06T20:56:57.263Z | Checking number_prefix v0.4.0 |
2089 | 2023-11-06T20:56:57.534Z | Checking maplit v1.0.2 |
2090 | 2023-11-06T20:56:57.552Z | Checking fs-err v2.9.0 |
2091 | 2023-11-06T20:56:58.023Z | Checking indicatif v0.17.7 |
2092 | 2023-11-06T20:56:58.391Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2093 | 2023-11-06T20:57:01.073Z | Checking signal-hook-mio v0.2.3 |
2094 | 2023-11-06T20:57:01.771Z | Compiling vte_generate_state_changes v0.1.1 |
2095 | 2023-11-06T20:57:06.893Z | Checking smawk v0.3.1 |
2096 | 2023-11-06T20:57:07.065Z | Checking yansi v0.5.1 |
2097 | 2023-11-06T20:57:07.457Z | Checking unicode-linebreak v0.1.5 |
2098 | 2023-11-06T20:57:08.031Z | Checking pretty_assertions v1.4.0 |
2099 | 2023-11-06T20:57:08.210Z | Checking textwrap v0.16.0 |
2100 | 2023-11-06T20:57:09.496Z | Checking crossterm v0.27.0 |
2101 | 2023-11-06T20:57:11.327Z | Checking fatfs v0.3.6 |
2102 | 2023-11-06T20:57:11.471Z | Checking cassowary v0.3.0 |
2103 | 2023-11-06T20:57:11.871Z | Checking plotters-backend v0.3.5 |
2104 | 2023-11-06T20:57:12.138Z | Checking ratatui v0.23.0 |
2105 | 2023-11-06T20:57:12.410Z | Checking plotters-svg v0.3.5 |
2106 | 2023-11-06T20:57:14.096Z | Checking rand v0.4.6 |
2107 | 2023-11-06T20:57:14.669Z | Checking rtoolbox v0.0.1 |
2108 | 2023-11-06T20:57:15.333Z | Checking cast v0.3.0 |
2109 | 2023-11-06T20:57:15.513Z | Checking owo-colors v3.5.0 |
2110 | 2023-11-06T20:57:15.702Z | Checking remove_dir_all v0.5.3 |
2111 | 2023-11-06T20:57:15.852Z | Checking tempdir v0.3.7 |
2112 | 2023-11-06T20:57:16.028Z | Checking tui-tree-widget v0.13.0 |
2113 | 2023-11-06T20:57:16.088Z | Checking criterion-plot v0.5.0 |
2114 | 2023-11-06T20:57:16.405Z | Checking rpassword v7.2.0 |
2115 | 2023-11-06T20:57:16.614Z | Checking plotters v0.3.5 |
2116 | 2023-11-06T20:57:19.510Z | Checking tinytemplate v1.2.1 |
2117 | 2023-11-06T20:57:19.626Z | Checking oorandom v11.1.3 |
2118 | 2023-11-06T20:57:19.796Z | Checking shell-words v1.1.0 |
2119 | 2023-11-06T20:57:19.841Z | Checking anes v0.1.6 |
2120 | 2023-11-06T20:57:20.440Z | Checking criterion v0.5.1 |
2121 | 2023-11-06T20:57:25.624Z | Checking assert_cmd v2.0.12 |
2122 | 2023-11-06T20:57:26.291Z | Checking dashmap v5.5.1 |
2123 | 2023-11-06T20:57:26.908Z | Compiling serial_test_derive v0.10.0 |
2124 | 2023-11-06T20:57:27.305Z | Compiling crossbeam-queue v0.3.8 |
2125 | 2023-11-06T20:57:28.535Z | Checking serial_test v0.10.0 |
2126 | 2023-11-06T20:57:28.615Z | Checking vte v0.11.1 |
2127 | 2023-11-06T20:57:28.847Z | Checking threadpool v1.8.1 |
2128 | 2023-11-06T20:57:29.716Z | Checking libtest-mimic v0.6.1 |
2129 | 2023-11-06T20:57:30.376Z | Checking crossterm v0.26.1 |
2130 | 2023-11-06T20:57:31.119Z | Checking strip-ansi-escapes v0.2.0 |
2131 | 2023-11-06T20:57:31.339Z | Compiling tabled_derive v0.6.0 |
2132 | 2023-11-06T20:57:32.381Z | Checking httptest v0.15.5 |
2133 | 2023-11-06T20:57:32.483Z | Checking similar-asserts v1.5.0 |
2134 | 2023-11-06T20:57:32.513Z | Checking fd-lock v3.0.13 |
2135 | 2023-11-06T20:57:32.821Z | Checking nanorand v0.7.0 |
2136 | 2023-11-06T20:57:32.834Z | Compiling rstest_macros v0.18.2 |
2137 | 2023-11-06T20:57:33.279Z | Checking nu-ansi-term v0.49.0 |
2138 | 2023-11-06T20:57:33.387Z | Checking flume v0.11.0 |
2139 | 2023-11-06T20:57:33.646Z | Checking datatest-stable v0.2.3 |
2140 | 2023-11-06T20:57:33.925Z | Checking reedline v0.23.0 |
2141 | 2023-11-06T20:57:34.909Z | Compiling pin-project-internal v1.1.3 |
2142 | 2023-11-06T20:57:35.835Z | Checking arrayref v0.3.7 |
2143 | 2023-11-06T20:57:35.857Z | Compiling trybuild v1.0.85 |
2144 | 2023-11-06T20:57:35.977Z | Checking constant_time_eq v0.2.6 |
2145 | 2023-11-06T20:57:36.141Z | Compiling relative-path v1.9.0 |
2146 | 2023-11-06T20:57:36.500Z | Checking arrayvec v0.7.4 |
2147 | 2023-11-06T20:57:36.510Z | Checking topological-sort v0.2.2 |
2148 | 2023-11-06T20:57:36.802Z | Checking bytecount v0.6.3 |
2149 | 2023-11-06T20:57:37.086Z | Checking papergrid v0.10.0 |
2150 | 2023-11-06T20:57:37.102Z | Checking blake2b_simd v1.0.1 |
2151 | 2023-11-06T20:57:39.311Z | Checking basic-toml v0.1.4 |
2152 | 2023-11-06T20:57:39.378Z | Checking pin-project v1.1.3 |
2153 | 2023-11-06T20:57:39.518Z | Checking futures-timer v3.0.2 |
2154 | 2023-11-06T20:57:39.538Z | Checking constant_time_eq v0.3.0 |
2155 | 2023-11-06T20:57:40.536Z | Checking rust-argon2 v1.0.1 |
2156 | 2023-11-06T20:57:40.740Z | Checking partial-io v0.5.4 |
2157 | 2023-11-06T20:57:41.312Z | Checking tabled v0.14.0 |
2158 | 2023-11-06T20:57:42.608Z | Checking cargo-platform v0.1.3 |
2159 | 2023-11-06T20:57:42.668Z | Checking approx v0.5.1 |
2160 | 2023-11-06T20:57:43.033Z | Checking hex-literal v0.4.1 |
2161 | 2023-11-06T20:57:43.050Z | Checking cargo_metadata v0.18.0 |
2162 | 2023-11-06T20:57:43.214Z | Checking crossbeam v0.8.2 |
2163 | 2023-11-06T20:57:45.815Z | Checking cargo_toml v0.16.3 |
2164 | 2023-11-06T20:57:46.466Z | Checking termios v0.3.3 |
2165 | 2023-11-06T20:57:48.979Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2166 | 2023-11-06T20:57:50.110Z | Checking rstest v0.18.2 |
2167 | 2023-11-06T20:58:05.054Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2168 | 2023-11-06T20:58:15.585Z | Compiling bzip2 v0.4.4 |
2169 | 2023-11-06T20:58:16.082Z | Compiling zip v0.6.6 |
2170 | 2023-11-06T20:58:17.787Z | Compiling polar-core v0.27.0 |
2171 | 2023-11-06T20:58:17.847Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2172 | 2023-11-06T20:58:24.382Z | Checking rustls-webpki v0.101.7 |
2173 | 2023-11-06T20:58:30.527Z | Checking tokio-rustls v0.24.1 |
2174 | 2023-11-06T20:58:31.449Z | Checking hyper-rustls v0.24.2 |
2175 | 2023-11-06T20:58:31.570Z | Checking reqwest v0.11.20 |
2176 | 2023-11-06T20:58:34.065Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2177 | 2023-11-06T20:58:34.121Z | Checking tough v0.12.5 |
2178 | 2023-11-06T20:58:34.656Z | Checking oso v0.27.0 |
2179 | 2023-11-06T20:58:34.676Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2180 | 2023-11-06T20:58:34.867Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2181 | 2023-11-06T20:58:35.042Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2182 | 2023-11-06T20:58:36.352Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2183 | 2023-11-06T20:58:37.159Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2184 | 2023-11-06T20:58:38.904Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2185 | 2023-11-06T20:58:41.140Z | Compiling omicron-zone-package v0.8.3 |
2186 | 2023-11-06T20:58:48.797Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2187 | 2023-11-06T20:58:48.816Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2188 | 2023-11-06T20:58:48.960Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2189 | 2023-11-06T20:58:51.313Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2190 | 2023-11-06T20:58:51.521Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2191 | 2023-11-06T20:58:51.525Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2192 | 2023-11-06T20:58:51.529Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2193 | 2023-11-06T20:58:51.894Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2194 | 2023-11-06T20:58:52.302Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2195 | 2023-11-06T20:58:52.321Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2196 | 2023-11-06T20:58:53.359Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2197 | 2023-11-06T20:58:53.364Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2198 | 2023-11-06T20:58:54.332Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2199 | 2023-11-06T20:58:58.536Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2200 | 2023-11-06T20:58:59.628Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2201 | 2023-11-06T20:59:00.657Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2202 | 2023-11-06T20:59:07.981Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2203 | 2023-11-06T20:59:08.942Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2204 | 2023-11-06T20:59:09.610Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2205 | 2023-11-06T20:59:11.581Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2206 | 2023-11-06T20:59:11.816Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2207 | 2023-11-06T20:59:12.220Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2208 | 2023-11-06T20:59:15.003Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2209 | 2023-11-06T20:59:16.544Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2210 | 2023-11-06T20:59:16.613Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2211 | 2023-11-06T20:59:16.878Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2212 | 2023-11-06T20:59:16.903Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2213 | 2023-11-06T20:59:17.030Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2214 | 2023-11-06T20:59:17.292Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2215 | 2023-11-06T20:59:17.324Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2216 | 2023-11-06T20:59:28.806Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2217 | 2023-11-06T20:59:29.711Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2218 | 2023-11-06T20:59:29.907Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2219 | 2023-11-06T20:59:29.950Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2220 | 2023-11-06T20:59:30.036Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2221 | 2023-11-06T20:59:41.550Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2222 | 2023-11-06T20:59:42.602Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2223 | 2023-11-06T20:59:44.204Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2224 | 2023-11-06T20:59:46.558Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2225 | 2023-11-06T20:59:46.699Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2226 | 2023-11-06T20:59:47.028Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2227 | 2023-11-06T20:59:50.202Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2228 | 2023-11-06T20:59:50.953Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2229 | 2023-11-06T20:59:51.612Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2230 | 2023-11-06T20:59:52.423Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2231 | 2023-11-06T20:59:55.148Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2232 | 2023-11-06T21:00:11.662Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2233 | 2023-11-06T21:00:11.806Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2234 | 2023-11-06T21:00:11.868Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2235 | 2023-11-06T21:00:11.892Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2236 | 2023-11-06T21:00:11.928Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2237 | 2023-11-06T21:00:11.947Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2238 | 2023-11-06T21:00:11.961Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2239 | 2023-11-06T21:00:18.951Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2240 | 2023-11-06T21:00:19.816Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2241 | 2023-11-06T21:00:21.172Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2242 | 2023-11-06T21:00:26.261Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2243 | 2023-11-06T21:00:30.612Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2244 | 2023-11-06T21:00:31.975Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2245 | 2023-11-06T21:00:34.600Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2246 | 2023-11-06T21:00:36.240Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2247 | 2023-11-06T21:00:36.606Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2248 | 2023-11-06T21:00:39.665Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2249 | 2023-11-06T21:00:52.576Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2250 | 2023-11-06T21:01:15.948Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2251 | 2023-11-06T21:01:39.524Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2252 | 2023-11-06T21:02:01.801Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2253 | 2023-11-06T21:02:22.426Z | Compiling git2 v0.17.2 |
2254 | 2023-11-06T21:02:31.833Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2255 | 2023-11-06T21:02:34.376Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2256 | 2023-11-06T21:02:48.077Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2257 | 2023-11-06T21:03:00.590Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2258 | 2023-11-06T21:03:01.023Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2259 | 2023-11-06T21:03:01.765Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2260 | 2023-11-06T21:03:03.563Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2261 | 2023-11-06T21:03:50.627Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2262 | 2023-11-06T21:05:08.281Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 35s |
2263 | 2023-11-06T21:05:08.480Z | |
2264 | 2023-11-06T21:05:08.497Z | real 14:39.326020043 |
2265 | 2023-11-06T21:05:08.521Z | user 1:25:48.077746945 |
2266 | 2023-11-06T21:05:08.545Z | sys 11:07.853110285 |
2267 | 2023-11-06T21:05:08.557Z | trap 3.002302199 |
2268 | 2023-11-06T21:05:08.562Z | tflt 5.146842642 |
2269 | 2023-11-06T21:05:08.568Z | dflt 5.152768970 |
2270 | 2023-11-06T21:05:08.576Z | kflt 0.024389168 |
2271 | 2023-11-06T21:05:08.580Z | lock 1:55:13.158332623 |
2272 | 2023-11-06T21:05:08.585Z | slp 5:07:45.329105665 |
2273 | 2023-11-06T21:05:08.588Z | lat 3:10.618211220 |
2274 | 2023-11-06T21:05:08.592Z | stop 7:50.962040564 |
2275 | 2023-11-06T21:05:09.758Z | warning: output filename collision. |
2276 | 2023-11-06T21:05:09.767Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2277 | 2023-11-06T21:05:09.785Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2278 | 2023-11-06T21:05:09.801Z | The targets should have unique names. |
2279 | 2023-11-06T21:05:09.823Z | This is a known bug where multiple crates with the same name use |
2280 | 2023-11-06T21:05:09.834Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2281 | 2023-11-06T21:05:09.849Z | warning: output filename collision. |
2282 | 2023-11-06T21:05:09.871Z | 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)`. |
2283 | 2023-11-06T21:05:09.886Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2284 | 2023-11-06T21:05:09.891Z | The targets should have unique names. |
2285 | 2023-11-06T21:05:09.901Z | This is a known bug where multiple crates with the same name use |
2286 | 2023-11-06T21:05:09.906Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2287 | 2023-11-06T21:05:09.910Z | warning: output filename collision. |
2288 | 2023-11-06T21:05:09.915Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2289 | 2023-11-06T21:05:09.918Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2290 | 2023-11-06T21:05:09.921Z | The targets should have unique names. |
2291 | 2023-11-06T21:05:09.927Z | This is a known bug where multiple crates with the same name use |
2292 | 2023-11-06T21:05:09.931Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2293 | 2023-11-06T21:05:09.935Z | warning: output filename collision. |
2294 | 2023-11-06T21:05:09.939Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2295 | 2023-11-06T21:05:09.945Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2296 | 2023-11-06T21:05:10.395Z | The targets should have unique names. |
2297 | 2023-11-06T21:05:10.415Z | This is a known bug where multiple crates with the same name use |
2298 | 2023-11-06T21:05:10.428Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2299 | 2023-11-06T21:05:10.436Z | warning: output filename collision. |
2300 | 2023-11-06T21:05:10.448Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2301 | 2023-11-06T21:05:10.456Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2302 | 2023-11-06T21:05:10.464Z | The targets should have unique names. |
2303 | 2023-11-06T21:05:10.470Z | This is a known bug where multiple crates with the same name use |
2304 | 2023-11-06T21:05:10.501Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2305 | 2023-11-06T21:05:10.511Z | warning: output filename collision. |
2306 | 2023-11-06T21:05:10.521Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2307 | 2023-11-06T21:05:10.532Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2308 | 2023-11-06T21:05:10.553Z | The targets should have unique names. |
2309 | 2023-11-06T21:05:10.978Z | This is a known bug where multiple crates with the same name use |
2310 | 2023-11-06T21:05:11.463Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2023-11-06T21:05:11.473Z | warning: output filename collision. |
2312 | 2023-11-06T21:05:11.484Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2313 | 2023-11-06T21:05:11.494Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2314 | 2023-11-06T21:05:11.510Z | The targets should have unique names. |
2315 | 2023-11-06T21:05:11.529Z | This is a known bug where multiple crates with the same name use |
2316 | 2023-11-06T21:05:11.540Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2023-11-06T21:05:11.554Z | warning: output filename collision. |
2318 | 2023-11-06T21:05:11.570Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2319 | 2023-11-06T21:05:11.613Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2320 | 2023-11-06T21:05:11.631Z | The targets should have unique names. |
2321 | 2023-11-06T21:05:11.646Z | This is a known bug where multiple crates with the same name use |
2322 | 2023-11-06T21:05:12.058Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2023-11-06T21:05:12.061Z | warning: output filename collision. |
2324 | 2023-11-06T21:05:12.074Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2325 | 2023-11-06T21:05:12.517Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2326 | 2023-11-06T21:05:12.538Z | The targets should have unique names. |
2327 | 2023-11-06T21:05:12.563Z | This is a known bug where multiple crates with the same name use |
2328 | 2023-11-06T21:05:12.989Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2023-11-06T21:05:13.027Z | warning: output filename collision. |
2330 | 2023-11-06T21:05:13.038Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2331 | 2023-11-06T21:05:13.046Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2332 | 2023-11-06T21:05:13.057Z | The targets should have unique names. |
2333 | 2023-11-06T21:05:13.066Z | This is a known bug where multiple crates with the same name use |
2334 | 2023-11-06T21:05:13.074Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2023-11-06T21:05:13.088Z | warning: output filename collision. |
2336 | 2023-11-06T21:05:13.098Z | 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)`. |
2337 | 2023-11-06T21:05:13.104Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2338 | 2023-11-06T21:05:13.109Z | The targets should have unique names. |
2339 | 2023-11-06T21:05:13.123Z | This is a known bug where multiple crates with the same name use |
2340 | 2023-11-06T21:05:13.135Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2023-11-06T21:05:13.146Z | Checking unicode-ident v1.0.12 |
2342 | 2023-11-06T21:05:13.154Z | Documenting libc v0.2.149 |
2343 | 2023-11-06T21:05:13.162Z | Documenting cfg-if v1.0.0 |
2344 | 2023-11-06T21:05:13.170Z | Checking libc v0.2.149 |
2345 | 2023-11-06T21:05:13.180Z | Checking cfg-if v1.0.0 |
2346 | 2023-11-06T21:05:13.192Z | Checking serde v1.0.188 |
2347 | 2023-11-06T21:05:13.211Z | Documenting log v0.4.20 |
2348 | 2023-11-06T21:05:13.239Z | Documenting scopeguard v1.2.0 |
2349 | 2023-11-06T21:05:13.258Z | Documenting itoa v1.0.9 |
2350 | 2023-11-06T21:05:13.275Z | Checking proc-macro2 v1.0.67 |
2351 | 2023-11-06T21:05:13.282Z | Checking quote v1.0.33 |
2352 | 2023-11-06T21:05:13.291Z | Checking syn v2.0.32 |
2353 | 2023-11-06T21:05:13.314Z | Checking syn v1.0.109 |
2354 | 2023-11-06T21:05:14.150Z | Checking once_cell v1.18.0 |
2355 | 2023-11-06T21:05:14.405Z | Documenting lock_api v0.4.10 |
2356 | 2023-11-06T21:05:14.606Z | Documenting memchr v2.6.3 |
2357 | 2023-11-06T21:05:14.715Z | Documenting smallvec v1.11.0 |
2358 | 2023-11-06T21:05:16.976Z | Documenting getrandom v0.2.10 |
2359 | 2023-11-06T21:05:17.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2360 | 2023-11-06T21:05:17.512Z | Documenting once_cell v1.18.0 |
2361 | 2023-11-06T21:05:18.952Z | Documenting libm v0.2.7 |
2362 | 2023-11-06T21:05:19.142Z | Documenting pin-project-lite v0.2.13 |
2363 | 2023-11-06T21:05:19.955Z | Documenting parking_lot_core v0.9.8 |
2364 | 2023-11-06T21:05:21.931Z | Documenting signal-hook-registry v1.4.1 |
2365 | 2023-11-06T21:05:22.313Z | Checking itoa v1.0.9 |
2366 | 2023-11-06T21:05:22.624Z | Documenting mio v0.8.8 |
2367 | 2023-11-06T21:05:23.047Z | Documenting rand_core v0.6.4 |
2368 | 2023-11-06T21:05:23.469Z | Documenting serde_derive v1.0.188 |
2369 | 2023-11-06T21:05:23.480Z | Documenting zeroize_derive v1.4.2 |
2370 | 2023-11-06T21:05:23.507Z | Documenting thiserror-impl v1.0.49 |
2371 | 2023-11-06T21:05:23.998Z | Documenting num-traits v0.2.16 |
2372 | 2023-11-06T21:05:26.237Z | Documenting parking_lot v0.12.1 |
2373 | 2023-11-06T21:05:27.978Z | Documenting typenum v1.16.0 |
2374 | 2023-11-06T21:05:28.983Z | Documenting futures-core v0.3.29 |
2375 | 2023-11-06T21:05:29.080Z | Documenting ryu v1.0.15 |
2376 | 2023-11-06T21:05:30.686Z | Documenting zeroize v1.6.0 |
2377 | 2023-11-06T21:05:31.102Z | Documenting tokio-macros v2.1.0 |
2378 | 2023-11-06T21:05:31.205Z | Documenting thiserror v1.0.49 |
2379 | 2023-11-06T21:05:32.249Z | Documenting socket2 v0.5.4 |
2380 | 2023-11-06T21:05:33.083Z | Documenting num_cpus v1.16.0 |
2381 | 2023-11-06T21:05:33.684Z | Documenting serde v1.0.188 |
2382 | 2023-11-06T21:05:35.309Z | Checking thiserror v1.0.49 |
2383 | 2023-11-06T21:05:35.318Z | Checking ryu v1.0.15 |
2384 | 2023-11-06T21:05:35.499Z | Documenting subtle v2.5.0 |
2385 | 2023-11-06T21:05:35.530Z | Checking getrandom v0.2.10 |
2386 | 2023-11-06T21:05:35.890Z | Documenting pin-utils v0.1.0 |
2387 | 2023-11-06T21:05:36.569Z | Documenting generic-array v0.14.7 |
2388 | 2023-11-06T21:05:37.310Z | Documenting futures-sink v0.3.29 |
2389 | 2023-11-06T21:05:38.421Z | Documenting byteorder v1.5.0 |
2390 | 2023-11-06T21:05:38.624Z | Checking serde_json v1.0.108 |
2391 | 2023-11-06T21:05:39.273Z | Documenting iana-time-zone v0.1.57 |
2392 | 2023-11-06T21:05:41.272Z | Checking memchr v2.6.3 |
2393 | 2023-11-06T21:05:41.560Z | Checking heck v0.4.1 |
2394 | 2023-11-06T21:05:41.866Z | Documenting futures-macro v0.3.29 |
2395 | 2023-11-06T21:05:42.685Z | Documenting futures-task v0.3.29 |
2396 | 2023-11-06T21:05:43.259Z | Documenting futures-channel v0.3.29 |
2397 | 2023-11-06T21:05:43.570Z | Documenting crypto-common v0.1.6 |
2398 | 2023-11-06T21:05:43.591Z | Documenting slab v0.4.9 |
2399 | 2023-11-06T21:05:44.560Z | Documenting futures-io v0.3.29 |
2400 | 2023-11-06T21:05:45.010Z | Documenting const-oid v0.9.5 |
2401 | 2023-11-06T21:05:48.541Z | Checking bytes v1.5.0 |
2402 | 2023-11-06T21:05:49.223Z | Documenting ppv-lite86 v0.2.17 |
2403 | 2023-11-06T21:05:49.398Z | Checking log v0.4.20 |
2404 | 2023-11-06T21:05:49.468Z | Documenting tinyvec_macros v0.1.1 |
2405 | 2023-11-06T21:05:49.517Z | Checking byteorder v1.5.0 |
2406 | 2023-11-06T21:05:49.754Z | Documenting base64 v0.21.5 |
2407 | 2023-11-06T21:05:49.830Z | Documenting block-buffer v0.10.4 |
2408 | 2023-11-06T21:05:50.178Z | Documenting tracing-core v0.1.31 |
2409 | 2023-11-06T21:05:50.409Z | Documenting futures-util v0.3.29 |
2410 | 2023-11-06T21:05:53.558Z | Documenting tracing-attributes v0.1.26 |
2411 | 2023-11-06T21:05:53.563Z | Documenting tinyvec v1.6.0 |
2412 | 2023-11-06T21:05:53.839Z | Documenting rand_chacha v0.3.1 |
2413 | 2023-11-06T21:05:55.796Z | Checking fnv v1.0.7 |
2414 | 2023-11-06T21:05:56.006Z | Documenting digest v0.10.7 |
2415 | 2023-11-06T21:05:56.030Z | Documenting serde_derive_internals v0.26.0 |
2416 | 2023-11-06T21:05:58.893Z | Checking serde_derive_internals v0.26.0 |
2417 | 2023-11-06T21:05:59.868Z | Documenting rand v0.8.5 |
2418 | 2023-11-06T21:05:59.940Z | Documenting dyn-clone v1.0.13 |
2419 | 2023-11-06T21:06:02.972Z | Documenting unicode-normalization v0.1.22 |
2420 | 2023-11-06T21:06:04.713Z | Documenting fnv v1.0.7 |
2421 | 2023-11-06T21:06:04.752Z | Checking ucd-trie v0.1.6 |
2422 | 2023-11-06T21:06:05.074Z | Documenting cpufeatures v0.2.9 |
2423 | 2023-11-06T21:06:05.502Z | Documenting schemars_derive v0.8.13 |
2424 | 2023-11-06T21:06:05.628Z | Checking pest v2.7.2 |
2425 | 2023-11-06T21:06:06.390Z | Documenting bytes v1.5.0 |
2426 | 2023-11-06T21:06:07.142Z | Documenting serde_json v1.0.108 |
2427 | 2023-11-06T21:06:09.180Z | Documenting bitflags v2.4.0 |
2428 | 2023-11-06T21:06:09.726Z | Documenting chrono v0.4.31 |
2429 | 2023-11-06T21:06:10.431Z | Documenting uuid v1.4.1 |
2430 | 2023-11-06T21:06:11.032Z | Documenting spin v0.9.8 |
2431 | 2023-11-06T21:06:13.670Z | Documenting tokio v1.33.0 |
2432 | 2023-11-06T21:06:14.859Z | Checking libm v0.2.7 |
2433 | 2023-11-06T21:06:15.726Z | Documenting unicode-bidi v0.3.13 |
2434 | 2023-11-06T21:06:16.021Z | Documenting http v0.2.9 |
2435 | 2023-11-06T21:06:16.204Z | Documenting lazy_static v1.4.0 |
2436 | 2023-11-06T21:06:16.423Z | Checking num-traits v0.2.16 |
2437 | 2023-11-06T21:06:17.207Z | Documenting tracing v0.1.37 |
2438 | 2023-11-06T21:06:17.408Z | Documenting percent-encoding v2.3.0 |
2439 | 2023-11-06T21:06:18.956Z | Documenting schemars v0.8.13 |
2440 | 2023-11-06T21:06:20.381Z | Documenting ahash v0.8.3 |
2441 | 2023-11-06T21:06:20.443Z | Checking ahash v0.8.3 |
2442 | 2023-11-06T21:06:21.013Z | Documenting allocator-api2 v0.2.16 |
2443 | 2023-11-06T21:06:21.998Z | Checking time-core v0.1.1 |
2444 | 2023-11-06T21:06:22.233Z | Documenting unicode-ident v1.0.12 |
2445 | 2023-11-06T21:06:23.280Z | Documenting form_urlencoded v1.2.0 |
2446 | 2023-11-06T21:06:24.301Z | Documenting adler v1.0.2 |
2447 | 2023-11-06T21:06:25.253Z | Documenting idna v0.4.0 |
2448 | 2023-11-06T21:06:26.016Z | Documenting hashbrown v0.14.2 |
2449 | 2023-11-06T21:06:26.283Z | Documenting proc-macro2 v1.0.67 |
2450 | 2023-11-06T21:06:28.212Z | Documenting httparse v1.8.0 |
2451 | 2023-11-06T21:06:28.388Z | Documenting miniz_oxide v0.7.1 |
2452 | 2023-11-06T21:06:28.977Z | Documenting equivalent v1.0.1 |
2453 | 2023-11-06T21:06:30.269Z | Documenting untrusted v0.9.0 |
2454 | 2023-11-06T21:06:31.735Z | Documenting url v2.4.1 |
2455 | 2023-11-06T21:06:33.232Z | Documenting quote v1.0.33 |
2456 | 2023-11-06T21:06:33.238Z | Checking zerocopy v0.3.0 |
2457 | 2023-11-06T21:06:33.588Z | Checking uuid v1.4.1 |
2458 | 2023-11-06T21:06:33.821Z | Documenting indexmap v2.1.0 |
2459 | 2023-11-06T21:06:34.241Z | Checking iana-time-zone v0.1.57 |
2460 | 2023-11-06T21:06:34.380Z | Documenting ring v0.17.5 |
2461 | 2023-11-06T21:06:34.442Z | Checking dof v0.1.5 |
2462 | 2023-11-06T21:06:34.498Z | Checking chrono v0.4.31 |
2463 | 2023-11-06T21:06:34.738Z | Checking dtrace-parser v0.1.14 |
2464 | 2023-11-06T21:06:35.255Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2465 | 2023-11-06T21:06:35.962Z | Checking thread-id v4.2.0 |
2466 | 2023-11-06T21:06:35.975Z | Documenting sct v0.7.0 |
2467 | 2023-11-06T21:06:36.464Z | Documenting slog v2.7.0 |
2468 | 2023-11-06T21:06:38.022Z | Documenting try-lock v0.2.4 |
2469 | 2023-11-06T21:06:38.250Z | Documenting openssl-probe v0.1.5 |
2470 | 2023-11-06T21:06:39.030Z | Documenting httpdate v1.0.3 |
2471 | 2023-11-06T21:06:41.563Z | Documenting tokio-util v0.7.10 |
2472 | 2023-11-06T21:06:41.702Z | Checking usdt-impl v0.3.5 |
2473 | 2023-11-06T21:06:41.760Z | Documenting http-body v0.4.5 |
2474 | 2023-11-06T21:06:42.439Z | Documenting want v0.3.1 |
2475 | 2023-11-06T21:06:42.521Z | Documenting rustls-pemfile v1.0.3 |
2476 | 2023-11-06T21:06:42.748Z | Documenting openssl-macros v0.1.1 |
2477 | 2023-11-06T21:06:42.937Z | Documenting rustls-webpki v0.101.7 |
2478 | 2023-11-06T21:06:44.411Z | Documenting openssl-sys v0.9.93 |
2479 | 2023-11-06T21:06:44.982Z | Documenting mime v0.3.17 |
2480 | 2023-11-06T21:06:48.300Z | Documenting gimli v0.28.0 |
2481 | 2023-11-06T21:06:48.478Z | Documenting tower-service v0.3.2 |
2482 | 2023-11-06T21:06:48.509Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2483 | 2023-11-06T21:06:49.723Z | Documenting time-macros v0.2.13 |
2484 | 2023-11-06T21:06:49.841Z | Documenting rustls v0.21.8 |
2485 | 2023-11-06T21:06:50.031Z | Documenting h2 v0.3.21 |
2486 | 2023-11-06T21:06:50.978Z | Documenting async-trait v0.1.74 |
2487 | 2023-11-06T21:06:54.746Z | Documenting object v0.32.1 |
2488 | 2023-11-06T21:06:56.095Z | Documenting openssl v0.10.57 |
2489 | 2023-11-06T21:06:57.437Z | Documenting aho-corasick v1.0.4 |
2490 | 2023-11-06T21:06:58.436Z | Documenting addr2line v0.21.0 |
2491 | 2023-11-06T21:06:58.863Z | Documenting errno v0.3.2 |
2492 | 2023-11-06T21:07:02.517Z | Documenting tokio-rustls v0.24.1 |
2493 | 2023-11-06T21:07:03.374Z | Documenting unicode-width v0.1.11 |
2494 | 2023-11-06T21:07:03.973Z | Documenting ipnet v2.8.0 |
2495 | 2023-11-06T21:07:04.242Z | Documenting deranged v0.3.8 |
2496 | 2023-11-06T21:07:05.041Z | Documenting regex-syntax v0.8.2 |
2497 | 2023-11-06T21:07:06.089Z | Documenting hyper v0.14.27 |
2498 | 2023-11-06T21:07:07.481Z | Checking dyn-clone v1.0.13 |
2499 | 2023-11-06T21:07:07.704Z | Documenting rustc-demangle v0.1.23 |
2500 | 2023-11-06T21:07:09.857Z | Documenting num_threads v0.1.6 |
2501 | 2023-11-06T21:07:10.205Z | Checking allocator-api2 v0.2.16 |
2502 | 2023-11-06T21:07:10.524Z | Documenting time-core v0.1.1 |
2503 | 2023-11-06T21:07:11.339Z | Checking hashbrown v0.14.2 |
2504 | 2023-11-06T21:07:11.557Z | Checking schemars v0.8.13 |
2505 | 2023-11-06T21:07:12.128Z | Documenting rustix v0.38.9 |
2506 | 2023-11-06T21:07:13.292Z | Checking pest_meta v2.7.2 |
2507 | 2023-11-06T21:07:13.794Z | Documenting backtrace v0.3.69 |
2508 | 2023-11-06T21:07:14.136Z | Documenting crossbeam-utils v0.8.16 |
2509 | 2023-11-06T21:07:14.827Z | Checking equivalent v1.0.1 |
2510 | 2023-11-06T21:07:14.982Z | Checking indexmap v2.1.0 |
2511 | 2023-11-06T21:07:14.996Z | Documenting native-tls v0.2.11 |
2512 | 2023-11-06T21:07:15.980Z | Documenting time v0.3.27 |
2513 | 2023-11-06T21:07:16.097Z | Documenting regex-automata v0.4.3 |
2514 | 2023-11-06T21:07:16.800Z | Checking hashbrown v0.13.2 |
2515 | 2023-11-06T21:07:18.428Z | Documenting pest_meta v2.7.2 |
2516 | 2023-11-06T21:07:21.040Z | Checking http v0.2.9 |
2517 | 2023-11-06T21:07:21.830Z | Documenting anyhow v1.0.75 |
2518 | 2023-11-06T21:07:22.854Z | Documenting encoding_rs v0.8.33 |
2519 | 2023-11-06T21:07:22.907Z | Documenting tokio-native-tls v0.3.1 |
2520 | 2023-11-06T21:07:23.299Z | Checking pest_generator v2.7.2 |
2521 | 2023-11-06T21:07:24.637Z | Documenting rustls-native-certs v0.6.3 |
2522 | 2023-11-06T21:07:24.935Z | Documenting serde_urlencoded v0.7.1 |
2523 | 2023-11-06T21:07:25.135Z | Documenting pest_generator v2.7.2 |
2524 | 2023-11-06T21:07:25.149Z | Documenting ucd-trie v0.1.6 |
2525 | 2023-11-06T21:07:28.723Z | Documenting regex v1.10.2 |
2526 | 2023-11-06T21:07:30.075Z | Checking serde_tokenstream v0.1.7 |
2527 | 2023-11-06T21:07:30.166Z | Documenting webpki-roots v0.25.2 |
2528 | 2023-11-06T21:07:30.651Z | Documenting syn v2.0.32 |
2529 | 2023-11-06T21:07:30.773Z | Documenting hyper-rustls v0.24.2 |
2530 | 2023-11-06T21:07:31.182Z | Documenting pest v2.7.2 |
2531 | 2023-11-06T21:07:31.667Z | Documenting hyper-tls v0.5.0 |
2532 | 2023-11-06T21:07:31.863Z | Checking aho-corasick v1.0.4 |
2533 | 2023-11-06T21:07:32.671Z | Documenting pest_derive v2.7.2 |
2534 | 2023-11-06T21:07:34.380Z | Documenting dof v0.1.5 |
2535 | 2023-11-06T21:07:36.289Z | Documenting thread-id v4.2.0 |
2536 | 2023-11-06T21:07:36.885Z | Checking regex-syntax v0.8.2 |
2537 | 2023-11-06T21:07:39.355Z | Documenting usdt-macro v0.3.5 |
2538 | 2023-11-06T21:07:40.180Z | Documenting dtrace-parser v0.1.14 |
2539 | 2023-11-06T21:07:40.294Z | Documenting usdt-attr-macro v0.3.5 |
2540 | 2023-11-06T21:07:41.196Z | Documenting openapiv3 v1.0.3 |
2541 | 2023-11-06T21:07:42.429Z | Checking regex-automata v0.4.3 |
2542 | 2023-11-06T21:07:42.437Z | Documenting reqwest v0.11.20 |
2543 | 2023-11-06T21:07:42.448Z | Documenting ipnetwork v0.20.0 |
2544 | 2023-11-06T21:07:45.794Z | Documenting usdt-impl v0.3.5 |
2545 | 2023-11-06T21:07:47.108Z | Documenting sha2 v0.10.8 |
2546 | 2023-11-06T21:07:47.599Z | Documenting futures-executor v0.3.29 |
2547 | 2023-11-06T21:07:47.746Z | Checking serde_tokenstream v0.2.0 |
2548 | 2023-11-06T21:07:48.311Z | Checking unicode-width v0.1.11 |
2549 | 2023-11-06T21:07:48.543Z | Checking strsim v0.10.0 |
2550 | 2023-11-06T21:07:48.886Z | Checking regex v1.10.2 |
2551 | 2023-11-06T21:07:49.866Z | Checking regress v0.7.1 |
2552 | 2023-11-06T21:07:50.696Z | Documenting hex v0.4.3 |
2553 | 2023-11-06T21:07:50.766Z | Documenting hmac v0.12.1 |
2554 | 2023-11-06T21:07:54.042Z | Documenting fallible-iterator v0.2.0 |
2555 | 2023-11-06T21:07:54.058Z | Documenting usdt v0.3.5 |
2556 | 2023-11-06T21:07:54.073Z | Documenting futures v0.3.29 |
2557 | 2023-11-06T21:07:54.868Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2558 | 2023-11-06T21:07:57.258Z | Checking openapiv3 v1.0.3 |
2559 | 2023-11-06T21:07:57.716Z | Documenting stringprep v0.1.3 |
2560 | 2023-11-06T21:07:58.068Z | Documenting semver v1.0.20 |
2561 | 2023-11-06T21:07:58.215Z | Documenting md-5 v0.10.5 |
2562 | 2023-11-06T21:08:09.103Z | Documenting regress v0.7.1 |
2563 | 2023-11-06T21:08:10.012Z | Documenting utf8parse v0.2.1 |
2564 | 2023-11-06T21:08:10.275Z | Documenting siphasher v0.3.11 |
2565 | 2023-11-06T21:08:10.495Z | Documenting block-padding v0.3.3 |
2566 | 2023-11-06T21:08:10.682Z | Documenting heck v0.4.1 |
2567 | 2023-11-06T21:08:10.837Z | Documenting static_assertions v1.1.0 |
2568 | 2023-11-06T21:08:10.863Z | Documenting postgres-protocol v0.6.6 |
2569 | 2023-11-06T21:08:10.891Z | Checking unsafe-libyaml v0.2.9 |
2570 | 2023-11-06T21:08:10.964Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2571 | 2023-11-06T21:08:11.034Z | Documenting phf_shared v0.11.2 |
2572 | 2023-11-06T21:08:11.090Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2573 | 2023-11-06T21:08:11.107Z | Checking getopts v0.2.21 |
2574 | 2023-11-06T21:08:11.137Z | Documenting toml_datetime v0.6.5 |
2575 | 2023-11-06T21:08:11.178Z | Documenting num-integer v0.1.45 |
2576 | 2023-11-06T21:08:11.371Z | Documenting inout v0.1.3 |
2577 | 2023-11-06T21:08:11.514Z | Checking ident_case v1.0.1 |
2578 | 2023-11-06T21:08:11.612Z | Documenting unsafe-libyaml v0.2.9 |
2579 | 2023-11-06T21:08:11.720Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2580 | 2023-11-06T21:08:13.544Z | Documenting phf v0.11.2 |
2581 | 2023-11-06T21:08:14.392Z | Documenting postgres-types v0.2.6 |
2582 | 2023-11-06T21:08:14.990Z | Documenting either v1.9.0 |
2583 | 2023-11-06T21:08:15.771Z | Documenting whoami v1.4.1 |
2584 | 2023-11-06T21:08:16.149Z | Documenting serde_yaml v0.9.25 |
2585 | 2023-11-06T21:08:16.231Z | Documenting cipher v0.4.4 |
2586 | 2023-11-06T21:08:16.515Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2587 | 2023-11-06T21:08:19.360Z | Checking serde_yaml v0.9.25 |
2588 | 2023-11-06T21:08:20.148Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2589 | 2023-11-06T21:08:20.936Z | Documenting getopts v0.2.21 |
2590 | 2023-11-06T21:08:21.859Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2591 | 2023-11-06T21:08:21.974Z | Documenting zerocopy v0.6.4 |
2592 | 2023-11-06T21:08:22.490Z | Documenting anstyle v1.0.2 |
2593 | 2023-11-06T21:08:24.404Z | Documenting tokio-postgres v0.7.10 |
2594 | 2023-11-06T21:08:24.772Z | Documenting data-encoding v2.4.0 |
2595 | 2023-11-06T21:08:25.263Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2596 | 2023-11-06T21:08:27.057Z | Documenting anstyle-parse v0.2.1 |
2597 | 2023-11-06T21:08:28.772Z | Documenting colorchoice v1.0.0 |
2598 | 2023-11-06T21:08:28.818Z | Documenting anstyle-query v1.0.0 |
2599 | 2023-11-06T21:08:29.672Z | Documenting match_cfg v0.1.0 |
2600 | 2023-11-06T21:08:30.826Z | Documenting itertools v0.11.0 |
2601 | 2023-11-06T21:08:31.656Z | Documenting terminal_size v0.2.6 |
2602 | 2023-11-06T21:08:32.184Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2603 | 2023-11-06T21:08:32.862Z | Documenting dirs-sys-next v0.1.2 |
2604 | 2023-11-06T21:08:33.650Z | Documenting hostname v0.3.1 |
2605 | 2023-11-06T21:08:34.605Z | Documenting anstream v0.5.0 |
2606 | 2023-11-06T21:08:36.824Z | Documenting strsim v0.10.0 |
2607 | 2023-11-06T21:08:37.717Z | Documenting clap_lex v0.5.1 |
2608 | 2023-11-06T21:08:39.042Z | Documenting tap v1.0.1 |
2609 | 2023-11-06T21:08:39.073Z | Documenting dirs-next v2.0.0 |
2610 | 2023-11-06T21:08:39.666Z | Documenting clap_derive v4.4.2 |
2611 | 2023-11-06T21:08:40.787Z | Documenting thread_local v1.1.7 |
2612 | 2023-11-06T21:08:42.411Z | Documenting crc32fast v1.3.2 |
2613 | 2023-11-06T21:08:43.085Z | Documenting radium v0.7.0 |
2614 | 2023-11-06T21:08:43.584Z | Documenting wyz v0.5.1 |
2615 | 2023-11-06T21:08:43.709Z | Documenting clap_builder v4.4.2 |
2616 | 2023-11-06T21:08:43.974Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2617 | 2023-11-06T21:08:45.323Z | Documenting funty v2.0.0 |
2618 | 2023-11-06T21:08:46.838Z | Documenting term v0.7.0 |
2619 | 2023-11-06T21:08:47.357Z | Documenting num-iter v0.1.43 |
2620 | 2023-11-06T21:08:47.655Z | Documenting crossbeam-channel v0.5.8 |
2621 | 2023-11-06T21:08:48.039Z | Documenting sha1 v0.10.5 |
2622 | 2023-11-06T21:08:48.129Z | Documenting enum-as-inner v0.5.1 |
2623 | 2023-11-06T21:08:49.976Z | Documenting bitvec v1.0.1 |
2624 | 2023-11-06T21:08:53.122Z | Documenting clap v4.4.3 |
2625 | 2023-11-06T21:08:53.131Z | Documenting atty v0.2.14 |
2626 | 2023-11-06T21:08:54.351Z | Documenting memoffset v0.9.0 |
2627 | 2023-11-06T21:08:54.365Z | Documenting take_mut v0.2.2 |
2628 | 2023-11-06T21:08:54.979Z | Documenting flate2 v1.0.28 |
2629 | 2023-11-06T21:08:55.276Z | Documenting trust-dns-proto v0.22.0 |
2630 | 2023-11-06T21:08:57.700Z | Documenting slog-term v2.9.0 |
2631 | 2023-11-06T21:08:58.342Z | Documenting crossbeam-epoch v0.9.15 |
2632 | 2023-11-06T21:09:00.235Z | Documenting slog-async v2.8.0 |
2633 | 2023-11-06T21:09:00.298Z | Documenting slog-json v2.6.1 |
2634 | 2023-11-06T21:09:00.487Z | Documenting camino v1.1.6 |
2635 | 2023-11-06T21:09:00.786Z | Documenting paste v1.0.14 |
2636 | 2023-11-06T21:09:02.310Z | Documenting signature v2.1.0 |
2637 | 2023-11-06T21:09:04.674Z | Documenting hash32 v0.2.1 |
2638 | 2023-11-06T21:09:04.959Z | Documenting scheduled-thread-pool v0.2.7 |
2639 | 2023-11-06T21:09:20.920Z | Checking diesel_table_macro_syntax v0.1.0 |
2640 | 2023-11-06T21:09:22.727Z | Documenting diesel_table_macro_syntax v0.1.0 |
2641 | 2023-11-06T21:09:22.872Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2642 | 2023-11-06T21:09:22.972Z | Documenting unicode-segmentation v1.10.1 |
2643 | 2023-11-06T21:09:23.178Z | Documenting slog-bunyan v2.4.0 |
2644 | 2023-11-06T21:09:23.469Z | Documenting stable_deref_trait v1.2.0 |
2645 | 2023-11-06T21:09:23.849Z | Checking darling_core v0.20.3 |
2646 | 2023-11-06T21:09:23.969Z | Documenting async-stream-impl v0.3.5 |
2647 | 2023-11-06T21:09:24.018Z | Documenting r2d2 v0.8.10 |
2648 | 2023-11-06T21:09:24.047Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2649 | 2023-11-06T21:09:24.061Z | Documenting strum v0.25.0 |
2650 | 2023-11-06T21:09:24.088Z | Documenting bzip2 v0.4.4 |
2651 | 2023-11-06T21:09:24.143Z | Documenting heapless v0.7.16 |
2652 | 2023-11-06T21:09:24.563Z | Documenting diesel_derives v2.1.1 |
2653 | 2023-11-06T21:09:24.568Z | Documenting debug-ignore v1.0.5 |
2654 | 2023-11-06T21:09:24.572Z | Documenting bit-vec v0.6.3 |
2655 | 2023-11-06T21:09:24.595Z | Documenting managed v0.8.0 |
2656 | 2023-11-06T21:09:24.602Z | Documenting atomic-waker v1.1.1 |
2657 | 2023-11-06T21:09:24.607Z | Documenting async-stream v0.3.5 |
2658 | 2023-11-06T21:09:24.639Z | Checking darling v0.20.3 |
2659 | 2023-11-06T21:09:24.652Z | Documenting num-bigint v0.4.4 |
2660 | 2023-11-06T21:09:24.680Z | Documenting zip v0.6.6 |
2661 | 2023-11-06T21:09:24.704Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2662 | 2023-11-06T21:09:24.929Z | Documenting waitgroup v0.1.2 |
2663 | 2023-11-06T21:09:24.948Z | Documenting smoltcp v0.9.1 |
2664 | 2023-11-06T21:09:24.954Z | Documenting multer v2.1.0 |
2665 | 2023-11-06T21:09:24.972Z | Documenting hubpack v0.1.2 |
2666 | 2023-11-06T21:09:25.802Z | Documenting diesel v2.1.3 |
2667 | 2023-11-06T21:09:26.554Z | Documenting serde_path_to_error v0.1.14 |
2668 | 2023-11-06T21:09:41.570Z | Documenting serde_spanned v0.6.4 |
2669 | 2023-11-06T21:09:42.114Z | Documenting bstr v1.6.0 |
2670 | 2023-11-06T21:09:42.253Z | Documenting serde_repr v0.1.16 |
2671 | 2023-11-06T21:09:42.400Z | Documenting precomputed-hash v0.1.1 |
2672 | 2023-11-06T21:09:42.640Z | Documenting fixedbitset v0.4.2 |
2673 | 2023-11-06T21:09:42.770Z | Documenting lalrpop-util v0.19.12 |
2674 | 2023-11-06T21:09:42.870Z | Documenting new_debug_unreachable v1.0.4 |
2675 | 2023-11-06T21:09:42.899Z | Documenting winnow v0.5.15 |
2676 | 2023-11-06T21:09:43.013Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2677 | 2023-11-06T21:09:43.116Z | Documenting petgraph v0.6.4 |
2678 | 2023-11-06T21:09:44.517Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2679 | 2023-11-06T21:09:44.665Z | Documenting yasna v0.5.2 |
2680 | 2023-11-06T21:09:44.959Z | Documenting string_cache v0.8.7 |
2681 | 2023-11-06T21:09:45.139Z | Documenting serde_with_macros v2.3.3 |
2682 | 2023-11-06T21:09:45.192Z | Documenting toml_edit v0.20.7 |
2683 | 2023-11-06T21:09:45.244Z | Documenting console v0.15.7 |
2684 | 2023-11-06T21:09:45.338Z | Documenting float-cmp v0.9.0 |
2685 | 2023-11-06T21:09:45.476Z | Documenting normalize-line-endings v0.3.0 |
2686 | 2023-11-06T21:09:45.644Z | Documenting difflib v0.4.0 |
2687 | 2023-11-06T21:09:47.033Z | Documenting predicates-core v1.0.6 |
2688 | 2023-11-06T21:09:50.492Z | Documenting serde_with v2.3.3 |
2689 | 2023-11-06T21:09:51.306Z | Documenting toml v0.8.6 |
2690 | 2023-11-06T21:09:51.434Z | Documenting bit-set v0.5.3 |
2691 | 2023-11-06T21:09:51.626Z | Documenting similar v2.2.1 |
2692 | 2023-11-06T21:09:52.085Z | Documenting tokio-stream v0.1.14 |
2693 | 2023-11-06T21:09:52.950Z | Documenting predicates v3.0.4 |
2694 | 2023-11-06T21:09:57.524Z | Documenting instant v0.1.12 |
2695 | 2023-11-06T21:09:58.749Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2696 | 2023-11-06T21:09:58.897Z | Documenting macaddr v1.0.1 |
2697 | 2023-11-06T21:09:58.949Z | Documenting base64ct v1.6.0 |
2698 | 2023-11-06T21:09:59.006Z | Documenting parse-display v0.8.2 |
2699 | 2023-11-06T21:10:00.682Z | Checking scopeguard v1.2.0 |
2700 | 2023-11-06T21:10:00.877Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2023-11-06T21:10:01.409Z | Checking lock_api v0.4.10 |
2702 | 2023-11-06T21:10:01.790Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2703 | 2023-11-06T21:10:01.958Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2704 | 2023-11-06T21:10:02.071Z | Documenting crucible-workspace-hack v0.1.0 |
2705 | 2023-11-06T21:10:03.753Z | Documenting backoff v0.4.0 |
2706 | 2023-11-06T21:10:05.133Z | Documenting password-hash v0.5.0 |
2707 | 2023-11-06T21:10:06.038Z | Documenting blake2 v0.10.6 |
2708 | 2023-11-06T21:10:06.048Z | Checking smallvec v1.11.0 |
2709 | 2023-11-06T21:10:06.059Z | Documenting is-terminal v0.4.9 |
2710 | 2023-11-06T21:10:06.301Z | Checking parking_lot_core v0.9.8 |
2711 | 2023-11-06T21:10:06.823Z | Checking pin-project-lite v0.2.13 |
2712 | 2023-11-06T21:10:06.861Z | Checking parking_lot v0.12.1 |
2713 | 2023-11-06T21:10:07.042Z | Checking rand_core v0.6.4 |
2714 | 2023-11-06T21:10:07.403Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2715 | 2023-11-06T21:10:07.442Z | Checking typenum v1.16.0 |
2716 | 2023-11-06T21:10:07.931Z | Checking zeroize v1.6.0 |
2717 | 2023-11-06T21:10:08.097Z | Documenting proc-macro-error-attr v1.0.4 |
2718 | 2023-11-06T21:10:08.333Z | Checking futures-core v0.3.29 |
2719 | 2023-11-06T21:10:08.614Z | Checking unicode-segmentation v1.10.1 |
2720 | 2023-11-06T21:10:09.578Z | Checking generic-array v0.14.7 |
2721 | 2023-11-06T21:10:09.703Z | Checking proc-macro-error v1.0.4 |
2722 | 2023-11-06T21:10:10.121Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2723 | 2023-11-06T21:10:11.060Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2724 | 2023-11-06T21:10:11.524Z | Checking mio v0.8.8 |
2725 | 2023-11-06T21:10:11.562Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2726 | 2023-11-06T21:10:12.435Z | Checking socket2 v0.5.4 |
2727 | 2023-11-06T21:10:12.662Z | Checking num_cpus v1.16.0 |
2728 | 2023-11-06T21:10:12.845Z | Checking signal-hook-registry v1.4.1 |
2729 | 2023-11-06T21:10:12.958Z | Documenting argon2 v0.5.2 |
2730 | 2023-11-06T21:10:13.466Z | Documenting postcard-cobs v0.1.5-pre |
2731 | 2023-11-06T21:10:13.477Z | Documenting fastrand v2.0.0 |
2732 | 2023-11-06T21:10:13.490Z | Checking futures-sink v0.3.29 |
2733 | 2023-11-06T21:10:13.499Z | Checking tokio v1.33.0 |
2734 | 2023-11-06T21:10:14.489Z | Documenting proc-macro-error v1.0.4 |
2735 | 2023-11-06T21:10:15.006Z | Documenting foreign-types-macros v0.2.3 |
2736 | 2023-11-06T21:10:16.802Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2737 | 2023-11-06T21:10:17.314Z | Documenting postcard v0.7.3 |
2738 | 2023-11-06T21:10:19.627Z | Documenting tempfile v3.8.0 |
2739 | 2023-11-06T21:10:20.781Z | Documenting foreign-types-shared v0.3.1 |
2740 | 2023-11-06T21:10:21.553Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2741 | 2023-11-06T21:10:22.442Z | Checking tinyvec_macros v0.1.1 |
2742 | 2023-11-06T21:10:22.571Z | Checking spin v0.5.2 |
2743 | 2023-11-06T21:10:22.865Z | Checking tinyvec v1.6.0 |
2744 | 2023-11-06T21:10:23.674Z | Checking futures-channel v0.3.29 |
2745 | 2023-11-06T21:10:23.986Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2746 | 2023-11-06T21:10:24.276Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2747 | 2023-11-06T21:10:24.459Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2748 | 2023-11-06T21:10:25.050Z | Documenting foreign-types v0.5.0 |
2749 | 2023-11-06T21:10:25.146Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2750 | 2023-11-06T21:10:25.907Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2751 | 2023-11-06T21:10:26.581Z | Documenting cstr-argument v0.1.2 |
2752 | 2023-11-06T21:10:30.313Z | Checking slab v0.4.9 |
2753 | 2023-11-06T21:10:30.414Z | Checking futures-task v0.3.29 |
2754 | 2023-11-06T21:10:30.613Z | Checking pin-utils v0.1.0 |
2755 | 2023-11-06T21:10:30.768Z | Checking futures-io v0.3.29 |
2756 | 2023-11-06T21:10:30.798Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2757 | 2023-11-06T21:10:30.866Z | Checking unicode-normalization v0.1.22 |
2758 | 2023-11-06T21:10:31.033Z | Checking futures-util v0.3.29 |
2759 | 2023-11-06T21:10:31.348Z | Documenting colored v2.0.4 |
2760 | 2023-11-06T21:10:32.441Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2761 | 2023-11-06T21:10:32.456Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2762 | 2023-11-06T21:10:32.465Z | Checking crypto-common v0.1.6 |
2763 | 2023-11-06T21:10:32.822Z | Checking spin v0.9.8 |
2764 | 2023-11-06T21:10:33.259Z | Checking tracing-core v0.1.31 |
2765 | 2023-11-06T21:10:34.390Z | Checking unicode-bidi v0.3.13 |
2766 | 2023-11-06T21:10:35.181Z | Checking tracing v0.1.37 |
2767 | 2023-11-06T21:10:35.288Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2768 | 2023-11-06T21:10:35.724Z | Documenting zone_cfg_derive v0.2.0 |
2769 | 2023-11-06T21:10:50.552Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2770 | 2023-11-06T21:10:50.789Z | Checking block-buffer v0.10.4 |
2771 | 2023-11-06T21:10:50.947Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2772 | 2023-11-06T21:10:51.138Z | Documenting num-derive v0.4.0 |
2773 | 2023-11-06T21:10:51.300Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2774 | 2023-11-06T21:10:51.527Z | Checking const-oid v0.9.5 |
2775 | 2023-11-06T21:10:51.598Z | Checking ppv-lite86 v0.2.17 |
2776 | 2023-11-06T21:10:51.650Z | Checking subtle v2.5.0 |
2777 | 2023-11-06T21:10:51.721Z | Checking digest v0.10.7 |
2778 | 2023-11-06T21:10:52.200Z | Checking rand_chacha v0.3.1 |
2779 | 2023-11-06T21:10:53.021Z | Documenting zone v0.2.0 |
2780 | 2023-11-06T21:10:53.241Z | Documenting smf v0.2.2 |
2781 | 2023-11-06T21:10:53.369Z | Checking bitflags v2.4.0 |
2782 | 2023-11-06T21:10:53.389Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2783 | 2023-11-06T21:10:53.458Z | Documenting linked-hash-map v0.5.6 |
2784 | 2023-11-06T21:10:53.468Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2785 | 2023-11-06T21:10:53.488Z | Checking base64 v0.21.5 |
2786 | 2023-11-06T21:10:53.499Z | Checking rand v0.8.5 |
2787 | 2023-11-06T21:10:53.504Z | Checking tokio-util v0.7.10 |
2788 | 2023-11-06T21:10:53.526Z | Checking untrusted v0.7.1 |
2789 | 2023-11-06T21:10:53.539Z | Checking openssl-probe v0.1.5 |
2790 | 2023-11-06T21:10:53.545Z | Checking hashbrown v0.12.3 |
2791 | 2023-11-06T21:10:53.550Z | Checking foreign-types-shared v0.1.1 |
2792 | 2023-11-06T21:10:53.574Z | Checking untrusted v0.9.0 |
2793 | 2023-11-06T21:10:53.586Z | Documenting lru-cache v0.1.2 |
2794 | 2023-11-06T21:10:53.621Z | Checking bitflags v1.3.2 |
2795 | 2023-11-06T21:10:53.632Z | Checking percent-encoding v2.3.0 |
2796 | 2023-11-06T21:10:53.665Z | Checking ring v0.17.5 |
2797 | 2023-11-06T21:10:53.693Z | Checking foreign-types v0.3.2 |
2798 | 2023-11-06T21:10:53.720Z | Checking ring v0.16.20 |
2799 | 2023-11-06T21:10:53.742Z | Checking errno v0.3.2 |
2800 | 2023-11-06T21:10:53.755Z | Checking openssl-sys v0.9.93 |
2801 | 2023-11-06T21:10:53.800Z | Checking indexmap v1.9.3 |
2802 | 2023-11-06T21:10:53.985Z | Checking try-lock v0.2.4 |
2803 | 2023-11-06T21:10:54.044Z | Checking adler v1.0.2 |
2804 | 2023-11-06T21:10:54.282Z | Checking siphasher v0.3.11 |
2805 | 2023-11-06T21:10:54.324Z | Checking miniz_oxide v0.7.1 |
2806 | 2023-11-06T21:10:54.342Z | Checking openssl v0.10.57 |
2807 | 2023-11-06T21:10:54.373Z | Checking want v0.3.1 |
2808 | 2023-11-06T21:10:54.541Z | Checking rustls-webpki v0.101.7 |
2809 | 2023-11-06T21:10:54.570Z | Checking h2 v0.3.21 |
2810 | 2023-11-06T21:10:54.663Z | Checking sct v0.7.0 |
2811 | 2023-11-06T21:10:54.681Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2812 | 2023-11-06T21:10:54.740Z | Checking form_urlencoded v1.2.0 |
2813 | 2023-11-06T21:10:54.948Z | Checking lazy_static v1.4.0 |
2814 | 2023-11-06T21:10:55.038Z | Checking http-body v0.4.5 |
2815 | 2023-11-06T21:10:55.105Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2816 | 2023-11-06T21:10:55.493Z | Checking io-lifetimes v1.0.11 |
2817 | 2023-11-06T21:10:55.639Z | Checking socket2 v0.4.9 |
2818 | 2023-11-06T21:10:55.672Z | Checking httparse v1.8.0 |
2819 | 2023-11-06T21:10:55.704Z | Checking utf8parse v0.2.1 |
2820 | 2023-11-06T21:10:55.790Z | Checking anstyle v1.0.2 |
2821 | 2023-11-06T21:10:55.852Z | Checking cpufeatures v0.2.9 |
2822 | 2023-11-06T21:10:56.032Z | Checking tower-service v0.3.2 |
2823 | 2023-11-06T21:10:56.158Z | Checking httpdate v1.0.3 |
2824 | 2023-11-06T21:10:56.266Z | Checking sha2 v0.10.8 |
2825 | 2023-11-06T21:10:56.743Z | Checking anstyle-parse v0.2.1 |
2826 | 2023-11-06T21:10:56.749Z | Checking rustix v0.37.23 |
2827 | 2023-11-06T21:10:56.756Z | Checking rustls v0.21.8 |
2828 | 2023-11-06T21:10:56.760Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2829 | 2023-11-06T21:10:57.396Z | Checking rustls-pemfile v1.0.3 |
2830 | 2023-11-06T21:10:57.455Z | Checking hmac v0.12.1 |
2831 | 2023-11-06T21:10:57.665Z | Checking md-5 v0.10.5 |
2832 | 2023-11-06T21:10:58.138Z | Checking stringprep v0.1.3 |
2833 | 2023-11-06T21:10:58.148Z | Checking idna v0.4.0 |
2834 | 2023-11-06T21:10:58.162Z | Documenting slog-dtrace v0.2.3 |
2835 | 2023-11-06T21:10:58.168Z | Checking num-integer v0.1.45 |
2836 | 2023-11-06T21:10:58.178Z | Checking hash32 v0.2.1 |
2837 | 2023-11-06T21:10:58.648Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2838 | 2023-11-06T21:10:59.061Z | Checking colorchoice v1.0.0 |
2839 | 2023-11-06T21:10:59.065Z | Checking anstyle-query v1.0.0 |
2840 | 2023-11-06T21:10:59.217Z | Documenting quick-error v1.2.3 |
2841 | 2023-11-06T21:10:59.266Z | Checking gimli v0.28.0 |
2842 | 2023-11-06T21:11:00.544Z | Checking either v1.9.0 |
2843 | 2023-11-06T21:11:01.013Z | Checking fallible-iterator v0.2.0 |
2844 | 2023-11-06T21:11:01.783Z | Checking stable_deref_trait v1.2.0 |
2845 | 2023-11-06T21:11:01.877Z | Checking heapless v0.7.16 |
2846 | 2023-11-06T21:11:05.345Z | Checking postgres-protocol v0.6.6 |
2847 | 2023-11-06T21:11:05.464Z | Checking native-tls v0.2.11 |
2848 | 2023-11-06T21:11:05.559Z | Checking tokio-rustls v0.24.1 |
2849 | 2023-11-06T21:11:06.007Z | Checking tokio-native-tls v0.3.1 |
2850 | 2023-11-06T21:11:06.042Z | Checking anstream v0.5.0 |
2851 | 2023-11-06T21:11:06.078Z | Checking url v2.4.1 |
2852 | 2023-11-06T21:11:06.133Z | Checking terminal_size v0.2.6 |
2853 | 2023-11-06T21:11:06.205Z | Checking rustls-native-certs v0.6.3 |
2854 | 2023-11-06T21:11:06.220Z | Checking phf_shared v0.11.2 |
2855 | 2023-11-06T21:11:06.237Z | Checking block-padding v0.3.3 |
2856 | 2023-11-06T21:11:06.346Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2857 | 2023-11-06T21:11:06.388Z | Checking hyper v0.14.27 |
2858 | 2023-11-06T21:11:06.419Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2023-11-06T21:11:06.432Z | Checking scheduled-thread-pool v0.2.7 |
2860 | 2023-11-06T21:11:06.456Z | Documenting resolv-conf v0.7.0 |
2861 | 2023-11-06T21:11:06.889Z | Checking object v0.32.1 |
2862 | 2023-11-06T21:11:06.894Z | Checking addr2line v0.21.0 |
2863 | 2023-11-06T21:11:06.897Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2864 | 2023-11-06T21:11:06.902Z | Checking toml_datetime v0.6.5 |
2865 | 2023-11-06T21:11:06.906Z | Checking serde_spanned v0.6.4 |
2866 | 2023-11-06T21:11:07.015Z | Checking bzip2-sys v0.1.11+1.0.8 |
2867 | 2023-11-06T21:11:07.251Z | Checking crc32fast v1.3.2 |
2868 | 2023-11-06T21:11:07.579Z | Checking rustc-demangle v0.1.23 |
2869 | 2023-11-06T21:11:08.057Z | Checking clap_lex v0.5.1 |
2870 | 2023-11-06T21:11:08.248Z | Checking deranged v0.3.8 |
2871 | 2023-11-06T21:11:08.458Z | Checking managed v0.8.0 |
2872 | 2023-11-06T21:11:09.068Z | Checking matches v0.1.10 |
2873 | 2023-11-06T21:11:09.220Z | Checking tap v1.0.1 |
2874 | 2023-11-06T21:11:09.459Z | Checking winnow v0.5.15 |
2875 | 2023-11-06T21:11:11.467Z | Checking bit-vec v0.6.3 |
2876 | 2023-11-06T21:11:11.569Z | Checking ipnet v2.8.0 |
2877 | 2023-11-06T21:11:11.645Z | Checking num_threads v0.1.6 |
2878 | 2023-11-06T21:11:11.808Z | Checking regex-automata v0.1.10 |
2879 | 2023-11-06T21:11:12.326Z | Checking time v0.3.27 |
2880 | 2023-11-06T21:11:12.538Z | Checking bstr v0.2.17 |
2881 | 2023-11-06T21:11:13.781Z | Documenting trust-dns-resolver v0.22.0 |
2882 | 2023-11-06T21:11:14.316Z | Checking toml_edit v0.19.15 |
2883 | 2023-11-06T21:11:14.478Z | Checking backtrace v0.3.69 |
2884 | 2023-11-06T21:11:14.571Z | Checking hyper-tls v0.5.0 |
2885 | 2023-11-06T21:11:15.018Z | Checking hyper-rustls v0.24.2 |
2886 | 2023-11-06T21:11:15.371Z | Checking wyz v0.5.1 |
2887 | 2023-11-06T21:11:15.602Z | Checking idna v0.2.3 |
2888 | 2023-11-06T21:11:15.976Z | Checking smoltcp v0.9.1 |
2889 | 2023-11-06T21:11:16.289Z | Checking clap_builder v4.4.2 |
2890 | 2023-11-06T21:11:17.025Z | Checking flate2 v1.0.28 |
2891 | 2023-11-06T21:11:18.048Z | Checking bzip2 v0.4.4 |
2892 | 2023-11-06T21:11:18.086Z | Checking r2d2 v0.8.10 |
2893 | 2023-11-06T21:11:18.364Z | Checking inout v0.1.3 |
2894 | 2023-11-06T21:11:18.479Z | Checking phf v0.11.2 |
2895 | 2023-11-06T21:11:18.582Z | Checking postgres-types v0.2.6 |
2896 | 2023-11-06T21:11:18.814Z | Checking itertools v0.11.0 |
2897 | 2023-11-06T21:11:18.962Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2898 | 2023-11-06T21:11:19.732Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2899 | 2023-11-06T21:11:21.081Z | Checking num-bigint v0.4.4 |
2900 | 2023-11-06T21:11:22.629Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2901 | 2023-11-06T21:11:22.666Z | Checking serde_urlencoded v0.7.1 |
2902 | 2023-11-06T21:11:23.381Z | Checking phf_shared v0.10.0 |
2903 | 2023-11-06T21:11:23.712Z | Checking futures-executor v0.3.29 |
2904 | 2023-11-06T21:11:23.881Z | Documenting pem-rfc7468 v0.7.0 |
2905 | 2023-11-06T21:11:23.999Z | Checking ipnetwork v0.20.0 |
2906 | 2023-11-06T21:11:24.065Z | Checking float-cmp v0.9.0 |
2907 | 2023-11-06T21:11:24.418Z | Checking zerocopy v0.6.4 |
2908 | 2023-11-06T21:11:24.607Z | Documenting der_derive v0.7.2 |
2909 | 2023-11-06T21:11:24.827Z | Checking hubpack v0.1.2 |
2910 | 2023-11-06T21:11:25.461Z | Checking encoding_rs v0.8.33 |
2911 | 2023-11-06T21:11:26.251Z | Checking crossbeam-utils v0.8.16 |
2912 | 2023-11-06T21:11:26.300Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2913 | 2023-11-06T21:11:26.431Z | Checking memoffset v0.9.0 |
2914 | 2023-11-06T21:11:26.575Z | Checking radium v0.7.0 |
2915 | 2023-11-06T21:11:26.657Z | Checking data-encoding v2.4.0 |
2916 | 2023-11-06T21:11:26.695Z | Checking normalize-line-endings v0.3.0 |
2917 | 2023-11-06T21:11:26.699Z | Checking fixedbitset v0.4.2 |
2918 | 2023-11-06T21:11:26.706Z | Checking whoami v1.4.1 |
2919 | 2023-11-06T21:11:26.711Z | Checking webpki-roots v0.25.2 |
2920 | 2023-11-06T21:11:26.765Z | Checking new_debug_unreachable v1.0.4 |
2921 | 2023-11-06T21:11:26.771Z | Checking static_assertions v1.1.0 |
2922 | 2023-11-06T21:11:26.825Z | Checking predicates-core v1.0.6 |
2923 | 2023-11-06T21:11:26.845Z | Checking funty v2.0.0 |
2924 | 2023-11-06T21:11:26.893Z | Checking precomputed-hash v0.1.1 |
2925 | 2023-11-06T21:11:27.057Z | Checking mime v0.3.17 |
2926 | 2023-11-06T21:11:27.117Z | Checking difflib v0.4.0 |
2927 | 2023-11-06T21:11:27.576Z | Documenting flagset v0.4.3 |
2928 | 2023-11-06T21:11:27.610Z | Checking regex-automata v0.3.8 |
2929 | 2023-11-06T21:11:27.672Z | Checking predicates v3.0.4 |
2930 | 2023-11-06T21:11:28.560Z | Checking bitvec v1.0.1 |
2931 | 2023-11-06T21:11:28.681Z | Checking string_cache v0.8.7 |
2932 | 2023-11-06T21:11:28.910Z | Checking reqwest v0.11.20 |
2933 | 2023-11-06T21:11:29.114Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2934 | 2023-11-06T21:11:29.798Z | Checking tokio-postgres v0.7.10 |
2935 | 2023-11-06T21:11:30.048Z | Checking bstr v1.6.0 |
2936 | 2023-11-06T21:11:31.786Z | Checking petgraph v0.6.4 |
2937 | 2023-11-06T21:11:32.226Z | Checking trust-dns-proto v0.22.0 |
2938 | 2023-11-06T21:11:32.259Z | Checking crossbeam-epoch v0.9.15 |
2939 | 2023-11-06T21:11:32.774Z | Checking diesel v2.1.3 |
2940 | 2023-11-06T21:11:33.285Z | Documenting der v0.7.8 |
2941 | 2023-11-06T21:11:34.551Z | Checking yasna v0.5.2 |
2942 | 2023-11-06T21:11:35.388Z | Checking futures v0.3.29 |
2943 | 2023-11-06T21:11:35.571Z | Checking clap v4.4.3 |
2944 | 2023-11-06T21:11:35.733Z | Checking cipher v0.4.4 |
2945 | 2023-11-06T21:11:36.224Z | Checking zip v0.6.6 |
2946 | 2023-11-06T21:11:36.363Z | Checking toml v0.7.8 |
2947 | 2023-11-06T21:11:36.605Z | Checking anyhow v1.0.75 |
2948 | 2023-11-06T21:11:36.839Z | Checking similar v2.2.1 |
2949 | 2023-11-06T21:11:37.174Z | Checking bit-set v0.5.3 |
2950 | 2023-11-06T21:11:37.295Z | Checking itertools v0.10.5 |
2951 | 2023-11-06T21:11:37.552Z | Checking num-iter v0.1.43 |
2952 | 2023-11-06T21:11:37.560Z | Checking console v0.15.7 |
2953 | 2023-11-06T21:11:37.806Z | Checking rustix v0.38.9 |
2954 | 2023-11-06T21:11:37.894Z | Checking signature v2.1.0 |
2955 | 2023-11-06T21:11:38.137Z | Checking tokio-stream v0.1.14 |
2956 | 2023-11-06T21:11:38.262Z | Checking usdt v0.3.5 |
2957 | 2023-11-06T21:11:38.420Z | Checking semver v1.0.20 |
2958 | 2023-11-06T21:11:38.478Z | Checking hex v0.4.3 |
2959 | 2023-11-06T21:11:39.167Z | Checking slog v2.7.0 |
2960 | 2023-11-06T21:11:39.378Z | Checking lalrpop-util v0.19.12 |
2961 | 2023-11-06T21:11:39.400Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2962 | 2023-11-06T21:11:39.830Z | Documenting cancel-safe-futures v0.1.5 |
2963 | 2023-11-06T21:11:39.841Z | Checking heck v0.3.3 |
2964 | 2023-11-06T21:11:40.091Z | Documenting hkdf v0.12.3 |
2965 | 2023-11-06T21:11:41.118Z | Documenting structopt-derive v0.4.18 |
2966 | 2023-11-06T21:11:41.155Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2967 | 2023-11-06T21:11:41.508Z | Documenting spki v0.7.2 |
2968 | 2023-11-06T21:11:41.759Z | Documenting keccak v0.1.4 |
2969 | 2023-11-06T21:11:54.206Z | Documenting crc-catalog v2.2.0 |
2970 | 2023-11-06T21:11:59.353Z | Documenting arc-swap v1.6.0 |
2971 | 2023-11-06T21:12:01.836Z | Documenting sha3 v0.10.8 |
2972 | 2023-11-06T21:12:02.860Z | Documenting pkcs8 v0.10.2 |
2973 | 2023-11-06T21:12:03.812Z | Documenting structopt v0.3.26 |
2974 | 2023-11-06T21:12:04.309Z | Documenting crc v3.0.1 |
2975 | 2023-11-06T21:12:05.248Z | Documenting slog-scope v4.4.0 |
2976 | 2023-11-06T21:12:06.255Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2977 | 2023-11-06T21:12:06.814Z | Documenting libefi-sys v0.1.0 |
2978 | 2023-11-06T21:12:07.901Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2979 | 2023-11-06T21:12:08.808Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2980 | 2023-11-06T21:12:24.961Z | Documenting secrecy v0.8.0 |
2981 | 2023-11-06T21:12:25.288Z | Documenting packed_struct_codegen v0.10.1 |
2982 | 2023-11-06T21:12:25.784Z | Documenting half v1.8.2 |
2983 | 2023-11-06T21:12:25.885Z | Documenting nodrop v0.1.14 |
2984 | 2023-11-06T21:12:26.146Z | Documenting ciborium-io v0.2.1 |
2985 | 2023-11-06T21:12:26.654Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2986 | 2023-11-06T21:12:26.715Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2987 | 2023-11-06T21:12:26.763Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2988 | 2023-11-06T21:12:26.805Z | Documenting array-init v0.0.4 |
2989 | 2023-11-06T21:12:26.847Z | Documenting packed_struct v0.10.1 |
2990 | 2023-11-06T21:12:26.933Z | Documenting ciborium-ll v0.2.1 |
2991 | 2023-11-06T21:12:27.045Z | Documenting slog-stdlog v4.1.1 |
2992 | 2023-11-06T21:12:27.075Z | Documenting pkcs1 v0.7.5 |
2993 | 2023-11-06T21:12:27.929Z | Documenting num-bigint-dig v0.8.4 |
2994 | 2023-11-06T21:12:28.088Z | Documenting num-rational v0.4.1 |
2995 | 2023-11-06T21:12:28.107Z | Documenting universal-hash v0.5.1 |
2996 | 2023-11-06T21:12:28.253Z | Documenting num-complex v0.4.4 |
2997 | 2023-11-06T21:12:28.346Z | Documenting filetime v0.2.22 |
2998 | 2023-11-06T21:12:28.391Z | Documenting xattr v1.0.1 |
2999 | 2023-11-06T21:12:28.539Z | Documenting opaque-debug v0.3.0 |
3000 | 2023-11-06T21:12:28.613Z | Documenting termcolor v1.2.0 |
3001 | 2023-11-06T21:12:29.054Z | Documenting bitfield v0.14.0 |
3002 | 2023-11-06T21:12:29.118Z | Documenting num v0.4.1 |
3003 | 2023-11-06T21:12:29.153Z | Documenting rsa v0.9.2 |
3004 | 2023-11-06T21:12:29.171Z | Documenting slog-envlogger v2.2.0 |
3005 | 2023-11-06T21:12:29.233Z | Documenting tar v0.4.40 |
3006 | 2023-11-06T21:12:29.265Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3007 | 2023-11-06T21:12:29.290Z | Documenting env_logger v0.10.0 |
3008 | 2023-11-06T21:12:31.032Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3009 | 2023-11-06T21:12:31.276Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3010 | 2023-11-06T21:12:31.525Z | Documenting ciborium v0.2.1 |
3011 | 2023-11-06T21:12:31.741Z | Documenting serde-hex v0.1.0 |
3012 | 2023-11-06T21:12:32.677Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3013 | 2023-11-06T21:12:34.639Z | Documenting x509-cert v0.2.4 |
3014 | 2023-11-06T21:12:34.874Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3015 | 2023-11-06T21:12:38.268Z | Documenting signal-hook v0.3.17 |
3016 | 2023-11-06T21:12:38.731Z | Documenting ron v0.8.1 |
3017 | 2023-11-06T21:12:38.793Z | Documenting fxhash v0.2.1 |
3018 | 2023-11-06T21:12:39.356Z | Documenting derive-where v1.2.5 |
3019 | 2023-11-06T21:12:40.714Z | Documenting crc-any v2.4.3 |
3020 | 2023-11-06T21:12:42.935Z | Documenting linear-map v1.2.0 |
3021 | 2023-11-06T21:12:44.833Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3022 | 2023-11-06T21:12:45.138Z | Documenting doc-comment v0.3.3 |
3023 | 2023-11-06T21:12:45.392Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3024 | 2023-11-06T21:12:46.052Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3025 | 2023-11-06T21:12:48.683Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3026 | 2023-11-06T21:12:49.362Z | Documenting newtype_derive v0.1.6 |
3027 | 2023-11-06T21:12:49.420Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3028 | 2023-11-06T21:12:52.880Z | Documenting libsqlite3-sys v0.26.0 |
3029 | 2023-11-06T21:12:55.458Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3030 | 2023-11-06T21:12:59.839Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3031 | 2023-11-06T21:13:00.475Z | Documenting hashlink v0.8.3 |
3032 | 2023-11-06T21:13:09.371Z | Documenting aead v0.5.2 |
3033 | 2023-11-06T21:13:09.667Z | Documenting snafu-derive v0.7.5 |
3034 | 2023-11-06T21:13:09.809Z | Documenting same-file v1.0.6 |
3035 | 2023-11-06T21:13:09.976Z | Documenting path-slash v0.1.5 |
3036 | 2023-11-06T21:13:10.050Z | Documenting fallible-streaming-iterator v0.1.9 |
3037 | 2023-11-06T21:13:10.815Z | Documenting steno v0.4.0 |
3038 | 2023-11-06T21:13:10.959Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3039 | 2023-11-06T21:13:11.969Z | Documenting rusqlite v0.29.0 |
3040 | 2023-11-06T21:13:12.269Z | Documenting walkdir v2.4.0 |
3041 | 2023-11-06T21:13:13.560Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3042 | 2023-11-06T21:13:13.679Z | Documenting camino-tempfile v1.0.2 |
3043 | 2023-11-06T21:13:14.583Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3044 | 2023-11-06T21:13:15.300Z | Documenting snafu v0.7.5 |
3045 | 2023-11-06T21:13:18.453Z | Documenting nix v0.26.2 |
3046 | 2023-11-06T21:13:19.483Z | Checking darling_core v0.14.4 |
3047 | 2023-11-06T21:13:20.940Z | Documenting twox-hash v1.6.3 |
3048 | 2023-11-06T21:13:21.448Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3049 | 2023-11-06T21:13:22.387Z | Documenting nibble_vec v0.1.0 |
3050 | 2023-11-06T21:13:24.166Z | Documenting endian-type v0.1.2 |
3051 | 2023-11-06T21:13:26.031Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3052 | 2023-11-06T21:13:27.105Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3053 | 2023-11-06T21:13:27.673Z | Checking darling v0.14.4 |
3054 | 2023-11-06T21:13:27.846Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3055 | 2023-11-06T21:13:28.645Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3056 | 2023-11-06T21:13:28.787Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3057 | 2023-11-06T21:13:29.731Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3058 | 2023-11-06T21:13:30.180Z | Documenting radix_trie v0.2.1 |
3059 | 2023-11-06T21:13:30.658Z | Documenting polyval v0.6.1 |
3060 | 2023-11-06T21:13:37.095Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3061 | 2023-11-06T21:13:37.745Z | Documenting num_enum v0.7.0 |
3062 | 2023-11-06T21:13:38.579Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3063 | 2023-11-06T21:13:38.590Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3064 | 2023-11-06T21:13:38.985Z | Documenting ctr v0.9.2 |
3065 | 2023-11-06T21:13:41.494Z | Documenting aes v0.8.3 |
3066 | 2023-11-06T21:13:43.601Z | Documenting bincode v1.3.3 |
3067 | 2023-11-06T21:13:46.285Z | Documenting path-dedot v3.1.0 |
3068 | 2023-11-06T21:13:50.052Z | Documenting utf-8 v0.7.6 |
3069 | 2023-11-06T21:13:50.704Z | Documenting convert_case v0.4.0 |
3070 | 2023-11-06T21:13:52.486Z | Checking convert_case v0.4.0 |
3071 | 2023-11-06T21:13:52.831Z | Documenting path-absolutize v3.1.0 |
3072 | 2023-11-06T21:13:53.550Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3073 | 2023-11-06T21:13:55.402Z | Documenting aes-gcm-siv v0.11.1 |
3074 | 2023-11-06T21:13:55.868Z | Documenting tungstenite v0.20.1 |
3075 | 2023-11-06T21:13:56.966Z | Documenting derive_more v0.99.17 |
3076 | 2023-11-06T21:13:58.023Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3077 | 2023-11-06T21:14:07.882Z | Documenting trust-dns-client v0.22.0 |
3078 | 2023-11-06T21:14:08.173Z | Documenting buf-list v1.0.3 |
3079 | 2023-11-06T21:14:08.281Z | Documenting globset v0.4.13 |
3080 | 2023-11-06T21:14:08.420Z | Documenting crossbeam-deque v0.8.3 |
3081 | 2023-11-06T21:14:08.504Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3082 | 2023-11-06T21:14:08.673Z | Documenting headers-core v0.2.0 |
3083 | 2023-11-06T21:14:10.288Z | Documenting olpc-cjson v0.1.3 |
3084 | 2023-11-06T21:14:10.741Z | Documenting serde_plain v1.0.2 |
3085 | 2023-11-06T21:14:11.360Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3086 | 2023-11-06T21:14:12.270Z | Documenting async-recursion v1.0.5 |
3087 | 2023-11-06T21:14:12.529Z | Documenting bitstruct_derive v0.1.0 |
3088 | 2023-11-06T21:14:14.534Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3089 | 2023-11-06T21:14:16.350Z | Documenting ascii v1.1.0 |
3090 | 2023-11-06T21:14:16.493Z | Documenting ringbuffer v0.15.0 |
3091 | 2023-11-06T21:14:16.688Z | Documenting display-error-chain v0.2.0 |
3092 | 2023-11-06T21:14:17.648Z | Documenting tough v0.12.5 |
3093 | 2023-11-06T21:14:19.443Z | Documenting headers v0.3.9 |
3094 | 2023-11-06T21:14:20.407Z | Documenting bitstruct v0.1.1 |
3095 | 2023-11-06T21:14:20.606Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3096 | 2023-11-06T21:14:20.985Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3097 | 2023-11-06T21:14:21.389Z | Documenting trust-dns-server v0.22.1 |
3098 | 2023-11-06T21:14:22.709Z | Documenting rayon-core v1.12.0 |
3099 | 2023-11-06T21:14:24.625Z | Documenting tokio-tungstenite v0.20.1 |
3100 | 2023-11-06T21:14:27.058Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3101 | 2023-11-06T21:14:27.196Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3102 | 2023-11-06T21:14:29.203Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3103 | 2023-11-06T21:14:29.236Z | Checking derive_builder_core v0.12.0 |
3104 | 2023-11-06T21:14:29.452Z | Documenting derive_builder_core v0.12.0 |
3105 | 2023-11-06T21:14:29.529Z | Documenting sled v0.34.7 |
3106 | 2023-11-06T21:14:30.575Z | Documenting signal-hook-mio v0.2.3 |
3107 | 2023-11-06T21:14:32.086Z | Documenting erased-serde v0.3.30 |
3108 | 2023-11-06T21:14:35.526Z | Documenting unicase v2.7.0 |
3109 | 2023-11-06T21:14:37.006Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3110 | 2023-11-06T21:14:37.561Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3111 | 2023-11-06T21:14:38.321Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3112 | 2023-11-06T21:14:38.344Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3113 | 2023-11-06T21:14:38.634Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3114 | 2023-11-06T21:14:38.715Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3115 | 2023-11-06T21:14:38.742Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3116 | 2023-11-06T21:14:38.770Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3117 | 2023-11-06T21:14:39.651Z | Documenting serde_arrays v0.1.0 |
3118 | 2023-11-06T21:14:39.837Z | Documenting ff v0.13.0 |
3119 | 2023-11-06T21:14:40.366Z | Documenting pretty-hex v0.3.0 |
3120 | 2023-11-06T21:14:40.946Z | Documenting mime_guess v2.0.4 |
3121 | 2023-11-06T21:14:44.944Z | Documenting derive_builder_macro v0.12.0 |
3122 | 2023-11-06T21:14:45.178Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3123 | 2023-11-06T21:14:46.185Z | Documenting crossterm v0.27.0 |
3124 | 2023-11-06T21:14:46.361Z | Documenting group v0.13.0 |
3125 | 2023-11-06T21:14:47.521Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3126 | 2023-11-06T21:14:52.269Z | Documenting rayon v1.8.0 |
3127 | 2023-11-06T21:14:52.836Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3128 | 2023-11-06T21:14:59.629Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3129 | 2023-11-06T21:15:05.145Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3130 | 2023-11-06T21:15:05.585Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3131 | 2023-11-06T21:15:16.164Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3132 | 2023-11-06T21:15:16.308Z | Documenting portable-atomic v1.4.3 |
3133 | 2023-11-06T21:15:16.563Z | Documenting ed25519 v1.5.3 |
3134 | 2023-11-06T21:15:16.659Z | Documenting bcs v0.1.6 |
3135 | 2023-11-06T21:15:17.907Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3136 | 2023-11-06T21:15:18.151Z | Documenting crypto-bigint v0.5.2 |
3137 | 2023-11-06T21:15:20.345Z | Documenting curve25519-dalek-derive v0.1.0 |
3138 | 2023-11-06T21:15:20.661Z | Documenting ref-cast-impl v1.0.20 |
3139 | 2023-11-06T21:15:23.407Z | Documenting thiserror-impl-no-std v2.0.2 |
3140 | 2023-11-06T21:15:24.522Z | Documenting vte_generate_state_changes v0.1.1 |
3141 | 2023-11-06T21:15:27.705Z | Documenting base16ct v0.2.0 |
3142 | 2023-11-06T21:15:27.982Z | Documenting number_prefix v0.4.0 |
3143 | 2023-11-06T21:15:28.537Z | Checking unicode-xid v0.2.4 |
3144 | 2023-11-06T21:15:28.768Z | Documenting cassowary v0.3.0 |
3145 | 2023-11-06T21:15:29.687Z | Documenting unicode-xid v0.2.4 |
3146 | 2023-11-06T21:15:38.421Z | Documenting highway v1.1.0 |
3147 | 2023-11-06T21:15:38.785Z | Documenting thiserror-no-std v2.0.2 |
3148 | 2023-11-06T21:15:39.266Z | Documenting elliptic-curve v0.13.5 |
3149 | 2023-11-06T21:15:39.282Z | Documenting indicatif v0.17.7 |
3150 | 2023-11-06T21:15:39.340Z | Documenting const_format_proc_macros v0.2.31 |
3151 | 2023-11-06T21:15:39.451Z | Documenting ratatui v0.23.0 |
3152 | 2023-11-06T21:15:39.459Z | Documenting vte v0.11.1 |
3153 | 2023-11-06T21:15:39.483Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3154 | 2023-11-06T21:15:41.022Z | Documenting ref-cast v1.0.20 |
3155 | 2023-11-06T21:15:41.458Z | Documenting curve25519-dalek v4.1.0 |
3156 | 2023-11-06T21:15:41.659Z | Documenting salty v0.2.0 |
3157 | 2023-11-06T21:15:42.855Z | Documenting derive_builder v0.12.0 |
3158 | 2023-11-06T21:15:45.551Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3159 | 2023-11-06T21:15:46.028Z | Documenting polar-core v0.27.0 |
3160 | 2023-11-06T21:15:46.735Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3161 | 2023-11-06T21:15:48.247Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3162 | 2023-11-06T21:15:50.304Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3163 | 2023-11-06T21:15:53.508Z | Documenting libxml v0.3.3 |
3164 | 2023-11-06T21:15:55.238Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3165 | 2023-11-06T21:15:55.892Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3166 | 2023-11-06T21:16:00.161Z | Documenting poly1305 v0.8.0 |
3167 | 2023-11-06T21:16:04.293Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3168 | 2023-11-06T21:16:04.977Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3169 | 2023-11-06T21:16:07.958Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3170 | 2023-11-06T21:16:08.381Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3171 | 2023-11-06T21:16:09.374Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3172 | 2023-11-06T21:16:09.627Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3173 | 2023-11-06T21:16:11.108Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3174 | 2023-11-06T21:16:19.801Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3175 | 2023-11-06T21:16:20.121Z | Documenting chacha20 v0.9.1 |
3176 | 2023-11-06T21:16:20.319Z | Documenting bb8 v0.8.1 |
3177 | 2023-11-06T21:16:22.664Z | Documenting quick-xml v0.23.1 |
3178 | 2023-11-06T21:16:27.519Z | Documenting serde-big-array v0.5.1 |
3179 | 2023-11-06T21:16:28.090Z | Documenting bytesize v1.3.0 |
3180 | 2023-11-06T21:16:28.270Z | Documenting pem v3.0.2 |
3181 | 2023-11-06T21:16:30.229Z | Documenting impl-trait-for-tuples v0.2.2 |
3182 | 2023-11-06T21:16:33.363Z | Documenting oso-derive v0.27.0 |
3183 | 2023-11-06T21:16:34.069Z | Documenting rtoolbox v0.0.1 |
3184 | 2023-11-06T21:16:34.438Z | Documenting fs-err v2.9.0 |
3185 | 2023-11-06T21:16:34.725Z | Documenting maplit v1.0.2 |
3186 | 2023-11-06T21:16:35.517Z | Documenting humantime v2.1.0 |
3187 | 2023-11-06T21:16:36.561Z | Documenting unicode-linebreak v0.1.5 |
3188 | 2023-11-06T21:16:36.770Z | Documenting smawk v0.3.1 |
3189 | 2023-11-06T21:16:38.837Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3190 | 2023-11-06T21:16:40.394Z | Documenting rpassword v7.2.0 |
3191 | 2023-11-06T21:16:40.544Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3192 | 2023-11-06T21:16:40.878Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3193 | 2023-11-06T21:16:41.005Z | Documenting oso v0.27.0 |
3194 | 2023-11-06T21:16:41.694Z | Documenting rcgen v0.11.3 |
3195 | 2023-11-06T21:16:41.709Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3196 | 2023-11-06T21:16:42.651Z | Documenting textwrap v0.16.0 |
3197 | 2023-11-06T21:16:48.824Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3198 | 2023-11-06T21:16:49.268Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3199 | 2023-11-06T21:16:51.198Z | Documenting chacha20poly1305 v0.10.1 |
3200 | 2023-11-06T21:17:00.326Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3201 | 2023-11-06T21:17:00.624Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3202 | 2023-11-06T21:17:01.246Z | Documenting vsss-rs v3.3.1 |
3203 | 2023-11-06T21:17:06.785Z | Documenting tui-tree-widget v0.13.0 |
3204 | 2023-11-06T21:17:07.507Z | Documenting strip-ansi-escapes v0.2.0 |
3205 | 2023-11-06T21:17:08.159Z | Documenting const_format v0.2.31 |
3206 | 2023-11-06T21:17:09.140Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3207 | 2023-11-06T21:17:12.255Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3208 | 2023-11-06T21:17:13.295Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3209 | 2023-11-06T21:17:13.565Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3210 | 2023-11-06T21:17:15.810Z | Documenting cookie v0.16.2 |
3211 | 2023-11-06T21:17:18.805Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3212 | 2023-11-06T21:17:20.160Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3213 | 2023-11-06T21:17:22.974Z | Documenting signal-hook-tokio v0.3.1 |
3214 | 2023-11-06T21:17:23.342Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3215 | 2023-11-06T21:17:24.468Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3216 | 2023-11-06T21:17:25.600Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3217 | 2023-11-06T21:17:26.224Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3218 | 2023-11-06T21:17:27.197Z | Documenting atomicwrites v0.4.2 |
3219 | 2023-11-06T21:17:29.618Z | Documenting fd-lock v3.0.13 |
3220 | 2023-11-06T21:17:31.045Z | Documenting subprocess v0.2.9 |
3221 | 2023-11-06T21:17:31.342Z | Documenting bit_field v0.10.2 |
3222 | 2023-11-06T21:17:34.563Z | Documenting nu-ansi-term v0.49.0 |
3223 | 2023-11-06T21:17:35.549Z | Documenting corncobs v0.1.3 |
3224 | 2023-11-06T21:17:36.396Z | Documenting http-range v0.1.5 |
3225 | 2023-11-06T21:17:36.590Z | Documenting shell-words v1.1.0 |
3226 | 2023-11-06T21:17:37.807Z | Documenting owo-colors v3.5.0 |
3227 | 2023-11-06T21:17:39.986Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3228 | 2023-11-06T21:17:40.461Z | Documenting reedline v0.23.0 |
3229 | 2023-11-06T21:17:42.608Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3230 | 2023-11-06T21:17:42.918Z | Documenting hyper-staticfile v0.9.5 |
3231 | 2023-11-06T21:17:45.346Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3232 | 2023-11-06T21:17:46.268Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3233 | 2023-11-06T21:17:47.410Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3234 | 2023-11-06T21:17:51.475Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3235 | 2023-11-06T21:17:52.869Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3236 | 2023-11-06T21:17:53.895Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3237 | 2023-11-06T21:17:55.312Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3238 | 2023-11-06T21:18:12.690Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3239 | 2023-11-06T21:18:15.513Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3240 | 2023-11-06T21:18:18.129Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3241 | 2023-11-06T21:18:21.808Z | Documenting fatfs v0.3.6 |
3242 | 2023-11-06T21:18:26.579Z | Documenting cargo-platform v0.1.3 |
3243 | 2023-11-06T21:18:27.958Z | Documenting nanorand v0.7.0 |
3244 | 2023-11-06T21:18:30.182Z | Documenting assert_matches v1.5.0 |
3245 | 2023-11-06T21:18:32.314Z | Documenting glob v0.3.1 |
3246 | 2023-11-06T21:18:32.594Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3247 | 2023-11-06T21:18:33.712Z | Documenting cargo_metadata v0.18.0 |
3248 | 2023-11-06T21:18:34.584Z | Documenting flume v0.11.0 |
3249 | 2023-11-06T21:18:34.715Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3250 | 2023-11-06T21:18:38.565Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3251 | 2023-11-06T21:18:38.644Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3252 | 2023-11-06T21:18:41.174Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3253 | 2023-11-06T21:18:41.733Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3254 | 2023-11-06T21:18:43.820Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3255 | 2023-11-06T21:18:45.592Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3256 | 2023-11-06T21:18:45.674Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3257 | 2023-11-06T21:18:48.605Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3258 | 2023-11-06T21:18:57.435Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3259 | 2023-11-06T21:19:08.392Z | Documenting omicron-zone-package v0.8.3 |
3260 | 2023-11-06T21:19:15.429Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3261 | 2023-11-06T21:19:16.983Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3262 | 2023-11-06T21:19:18.584Z | Documenting cargo_toml v0.16.3 |
3263 | 2023-11-06T21:19:20.049Z | Documenting termios v0.3.3 |
3264 | 2023-11-06T21:19:21.512Z | Documenting topological-sort v0.2.2 |
3265 | 2023-11-06T21:19:25.744Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3266 | 2023-11-06T21:19:26.442Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3267 | 2023-11-06T21:19:26.883Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3268 | 2023-11-06T21:19:27.890Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3269 | 2023-11-06T21:19:32.591Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3270 | 2023-11-06T21:19:37.544Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3271 | 2023-11-06T21:19:57.877Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3272 | 2023-11-06T21:20:07.477Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3273 | 2023-11-06T21:20:21.966Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3274 | 2023-11-06T21:20:23.426Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3275 | 2023-11-06T21:20:23.430Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3276 | 2023-11-06T21:20:23.433Z | | |
3277 | 2023-11-06T21:20:23.435Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3278 | 2023-11-06T21:20:23.438Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3279 | 2023-11-06T21:20:23.441Z | | |
3280 | 2023-11-06T21:20:23.444Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3281 | 2023-11-06T21:20:23.447Z | help: to link to the struct, prefix with `struct@` |
3282 | 2023-11-06T21:20:23.450Z | | |
3283 | 2023-11-06T21:20:23.453Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3284 | 2023-11-06T21:20:23.456Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3285 | 2023-11-06T21:20:23.462Z | | |
3286 | 2023-11-06T21:20:23.476Z | |
3287 | 2023-11-06T21:20:24.156Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3288 | 2023-11-06T21:20:26.287Z | warning: `wicketd` (lib doc) generated 1 warning |
3289 | 2023-11-06T21:20:26.290Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3290 | 2023-11-06T21:20:28.168Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3291 | 2023-11-06T21:20:45.176Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3292 | 2023-11-06T21:21:57.147Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 48s |
3293 | 2023-11-06T21:21:57.254Z | |
3294 | 2023-11-06T21:21:57.257Z | real 16:48.799628993 |
3295 | 2023-11-06T21:21:57.264Z | user 59:24.064047605 |
3296 | 2023-11-06T21:21:57.269Z | sys 1:03:18.533543862 |
3297 | 2023-11-06T21:21:57.275Z | trap 2.075144061 |
3298 | 2023-11-06T21:21:57.282Z | tflt 0.135382732 |
3299 | 2023-11-06T21:21:57.285Z | dflt 0.589586047 |
3300 | 2023-11-06T21:21:57.289Z | kflt 0.000524128 |
3301 | 2023-11-06T21:21:57.292Z | lock 3:06:28.536040712 |
3302 | 2023-11-06T21:21:57.297Z | slp 4:24:04.990259637 |
3303 | 2023-11-06T21:21:57.303Z | lat 5:55.170659872 |
3304 | 2023-11-06T21:21:57.335Z | stop 2:09.037925847 |
3305 | 2023-11-06T21:21:57.341Z | process exited: duration 2025427 ms, exit code 0 |
|
3306 | 2023-11-06T21:21:57.349Z | found 0 output files |