|
|
|
1 | 2023-11-19T05:09:13.709Z | job assigned to worker 01HFJZNK6PHQBQB8GBM2PFH5T3 (queued for 1 m 24 s) |
|
2 | 2023-11-19T05:09:13.769Z | starting task 0: "setup" |
3 | 2023-11-19T05:09:13.828Z | ++ uname -s |
4 | 2023-11-19T05:09:13.831Z | + kern=SunOS |
5 | 2023-11-19T05:09:13.835Z | + case "$kern" in |
6 | 2023-11-19T05:09:13.839Z | + groupadd -g 12345 build |
7 | 2023-11-19T05:09:13.844Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-19T05:09:16.260Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-19T05:09:16.672Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-19T05:09:16.685Z | + home_fs=zfs |
11 | 2023-11-19T05:09:16.694Z | + [[ zfs == autofs ]] |
12 | 2023-11-19T05:09:16.703Z | + mkdir -p /home/build |
13 | 2023-11-19T05:09:16.715Z | + chown build:build /home/build /work |
14 | 2023-11-19T05:09:17.960Z | + chmod 0700 /home/build /work |
15 | 2023-11-19T05:09:17.967Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2023-11-19T05:09:17.980Z | starting task 1: "rust-toolchain" |
17 | 2023-11-19T05:09:17.996Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-19T05:09:18.003Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-19T05:09:18.193Z | info: downloading installer |
20 | 2023-11-19T05:09:20.164Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-19T05:09:20.183Z | warning: /opt/ooce/bin |
22 | 2023-11-19T05:09:20.206Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-19T05:09:20.228Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-19T05:09:20.668Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-19T05:09:21.090Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-19T05:09:21.110Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-19T05:09:21.118Z | error: cannot install while Rust is installed |
28 | 2023-11-19T05:09:21.124Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-19T05:09:21.131Z | info: profile set to 'default' |
30 | 2023-11-19T05:09:21.140Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-19T05:09:21.146Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-19T05:09:21.153Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-19T05:09:21.159Z | info: downloading component 'cargo' |
34 | 2023-11-19T05:09:21.162Z | info: downloading component 'clippy' |
35 | 2023-11-19T05:09:21.386Z | info: downloading component 'rust-docs' |
36 | 2023-11-19T05:09:22.238Z | info: downloading component 'rust-std' |
37 | 2023-11-19T05:09:23.731Z | info: downloading component 'rustc' |
38 | 2023-11-19T05:09:27.363Z | info: downloading component 'rustfmt' |
39 | 2023-11-19T05:09:27.578Z | info: installing component 'cargo' |
40 | 2023-11-19T05:09:29.057Z | info: installing component 'clippy' |
41 | 2023-11-19T05:09:29.663Z | info: installing component 'rust-docs' |
42 | 2023-11-19T05:09:32.492Z | info: installing component 'rust-std' |
43 | 2023-11-19T05:09:35.550Z | info: installing component 'rustc' |
44 | 2023-11-19T05:09:42.714Z | info: installing component 'rustfmt' |
45 | 2023-11-19T05:09:43.241Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-19T05:09:43.244Z | |
47 | 2023-11-19T05:09:43.376Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-19T05:09:43.380Z | |
49 | 2023-11-19T05:09:43.383Z | |
50 | 2023-11-19T05:09:43.386Z | Rust is installed now. Great! |
51 | 2023-11-19T05:09:43.395Z | |
52 | 2023-11-19T05:09:43.398Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-19T05:09:43.401Z | environment variable. This has not been done automatically. |
54 | 2023-11-19T05:09:43.404Z | |
55 | 2023-11-19T05:09:43.412Z | To configure your current shell, run: |
56 | 2023-11-19T05:09:43.418Z | source "$HOME/.cargo/env" |
57 | 2023-11-19T05:09:43.470Z | + rustc --version |
58 | 2023-11-19T05:09:43.590Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-19T05:09:43.596Z | process exited: duration 25612 ms, exit code 0 |
|
60 | 2023-11-19T05:09:43.602Z | starting task 2: "authentication" |
61 | 2023-11-19T05:09:43.638Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-19T05:09:43.643Z | starting task 3: "clone repository" |
63 | 2023-11-19T05:09:43.653Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-19T05:09:43.656Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-19T05:09:43.700Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-19T05:09:49.170Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-19T05:09:49.174Z | + [[ -n renovate/http-0.x ]] |
68 | 2023-11-19T05:09:49.179Z | + git fetch origin renovate/http-0.x |
69 | 2023-11-19T05:09:49.947Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-19T05:09:49.952Z | * branch renovate/http-0.x -> FETCH_HEAD |
71 | 2023-11-19T05:09:49.966Z | + git checkout -B renovate/http-0.x remotes/origin/renovate/http-0.x |
72 | 2023-11-19T05:09:49.972Z | Switched to a new branch 'renovate/http-0.x' |
73 | 2023-11-19T05:09:49.977Z | branch 'renovate/http-0.x' set up to track 'origin/renovate/http-0.x'. |
74 | 2023-11-19T05:09:49.982Z | + git reset --hard d85b2a4f23e06b9779f9e743af5121f235d81ce4 |
75 | 2023-11-19T05:09:49.989Z | HEAD is now at d85b2a4f Update Rust crate http to 0.2.11 |
76 | 2023-11-19T05:09:49.998Z | process exited: duration 6014 ms, exit code 0 |
|
77 | 2023-11-19T05:09:50.022Z | starting task 4: "build" |
78 | 2023-11-19T05:09:50.040Z | + cargo --version |
79 | 2023-11-19T05:09:50.047Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-19T05:09:50.256Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-19T05:09:50.266Z | info: downloading component 'cargo' |
82 | 2023-11-19T05:09:50.924Z | info: downloading component 'clippy' |
83 | 2023-11-19T05:09:51.167Z | info: downloading component 'rust-docs' |
84 | 2023-11-19T05:09:52.004Z | info: downloading component 'rust-std' |
85 | 2023-11-19T05:09:53.346Z | info: downloading component 'rustc' |
86 | 2023-11-19T05:09:57.087Z | info: downloading component 'rustfmt' |
87 | 2023-11-19T05:09:57.295Z | info: installing component 'cargo' |
88 | 2023-11-19T05:09:58.609Z | info: installing component 'clippy' |
89 | 2023-11-19T05:09:59.572Z | info: installing component 'rust-docs' |
90 | 2023-11-19T05:10:01.973Z | info: installing component 'rust-std' |
91 | 2023-11-19T05:10:04.499Z | info: installing component 'rustc' |
92 | 2023-11-19T05:10:10.860Z | info: installing component 'rustfmt' |
93 | 2023-11-19T05:10:11.419Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-19T05:10:11.423Z | + rustc --version |
95 | 2023-11-19T05:10:11.548Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-19T05:10:11.555Z | + source ./env.sh |
97 | 2023-11-19T05:10:11.558Z | ++ set -o xtrace |
98 | 2023-11-19T05:10:11.561Z | ++++ dirname ./env.sh |
99 | 2023-11-19T05:10:11.564Z | +++ cd . |
100 | 2023-11-19T05:10:11.567Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-19T05:10:11.570Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-19T05:10:11.573Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-19T05:10:11.575Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-19T05:10:11.578Z | ++ 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 |
105 | 2023-11-19T05:10:11.581Z | ++ 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 |
106 | 2023-11-19T05:10:11.584Z | ++ 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 |
107 | 2023-11-19T05:10:11.587Z | ++ 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 |
108 | 2023-11-19T05:10:11.590Z | ++ 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 |
109 | 2023-11-19T05:10:11.594Z | ++ 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 |
110 | 2023-11-19T05:10:11.597Z | ++ unset OMICRON_WS |
111 | 2023-11-19T05:10:11.600Z | ++ set +o xtrace |
112 | 2023-11-19T05:10:11.751Z | |
113 | 2023-11-19T05:10:11.755Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-19T05:10:11.758Z | # # # # # # # # # # # # # # # |
115 | 2023-11-19T05:10:11.761Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-19T05:10:11.764Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-19T05:10:11.768Z | # # # # # # # # # # # # # # # |
118 | 2023-11-19T05:10:11.771Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-19T05:10:11.775Z | |
120 | 2023-11-19T05:10:24.861Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-19T05:10:25.824Z | Startup: Caching catalogs ... Done |
122 | 2023-11-19T05:10:31.451Z | Planning: Solver setup ... Done (5.239s) |
123 | 2023-11-19T05:10:31.578Z | Planning: Running solver ... Done (0.126s) |
124 | 2023-11-19T05:10:31.646Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-19T05:10:31.661Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-19T05:10:31.905Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-19T05:10:31.989Z | Planning: Package planning ... Done (0.084s) |
128 | 2023-11-19T05:10:32.089Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-19T05:10:33.145Z | Planning: Checking for conflicting actions ... Done (0.989s) |
130 | 2023-11-19T05:10:33.154Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-19T05:10:40.726Z | Planning: Evaluating mediators ... Done (7.642s) |
132 | 2023-11-19T05:10:40.743Z | Planning: Planning completed in 14.86 seconds |
133 | 2023-11-19T05:10:42.713Z | Packages to install: 4 |
134 | 2023-11-19T05:10:42.716Z | Mediators to change: 2 |
135 | 2023-11-19T05:10:42.719Z | Services to change: 1 |
136 | 2023-11-19T05:10:42.722Z | Estimated space available: 148.90 GB |
137 | 2023-11-19T05:10:42.725Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-19T05:10:42.729Z | Create boot environment: No |
139 | 2023-11-19T05:10:42.732Z | Create backup boot environment: No |
140 | 2023-11-19T05:10:42.735Z | Rebuild boot archive: No |
141 | 2023-11-19T05:10:42.739Z | |
142 | 2023-11-19T05:10:42.742Z | Changed mediators: |
143 | 2023-11-19T05:10:42.745Z | mediator clang: |
144 | 2023-11-19T05:10:42.748Z | version: None -> 15 (system default) |
145 | 2023-11-19T05:10:42.751Z | |
146 | 2023-11-19T05:10:42.754Z | mediator llvm: |
147 | 2023-11-19T05:10:42.759Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-19T05:10:42.761Z | |
149 | 2023-11-19T05:10:42.764Z | Changed packages: |
150 | 2023-11-19T05:10:42.768Z | helios-dev |
151 | 2023-11-19T05:10:42.771Z | developer/build-essential |
152 | 2023-11-19T05:10:42.774Z | None -> 11-2.0 |
153 | 2023-11-19T05:10:42.776Z | library/libxmlsec1 |
154 | 2023-11-19T05:10:42.779Z | None -> 1.2.35-2.0 |
155 | 2023-11-19T05:10:42.782Z | ooce/developer/clang-15 |
156 | 2023-11-19T05:10:42.785Z | None -> 15.0.7-2.0 |
157 | 2023-11-19T05:10:42.788Z | ooce/developer/llvm-15 |
158 | 2023-11-19T05:10:42.793Z | None -> 15.0.7-2.0 |
159 | 2023-11-19T05:10:42.796Z | |
160 | 2023-11-19T05:10:42.799Z | Services: |
161 | 2023-11-19T05:10:42.802Z | restart_fmri: |
162 | 2023-11-19T05:10:42.805Z | svc:/system/update-man-index:default |
163 | 2023-11-19T05:10:42.936Z | |
164 | 2023-11-19T05:10:42.938Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-19T05:10:47.976Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
166 | 2023-11-19T05:10:52.992Z | Download: 1662/3290 items 117.9/212.6MB 55% complete (12.3M/s) |
167 | 2023-11-19T05:10:58.106Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (3.9M/s) |
168 | 2023-11-19T05:11:17.652Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
169 | 2023-11-19T05:11:22.659Z | Download: 2366/3290 items 119.7/212.6MB 56% complete (106k/s) |
170 | 2023-11-19T05:11:27.665Z | Download: 2725/3290 items 120.6/212.6MB 56% complete (141k/s) |
171 | 2023-11-19T05:11:32.708Z | Download: 3181/3290 items 152.7/212.6MB 71% complete (3.2M/s) |
172 | 2023-11-19T05:11:38.964Z | Download: 3246/3290 items 202.8/212.6MB 95% complete (8.2M/s) |
173 | 2023-11-19T05:11:45.379Z | Download: 3248/3290 items 203.0/212.6MB 95% complete (8.0M/s) |
174 | 2023-11-19T05:11:46.479Z | Download: Completed 212.60 MB in 63.54 seconds (3.4M/s) |
175 | 2023-11-19T05:11:46.713Z | Actions: 1/3687 actions (Installing new actions) |
176 | 2023-11-19T05:11:51.722Z | Actions: 2723/3687 actions (Installing new actions) |
177 | 2023-11-19T05:11:55.059Z | Actions: Completed 3687 actions in 8.36 seconds. |
178 | 2023-11-19T05:11:55.273Z | Done (0.192s) |
179 | 2023-11-19T05:11:55.283Z | Done (0.000s) |
180 | 2023-11-19T05:11:55.483Z | Done (0.223s) |
181 | 2023-11-19T05:12:03.581Z | Done (7.968s) |
182 | 2023-11-19T05:12:03.795Z | Done (0.095s) |
183 | 2023-11-19T05:12:03.803Z | Done (0.000s) |
184 | 2023-11-19T05:12:04.035Z | Done (0.000s) |
185 | 2023-11-19T05:12:04.803Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-11-19T05:12:05.102Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-11-19T05:12:05.105Z | Planning: Consolidating action changes ... Done |
188 | 2023-11-19T05:12:05.565Z | Planning: Evaluating mediators ... Done |
189 | 2023-11-19T05:12:05.570Z | Planning: Planning completed in 0.77 seconds |
190 | 2023-11-19T05:12:05.621Z | Mediators to change: 2 |
191 | 2023-11-19T05:12:05.625Z | Create boot environment: No |
192 | 2023-11-19T05:12:05.630Z | Create backup boot environment: No |
193 | 2023-11-19T05:12:05.736Z | Done |
194 | 2023-11-19T05:12:05.739Z | Done |
195 | 2023-11-19T05:12:05.892Z | Done |
196 | 2023-11-19T05:12:12.439Z | Done |
197 | 2023-11-19T05:12:12.585Z | Done |
198 | 2023-11-19T05:12:12.590Z | Done |
199 | 2023-11-19T05:12:12.758Z | Done |
200 | 2023-11-19T05:12:13.823Z | Planning: Evaluating mediator changes ... Done |
201 | 2023-11-19T05:12:13.832Z | Planning: Merging actions ... Done |
202 | 2023-11-19T05:12:14.177Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-11-19T05:12:14.184Z | Planning: Consolidating action changes ... Done |
204 | 2023-11-19T05:12:14.640Z | Planning: Evaluating mediators ... Done |
205 | 2023-11-19T05:12:14.734Z | Planning: Planning completed in 1.37 seconds |
206 | 2023-11-19T05:12:14.795Z | Packages to change: 1 |
207 | 2023-11-19T05:12:14.806Z | Mediators to change: 1 |
208 | 2023-11-19T05:12:14.817Z | Services to change: 1 |
209 | 2023-11-19T05:12:14.823Z | Create boot environment: No |
210 | 2023-11-19T05:12:14.829Z | Create backup boot environment: Yes |
211 | 2023-11-19T05:12:16.865Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2023-11-19T05:12:16.869Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2023-11-19T05:12:16.872Z | Done |
214 | 2023-11-19T05:12:16.875Z | Done |
215 | 2023-11-19T05:12:16.921Z | Done |
216 | 2023-11-19T05:12:23.451Z | Done |
217 | 2023-11-19T05:12:23.598Z | Done |
218 | 2023-11-19T05:12:23.601Z | Done |
219 | 2023-11-19T05:12:23.725Z | Done |
220 | 2023-11-19T05:12:24.447Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2023-11-19T05:12:24.450Z | clang system 15 system |
222 | 2023-11-19T05:12:24.453Z | csh system system illumos |
223 | 2023-11-19T05:12:24.455Z | ctags system system illumos |
224 | 2023-11-19T05:12:24.458Z | gcc vendor 12 vendor |
225 | 2023-11-19T05:12:24.461Z | gcc system 10 system |
226 | 2023-11-19T05:12:24.464Z | gcc system 7 system |
227 | 2023-11-19T05:12:24.467Z | go system 1.20 system |
228 | 2023-11-19T05:12:24.469Z | go system 1.19 system |
229 | 2023-11-19T05:12:24.472Z | llvm system 15 system |
230 | 2023-11-19T05:12:24.475Z | llvm system 14 system |
231 | 2023-11-19T05:12:24.478Z | mariadb system 10.6 system |
232 | 2023-11-19T05:12:24.481Z | mta vendor vendor dma |
233 | 2023-11-19T05:12:24.484Z | openjdk system 17 system |
234 | 2023-11-19T05:12:24.487Z | openjdk system 11 system |
235 | 2023-11-19T05:12:24.490Z | openjdk system 1.8 system |
236 | 2023-11-19T05:12:24.493Z | openssl vendor 3 vendor |
237 | 2023-11-19T05:12:24.496Z | perl system 5.36 system |
238 | 2023-11-19T05:12:24.499Z | postgresql system 15 system |
239 | 2023-11-19T05:12:24.502Z | postgresql system 13 system |
240 | 2023-11-19T05:12:24.505Z | python vendor 3 vendor |
241 | 2023-11-19T05:12:24.507Z | python system 2 system |
242 | 2023-11-19T05:12:24.510Z | python3 system 3.11 system |
243 | 2023-11-19T05:12:24.515Z | ruby system 3.0 system |
244 | 2023-11-19T05:12:24.518Z | words vendor vendor american-english |
245 | 2023-11-19T05:12:24.521Z | words system system australian-english |
246 | 2023-11-19T05:12:24.524Z | words system system british-english |
247 | 2023-11-19T05:12:24.527Z | words system system canadian-english |
248 | 2023-11-19T05:12:24.530Z | words system system french |
249 | 2023-11-19T05:12:24.532Z | words system system italian |
250 | 2023-11-19T05:12:24.535Z | words system system ngerman |
251 | 2023-11-19T05:12:24.538Z | words system system ogerman |
252 | 2023-11-19T05:12:24.541Z | words system system spanish |
253 | 2023-11-19T05:12:25.025Z | FMRI IFO |
254 | 2023-11-19T05:12:25.029Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2023-11-19T05:12:25.060Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2023-11-19T05:12:25.068Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2023-11-19T05:12:25.071Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
258 | 2023-11-19T05:12:25.074Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2023-11-19T05:12:25.077Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
260 | 2023-11-19T05:12:25.110Z | + set -o errexit |
261 | 2023-11-19T05:12:25.114Z | +++ dirname ./tools/ci_download_cockroachdb |
262 | 2023-11-19T05:12:25.116Z | ++ cd ./tools |
263 | 2023-11-19T05:12:25.120Z | ++ pwd |
264 | 2023-11-19T05:12:25.122Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
265 | 2023-11-19T05:12:25.125Z | ++ basename ./tools/ci_download_cockroachdb |
266 | 2023-11-19T05:12:25.128Z | + ARG0=ci_download_cockroachdb |
267 | 2023-11-19T05:12:25.131Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
268 | 2023-11-19T05:12:25.134Z | + CIDL_VERSION=v22.1.9 |
269 | 2023-11-19T05:12:25.137Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
270 | 2023-11-19T05:12:25.141Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
271 | 2023-11-19T05:12:25.144Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
272 | 2023-11-19T05:12:25.147Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-11-19T05:12:25.151Z | + TARGET_DIR=out |
274 | 2023-11-19T05:12:25.154Z | + DOWNLOAD_DIR=out/downloads |
275 | 2023-11-19T05:12:25.157Z | + DEST_DIR=./out/cockroachdb |
276 | 2023-11-19T05:12:25.160Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
277 | 2023-11-19T05:12:25.163Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
278 | 2023-11-19T05:12:25.166Z | + main |
279 | 2023-11-19T05:12:25.170Z | + [[ 0 != 0 ]] |
280 | 2023-11-19T05:12:25.174Z | + CIDL_OS=solaris2.11 |
281 | 2023-11-19T05:12:25.177Z | + [[ 0 != 0 ]] |
282 | 2023-11-19T05:12:25.183Z | + configure_os solaris2.11 |
283 | 2023-11-19T05:12:25.192Z | + echo 'current directory: /work/oxidecomputer/omicron' |
284 | 2023-11-19T05:12:25.208Z | current directory: /work/oxidecomputer/omicron |
285 | 2023-11-19T05:12:25.215Z | + echo 'configuring based on OS: "solaris2.11"' |
286 | 2023-11-19T05:12:25.221Z | configuring based on OS: "solaris2.11" |
287 | 2023-11-19T05:12:25.226Z | + case "$1" in |
288 | 2023-11-19T05:12:25.233Z | + CIDL_BUILD=illumos |
289 | 2023-11-19T05:12:25.238Z | + CIDL_SUFFIX=tar.gz |
290 | 2023-11-19T05:12:25.242Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-19T05:12:25.246Z | + CIDL_MD5FUNC=do_md5sum |
292 | 2023-11-19T05:12:25.250Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2023-11-19T05:12:25.254Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2023-11-19T05:12:25.259Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2023-11-19T05:12:25.263Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-19T05:12:25.267Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-19T05:12:25.271Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
298 | 2023-11-19T05:12:25.275Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-19T05:12:25.278Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2023-11-19T05:12:25.283Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-11-19T05:12:25.287Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2023-11-19T05:12:25.290Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-11-19T05:12:25.297Z | + mkdir -p out/downloads |
304 | 2023-11-19T05:12:25.301Z | + mkdir -p ./out/cockroachdb |
305 | 2023-11-19T05:12:25.305Z | + local DO_DOWNLOAD=true |
306 | 2023-11-19T05:12:25.309Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
307 | 2023-11-19T05:12:25.313Z | + '[' true == true ']' |
308 | 2023-11-19T05:12:25.317Z | + echo Downloading... |
309 | 2023-11-19T05:12:25.321Z | Downloading... |
310 | 2023-11-19T05:12:25.325Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-19T05:12:25.329Z | + 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 |
312 | 2023-11-19T05:12:33.649Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-11-19T05:12:33.655Z | ++ md5sum |
314 | 2023-11-19T05:12:33.658Z | ++ awk '{print $1}' |
315 | 2023-11-19T05:12:33.842Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
316 | 2023-11-19T05:12:33.846Z | + [[ 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 ]] |
317 | 2023-11-19T05:12:33.849Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-11-19T05:12:33.851Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
319 | 2023-11-19T05:12:37.216Z | + do_assemble_illumos |
320 | 2023-11-19T05:12:37.220Z | + rm -r ./out/cockroachdb |
321 | 2023-11-19T05:12:37.225Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
322 | 2023-11-19T05:12:37.940Z | + ./out/cockroachdb/bin/cockroach version |
323 | 2023-11-19T05:12:38.257Z | Build Tag: v22.1.9-dirty |
324 | 2023-11-19T05:12:38.264Z | Build Time: 2022/10/26 21:17:46 |
325 | 2023-11-19T05:12:38.276Z | Distribution: OSS |
326 | 2023-11-19T05:12:38.293Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
327 | 2023-11-19T05:12:38.297Z | Go Version: go1.17.13 |
328 | 2023-11-19T05:12:38.301Z | C Compiler: gcc 10.3.0 |
329 | 2023-11-19T05:12:38.304Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
330 | 2023-11-19T05:12:38.308Z | Build Type: release |
331 | 2023-11-19T05:12:38.311Z | + set -o errexit |
332 | 2023-11-19T05:12:38.315Z | +++ dirname ./tools/ci_download_clickhouse |
333 | 2023-11-19T05:12:38.318Z | ++ cd ./tools |
334 | 2023-11-19T05:12:38.321Z | ++ pwd |
335 | 2023-11-19T05:12:38.324Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
336 | 2023-11-19T05:12:38.327Z | ++ basename ./tools/ci_download_clickhouse |
337 | 2023-11-19T05:12:38.331Z | + ARG0=ci_download_clickhouse |
338 | 2023-11-19T05:12:38.334Z | + TARGET_DIR=out |
339 | 2023-11-19T05:12:38.337Z | + DOWNLOAD_DIR=out/downloads |
340 | 2023-11-19T05:12:38.340Z | + DEST_DIR=./out/clickhouse |
341 | 2023-11-19T05:12:38.343Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2023-11-19T05:12:38.346Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2023-11-19T05:12:38.349Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2023-11-19T05:12:38.352Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2023-11-19T05:12:38.355Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-11-19T05:12:38.358Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2023-11-19T05:12:38.361Z | + main |
348 | 2023-11-19T05:12:38.364Z | + [[ 0 != 0 ]] |
349 | 2023-11-19T05:12:38.367Z | + CIDL_OS=solaris2.11 |
350 | 2023-11-19T05:12:38.371Z | + [[ 0 != 0 ]] |
351 | 2023-11-19T05:12:38.374Z | + configure_os solaris2.11 |
352 | 2023-11-19T05:12:38.378Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2023-11-19T05:12:38.382Z | current directory: /work/oxidecomputer/omicron |
354 | 2023-11-19T05:12:38.385Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2023-11-19T05:12:38.388Z | + CIDL_DASHREV= |
356 | 2023-11-19T05:12:38.391Z | + case "$1" in |
357 | 2023-11-19T05:12:38.395Z | configuring based on OS: "solaris2.11" |
358 | 2023-11-19T05:12:38.398Z | + CIDL_PLATFORM=illumos |
359 | 2023-11-19T05:12:38.401Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-19T05:12:38.405Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2023-11-19T05:12:38.437Z | + CIDL_DASHREV=-1 |
362 | 2023-11-19T05:12:38.441Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2023-11-19T05:12:38.444Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-19T05:12:38.448Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-19T05:12:38.451Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-19T05:12:38.454Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2023-11-19T05:12:38.458Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2023-11-19T05:12:38.461Z | + mkdir -p out/downloads |
369 | 2023-11-19T05:12:38.467Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-11-19T05:12:38.471Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-11-19T05:12:38.474Z | + mkdir -p ./out/clickhouse |
372 | 2023-11-19T05:12:38.479Z | + local DO_DOWNLOAD=true |
373 | 2023-11-19T05:12:38.483Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2023-11-19T05:12:38.486Z | + '[' true == true ']' |
375 | 2023-11-19T05:12:38.490Z | + echo Downloading... |
376 | 2023-11-19T05:12:38.493Z | Downloading... |
377 | 2023-11-19T05:12:38.496Z | + 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 |
378 | 2023-11-19T05:12:38.500Z | + 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 |
379 | 2023-11-19T05:12:39.648Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-11-19T05:12:39.652Z | ++ md5sum |
381 | 2023-11-19T05:12:39.656Z | ++ awk '{print $1}' |
382 | 2023-11-19T05:12:39.910Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2023-11-19T05:12:39.913Z | + [[ 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 ]] |
384 | 2023-11-19T05:12:39.917Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2023-11-19T05:12:39.920Z | + mkdir -p ./out/clickhouse |
386 | 2023-11-19T05:12:39.923Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2023-11-19T05:12:44.787Z | + ./out/clickhouse/clickhouse server --version |
388 | 2023-11-19T05:12:44.842Z | ClickHouse server version 22.8.9.1. |
389 | 2023-11-19T05:12:44.871Z | + set -o errexit |
390 | 2023-11-19T05:12:44.876Z | +++ dirname ./tools/ci_download_console |
391 | 2023-11-19T05:12:44.882Z | ++ cd ./tools |
392 | 2023-11-19T05:12:44.887Z | ++ pwd |
393 | 2023-11-19T05:12:44.892Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-11-19T05:12:44.907Z | ++ basename ./tools/ci_download_console |
395 | 2023-11-19T05:12:44.922Z | + ARG0=ci_download_console |
396 | 2023-11-19T05:12:44.945Z | + TARGET_DIR=out |
397 | 2023-11-19T05:12:44.961Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-11-19T05:12:44.970Z | + DEST_DIR=./out/console-assets |
399 | 2023-11-19T05:12:44.989Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2023-11-19T05:12:45.467Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
401 | 2023-11-19T05:12:45.470Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
402 | 2023-11-19T05:12:45.475Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-11-19T05:12:45.478Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2023-11-19T05:12:45.484Z | + main |
405 | 2023-11-19T05:12:45.489Z | + [[ 0 != 0 ]] |
406 | 2023-11-19T05:12:45.495Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
407 | 2023-11-19T05:12:45.923Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
408 | 2023-11-19T05:12:45.931Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2023-11-19T05:12:45.954Z | Local file: out/downloads/console.tar.gz |
410 | 2023-11-19T05:12:45.974Z | + local DO_DOWNLOAD=true |
411 | 2023-11-19T05:12:45.986Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2023-11-19T05:12:45.998Z | + mkdir -p out/downloads |
413 | 2023-11-19T05:12:46.004Z | + '[' true == true ']' |
414 | 2023-11-19T05:12:46.017Z | + echo Downloading... |
415 | 2023-11-19T05:12:46.027Z | Downloading... |
416 | 2023-11-19T05:12:46.038Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
417 | 2023-11-19T05:12:46.058Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
418 | 2023-11-19T05:12:46.071Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2023-11-19T05:12:46.095Z | ++ case "$OSTYPE" in |
420 | 2023-11-19T05:12:46.101Z | ++ SHA=sha256sum |
421 | 2023-11-19T05:12:46.107Z | ++ sha256sum |
422 | 2023-11-19T05:12:46.122Z | ++ awk '{print $1}' |
423 | 2023-11-19T05:12:46.136Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
424 | 2023-11-19T05:12:46.551Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
425 | 2023-11-19T05:12:46.557Z | + rm -rf ./out/console-assets |
426 | 2023-11-19T05:12:46.566Z | + mkdir -p ./out/console-assets |
427 | 2023-11-19T05:12:46.584Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2023-11-19T05:12:46.597Z | + mkdir -p ./out/console-assets |
429 | 2023-11-19T05:12:46.606Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2023-11-19T05:12:46.623Z | + set -o errexit |
431 | 2023-11-19T05:12:46.638Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2023-11-19T05:12:46.654Z | ++ cd ./tools |
433 | 2023-11-19T05:12:46.664Z | ++ pwd |
434 | 2023-11-19T05:12:46.672Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2023-11-19T05:12:46.683Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2023-11-19T05:12:46.703Z | + ARG0=ci_download_maghemite_openapi |
437 | 2023-11-19T05:12:46.711Z | + TARGET_DIR=out |
438 | 2023-11-19T05:12:46.721Z | + DOWNLOAD_DIR=out/downloads |
439 | 2023-11-19T05:12:46.729Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2023-11-19T05:12:46.737Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
441 | 2023-11-19T05:12:46.756Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-11-19T05:12:46.772Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
443 | 2023-11-19T05:12:46.793Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
444 | 2023-11-19T05:12:46.804Z | + main |
445 | 2023-11-19T05:12:46.817Z | + [[ 0 != 0 ]] |
446 | 2023-11-19T05:12:46.829Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
447 | 2023-11-19T05:12:46.903Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
448 | 2023-11-19T05:12:46.912Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
449 | 2023-11-19T05:12:46.916Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
450 | 2023-11-19T05:12:46.927Z | + local DO_DOWNLOAD=true |
451 | 2023-11-19T05:12:46.950Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
452 | 2023-11-19T05:12:46.973Z | + mkdir -p out/downloads |
453 | 2023-11-19T05:12:46.994Z | + '[' true == true ']' |
454 | 2023-11-19T05:12:47.001Z | + echo Downloading... |
455 | 2023-11-19T05:12:47.008Z | Downloading... |
456 | 2023-11-19T05:12:47.013Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-19T05:12:47.021Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
458 | 2023-11-19T05:12:47.039Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-19T05:12:47.050Z | ++ case "$OSTYPE" in |
460 | 2023-11-19T05:12:47.064Z | ++ SHA=sha256sum |
461 | 2023-11-19T05:12:47.070Z | ++ sha256sum |
462 | 2023-11-19T05:12:47.078Z | ++ awk '{print $1}' |
463 | 2023-11-19T05:12:47.082Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
464 | 2023-11-19T05:12:47.086Z | + [[ 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 ]] |
465 | 2023-11-19T05:12:47.094Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2023-11-19T05:12:47.098Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
467 | 2023-11-19T05:12:47.102Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
468 | 2023-11-19T05:12:47.106Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
469 | 2023-11-19T05:12:47.113Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
470 | 2023-11-19T05:12:47.122Z | + main |
471 | 2023-11-19T05:12:47.130Z | + [[ 0 != 0 ]] |
472 | 2023-11-19T05:12:47.140Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
473 | 2023-11-19T05:12:47.551Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
474 | 2023-11-19T05:12:47.555Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
475 | 2023-11-19T05:12:47.558Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
476 | 2023-11-19T05:12:47.561Z | + local DO_DOWNLOAD=true |
477 | 2023-11-19T05:12:47.564Z | Downloading... |
478 | 2023-11-19T05:12:47.567Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
479 | 2023-11-19T05:12:47.571Z | + mkdir -p out/downloads |
480 | 2023-11-19T05:12:47.574Z | + '[' true == true ']' |
481 | 2023-11-19T05:12:47.577Z | + echo Downloading... |
482 | 2023-11-19T05:12:47.580Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
483 | 2023-11-19T05:12:47.583Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
484 | 2023-11-19T05:12:47.586Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
485 | 2023-11-19T05:12:47.590Z | ++ case "$OSTYPE" in |
486 | 2023-11-19T05:12:47.593Z | ++ SHA=sha256sum |
487 | 2023-11-19T05:12:47.597Z | ++ sha256sum |
488 | 2023-11-19T05:12:47.600Z | ++ awk '{print $1}' |
489 | 2023-11-19T05:12:47.604Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
490 | 2023-11-19T05:12:47.607Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
491 | 2023-11-19T05:12:47.611Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
492 | 2023-11-19T05:12:47.621Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
493 | 2023-11-19T05:12:47.629Z | Downloading... |
494 | 2023-11-19T05:12:47.636Z | + set -o errexit |
495 | 2023-11-19T05:12:47.643Z | +++ dirname ./tools/ci_download_dendrite_openapi |
496 | 2023-11-19T05:12:47.646Z | ++ cd ./tools |
497 | 2023-11-19T05:12:47.654Z | ++ pwd |
498 | 2023-11-19T05:12:48.075Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2023-11-19T05:12:48.087Z | ++ basename ./tools/ci_download_dendrite_openapi |
500 | 2023-11-19T05:12:48.106Z | + ARG0=ci_download_dendrite_openapi |
501 | 2023-11-19T05:12:48.122Z | + TARGET_DIR=out |
502 | 2023-11-19T05:12:48.138Z | + DOWNLOAD_DIR=out/downloads |
503 | 2023-11-19T05:12:48.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2023-11-19T05:12:48.581Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
505 | 2023-11-19T05:12:48.605Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
506 | 2023-11-19T05:12:48.636Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
507 | 2023-11-19T05:12:48.657Z | current directory: /work/oxidecomputer/omicron |
508 | 2023-11-19T05:12:48.670Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
509 | 2023-11-19T05:12:48.676Z | configuring based on OS: "solaris2.11" |
510 | 2023-11-19T05:12:48.687Z | + main |
511 | 2023-11-19T05:12:48.699Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
512 | 2023-11-19T05:12:48.710Z | + [[ 0 != 0 ]] |
513 | 2023-11-19T05:12:48.719Z | Local file: out/downloads/dendrite-stub.tar.gz |
514 | 2023-11-19T05:12:48.734Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
515 | 2023-11-19T05:12:48.757Z | Downloading... |
516 | 2023-11-19T05:12:48.777Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
517 | 2023-11-19T05:12:48.800Z | + local DO_DOWNLOAD=true |
518 | 2023-11-19T05:12:48.809Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
519 | 2023-11-19T05:12:48.817Z | + mkdir -p out/downloads |
520 | 2023-11-19T05:12:48.825Z | + '[' true == true ']' |
521 | 2023-11-19T05:12:48.834Z | + echo Downloading... |
522 | 2023-11-19T05:12:48.847Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
523 | 2023-11-19T05:12:48.864Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
524 | 2023-11-19T05:12:48.871Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
525 | 2023-11-19T05:12:48.885Z | ++ case "$OSTYPE" in |
526 | 2023-11-19T05:12:48.896Z | ++ SHA=sha256sum |
527 | 2023-11-19T05:12:48.908Z | ++ sha256sum |
528 | 2023-11-19T05:12:48.926Z | ++ awk '{print $1}' |
529 | 2023-11-19T05:12:48.941Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
530 | 2023-11-19T05:12:48.951Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
531 | 2023-11-19T05:12:48.960Z | + set -o errexit |
532 | 2023-11-19T05:12:48.977Z | +++ dirname ./tools/ci_download_dendrite_stub |
533 | 2023-11-19T05:12:48.984Z | ++ cd ./tools |
534 | 2023-11-19T05:12:48.990Z | ++ pwd |
535 | 2023-11-19T05:12:49.057Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2023-11-19T05:12:49.068Z | ++ basename ./tools/ci_download_dendrite_stub |
537 | 2023-11-19T05:12:49.082Z | + ARG0=ci_download_dendrite_stub |
538 | 2023-11-19T05:12:49.105Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
539 | 2023-11-19T05:12:49.117Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
540 | 2023-11-19T05:12:49.125Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
541 | 2023-11-19T05:12:49.133Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
542 | 2023-11-19T05:12:49.142Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
543 | 2023-11-19T05:12:49.151Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
544 | 2023-11-19T05:12:49.159Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
545 | 2023-11-19T05:12:49.167Z | + TARGET_DIR=out |
546 | 2023-11-19T05:12:49.193Z | + DOWNLOAD_DIR=out/downloads |
547 | 2023-11-19T05:12:49.214Z | + DEST_DIR=./out/dendrite-stub |
548 | 2023-11-19T05:12:49.233Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
549 | 2023-11-19T05:12:49.259Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
550 | 2023-11-19T05:12:49.273Z | + REPO=oxidecomputer/dendrite |
551 | 2023-11-19T05:12:49.289Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
552 | 2023-11-19T05:12:49.314Z | + main |
553 | 2023-11-19T05:12:49.327Z | + [[ 0 != 0 ]] |
554 | 2023-11-19T05:12:49.772Z | + CIDL_OS=solaris2.11 |
555 | 2023-11-19T05:12:49.798Z | + [[ 0 != 0 ]] |
556 | 2023-11-19T05:12:49.813Z | + configure_os solaris2.11 |
557 | 2023-11-19T05:12:49.826Z | + echo 'current directory: /work/oxidecomputer/omicron' |
558 | 2023-11-19T05:12:49.858Z | + echo 'configuring based on OS: "solaris2.11"' |
559 | 2023-11-19T05:12:49.877Z | + case "$1" in |
560 | 2023-11-19T05:12:49.905Z | + SET_BINARIES= |
561 | 2023-11-19T05:12:49.925Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
562 | 2023-11-19T05:12:49.930Z | + CIDL_SHA256FUNC=do_sha256sum |
563 | 2023-11-19T05:12:49.939Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
564 | 2023-11-19T05:12:50.372Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
565 | 2023-11-19T05:12:50.526Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
566 | 2023-11-19T05:12:50.538Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
567 | 2023-11-19T05:12:50.558Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2023-11-19T05:12:50.566Z | + mkdir -p out/downloads |
569 | 2023-11-19T05:12:50.573Z | + mkdir -p ./out/dendrite-stub |
570 | 2023-11-19T05:12:50.589Z | + fetch_and_verify |
571 | 2023-11-19T05:12:50.600Z | + local DO_DOWNLOAD=true |
572 | 2023-11-19T05:12:50.610Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
573 | 2023-11-19T05:12:50.623Z | + '[' true == true ']' |
574 | 2023-11-19T05:12:50.637Z | + echo Downloading... |
575 | 2023-11-19T05:12:50.645Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-19T05:12:50.656Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
577 | 2023-11-19T05:12:59.458Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-19T05:12:59.468Z | ++ sha256sum |
579 | 2023-11-19T05:12:59.478Z | ++ awk '{print $1}' |
580 | 2023-11-19T05:12:59.571Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
581 | 2023-11-19T05:12:59.581Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
582 | 2023-11-19T05:13:00.007Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2023-11-19T05:13:00.017Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2023-11-19T05:13:00.622Z | + do_assemble |
585 | 2023-11-19T05:13:00.631Z | + rm -r ./out/dendrite-stub |
586 | 2023-11-19T05:13:00.642Z | + mkdir ./out/dendrite-stub |
587 | 2023-11-19T05:13:00.697Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2023-11-19T05:13:00.817Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2023-11-19T05:13:00.831Z | + set -o errexit |
590 | 2023-11-19T05:13:00.848Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2023-11-19T05:13:00.856Z | ++ cd ./tools |
592 | 2023-11-19T05:13:00.862Z | ++ pwd |
593 | 2023-11-19T05:13:00.870Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2023-11-19T05:13:00.878Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2023-11-19T05:13:00.883Z | + ARG0=ci_download_maghemite_mgd |
596 | 2023-11-19T05:13:00.890Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2023-11-19T05:13:00.896Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
598 | 2023-11-19T05:13:00.906Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
599 | 2023-11-19T05:13:00.930Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2023-11-19T05:13:00.951Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
601 | 2023-11-19T05:13:00.963Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
602 | 2023-11-19T05:13:01.014Z | + TARGET_DIR=out |
603 | 2023-11-19T05:13:01.026Z | + DOWNLOAD_DIR=out/downloads |
604 | 2023-11-19T05:13:01.038Z | + DEST_DIR=./out/mgd |
605 | 2023-11-19T05:13:01.056Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2023-11-19T05:13:01.081Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2023-11-19T05:13:01.092Z | + REPO=oxidecomputer/maghemite |
608 | 2023-11-19T05:13:01.111Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
609 | 2023-11-19T05:13:01.128Z | + main |
610 | 2023-11-19T05:13:01.143Z | + [[ 0 != 0 ]] |
611 | 2023-11-19T05:13:01.155Z | + CIDL_OS=solaris2.11 |
612 | 2023-11-19T05:13:01.171Z | + [[ 0 != 0 ]] |
613 | 2023-11-19T05:13:01.184Z | + configure_os solaris2.11 |
614 | 2023-11-19T05:13:01.193Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2023-11-19T05:13:01.202Z | current directory: /work/oxidecomputer/omicron |
616 | 2023-11-19T05:13:01.219Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2023-11-19T05:13:01.232Z | configuring based on OS: "solaris2.11" |
618 | 2023-11-19T05:13:01.249Z | + case "$1" in |
619 | 2023-11-19T05:13:01.690Z | + SET_BINARIES= |
620 | 2023-11-19T05:13:01.752Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2023-11-19T05:13:02.171Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2023-11-19T05:13:02.597Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
623 | 2023-11-19T05:13:02.602Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2023-11-19T05:13:02.606Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
625 | 2023-11-19T05:13:02.613Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
626 | 2023-11-19T05:13:02.618Z | Local file: out/downloads/mgd.tar.gz |
627 | 2023-11-19T05:13:02.625Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
628 | 2023-11-19T05:13:02.632Z | + mkdir -p out/downloads |
629 | 2023-11-19T05:13:02.636Z | + mkdir -p ./out/mgd |
630 | 2023-11-19T05:13:02.645Z | + fetch_and_verify |
631 | 2023-11-19T05:13:02.651Z | + local DO_DOWNLOAD=true |
632 | 2023-11-19T05:13:02.656Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2023-11-19T05:13:02.664Z | + '[' true == true ']' |
634 | 2023-11-19T05:13:02.671Z | + echo Downloading... |
635 | 2023-11-19T05:13:02.684Z | Downloading... |
636 | 2023-11-19T05:13:02.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2023-11-19T05:13:02.716Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
638 | 2023-11-19T05:13:08.353Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2023-11-19T05:13:08.359Z | ++ sha256sum |
640 | 2023-11-19T05:13:08.376Z | ++ awk '{print $1}' |
641 | 2023-11-19T05:13:08.439Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
642 | 2023-11-19T05:13:08.458Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
643 | 2023-11-19T05:13:08.471Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2023-11-19T05:13:08.486Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2023-11-19T05:13:09.098Z | + do_assemble |
646 | 2023-11-19T05:13:09.113Z | + rm -r ./out/mgd |
647 | 2023-11-19T05:13:09.127Z | + mkdir ./out/mgd |
648 | 2023-11-19T05:13:09.136Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2023-11-19T05:13:09.327Z | + set -o errexit |
650 | 2023-11-19T05:13:09.333Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2023-11-19T05:13:09.341Z | ++ cd ./tools |
652 | 2023-11-19T05:13:09.346Z | ++ pwd |
653 | 2023-11-19T05:13:09.350Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2023-11-19T05:13:09.358Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2023-11-19T05:13:09.365Z | + ARG0=ci_download_transceiver_control |
656 | 2023-11-19T05:13:09.372Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2023-11-19T05:13:09.383Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2023-11-19T05:13:09.395Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-11-19T05:13:09.404Z | + TARGET_DIR=out |
660 | 2023-11-19T05:13:09.410Z | + DOWNLOAD_DIR=out/downloads |
661 | 2023-11-19T05:13:09.417Z | + DEST_DIR=./out/transceiver-control |
662 | 2023-11-19T05:13:09.427Z | + BIN_DIR=/opt/oxide/bin |
663 | 2023-11-19T05:13:09.438Z | + BINARY=xcvradm |
664 | 2023-11-19T05:13:09.864Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2023-11-19T05:13:09.869Z | + REPO=oxidecomputer/transceiver-control |
666 | 2023-11-19T05:13:09.877Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2023-11-19T05:13:09.881Z | + main |
668 | 2023-11-19T05:13:09.884Z | + [[ 0 != 0 ]] |
669 | 2023-11-19T05:13:09.888Z | + CIDL_OS=solaris2.11 |
670 | 2023-11-19T05:13:09.891Z | + [[ 0 != 0 ]] |
671 | 2023-11-19T05:13:09.894Z | + configure_os solaris2.11 |
672 | 2023-11-19T05:13:09.898Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2023-11-19T05:13:09.922Z | current directory: /work/oxidecomputer/omicron |
674 | 2023-11-19T05:13:09.928Z | + echo 'configuring based on OS: "solaris2.11"' |
675 | 2023-11-19T05:13:09.937Z | configuring based on OS: "solaris2.11" |
676 | 2023-11-19T05:13:09.956Z | + case "$1" in |
677 | 2023-11-19T05:13:09.970Z | + SET_BINARIES= |
678 | 2023-11-19T05:13:09.982Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2023-11-19T05:13:09.994Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2023-11-19T05:13:10.000Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2023-11-19T05:13:10.025Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2023-11-19T05:13:10.030Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2023-11-19T05:13:10.037Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2023-11-19T05:13:10.044Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2023-11-19T05:13:10.063Z | + echo 'Local file: out/downloads/xcvradm.gz' |
686 | 2023-11-19T05:13:10.078Z | Local file: out/downloads/xcvradm.gz |
687 | 2023-11-19T05:13:10.156Z | + mkdir -p out/downloads |
688 | 2023-11-19T05:13:10.174Z | + mkdir -p ./out/transceiver-control |
689 | 2023-11-19T05:13:10.186Z | + fetch_and_verify |
690 | 2023-11-19T05:13:10.197Z | + local DO_DOWNLOAD=true |
691 | 2023-11-19T05:13:10.211Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2023-11-19T05:13:10.632Z | + '[' true == true ']' |
693 | 2023-11-19T05:13:10.653Z | + echo Downloading... |
694 | 2023-11-19T05:13:10.678Z | Downloading... |
695 | 2023-11-19T05:13:10.700Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2023-11-19T05:13:11.130Z | + 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 |
697 | 2023-11-19T05:13:12.740Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2023-11-19T05:13:12.753Z | ++ sha256sum |
699 | 2023-11-19T05:13:12.768Z | ++ awk '{print $1}' |
700 | 2023-11-19T05:13:12.780Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2023-11-19T05:13:12.806Z | + [[ 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 ]] |
702 | 2023-11-19T05:13:12.821Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2023-11-19T05:13:12.828Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2023-11-19T05:13:12.838Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2023-11-19T05:13:12.984Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2023-11-19T05:13:13.006Z | + do_assemble |
707 | 2023-11-19T05:13:13.031Z | + rm -r ./out/transceiver-control |
708 | 2023-11-19T05:13:13.055Z | + mkdir ./out/transceiver-control |
709 | 2023-11-19T05:13:13.062Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2023-11-19T05:13:13.218Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2023-11-19T05:13:13.278Z | |
712 | 2023-11-19T05:13:13.288Z | real 3:01.426120558 |
713 | 2023-11-19T05:13:13.293Z | user 56.264592323 |
714 | 2023-11-19T05:13:13.301Z | sys 10.525077737 |
715 | 2023-11-19T05:13:13.304Z | trap 0.024334618 |
716 | 2023-11-19T05:13:13.311Z | tflt 0.263789816 |
717 | 2023-11-19T05:13:13.316Z | dflt 0.876880933 |
718 | 2023-11-19T05:13:13.319Z | kflt 0.164439426 |
719 | 2023-11-19T05:13:13.323Z | lock 1.947068206 |
720 | 2023-11-19T05:13:13.327Z | slp 5:51.779897063 |
721 | 2023-11-19T05:13:13.339Z | lat 3.552102979 |
722 | 2023-11-19T05:13:13.346Z | stop 0.071780798 |
723 | 2023-11-19T05:13:13.355Z | |
724 | 2023-11-19T05:13:13.359Z | #### # # ##### ##### # # |
725 | 2023-11-19T05:13:13.362Z | # # # # # # # # # # |
726 | 2023-11-19T05:13:13.368Z | # # # # # # # # |
727 | 2023-11-19T05:13:13.371Z | # # # ##### ##### # |
728 | 2023-11-19T05:13:13.375Z | # # # # # # # |
729 | 2023-11-19T05:13:13.378Z | #### ###### # # # # |
730 | 2023-11-19T05:13:13.382Z | |
731 | 2023-11-19T05:13:13.572Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2023-11-19T05:13:13.960Z | Updating crates.io index |
733 | 2023-11-19T05:13:13.966Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2023-11-19T05:13:14.853Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2023-11-19T05:13:16.741Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2023-11-19T05:13:17.317Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2023-11-19T05:13:17.685Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2023-11-19T05:13:17.984Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2023-11-19T05:13:18.267Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2023-11-19T05:13:19.479Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2023-11-19T05:13:21.073Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2023-11-19T05:13:22.139Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2023-11-19T05:13:22.473Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2023-11-19T05:13:23.153Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2023-11-19T05:13:23.500Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2023-11-19T05:13:23.820Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2023-11-19T05:13:24.235Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2023-11-19T05:13:24.549Z | Updating git repository `https://github.com/njaremko/samael` |
749 | 2023-11-19T05:13:25.129Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2023-11-19T05:13:25.753Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2023-11-19T05:13:26.187Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2023-11-19T05:13:26.504Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2023-11-19T05:13:27.811Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2023-11-19T05:13:28.277Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2023-11-19T05:13:29.299Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2023-11-19T05:13:30.114Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2023-11-19T05:13:30.121Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2023-11-19T05:13:31.436Z | Downloading crates ... |
759 | 2023-11-19T05:13:31.642Z | Downloaded camino v1.1.6 |
760 | 2023-11-19T05:13:31.649Z | Downloaded terminal_size v0.2.6 |
761 | 2023-11-19T05:13:31.653Z | Downloaded io-lifetimes v1.0.11 |
762 | 2023-11-19T05:13:31.659Z | Downloaded anstyle-query v1.0.0 |
763 | 2023-11-19T05:13:31.663Z | Downloaded serde_spanned v0.6.4 |
764 | 2023-11-19T05:13:31.668Z | Downloaded colorchoice v1.0.0 |
765 | 2023-11-19T05:13:31.672Z | Downloaded equivalent v1.0.1 |
766 | 2023-11-19T05:13:31.677Z | Downloaded cargo_toml v0.17.0 |
767 | 2023-11-19T05:13:31.681Z | Downloaded anstyle v1.0.2 |
768 | 2023-11-19T05:13:31.685Z | Downloaded clap_lex v0.5.1 |
769 | 2023-11-19T05:13:31.690Z | Downloaded toml_datetime v0.6.5 |
770 | 2023-11-19T05:13:31.694Z | Downloaded errno v0.3.2 |
771 | 2023-11-19T05:13:31.698Z | Downloaded heck v0.4.1 |
772 | 2023-11-19T05:13:31.705Z | Downloaded thiserror v1.0.49 |
773 | 2023-11-19T05:13:31.712Z | Downloaded anstyle-parse v0.2.1 |
774 | 2023-11-19T05:13:31.721Z | Downloaded cargo_metadata v0.18.0 |
775 | 2023-11-19T05:13:31.729Z | Downloaded cargo-platform v0.1.3 |
776 | 2023-11-19T05:13:31.741Z | Downloaded utf8parse v0.2.1 |
777 | 2023-11-19T05:13:31.749Z | Downloaded strsim v0.10.0 |
778 | 2023-11-19T05:13:31.758Z | Downloaded anstream v0.5.0 |
779 | 2023-11-19T05:13:31.764Z | Downloaded quote v1.0.33 |
780 | 2023-11-19T05:13:31.773Z | Downloaded semver v1.0.20 |
781 | 2023-11-19T05:13:31.780Z | Downloaded ryu v1.0.15 |
782 | 2023-11-19T05:13:31.788Z | Downloaded bitflags v1.3.2 |
783 | 2023-11-19T05:13:31.796Z | Downloaded clap_derive v4.4.2 |
784 | 2023-11-19T05:13:31.799Z | Downloaded clap v4.4.3 |
785 | 2023-11-19T05:13:31.802Z | Downloaded serde_derive v1.0.192 |
786 | 2023-11-19T05:13:31.809Z | Downloaded proc-macro2 v1.0.69 |
787 | 2023-11-19T05:13:31.813Z | Downloaded serde v1.0.192 |
788 | 2023-11-19T05:13:31.816Z | Downloaded memchr v2.6.3 |
789 | 2023-11-19T05:13:31.820Z | Downloaded toml_edit v0.21.0 |
790 | 2023-11-19T05:13:31.824Z | Downloaded indexmap v2.1.0 |
791 | 2023-11-19T05:13:31.829Z | Downloaded serde_json v1.0.108 |
792 | 2023-11-19T05:13:31.833Z | Downloaded hashbrown v0.14.2 |
793 | 2023-11-19T05:13:31.837Z | Downloaded clap_builder v4.4.2 |
794 | 2023-11-19T05:13:31.850Z | Downloaded syn v2.0.32 |
795 | 2023-11-19T05:13:31.870Z | Downloaded rustix v0.37.23 |
796 | 2023-11-19T05:13:31.905Z | Downloaded libc v0.2.150 |
797 | 2023-11-19T05:13:31.950Z | Downloaded winnow v0.5.15 |
798 | 2023-11-19T05:13:31.990Z | Downloaded unicode-ident v1.0.12 |
799 | 2023-11-19T05:13:32.000Z | Downloaded toml v0.8.8 |
800 | 2023-11-19T05:13:32.018Z | Downloaded anyhow v1.0.75 |
801 | 2023-11-19T05:13:32.033Z | Downloaded itoa v1.0.9 |
802 | 2023-11-19T05:13:32.039Z | Downloaded thiserror-impl v1.0.49 |
803 | 2023-11-19T05:13:32.100Z | Compiling proc-macro2 v1.0.69 |
804 | 2023-11-19T05:13:32.103Z | Compiling unicode-ident v1.0.12 |
805 | 2023-11-19T05:13:32.106Z | Compiling serde v1.0.192 |
806 | 2023-11-19T05:13:32.110Z | Compiling libc v0.2.150 |
807 | 2023-11-19T05:13:32.113Z | Compiling io-lifetimes v1.0.11 |
808 | 2023-11-19T05:13:32.116Z | Compiling rustix v0.37.23 |
809 | 2023-11-19T05:13:32.121Z | Compiling hashbrown v0.14.2 |
810 | 2023-11-19T05:13:32.125Z | Compiling equivalent v1.0.1 |
811 | 2023-11-19T05:13:32.385Z | Compiling bitflags v1.3.2 |
812 | 2023-11-19T05:13:32.488Z | Compiling utf8parse v0.2.1 |
813 | 2023-11-19T05:13:32.525Z | Compiling thiserror v1.0.49 |
814 | 2023-11-19T05:13:32.706Z | Compiling anstyle-parse v0.2.1 |
815 | 2023-11-19T05:13:33.143Z | Compiling serde_json v1.0.108 |
816 | 2023-11-19T05:13:33.882Z | Compiling indexmap v2.1.0 |
817 | 2023-11-19T05:13:35.361Z | Compiling winnow v0.5.15 |
818 | 2023-11-19T05:13:35.364Z | Compiling semver v1.0.20 |
819 | 2023-11-19T05:13:35.423Z | Compiling camino v1.1.6 |
820 | 2023-11-19T05:13:35.473Z | Compiling anstyle-query v1.0.0 |
821 | 2023-11-19T05:13:35.567Z | Compiling anstyle v1.0.2 |
822 | 2023-11-19T05:13:35.660Z | Compiling colorchoice v1.0.0 |
823 | 2023-11-19T05:13:35.871Z | Compiling clap_lex v0.5.1 |
824 | 2023-11-19T05:13:36.026Z | Compiling heck v0.4.1 |
825 | 2023-11-19T05:13:36.147Z | Compiling anstream v0.5.0 |
826 | 2023-11-19T05:13:36.289Z | Compiling anyhow v1.0.75 |
827 | 2023-11-19T05:13:36.446Z | Compiling itoa v1.0.9 |
828 | 2023-11-19T05:13:36.693Z | Compiling strsim v0.10.0 |
829 | 2023-11-19T05:13:36.697Z | Compiling ryu v1.0.15 |
830 | 2023-11-19T05:13:36.783Z | Compiling quote v1.0.33 |
831 | 2023-11-19T05:13:37.543Z | Compiling syn v2.0.32 |
832 | 2023-11-19T05:13:37.634Z | Compiling errno v0.3.2 |
833 | 2023-11-19T05:13:39.370Z | Compiling terminal_size v0.2.6 |
834 | 2023-11-19T05:13:39.534Z | Compiling clap_builder v4.4.2 |
835 | 2023-11-19T05:13:45.426Z | Compiling serde_derive v1.0.192 |
836 | 2023-11-19T05:13:45.437Z | Compiling thiserror-impl v1.0.49 |
837 | 2023-11-19T05:13:45.443Z | Compiling clap_derive v4.4.2 |
838 | 2023-11-19T05:13:49.721Z | Compiling clap v4.4.3 |
839 | 2023-11-19T05:13:57.685Z | Compiling toml_datetime v0.6.5 |
840 | 2023-11-19T05:13:57.688Z | Compiling serde_spanned v0.6.4 |
841 | 2023-11-19T05:13:57.691Z | Compiling cargo-platform v0.1.3 |
842 | 2023-11-19T05:13:58.085Z | Compiling toml_edit v0.21.0 |
843 | 2023-11-19T05:13:59.803Z | Compiling cargo_metadata v0.18.0 |
844 | 2023-11-19T05:14:01.450Z | Compiling toml v0.8.8 |
845 | 2023-11-19T05:14:02.503Z | Compiling cargo_toml v0.17.0 |
846 | 2023-11-19T05:14:08.129Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2023-11-19T05:14:09.432Z | Finished dev [unoptimized + debuginfo] target(s) in 56.12s |
848 | 2023-11-19T05:14:09.654Z | Running `target/debug/xtask clippy` |
849 | 2023-11-19T05:14:09.713Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
850 | 2023-11-19T05:14:10.575Z | Downloading crates ... |
851 | 2023-11-19T05:14:10.856Z | Downloaded ciborium-ll v0.2.1 |
852 | 2023-11-19T05:14:10.866Z | Downloaded is-terminal v0.4.9 |
853 | 2023-11-19T05:14:10.872Z | Downloaded is_ci v1.1.1 |
854 | 2023-11-19T05:14:10.878Z | Downloaded backtrace v0.3.69 |
855 | 2023-11-19T05:14:10.885Z | Downloaded async-stream-impl v0.3.5 |
856 | 2023-11-19T05:14:10.890Z | Downloaded newtype_derive v0.1.6 |
857 | 2023-11-19T05:14:10.897Z | Downloaded hyper-staticfile v0.9.5 |
858 | 2023-11-19T05:14:10.907Z | Downloaded semver v0.11.0 |
859 | 2023-11-19T05:14:10.917Z | Downloaded papergrid v0.10.0 |
860 | 2023-11-19T05:14:10.954Z | Downloaded opaque-debug v0.3.0 |
861 | 2023-11-19T05:14:10.965Z | Downloaded openssl-macros v0.1.1 |
862 | 2023-11-19T05:14:10.971Z | Downloaded openssl-probe v0.1.5 |
863 | 2023-11-19T05:14:10.976Z | Downloaded inout v0.1.3 |
864 | 2023-11-19T05:14:10.979Z | Downloaded multer v2.1.0 |
865 | 2023-11-19T05:14:10.986Z | Downloaded bitfield v0.14.0 |
866 | 2023-11-19T05:14:10.991Z | Downloaded bit-set v0.5.3 |
867 | 2023-11-19T05:14:10.995Z | Downloaded approx v0.5.1 |
868 | 2023-11-19T05:14:11.002Z | Downloaded num_cpus v1.16.0 |
869 | 2023-11-19T05:14:11.012Z | Downloaded num-iter v0.1.43 |
870 | 2023-11-19T05:14:11.018Z | Downloaded assert_matches v1.5.0 |
871 | 2023-11-19T05:14:11.022Z | Downloaded packed_struct v0.10.1 |
872 | 2023-11-19T05:14:11.026Z | Downloaded cfg-if v0.1.10 |
873 | 2023-11-19T05:14:11.035Z | Downloaded chacha20 v0.9.1 |
874 | 2023-11-19T05:14:11.039Z | Downloaded want v0.3.1 |
875 | 2023-11-19T05:14:11.043Z | Downloaded try-lock v0.2.4 |
876 | 2023-11-19T05:14:11.049Z | Downloaded darling_macro v0.20.3 |
877 | 2023-11-19T05:14:11.054Z | Downloaded crossbeam-deque v0.8.3 |
878 | 2023-11-19T05:14:11.057Z | Downloaded serde_tokenstream v0.1.7 |
879 | 2023-11-19T05:14:11.072Z | Downloaded shlex v1.1.0 |
880 | 2023-11-19T05:14:11.077Z | Downloaded blake2b_simd v1.0.1 |
881 | 2023-11-19T05:14:11.086Z | Downloaded fxhash v0.2.1 |
882 | 2023-11-19T05:14:11.091Z | Downloaded sha1 v0.10.6 |
883 | 2023-11-19T05:14:11.096Z | Downloaded owo-colors v3.5.0 |
884 | 2023-11-19T05:14:11.103Z | Downloaded foreign-types v0.5.0 |
885 | 2023-11-19T05:14:11.108Z | Downloaded zone v0.3.0 |
886 | 2023-11-19T05:14:11.116Z | Downloaded vte_generate_state_changes v0.1.1 |
887 | 2023-11-19T05:14:11.122Z | Downloaded yansi v0.5.1 |
888 | 2023-11-19T05:14:11.126Z | Downloaded xattr v1.0.1 |
889 | 2023-11-19T05:14:11.130Z | Downloaded subprocess v0.2.9 |
890 | 2023-11-19T05:14:11.135Z | Downloaded doc-comment v0.3.3 |
891 | 2023-11-19T05:14:11.139Z | Downloaded secrecy v0.8.0 |
892 | 2023-11-19T05:14:11.142Z | Downloaded generic-array v0.14.7 |
893 | 2023-11-19T05:14:11.146Z | Downloaded semver v0.1.20 |
894 | 2023-11-19T05:14:11.150Z | Downloaded oso v0.27.0 |
895 | 2023-11-19T05:14:11.154Z | Downloaded endian-type v0.1.2 |
896 | 2023-11-19T05:14:11.159Z | Downloaded futures-timer v3.0.2 |
897 | 2023-11-19T05:14:11.162Z | Downloaded deranged v0.3.8 |
898 | 2023-11-19T05:14:11.166Z | Downloaded path-absolutize v3.1.0 |
899 | 2023-11-19T05:14:11.173Z | Downloaded rustfmt-wrapper v0.2.0 |
900 | 2023-11-19T05:14:11.177Z | Downloaded indexmap v1.9.3 |
901 | 2023-11-19T05:14:11.181Z | Downloaded vsss-rs v3.3.1 |
902 | 2023-11-19T05:14:11.185Z | Downloaded pretty-hex v0.2.1 |
903 | 2023-11-19T05:14:11.190Z | Downloaded hubpack_derive v0.1.1 |
904 | 2023-11-19T05:14:11.195Z | Downloaded zerocopy v0.6.4 |
905 | 2023-11-19T05:14:11.199Z | Downloaded rand_xorshift v0.3.0 |
906 | 2023-11-19T05:14:11.204Z | Downloaded rustc_version v0.4.0 |
907 | 2023-11-19T05:14:11.207Z | Downloaded toolchain_find v0.2.0 |
908 | 2023-11-19T05:14:11.210Z | Downloaded shell-words v1.1.0 |
909 | 2023-11-19T05:14:11.213Z | Downloaded rtoolbox v0.0.1 |
910 | 2023-11-19T05:14:11.217Z | Downloaded peeking_take_while v0.1.2 |
911 | 2023-11-19T05:14:11.223Z | Downloaded rustc-hash v1.1.0 |
912 | 2023-11-19T05:14:11.227Z | Downloaded enum-as-inner v0.5.1 |
913 | 2023-11-19T05:14:11.232Z | Downloaded futures-macro v0.3.29 |
914 | 2023-11-19T05:14:11.238Z | Downloaded dashmap v5.5.1 |
915 | 2023-11-19T05:14:11.243Z | Downloaded tracing-attributes v0.1.26 |
916 | 2023-11-19T05:14:11.253Z | Downloaded time-core v0.1.1 |
917 | 2023-11-19T05:14:11.259Z | Downloaded path-slash v0.1.5 |
918 | 2023-11-19T05:14:11.275Z | Downloaded parse-display v0.8.2 |
919 | 2023-11-19T05:14:11.696Z | Downloaded quick-error v1.2.3 |
920 | 2023-11-19T05:14:11.702Z | Downloaded vec_map v0.8.2 |
921 | 2023-11-19T05:14:11.711Z | Downloaded proc-macro-error-attr v1.0.4 |
922 | 2023-11-19T05:14:11.716Z | Downloaded humantime v2.1.0 |
923 | 2023-11-19T05:14:11.721Z | Downloaded der_derive v0.7.2 |
924 | 2023-11-19T05:14:11.729Z | Downloaded ena v0.14.2 |
925 | 2023-11-19T05:14:11.734Z | Downloaded textwrap v0.11.0 |
926 | 2023-11-19T05:14:11.741Z | Downloaded tempdir v0.3.7 |
927 | 2023-11-19T05:14:11.746Z | Downloaded serde-hex v0.1.0 |
928 | 2023-11-19T05:14:11.752Z | Downloaded plotters-svg v0.3.5 |
929 | 2023-11-19T05:14:11.759Z | Downloaded slog-bunyan v2.4.0 |
930 | 2023-11-19T05:14:11.770Z | Downloaded swrite v0.1.0 |
931 | 2023-11-19T05:14:11.776Z | Downloaded tower-service v0.3.2 |
932 | 2023-11-19T05:14:11.784Z | Downloaded siphasher v0.3.11 |
933 | 2023-11-19T05:14:11.790Z | Downloaded serial_test v0.10.0 |
934 | 2023-11-19T05:14:11.795Z | Downloaded poly1305 v0.8.0 |
935 | 2023-11-19T05:14:11.801Z | Downloaded synstructure v0.12.6 |
936 | 2023-11-19T05:14:11.812Z | Downloaded smawk v0.3.1 |
937 | 2023-11-19T05:14:11.818Z | Downloaded smallvec v0.6.14 |
938 | 2023-11-19T05:14:11.826Z | Downloaded rustc-demangle v0.1.23 |
939 | 2023-11-19T05:14:11.831Z | Downloaded crossterm v0.27.0 |
940 | 2023-11-19T05:14:11.836Z | Downloaded zone_cfg_derive v0.3.0 |
941 | 2023-11-19T05:14:11.841Z | Downloaded group v0.13.0 |
942 | 2023-11-19T05:14:11.845Z | Downloaded parse-display-derive v0.8.2 |
943 | 2023-11-19T05:14:11.851Z | Downloaded tabled_derive v0.6.0 |
944 | 2023-11-19T05:14:11.856Z | Downloaded scheduled-thread-pool v0.2.7 |
945 | 2023-11-19T05:14:11.861Z | Downloaded hostname v0.3.1 |
946 | 2023-11-19T05:14:11.866Z | Downloaded tinyvec_macros v0.1.1 |
947 | 2023-11-19T05:14:11.873Z | Downloaded num-bigint v0.4.4 |
948 | 2023-11-19T05:14:11.879Z | Downloaded waitgroup v0.1.2 |
949 | 2023-11-19T05:14:11.884Z | Downloaded usdt-attr-macro v0.3.5 |
950 | 2023-11-19T05:14:11.888Z | Downloaded derive_builder_macro v0.12.0 |
951 | 2023-11-19T05:14:11.892Z | Downloaded downcast v0.11.0 |
952 | 2023-11-19T05:14:11.896Z | Downloaded futures-executor v0.3.29 |
953 | 2023-11-19T05:14:11.901Z | Downloaded funty v2.0.0 |
954 | 2023-11-19T05:14:11.908Z | Downloaded trust-dns-server v0.22.1 |
955 | 2023-11-19T05:14:11.913Z | Downloaded serde-big-array v0.4.1 |
956 | 2023-11-19T05:14:11.917Z | Downloaded usdt v0.3.5 |
957 | 2023-11-19T05:14:11.927Z | Downloaded fixedbitset v0.4.2 |
958 | 2023-11-19T05:14:11.931Z | Downloaded tar v0.4.40 |
959 | 2023-11-19T05:14:11.935Z | Downloaded unicode-width v0.1.11 |
960 | 2023-11-19T05:14:11.941Z | Downloaded hubpack v0.1.2 |
961 | 2023-11-19T05:14:11.947Z | Downloaded slog-term v2.9.0 |
962 | 2023-11-19T05:14:11.955Z | Downloaded rcgen v0.11.3 |
963 | 2023-11-19T05:14:11.959Z | Downloaded thread_local v1.1.7 |
964 | 2023-11-19T05:14:11.964Z | Downloaded rustls-native-certs v0.6.3 |
965 | 2023-11-19T05:14:11.969Z | Downloaded strum_macros v0.25.2 |
966 | 2023-11-19T05:14:11.972Z | Downloaded stringprep v0.1.3 |
967 | 2023-11-19T05:14:11.978Z | Downloaded diesel_table_macro_syntax v0.1.0 |
968 | 2023-11-19T05:14:11.984Z | Downloaded fragile v2.0.0 |
969 | 2023-11-19T05:14:11.988Z | Downloaded phf_shared v0.11.2 |
970 | 2023-11-19T05:14:11.992Z | Downloaded hash32 v0.2.1 |
971 | 2023-11-19T05:14:11.997Z | Downloaded getopts v0.2.21 |
972 | 2023-11-19T05:14:12.000Z | Downloaded dof v0.1.5 |
973 | 2023-11-19T05:14:12.006Z | Downloaded dirs-next v2.0.0 |
974 | 2023-11-19T05:14:12.014Z | Downloaded digest v0.10.7 |
975 | 2023-11-19T05:14:12.020Z | Downloaded unicase v2.7.0 |
976 | 2023-11-19T05:14:12.024Z | Downloaded precomputed-hash v0.1.1 |
977 | 2023-11-19T05:14:12.028Z | Downloaded rustc_version v0.1.7 |
978 | 2023-11-19T05:14:12.033Z | Downloaded difflib v0.4.0 |
979 | 2023-11-19T05:14:12.037Z | Downloaded ref-cast v1.0.20 |
980 | 2023-11-19T05:14:12.041Z | Downloaded foreign-types-shared v0.3.1 |
981 | 2023-11-19T05:14:12.046Z | Downloaded pin-project-internal v1.1.3 |
982 | 2023-11-19T05:14:12.051Z | Downloaded take_mut v0.2.2 |
983 | 2023-11-19T05:14:12.054Z | Downloaded rpassword v7.2.0 |
984 | 2023-11-19T05:14:12.059Z | Downloaded platforms v3.0.2 |
985 | 2023-11-19T05:14:12.063Z | Downloaded libm v0.2.7 |
986 | 2023-11-19T05:14:12.068Z | Downloaded trybuild v1.0.85 |
987 | 2023-11-19T05:14:12.073Z | Downloaded socket2 v0.4.9 |
988 | 2023-11-19T05:14:12.077Z | Downloaded datatest-stable v0.2.3 |
989 | 2023-11-19T05:14:12.082Z | Downloaded semver-parser v0.10.2 |
990 | 2023-11-19T05:14:12.095Z | Downloaded tokio-rustls v0.24.1 |
991 | 2023-11-19T05:14:12.104Z | Downloaded pin-project-lite v0.2.13 |
992 | 2023-11-19T05:14:12.111Z | Downloaded ref-cast-impl v1.0.20 |
993 | 2023-11-19T05:14:12.118Z | Downloaded rustls-pemfile v1.0.3 |
994 | 2023-11-19T05:14:12.130Z | Downloaded num-bigint-dig v0.8.4 |
995 | 2023-11-19T05:14:12.139Z | Downloaded strum v0.25.0 |
996 | 2023-11-19T05:14:12.145Z | Downloaded rand v0.4.6 |
997 | 2023-11-19T05:14:12.150Z | Downloaded termtree v0.4.1 |
998 | 2023-11-19T05:14:12.155Z | Downloaded predicates-core v1.0.6 |
999 | 2023-11-19T05:14:12.160Z | Downloaded derive_builder_core v0.12.0 |
1000 | 2023-11-19T05:14:12.165Z | Downloaded universal-hash v0.5.1 |
1001 | 2023-11-19T05:14:12.171Z | Downloaded remove_dir_all v0.5.3 |
1002 | 2023-11-19T05:14:12.180Z | Downloaded form_urlencoded v1.2.0 |
1003 | 2023-11-19T05:14:12.591Z | Downloaded flagset v0.4.3 |
1004 | 2023-11-19T05:14:12.595Z | Downloaded http-range v0.1.5 |
1005 | 2023-11-19T05:14:12.600Z | Downloaded ppv-lite86 v0.2.17 |
1006 | 2023-11-19T05:14:12.604Z | Downloaded termios v0.3.3 |
1007 | 2023-11-19T05:14:12.609Z | Downloaded signal-hook-registry v1.4.1 |
1008 | 2023-11-19T05:14:12.615Z | Downloaded debug-ignore v1.0.5 |
1009 | 2023-11-19T05:14:12.620Z | Downloaded snafu v0.7.5 |
1010 | 2023-11-19T05:14:12.625Z | Downloaded foreign-types-shared v0.1.1 |
1011 | 2023-11-19T05:14:12.629Z | Downloaded structopt-derive v0.4.18 |
1012 | 2023-11-19T05:14:12.632Z | Downloaded strsim v0.8.0 |
1013 | 2023-11-19T05:14:12.636Z | Downloaded relative-path v1.9.0 |
1014 | 2023-11-19T05:14:12.641Z | Downloaded slog-stdlog v4.1.1 |
1015 | 2023-11-19T05:14:12.646Z | Downloaded same-file v1.0.6 |
1016 | 2023-11-19T05:14:12.650Z | Downloaded slog-async v2.8.0 |
1017 | 2023-11-19T05:14:12.655Z | Downloaded threadpool v1.8.1 |
1018 | 2023-11-19T05:14:12.661Z | Downloaded similar-asserts v1.5.0 |
1019 | 2023-11-19T05:14:12.665Z | Downloaded fs-err v2.9.0 |
1020 | 2023-11-19T05:14:12.670Z | Downloaded pin-utils v0.1.0 |
1021 | 2023-11-19T05:14:12.674Z | Downloaded serde_with_macros v2.3.3 |
1022 | 2023-11-19T05:14:12.679Z | Downloaded heck v0.3.3 |
1023 | 2023-11-19T05:14:12.684Z | Downloaded tungstenite v0.18.0 |
1024 | 2023-11-19T05:14:12.688Z | Downloaded pest_generator v2.7.2 |
1025 | 2023-11-19T05:14:12.692Z | Downloaded signature v2.1.0 |
1026 | 2023-11-19T05:14:12.696Z | Downloaded signal-hook-mio v0.2.3 |
1027 | 2023-11-19T05:14:12.700Z | Downloaded predicates v3.0.4 |
1028 | 2023-11-19T05:14:12.703Z | Downloaded test-strategy v0.3.1 |
1029 | 2023-11-19T05:14:12.706Z | Downloaded spin v0.5.2 |
1030 | 2023-11-19T05:14:12.711Z | Downloaded home v0.5.5 |
1031 | 2023-11-19T05:14:12.716Z | Downloaded memoffset v0.9.0 |
1032 | 2023-11-19T05:14:12.719Z | Downloaded tinytemplate v1.2.1 |
1033 | 2023-11-19T05:14:12.723Z | Downloaded tokio-tungstenite v0.20.1 |
1034 | 2023-11-19T05:14:12.730Z | Downloaded diesel_derives v2.1.1 |
1035 | 2023-11-19T05:14:12.733Z | Downloaded sha2 v0.10.8 |
1036 | 2023-11-19T05:14:12.737Z | Downloaded hyper-rustls v0.24.2 |
1037 | 2023-11-19T05:14:12.742Z | Downloaded predicates v2.1.5 |
1038 | 2023-11-19T05:14:12.748Z | Downloaded tokio-stream v0.1.14 |
1039 | 2023-11-19T05:14:12.751Z | Downloaded mockall v0.11.4 |
1040 | 2023-11-19T05:14:12.755Z | Downloaded trust-dns-resolver v0.22.0 |
1041 | 2023-11-19T05:14:12.759Z | Downloaded signal-hook v0.3.17 |
1042 | 2023-11-19T05:14:12.763Z | Downloaded postgres-types v0.2.6 |
1043 | 2023-11-19T05:14:12.799Z | Downloaded der v0.7.8 |
1044 | 2023-11-19T05:14:12.803Z | Downloaded ron v0.8.1 |
1045 | 2023-11-19T05:14:12.807Z | Downloaded tungstenite v0.20.1 |
1046 | 2023-11-19T05:14:12.811Z | Downloaded rand v0.8.5 |
1047 | 2023-11-19T05:14:12.816Z | Downloaded time v0.3.27 |
1048 | 2023-11-19T05:14:12.822Z | Downloaded hashbrown v0.12.3 |
1049 | 2023-11-19T05:14:12.827Z | Downloaded httptest v0.15.5 |
1050 | 2023-11-19T05:14:12.834Z | Downloaded aho-corasick v1.0.4 |
1051 | 2023-11-19T05:14:12.839Z | Downloaded idna v0.4.0 |
1052 | 2023-11-19T05:14:12.843Z | Downloaded steno v0.4.0 |
1053 | 2023-11-19T05:14:12.851Z | Downloaded tracing v0.1.37 |
1054 | 2023-11-19T05:14:12.855Z | Downloaded rayon v1.8.0 |
1055 | 2023-11-19T05:14:12.861Z | Downloaded regex-automata v0.1.10 |
1056 | 2023-11-19T05:14:12.867Z | Downloaded plotters v0.3.5 |
1057 | 2023-11-19T05:14:12.871Z | Downloaded reedline v0.25.0 |
1058 | 2023-11-19T05:14:12.874Z | Downloaded expectorate v1.1.0 |
1059 | 2023-11-19T05:14:12.877Z | Downloaded tokio-util v0.7.10 |
1060 | 2023-11-19T05:14:12.880Z | Downloaded h2 v0.3.21 |
1061 | 2023-11-19T05:14:12.883Z | Downloaded futures-util v0.3.29 |
1062 | 2023-11-19T05:14:12.887Z | Downloaded rustls-webpki v0.101.7 |
1063 | 2023-11-19T05:14:12.890Z | Downloaded reqwest v0.11.22 |
1064 | 2023-11-19T05:14:12.894Z | Downloaded hkdf v0.12.3 |
1065 | 2023-11-19T05:14:12.898Z | Downloaded hyper v0.14.27 |
1066 | 2023-11-19T05:14:12.903Z | Downloaded smoltcp v0.8.2 |
1067 | 2023-11-19T05:14:12.907Z | Downloaded gimli v0.28.0 |
1068 | 2023-11-19T05:14:12.911Z | Downloaded ratatui v0.23.0 |
1069 | 2023-11-19T05:14:12.915Z | Downloaded syn v1.0.109 |
1070 | 2023-11-19T05:14:12.920Z | Downloaded polar-core v0.27.0 |
1071 | 2023-11-19T05:14:12.924Z | Downloaded object v0.30.4 |
1072 | 2023-11-19T05:14:12.927Z | Downloaded regex v1.10.2 |
1073 | 2023-11-19T05:14:12.931Z | Downloaded sled v0.34.7 |
1074 | 2023-11-19T05:14:12.935Z | Downloaded rustix v0.38.9 |
1075 | 2023-11-19T05:14:12.939Z | Downloaded regex-syntax v0.7.5 |
1076 | 2023-11-19T05:14:12.945Z | Downloaded tokio v1.33.0 |
1077 | 2023-11-19T05:14:12.949Z | Downloaded zerocopy-derive v0.6.4 |
1078 | 2023-11-19T05:14:12.953Z | Downloaded zerocopy-derive v0.2.0 |
1079 | 2023-11-19T05:14:12.957Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2023-11-19T05:14:12.962Z | Downloaded regex-automata v0.3.8 |
1081 | 2023-11-19T05:14:12.965Z | Downloaded regex-automata v0.4.3 |
1082 | 2023-11-19T05:14:12.969Z | Downloaded diesel v2.1.3 |
1083 | 2023-11-19T05:14:12.974Z | Downloaded regex-syntax v0.6.29 |
1084 | 2023-11-19T05:14:12.978Z | Downloaded bstr v1.6.0 |
1085 | 2023-11-19T05:14:12.983Z | Downloaded smoltcp v0.9.1 |
1086 | 2023-11-19T05:14:12.992Z | Downloaded sha3 v0.10.8 |
1087 | 2023-11-19T05:14:13.012Z | Downloaded rustls v0.21.8 |
1088 | 2023-11-19T05:14:13.429Z | Downloaded openapiv3 v2.0.0-rc.1 |
1089 | 2023-11-19T05:14:13.433Z | Downloaded regex-syntax v0.8.2 |
1090 | 2023-11-19T05:14:13.439Z | Downloaded bstr v0.2.17 |
1091 | 2023-11-19T05:14:13.443Z | Downloaded trust-dns-proto v0.22.0 |
1092 | 2023-11-19T05:14:13.446Z | Downloaded encoding_rs v0.8.33 |
1093 | 2023-11-19T05:14:13.450Z | Downloaded proptest v1.3.1 |
1094 | 2023-11-19T05:14:13.455Z | Downloaded radix_trie v0.2.1 |
1095 | 2023-11-19T05:14:13.459Z | Downloaded regress v0.7.1 |
1096 | 2023-11-19T05:14:13.463Z | Downloaded curve25519-dalek v4.1.0 |
1097 | 2023-11-19T05:14:13.467Z | Downloaded object v0.32.1 |
1098 | 2023-11-19T05:14:13.474Z | Downloaded vcpkg v0.2.15 |
1099 | 2023-11-19T05:14:13.478Z | Downloaded webpki-roots v0.25.2 |
1100 | 2023-11-19T05:14:13.482Z | Downloaded idna v0.2.3 |
1101 | 2023-11-19T05:14:13.487Z | Downloaded quick-xml v0.23.1 |
1102 | 2023-11-19T05:14:13.493Z | Downloaded tabled v0.14.0 |
1103 | 2023-11-19T05:14:13.497Z | Downloaded openssl v0.10.57 |
1104 | 2023-11-19T05:14:13.502Z | Downloaded bindgen v0.65.1 |
1105 | 2023-11-19T05:14:13.508Z | Downloaded openapiv3 v1.0.3 |
1106 | 2023-11-19T05:14:13.512Z | Downloaded bitvec v1.0.1 |
1107 | 2023-11-19T05:14:13.520Z | Downloaded lalrpop v0.19.12 |
1108 | 2023-11-19T05:14:13.523Z | Downloaded petgraph v0.6.4 |
1109 | 2023-11-19T05:14:13.527Z | Downloaded clap v2.34.0 |
1110 | 2023-11-19T05:14:13.531Z | Downloaded chrono v0.4.31 |
1111 | 2023-11-19T05:14:13.535Z | Downloaded portable-atomic v1.4.3 |
1112 | 2023-11-19T05:14:13.544Z | Downloaded unicode-segmentation v1.10.1 |
1113 | 2023-11-19T05:14:13.548Z | Downloaded tough v0.14.0 |
1114 | 2023-11-19T05:14:13.959Z | Downloaded flate2 v1.0.28 |
1115 | 2023-11-19T05:14:13.962Z | Downloaded url v2.4.1 |
1116 | 2023-11-19T05:14:13.970Z | Downloaded serde_with v2.3.3 |
1117 | 2023-11-19T05:14:13.974Z | Downloaded rsa v0.9.2 |
1118 | 2023-11-19T05:14:13.977Z | Downloaded serde_yaml v0.9.25 |
1119 | 2023-11-19T05:14:13.980Z | Downloaded pest v2.7.2 |
1120 | 2023-11-19T05:14:13.984Z | Downloaded pretty_assertions v1.4.0 |
1121 | 2023-11-19T05:14:13.987Z | Downloaded hmac v0.12.1 |
1122 | 2023-11-19T05:14:13.990Z | Downloaded slog v2.7.0 |
1123 | 2023-11-19T05:14:13.995Z | Downloaded hashbrown v0.13.2 |
1124 | 2023-11-19T05:14:13.998Z | Downloaded diff v0.1.13 |
1125 | 2023-11-19T05:14:14.001Z | Downloaded flume v0.11.0 |
1126 | 2023-11-19T05:14:14.006Z | Downloaded pkcs8 v0.10.2 |
1127 | 2023-11-19T05:14:14.009Z | Downloaded pkcs1 v0.7.5 |
1128 | 2023-11-19T05:14:14.012Z | Downloaded ring v0.17.5 |
1129 | 2023-11-19T05:14:14.015Z | Downloaded futures-core v0.3.29 |
1130 | 2023-11-19T05:14:14.018Z | Downloaded unarray v0.1.4 |
1131 | 2023-11-19T05:14:14.024Z | Downloaded rayon-core v1.12.0 |
1132 | 2023-11-19T05:14:14.028Z | Downloaded pin-project v1.1.3 |
1133 | 2023-11-19T05:14:14.031Z | Downloaded http-body v0.4.5 |
1134 | 2023-11-19T05:14:14.035Z | Downloaded slog-scope v4.4.0 |
1135 | 2023-11-19T05:14:14.039Z | Downloaded slab v0.4.9 |
1136 | 2023-11-19T05:14:14.044Z | Downloaded futures-channel v0.3.29 |
1137 | 2023-11-19T05:14:14.046Z | Downloaded fd-lock v3.0.13 |
1138 | 2023-11-19T05:14:14.050Z | Downloaded password-hash v0.5.0 |
1139 | 2023-11-19T05:14:14.053Z | Downloaded similar v2.2.1 |
1140 | 2023-11-19T05:14:14.056Z | Downloaded heapless v0.7.16 |
1141 | 2023-11-19T05:14:14.060Z | Downloaded ring v0.16.20 |
1142 | 2023-11-19T05:14:14.065Z | Downloaded usdt-macro v0.3.5 |
1143 | 2023-11-19T05:14:14.068Z | Downloaded unicode-xid v0.2.4 |
1144 | 2023-11-19T05:14:14.074Z | Downloaded httparse v1.8.0 |
1145 | 2023-11-19T05:14:14.079Z | Downloaded tokio-tungstenite v0.18.0 |
1146 | 2023-11-19T05:14:14.082Z | Downloaded fatfs v0.3.6 |
1147 | 2023-11-19T05:14:14.085Z | Downloaded trust-dns-client v0.22.0 |
1148 | 2023-11-19T05:14:14.089Z | Downloaded structmeta v0.2.0 |
1149 | 2023-11-19T05:14:14.093Z | Downloaded ucd-trie v0.1.6 |
1150 | 2023-11-19T05:14:14.096Z | Downloaded resolv-conf v0.7.0 |
1151 | 2023-11-19T05:14:14.099Z | Downloaded postcard-cobs v0.1.5-pre |
1152 | 2023-11-19T05:14:14.102Z | Downloaded prettyplease v0.2.12 |
1153 | 2023-11-19T05:14:14.105Z | Downloaded sct v0.7.0 |
1154 | 2023-11-19T05:14:14.109Z | Downloaded headers v0.3.9 |
1155 | 2023-11-19T05:14:14.113Z | Downloaded pem v3.0.2 |
1156 | 2023-11-19T05:14:14.117Z | Downloaded pem v1.1.1 |
1157 | 2023-11-19T05:14:14.120Z | Downloaded paste v1.0.14 |
1158 | 2023-11-19T05:14:14.123Z | Downloaded httpdate v1.0.3 |
1159 | 2023-11-19T05:14:14.126Z | Downloaded rstest v0.18.2 |
1160 | 2023-11-19T05:14:14.129Z | Downloaded spin v0.9.8 |
1161 | 2023-11-19T05:14:14.135Z | Downloaded futures v0.3.29 |
1162 | 2023-11-19T05:14:14.139Z | Downloaded itertools v0.10.5 |
1163 | 2023-11-19T05:14:14.143Z | Downloaded unicode-normalization v0.1.22 |
1164 | 2023-11-19T05:14:14.147Z | Downloaded itertools v0.11.0 |
1165 | 2023-11-19T05:14:14.152Z | Downloaded nom v7.1.3 |
1166 | 2023-11-19T05:14:14.155Z | Downloaded salty v0.2.0 |
1167 | 2023-11-19T05:14:14.159Z | Downloaded x509-cert v0.2.4 |
1168 | 2023-11-19T05:14:14.162Z | Downloaded toml_edit v0.19.15 |
1169 | 2023-11-19T05:14:14.167Z | Downloaded libxml v0.3.3 |
1170 | 2023-11-19T05:14:14.172Z | Downloaded pest_meta v2.7.2 |
1171 | 2023-11-19T05:14:14.175Z | Downloaded rstest_macros v0.18.2 |
1172 | 2023-11-19T05:14:14.178Z | Downloaded socket2 v0.5.4 |
1173 | 2023-11-19T05:14:14.182Z | Downloaded smallvec v1.11.0 |
1174 | 2023-11-19T05:14:14.185Z | Downloaded half v1.8.2 |
1175 | 2023-11-19T05:14:14.188Z | Downloaded http v0.2.11 |
1176 | 2023-11-19T05:14:14.192Z | Downloaded dirs-sys-next v0.1.2 |
1177 | 2023-11-19T05:14:14.197Z | Downloaded ff v0.13.0 |
1178 | 2023-11-19T05:14:14.202Z | Downloaded zeroize v1.6.0 |
1179 | 2023-11-19T05:14:14.206Z | Downloaded tracing-core v0.1.31 |
1180 | 2023-11-19T05:14:14.209Z | Downloaded once_cell v1.18.0 |
1181 | 2023-11-19T05:14:14.212Z | Downloaded toml v0.5.11 |
1182 | 2023-11-19T05:14:14.216Z | Downloaded snafu-derive v0.7.5 |
1183 | 2023-11-19T05:14:14.218Z | Downloaded uuid v1.5.0 |
1184 | 2023-11-19T05:14:14.223Z | Downloaded unicode-bidi v0.3.13 |
1185 | 2023-11-19T05:14:14.227Z | Downloaded crossbeam-channel v0.5.8 |
1186 | 2023-11-19T05:14:14.230Z | Downloaded tinyvec v1.6.0 |
1187 | 2023-11-19T05:14:14.233Z | Downloaded unsafe-libyaml v0.2.9 |
1188 | 2023-11-19T05:14:14.236Z | Downloaded string_cache v0.8.7 |
1189 | 2023-11-19T05:14:14.239Z | Downloaded data-encoding v2.4.0 |
1190 | 2023-11-19T05:14:14.241Z | Downloaded rustversion v1.0.14 |
1191 | 2023-11-19T05:14:14.246Z | Downloaded slog-json v2.6.1 |
1192 | 2023-11-19T05:14:14.249Z | Downloaded textwrap v0.16.0 |
1193 | 2023-11-19T05:14:14.252Z | Downloaded elliptic-curve v0.13.5 |
1194 | 2023-11-19T05:14:14.254Z | Downloaded arc-swap v1.6.0 |
1195 | 2023-11-19T05:14:14.257Z | Downloaded tokio-postgres v0.7.10 |
1196 | 2023-11-19T05:14:14.260Z | Downloaded pest_derive v2.7.2 |
1197 | 2023-11-19T05:14:14.267Z | Downloaded unicode-linebreak v0.1.5 |
1198 | 2023-11-19T05:14:14.275Z | Downloaded time-macros v0.2.13 |
1199 | 2023-11-19T05:14:14.298Z | Downloaded slog-envlogger v2.2.0 |
1200 | 2023-11-19T05:14:14.308Z | Downloaded slog-dtrace v0.2.3 |
1201 | 2023-11-19T05:14:14.321Z | Downloaded pkg-config v0.3.27 |
1202 | 2023-11-19T05:14:14.338Z | Downloaded proc-macro-crate v1.3.1 |
1203 | 2023-11-19T05:14:14.353Z | Downloaded strip-ansi-escapes v0.2.0 |
1204 | 2023-11-19T05:14:14.362Z | Downloaded linear-map v1.2.0 |
1205 | 2023-11-19T05:14:14.368Z | Downloaded serde_tokenstream v0.2.0 |
1206 | 2023-11-19T05:14:14.374Z | Downloaded tui-tree-widget v0.13.0 |
1207 | 2023-11-19T05:14:14.384Z | Downloaded rand_core v0.6.4 |
1208 | 2023-11-19T05:14:14.397Z | Downloaded rand_chacha v0.3.1 |
1209 | 2023-11-19T05:14:14.447Z | Downloaded phf v0.11.2 |
1210 | 2023-11-19T05:14:14.452Z | Downloaded criterion v0.5.1 |
1211 | 2023-11-19T05:14:14.455Z | Downloaded strum_macros v0.24.3 |
1212 | 2023-11-19T05:14:14.460Z | Downloaded plotters-backend v0.3.5 |
1213 | 2023-11-19T05:14:14.468Z | Downloaded minimal-lexical v0.2.1 |
1214 | 2023-11-19T05:14:14.472Z | Downloaded phf_shared v0.10.0 |
1215 | 2023-11-19T05:14:14.475Z | Downloaded hex v0.4.3 |
1216 | 2023-11-19T05:14:14.478Z | Downloaded proc-macro-error v1.0.4 |
1217 | 2023-11-19T05:14:14.487Z | Downloaded path-dedot v3.1.0 |
1218 | 2023-11-19T05:14:14.491Z | Downloaded postcard v0.7.3 |
1219 | 2023-11-19T05:14:14.496Z | Downloaded toml v0.7.8 |
1220 | 2023-11-19T05:14:14.501Z | Downloaded rust-argon2 v1.0.1 |
1221 | 2023-11-19T05:14:14.505Z | Downloaded parking_lot_core v0.9.8 |
1222 | 2023-11-19T05:14:14.508Z | Downloaded derive_builder v0.12.0 |
1223 | 2023-11-19T05:14:14.512Z | Downloaded derive-where v1.2.5 |
1224 | 2023-11-19T05:14:14.516Z | Downloaded fnv v1.0.7 |
1225 | 2023-11-19T05:14:14.520Z | Downloaded fastrand v2.0.0 |
1226 | 2023-11-19T05:14:14.524Z | Downloaded topological-sort v0.2.2 |
1227 | 2023-11-19T05:14:14.528Z | Downloaded partial-io v0.5.4 |
1228 | 2023-11-19T05:14:14.531Z | Downloaded thiserror-impl-no-std v2.0.2 |
1229 | 2023-11-19T05:14:14.535Z | Downloaded filetime v0.2.22 |
1230 | 2023-11-19T05:14:14.538Z | Downloaded env_logger v0.10.0 |
1231 | 2023-11-19T05:14:14.543Z | Downloaded yasna v0.5.2 |
1232 | 2023-11-19T05:14:14.546Z | Downloaded supports-color v2.1.0 |
1233 | 2023-11-19T05:14:14.551Z | Downloaded derive_more v0.99.17 |
1234 | 2023-11-19T05:14:14.557Z | Downloaded predicates-tree v1.0.9 |
1235 | 2023-11-19T05:14:14.561Z | Downloaded usdt-impl v0.3.5 |
1236 | 2023-11-19T05:14:14.577Z | Downloaded serde_derive_internals v0.26.0 |
1237 | 2023-11-19T05:14:14.583Z | Downloaded zip v0.6.6 |
1238 | 2023-11-19T05:14:14.586Z | Downloaded postgres-protocol v0.6.6 |
1239 | 2023-11-19T05:14:14.589Z | Downloaded vte v0.11.1 |
1240 | 2023-11-19T05:14:14.593Z | Downloaded mio v0.8.8 |
1241 | 2023-11-19T05:14:14.596Z | Downloaded either v1.9.0 |
1242 | 2023-11-19T05:14:14.600Z | Downloaded bytes v1.5.0 |
1243 | 2023-11-19T05:14:14.603Z | Downloaded fallible-iterator v0.2.0 |
1244 | 2023-11-19T05:14:14.609Z | Downloaded getrandom v0.2.10 |
1245 | 2023-11-19T05:14:14.612Z | Downloaded percent-encoding v2.3.0 |
1246 | 2023-11-19T05:14:14.615Z | Downloaded pem-rfc7468 v0.7.0 |
1247 | 2023-11-19T05:14:14.618Z | Downloaded globset v0.4.13 |
1248 | 2023-11-19T05:14:14.621Z | Downloaded futures-sink v0.3.29 |
1249 | 2023-11-19T05:14:14.625Z | Downloaded futures-io v0.3.29 |
1250 | 2023-11-19T05:14:14.628Z | Downloaded openssl-sys v0.9.93 |
1251 | 2023-11-19T05:14:14.633Z | Downloaded base64 v0.21.5 |
1252 | 2023-11-19T05:14:14.636Z | Downloaded pretty-hex v0.3.0 |
1253 | 2023-11-19T05:14:14.639Z | Downloaded display-error-chain v0.2.0 |
1254 | 2023-11-19T05:14:14.642Z | Downloaded utf-8 v0.7.6 |
1255 | 2023-11-19T05:14:14.647Z | Downloaded serde_urlencoded v0.7.1 |
1256 | 2023-11-19T05:14:14.650Z | Downloaded serde_repr v0.1.16 |
1257 | 2023-11-19T05:14:14.655Z | Downloaded serde_plain v1.0.2 |
1258 | 2023-11-19T05:14:14.658Z | Downloaded headers-core v0.2.0 |
1259 | 2023-11-19T05:14:14.661Z | Downloaded float-cmp v0.9.0 |
1260 | 2023-11-19T05:14:14.664Z | Downloaded hex-literal v0.4.1 |
1261 | 2023-11-19T05:14:14.668Z | Downloaded base64 v0.13.1 |
1262 | 2023-11-19T05:14:14.672Z | Downloaded typenum v1.16.0 |
1263 | 2023-11-19T05:14:14.675Z | Downloaded crypto-bigint v0.5.2 |
1264 | 2023-11-19T05:14:14.678Z | Downloaded crc-any v2.4.3 |
1265 | 2023-11-19T05:14:14.681Z | Downloaded chacha20poly1305 v0.10.1 |
1266 | 2023-11-19T05:14:14.686Z | Downloaded darling_core v0.14.4 |
1267 | 2023-11-19T05:14:14.691Z | Downloaded structopt v0.3.26 |
1268 | 2023-11-19T05:14:14.695Z | Downloaded signature v1.6.4 |
1269 | 2023-11-19T05:14:14.698Z | Downloaded parking_lot v0.12.1 |
1270 | 2023-11-19T05:14:14.701Z | Downloaded glob v0.3.1 |
1271 | 2023-11-19T05:14:14.704Z | Downloaded ed25519 v1.5.3 |
1272 | 2023-11-19T05:14:14.723Z | Downloaded dyn-clone v1.0.13 |
1273 | 2023-11-19T05:14:14.733Z | Downloaded dtrace-parser v0.1.14 |
1274 | 2023-11-19T05:14:14.740Z | Downloaded futures-task v0.3.29 |
1275 | 2023-11-19T05:14:14.742Z | Downloaded basic-toml v0.1.4 |
1276 | 2023-11-19T05:14:14.745Z | Downloaded ahash v0.8.3 |
1277 | 2023-11-19T05:14:14.748Z | Downloaded highway v1.1.0 |
1278 | 2023-11-19T05:14:14.751Z | Downloaded num-rational v0.4.1 |
1279 | 2023-11-19T05:14:14.756Z | Downloaded scopeguard v1.2.0 |
1280 | 2023-11-19T05:14:14.759Z | Downloaded wait-timeout v0.2.0 |
1281 | 2023-11-19T05:14:14.763Z | Downloaded serde_path_to_error v0.1.14 |
1282 | 2023-11-19T05:14:14.766Z | Downloaded indicatif v0.17.7 |
1283 | 2023-11-19T05:14:14.771Z | Downloaded wyz v0.5.1 |
1284 | 2023-11-19T05:14:14.774Z | Downloaded which v4.4.0 |
1285 | 2023-11-19T05:14:14.779Z | Downloaded term v0.7.0 |
1286 | 2023-11-19T05:14:14.786Z | Downloaded tempfile v3.8.0 |
1287 | 2023-11-19T05:14:14.791Z | Downloaded miniz_oxide v0.7.1 |
1288 | 2023-11-19T05:14:14.794Z | Downloaded foreign-types-macros v0.2.3 |
1289 | 2023-11-19T05:14:14.798Z | Downloaded r2d2 v0.8.10 |
1290 | 2023-11-19T05:14:14.804Z | Downloaded foreign-types v0.3.2 |
1291 | 2023-11-19T05:14:14.808Z | Downloaded radium v0.7.0 |
1292 | 2023-11-19T05:14:14.812Z | Downloaded num-traits v0.2.16 |
1293 | 2023-11-19T05:14:14.815Z | Downloaded ciborium v0.2.1 |
1294 | 2023-11-19T05:14:14.818Z | Downloaded bitflags v2.4.0 |
1295 | 2023-11-19T05:14:14.823Z | Downloaded whoami v1.4.1 |
1296 | 2023-11-19T05:14:14.826Z | Downloaded walkdir v2.4.0 |
1297 | 2023-11-19T05:14:14.829Z | Downloaded termcolor v1.2.0 |
1298 | 2023-11-19T05:14:14.833Z | Downloaded crossbeam-epoch v0.9.15 |
1299 | 2023-11-19T05:14:14.836Z | Downloaded nanorand v0.7.0 |
1300 | 2023-11-19T05:14:14.841Z | Downloaded num-derive v0.4.0 |
1301 | 2023-11-19T05:14:14.844Z | Downloaded num-complex v0.4.4 |
1302 | 2023-11-19T05:14:14.847Z | Downloaded addr2line v0.21.0 |
1303 | 2023-11-19T05:14:14.851Z | Downloaded zerocopy v0.3.0 |
1304 | 2023-11-19T05:14:14.854Z | Downloaded tokio-native-tls v0.3.1 |
1305 | 2023-11-19T05:14:14.861Z | Downloaded tiny-keccak v2.0.2 |
1306 | 2023-11-19T05:14:14.864Z | Downloaded static_assertions v1.1.0 |
1307 | 2023-11-19T05:14:14.868Z | Downloaded stable_deref_trait v1.2.0 |
1308 | 2023-11-19T05:14:14.872Z | Downloaded spki v0.7.2 |
1309 | 2023-11-19T05:14:14.875Z | Downloaded parking_lot v0.11.2 |
1310 | 2023-11-19T05:14:14.879Z | Downloaded omicron-zone-package v0.9.1 |
1311 | 2023-11-19T05:14:14.883Z | Downloaded log v0.4.20 |
1312 | 2023-11-19T05:14:14.888Z | Downloaded native-tls v0.2.11 |
1313 | 2023-11-19T05:14:14.892Z | Downloaded darling v0.20.3 |
1314 | 2023-11-19T05:14:14.895Z | Downloaded arrayvec v0.7.4 |
1315 | 2023-11-19T05:14:14.898Z | Downloaded async-trait v0.1.74 |
1316 | 2023-11-19T05:14:14.901Z | Downloaded ansi_term v0.12.1 |
1317 | 2023-11-19T05:14:14.905Z | Downloaded assert_cmd v2.0.12 |
1318 | 2023-11-19T05:14:14.909Z | Downloaded tokio-macros v2.1.0 |
1319 | 2023-11-19T05:14:14.914Z | Downloaded smf v0.2.2 |
1320 | 2023-11-19T05:14:14.917Z | Downloaded lalrpop-util v0.19.12 |
1321 | 2023-11-19T05:14:14.920Z | Downloaded version_check v0.9.4 |
1322 | 2023-11-19T05:14:14.923Z | Downloaded untrusted v0.9.0 |
1323 | 2023-11-19T05:14:14.926Z | Downloaded thread-id v4.2.0 |
1324 | 2023-11-19T05:14:14.933Z | Downloaded thiserror-no-std v2.0.2 |
1325 | 2023-11-19T05:14:14.941Z | Downloaded tap v1.0.1 |
1326 | 2023-11-19T05:14:14.946Z | Downloaded subtle v2.5.0 |
1327 | 2023-11-19T05:14:14.949Z | Downloaded crossbeam-utils v0.8.16 |
1328 | 2023-11-19T05:14:14.952Z | Downloaded cookie v0.18.0 |
1329 | 2023-11-19T05:14:14.956Z | Downloaded const-oid v0.9.5 |
1330 | 2023-11-19T05:14:14.959Z | Downloaded darling_macro v0.14.4 |
1331 | 2023-11-19T05:14:14.962Z | Downloaded nu-ansi-term v0.49.0 |
1332 | 2023-11-19T05:14:14.965Z | Downloaded clang-sys v1.6.1 |
1333 | 2023-11-19T05:14:14.968Z | Downloaded structmeta-derive v0.2.0 |
1334 | 2023-11-19T05:14:14.973Z | Downloaded signal-hook-tokio v0.3.1 |
1335 | 2023-11-19T05:14:14.976Z | Downloaded oorandom v11.1.3 |
1336 | 2023-11-19T05:14:14.980Z | Downloaded darling v0.14.4 |
1337 | 2023-11-19T05:14:14.988Z | Downloaded base64ct v1.6.0 |
1338 | 2023-11-19T05:14:15.004Z | Downloaded backoff v0.4.0 |
1339 | 2023-11-19T05:14:15.011Z | Downloaded argon2 v0.5.2 |
1340 | 2023-11-19T05:14:15.017Z | Downloaded macaddr v1.0.1 |
1341 | 2023-11-19T05:14:15.028Z | Downloaded libloading v0.7.4 |
1342 | 2023-11-19T05:14:15.031Z | Downloaded zeroize_derive v1.4.2 |
1343 | 2023-11-19T05:14:15.035Z | Downloaded num_enum v0.5.11 |
1344 | 2023-11-19T05:14:15.039Z | Downloaded olpc-cjson v0.1.3 |
1345 | 2023-11-19T05:14:15.042Z | Downloaded aead v0.5.2 |
1346 | 2023-11-19T05:14:15.045Z | Downloaded crc32fast v1.3.2 |
1347 | 2023-11-19T05:14:15.048Z | Downloaded cancel-safe-futures v0.1.5 |
1348 | 2023-11-19T05:14:15.051Z | Downloaded bzip2 v0.4.4 |
1349 | 2023-11-19T05:14:15.054Z | Downloaded arrayref v0.3.7 |
1350 | 2023-11-19T05:14:15.057Z | Downloaded num v0.4.1 |
1351 | 2023-11-19T05:14:15.060Z | Downloaded num_enum_derive v0.5.11 |
1352 | 2023-11-19T05:14:15.063Z | Downloaded nibble_vec v0.1.0 |
1353 | 2023-11-19T05:14:15.066Z | Downloaded new_debug_unreachable v1.0.4 |
1354 | 2023-11-19T05:14:15.071Z | Downloaded crossbeam-queue v0.3.8 |
1355 | 2023-11-19T05:14:15.073Z | Downloaded bcs v0.1.6 |
1356 | 2023-11-19T05:14:15.078Z | Downloaded autocfg v1.1.0 |
1357 | 2023-11-19T05:14:15.081Z | Downloaded anes v0.1.6 |
1358 | 2023-11-19T05:14:15.084Z | Downloaded buf-list v1.0.3 |
1359 | 2023-11-19T05:14:15.087Z | Downloaded camino-tempfile v1.0.2 |
1360 | 2023-11-19T05:14:15.090Z | Downloaded block-buffer v0.10.4 |
1361 | 2023-11-19T05:14:15.093Z | Downloaded bb8 v0.8.1 |
1362 | 2023-11-19T05:14:15.096Z | Downloaded array-init v0.0.4 |
1363 | 2023-11-19T05:14:15.099Z | Downloaded adler v1.0.2 |
1364 | 2023-11-19T05:14:15.103Z | Downloaded async-stream v0.3.5 |
1365 | 2023-11-19T05:14:15.107Z | Downloaded untrusted v0.7.1 |
1366 | 2023-11-19T05:14:15.111Z | Downloaded packed_struct_codegen v0.10.1 |
1367 | 2023-11-19T05:14:15.114Z | Downloaded num-integer v0.1.45 |
1368 | 2023-11-19T05:14:15.117Z | Downloaded crc v3.0.1 |
1369 | 2023-11-19T05:14:15.120Z | Downloaded nodrop v0.1.14 |
1370 | 2023-11-19T05:14:15.123Z | Downloaded byteorder v1.5.0 |
1371 | 2023-11-19T05:14:15.125Z | Downloaded libtest-mimic v0.6.1 |
1372 | 2023-11-19T05:14:15.128Z | Downloaded console v0.15.7 |
1373 | 2023-11-19T05:14:15.131Z | Downloaded impl-trait-for-tuples v0.2.2 |
1374 | 2023-11-19T05:14:15.135Z | Downloaded atomicwrites v0.4.2 |
1375 | 2023-11-19T05:14:15.138Z | Downloaded hyper-tls v0.5.0 |
1376 | 2023-11-19T05:14:15.141Z | Downloaded atomic-waker v1.1.1 |
1377 | 2023-11-19T05:14:15.144Z | Downloaded base16ct v0.2.0 |
1378 | 2023-11-19T05:14:15.148Z | Downloaded serial_test_derive v0.10.0 |
1379 | 2023-11-19T05:14:15.151Z | Downloaded lock_api v0.4.10 |
1380 | 2023-11-19T05:14:15.156Z | Downloaded libsw v3.3.0 |
1381 | 2023-11-19T05:14:15.158Z | Downloaded cexpr v0.6.0 |
1382 | 2023-11-19T05:14:15.161Z | Downloaded lazycell v1.3.0 |
1383 | 2023-11-19T05:14:15.164Z | Downloaded oso-derive v0.27.0 |
1384 | 2023-11-19T05:14:15.167Z | Downloaded mime v0.3.17 |
1385 | 2023-11-19T05:14:15.169Z | Downloaded md-5 v0.10.5 |
1386 | 2023-11-19T05:14:15.172Z | Downloaded maybe-uninit v2.0.0 |
1387 | 2023-11-19T05:14:15.175Z | Downloaded maplit v1.0.2 |
1388 | 2023-11-19T05:14:15.178Z | Downloaded linked-hash-map v0.5.6 |
1389 | 2023-11-19T05:14:15.181Z | Downloaded libefi-sys v0.1.0 |
1390 | 2023-11-19T05:14:15.183Z | Downloaded crc-catalog v2.2.0 |
1391 | 2023-11-19T05:14:15.186Z | Downloaded cpufeatures v0.2.9 |
1392 | 2023-11-19T05:14:15.190Z | Downloaded cassowary v0.3.0 |
1393 | 2023-11-19T05:14:15.193Z | Downloaded block-padding v0.3.3 |
1394 | 2023-11-19T05:14:15.196Z | Downloaded bit-vec v0.6.3 |
1395 | 2023-11-19T05:14:15.199Z | Downloaded ascii-canvas v3.0.0 |
1396 | 2023-11-19T05:14:15.202Z | Downloaded curve25519-dalek-derive v0.1.0 |
1397 | 2023-11-19T05:14:15.205Z | Downloaded bytecount v0.6.3 |
1398 | 2023-11-19T05:14:15.208Z | Downloaded cfg-if v1.0.0 |
1399 | 2023-11-19T05:14:15.211Z | Downloaded cc v1.0.83 |
1400 | 2023-11-19T05:14:15.214Z | Downloaded cast v0.3.0 |
1401 | 2023-11-19T05:14:15.218Z | Downloaded bytesize v1.3.0 |
1402 | 2023-11-19T05:14:15.221Z | Downloaded ident_case v1.0.1 |
1403 | 2023-11-19T05:14:15.223Z | Downloaded convert_case v0.4.0 |
1404 | 2023-11-19T05:14:15.226Z | Downloaded atty v0.2.14 |
1405 | 2023-11-19T05:14:15.230Z | Downloaded schemars_derive v0.8.13 |
1406 | 2023-11-19T05:14:15.233Z | Downloaded match_cfg v0.1.0 |
1407 | 2023-11-19T05:14:15.236Z | Downloaded constant_time_eq v0.2.6 |
1408 | 2023-11-19T05:14:15.239Z | Downloaded colored v2.0.4 |
1409 | 2023-11-19T05:14:15.242Z | Downloaded lazy_static v1.4.0 |
1410 | 2023-11-19T05:14:15.245Z | Downloaded kstat-rs v0.2.3 |
1411 | 2023-11-19T05:14:15.248Z | Downloaded ipnetwork v0.20.0 |
1412 | 2023-11-19T05:14:15.251Z | Downloaded ipnet v2.8.0 |
1413 | 2023-11-19T05:14:15.256Z | Downloaded indoc v1.0.9 |
1414 | 2023-11-19T05:14:15.262Z | Downloaded darling_core v0.20.3 |
1415 | 2023-11-19T05:14:15.267Z | Downloaded crossbeam v0.8.2 |
1416 | 2023-11-19T05:14:15.270Z | Downloaded criterion-plot v0.5.0 |
1417 | 2023-11-19T05:14:15.275Z | Downloaded cipher v0.4.4 |
1418 | 2023-11-19T05:14:15.277Z | Downloaded schemars v0.8.13 |
1419 | 2023-11-19T05:14:15.281Z | Downloaded mime_guess v2.0.4 |
1420 | 2023-11-19T05:14:15.284Z | Downloaded managed v0.8.0 |
1421 | 2023-11-19T05:14:15.287Z | Downloaded lru-cache v0.1.2 |
1422 | 2023-11-19T05:14:15.290Z | Downloaded serde-big-array v0.5.1 |
1423 | 2023-11-19T05:14:15.294Z | Downloaded mockall_derive v0.11.4 |
1424 | 2023-11-19T05:14:15.298Z | Downloaded memoffset v0.7.1 |
1425 | 2023-11-19T05:14:15.301Z | Downloaded keccak v0.1.4 |
1426 | 2023-11-19T05:14:15.304Z | Downloaded indoc v2.0.3 |
1427 | 2023-11-19T05:14:15.307Z | Downloaded iana-time-zone v0.1.57 |
1428 | 2023-11-19T05:14:15.312Z | Downloaded cstr-argument v0.1.2 |
1429 | 2023-11-19T05:14:15.315Z | Downloaded constant_time_eq v0.3.0 |
1430 | 2023-11-19T05:14:15.332Z | Downloaded matches v0.1.10 |
1431 | 2023-11-19T05:14:15.335Z | Downloaded crypto-common v0.1.6 |
1432 | 2023-11-19T05:14:15.338Z | Downloaded blake2 v0.10.6 |
1433 | 2023-11-19T05:14:15.343Z | Downloaded rusty-fork v0.3.0 |
1434 | 2023-11-19T05:14:15.348Z | Downloaded parking_lot_core v0.8.6 |
1435 | 2023-11-19T05:14:15.354Z | Downloaded number_prefix v0.4.0 |
1436 | 2023-11-19T05:14:15.357Z | Downloaded num_threads v0.1.6 |
1437 | 2023-11-19T05:14:15.360Z | Downloaded normalize-line-endings v0.3.0 |
1438 | 2023-11-19T05:14:15.363Z | Downloaded newline-converter v0.3.0 |
1439 | 2023-11-19T05:14:15.366Z | Downloaded instant v0.1.12 |
1440 | 2023-11-19T05:14:15.369Z | Downloaded crunchy v0.2.2 |
1441 | 2023-11-19T05:14:15.372Z | Downloaded crucible-workspace-hack v0.1.0 |
1442 | 2023-11-19T05:14:15.375Z | Downloaded corncobs v0.1.3 |
1443 | 2023-11-19T05:14:15.378Z | Downloaded ciborium-io v0.2.1 |
1444 | 2023-11-19T05:14:15.433Z | Compiling proc-macro2 v1.0.69 |
1445 | 2023-11-19T05:14:15.440Z | Compiling serde v1.0.192 |
1446 | 2023-11-19T05:14:15.443Z | Compiling autocfg v1.1.0 |
1447 | 2023-11-19T05:14:15.473Z | Compiling version_check v0.9.4 |
1448 | 2023-11-19T05:14:15.482Z | Compiling syn v1.0.109 |
1449 | 2023-11-19T05:14:15.488Z | Compiling parking_lot_core v0.9.8 |
1450 | 2023-11-19T05:14:15.494Z | Compiling libm v0.2.7 |
1451 | 2023-11-19T05:14:15.509Z | Compiling libc v0.2.150 |
1452 | 2023-11-19T05:14:16.064Z | Compiling futures-core v0.3.29 |
1453 | 2023-11-19T05:14:16.136Z | Compiling cfg-if v1.0.0 |
1454 | 2023-11-19T05:14:16.297Z | Compiling typenum v1.16.0 |
1455 | 2023-11-19T05:14:16.406Z | Compiling once_cell v1.18.0 |
1456 | 2023-11-19T05:14:16.577Z | Compiling generic-array v0.14.7 |
1457 | 2023-11-19T05:14:16.598Z | Compiling lock_api v0.4.10 |
1458 | 2023-11-19T05:14:16.641Z | Compiling num-traits v0.2.16 |
1459 | 2023-11-19T05:14:17.425Z | Compiling quote v1.0.33 |
1460 | 2023-11-19T05:14:17.443Z | Compiling slab v0.4.9 |
1461 | 2023-11-19T05:14:17.455Z | Compiling futures-channel v0.3.29 |
1462 | 2023-11-19T05:14:17.585Z | Compiling syn v2.0.32 |
1463 | 2023-11-19T05:14:17.886Z | Compiling cc v1.0.83 |
1464 | 2023-11-19T05:14:18.159Z | Compiling futures-task v0.3.29 |
1465 | 2023-11-19T05:14:18.420Z | Compiling futures-util v0.3.29 |
1466 | 2023-11-19T05:14:18.448Z | Compiling memchr v2.6.3 |
1467 | 2023-11-19T05:14:18.505Z | Compiling pkg-config v0.3.27 |
1468 | 2023-11-19T05:14:18.745Z | Compiling itoa v1.0.9 |
1469 | 2023-11-19T05:14:18.796Z | Compiling log v0.4.20 |
1470 | 2023-11-19T05:14:19.066Z | Compiling serde_json v1.0.108 |
1471 | 2023-11-19T05:14:19.134Z | Compiling rustix v0.38.9 |
1472 | 2023-11-19T05:14:19.488Z | Compiling schemars v0.8.13 |
1473 | 2023-11-19T05:14:19.588Z | Compiling httparse v1.8.0 |
1474 | 2023-11-19T05:14:20.023Z | Compiling indexmap v1.9.3 |
1475 | 2023-11-19T05:14:20.232Z | Compiling getrandom v0.2.10 |
1476 | 2023-11-19T05:14:20.308Z | Compiling ryu v1.0.15 |
1477 | 2023-11-19T05:14:20.492Z | Compiling vcpkg v0.2.15 |
1478 | 2023-11-19T05:14:20.768Z | Compiling equivalent v1.0.1 |
1479 | 2023-11-19T05:14:20.864Z | Compiling hashbrown v0.14.2 |
1480 | 2023-11-19T05:14:20.891Z | Compiling ahash v0.8.3 |
1481 | 2023-11-19T05:14:20.915Z | Compiling openssl v0.10.57 |
1482 | 2023-11-19T05:14:21.408Z | Compiling scopeguard v1.2.0 |
1483 | 2023-11-19T05:14:21.518Z | Compiling fnv v1.0.7 |
1484 | 2023-11-19T05:14:21.558Z | Compiling aho-corasick v1.0.4 |
1485 | 2023-11-19T05:14:21.701Z | Compiling regex-syntax v0.8.2 |
1486 | 2023-11-19T05:14:22.345Z | Compiling ring v0.16.20 |
1487 | 2023-11-19T05:14:22.373Z | Compiling ring v0.17.5 |
1488 | 2023-11-19T05:14:23.130Z | Compiling rustls v0.21.8 |
1489 | 2023-11-19T05:14:23.492Z | Compiling openssl-sys v0.9.93 |
1490 | 2023-11-19T05:14:25.683Z | Compiling native-tls v0.2.11 |
1491 | 2023-11-19T05:14:26.214Z | Compiling async-trait v0.1.74 |
1492 | 2023-11-19T05:14:26.977Z | Compiling ucd-trie v0.1.6 |
1493 | 2023-11-19T05:14:27.811Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-11-19T05:14:27.899Z | Compiling regex-automata v0.4.3 |
1495 | 2023-11-19T05:14:28.066Z | Compiling smallvec v1.11.0 |
1496 | 2023-11-19T05:14:28.991Z | Compiling backtrace v0.3.69 |
1497 | 2023-11-19T05:14:29.195Z | Compiling crossbeam-utils v0.8.16 |
1498 | 2023-11-19T05:14:29.606Z | Compiling parking_lot v0.12.1 |
1499 | 2023-11-19T05:14:29.774Z | Compiling iana-time-zone v0.1.57 |
1500 | 2023-11-19T05:14:29.908Z | Compiling anyhow v1.0.75 |
1501 | 2023-11-19T05:14:30.333Z | Compiling slog v2.7.0 |
1502 | 2023-11-19T05:14:30.686Z | Compiling serde_derive_internals v0.26.0 |
1503 | 2023-11-19T05:14:31.205Z | Compiling num-integer v0.1.45 |
1504 | 2023-11-19T05:14:31.230Z | Compiling crc32fast v1.3.2 |
1505 | 2023-11-19T05:14:31.247Z | Compiling byteorder v1.5.0 |
1506 | 2023-11-19T05:14:31.669Z | Compiling dyn-clone v1.0.13 |
1507 | 2023-11-19T05:14:32.012Z | Compiling synstructure v0.12.6 |
1508 | 2023-11-19T05:14:32.034Z | Compiling spin v0.5.2 |
1509 | 2023-11-19T05:14:32.397Z | Compiling time-core v0.1.1 |
1510 | 2023-11-19T05:14:32.471Z | Compiling pin-project-lite v0.2.13 |
1511 | 2023-11-19T05:14:32.648Z | Compiling hashbrown v0.13.2 |
1512 | 2023-11-19T05:14:32.658Z | Compiling time-macros v0.2.13 |
1513 | 2023-11-19T05:14:32.670Z | Compiling winnow v0.5.15 |
1514 | 2023-11-19T05:14:34.577Z | Compiling rustversion v1.0.14 |
1515 | 2023-11-19T05:14:34.650Z | Compiling signal-hook-registry v1.4.1 |
1516 | 2023-11-19T05:14:34.767Z | Compiling mio v0.8.8 |
1517 | 2023-11-19T05:14:35.523Z | Compiling regex v1.10.2 |
1518 | 2023-11-19T05:14:37.047Z | Compiling errno v0.3.2 |
1519 | 2023-11-19T05:14:37.291Z | Compiling num_cpus v1.16.0 |
1520 | 2023-11-19T05:14:37.328Z | Compiling socket2 v0.5.4 |
1521 | 2023-11-19T05:14:37.470Z | Compiling usdt-impl v0.3.5 |
1522 | 2023-11-19T05:14:37.923Z | Compiling unicode-width v0.1.11 |
1523 | 2023-11-19T05:14:38.032Z | Compiling futures-sink v0.3.29 |
1524 | 2023-11-19T05:14:38.165Z | Compiling memoffset v0.9.0 |
1525 | 2023-11-19T05:14:38.251Z | Compiling tinyvec_macros v0.1.1 |
1526 | 2023-11-19T05:14:38.379Z | Compiling tinyvec v1.6.0 |
1527 | 2023-11-19T05:14:38.925Z | Compiling pin-utils v0.1.0 |
1528 | 2023-11-19T05:14:39.064Z | Compiling futures-io v0.3.29 |
1529 | 2023-11-19T05:14:39.545Z | Compiling spin v0.9.8 |
1530 | 2023-11-19T05:14:39.549Z | Compiling tracing-core v0.1.31 |
1531 | 2023-11-19T05:14:39.557Z | Compiling unicode-bidi v0.3.13 |
1532 | 2023-11-19T05:14:39.560Z | Compiling signal-hook v0.3.17 |
1533 | 2023-11-19T05:14:39.723Z | Compiling lazy_static v1.4.0 |
1534 | 2023-11-19T05:14:39.889Z | Compiling thread-id v4.2.0 |
1535 | 2023-11-19T05:14:39.938Z | Compiling crossbeam-epoch v0.9.15 |
1536 | 2023-11-19T05:14:40.042Z | Compiling strsim v0.10.0 |
1537 | 2023-11-19T05:14:40.407Z | Compiling serde_derive v1.0.192 |
1538 | 2023-11-19T05:14:40.599Z | Compiling thiserror-impl v1.0.49 |
1539 | 2023-11-19T05:14:41.500Z | Compiling zeroize_derive v1.4.2 |
1540 | 2023-11-19T05:14:41.512Z | Compiling tokio-macros v2.1.0 |
1541 | 2023-11-19T05:14:41.524Z | Compiling futures-macro v0.3.29 |
1542 | 2023-11-19T05:14:41.542Z | Compiling tracing-attributes v0.1.26 |
1543 | 2023-11-19T05:14:41.560Z | Compiling schemars_derive v0.8.13 |
1544 | 2023-11-19T05:14:42.346Z | Compiling openssl-macros v0.1.1 |
1545 | 2023-11-19T05:14:43.569Z | Compiling zerocopy-derive v0.2.0 |
1546 | 2023-11-19T05:14:43.637Z | Compiling zerocopy-derive v0.6.4 |
1547 | 2023-11-19T05:14:45.292Z | Compiling thiserror v1.0.49 |
1548 | 2023-11-19T05:14:45.492Z | Compiling pest v2.7.2 |
1549 | 2023-11-19T05:14:46.503Z | Compiling zerocopy v0.3.0 |
1550 | 2023-11-19T05:14:46.662Z | Compiling unicode-normalization v0.1.22 |
1551 | 2023-11-19T05:14:46.904Z | Compiling clap_derive v4.4.2 |
1552 | 2023-11-19T05:14:47.169Z | Compiling tracing v0.1.37 |
1553 | 2023-11-19T05:14:47.481Z | Compiling strum_macros v0.25.2 |
1554 | 2023-11-19T05:14:47.795Z | Compiling dof v0.1.5 |
1555 | 2023-11-19T05:14:48.205Z | Compiling num-iter v0.1.43 |
1556 | 2023-11-19T05:14:48.611Z | Compiling base64 v0.21.5 |
1557 | 2023-11-19T05:14:48.725Z | Compiling either v1.9.0 |
1558 | 2023-11-19T05:14:49.287Z | Compiling rand_core v0.6.4 |
1559 | 2023-11-19T05:14:49.457Z | Compiling openssl-probe v0.1.5 |
1560 | 2023-11-19T05:14:50.308Z | Compiling percent-encoding v2.3.0 |
1561 | 2023-11-19T05:14:50.319Z | Compiling pest_meta v2.7.2 |
1562 | 2023-11-19T05:14:50.339Z | Compiling untrusted v0.7.1 |
1563 | 2023-11-19T05:14:50.350Z | Compiling untrusted v0.9.0 |
1564 | 2023-11-19T05:14:50.368Z | Compiling foreign-types-shared v0.1.1 |
1565 | 2023-11-19T05:14:50.454Z | Compiling hashbrown v0.12.3 |
1566 | 2023-11-19T05:14:50.524Z | Compiling foreign-types v0.3.2 |
1567 | 2023-11-19T05:14:52.419Z | Compiling pest_generator v2.7.2 |
1568 | 2023-11-19T05:14:55.166Z | Compiling zeroize v1.6.0 |
1569 | 2023-11-19T05:14:55.527Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1570 | 2023-11-19T05:14:56.263Z | Compiling try-lock v0.2.4 |
1571 | 2023-11-19T05:14:56.465Z | Compiling want v0.3.1 |
1572 | 2023-11-19T05:14:56.779Z | Compiling rustls-webpki v0.101.7 |
1573 | 2023-11-19T05:14:56.876Z | Compiling sct v0.7.0 |
1574 | 2023-11-19T05:14:57.299Z | Compiling form_urlencoded v1.2.0 |
1575 | 2023-11-19T05:14:57.348Z | Compiling pest_derive v2.7.2 |
1576 | 2023-11-19T05:14:57.751Z | Compiling socket2 v0.4.9 |
1577 | 2023-11-19T05:14:57.781Z | Compiling tower-service v0.3.2 |
1578 | 2023-11-19T05:14:58.043Z | Compiling httpdate v1.0.3 |
1579 | 2023-11-19T05:14:58.651Z | Compiling dtrace-parser v0.1.14 |
1580 | 2023-11-19T05:14:58.826Z | Compiling rustls-pemfile v1.0.3 |
1581 | 2023-11-19T05:14:59.087Z | Compiling idna v0.4.0 |
1582 | 2023-11-19T05:14:59.342Z | Compiling adler v1.0.2 |
1583 | 2023-11-19T05:14:59.673Z | Compiling siphasher v0.3.11 |
1584 | 2023-11-19T05:14:59.768Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1585 | 2023-11-19T05:15:00.338Z | Compiling miniz_oxide v0.7.1 |
1586 | 2023-11-19T05:15:00.682Z | Compiling rustls-native-certs v0.6.3 |
1587 | 2023-11-19T05:15:00.985Z | Compiling url v2.4.1 |
1588 | 2023-11-19T05:15:01.208Z | Compiling ipnet v2.8.0 |
1589 | 2023-11-19T05:15:01.661Z | Compiling bitflags v1.3.2 |
1590 | 2023-11-19T05:15:01.710Z | Compiling encoding_rs v0.8.33 |
1591 | 2023-11-19T05:15:01.811Z | Compiling gimli v0.28.0 |
1592 | 2023-11-19T05:15:02.787Z | Compiling mime v0.3.17 |
1593 | 2023-11-19T05:15:03.026Z | Compiling webpki-roots v0.25.2 |
1594 | 2023-11-19T05:15:03.278Z | Compiling crypto-common v0.1.6 |
1595 | 2023-11-19T05:15:03.569Z | Compiling enum-as-inner v0.5.1 |
1596 | 2023-11-19T05:15:04.464Z | Compiling diesel_table_macro_syntax v0.1.0 |
1597 | 2023-11-19T05:15:04.469Z | Compiling object v0.32.1 |
1598 | 2023-11-19T05:15:04.482Z | Compiling num-bigint v0.4.4 |
1599 | 2023-11-19T05:15:04.927Z | Compiling indexmap v2.1.0 |
1600 | 2023-11-19T05:15:05.045Z | Compiling bytes v1.5.0 |
1601 | 2023-11-19T05:15:05.146Z | Compiling uuid v1.5.0 |
1602 | 2023-11-19T05:15:06.329Z | Compiling chrono v0.4.31 |
1603 | 2023-11-19T05:15:07.059Z | Compiling semver v1.0.20 |
1604 | 2023-11-19T05:15:07.079Z | Compiling http v0.2.11 |
1605 | 2023-11-19T05:15:08.276Z | Compiling bitflags v2.4.0 |
1606 | 2023-11-19T05:15:08.915Z | Compiling serde_spanned v0.6.4 |
1607 | 2023-11-19T05:15:09.268Z | Compiling toml_datetime v0.6.5 |
1608 | 2023-11-19T05:15:09.319Z | Compiling rustc_version v0.4.0 |
1609 | 2023-11-19T05:15:09.530Z | Compiling tokio v1.33.0 |
1610 | 2023-11-19T05:15:09.939Z | Compiling toml_edit v0.19.15 |
1611 | 2023-11-19T05:15:10.305Z | Compiling openapiv3 v2.0.0-rc.1 |
1612 | 2023-11-19T05:15:12.666Z | Compiling serde_tokenstream v0.1.7 |
1613 | 2023-11-19T05:15:13.508Z | Compiling http-body v0.4.5 |
1614 | 2023-11-19T05:15:15.151Z | Compiling usdt-attr-macro v0.3.5 |
1615 | 2023-11-19T05:15:15.950Z | Compiling usdt-macro v0.3.5 |
1616 | 2023-11-19T05:15:15.957Z | Compiling heapless v0.7.16 |
1617 | 2023-11-19T05:15:16.596Z | Compiling serde_urlencoded v0.7.1 |
1618 | 2023-11-19T05:15:16.995Z | Compiling addr2line v0.21.0 |
1619 | 2023-11-19T05:15:17.379Z | Compiling bit-vec v0.6.3 |
1620 | 2023-11-19T05:15:17.926Z | Compiling smoltcp v0.9.1 |
1621 | 2023-11-19T05:15:17.983Z | Compiling rustc-demangle v0.1.23 |
1622 | 2023-11-19T05:15:18.053Z | Compiling diesel_derives v2.1.1 |
1623 | 2023-11-19T05:15:18.566Z | Compiling flate2 v1.0.28 |
1624 | 2023-11-19T05:15:18.587Z | Compiling block-buffer v0.10.4 |
1625 | 2023-11-19T05:15:19.423Z | Compiling phf_shared v0.10.0 |
1626 | 2023-11-19T05:15:19.902Z | Compiling hubpack_derive v0.1.1 |
1627 | 2023-11-19T05:15:19.921Z | Compiling ppv-lite86 v0.2.17 |
1628 | 2023-11-19T05:15:20.179Z | Compiling new_debug_unreachable v1.0.4 |
1629 | 2023-11-19T05:15:20.317Z | Compiling fixedbitset v0.4.2 |
1630 | 2023-11-19T05:15:20.785Z | Compiling subtle v2.5.0 |
1631 | 2023-11-19T05:15:20.922Z | Compiling precomputed-hash v0.1.1 |
1632 | 2023-11-19T05:15:20.995Z | Compiling const-oid v0.9.5 |
1633 | 2023-11-19T05:15:21.081Z | Compiling string_cache v0.8.7 |
1634 | 2023-11-19T05:15:21.241Z | Compiling rand_chacha v0.3.1 |
1635 | 2023-11-19T05:15:21.766Z | Compiling petgraph v0.6.4 |
1636 | 2023-11-19T05:15:22.847Z | Compiling bit-set v0.5.3 |
1637 | 2023-11-19T05:15:23.304Z | Compiling tokio-util v0.7.10 |
1638 | 2023-11-19T05:15:23.712Z | Compiling tokio-rustls v0.24.1 |
1639 | 2023-11-19T05:15:23.988Z | Compiling digest v0.10.7 |
1640 | 2023-11-19T05:15:24.229Z | Compiling toml v0.7.8 |
1641 | 2023-11-19T05:15:24.259Z | Compiling toml_edit v0.21.0 |
1642 | 2023-11-19T05:15:25.573Z | Compiling h2 v0.3.21 |
1643 | 2023-11-19T05:15:25.757Z | Compiling tokio-native-tls v0.3.1 |
1644 | 2023-11-19T05:15:26.168Z | Compiling hex v0.4.3 |
1645 | 2023-11-19T05:15:26.905Z | Compiling itertools v0.10.5 |
1646 | 2023-11-19T05:15:27.199Z | Compiling unicode-segmentation v1.10.1 |
1647 | 2023-11-19T05:15:28.405Z | Compiling lalrpop-util v0.19.12 |
1648 | 2023-11-19T05:15:28.672Z | Compiling rand v0.8.5 |
1649 | 2023-11-19T05:15:29.340Z | Compiling serde_repr v0.1.16 |
1650 | 2023-11-19T05:15:30.682Z | Compiling io-lifetimes v1.0.11 |
1651 | 2023-11-19T05:15:30.711Z | Compiling cpufeatures v0.2.9 |
1652 | 2023-11-19T05:15:30.881Z | Compiling anstyle v1.0.2 |
1653 | 2023-11-19T05:15:30.981Z | Compiling utf8parse v0.2.1 |
1654 | 2023-11-19T05:15:31.229Z | Compiling anstyle-parse v0.2.1 |
1655 | 2023-11-19T05:15:31.357Z | Compiling rustix v0.37.23 |
1656 | 2023-11-19T05:15:31.620Z | Compiling sha2 v0.10.8 |
1657 | 2023-11-19T05:15:31.748Z | Compiling md-5 v0.10.5 |
1658 | 2023-11-19T05:15:31.768Z | Compiling hmac v0.12.1 |
1659 | 2023-11-19T05:15:32.101Z | Compiling stringprep v0.1.3 |
1660 | 2023-11-19T05:15:32.973Z | Compiling hash32 v0.2.1 |
1661 | 2023-11-19T05:15:33.007Z | Compiling fallible-iterator v0.2.0 |
1662 | 2023-11-19T05:15:33.527Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2023-11-19T05:15:33.569Z | Compiling colorchoice v1.0.0 |
1664 | 2023-11-19T05:15:33.591Z | Compiling anstyle-query v1.0.0 |
1665 | 2023-11-19T05:15:33.783Z | Compiling anstream v0.5.0 |
1666 | 2023-11-19T05:15:33.812Z | Compiling terminal_size v0.2.6 |
1667 | 2023-11-19T05:15:33.859Z | Compiling block-padding v0.3.3 |
1668 | 2023-11-19T05:15:34.080Z | Compiling postgres-protocol v0.6.6 |
1669 | 2023-11-19T05:15:34.151Z | Compiling phf_shared v0.11.2 |
1670 | 2023-11-19T05:15:34.725Z | Compiling scheduled-thread-pool v0.2.7 |
1671 | 2023-11-19T05:15:34.788Z | Compiling regex-automata v0.1.10 |
1672 | 2023-11-19T05:15:35.507Z | Compiling num_threads v0.1.6 |
1673 | 2023-11-19T05:15:35.604Z | Compiling matches v0.1.10 |
1674 | 2023-11-19T05:15:35.655Z | Compiling managed v0.8.0 |
1675 | 2023-11-19T05:15:35.677Z | Compiling deranged v0.3.8 |
1676 | 2023-11-19T05:15:35.738Z | Compiling clap_lex v0.5.1 |
1677 | 2023-11-19T05:15:35.818Z | Compiling idna v0.2.3 |
1678 | 2023-11-19T05:15:36.109Z | Compiling bstr v0.2.17 |
1679 | 2023-11-19T05:15:36.437Z | Compiling clap_builder v4.4.2 |
1680 | 2023-11-19T05:15:36.508Z | Compiling postgres-types v0.2.6 |
1681 | 2023-11-19T05:15:38.473Z | Compiling hyper v0.14.27 |
1682 | 2023-11-19T05:15:38.548Z | Compiling r2d2 v0.8.10 |
1683 | 2023-11-19T05:15:38.937Z | Compiling time v0.3.27 |
1684 | 2023-11-19T05:15:38.958Z | Compiling signal-hook-mio v0.2.3 |
1685 | 2023-11-19T05:15:39.100Z | Compiling phf v0.11.2 |
1686 | 2023-11-19T05:15:39.197Z | Compiling bzip2 v0.4.4 |
1687 | 2023-11-19T05:15:39.559Z | Compiling inout v0.1.3 |
1688 | 2023-11-19T05:15:39.933Z | Compiling hubpack v0.1.2 |
1689 | 2023-11-19T05:15:40.042Z | Compiling ipnetwork v0.20.0 |
1690 | 2023-11-19T05:15:41.169Z | Compiling futures-executor v0.3.29 |
1691 | 2023-11-19T05:15:41.331Z | Compiling itertools v0.11.0 |
1692 | 2023-11-19T05:15:42.014Z | Compiling zerocopy v0.6.4 |
1693 | 2023-11-19T05:15:43.469Z | Compiling float-cmp v0.9.0 |
1694 | 2023-11-19T05:15:43.584Z | Compiling predicates-core v1.0.6 |
1695 | 2023-11-19T05:15:43.819Z | Compiling static_assertions v1.1.0 |
1696 | 2023-11-19T05:15:44.305Z | Compiling whoami v1.4.1 |
1697 | 2023-11-19T05:15:44.308Z | Compiling regex-automata v0.3.8 |
1698 | 2023-11-19T05:15:44.796Z | Compiling difflib v0.4.0 |
1699 | 2023-11-19T05:15:45.008Z | Compiling normalize-line-endings v0.3.0 |
1700 | 2023-11-19T05:15:45.184Z | Compiling data-encoding v2.4.0 |
1701 | 2023-11-19T05:15:45.946Z | Compiling predicates v3.0.4 |
1702 | 2023-11-19T05:15:46.237Z | Compiling trust-dns-proto v0.22.0 |
1703 | 2023-11-19T05:15:46.979Z | Compiling bstr v1.6.0 |
1704 | 2023-11-19T05:15:47.503Z | Compiling tokio-postgres v0.7.10 |
1705 | 2023-11-19T05:15:48.517Z | Compiling yasna v0.5.2 |
1706 | 2023-11-19T05:15:48.608Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1707 | 2023-11-19T05:15:49.313Z | Compiling diesel v2.1.3 |
1708 | 2023-11-19T05:15:49.609Z | Compiling clap v4.4.3 |
1709 | 2023-11-19T05:15:49.766Z | Compiling futures v0.3.29 |
1710 | 2023-11-19T05:15:49.939Z | Compiling cipher v0.4.4 |
1711 | 2023-11-19T05:15:50.699Z | Compiling hyper-tls v0.5.0 |
1712 | 2023-11-19T05:15:51.014Z | Compiling hyper-rustls v0.24.2 |
1713 | 2023-11-19T05:15:51.235Z | Compiling zip v0.6.6 |
1714 | 2023-11-19T05:15:51.400Z | Compiling crossterm v0.27.0 |
1715 | 2023-11-19T05:15:51.834Z | Compiling reqwest v0.11.22 |
1716 | 2023-11-19T05:15:53.429Z | Compiling similar v2.2.1 |
1717 | 2023-11-19T05:15:55.610Z | Compiling signature v2.1.0 |
1718 | 2023-11-19T05:15:55.948Z | Compiling tokio-stream v0.1.14 |
1719 | 2023-11-19T05:15:55.976Z | Compiling usdt v0.3.5 |
1720 | 2023-11-19T05:15:56.384Z | Compiling console v0.15.7 |
1721 | 2023-11-19T05:15:57.230Z | Compiling serde_tokenstream v0.2.0 |
1722 | 2023-11-19T05:15:57.917Z | Compiling regress v0.7.1 |
1723 | 2023-11-19T05:15:58.140Z | Compiling getopts v0.2.21 |
1724 | 2023-11-19T05:15:58.628Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-11-19T05:15:59.901Z | Compiling ident_case v1.0.1 |
1726 | 2023-11-19T05:16:00.290Z | Compiling paste v1.0.14 |
1727 | 2023-11-19T05:16:00.392Z | Compiling slog-async v2.8.0 |
1728 | 2023-11-19T05:16:00.971Z | Compiling serde_yaml v0.9.25 |
1729 | 2023-11-19T05:16:01.171Z | Compiling multer v2.1.0 |
1730 | 2023-11-19T05:16:01.475Z | Compiling async-stream-impl v0.3.5 |
1731 | 2023-11-19T05:16:01.759Z | Compiling darling_core v0.20.3 |
1732 | 2023-11-19T05:16:02.849Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1733 | 2023-11-19T05:16:03.715Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1734 | 2023-11-19T05:16:04.918Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1735 | 2023-11-19T05:16:08.350Z | Compiling structmeta-derive v0.2.0 |
1736 | 2023-11-19T05:16:21.448Z | Compiling regex-syntax v0.7.5 |
1737 | 2023-11-19T05:16:22.472Z | Compiling darling_macro v0.20.3 |
1738 | 2023-11-19T05:16:22.731Z | Compiling darling v0.20.3 |
1739 | 2023-11-19T05:16:22.864Z | Compiling structmeta v0.2.0 |
1740 | 2023-11-19T05:16:23.037Z | Compiling serde_with_macros v2.3.3 |
1741 | 2023-11-19T05:16:23.501Z | Compiling test-strategy v0.3.1 |
1742 | 2023-11-19T05:16:23.531Z | Compiling parse-display-derive v0.8.2 |
1743 | 2023-11-19T05:16:27.665Z | Checking unicode-ident v1.0.12 |
1744 | 2023-11-19T05:16:30.059Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1745 | 2023-11-19T05:16:37.443Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1746 | 2023-11-19T05:16:37.610Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1747 | 2023-11-19T05:16:48.628Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1748 | 2023-11-19T05:17:00.662Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1749 | 2023-11-19T05:17:01.333Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2023-11-19T05:17:08.934Z | Checking heck v0.4.1 |
1751 | 2023-11-19T05:17:10.973Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1752 | 2023-11-19T05:17:12.821Z | Checking fastrand v2.0.0 |
1753 | 2023-11-19T05:17:13.358Z | Checking tempfile v3.8.0 |
1754 | 2023-11-19T05:17:13.895Z | Checking sha1 v0.10.6 |
1755 | 2023-11-19T05:17:13.927Z | Checking match_cfg v0.1.0 |
1756 | 2023-11-19T05:17:14.046Z | Checking hostname v0.3.1 |
1757 | 2023-11-19T05:17:14.237Z | Checking atty v0.2.14 |
1758 | 2023-11-19T05:17:14.370Z | Checking quick-error v1.2.3 |
1759 | 2023-11-19T05:17:14.406Z | Checking crossbeam-channel v0.5.8 |
1760 | 2023-11-19T05:17:14.475Z | Checking camino v1.1.6 |
1761 | 2023-11-19T05:17:14.551Z | Checking dirs-sys-next v0.1.2 |
1762 | 2023-11-19T05:17:14.559Z | Checking thread_local v1.1.7 |
1763 | 2023-11-19T05:17:14.753Z | Checking dirs-next v2.0.0 |
1764 | 2023-11-19T05:17:14.951Z | Checking instant v0.1.12 |
1765 | 2023-11-19T05:17:15.010Z | Checking term v0.7.0 |
1766 | 2023-11-19T05:17:15.116Z | Checking toml v0.8.8 |
1767 | 2023-11-19T05:17:15.433Z | Checking strum v0.25.0 |
1768 | 2023-11-19T05:17:15.616Z | Checking take_mut v0.2.2 |
1769 | 2023-11-19T05:17:15.635Z | Checking slog-json v2.6.1 |
1770 | 2023-11-19T05:17:15.706Z | Checking slog-term v2.9.0 |
1771 | 2023-11-19T05:17:15.739Z | Checking serde_with v2.3.3 |
1772 | 2023-11-19T05:17:15.776Z | Checking wait-timeout v0.2.0 |
1773 | 2023-11-19T05:17:16.023Z | Checking atomic-waker v1.1.1 |
1774 | 2023-11-19T05:17:16.042Z | Checking debug-ignore v1.0.5 |
1775 | 2023-11-19T05:17:16.212Z | Checking waitgroup v0.1.2 |
1776 | 2023-11-19T05:17:16.232Z | Checking slog-bunyan v2.4.0 |
1777 | 2023-11-19T05:17:16.330Z | Checking async-stream v0.3.5 |
1778 | 2023-11-19T05:17:16.403Z | Checking serde_path_to_error v0.1.14 |
1779 | 2023-11-19T05:17:16.470Z | Checking rusty-fork v0.3.0 |
1780 | 2023-11-19T05:17:16.498Z | Checking rand_xorshift v0.3.0 |
1781 | 2023-11-19T05:17:16.761Z | Checking unarray v0.1.4 |
1782 | 2023-11-19T05:17:16.911Z | Checking backoff v0.4.0 |
1783 | 2023-11-19T05:17:17.090Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1784 | 2023-11-19T05:17:17.312Z | Checking parse-display v0.8.2 |
1785 | 2023-11-19T05:17:17.353Z | Checking macaddr v1.0.1 |
1786 | 2023-11-19T05:17:17.966Z | Compiling proc-macro-error-attr v1.0.4 |
1787 | 2023-11-19T05:17:18.545Z | Compiling proc-macro-crate v1.3.1 |
1788 | 2023-11-19T05:17:18.606Z | Compiling proc-macro-error v1.0.4 |
1789 | 2023-11-19T05:17:19.997Z | Compiling num_enum_derive v0.5.11 |
1790 | 2023-11-19T05:17:22.171Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1791 | 2023-11-19T05:17:22.424Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2023-11-19T05:17:22.439Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1793 | 2023-11-19T05:17:22.719Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1794 | 2023-11-19T05:17:22.747Z | Compiling foreign-types-macros v0.2.3 |
1795 | 2023-11-19T05:17:22.766Z | Checking proptest v1.3.1 |
1796 | 2023-11-19T05:17:22.932Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1797 | 2023-11-19T05:17:23.093Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1798 | 2023-11-19T05:17:23.510Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1799 | 2023-11-19T05:17:23.591Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1800 | 2023-11-19T05:17:24.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1801 | 2023-11-19T05:17:25.064Z | Compiling zone_cfg_derive v0.3.0 |
1802 | 2023-11-19T05:17:25.176Z | Compiling mockall_derive v0.11.4 |
1803 | 2023-11-19T05:17:25.259Z | Compiling num-derive v0.4.0 |
1804 | 2023-11-19T05:17:44.716Z | Checking is-terminal v0.4.9 |
1805 | 2023-11-19T05:18:12.690Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1806 | 2023-11-19T05:18:18.173Z | Checking termtree v0.4.1 |
1807 | 2023-11-19T05:18:18.476Z | Checking predicates-tree v1.0.9 |
1808 | 2023-11-19T05:18:19.011Z | Checking num_enum v0.5.11 |
1809 | 2023-11-19T05:18:19.228Z | Checking postcard-cobs v0.1.5-pre |
1810 | 2023-11-19T05:18:19.874Z | Checking postcard v0.7.3 |
1811 | 2023-11-19T05:18:20.096Z | Checking smoltcp v0.8.2 |
1812 | 2023-11-19T05:18:22.083Z | Checking cfg-if v0.1.10 |
1813 | 2023-11-19T05:18:22.087Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-11-19T05:18:22.096Z | Checking foreign-types-shared v0.3.1 |
1815 | 2023-11-19T05:18:22.100Z | Checking base64ct v1.6.0 |
1816 | 2023-11-19T05:18:22.106Z | Checking foreign-types v0.5.0 |
1817 | 2023-11-19T05:18:22.114Z | Checking cstr-argument v0.1.2 |
1818 | 2023-11-19T05:18:22.124Z | Checking pretty-hex v0.2.1 |
1819 | 2023-11-19T05:18:22.141Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2023-11-19T05:18:22.155Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2023-11-19T05:18:22.455Z | Checking colored v2.0.4 |
1822 | 2023-11-19T05:18:23.442Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1823 | 2023-11-19T05:18:23.467Z | Checking predicates v2.1.5 |
1824 | 2023-11-19T05:18:23.484Z | Compiling heck v0.3.3 |
1825 | 2023-11-19T05:18:23.576Z | Compiling libefi-sys v0.1.0 |
1826 | 2023-11-19T05:18:23.942Z | Checking downcast v0.11.0 |
1827 | 2023-11-19T05:18:24.048Z | Checking fragile v2.0.0 |
1828 | 2023-11-19T05:18:24.198Z | Compiling structopt-derive v0.4.18 |
1829 | 2023-11-19T05:18:24.240Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1830 | 2023-11-19T05:18:24.468Z | Checking mockall v0.11.4 |
1831 | 2023-11-19T05:18:24.597Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1832 | 2023-11-19T05:18:24.835Z | Checking zone v0.3.0 |
1833 | 2023-11-19T05:18:25.132Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1834 | 2023-11-19T05:18:25.315Z | Checking smf v0.2.2 |
1835 | 2023-11-19T05:18:26.015Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1836 | 2023-11-19T05:18:26.149Z | Compiling cancel-safe-futures v0.1.5 |
1837 | 2023-11-19T05:18:26.773Z | Checking base64 v0.13.1 |
1838 | 2023-11-19T05:18:27.300Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1839 | 2023-11-19T05:18:28.747Z | Checking filetime v0.2.22 |
1840 | 2023-11-19T05:18:29.069Z | Checking xattr v1.0.1 |
1841 | 2023-11-19T05:18:29.133Z | Compiling der_derive v0.7.2 |
1842 | 2023-11-19T05:18:29.342Z | Checking tar v0.4.40 |
1843 | 2023-11-19T05:18:29.471Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1844 | 2023-11-19T05:18:29.901Z | Compiling convert_case v0.4.0 |
1845 | 2023-11-19T05:18:30.575Z | Compiling slog-dtrace v0.2.3 |
1846 | 2023-11-19T05:18:30.579Z | Compiling radium v0.7.0 |
1847 | 2023-11-19T05:18:31.127Z | Checking pem v1.1.1 |
1848 | 2023-11-19T05:18:31.251Z | Compiling derive_more v0.99.17 |
1849 | 2023-11-19T05:18:31.386Z | Checking camino-tempfile v1.0.2 |
1850 | 2023-11-19T05:18:31.506Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-11-19T05:18:32.259Z | Checking headers-core v0.2.0 |
1852 | 2023-11-19T05:18:32.271Z | Compiling num-bigint-dig v0.8.4 |
1853 | 2023-11-19T05:18:32.298Z | Compiling packed_struct v0.10.1 |
1854 | 2023-11-19T05:18:32.423Z | Checking headers v0.3.9 |
1855 | 2023-11-19T05:18:32.542Z | Compiling packed_struct_codegen v0.10.1 |
1856 | 2023-11-19T05:18:33.034Z | Checking pem v3.0.2 |
1857 | 2023-11-19T05:18:33.151Z | Checking atomicwrites v0.4.2 |
1858 | 2023-11-19T05:18:33.405Z | Checking rcgen v0.11.3 |
1859 | 2023-11-19T05:18:33.447Z | Checking subprocess v0.2.9 |
1860 | 2023-11-19T05:18:33.812Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1861 | 2023-11-19T05:18:34.277Z | Compiling num-rational v0.4.1 |
1862 | 2023-11-19T05:18:34.351Z | Compiling same-file v1.0.6 |
1863 | 2023-11-19T05:18:34.489Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1864 | 2023-11-19T05:18:34.709Z | Compiling walkdir v2.4.0 |
1865 | 2023-11-19T05:18:35.133Z | Compiling semver-parser v0.10.2 |
1866 | 2023-11-19T05:18:37.038Z | Compiling semver v0.11.0 |
1867 | 2023-11-19T05:18:38.018Z | Compiling home v0.5.5 |
1868 | 2023-11-19T05:18:38.186Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1869 | 2023-11-19T05:18:38.349Z | Compiling toolchain_find v0.2.0 |
1870 | 2023-11-19T05:18:39.053Z | Compiling toml v0.5.11 |
1871 | 2023-11-19T05:18:39.198Z | Checking linked-hash-map v0.5.6 |
1872 | 2023-11-19T05:18:39.728Z | Compiling doc-comment v0.3.3 |
1873 | 2023-11-19T05:18:40.028Z | Compiling omicron-zone-package v0.9.1 |
1874 | 2023-11-19T05:18:41.171Z | Checking lru-cache v0.1.2 |
1875 | 2023-11-19T05:18:41.446Z | Checking ciborium-io v0.2.1 |
1876 | 2023-11-19T05:18:41.557Z | Checking half v1.8.2 |
1877 | 2023-11-19T05:18:42.227Z | Compiling rustfmt-wrapper v0.2.0 |
1878 | 2023-11-19T05:18:42.401Z | Checking ciborium-ll v0.2.1 |
1879 | 2023-11-19T05:18:42.958Z | Checking password-hash v0.5.0 |
1880 | 2023-11-19T05:18:43.285Z | Checking textwrap v0.11.0 |
1881 | 2023-11-19T05:18:43.632Z | Checking blake2 v0.10.6 |
1882 | 2023-11-19T05:18:43.650Z | Checking strsim v0.8.0 |
1883 | 2023-11-19T05:18:43.819Z | Checking ansi_term v0.12.1 |
1884 | 2023-11-19T05:18:43.951Z | Checking vec_map v0.8.2 |
1885 | 2023-11-19T05:18:43.998Z | Checking ciborium v0.2.1 |
1886 | 2023-11-19T05:18:44.333Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1887 | 2023-11-19T05:18:44.350Z | Checking argon2 v0.5.2 |
1888 | 2023-11-19T05:18:44.396Z | Checking clap v2.34.0 |
1889 | 2023-11-19T05:18:44.801Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1890 | 2023-11-19T05:18:45.297Z | Checking arc-swap v1.6.0 |
1891 | 2023-11-19T05:18:45.368Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1892 | 2023-11-19T05:18:45.398Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1893 | 2023-11-19T05:18:45.721Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1894 | 2023-11-19T05:18:45.906Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1895 | 2023-11-19T05:18:46.046Z | Checking slog-scope v4.4.0 |
1896 | 2023-11-19T05:18:46.347Z | Checking slog-stdlog v4.1.1 |
1897 | 2023-11-19T05:18:46.397Z | Compiling snafu-derive v0.7.5 |
1898 | 2023-11-19T05:18:46.593Z | Checking slog-envlogger v2.2.0 |
1899 | 2023-11-19T05:18:47.366Z | Checking newline-converter v0.3.0 |
1900 | 2023-11-19T05:18:47.594Z | Compiling derive-where v1.2.5 |
1901 | 2023-11-19T05:18:47.879Z | Compiling semver v0.1.20 |
1902 | 2023-11-19T05:18:49.399Z | Compiling rustc_version v0.1.7 |
1903 | 2023-11-19T05:18:49.525Z | Checking structopt v0.3.26 |
1904 | 2023-11-19T05:18:50.051Z | Checking expectorate v1.1.0 |
1905 | 2023-11-19T05:18:50.107Z | Checking pem-rfc7468 v0.7.0 |
1906 | 2023-11-19T05:18:50.796Z | Checking termcolor v1.2.0 |
1907 | 2023-11-19T05:18:50.942Z | Checking flagset v0.4.3 |
1908 | 2023-11-19T05:18:51.235Z | Compiling parking_lot_core v0.8.6 |
1909 | 2023-11-19T05:18:51.915Z | Checking der v0.7.8 |
1910 | 2023-11-19T05:18:52.613Z | Compiling newtype_derive v0.1.6 |
1911 | 2023-11-19T05:18:55.277Z | Checking tap v1.0.1 |
1912 | 2023-11-19T05:18:55.282Z | Checking spki v0.7.2 |
1913 | 2023-11-19T05:18:55.665Z | Checking wyz v0.5.1 |
1914 | 2023-11-19T05:18:56.834Z | Checking resolv-conf v0.7.0 |
1915 | 2023-11-19T05:18:56.853Z | Checking fxhash v0.2.1 |
1916 | 2023-11-19T05:18:56.929Z | Checking crc-catalog v2.2.0 |
1917 | 2023-11-19T05:18:57.106Z | Checking funty v2.0.0 |
1918 | 2023-11-19T05:18:57.135Z | Checking crc v3.0.1 |
1919 | 2023-11-19T05:18:57.577Z | Checking pkcs8 v0.10.2 |
1920 | 2023-11-19T05:18:57.580Z | Checking trust-dns-resolver v0.22.0 |
1921 | 2023-11-19T05:18:57.583Z | Checking nodrop v0.1.14 |
1922 | 2023-11-19T05:18:57.586Z | Checking smallvec v0.6.14 |
1923 | 2023-11-19T05:18:57.589Z | Checking pkcs1 v0.7.5 |
1924 | 2023-11-19T05:18:57.603Z | Checking array-init v0.0.4 |
1925 | 2023-11-19T05:18:58.131Z | Compiling rayon-core v1.12.0 |
1926 | 2023-11-19T05:18:58.204Z | Checking bitfield v0.14.0 |
1927 | 2023-11-19T05:18:58.629Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1928 | 2023-11-19T05:18:58.645Z | Checking x509-cert v0.2.4 |
1929 | 2023-11-19T05:18:59.164Z | Checking bitvec v1.0.1 |
1930 | 2023-11-19T05:18:59.573Z | Checking env_logger v0.10.0 |
1931 | 2023-11-19T05:18:59.578Z | Checking serde-hex v0.1.0 |
1932 | 2023-11-19T05:18:59.676Z | Checking hkdf v0.12.3 |
1933 | 2023-11-19T05:19:00.025Z | Checking ron v0.8.1 |
1934 | 2023-11-19T05:19:00.046Z | Compiling memoffset v0.7.1 |
1935 | 2023-11-19T05:19:00.524Z | Checking crc-any v2.4.3 |
1936 | 2023-11-19T05:19:00.753Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1937 | 2023-11-19T05:19:01.099Z | Checking rsa v0.9.2 |
1938 | 2023-11-19T05:19:01.118Z | Compiling buf-list v1.0.3 |
1939 | 2023-11-19T05:19:01.560Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1940 | 2023-11-19T05:19:02.058Z | Checking object v0.30.4 |
1941 | 2023-11-19T05:19:02.135Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1942 | 2023-11-19T05:19:02.550Z | Checking keccak v0.1.4 |
1943 | 2023-11-19T05:19:02.627Z | Checking utf-8 v0.7.6 |
1944 | 2023-11-19T05:19:03.046Z | Checking path-slash v0.1.5 |
1945 | 2023-11-19T05:19:03.256Z | Checking sha3 v0.10.8 |
1946 | 2023-11-19T05:19:03.637Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1947 | 2023-11-19T05:19:03.707Z | Checking secrecy v0.8.0 |
1948 | 2023-11-19T05:19:03.892Z | Compiling unicase v2.7.0 |
1949 | 2023-11-19T05:19:04.055Z | Compiling platforms v3.0.2 |
1950 | 2023-11-19T05:19:04.566Z | Compiling salty v0.2.0 |
1951 | 2023-11-19T05:19:05.242Z | Checking num-complex v0.4.4 |
1952 | 2023-11-19T05:19:05.787Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1953 | 2023-11-19T05:19:06.590Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1954 | 2023-11-19T05:19:06.900Z | Checking num v0.4.1 |
1955 | 2023-11-19T05:19:07.187Z | Checking glob v0.3.1 |
1956 | 2023-11-19T05:19:07.668Z | Checking openapiv3 v1.0.3 |
1957 | 2023-11-19T05:19:08.095Z | Compiling curve25519-dalek v4.1.0 |
1958 | 2023-11-19T05:19:08.710Z | Checking swrite v0.1.0 |
1959 | 2023-11-19T05:19:09.040Z | Compiling mime_guess v2.0.4 |
1960 | 2023-11-19T05:19:09.346Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1961 | 2023-11-19T05:19:10.796Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1962 | 2023-11-19T05:19:11.006Z | Compiling thiserror-impl-no-std v2.0.2 |
1963 | 2023-11-19T05:19:13.018Z | Compiling curve25519-dalek-derive v0.1.0 |
1964 | 2023-11-19T05:19:13.717Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1965 | 2023-11-19T05:19:14.395Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1966 | 2023-11-19T05:19:15.272Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1967 | 2023-11-19T05:19:16.300Z | Checking nibble_vec v0.1.0 |
1968 | 2023-11-19T05:19:16.877Z | Checking endian-type v0.1.2 |
1969 | 2023-11-19T05:19:17.219Z | Compiling portable-atomic v1.4.3 |
1970 | 2023-11-19T05:19:17.456Z | Compiling crunchy v0.2.2 |
1971 | 2023-11-19T05:19:18.265Z | Checking radix_trie v0.2.1 |
1972 | 2023-11-19T05:19:19.109Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1973 | 2023-11-19T05:19:19.128Z | Checking snafu v0.7.5 |
1974 | 2023-11-19T05:19:20.060Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1975 | 2023-11-19T05:19:20.722Z | Checking libsw v3.3.0 |
1976 | 2023-11-19T05:19:33.336Z | Checking linear-map v1.2.0 |
1977 | 2023-11-19T05:19:34.060Z | Compiling tiny-keccak v2.0.2 |
1978 | 2023-11-19T05:19:34.811Z | Checking owo-colors v3.5.0 |
1979 | 2023-11-19T05:19:35.221Z | Checking parking_lot v0.11.2 |
1980 | 2023-11-19T05:19:35.499Z | Checking trust-dns-client v0.22.0 |
1981 | 2023-11-19T05:19:35.620Z | Compiling clang-sys v1.6.1 |
1982 | 2023-11-19T05:19:35.713Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1983 | 2023-11-19T05:19:35.837Z | Checking crossbeam-deque v0.8.3 |
1984 | 2023-11-19T05:19:35.923Z | Compiling darling_core v0.14.4 |
1985 | 2023-11-19T05:19:36.042Z | Compiling prettyplease v0.2.12 |
1986 | 2023-11-19T05:19:36.193Z | Checking trust-dns-server v0.22.1 |
1987 | 2023-11-19T05:19:36.377Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1988 | 2023-11-19T05:19:36.511Z | Compiling ascii-canvas v3.0.0 |
1989 | 2023-11-19T05:19:36.671Z | Checking sled v0.34.7 |
1990 | 2023-11-19T05:19:36.842Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1991 | 2023-11-19T05:19:36.983Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1992 | 2023-11-19T05:19:37.127Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1993 | 2023-11-19T05:19:37.219Z | Compiling ena v0.14.2 |
1994 | 2023-11-19T05:19:37.397Z | Compiling diff v0.1.13 |
1995 | 2023-11-19T05:19:37.567Z | Checking signature v1.6.4 |
1996 | 2023-11-19T05:19:37.700Z | Compiling regex-syntax v0.6.29 |
1997 | 2023-11-19T05:19:37.792Z | Compiling minimal-lexical v0.2.1 |
1998 | 2023-11-19T05:19:37.905Z | Checking pretty-hex v0.3.0 |
1999 | 2023-11-19T05:19:37.937Z | Checking ed25519 v1.5.3 |
2000 | 2023-11-19T05:19:38.075Z | Compiling darling_macro v0.14.4 |
2001 | 2023-11-19T05:19:38.201Z | Compiling nom v7.1.3 |
2002 | 2023-11-19T05:19:38.341Z | Checking tungstenite v0.18.0 |
2003 | 2023-11-19T05:19:38.404Z | Checking path-dedot v3.1.0 |
2004 | 2023-11-19T05:19:38.505Z | Compiling darling v0.14.4 |
2005 | 2023-11-19T05:19:38.558Z | Compiling libloading v0.7.4 |
2006 | 2023-11-19T05:19:38.581Z | Compiling bindgen v0.65.1 |
2007 | 2023-11-19T05:19:38.723Z | Compiling ref-cast v1.0.20 |
2008 | 2023-11-19T05:19:38.884Z | Checking tokio-tungstenite v0.18.0 |
2009 | 2023-11-19T05:19:38.930Z | Checking path-absolutize v3.1.0 |
2010 | 2023-11-19T05:19:39.132Z | Compiling derive_builder_core v0.12.0 |
2011 | 2023-11-19T05:19:39.352Z | Checking rayon v1.8.0 |
2012 | 2023-11-19T05:19:39.385Z | Checking steno v0.4.0 |
2013 | 2023-11-19T05:19:39.453Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2014 | 2023-11-19T05:19:42.783Z | Compiling lalrpop v0.19.12 |
2015 | 2023-11-19T05:19:43.219Z | Compiling cexpr v0.6.0 |
2016 | 2023-11-19T05:19:44.424Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2017 | 2023-11-19T05:19:45.749Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2018 | 2023-11-19T05:19:45.828Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2019 | 2023-11-19T05:19:46.082Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2020 | 2023-11-19T05:19:46.252Z | Checking globset v0.4.13 |
2021 | 2023-11-19T05:19:46.683Z | Checking olpc-cjson v0.1.3 |
2022 | 2023-11-19T05:19:47.027Z | Checking serde-big-array v0.5.1 |
2023 | 2023-11-19T05:19:47.059Z | Checking serde_plain v1.0.2 |
2024 | 2023-11-19T05:19:47.365Z | Checking serde-big-array v0.4.1 |
2025 | 2023-11-19T05:19:47.449Z | Compiling which v4.4.0 |
2026 | 2023-11-19T05:19:47.607Z | Compiling ref-cast-impl v1.0.20 |
2027 | 2023-11-19T05:19:47.625Z | Compiling libxml v0.3.3 |
2028 | 2023-11-19T05:19:48.366Z | Compiling rustc-hash v1.1.0 |
2029 | 2023-11-19T05:19:48.543Z | Compiling lazycell v1.3.0 |
2030 | 2023-11-19T05:19:48.673Z | Compiling shlex v1.1.0 |
2031 | 2023-11-19T05:19:48.760Z | Compiling peeking_take_while v0.1.2 |
2032 | 2023-11-19T05:19:49.062Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2033 | 2023-11-19T05:19:49.516Z | Checking tough v0.14.0 |
2034 | 2023-11-19T05:19:52.146Z | Compiling derive_builder_macro v0.12.0 |
2035 | 2023-11-19T05:19:54.365Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2023-11-19T05:19:55.420Z | Checking signal-hook-tokio v0.3.1 |
2037 | 2023-11-19T05:19:55.683Z | Checking ff v0.13.0 |
2038 | 2023-11-19T05:19:55.806Z | Compiling strum_macros v0.24.3 |
2039 | 2023-11-19T05:19:56.030Z | Checking corncobs v0.1.3 |
2040 | 2023-11-19T05:19:56.045Z | Compiling indoc v1.0.9 |
2041 | 2023-11-19T05:19:56.308Z | Checking display-error-chain v0.2.0 |
2042 | 2023-11-19T05:19:56.536Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2043 | 2023-11-19T05:19:56.825Z | Checking group v0.13.0 |
2044 | 2023-11-19T05:19:57.079Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2045 | 2023-11-19T05:19:59.629Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2046 | 2023-11-19T05:20:00.400Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2047 | 2023-11-19T05:20:03.033Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2048 | 2023-11-19T05:20:03.112Z | Checking universal-hash v0.5.1 |
2049 | 2023-11-19T05:20:03.414Z | Checking crypto-bigint v0.5.2 |
2050 | 2023-11-19T05:20:05.099Z | Compiling cookie v0.18.0 |
2051 | 2023-11-19T05:20:05.582Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2052 | 2023-11-19T05:20:06.318Z | Checking base16ct v0.2.0 |
2053 | 2023-11-19T05:20:06.804Z | Checking opaque-debug v0.3.0 |
2054 | 2023-11-19T05:20:07.817Z | Checking poly1305 v0.8.0 |
2055 | 2023-11-19T05:20:08.347Z | Checking elliptic-curve v0.13.5 |
2056 | 2023-11-19T05:20:09.189Z | Checking thiserror-no-std v2.0.2 |
2057 | 2023-11-19T05:20:09.943Z | Checking chacha20 v0.9.1 |
2058 | 2023-11-19T05:20:10.161Z | Checking aead v0.5.2 |
2059 | 2023-11-19T05:20:10.530Z | Compiling oso-derive v0.27.0 |
2060 | 2023-11-19T05:20:10.548Z | Compiling impl-trait-for-tuples v0.2.2 |
2061 | 2023-11-19T05:20:12.583Z | Checking vsss-rs v3.3.1 |
2062 | 2023-11-19T05:20:13.027Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2063 | 2023-11-19T05:20:18.406Z | Checking chacha20poly1305 v0.10.1 |
2064 | 2023-11-19T05:20:19.062Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2065 | 2023-11-19T05:20:19.506Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2023-11-19T05:20:20.439Z | Checking tungstenite v0.20.1 |
2067 | 2023-11-19T05:20:22.084Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2068 | 2023-11-19T05:20:26.346Z | Checking tokio-tungstenite v0.20.1 |
2069 | 2023-11-19T05:20:27.633Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2070 | 2023-11-19T05:20:27.815Z | Checking bcs v0.1.6 |
2071 | 2023-11-19T05:20:28.698Z | Checking kstat-rs v0.2.3 |
2072 | 2023-11-19T05:20:29.316Z | Compiling indoc v2.0.3 |
2073 | 2023-11-19T05:20:30.737Z | Checking assert_matches v1.5.0 |
2074 | 2023-11-19T05:20:30.777Z | Checking highway v1.1.0 |
2075 | 2023-11-19T05:20:35.933Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2076 | 2023-11-19T05:20:39.866Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2077 | 2023-11-19T05:20:39.874Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2078 | 2023-11-19T05:20:39.888Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2079 | 2023-11-19T05:20:40.417Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2080 | 2023-11-19T05:20:41.834Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2081 | 2023-11-19T05:20:42.572Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2082 | 2023-11-19T05:20:44.629Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2083 | 2023-11-19T05:20:45.285Z | Checking humantime v2.1.0 |
2084 | 2023-11-19T05:20:45.779Z | Checking http-range v0.1.5 |
2085 | 2023-11-19T05:20:46.072Z | Checking hyper-staticfile v0.9.5 |
2086 | 2023-11-19T05:20:46.259Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2087 | 2023-11-19T05:20:47.308Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2088 | 2023-11-19T05:20:49.395Z | Checking number_prefix v0.4.0 |
2089 | 2023-11-19T05:20:49.398Z | Checking maplit v1.0.2 |
2090 | 2023-11-19T05:20:49.663Z | Checking indicatif v0.17.7 |
2091 | 2023-11-19T05:20:54.425Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2092 | 2023-11-19T05:20:55.994Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2093 | 2023-11-19T05:20:56.133Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2094 | 2023-11-19T05:20:56.574Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2095 | 2023-11-19T05:20:56.799Z | Checking derive_builder v0.12.0 |
2096 | 2023-11-19T05:21:00.147Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2097 | 2023-11-19T05:21:00.435Z | Checking bb8 v0.8.1 |
2098 | 2023-11-19T05:21:00.741Z | Checking quick-xml v0.23.1 |
2099 | 2023-11-19T05:21:00.972Z | Checking bytesize v1.3.0 |
2100 | 2023-11-19T05:21:01.309Z | Checking fs-err v2.9.0 |
2101 | 2023-11-19T05:21:01.587Z | Checking unicode-linebreak v0.1.5 |
2102 | 2023-11-19T05:21:01.849Z | Checking smawk v0.3.1 |
2103 | 2023-11-19T05:21:02.354Z | Checking textwrap v0.16.0 |
2104 | 2023-11-19T05:21:02.651Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2105 | 2023-11-19T05:21:06.025Z | Compiling vte_generate_state_changes v0.1.1 |
2106 | 2023-11-19T05:21:06.228Z | Checking cassowary v0.3.0 |
2107 | 2023-11-19T05:21:06.902Z | Checking is_ci v1.1.1 |
2108 | 2023-11-19T05:21:07.494Z | Checking supports-color v2.1.0 |
2109 | 2023-11-19T05:21:07.497Z | Checking ratatui v0.23.0 |
2110 | 2023-11-19T05:21:10.462Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2023-11-19T05:21:14.123Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2112 | 2023-11-19T05:21:17.524Z | Checking rtoolbox v0.0.1 |
2113 | 2023-11-19T05:21:17.845Z | Checking rpassword v7.2.0 |
2114 | 2023-11-19T05:21:25.551Z | Checking tui-tree-widget v0.13.0 |
2115 | 2023-11-19T05:21:27.391Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2116 | 2023-11-19T05:21:29.313Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2117 | 2023-11-19T05:21:32.062Z | Checking shell-words v1.1.0 |
2118 | 2023-11-19T05:21:32.328Z | Checking yansi v0.5.1 |
2119 | 2023-11-19T05:21:32.824Z | Checking pretty_assertions v1.4.0 |
2120 | 2023-11-19T05:21:42.440Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2121 | 2023-11-19T05:21:43.643Z | Checking fatfs v0.3.6 |
2122 | 2023-11-19T05:21:43.987Z | Checking plotters-backend v0.3.5 |
2123 | 2023-11-19T05:21:45.408Z | Checking plotters-svg v0.3.5 |
2124 | 2023-11-19T05:21:46.309Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2125 | 2023-11-19T05:21:57.971Z | Checking rand v0.4.6 |
2126 | 2023-11-19T05:21:58.179Z | Checking remove_dir_all v0.5.3 |
2127 | 2023-11-19T05:21:58.294Z | Checking cast v0.3.0 |
2128 | 2023-11-19T05:21:58.818Z | Checking criterion-plot v0.5.0 |
2129 | 2023-11-19T05:21:59.636Z | Checking plotters v0.3.5 |
2130 | 2023-11-19T05:21:59.669Z | Checking tempdir v0.3.7 |
2131 | 2023-11-19T05:22:04.427Z | Checking tinytemplate v1.2.1 |
2132 | 2023-11-19T05:22:05.312Z | Checking oorandom v11.1.3 |
2133 | 2023-11-19T05:22:05.350Z | Checking anes v0.1.6 |
2134 | 2023-11-19T05:22:06.060Z | Checking criterion v0.5.1 |
2135 | 2023-11-19T05:22:07.596Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2136 | 2023-11-19T05:22:19.778Z | Checking assert_cmd v2.0.12 |
2137 | 2023-11-19T05:22:20.507Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2138 | 2023-11-19T05:22:21.864Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2139 | 2023-11-19T05:22:23.969Z | Checking dashmap v5.5.1 |
2140 | 2023-11-19T05:22:25.071Z | Compiling serial_test_derive v0.10.0 |
2141 | 2023-11-19T05:22:27.085Z | Compiling crossbeam-queue v0.3.8 |
2142 | 2023-11-19T05:22:28.431Z | Checking serial_test v0.10.0 |
2143 | 2023-11-19T05:22:32.875Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2144 | 2023-11-19T05:22:34.538Z | Checking vte v0.11.1 |
2145 | 2023-11-19T05:22:37.303Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2146 | 2023-11-19T05:22:37.652Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2147 | 2023-11-19T05:22:37.865Z | Checking threadpool v1.8.1 |
2148 | 2023-11-19T05:22:39.131Z | Checking libtest-mimic v0.6.1 |
2149 | 2023-11-19T05:22:39.421Z | Checking strip-ansi-escapes v0.2.0 |
2150 | 2023-11-19T05:22:49.272Z | Compiling tabled_derive v0.6.0 |
2151 | 2023-11-19T05:22:53.027Z | Checking httptest v0.15.5 |
2152 | 2023-11-19T05:22:54.230Z | Checking similar-asserts v1.5.0 |
2153 | 2023-11-19T05:22:54.594Z | Checking fd-lock v3.0.13 |
2154 | 2023-11-19T05:22:54.884Z | Checking nanorand v0.7.0 |
2155 | 2023-11-19T05:22:55.523Z | Compiling rstest_macros v0.18.2 |
2156 | 2023-11-19T05:22:56.309Z | Checking nu-ansi-term v0.49.0 |
2157 | 2023-11-19T05:22:56.980Z | Checking reedline v0.25.0 |
2158 | 2023-11-19T05:22:57.024Z | Checking flume v0.11.0 |
2159 | 2023-11-19T05:22:58.115Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2160 | 2023-11-19T05:23:00.435Z | Checking datatest-stable v0.2.3 |
2161 | 2023-11-19T05:23:06.444Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2162 | 2023-11-19T05:23:06.879Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2163 | 2023-11-19T05:23:09.063Z | Compiling pin-project-internal v1.1.3 |
2164 | 2023-11-19T05:23:09.279Z | Compiling trybuild v1.0.85 |
2165 | 2023-11-19T05:23:09.994Z | Checking topological-sort v0.2.2 |
2166 | 2023-11-19T05:23:10.265Z | Checking arrayvec v0.7.4 |
2167 | 2023-11-19T05:23:10.867Z | Checking bytecount v0.6.3 |
2168 | 2023-11-19T05:23:11.841Z | Checking arrayref v0.3.7 |
2169 | 2023-11-19T05:23:11.989Z | Compiling relative-path v1.9.0 |
2170 | 2023-11-19T05:23:13.195Z | Checking constant_time_eq v0.2.6 |
2171 | 2023-11-19T05:23:13.397Z | Checking blake2b_simd v1.0.1 |
2172 | 2023-11-19T05:23:13.732Z | Checking pin-project v1.1.3 |
2173 | 2023-11-19T05:23:14.855Z | Checking papergrid v0.10.0 |
2174 | 2023-11-19T05:23:17.207Z | Checking basic-toml v0.1.4 |
2175 | 2023-11-19T05:23:18.195Z | Checking constant_time_eq v0.3.0 |
2176 | 2023-11-19T05:23:18.284Z | Checking futures-timer v3.0.2 |
2177 | 2023-11-19T05:23:18.387Z | Checking rust-argon2 v1.0.1 |
2178 | 2023-11-19T05:23:18.908Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2179 | 2023-11-19T05:23:19.020Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2180 | 2023-11-19T05:23:20.863Z | Checking tabled v0.14.0 |
2181 | 2023-11-19T05:23:20.979Z | Checking partial-io v0.5.4 |
2182 | 2023-11-19T05:23:21.587Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2183 | 2023-11-19T05:23:22.734Z | Compiling polar-core v0.27.0 |
2184 | 2023-11-19T05:23:23.419Z | Checking approx v0.5.1 |
2185 | 2023-11-19T05:23:23.593Z | Checking cargo-platform v0.1.3 |
2186 | 2023-11-19T05:23:24.095Z | Checking hex-literal v0.4.1 |
2187 | 2023-11-19T05:23:24.270Z | Checking cargo_metadata v0.18.0 |
2188 | 2023-11-19T05:23:25.480Z | Checking crossbeam v0.8.2 |
2189 | 2023-11-19T05:23:26.976Z | Checking rstest v0.18.2 |
2190 | 2023-11-19T05:23:27.925Z | Checking cargo_toml v0.17.0 |
2191 | 2023-11-19T05:23:31.403Z | Checking termios v0.3.3 |
2192 | 2023-11-19T05:23:32.054Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2193 | 2023-11-19T05:23:34.563Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2194 | 2023-11-19T05:23:39.109Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2195 | 2023-11-19T05:23:41.183Z | Checking oso v0.27.0 |
2196 | 2023-11-19T05:23:49.620Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2197 | 2023-11-19T05:24:04.330Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2198 | 2023-11-19T05:24:04.553Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2199 | 2023-11-19T05:24:46.555Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2200 | 2023-11-19T05:26:53.047Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 43s |
2201 | 2023-11-19T05:26:53.282Z | |
2202 | 2023-11-19T05:26:53.285Z | real 13:40.120024038 |
2203 | 2023-11-19T05:26:53.288Z | user 1:24:37.650450248 |
2204 | 2023-11-19T05:26:53.291Z | sys 11:02.422393722 |
2205 | 2023-11-19T05:26:53.293Z | trap 2.966261981 |
2206 | 2023-11-19T05:26:53.296Z | tflt 5.114875033 |
2207 | 2023-11-19T05:26:53.303Z | dflt 7.901436939 |
2208 | 2023-11-19T05:26:53.325Z | kflt 0.022837699 |
2209 | 2023-11-19T05:26:53.333Z | lock 1:54:32.084414081 |
2210 | 2023-11-19T05:26:53.338Z | slp 4:00:42.832801808 |
2211 | 2023-11-19T05:26:53.343Z | lat 2:54.194951632 |
2212 | 2023-11-19T05:26:53.346Z | stop 6:33.540479803 |
2213 | 2023-11-19T05:26:54.532Z | warning: output filename collision. |
2214 | 2023-11-19T05:26:54.534Z | 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)`. |
2215 | 2023-11-19T05:26:54.537Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2216 | 2023-11-19T05:26:54.541Z | The targets should have unique names. |
2217 | 2023-11-19T05:26:54.544Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-11-19T05:26:54.546Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-11-19T05:26:54.550Z | warning: output filename collision. |
2220 | 2023-11-19T05:26:54.552Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2221 | 2023-11-19T05:26:54.555Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2222 | 2023-11-19T05:26:54.559Z | The targets should have unique names. |
2223 | 2023-11-19T05:26:54.562Z | This is a known bug where multiple crates with the same name use |
2224 | 2023-11-19T05:26:54.567Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2225 | 2023-11-19T05:26:54.571Z | warning: output filename collision. |
2226 | 2023-11-19T05:26:54.574Z | 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)`. |
2227 | 2023-11-19T05:26:54.577Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2228 | 2023-11-19T05:26:54.583Z | The targets should have unique names. |
2229 | 2023-11-19T05:26:54.587Z | This is a known bug where multiple crates with the same name use |
2230 | 2023-11-19T05:26:54.590Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2231 | 2023-11-19T05:26:55.206Z | Checking unicode-ident v1.0.12 |
2232 | 2023-11-19T05:26:55.228Z | Documenting libc v0.2.150 |
2233 | 2023-11-19T05:26:55.239Z | Documenting cfg-if v1.0.0 |
2234 | 2023-11-19T05:26:55.271Z | Checking libc v0.2.150 |
2235 | 2023-11-19T05:26:55.281Z | Checking serde v1.0.192 |
2236 | 2023-11-19T05:26:55.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2237 | 2023-11-19T05:26:55.310Z | Checking cfg-if v1.0.0 |
2238 | 2023-11-19T05:26:55.334Z | Documenting scopeguard v1.2.0 |
2239 | 2023-11-19T05:26:55.439Z | Documenting log v0.4.20 |
2240 | 2023-11-19T05:26:55.453Z | Checking proc-macro2 v1.0.69 |
2241 | 2023-11-19T05:26:55.774Z | Checking once_cell v1.18.0 |
2242 | 2023-11-19T05:26:56.251Z | Documenting itoa v1.0.9 |
2243 | 2023-11-19T05:26:56.520Z | Checking quote v1.0.33 |
2244 | 2023-11-19T05:26:57.080Z | Checking syn v2.0.32 |
2245 | 2023-11-19T05:26:57.254Z | Checking syn v1.0.109 |
2246 | 2023-11-19T05:26:59.265Z | Documenting memchr v2.6.3 |
2247 | 2023-11-19T05:26:59.786Z | Documenting lock_api v0.4.10 |
2248 | 2023-11-19T05:27:00.333Z | Documenting smallvec v1.11.0 |
2249 | 2023-11-19T05:27:01.974Z | Documenting pin-project-lite v0.2.13 |
2250 | 2023-11-19T05:27:02.246Z | Documenting getrandom v0.2.10 |
2251 | 2023-11-19T05:27:04.448Z | Documenting libm v0.2.7 |
2252 | 2023-11-19T05:27:04.463Z | Documenting signal-hook-registry v1.4.1 |
2253 | 2023-11-19T05:27:05.318Z | Documenting parking_lot_core v0.9.8 |
2254 | 2023-11-19T05:27:06.309Z | Checking itoa v1.0.9 |
2255 | 2023-11-19T05:27:06.385Z | Documenting mio v0.8.8 |
2256 | 2023-11-19T05:27:06.625Z | Documenting futures-core v0.3.29 |
2257 | 2023-11-19T05:27:08.057Z | Documenting serde_derive v1.0.192 |
2258 | 2023-11-19T05:27:08.103Z | Documenting rand_core v0.6.4 |
2259 | 2023-11-19T05:27:08.125Z | Documenting zeroize_derive v1.4.2 |
2260 | 2023-11-19T05:27:09.627Z | Documenting num-traits v0.2.16 |
2261 | 2023-11-19T05:27:10.893Z | Documenting thiserror-impl v1.0.49 |
2262 | 2023-11-19T05:27:11.778Z | Documenting parking_lot v0.12.1 |
2263 | 2023-11-19T05:27:12.915Z | Documenting tokio-macros v2.1.0 |
2264 | 2023-11-19T05:27:13.145Z | Documenting socket2 v0.5.4 |
2265 | 2023-11-19T05:27:13.967Z | Documenting num_cpus v1.16.0 |
2266 | 2023-11-19T05:27:15.905Z | Documenting zeroize v1.6.0 |
2267 | 2023-11-19T05:27:17.045Z | Documenting once_cell v1.18.0 |
2268 | 2023-11-19T05:27:17.983Z | Checking getrandom v0.2.10 |
2269 | 2023-11-19T05:27:18.342Z | Documenting typenum v1.16.0 |
2270 | 2023-11-19T05:27:18.421Z | Documenting thiserror v1.0.49 |
2271 | 2023-11-19T05:27:19.209Z | Checking thiserror v1.0.49 |
2272 | 2023-11-19T05:27:19.342Z | Documenting serde v1.0.192 |
2273 | 2023-11-19T05:27:19.399Z | Checking ryu v1.0.15 |
2274 | 2023-11-19T05:27:19.776Z | Documenting ryu v1.0.15 |
2275 | 2023-11-19T05:27:20.173Z | Documenting subtle v2.5.0 |
2276 | 2023-11-19T05:27:20.714Z | Checking memchr v2.6.3 |
2277 | 2023-11-19T05:27:22.065Z | Documenting byteorder v1.5.0 |
2278 | 2023-11-19T05:27:22.183Z | Checking serde_json v1.0.108 |
2279 | 2023-11-19T05:27:23.312Z | Documenting futures-sink v0.3.29 |
2280 | 2023-11-19T05:27:23.996Z | Checking heck v0.4.1 |
2281 | 2023-11-19T05:27:24.131Z | Documenting const-oid v0.9.5 |
2282 | 2023-11-19T05:27:24.319Z | Documenting pin-utils v0.1.0 |
2283 | 2023-11-19T05:27:25.026Z | Checking log v0.4.20 |
2284 | 2023-11-19T05:27:25.514Z | Documenting futures-macro v0.3.29 |
2285 | 2023-11-19T05:27:25.997Z | Checking bytes v1.5.0 |
2286 | 2023-11-19T05:27:26.245Z | Documenting generic-array v0.14.7 |
2287 | 2023-11-19T05:27:27.275Z | Documenting slab v0.4.9 |
2288 | 2023-11-19T05:27:28.392Z | Documenting futures-task v0.3.29 |
2289 | 2023-11-19T05:27:29.729Z | Documenting futures-channel v0.3.29 |
2290 | 2023-11-19T05:27:32.432Z | Documenting futures-io v0.3.29 |
2291 | 2023-11-19T05:27:32.874Z | Documenting crypto-common v0.1.6 |
2292 | 2023-11-19T05:27:32.899Z | Documenting iana-time-zone v0.1.57 |
2293 | 2023-11-19T05:27:33.072Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2294 | 2023-11-19T05:27:33.630Z | Documenting tinyvec_macros v0.1.1 |
2295 | 2023-11-19T05:27:34.060Z | Checking byteorder v1.5.0 |
2296 | 2023-11-19T05:27:34.240Z | Documenting block-buffer v0.10.4 |
2297 | 2023-11-19T05:27:34.728Z | Documenting ppv-lite86 v0.2.17 |
2298 | 2023-11-19T05:27:35.813Z | Checking fnv v1.0.7 |
2299 | 2023-11-19T05:27:36.008Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2023-11-19T05:27:37.827Z | Documenting tinyvec v1.6.0 |
2301 | 2023-11-19T05:27:38.275Z | Documenting futures-util v0.3.29 |
2302 | 2023-11-19T05:27:39.308Z | Documenting tracing-core v0.1.31 |
2303 | 2023-11-19T05:27:39.517Z | Documenting rand_chacha v0.3.1 |
2304 | 2023-11-19T05:27:40.048Z | Documenting tracing-attributes v0.1.26 |
2305 | 2023-11-19T05:27:40.398Z | Documenting digest v0.10.7 |
2306 | 2023-11-19T05:27:43.515Z | Documenting unicode-normalization v0.1.22 |
2307 | 2023-11-19T05:27:45.863Z | Documenting rand v0.8.5 |
2308 | 2023-11-19T05:27:49.763Z | Checking libm v0.2.7 |
2309 | 2023-11-19T05:27:50.233Z | Checking ucd-trie v0.1.6 |
2310 | 2023-11-19T05:27:50.380Z | Documenting fnv v1.0.7 |
2311 | 2023-11-19T05:27:50.556Z | Documenting base64 v0.21.5 |
2312 | 2023-11-19T05:27:51.147Z | Checking pest v2.7.2 |
2313 | 2023-11-19T05:27:51.468Z | Checking num-traits v0.2.16 |
2314 | 2023-11-19T05:27:53.651Z | Documenting lazy_static v1.4.0 |
2315 | 2023-11-19T05:27:53.939Z | Documenting bytes v1.5.0 |
2316 | 2023-11-19T05:27:54.361Z | Documenting bitflags v2.4.0 |
2317 | 2023-11-19T05:27:54.456Z | Documenting serde_json v1.0.108 |
2318 | 2023-11-19T05:27:55.684Z | Documenting chrono v0.4.31 |
2319 | 2023-11-19T05:27:56.816Z | Documenting uuid v1.5.0 |
2320 | 2023-11-19T05:27:57.028Z | Documenting unicode-bidi v0.3.13 |
2321 | 2023-11-19T05:27:58.003Z | Checking hashbrown v0.14.2 |
2322 | 2023-11-19T05:27:59.963Z | Checking equivalent v1.0.1 |
2323 | 2023-11-19T05:28:00.121Z | Checking indexmap v2.1.0 |
2324 | 2023-11-19T05:28:01.491Z | Documenting percent-encoding v2.3.0 |
2325 | 2023-11-19T05:28:01.594Z | Documenting tokio v1.33.0 |
2326 | 2023-11-19T05:28:01.970Z | Documenting http v0.2.11 |
2327 | 2023-11-19T05:28:03.241Z | Documenting spin v0.9.8 |
2328 | 2023-11-19T05:28:03.877Z | Documenting cpufeatures v0.2.9 |
2329 | 2023-11-19T05:28:03.961Z | Checking serde_derive_internals v0.26.0 |
2330 | 2023-11-19T05:28:05.001Z | Documenting serde_derive_internals v0.26.0 |
2331 | 2023-11-19T05:28:05.517Z | Documenting dyn-clone v1.0.13 |
2332 | 2023-11-19T05:28:05.750Z | Documenting tracing v0.1.37 |
2333 | 2023-11-19T05:28:07.334Z | Checking time-core v0.1.1 |
2334 | 2023-11-19T05:28:07.582Z | Checking scopeguard v1.2.0 |
2335 | 2023-11-19T05:28:07.753Z | Documenting form_urlencoded v1.2.0 |
2336 | 2023-11-19T05:28:07.807Z | Checking lock_api v0.4.10 |
2337 | 2023-11-19T05:28:08.219Z | Documenting idna v0.4.0 |
2338 | 2023-11-19T05:28:08.511Z | Documenting errno v0.3.2 |
2339 | 2023-11-19T05:28:10.140Z | Documenting adler v1.0.2 |
2340 | 2023-11-19T05:28:11.016Z | Checking uuid v1.5.0 |
2341 | 2023-11-19T05:28:11.821Z | Documenting httparse v1.8.0 |
2342 | 2023-11-19T05:28:13.858Z | Documenting rustix v0.38.9 |
2343 | 2023-11-19T05:28:13.862Z | Checking iana-time-zone v0.1.57 |
2344 | 2023-11-19T05:28:13.884Z | Documenting unicode-ident v1.0.12 |
2345 | 2023-11-19T05:28:14.070Z | Documenting schemars_derive v0.8.13 |
2346 | 2023-11-19T05:28:14.461Z | Documenting miniz_oxide v0.7.1 |
2347 | 2023-11-19T05:28:15.143Z | Documenting url v2.4.1 |
2348 | 2023-11-19T05:28:18.395Z | Checking chrono v0.4.31 |
2349 | 2023-11-19T05:28:18.904Z | Checking zerocopy v0.3.0 |
2350 | 2023-11-19T05:28:18.911Z | Documenting proc-macro2 v1.0.69 |
2351 | 2023-11-19T05:28:19.475Z | Checking dof v0.1.5 |
2352 | 2023-11-19T05:28:19.573Z | Checking dtrace-parser v0.1.14 |
2353 | 2023-11-19T05:28:20.208Z | Checking thread-id v4.2.0 |
2354 | 2023-11-19T05:28:20.346Z | Documenting try-lock v0.2.4 |
2355 | 2023-11-19T05:28:20.360Z | Documenting openssl-probe v0.1.5 |
2356 | 2023-11-19T05:28:21.399Z | Documenting untrusted v0.9.0 |
2357 | 2023-11-19T05:28:22.040Z | Documenting httpdate v1.0.3 |
2358 | 2023-11-19T05:28:23.425Z | Documenting schemars v0.8.13 |
2359 | 2023-11-19T05:28:24.618Z | Documenting hashbrown v0.14.2 |
2360 | 2023-11-19T05:28:25.335Z | Documenting quote v1.0.33 |
2361 | 2023-11-19T05:28:25.354Z | Documenting equivalent v1.0.1 |
2362 | 2023-11-19T05:28:25.945Z | Documenting ring v0.17.5 |
2363 | 2023-11-19T05:28:26.406Z | Documenting want v0.3.1 |
2364 | 2023-11-19T05:28:28.887Z | Checking usdt-impl v0.3.5 |
2365 | 2023-11-19T05:28:29.677Z | Documenting http-body v0.4.5 |
2366 | 2023-11-19T05:28:29.755Z | Documenting openssl-macros v0.1.1 |
2367 | 2023-11-19T05:28:31.116Z | Documenting openssl-sys v0.9.93 |
2368 | 2023-11-19T05:28:31.636Z | Documenting indexmap v2.1.0 |
2369 | 2023-11-19T05:28:32.200Z | Checking dyn-clone v1.0.13 |
2370 | 2023-11-19T05:28:32.406Z | Documenting tower-service v0.3.2 |
2371 | 2023-11-19T05:28:33.276Z | Documenting mime v0.3.17 |
2372 | 2023-11-19T05:28:33.469Z | Documenting tokio-util v0.7.10 |
2373 | 2023-11-19T05:28:34.400Z | Documenting rustls-webpki v0.101.7 |
2374 | 2023-11-19T05:28:36.739Z | Checking schemars v0.8.13 |
2375 | 2023-11-19T05:28:37.291Z | Documenting async-trait v0.1.74 |
2376 | 2023-11-19T05:28:38.761Z | Documenting aho-corasick v1.0.4 |
2377 | 2023-11-19T05:28:39.339Z | Checking ahash v0.8.3 |
2378 | 2023-11-19T05:28:39.778Z | Documenting sct v0.7.0 |
2379 | 2023-11-19T05:28:39.783Z | Documenting slog v2.7.0 |
2380 | 2023-11-19T05:28:39.889Z | Documenting utf8parse v0.2.1 |
2381 | 2023-11-19T05:28:41.036Z | Documenting ipnet v2.8.0 |
2382 | 2023-11-19T05:28:42.277Z | Documenting openssl v0.10.57 |
2383 | 2023-11-19T05:28:43.843Z | Documenting h2 v0.3.21 |
2384 | 2023-11-19T05:28:44.530Z | Documenting regex-syntax v0.8.2 |
2385 | 2023-11-19T05:28:45.642Z | Documenting unicode-width v0.1.11 |
2386 | 2023-11-19T05:28:46.494Z | Documenting gimli v0.28.0 |
2387 | 2023-11-19T05:28:46.778Z | Documenting rustls v0.21.8 |
2388 | 2023-11-19T05:28:46.817Z | Checking hashbrown v0.13.2 |
2389 | 2023-11-19T05:28:47.428Z | Documenting time-macros v0.2.13 |
2390 | 2023-11-19T05:28:48.526Z | Documenting rustls-pemfile v1.0.3 |
2391 | 2023-11-19T05:28:49.849Z | Checking http v0.2.11 |
2392 | 2023-11-19T05:28:52.168Z | Documenting num-integer v0.1.45 |
2393 | 2023-11-19T05:28:54.371Z | Documenting object v0.32.1 |
2394 | 2023-11-19T05:28:54.937Z | Documenting regex-automata v0.4.3 |
2395 | 2023-11-19T05:28:55.149Z | Checking smallvec v1.11.0 |
2396 | 2023-11-19T05:28:55.763Z | Documenting deranged v0.3.8 |
2397 | 2023-11-19T05:28:56.045Z | Documenting time-core v0.1.1 |
2398 | 2023-11-19T05:28:56.626Z | Documenting addr2line v0.21.0 |
2399 | 2023-11-19T05:28:58.770Z | Documenting rustc-demangle v0.1.23 |
2400 | 2023-11-19T05:28:59.863Z | Documenting hyper v0.14.27 |
2401 | 2023-11-19T05:29:00.548Z | Documenting num_threads v0.1.6 |
2402 | 2023-11-19T05:29:00.769Z | Documenting tokio-rustls v0.24.1 |
2403 | 2023-11-19T05:29:02.310Z | Documenting native-tls v0.2.11 |
2404 | 2023-11-19T05:29:02.950Z | Checking parking_lot_core v0.9.8 |
2405 | 2023-11-19T05:29:03.256Z | Checking pest_meta v2.7.2 |
2406 | 2023-11-19T05:29:03.568Z | Documenting zerocopy v0.6.4 |
2407 | 2023-11-19T05:29:04.935Z | Checking aho-corasick v1.0.4 |
2408 | 2023-11-19T05:29:18.307Z | Documenting time v0.3.27 |
2409 | 2023-11-19T05:29:20.033Z | Documenting encoding_rs v0.8.33 |
2410 | 2023-11-19T05:29:20.370Z | Documenting regex v1.10.2 |
2411 | 2023-11-19T05:29:20.618Z | Documenting crossbeam-utils v0.8.16 |
2412 | 2023-11-19T05:29:20.887Z | Checking regex-syntax v0.8.2 |
2413 | 2023-11-19T05:29:21.016Z | Documenting tokio-native-tls v0.3.1 |
2414 | 2023-11-19T05:29:21.547Z | Documenting backtrace v0.3.69 |
2415 | 2023-11-19T05:29:21.755Z | Checking parking_lot v0.12.1 |
2416 | 2023-11-19T05:29:21.891Z | Checking regex-automata v0.4.3 |
2417 | 2023-11-19T05:29:22.039Z | Documenting rustls-native-certs v0.6.3 |
2418 | 2023-11-19T05:29:22.262Z | Documenting serde_urlencoded v0.7.1 |
2419 | 2023-11-19T05:29:22.276Z | Documenting pest_meta v2.7.2 |
2420 | 2023-11-19T05:29:22.415Z | Documenting anstyle v1.0.2 |
2421 | 2023-11-19T05:29:22.468Z | Checking pin-project-lite v0.2.13 |
2422 | 2023-11-19T05:29:22.547Z | Checking pest_generator v2.7.2 |
2423 | 2023-11-19T05:29:22.588Z | Documenting hyper-tls v0.5.0 |
2424 | 2023-11-19T05:29:22.683Z | Documenting anstyle-parse v0.2.1 |
2425 | 2023-11-19T05:29:22.691Z | Checking regex v1.10.2 |
2426 | 2023-11-19T05:29:22.771Z | Documenting anyhow v1.0.75 |
2427 | 2023-11-19T05:29:22.810Z | Documenting hyper-rustls v0.24.2 |
2428 | 2023-11-19T05:29:23.206Z | Documenting data-encoding v2.4.0 |
2429 | 2023-11-19T05:29:23.322Z | Documenting webpki-roots v0.25.2 |
2430 | 2023-11-19T05:29:23.749Z | Documenting anstyle-query v1.0.0 |
2431 | 2023-11-19T05:29:23.848Z | Documenting pest_generator v2.7.2 |
2432 | 2023-11-19T05:29:25.369Z | Documenting colorchoice v1.0.0 |
2433 | 2023-11-19T05:29:29.167Z | Documenting ucd-trie v0.1.6 |
2434 | 2023-11-19T05:29:29.497Z | Documenting ipnetwork v0.20.0 |
2435 | 2023-11-19T05:29:29.653Z | Documenting syn v2.0.32 |
2436 | 2023-11-19T05:29:30.076Z | Documenting anstream v0.5.0 |
2437 | 2023-11-19T05:29:30.090Z | Documenting sha2 v0.10.8 |
2438 | 2023-11-19T05:29:30.553Z | Documenting hex v0.4.3 |
2439 | 2023-11-19T05:29:31.075Z | Documenting pest_derive v2.7.2 |
2440 | 2023-11-19T05:29:33.598Z | Documenting reqwest v0.11.22 |
2441 | 2023-11-19T05:29:35.445Z | Documenting pest v2.7.2 |
2442 | 2023-11-19T05:29:36.160Z | Checking rand_core v0.6.4 |
2443 | 2023-11-19T05:29:36.625Z | Checking serde_tokenstream v0.1.7 |
2444 | 2023-11-19T05:29:37.234Z | Documenting crc32fast v1.3.2 |
2445 | 2023-11-19T05:29:37.491Z | Checking signal-hook-registry v1.4.1 |
2446 | 2023-11-19T05:29:37.625Z | Documenting terminal_size v0.2.6 |
2447 | 2023-11-19T05:29:37.886Z | Checking strsim v0.10.0 |
2448 | 2023-11-19T05:29:38.010Z | Checking unicode-width v0.1.11 |
2449 | 2023-11-19T05:29:38.241Z | Documenting clap_lex v0.5.1 |
2450 | 2023-11-19T05:29:38.257Z | Documenting strsim v0.10.0 |
2451 | 2023-11-19T05:29:38.688Z | Documenting num-iter v0.1.43 |
2452 | 2023-11-19T05:29:42.973Z | Documenting openapiv3 v2.0.0-rc.1 |
2453 | 2023-11-19T05:29:44.051Z | Documenting futures-executor v0.3.29 |
2454 | 2023-11-19T05:29:44.082Z | Documenting dtrace-parser v0.1.14 |
2455 | 2023-11-19T05:29:44.294Z | Documenting hmac v0.12.1 |
2456 | 2023-11-19T05:29:44.527Z | Documenting clap_builder v4.4.2 |
2457 | 2023-11-19T05:29:44.694Z | Checking mio v0.8.8 |
2458 | 2023-11-19T05:29:45.719Z | Documenting clap_derive v4.4.2 |
2459 | 2023-11-19T05:29:49.662Z | Documenting dof v0.1.5 |
2460 | 2023-11-19T05:29:49.965Z | Documenting signal-hook v0.3.17 |
2461 | 2023-11-19T05:29:50.384Z | Checking serde_tokenstream v0.2.0 |
2462 | 2023-11-19T05:29:51.003Z | Documenting thread-id v4.2.0 |
2463 | 2023-11-19T05:29:51.881Z | Documenting memoffset v0.9.0 |
2464 | 2023-11-19T05:29:52.999Z | Checking typenum v1.16.0 |
2465 | 2023-11-19T05:29:54.064Z | Checking futures-core v0.3.29 |
2466 | 2023-11-19T05:29:54.367Z | Checking zeroize v1.6.0 |
2467 | 2023-11-19T05:29:54.656Z | Documenting either v1.9.0 |
2468 | 2023-11-19T05:29:55.184Z | Documenting clap v4.4.3 |
2469 | 2023-11-19T05:29:55.427Z | Checking generic-array v0.14.7 |
2470 | 2023-11-19T05:29:56.074Z | Documenting flate2 v1.0.28 |
2471 | 2023-11-19T05:29:56.165Z | Documenting crossbeam-epoch v0.9.15 |
2472 | 2023-11-19T05:29:56.656Z | Documenting usdt-attr-macro v0.3.5 |
2473 | 2023-11-19T05:29:57.095Z | Documenting usdt-impl v0.3.5 |
2474 | 2023-11-19T05:29:57.452Z | Documenting usdt-macro v0.3.5 |
2475 | 2023-11-19T05:30:00.820Z | Checking regress v0.7.1 |
2476 | 2023-11-19T05:30:04.044Z | Checking openapiv3 v2.0.0-rc.1 |
2477 | 2023-11-19T05:30:04.263Z | Documenting toml_datetime v0.6.5 |
2478 | 2023-11-19T05:30:04.479Z | Documenting serde_spanned v0.6.4 |
2479 | 2023-11-19T05:30:04.582Z | Documenting winnow v0.5.15 |
2480 | 2023-11-19T05:30:06.193Z | Documenting signal-hook-mio v0.2.3 |
2481 | 2023-11-19T05:30:06.441Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2482 | 2023-11-19T05:30:06.617Z | Documenting futures v0.3.29 |
2483 | 2023-11-19T05:30:06.821Z | Documenting usdt v0.3.5 |
2484 | 2023-11-19T05:30:08.892Z | Documenting signature v2.1.0 |
2485 | 2023-11-19T05:30:10.081Z | Documenting block-padding v0.3.3 |
2486 | 2023-11-19T05:30:10.241Z | Documenting hash32 v0.2.1 |
2487 | 2023-11-19T05:30:10.394Z | Documenting enum-as-inner v0.5.1 |
2488 | 2023-11-19T05:30:12.396Z | Documenting toml_edit v0.21.0 |
2489 | 2023-11-19T05:30:12.447Z | Documenting scheduled-thread-pool v0.2.7 |
2490 | 2023-11-19T05:30:28.904Z | Checking diesel_table_macro_syntax v0.1.0 |
2491 | 2023-11-19T05:30:29.199Z | Documenting diesel_table_macro_syntax v0.1.0 |
2492 | 2023-11-19T05:30:29.316Z | Checking toml_datetime v0.6.5 |
2493 | 2023-11-19T05:30:29.506Z | Checking serde_spanned v0.6.4 |
2494 | 2023-11-19T05:30:29.597Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2495 | 2023-11-19T05:30:29.935Z | Checking num_cpus v1.16.0 |
2496 | 2023-11-19T05:30:30.024Z | Checking socket2 v0.5.4 |
2497 | 2023-11-19T05:30:30.163Z | Documenting stable_deref_trait v1.2.0 |
2498 | 2023-11-19T05:30:30.308Z | Documenting unicode-segmentation v1.10.1 |
2499 | 2023-11-19T05:30:30.390Z | Checking futures-sink v0.3.29 |
2500 | 2023-11-19T05:30:30.641Z | Checking winnow v0.5.15 |
2501 | 2023-11-19T05:30:30.712Z | Documenting trust-dns-proto v0.22.0 |
2502 | 2023-11-19T05:30:30.779Z | Documenting r2d2 v0.8.10 |
2503 | 2023-11-19T05:30:30.853Z | Documenting heapless v0.7.16 |
2504 | 2023-11-19T05:30:30.953Z | Checking tokio v1.33.0 |
2505 | 2023-11-19T05:30:31.037Z | Documenting inout v0.1.3 |
2506 | 2023-11-19T05:30:31.130Z | Documenting bzip2 v0.4.4 |
2507 | 2023-11-19T05:30:31.214Z | Documenting crossterm v0.27.0 |
2508 | 2023-11-19T05:30:31.271Z | Documenting diesel_derives v2.1.1 |
2509 | 2023-11-19T05:30:31.334Z | Documenting itertools v0.11.0 |
2510 | 2023-11-19T05:30:31.385Z | Documenting stringprep v0.1.3 |
2511 | 2023-11-19T05:30:31.427Z | Documenting semver v1.0.20 |
2512 | 2023-11-19T05:30:31.476Z | Documenting md-5 v0.10.5 |
2513 | 2023-11-19T05:30:31.808Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2514 | 2023-11-19T05:30:31.951Z | Documenting managed v0.8.0 |
2515 | 2023-11-19T05:30:33.683Z | Documenting bit-vec v0.6.3 |
2516 | 2023-11-19T05:30:36.223Z | Checking spin v0.5.2 |
2517 | 2023-11-19T05:30:36.484Z | Documenting static_assertions v1.1.0 |
2518 | 2023-11-19T05:30:36.530Z | Documenting siphasher v0.3.11 |
2519 | 2023-11-19T05:30:36.996Z | Documenting fallible-iterator v0.2.0 |
2520 | 2023-11-19T05:30:37.043Z | Checking tinyvec_macros v0.1.1 |
2521 | 2023-11-19T05:30:37.151Z | Documenting smoltcp v0.9.1 |
2522 | 2023-11-19T05:30:37.206Z | Checking tinyvec v1.6.0 |
2523 | 2023-11-19T05:30:37.857Z | Documenting diesel v2.1.3 |
2524 | 2023-11-19T05:30:38.022Z | Documenting cipher v0.4.4 |
2525 | 2023-11-19T05:30:39.631Z | Documenting zip v0.6.6 |
2526 | 2023-11-19T05:30:40.010Z | Checking toml_edit v0.19.15 |
2527 | 2023-11-19T05:30:41.100Z | Documenting phf_shared v0.11.2 |
2528 | 2023-11-19T05:30:41.247Z | Checking futures-channel v0.3.29 |
2529 | 2023-11-19T05:30:41.821Z | Documenting num-bigint v0.4.4 |
2530 | 2023-11-19T05:30:44.145Z | Documenting hubpack v0.1.2 |
2531 | 2023-11-19T05:30:44.474Z | Documenting postgres-protocol v0.6.6 |
2532 | 2023-11-19T05:30:44.908Z | Documenting serde_repr v0.1.16 |
2533 | 2023-11-19T05:30:46.468Z | Documenting bstr v1.6.0 |
2534 | 2023-11-19T05:30:46.841Z | Documenting regress v0.7.1 |
2535 | 2023-11-19T05:30:47.079Z | Checking futures-task v0.3.29 |
2536 | 2023-11-19T05:30:47.445Z | Checking slab v0.4.9 |
2537 | 2023-11-19T05:30:47.912Z | Documenting fixedbitset v0.4.2 |
2538 | 2023-11-19T05:30:51.291Z | Documenting lalrpop-util v0.19.12 |
2539 | 2023-11-19T05:30:52.383Z | Checking pin-utils v0.1.0 |
2540 | 2023-11-19T05:30:52.536Z | Documenting new_debug_unreachable v1.0.4 |
2541 | 2023-11-19T05:30:52.541Z | Documenting precomputed-hash v0.1.1 |
2542 | 2023-11-19T05:30:52.774Z | Checking futures-io v0.3.29 |
2543 | 2023-11-19T05:30:53.067Z | Checking futures-util v0.3.29 |
2544 | 2023-11-19T05:30:54.353Z | Documenting postgres-types v0.2.6 |
2545 | 2023-11-19T05:30:54.700Z | Documenting petgraph v0.6.4 |
2546 | 2023-11-19T05:30:57.729Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2547 | 2023-11-19T05:30:57.774Z | Documenting yasna v0.5.2 |
2548 | 2023-11-19T05:30:58.069Z | Documenting phf v0.11.2 |
2549 | 2023-11-19T05:30:59.149Z | Documenting string_cache v0.8.7 |
2550 | 2023-11-19T05:31:02.440Z | Checking unicode-normalization v0.1.22 |
2551 | 2023-11-19T05:31:04.093Z | Checking crypto-common v0.1.6 |
2552 | 2023-11-19T05:31:04.392Z | Documenting console v0.15.7 |
2553 | 2023-11-19T05:31:04.735Z | Checking spin v0.9.8 |
2554 | 2023-11-19T05:31:05.292Z | Documenting float-cmp v0.9.0 |
2555 | 2023-11-19T05:31:05.397Z | Checking tracing-core v0.1.31 |
2556 | 2023-11-19T05:31:06.228Z | Documenting whoami v1.4.1 |
2557 | 2023-11-19T05:31:06.410Z | Documenting predicates-core v1.0.6 |
2558 | 2023-11-19T05:31:06.441Z | Documenting heck v0.4.1 |
2559 | 2023-11-19T05:31:06.543Z | Checking unsafe-libyaml v0.2.9 |
2560 | 2023-11-19T05:31:07.957Z | Documenting normalize-line-endings v0.3.0 |
2561 | 2023-11-19T05:31:08.870Z | Documenting difflib v0.4.0 |
2562 | 2023-11-19T05:31:11.005Z | Checking unicode-bidi v0.3.13 |
2563 | 2023-11-19T05:31:11.194Z | Checking tracing v0.1.37 |
2564 | 2023-11-19T05:31:11.726Z | Documenting bit-set v0.5.3 |
2565 | 2023-11-19T05:31:11.799Z | Documenting similar v2.2.1 |
2566 | 2023-11-19T05:31:12.376Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2567 | 2023-11-19T05:31:12.544Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2568 | 2023-11-19T05:31:12.645Z | Documenting tokio-postgres v0.7.10 |
2569 | 2023-11-19T05:31:13.634Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2570 | 2023-11-19T05:31:13.641Z | Checking block-buffer v0.10.4 |
2571 | 2023-11-19T05:31:13.734Z | Checking getopts v0.2.21 |
2572 | 2023-11-19T05:31:13.828Z | Documenting tokio-stream v0.1.14 |
2573 | 2023-11-19T05:31:14.229Z | Checking bitflags v2.4.0 |
2574 | 2023-11-19T05:31:14.682Z | Checking subtle v2.5.0 |
2575 | 2023-11-19T05:31:15.107Z | Checking ident_case v1.0.1 |
2576 | 2023-11-19T05:31:15.353Z | Checking const-oid v0.9.5 |
2577 | 2023-11-19T05:31:15.368Z | Documenting predicates v3.0.4 |
2578 | 2023-11-19T05:31:20.254Z | Checking ppv-lite86 v0.2.17 |
2579 | 2023-11-19T05:31:20.534Z | Documenting unsafe-libyaml v0.2.9 |
2580 | 2023-11-19T05:31:20.644Z | Checking digest v0.10.7 |
2581 | 2023-11-19T05:31:20.657Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2582 | 2023-11-19T05:31:20.669Z | Checking rand_chacha v0.3.1 |
2583 | 2023-11-19T05:31:20.701Z | Checking serde_yaml v0.9.25 |
2584 | 2023-11-19T05:31:21.839Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2585 | 2023-11-19T05:31:22.348Z | Documenting getopts v0.2.21 |
2586 | 2023-11-19T05:31:23.284Z | Checking base64 v0.21.5 |
2587 | 2023-11-19T05:31:23.434Z | Checking rand v0.8.5 |
2588 | 2023-11-19T05:31:24.030Z | Checking tokio-util v0.7.10 |
2589 | 2023-11-19T05:31:24.263Z | Documenting serde_yaml v0.9.25 |
2590 | 2023-11-19T05:31:24.613Z | Checking percent-encoding v2.3.0 |
2591 | 2023-11-19T05:31:25.107Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2592 | 2023-11-19T05:31:25.110Z | Checking untrusted v0.9.0 |
2593 | 2023-11-19T05:31:25.166Z | Checking hashbrown v0.12.3 |
2594 | 2023-11-19T05:31:25.606Z | Checking openssl-probe v0.1.5 |
2595 | 2023-11-19T05:31:25.737Z | Checking bitflags v1.3.2 |
2596 | 2023-11-19T05:31:25.806Z | Checking untrusted v0.7.1 |
2597 | 2023-11-19T05:31:25.821Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2598 | 2023-11-19T05:31:25.870Z | Checking foreign-types-shared v0.1.1 |
2599 | 2023-11-19T05:31:26.027Z | Checking foreign-types v0.3.2 |
2600 | 2023-11-19T05:31:26.052Z | Checking ring v0.16.20 |
2601 | 2023-11-19T05:31:26.157Z | Checking ring v0.17.5 |
2602 | 2023-11-19T05:31:26.842Z | Checking indexmap v1.9.3 |
2603 | 2023-11-19T05:31:28.168Z | Checking errno v0.3.2 |
2604 | 2023-11-19T05:31:28.396Z | Checking openssl-sys v0.9.93 |
2605 | 2023-11-19T05:31:29.103Z | Checking siphasher v0.3.11 |
2606 | 2023-11-19T05:31:29.123Z | Documenting match_cfg v0.1.0 |
2607 | 2023-11-19T05:31:29.432Z | Checking unicode-segmentation v1.10.1 |
2608 | 2023-11-19T05:31:29.590Z | Checking adler v1.0.2 |
2609 | 2023-11-19T05:31:29.818Z | Checking try-lock v0.2.4 |
2610 | 2023-11-19T05:31:30.011Z | Checking want v0.3.1 |
2611 | 2023-11-19T05:31:30.281Z | Checking miniz_oxide v0.7.1 |
2612 | 2023-11-19T05:31:30.598Z | Checking rustls-webpki v0.101.7 |
2613 | 2023-11-19T05:31:30.767Z | Checking openssl v0.10.57 |
2614 | 2023-11-19T05:31:31.552Z | Checking sct v0.7.0 |
2615 | 2023-11-19T05:31:31.771Z | Checking h2 v0.3.21 |
2616 | 2023-11-19T05:31:31.842Z | Checking form_urlencoded v1.2.0 |
2617 | 2023-11-19T05:31:32.154Z | Checking lazy_static v1.4.0 |
2618 | 2023-11-19T05:31:32.201Z | Checking http-body v0.4.5 |
2619 | 2023-11-19T05:31:32.323Z | Documenting sha1 v0.10.6 |
2620 | 2023-11-19T05:31:32.518Z | Documenting dirs-sys-next v0.1.2 |
2621 | 2023-11-19T05:31:32.825Z | Checking socket2 v0.4.9 |
2622 | 2023-11-19T05:31:33.524Z | Checking io-lifetimes v1.0.11 |
2623 | 2023-11-19T05:31:33.650Z | Documenting hostname v0.3.1 |
2624 | 2023-11-19T05:31:33.811Z | Checking httparse v1.8.0 |
2625 | 2023-11-19T05:31:33.827Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2626 | 2023-11-19T05:31:34.490Z | Checking anstyle v1.0.2 |
2627 | 2023-11-19T05:31:35.019Z | Checking tower-service v0.3.2 |
2628 | 2023-11-19T05:31:35.303Z | Checking cpufeatures v0.2.9 |
2629 | 2023-11-19T05:31:35.350Z | Checking utf8parse v0.2.1 |
2630 | 2023-11-19T05:31:35.561Z | Checking httpdate v1.0.3 |
2631 | 2023-11-19T05:31:35.937Z | Checking anstyle-parse v0.2.1 |
2632 | 2023-11-19T05:31:36.030Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2633 | 2023-11-19T05:31:36.366Z | Checking sha2 v0.10.8 |
2634 | 2023-11-19T05:31:37.255Z | Checking rustix v0.37.23 |
2635 | 2023-11-19T05:31:38.804Z | Documenting dirs-next v2.0.0 |
2636 | 2023-11-19T05:31:39.172Z | Checking rustls v0.21.8 |
2637 | 2023-11-19T05:31:40.238Z | Checking native-tls v0.2.11 |
2638 | 2023-11-19T05:31:40.285Z | Checking rustls-pemfile v1.0.3 |
2639 | 2023-11-19T05:31:40.424Z | Checking md-5 v0.10.5 |
2640 | 2023-11-19T05:31:40.487Z | Checking hmac v0.12.1 |
2641 | 2023-11-19T05:31:41.429Z | Checking idna v0.4.0 |
2642 | 2023-11-19T05:31:41.487Z | Checking stringprep v0.1.3 |
2643 | 2023-11-19T05:31:41.521Z | Checking num-integer v0.1.45 |
2644 | 2023-11-19T05:31:41.569Z | Documenting camino v1.1.6 |
2645 | 2023-11-19T05:31:41.642Z | Checking hash32 v0.2.1 |
2646 | 2023-11-19T05:31:42.135Z | Documenting thread_local v1.1.7 |
2647 | 2023-11-19T05:31:42.273Z | Documenting paste v1.0.14 |
2648 | 2023-11-19T05:31:42.753Z | Checking hyper v0.14.27 |
2649 | 2023-11-19T05:31:44.745Z | Checking colorchoice v1.0.0 |
2650 | 2023-11-19T05:31:44.951Z | Checking gimli v0.28.0 |
2651 | 2023-11-19T05:31:44.964Z | Checking anstyle-query v1.0.0 |
2652 | 2023-11-19T05:31:45.141Z | Checking fallible-iterator v0.2.0 |
2653 | 2023-11-19T05:31:46.050Z | Checking stable_deref_trait v1.2.0 |
2654 | 2023-11-19T05:31:46.193Z | Checking either v1.9.0 |
2655 | 2023-11-19T05:31:46.197Z | Checking postgres-protocol v0.6.6 |
2656 | 2023-11-19T05:31:46.685Z | Checking heapless v0.7.16 |
2657 | 2023-11-19T05:31:47.286Z | Checking anstream v0.5.0 |
2658 | 2023-11-19T05:31:47.830Z | Documenting term v0.7.0 |
2659 | 2023-11-19T05:31:48.542Z | Checking tokio-rustls v0.24.1 |
2660 | 2023-11-19T05:31:48.759Z | Checking url v2.4.1 |
2661 | 2023-11-19T05:31:48.884Z | Checking tokio-native-tls v0.3.1 |
2662 | 2023-11-19T05:31:49.150Z | Checking rustls-native-certs v0.6.3 |
2663 | 2023-11-19T05:31:49.178Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2664 | 2023-11-19T05:31:49.211Z | Checking terminal_size v0.2.6 |
2665 | 2023-11-19T05:31:49.291Z | Checking phf_shared v0.11.2 |
2666 | 2023-11-19T05:31:49.359Z | Documenting toml v0.8.8 |
2667 | 2023-11-19T05:31:49.444Z | Checking block-padding v0.3.3 |
2668 | 2023-11-19T05:31:49.750Z | Checking signal-hook v0.3.17 |
2669 | 2023-11-19T05:31:49.768Z | Documenting crossbeam-channel v0.5.8 |
2670 | 2023-11-19T05:31:50.063Z | Checking scheduled-thread-pool v0.2.7 |
2671 | 2023-11-19T05:31:50.294Z | Checking object v0.32.1 |
2672 | 2023-11-19T05:31:50.389Z | Documenting atty v0.2.14 |
2673 | 2023-11-19T05:31:52.706Z | Checking addr2line v0.21.0 |
2674 | 2023-11-19T05:31:52.744Z | Checking bzip2-sys v0.1.11+1.0.8 |
2675 | 2023-11-19T05:31:52.783Z | Checking crc32fast v1.3.2 |
2676 | 2023-11-19T05:31:52.994Z | Checking ipnet v2.8.0 |
2677 | 2023-11-19T05:31:53.650Z | Checking regex-automata v0.1.10 |
2678 | 2023-11-19T05:31:53.813Z | Documenting take_mut v0.2.2 |
2679 | 2023-11-19T05:31:54.004Z | Checking managed v0.8.0 |
2680 | 2023-11-19T05:31:54.420Z | Checking num_threads v0.1.6 |
2681 | 2023-11-19T05:31:54.490Z | Checking rustc-demangle v0.1.23 |
2682 | 2023-11-19T05:31:54.625Z | Checking clap_lex v0.5.1 |
2683 | 2023-11-19T05:31:55.003Z | Checking deranged v0.3.8 |
2684 | 2023-11-19T05:31:55.239Z | Checking matches v0.1.10 |
2685 | 2023-11-19T05:31:55.381Z | Checking bit-vec v0.6.3 |
2686 | 2023-11-19T05:31:55.559Z | Documenting slog-term v2.9.0 |
2687 | 2023-11-19T05:31:55.922Z | Checking idna v0.2.3 |
2688 | 2023-11-19T05:31:56.296Z | Checking clap_builder v4.4.2 |
2689 | 2023-11-19T05:31:57.552Z | Checking smoltcp v0.9.1 |
2690 | 2023-11-19T05:31:57.863Z | Checking time v0.3.27 |
2691 | 2023-11-19T05:31:58.013Z | Checking bstr v0.2.17 |
2692 | 2023-11-19T05:31:59.373Z | Checking hyper-rustls v0.24.2 |
2693 | 2023-11-19T05:31:59.919Z | Documenting slog-async v2.8.0 |
2694 | 2023-11-19T05:31:59.954Z | Checking hyper-tls v0.5.0 |
2695 | 2023-11-19T05:32:00.098Z | Checking backtrace v0.3.69 |
2696 | 2023-11-19T05:32:00.113Z | Checking flate2 v1.0.28 |
2697 | 2023-11-19T05:32:00.416Z | Checking bzip2 v0.4.4 |
2698 | 2023-11-19T05:32:01.294Z | Checking r2d2 v0.8.10 |
2699 | 2023-11-19T05:32:01.313Z | Checking signal-hook-mio v0.2.3 |
2700 | 2023-11-19T05:32:01.806Z | Checking inout v0.1.3 |
2701 | 2023-11-19T05:32:01.809Z | Checking phf v0.11.2 |
2702 | 2023-11-19T05:32:01.813Z | Checking postgres-types v0.2.6 |
2703 | 2023-11-19T05:32:01.816Z | Checking itertools v0.11.0 |
2704 | 2023-11-19T05:32:01.819Z | Checking num-bigint v0.4.4 |
2705 | 2023-11-19T05:32:01.823Z | Checking serde_urlencoded v0.7.1 |
2706 | 2023-11-19T05:32:02.169Z | Checking phf_shared v0.10.0 |
2707 | 2023-11-19T05:32:02.474Z | Checking futures-executor v0.3.29 |
2708 | 2023-11-19T05:32:02.607Z | Documenting slog-json v2.6.1 |
2709 | 2023-11-19T05:32:02.623Z | Checking ipnetwork v0.20.0 |
2710 | 2023-11-19T05:32:02.883Z | Checking float-cmp v0.9.0 |
2711 | 2023-11-19T05:32:03.186Z | Checking zerocopy v0.6.4 |
2712 | 2023-11-19T05:32:03.298Z | Documenting async-stream-impl v0.3.5 |
2713 | 2023-11-19T05:32:03.408Z | Checking hubpack v0.1.2 |
2714 | 2023-11-19T05:32:03.914Z | Checking encoding_rs v0.8.33 |
2715 | 2023-11-19T05:32:04.379Z | Checking crossbeam-utils v0.8.16 |
2716 | 2023-11-19T05:32:05.279Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2717 | 2023-11-19T05:32:05.690Z | Checking memoffset v0.9.0 |
2718 | 2023-11-19T05:32:05.705Z | Checking normalize-line-endings v0.3.0 |
2719 | 2023-11-19T05:32:05.723Z | Checking static_assertions v1.1.0 |
2720 | 2023-11-19T05:32:05.888Z | Checking whoami v1.4.1 |
2721 | 2023-11-19T05:32:05.892Z | Checking predicates-core v1.0.6 |
2722 | 2023-11-19T05:32:05.896Z | Checking webpki-roots v0.25.2 |
2723 | 2023-11-19T05:32:06.114Z | Documenting atomic-waker v1.1.1 |
2724 | 2023-11-19T05:32:06.142Z | Checking difflib v0.4.0 |
2725 | 2023-11-19T05:32:06.157Z | Checking data-encoding v2.4.0 |
2726 | 2023-11-19T05:32:06.244Z | Documenting debug-ignore v1.0.5 |
2727 | 2023-11-19T05:32:06.653Z | Checking regex-automata v0.3.8 |
2728 | 2023-11-19T05:32:07.026Z | Checking fixedbitset v0.4.2 |
2729 | 2023-11-19T05:32:07.407Z | Checking mime v0.3.17 |
2730 | 2023-11-19T05:32:07.482Z | Checking new_debug_unreachable v1.0.4 |
2731 | 2023-11-19T05:32:07.613Z | Checking precomputed-hash v0.1.1 |
2732 | 2023-11-19T05:32:08.224Z | Checking string_cache v0.8.7 |
2733 | 2023-11-19T05:32:08.643Z | Checking petgraph v0.6.4 |
2734 | 2023-11-19T05:32:08.646Z | Checking reqwest v0.11.22 |
2735 | 2023-11-19T05:32:08.652Z | Checking trust-dns-proto v0.22.0 |
2736 | 2023-11-19T05:32:09.328Z | Checking bstr v1.6.0 |
2737 | 2023-11-19T05:32:09.732Z | Documenting slog-bunyan v2.4.0 |
2738 | 2023-11-19T05:32:10.523Z | Documenting async-stream v0.3.5 |
2739 | 2023-11-19T05:32:10.536Z | Documenting waitgroup v0.1.2 |
2740 | 2023-11-19T05:32:10.668Z | Checking predicates v3.0.4 |
2741 | 2023-11-19T05:32:10.784Z | Checking tokio-postgres v0.7.10 |
2742 | 2023-11-19T05:32:10.949Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2743 | 2023-11-19T05:32:11.806Z | Checking crossbeam-epoch v0.9.15 |
2744 | 2023-11-19T05:32:12.565Z | Checking yasna v0.5.2 |
2745 | 2023-11-19T05:32:13.860Z | Checking diesel v2.1.3 |
2746 | 2023-11-19T05:32:14.234Z | Checking futures v0.3.29 |
2747 | 2023-11-19T05:32:14.403Z | Checking clap v4.4.3 |
2748 | 2023-11-19T05:32:14.583Z | Checking cipher v0.4.4 |
2749 | 2023-11-19T05:32:15.098Z | Checking crossterm v0.27.0 |
2750 | 2023-11-19T05:32:15.259Z | Checking zip v0.6.6 |
2751 | 2023-11-19T05:32:16.027Z | Checking anyhow v1.0.75 |
2752 | 2023-11-19T05:32:16.397Z | Checking similar v2.2.1 |
2753 | 2023-11-19T05:32:16.967Z | Checking bit-set v0.5.3 |
2754 | 2023-11-19T05:32:18.853Z | Checking itertools v0.10.5 |
2755 | 2023-11-19T05:32:22.786Z | Checking num-iter v0.1.43 |
2756 | 2023-11-19T05:32:42.737Z | Checking console v0.15.7 |
2757 | 2023-11-19T05:32:43.780Z | Checking rustix v0.38.9 |
2758 | 2023-11-19T05:32:44.430Z | Checking signature v2.1.0 |
2759 | 2023-11-19T05:32:44.478Z | Checking darling_core v0.20.3 |
2760 | 2023-11-19T05:32:44.833Z | Checking toml v0.7.8 |
2761 | 2023-11-19T05:32:45.049Z | Checking tokio-stream v0.1.14 |
2762 | 2023-11-19T05:32:45.240Z | Checking toml_edit v0.21.0 |
2763 | 2023-11-19T05:32:45.465Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2764 | 2023-11-19T05:32:45.588Z | Documenting multer v2.1.0 |
2765 | 2023-11-19T05:32:45.694Z | Checking usdt v0.3.5 |
2766 | 2023-11-19T05:32:45.814Z | Documenting serde_path_to_error v0.1.14 |
2767 | 2023-11-19T05:32:45.875Z | Checking semver v1.0.20 |
2768 | 2023-11-19T05:32:45.908Z | Checking hex v0.4.3 |
2769 | 2023-11-19T05:32:46.068Z | Documenting strum v0.25.0 |
2770 | 2023-11-19T05:32:46.131Z | Checking slog v2.7.0 |
2771 | 2023-11-19T05:32:46.235Z | Checking lalrpop-util v0.19.12 |
2772 | 2023-11-19T05:32:46.323Z | Checking darling v0.20.3 |
2773 | 2023-11-19T05:32:46.400Z | Documenting structmeta-derive v0.2.0 |
2774 | 2023-11-19T05:32:46.521Z | Documenting serde_with_macros v2.3.3 |
2775 | 2023-11-19T05:32:46.637Z | Checking structmeta v0.2.0 |
2776 | 2023-11-19T05:32:46.686Z | Documenting instant v0.1.12 |
2777 | 2023-11-19T05:32:46.711Z | Checking regex-syntax v0.7.5 |
2778 | 2023-11-19T05:32:46.768Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2779 | 2023-11-19T05:32:47.248Z | Documenting macaddr v1.0.1 |
2780 | 2023-11-19T05:32:47.347Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2781 | 2023-11-19T05:32:47.423Z | Documenting backoff v0.4.0 |
2782 | 2023-11-19T05:32:47.445Z | Documenting serde_with v2.3.3 |
2783 | 2023-11-19T05:32:47.462Z | Documenting structmeta v0.2.0 |
2784 | 2023-11-19T05:32:47.475Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2785 | 2023-11-19T05:32:47.497Z | Documenting is-terminal v0.4.9 |
2786 | 2023-11-19T05:32:47.637Z | Documenting base64ct v1.6.0 |
2787 | 2023-11-19T05:32:47.679Z | Checking proc-macro-crate v1.3.1 |
2788 | 2023-11-19T05:32:47.708Z | Documenting proc-macro-crate v1.3.1 |
2789 | 2023-11-19T05:32:47.718Z | Documenting parse-display-derive v0.8.2 |
2790 | 2023-11-19T05:32:47.758Z | Documenting proc-macro-error-attr v1.0.4 |
2791 | 2023-11-19T05:32:47.825Z | Checking proc-macro-error v1.0.4 |
2792 | 2023-11-19T05:32:47.856Z | Documenting postcard-cobs v0.1.5-pre |
2793 | 2023-11-19T05:32:47.902Z | Documenting foreign-types-macros v0.2.3 |
2794 | 2023-11-19T05:32:47.948Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2795 | 2023-11-19T05:32:47.956Z | Documenting proc-macro-error v1.0.4 |
2796 | 2023-11-19T05:32:48.025Z | Documenting num_enum_derive v0.5.11 |
2797 | 2023-11-19T05:32:48.091Z | Documenting postcard v0.7.3 |
2798 | 2023-11-19T05:32:48.113Z | Documenting parse-display v0.8.2 |
2799 | 2023-11-19T05:32:48.728Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2800 | 2023-11-19T05:32:48.733Z | Documenting foreign-types-shared v0.3.1 |
2801 | 2023-11-19T05:32:51.260Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2802 | 2023-11-19T05:32:51.585Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2803 | 2023-11-19T05:32:52.147Z | Documenting crucible-workspace-hack v0.1.0 |
2804 | 2023-11-19T05:32:52.307Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2805 | 2023-11-19T05:32:53.478Z | Documenting foreign-types v0.5.0 |
2806 | 2023-11-19T05:32:53.481Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2807 | 2023-11-19T05:32:53.775Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2808 | 2023-11-19T05:32:55.245Z | Documenting num_enum v0.5.11 |
2809 | 2023-11-19T05:32:57.774Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2810 | 2023-11-19T05:32:58.253Z | Documenting cstr-argument v0.1.2 |
2811 | 2023-11-19T05:32:58.410Z | Documenting colored v2.0.4 |
2812 | 2023-11-19T05:32:58.739Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2023-11-19T05:33:00.130Z | Documenting zone_cfg_derive v0.3.0 |
2814 | 2023-11-19T05:33:01.072Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2815 | 2023-11-19T05:33:01.351Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2816 | 2023-11-19T05:33:03.225Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2817 | 2023-11-19T05:33:03.981Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2818 | 2023-11-19T05:33:04.537Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2819 | 2023-11-19T05:33:05.658Z | Documenting num-derive v0.4.0 |
2820 | 2023-11-19T05:33:07.544Z | Documenting smf v0.2.2 |
2821 | 2023-11-19T05:33:08.139Z | Documenting zone v0.3.0 |
2822 | 2023-11-19T05:33:08.338Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2823 | 2023-11-19T05:33:10.122Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2824 | 2023-11-19T05:33:10.490Z | Documenting fastrand v2.0.0 |
2825 | 2023-11-19T05:33:10.556Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2826 | 2023-11-19T05:33:12.613Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2827 | 2023-11-19T05:33:14.251Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2828 | 2023-11-19T05:33:14.328Z | Documenting linked-hash-map v0.5.6 |
2829 | 2023-11-19T05:33:15.209Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2830 | 2023-11-19T05:33:16.793Z | Documenting password-hash v0.5.0 |
2831 | 2023-11-19T05:33:16.931Z | Documenting tempfile v3.8.0 |
2832 | 2023-11-19T05:33:17.269Z | Documenting blake2 v0.10.6 |
2833 | 2023-11-19T05:33:19.939Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2834 | 2023-11-19T05:33:20.968Z | Documenting lru-cache v0.1.2 |
2835 | 2023-11-19T05:33:21.702Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2836 | 2023-11-19T05:33:22.138Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2837 | 2023-11-19T05:33:22.958Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2838 | 2023-11-19T05:33:22.961Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2023-11-19T05:33:23.842Z | Checking heck v0.3.3 |
2840 | 2023-11-19T05:33:24.112Z | Documenting structopt-derive v0.4.18 |
2841 | 2023-11-19T05:33:24.415Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2842 | 2023-11-19T05:33:24.914Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2843 | 2023-11-19T05:33:25.331Z | Documenting argon2 v0.5.2 |
2844 | 2023-11-19T05:33:27.710Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2845 | 2023-11-19T05:33:28.716Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2846 | 2023-11-19T05:33:32.494Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2847 | 2023-11-19T05:33:32.701Z | Documenting structopt v0.3.26 |
2848 | 2023-11-19T05:33:33.116Z | Documenting libefi-sys v0.1.0 |
2849 | 2023-11-19T05:33:36.466Z | Documenting pem-rfc7468 v0.7.0 |
2850 | 2023-11-19T05:33:36.686Z | Documenting der_derive v0.7.2 |
2851 | 2023-11-19T05:33:38.733Z | Documenting flagset v0.4.3 |
2852 | 2023-11-19T05:33:39.969Z | Documenting quick-error v1.2.3 |
2853 | 2023-11-19T05:33:40.219Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2854 | 2023-11-19T05:33:42.721Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2855 | 2023-11-19T05:33:42.742Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2856 | 2023-11-19T05:33:42.937Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2023-11-19T05:33:43.217Z | Documenting cancel-safe-futures v0.1.5 |
2858 | 2023-11-19T05:33:43.848Z | Documenting convert_case v0.4.0 |
2859 | 2023-11-19T05:33:44.949Z | Documenting der v0.7.8 |
2860 | 2023-11-19T05:33:45.763Z | Documenting resolv-conf v0.7.0 |
2861 | 2023-11-19T05:33:47.122Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2862 | 2023-11-19T05:33:47.509Z | Documenting tap v1.0.1 |
2863 | 2023-11-19T05:33:50.235Z | Checking convert_case v0.4.0 |
2864 | 2023-11-19T05:33:50.995Z | Documenting radium v0.7.0 |
2865 | 2023-11-19T05:33:50.998Z | Documenting derive_more v0.99.17 |
2866 | 2023-11-19T05:33:51.822Z | Documenting wyz v0.5.1 |
2867 | 2023-11-19T05:33:52.381Z | Documenting crc-catalog v2.2.0 |
2868 | 2023-11-19T05:33:52.511Z | Documenting trust-dns-resolver v0.22.0 |
2869 | 2023-11-19T05:33:53.503Z | Documenting spki v0.7.2 |
2870 | 2023-11-19T05:33:55.254Z | Documenting funty v2.0.0 |
2871 | 2023-11-19T05:33:56.621Z | Documenting arc-swap v1.6.0 |
2872 | 2023-11-19T05:33:57.139Z | Documenting crc v3.0.1 |
2873 | 2023-11-19T05:33:59.807Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2874 | 2023-11-19T05:34:00.254Z | Documenting bitvec v1.0.1 |
2875 | 2023-11-19T05:34:00.298Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2876 | 2023-11-19T05:34:00.668Z | Documenting pkcs8 v0.10.2 |
2877 | 2023-11-19T05:34:01.767Z | Documenting num-rational v0.4.1 |
2878 | 2023-11-19T05:34:01.850Z | Documenting hkdf v0.12.3 |
2879 | 2023-11-19T05:34:02.373Z | Documenting num-complex v0.4.4 |
2880 | 2023-11-19T05:34:02.859Z | Documenting slog-scope v4.4.0 |
2881 | 2023-11-19T05:34:04.982Z | Documenting packed_struct_codegen v0.10.1 |
2882 | 2023-11-19T05:34:07.709Z | Documenting nodrop v0.1.14 |
2883 | 2023-11-19T05:34:08.541Z | Documenting ciborium-io v0.2.1 |
2884 | 2023-11-19T05:34:08.919Z | Documenting half v1.8.2 |
2885 | 2023-11-19T05:34:08.936Z | Documenting slog-stdlog v4.1.1 |
2886 | 2023-11-19T05:34:09.560Z | Documenting pkcs1 v0.7.5 |
2887 | 2023-11-19T05:34:10.065Z | Documenting num v0.4.1 |
2888 | 2023-11-19T05:34:10.827Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2889 | 2023-11-19T05:34:12.247Z | Documenting array-init v0.0.4 |
2890 | 2023-11-19T05:34:13.618Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2891 | 2023-11-19T05:34:14.239Z | Documenting packed_struct v0.10.1 |
2892 | 2023-11-19T05:34:14.250Z | Documenting ciborium-ll v0.2.1 |
2893 | 2023-11-19T05:34:15.039Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2894 | 2023-11-19T05:34:15.541Z | Documenting slog-dtrace v0.2.3 |
2895 | 2023-11-19T05:34:15.953Z | Documenting num-bigint-dig v0.8.4 |
2896 | 2023-11-19T05:34:17.203Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2897 | 2023-11-19T05:34:18.825Z | Documenting filetime v0.2.22 |
2898 | 2023-11-19T05:34:20.706Z | Documenting xattr v1.0.1 |
2899 | 2023-11-19T05:34:22.844Z | Documenting swrite v0.1.0 |
2900 | 2023-11-19T05:34:24.700Z | Documenting bitfield v0.14.0 |
2901 | 2023-11-19T05:34:25.223Z | Documenting termcolor v1.2.0 |
2902 | 2023-11-19T05:34:26.480Z | Documenting keccak v0.1.4 |
2903 | 2023-11-19T05:34:27.337Z | Documenting tar v0.4.40 |
2904 | 2023-11-19T05:34:27.933Z | Documenting rsa v0.9.2 |
2905 | 2023-11-19T05:34:29.082Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2906 | 2023-11-19T05:34:29.305Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2907 | 2023-11-19T05:34:30.952Z | Documenting sha3 v0.10.8 |
2908 | 2023-11-19T05:34:31.904Z | Documenting env_logger v0.10.0 |
2909 | 2023-11-19T05:34:32.422Z | Documenting ciborium v0.2.1 |
2910 | 2023-11-19T05:34:34.336Z | Documenting serde-hex v0.1.0 |
2911 | 2023-11-19T05:34:39.331Z | Documenting slog-envlogger v2.2.0 |
2912 | 2023-11-19T05:34:39.685Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2913 | 2023-11-19T05:34:39.936Z | Documenting x509-cert v0.2.4 |
2914 | 2023-11-19T05:34:41.183Z | Documenting newtype_derive v0.1.6 |
2915 | 2023-11-19T05:34:43.795Z | Documenting libsw v3.3.0 |
2916 | 2023-11-19T05:34:45.083Z | Documenting ron v0.8.1 |
2917 | 2023-11-19T05:35:09.341Z | Documenting fxhash v0.2.1 |
2918 | 2023-11-19T05:35:09.570Z | Documenting secrecy v0.8.0 |
2919 | 2023-11-19T05:35:09.640Z | Documenting derive-where v1.2.5 |
2920 | 2023-11-19T05:35:09.685Z | Documenting linear-map v1.2.0 |
2921 | 2023-11-19T05:35:09.704Z | Documenting crc-any v2.4.3 |
2922 | 2023-11-19T05:35:09.729Z | Documenting owo-colors v3.5.0 |
2923 | 2023-11-19T05:35:09.745Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2924 | 2023-11-19T05:35:09.765Z | Documenting steno v0.4.0 |
2925 | 2023-11-19T05:35:09.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2926 | 2023-11-19T05:35:09.787Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2927 | 2023-11-19T05:35:09.817Z | Documenting doc-comment v0.3.3 |
2928 | 2023-11-19T05:35:09.859Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2929 | 2023-11-19T05:35:09.872Z | Documenting snafu-derive v0.7.5 |
2930 | 2023-11-19T05:35:09.888Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2931 | 2023-11-19T05:35:09.905Z | Documenting path-slash v0.1.5 |
2932 | 2023-11-19T05:35:09.942Z | Documenting same-file v1.0.6 |
2933 | 2023-11-19T05:35:09.979Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2934 | 2023-11-19T05:35:09.997Z | Documenting walkdir v2.4.0 |
2935 | 2023-11-19T05:35:10.015Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2936 | 2023-11-19T05:35:10.039Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2937 | 2023-11-19T05:35:10.073Z | Documenting snafu v0.7.5 |
2938 | 2023-11-19T05:35:10.094Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2939 | 2023-11-19T05:35:13.073Z | Documenting camino-tempfile v1.0.2 |
2940 | 2023-11-19T05:35:16.231Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2941 | 2023-11-19T05:35:16.586Z | Checking darling_core v0.14.4 |
2942 | 2023-11-19T05:35:19.982Z | Documenting nibble_vec v0.1.0 |
2943 | 2023-11-19T05:35:19.986Z | Documenting glob v0.3.1 |
2944 | 2023-11-19T05:35:20.839Z | Documenting endian-type v0.1.2 |
2945 | 2023-11-19T05:35:26.144Z | Checking darling v0.14.4 |
2946 | 2023-11-19T05:35:26.343Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2947 | 2023-11-19T05:35:26.486Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2948 | 2023-11-19T05:35:26.707Z | Documenting radix_trie v0.2.1 |
2949 | 2023-11-19T05:35:27.314Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2950 | 2023-11-19T05:35:28.947Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2951 | 2023-11-19T05:35:39.014Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2952 | 2023-11-19T05:35:39.317Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2953 | 2023-11-19T05:35:39.496Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2954 | 2023-11-19T05:35:39.641Z | Documenting path-dedot v3.1.0 |
2955 | 2023-11-19T05:35:39.730Z | Documenting trust-dns-client v0.22.0 |
2956 | 2023-11-19T05:35:39.783Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2957 | 2023-11-19T05:35:40.051Z | Documenting path-absolutize v3.1.0 |
2958 | 2023-11-19T05:35:47.119Z | Documenting buf-list v1.0.3 |
2959 | 2023-11-19T05:35:47.900Z | Documenting globset v0.4.13 |
2960 | 2023-11-19T05:35:49.776Z | Documenting crossbeam-deque v0.8.3 |
2961 | 2023-11-19T05:35:54.002Z | Documenting headers-core v0.2.0 |
2962 | 2023-11-19T05:35:54.594Z | Documenting olpc-cjson v0.1.3 |
2963 | 2023-11-19T05:35:55.292Z | Documenting serde_plain v1.0.2 |
2964 | 2023-11-19T05:35:56.175Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2965 | 2023-11-19T05:35:56.261Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2966 | 2023-11-19T05:35:56.821Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2967 | 2023-11-19T05:35:57.834Z | Documenting display-error-chain v0.2.0 |
2968 | 2023-11-19T05:35:59.562Z | Documenting utf-8 v0.7.6 |
2969 | 2023-11-19T05:36:01.269Z | Documenting headers v0.3.9 |
2970 | 2023-11-19T05:36:01.754Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2971 | 2023-11-19T05:36:02.126Z | Documenting rayon-core v1.12.0 |
2972 | 2023-11-19T05:36:02.195Z | Documenting trust-dns-server v0.22.1 |
2973 | 2023-11-19T05:36:02.304Z | Documenting tough v0.14.0 |
2974 | 2023-11-19T05:36:04.579Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2975 | 2023-11-19T05:36:05.631Z | Documenting tungstenite v0.20.1 |
2976 | 2023-11-19T05:36:05.894Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2977 | 2023-11-19T05:36:07.040Z | Checking derive_builder_core v0.12.0 |
2978 | 2023-11-19T05:36:07.849Z | Documenting derive_builder_core v0.12.0 |
2979 | 2023-11-19T05:36:08.630Z | Documenting sled v0.34.7 |
2980 | 2023-11-19T05:36:09.441Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2981 | 2023-11-19T05:36:10.607Z | Documenting unicase v2.7.0 |
2982 | 2023-11-19T05:36:11.785Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2983 | 2023-11-19T05:36:12.834Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2984 | 2023-11-19T05:36:13.338Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2985 | 2023-11-19T05:36:13.814Z | Documenting bcs v0.1.6 |
2986 | 2023-11-19T05:36:15.362Z | Documenting ff v0.13.0 |
2987 | 2023-11-19T05:36:16.017Z | Documenting pretty-hex v0.3.0 |
2988 | 2023-11-19T05:36:16.094Z | Documenting highway v1.1.0 |
2989 | 2023-11-19T05:36:17.715Z | Documenting tokio-tungstenite v0.20.1 |
2990 | 2023-11-19T05:36:18.498Z | Documenting derive_builder_macro v0.12.0 |
2991 | 2023-11-19T05:36:20.625Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2992 | 2023-11-19T05:36:21.003Z | Documenting mime_guess v2.0.4 |
2993 | 2023-11-19T05:36:22.083Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2994 | 2023-11-19T05:36:22.241Z | Documenting group v0.13.0 |
2995 | 2023-11-19T05:36:23.808Z | Documenting rayon v1.8.0 |
2996 | 2023-11-19T05:36:25.349Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2997 | 2023-11-19T05:36:29.097Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2998 | 2023-11-19T05:36:30.024Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2999 | 2023-11-19T05:36:36.120Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3000 | 2023-11-19T05:36:41.106Z | Documenting portable-atomic v1.4.3 |
3001 | 2023-11-19T05:36:41.792Z | Documenting ed25519 v1.5.3 |
3002 | 2023-11-19T05:36:46.244Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3003 | 2023-11-19T05:36:46.898Z | Documenting universal-hash v0.5.1 |
3004 | 2023-11-19T05:36:49.219Z | Documenting crypto-bigint v0.5.2 |
3005 | 2023-11-19T05:36:50.591Z | Documenting kstat-rs v0.2.3 |
3006 | 2023-11-19T05:36:53.046Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3007 | 2023-11-19T05:36:54.504Z | Documenting thiserror-impl-no-std v2.0.2 |
3008 | 2023-11-19T05:36:55.383Z | Documenting curve25519-dalek-derive v0.1.0 |
3009 | 2023-11-19T05:36:55.469Z | Documenting ref-cast-impl v1.0.20 |
3010 | 2023-11-19T05:36:57.228Z | Documenting vte_generate_state_changes v0.1.1 |
3011 | 2023-11-19T05:36:59.051Z | Documenting opaque-debug v0.3.0 |
3012 | 2023-11-19T05:37:02.668Z | Documenting cassowary v0.3.0 |
3013 | 2023-11-19T05:37:03.135Z | Documenting base16ct v0.2.0 |
3014 | 2023-11-19T05:37:03.672Z | Documenting number_prefix v0.4.0 |
3015 | 2023-11-19T05:37:03.807Z | Documenting poly1305 v0.8.0 |
3016 | 2023-11-19T05:37:04.030Z | Documenting vte v0.11.1 |
3017 | 2023-11-19T05:37:07.659Z | Documenting ref-cast v1.0.20 |
3018 | 2023-11-19T05:37:07.797Z | Documenting elliptic-curve v0.13.5 |
3019 | 2023-11-19T05:37:09.463Z | Documenting ratatui v0.23.0 |
3020 | 2023-11-19T05:37:09.664Z | Documenting indicatif v0.17.7 |
3021 | 2023-11-19T05:37:11.213Z | Documenting curve25519-dalek v4.1.0 |
3022 | 2023-11-19T05:37:11.732Z | Documenting thiserror-no-std v2.0.2 |
3023 | 2023-11-19T05:37:12.239Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3024 | 2023-11-19T05:37:14.834Z | Documenting salty v0.2.0 |
3025 | 2023-11-19T05:37:16.257Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3026 | 2023-11-19T05:37:17.201Z | Documenting derive_builder v0.12.0 |
3027 | 2023-11-19T05:37:17.679Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3028 | 2023-11-19T05:37:20.890Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3029 | 2023-11-19T05:37:21.034Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3030 | 2023-11-19T05:37:21.832Z | Documenting polar-core v0.27.0 |
3031 | 2023-11-19T05:37:30.795Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3032 | 2023-11-19T05:37:43.275Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3033 | 2023-11-19T05:37:43.281Z | Documenting libxml v0.3.3 |
3034 | 2023-11-19T05:37:43.360Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3035 | 2023-11-19T05:37:43.380Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3036 | 2023-11-19T05:37:44.220Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3037 | 2023-11-19T05:37:47.908Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3038 | 2023-11-19T05:37:48.435Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3039 | 2023-11-19T05:37:48.457Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3040 | 2023-11-19T05:37:48.562Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3041 | 2023-11-19T05:37:50.345Z | Documenting chacha20 v0.9.1 |
3042 | 2023-11-19T05:37:50.995Z | Documenting bb8 v0.8.1 |
3043 | 2023-11-19T05:37:52.493Z | Documenting pem v3.0.2 |
3044 | 2023-11-19T05:37:53.102Z | Documenting serde-big-array v0.5.1 |
3045 | 2023-11-19T05:37:57.731Z | Documenting bytesize v1.3.0 |
3046 | 2023-11-19T05:37:58.143Z | Documenting quick-xml v0.23.1 |
3047 | 2023-11-19T05:37:59.264Z | Documenting aead v0.5.2 |
3048 | 2023-11-19T05:38:00.225Z | Documenting impl-trait-for-tuples v0.2.2 |
3049 | 2023-11-19T05:38:00.646Z | Documenting oso-derive v0.27.0 |
3050 | 2023-11-19T05:38:04.679Z | Documenting rtoolbox v0.0.1 |
3051 | 2023-11-19T05:38:05.362Z | Documenting maplit v1.0.2 |
3052 | 2023-11-19T05:38:05.761Z | Documenting is_ci v1.1.1 |
3053 | 2023-11-19T05:38:06.488Z | Documenting unicode-linebreak v0.1.5 |
3054 | 2023-11-19T05:38:07.512Z | Documenting fs-err v2.9.0 |
3055 | 2023-11-19T05:38:08.843Z | Documenting smawk v0.3.1 |
3056 | 2023-11-19T05:38:09.647Z | Documenting humantime v2.1.0 |
3057 | 2023-11-19T05:38:11.118Z | Documenting rpassword v7.2.0 |
3058 | 2023-11-19T05:38:11.343Z | Documenting chacha20poly1305 v0.10.1 |
3059 | 2023-11-19T05:38:11.801Z | Documenting oso v0.27.0 |
3060 | 2023-11-19T05:38:12.386Z | Documenting supports-color v2.1.0 |
3061 | 2023-11-19T05:38:12.454Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3062 | 2023-11-19T05:38:14.263Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3063 | 2023-11-19T05:38:15.153Z | Documenting textwrap v0.16.0 |
3064 | 2023-11-19T05:38:16.371Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3065 | 2023-11-19T05:38:17.512Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3066 | 2023-11-19T05:38:19.347Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3067 | 2023-11-19T05:38:20.581Z | Documenting rcgen v0.11.3 |
3068 | 2023-11-19T05:38:21.972Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3069 | 2023-11-19T05:38:29.045Z | Documenting vsss-rs v3.3.1 |
3070 | 2023-11-19T05:38:31.377Z | Documenting tui-tree-widget v0.13.0 |
3071 | 2023-11-19T05:38:31.771Z | Documenting strip-ansi-escapes v0.2.0 |
3072 | 2023-11-19T05:38:35.973Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3073 | 2023-11-19T05:38:38.140Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3074 | 2023-11-19T05:38:40.238Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3075 | 2023-11-19T05:38:40.545Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3076 | 2023-11-19T05:38:43.085Z | Documenting cookie v0.18.0 |
3077 | 2023-11-19T05:38:45.233Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3078 | 2023-11-19T05:38:45.300Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3079 | 2023-11-19T05:38:49.465Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3080 | 2023-11-19T05:38:50.560Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3081 | 2023-11-19T05:38:50.692Z | Documenting atomicwrites v0.4.2 |
3082 | 2023-11-19T05:38:51.148Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3083 | 2023-11-19T05:38:57.987Z | Documenting signal-hook-tokio v0.3.1 |
3084 | 2023-11-19T05:38:58.556Z | Documenting fd-lock v3.0.13 |
3085 | 2023-11-19T05:38:59.509Z | Documenting subprocess v0.2.9 |
3086 | 2023-11-19T05:38:59.619Z | Documenting http-range v0.1.5 |
3087 | 2023-11-19T05:39:05.437Z | Documenting corncobs v0.1.3 |
3088 | 2023-11-19T05:39:06.169Z | Documenting nu-ansi-term v0.49.0 |
3089 | 2023-11-19T05:39:06.608Z | Documenting shell-words v1.1.0 |
3090 | 2023-11-19T05:39:06.672Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3091 | 2023-11-19T05:39:06.776Z | Documenting hyper-staticfile v0.9.5 |
3092 | 2023-11-19T05:39:09.888Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3093 | 2023-11-19T05:39:12.830Z | Documenting reedline v0.25.0 |
3094 | 2023-11-19T05:39:13.229Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3095 | 2023-11-19T05:39:13.512Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3096 | 2023-11-19T05:39:16.583Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3097 | 2023-11-19T05:39:17.623Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3098 | 2023-11-19T05:39:18.430Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3099 | 2023-11-19T05:39:19.842Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3100 | 2023-11-19T05:39:22.772Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3101 | 2023-11-19T05:39:24.763Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3102 | 2023-11-19T05:39:38.093Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3103 | 2023-11-19T05:39:44.545Z | Documenting fatfs v0.3.6 |
3104 | 2023-11-19T05:39:46.316Z | Documenting cargo-platform v0.1.3 |
3105 | 2023-11-19T05:39:52.685Z | Documenting nanorand v0.7.0 |
3106 | 2023-11-19T05:39:52.778Z | Documenting assert_matches v1.5.0 |
3107 | 2023-11-19T05:39:53.354Z | Documenting cargo_metadata v0.18.0 |
3108 | 2023-11-19T05:39:53.631Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3109 | 2023-11-19T05:39:55.329Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3110 | 2023-11-19T05:39:56.173Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3111 | 2023-11-19T05:39:57.285Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3112 | 2023-11-19T05:39:59.325Z | Documenting flume v0.11.0 |
3113 | 2023-11-19T05:40:00.853Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3114 | 2023-11-19T05:40:01.039Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3115 | 2023-11-19T05:40:02.493Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3116 | 2023-11-19T05:40:06.037Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3117 | 2023-11-19T05:40:25.791Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3118 | 2023-11-19T05:40:32.104Z | Documenting omicron-zone-package v0.9.1 |
3119 | 2023-11-19T05:40:34.414Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3120 | 2023-11-19T05:40:35.760Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3121 | 2023-11-19T05:40:38.235Z | Documenting cargo_toml v0.17.0 |
3122 | 2023-11-19T05:40:40.089Z | Documenting termios v0.3.3 |
3123 | 2023-11-19T05:40:41.663Z | Documenting topological-sort v0.2.2 |
3124 | 2023-11-19T05:40:41.792Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3125 | 2023-11-19T05:40:46.428Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3126 | 2023-11-19T05:40:47.847Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3127 | 2023-11-19T05:40:48.646Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3128 | 2023-11-19T05:40:49.974Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3129 | 2023-11-19T05:40:59.492Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3130 | 2023-11-19T05:41:07.042Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3131 | 2023-11-19T05:41:07.109Z | --> sled-agent/src/sim/instance.rs:46:7 |
3132 | 2023-11-19T05:41:07.119Z | | |
3133 | 2023-11-19T05:41:07.127Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3134 | 2023-11-19T05:41:07.197Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3135 | 2023-11-19T05:41:07.203Z | | |
3136 | 2023-11-19T05:41:07.207Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3137 | 2023-11-19T05:41:07.212Z | |
3138 | 2023-11-19T05:41:11.575Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3139 | 2023-11-19T05:41:33.876Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3140 | 2023-11-19T05:41:39.192Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3141 | 2023-11-19T05:41:55.275Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3142 | 2023-11-19T05:42:00.338Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3143 | 2023-11-19T05:42:01.298Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3144 | 2023-11-19T05:42:03.943Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3145 | 2023-11-19T05:42:11.909Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3146 | 2023-11-19T05:43:59.908Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 55s |
3147 | 2023-11-19T05:44:00.116Z | |
3148 | 2023-11-19T05:44:00.152Z | real 16:55.913989125 |
3149 | 2023-11-19T05:44:00.162Z | user 1:00:22.904023231 |
3150 | 2023-11-19T05:44:00.171Z | sys 1:01:33.724523519 |
3151 | 2023-11-19T05:44:00.178Z | trap 2.077826472 |
3152 | 2023-11-19T05:44:00.183Z | tflt 0.285593303 |
3153 | 2023-11-19T05:44:00.187Z | dflt 0.418845503 |
3154 | 2023-11-19T05:44:00.192Z | kflt 0.000098372 |
3155 | 2023-11-19T05:44:00.196Z | lock 3:09:38.235258652 |
3156 | 2023-11-19T05:44:00.201Z | slp 4:22:16.430341101 |
3157 | 2023-11-19T05:44:00.204Z | lat 5:32.572804989 |
3158 | 2023-11-19T05:44:00.209Z | stop 2:11.240409831 |
3159 | 2023-11-19T05:44:00.215Z | process exited: duration 2039275 ms, exit code 0 |
|
3160 | 2023-11-19T05:44:00.223Z | found 0 output files |