|
|
|
1 | 2023-11-21T03:50:31.041Z | job assigned to worker 01HFQZYJ61QQYA149R3QD6J45M (queued for 1 m 15 s) |
|
2 | 2023-11-21T03:50:31.076Z | starting task 0: "setup" |
3 | 2023-11-21T03:50:31.146Z | ++ uname -s |
4 | 2023-11-21T03:50:31.149Z | + kern=SunOS |
5 | 2023-11-21T03:50:31.152Z | + case "$kern" in |
6 | 2023-11-21T03:50:31.155Z | + groupadd -g 12345 build |
7 | 2023-11-21T03:50:31.158Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T03:50:33.166Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T03:50:33.277Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T03:50:33.282Z | + home_fs=zfs |
11 | 2023-11-21T03:50:33.285Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T03:50:33.290Z | + mkdir -p /home/build |
13 | 2023-11-21T03:50:33.293Z | + chown build:build /home/build /work |
14 | 2023-11-21T03:50:35.286Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T03:50:35.290Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2023-11-21T03:50:35.297Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T03:50:35.309Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T03:50:35.312Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T03:50:35.480Z | info: downloading installer |
20 | 2023-11-21T03:50:37.497Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T03:50:37.500Z | warning: /opt/ooce/bin |
22 | 2023-11-21T03:50:37.503Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T03:50:37.505Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T03:50:37.508Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T03:50:37.511Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T03:50:37.514Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T03:50:37.517Z | error: cannot install while Rust is installed |
28 | 2023-11-21T03:50:37.520Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T03:50:37.647Z | info: profile set to 'default' |
30 | 2023-11-21T03:50:37.650Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T03:50:37.653Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T03:50:37.840Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T03:50:37.843Z | info: downloading component 'cargo' |
34 | 2023-11-21T03:50:38.667Z | info: downloading component 'clippy' |
35 | 2023-11-21T03:50:38.918Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T03:50:39.917Z | info: downloading component 'rust-std' |
37 | 2023-11-21T03:50:41.717Z | info: downloading component 'rustc' |
38 | 2023-11-21T03:50:46.032Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T03:50:46.342Z | info: installing component 'cargo' |
40 | 2023-11-21T03:50:47.828Z | info: installing component 'clippy' |
41 | 2023-11-21T03:50:48.480Z | info: installing component 'rust-docs' |
42 | 2023-11-21T03:50:51.337Z | info: installing component 'rust-std' |
43 | 2023-11-21T03:50:54.421Z | info: installing component 'rustc' |
44 | 2023-11-21T03:51:03.927Z | info: installing component 'rustfmt' |
45 | 2023-11-21T03:51:04.358Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T03:51:04.367Z | |
47 | 2023-11-21T03:51:04.897Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T03:51:04.900Z | |
49 | 2023-11-21T03:51:04.904Z | |
50 | 2023-11-21T03:51:04.907Z | Rust is installed now. Great! |
51 | 2023-11-21T03:51:04.910Z | |
52 | 2023-11-21T03:51:04.915Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T03:51:04.918Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T03:51:04.923Z | |
55 | 2023-11-21T03:51:04.933Z | To configure your current shell, run: |
56 | 2023-11-21T03:51:04.940Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T03:51:04.945Z | + rustc --version |
58 | 2023-11-21T03:51:04.948Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T03:51:04.952Z | process exited: duration 29413 ms, exit code 0 |
|
60 | 2023-11-21T03:51:04.960Z | starting task 2: "authentication" |
61 | 2023-11-21T03:51:04.998Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-11-21T03:51:05.005Z | starting task 3: "clone repository" |
63 | 2023-11-21T03:51:05.016Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T03:51:05.020Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T03:51:05.103Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T03:51:11.195Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T03:51:11.198Z | + [[ -n sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds ]] |
68 | 2023-11-21T03:51:11.201Z | + git fetch origin sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds |
69 | 2023-11-21T03:51:11.574Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T03:51:11.578Z | * branch sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds -> FETCH_HEAD |
71 | 2023-11-21T03:51:11.599Z | + git checkout -B sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds remotes/origin/sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds |
72 | 2023-11-21T03:51:11.679Z | Switched to a new branch 'sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds' |
73 | 2023-11-21T03:51:11.686Z | branch 'sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds' set up to track 'origin/sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds'. |
74 | 2023-11-21T03:51:11.690Z | + git reset --hard ea543c9dcd7ad5e73962f24d0bb0a1a5c1b390a1 |
75 | 2023-11-21T03:51:11.836Z | HEAD is now at ea543c9d move all the profile.test to profile.dev |
76 | 2023-11-21T03:51:11.839Z | process exited: duration 6830 ms, exit code 0 |
|
77 | 2023-11-21T03:51:11.847Z | starting task 4: "build" |
78 | 2023-11-21T03:51:11.857Z | + cargo --version |
79 | 2023-11-21T03:51:11.865Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T03:51:12.063Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T03:51:12.066Z | info: downloading component 'cargo' |
82 | 2023-11-21T03:51:12.740Z | info: downloading component 'clippy' |
83 | 2023-11-21T03:51:12.987Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T03:51:13.861Z | info: downloading component 'rust-std' |
85 | 2023-11-21T03:51:15.338Z | info: downloading component 'rustc' |
86 | 2023-11-21T03:51:19.213Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T03:51:19.481Z | info: installing component 'cargo' |
88 | 2023-11-21T03:51:20.708Z | info: installing component 'clippy' |
89 | 2023-11-21T03:51:21.236Z | info: installing component 'rust-docs' |
90 | 2023-11-21T03:51:24.094Z | info: installing component 'rust-std' |
91 | 2023-11-21T03:51:26.616Z | info: installing component 'rustc' |
92 | 2023-11-21T03:51:34.111Z | info: installing component 'rustfmt' |
93 | 2023-11-21T03:51:36.588Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T03:51:36.772Z | + rustc --version |
95 | 2023-11-21T03:51:36.838Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T03:51:36.855Z | + source ./env.sh |
97 | 2023-11-21T03:51:36.901Z | ++ set -o xtrace |
98 | 2023-11-21T03:51:36.914Z | ++++ dirname ./env.sh |
99 | 2023-11-21T03:51:36.972Z | +++ cd . |
100 | 2023-11-21T03:51:37.042Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-21T03:51:37.074Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-21T03:51:37.135Z | ++ 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-21T03:51:37.172Z | ++ 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-21T03:51:37.248Z | ++ 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-21T03:51:37.291Z | ++ 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-21T03:51:37.306Z | ++ 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-21T03:51:37.332Z | ++ 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-21T03:51:37.353Z | ++ 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-21T03:51:37.394Z | ++ 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-21T03:51:37.449Z | ++ unset OMICRON_WS |
111 | 2023-11-21T03:51:37.468Z | ++ set +o xtrace |
112 | 2023-11-21T03:51:37.473Z | |
113 | 2023-11-21T03:51:37.481Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-21T03:51:37.487Z | # # # # # # # # # # # # # # # |
115 | 2023-11-21T03:51:37.499Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-21T03:51:37.509Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-21T03:51:37.528Z | # # # # # # # # # # # # # # # |
118 | 2023-11-21T03:51:37.542Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-21T03:51:37.550Z | |
120 | 2023-11-21T03:51:44.509Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-21T03:51:45.560Z | Startup: Caching catalogs ... Done |
122 | 2023-11-21T03:51:51.016Z | Planning: Solver setup ... Done (5.090s) |
123 | 2023-11-21T03:51:51.142Z | Planning: Running solver ... Done (0.127s) |
124 | 2023-11-21T03:51:51.346Z | Planning: Finding local manifests ... Done (0.147s) |
125 | 2023-11-21T03:51:51.361Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-21T03:51:51.705Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-21T03:51:51.787Z | Planning: Package planning ... Done (0.082s) |
128 | 2023-11-21T03:51:51.873Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-21T03:51:53.025Z | Planning: Checking for conflicting actions ... Done (1.151s) |
130 | 2023-11-21T03:51:53.044Z | Planning: Consolidating action changes ... Done (0.019s) |
131 | 2023-11-21T03:52:02.975Z | Planning: Evaluating mediators ... Done (9.932s) |
132 | 2023-11-21T03:52:02.991Z | Planning: Planning completed in 17.37 seconds |
133 | 2023-11-21T03:52:07.745Z | Packages to install: 4 |
134 | 2023-11-21T03:52:07.748Z | Mediators to change: 2 |
135 | 2023-11-21T03:52:07.799Z | Services to change: 1 |
136 | 2023-11-21T03:52:07.803Z | Estimated space available: 148.90 GB |
137 | 2023-11-21T03:52:07.806Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-21T03:52:07.809Z | Create boot environment: No |
139 | 2023-11-21T03:52:07.811Z | Create backup boot environment: No |
140 | 2023-11-21T03:52:07.814Z | Rebuild boot archive: No |
141 | 2023-11-21T03:52:07.817Z | |
142 | 2023-11-21T03:52:07.825Z | Changed mediators: |
143 | 2023-11-21T03:52:07.830Z | mediator clang: |
144 | 2023-11-21T03:52:07.833Z | version: None -> 15 (system default) |
145 | 2023-11-21T03:52:07.836Z | |
146 | 2023-11-21T03:52:07.839Z | mediator llvm: |
147 | 2023-11-21T03:52:07.842Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-21T03:52:07.845Z | |
149 | 2023-11-21T03:52:07.847Z | Changed packages: |
150 | 2023-11-21T03:52:07.850Z | helios-dev |
151 | 2023-11-21T03:52:07.853Z | developer/build-essential |
152 | 2023-11-21T03:52:07.855Z | None -> 11-2.0 |
153 | 2023-11-21T03:52:07.858Z | library/libxmlsec1 |
154 | 2023-11-21T03:52:07.861Z | None -> 1.2.35-2.0 |
155 | 2023-11-21T03:52:07.864Z | ooce/developer/clang-15 |
156 | 2023-11-21T03:52:07.867Z | None -> 15.0.7-2.0 |
157 | 2023-11-21T03:52:07.870Z | ooce/developer/llvm-15 |
158 | 2023-11-21T03:52:07.872Z | None -> 15.0.7-2.0 |
159 | 2023-11-21T03:52:07.875Z | |
160 | 2023-11-21T03:52:07.878Z | Services: |
161 | 2023-11-21T03:52:07.880Z | restart_fmri: |
162 | 2023-11-21T03:52:07.883Z | svc:/system/update-man-index:default |
163 | 2023-11-21T03:52:07.986Z | |
164 | 2023-11-21T03:52:07.989Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-21T03:52:12.988Z | Download: 342/3290 items 16.0/212.6MB 7% complete (3.3M/s) |
166 | 2023-11-21T03:52:17.999Z | Download: 1132/3290 items 33.1/212.6MB 15% complete (3.2M/s) |
167 | 2023-11-21T03:52:26.046Z | Download: 1194/3290 items 83.1/212.6MB 39% complete (8.2M/s) |
168 | 2023-11-21T03:52:29.014Z | Download: 2430/3290 items 120.1/212.6MB 56% complete (5.9M/s) |
169 | 2023-11-21T03:52:32.924Z | Download: Completed 212.60 MB in 24.94 seconds (8.5M/s) |
170 | 2023-11-21T03:52:33.709Z | Actions: 1/3687 actions (Installing new actions) |
171 | 2023-11-21T03:52:39.239Z | Actions: 3201/3687 actions (Installing new actions) |
172 | 2023-11-21T03:52:41.833Z | Actions: Completed 3687 actions in 8.12 seconds. |
173 | 2023-11-21T03:52:41.928Z | Done (0.087s) |
174 | 2023-11-21T03:52:41.931Z | Done (0.000s) |
175 | 2023-11-21T03:52:42.151Z | Done (0.221s) |
176 | 2023-11-21T03:52:49.781Z | Done (7.516s) |
177 | 2023-11-21T03:52:50.068Z | Done (0.188s) |
178 | 2023-11-21T03:52:50.071Z | Done (0.000s) |
179 | 2023-11-21T03:52:50.350Z | Done (0.000s) |
180 | 2023-11-21T03:52:51.009Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-11-21T03:52:51.318Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-11-21T03:52:51.330Z | Planning: Consolidating action changes ... Done |
183 | 2023-11-21T03:52:51.740Z | Planning: Evaluating mediators ... Done |
184 | 2023-11-21T03:52:51.748Z | Planning: Planning completed in 0.72 seconds |
185 | 2023-11-21T03:52:51.785Z | Mediators to change: 2 |
186 | 2023-11-21T03:52:51.788Z | Create boot environment: No |
187 | 2023-11-21T03:52:51.792Z | Create backup boot environment: No |
188 | 2023-11-21T03:52:51.889Z | Done |
189 | 2023-11-21T03:52:51.893Z | Done |
190 | 2023-11-21T03:52:52.034Z | Done |
191 | 2023-11-21T03:52:58.090Z | Done |
192 | 2023-11-21T03:52:58.213Z | Done |
193 | 2023-11-21T03:52:58.216Z | Done |
194 | 2023-11-21T03:52:58.370Z | Done |
195 | 2023-11-21T03:52:59.388Z | Planning: Evaluating mediator changes ... Done |
196 | 2023-11-21T03:52:59.391Z | Planning: Merging actions ... Done |
197 | 2023-11-21T03:52:59.757Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-11-21T03:52:59.761Z | Planning: Consolidating action changes ... Done |
199 | 2023-11-21T03:53:00.159Z | Planning: Evaluating mediators ... Done |
200 | 2023-11-21T03:53:00.251Z | Planning: Planning completed in 1.30 seconds |
201 | 2023-11-21T03:53:00.307Z | Packages to change: 1 |
202 | 2023-11-21T03:53:00.310Z | Mediators to change: 1 |
203 | 2023-11-21T03:53:00.314Z | Services to change: 1 |
204 | 2023-11-21T03:53:00.317Z | Create boot environment: No |
205 | 2023-11-21T03:53:00.320Z | Create backup boot environment: Yes |
206 | 2023-11-21T03:53:02.363Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2023-11-21T03:53:02.367Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2023-11-21T03:53:02.371Z | Done |
209 | 2023-11-21T03:53:02.375Z | Done |
210 | 2023-11-21T03:53:02.420Z | Done |
211 | 2023-11-21T03:53:08.494Z | Done |
212 | 2023-11-21T03:53:08.624Z | Done |
213 | 2023-11-21T03:53:08.631Z | Done |
214 | 2023-11-21T03:53:08.732Z | Done |
215 | 2023-11-21T03:53:09.410Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2023-11-21T03:53:09.420Z | clang system 15 system |
217 | 2023-11-21T03:53:09.840Z | csh system system illumos |
218 | 2023-11-21T03:53:09.844Z | ctags system system illumos |
219 | 2023-11-21T03:53:09.847Z | gcc vendor 12 vendor |
220 | 2023-11-21T03:53:09.850Z | gcc system 10 system |
221 | 2023-11-21T03:53:09.853Z | gcc system 7 system |
222 | 2023-11-21T03:53:09.857Z | go system 1.20 system |
223 | 2023-11-21T03:53:09.869Z | go system 1.19 system |
224 | 2023-11-21T03:53:09.880Z | llvm system 15 system |
225 | 2023-11-21T03:53:09.899Z | llvm system 14 system |
226 | 2023-11-21T03:53:09.907Z | mariadb system 10.6 system |
227 | 2023-11-21T03:53:09.910Z | mta vendor vendor dma |
228 | 2023-11-21T03:53:09.914Z | openjdk system 17 system |
229 | 2023-11-21T03:53:09.917Z | openjdk system 11 system |
230 | 2023-11-21T03:53:09.920Z | openjdk system 1.8 system |
231 | 2023-11-21T03:53:09.923Z | openssl vendor 3 vendor |
232 | 2023-11-21T03:53:09.927Z | perl system 5.36 system |
233 | 2023-11-21T03:53:09.930Z | postgresql system 15 system |
234 | 2023-11-21T03:53:09.933Z | postgresql system 13 system |
235 | 2023-11-21T03:53:09.935Z | python vendor 3 vendor |
236 | 2023-11-21T03:53:09.938Z | python system 2 system |
237 | 2023-11-21T03:53:09.941Z | python3 system 3.11 system |
238 | 2023-11-21T03:53:09.944Z | ruby system 3.0 system |
239 | 2023-11-21T03:53:09.946Z | words vendor vendor american-english |
240 | 2023-11-21T03:53:09.949Z | words system system australian-english |
241 | 2023-11-21T03:53:09.952Z | words system system british-english |
242 | 2023-11-21T03:53:09.955Z | words system system canadian-english |
243 | 2023-11-21T03:53:09.958Z | words system system french |
244 | 2023-11-21T03:53:09.960Z | words system system italian |
245 | 2023-11-21T03:53:09.963Z | words system system ngerman |
246 | 2023-11-21T03:53:09.966Z | words system system ogerman |
247 | 2023-11-21T03:53:09.969Z | words system system spanish |
248 | 2023-11-21T03:53:09.971Z | FMRI IFO |
249 | 2023-11-21T03:53:09.974Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2023-11-21T03:53:09.977Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2023-11-21T03:53:09.980Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2023-11-21T03:53:09.983Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
253 | 2023-11-21T03:53:09.985Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2023-11-21T03:53:09.988Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
255 | 2023-11-21T03:53:10.032Z | + set -o errexit |
256 | 2023-11-21T03:53:10.035Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2023-11-21T03:53:10.038Z | ++ cd ./tools |
258 | 2023-11-21T03:53:10.041Z | ++ pwd |
259 | 2023-11-21T03:53:10.044Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2023-11-21T03:53:10.047Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2023-11-21T03:53:10.049Z | + ARG0=ci_download_cockroachdb |
262 | 2023-11-21T03:53:10.052Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2023-11-21T03:53:10.055Z | + CIDL_VERSION=v22.1.9 |
264 | 2023-11-21T03:53:10.058Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2023-11-21T03:53:10.061Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2023-11-21T03:53:10.067Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2023-11-21T03:53:10.072Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-21T03:53:10.075Z | + TARGET_DIR=out |
269 | 2023-11-21T03:53:10.079Z | + DOWNLOAD_DIR=out/downloads |
270 | 2023-11-21T03:53:10.082Z | + DEST_DIR=./out/cockroachdb |
271 | 2023-11-21T03:53:10.085Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2023-11-21T03:53:10.087Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2023-11-21T03:53:10.090Z | + main |
274 | 2023-11-21T03:53:10.093Z | + [[ 0 != 0 ]] |
275 | 2023-11-21T03:53:10.096Z | + CIDL_OS=solaris2.11 |
276 | 2023-11-21T03:53:10.098Z | + [[ 0 != 0 ]] |
277 | 2023-11-21T03:53:10.101Z | + configure_os solaris2.11 |
278 | 2023-11-21T03:53:10.104Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2023-11-21T03:53:10.107Z | current directory: /work/oxidecomputer/omicron |
280 | 2023-11-21T03:53:10.112Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-11-21T03:53:10.115Z | configuring based on OS: "solaris2.11" |
282 | 2023-11-21T03:53:10.120Z | + case "$1" in |
283 | 2023-11-21T03:53:10.123Z | + CIDL_BUILD=illumos |
284 | 2023-11-21T03:53:10.125Z | + CIDL_SUFFIX=tar.gz |
285 | 2023-11-21T03:53:10.128Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-21T03:53:10.131Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2023-11-21T03:53:10.134Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2023-11-21T03:53:10.137Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2023-11-21T03:53:10.139Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2023-11-21T03:53:10.142Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-21T03:53:10.145Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-21T03:53:10.148Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2023-11-21T03:53:10.152Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-21T03:53:10.155Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-11-21T03:53:10.158Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-21T03:53:10.161Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2023-11-21T03:53:10.165Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-21T03:53:10.168Z | + mkdir -p out/downloads |
299 | 2023-11-21T03:53:10.171Z | + mkdir -p ./out/cockroachdb |
300 | 2023-11-21T03:53:10.174Z | + local DO_DOWNLOAD=true |
301 | 2023-11-21T03:53:10.177Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2023-11-21T03:53:10.180Z | + '[' true == true ']' |
303 | 2023-11-21T03:53:10.184Z | + echo Downloading... |
304 | 2023-11-21T03:53:10.187Z | Downloading... |
305 | 2023-11-21T03:53:10.190Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-11-21T03:53:10.193Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-21T03:53:12.935Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-11-21T03:53:12.938Z | ++ md5sum |
309 | 2023-11-21T03:53:12.941Z | ++ awk '{print $1}' |
310 | 2023-11-21T03:53:13.130Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2023-11-21T03:53:13.139Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
312 | 2023-11-21T03:53:13.144Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-11-21T03:53:13.153Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2023-11-21T03:53:16.725Z | + do_assemble_illumos |
315 | 2023-11-21T03:53:16.735Z | + rm -r ./out/cockroachdb |
316 | 2023-11-21T03:53:16.744Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2023-11-21T03:53:17.339Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2023-11-21T03:53:17.739Z | Build Tag: v22.1.9-dirty |
319 | 2023-11-21T03:53:17.758Z | Build Time: 2022/10/26 21:17:46 |
320 | 2023-11-21T03:53:17.777Z | Distribution: OSS |
321 | 2023-11-21T03:53:17.799Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2023-11-21T03:53:17.807Z | Go Version: go1.17.13 |
323 | 2023-11-21T03:53:17.816Z | C Compiler: gcc 10.3.0 |
324 | 2023-11-21T03:53:17.827Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2023-11-21T03:53:17.837Z | Build Type: release |
326 | 2023-11-21T03:53:17.852Z | + set -o errexit |
327 | 2023-11-21T03:53:17.867Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2023-11-21T03:53:17.875Z | ++ cd ./tools |
329 | 2023-11-21T03:53:17.882Z | ++ pwd |
330 | 2023-11-21T03:53:17.887Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2023-11-21T03:53:17.894Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2023-11-21T03:53:17.899Z | + ARG0=ci_download_clickhouse |
333 | 2023-11-21T03:53:17.905Z | + TARGET_DIR=out |
334 | 2023-11-21T03:53:17.917Z | + DOWNLOAD_DIR=out/downloads |
335 | 2023-11-21T03:53:17.931Z | + DEST_DIR=./out/clickhouse |
336 | 2023-11-21T03:53:17.945Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2023-11-21T03:53:17.963Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2023-11-21T03:53:17.977Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2023-11-21T03:53:17.992Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2023-11-21T03:53:18.005Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-11-21T03:53:18.016Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2023-11-21T03:53:18.024Z | + main |
343 | 2023-11-21T03:53:18.035Z | + [[ 0 != 0 ]] |
344 | 2023-11-21T03:53:18.047Z | + CIDL_OS=solaris2.11 |
345 | 2023-11-21T03:53:18.056Z | + [[ 0 != 0 ]] |
346 | 2023-11-21T03:53:18.066Z | + configure_os solaris2.11 |
347 | 2023-11-21T03:53:18.083Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2023-11-21T03:53:18.096Z | current directory: /work/oxidecomputer/omicron |
349 | 2023-11-21T03:53:18.104Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2023-11-21T03:53:18.112Z | configuring based on OS: "solaris2.11" |
351 | 2023-11-21T03:53:18.120Z | + CIDL_DASHREV= |
352 | 2023-11-21T03:53:18.129Z | + case "$1" in |
353 | 2023-11-21T03:53:18.136Z | + CIDL_PLATFORM=illumos |
354 | 2023-11-21T03:53:18.143Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-11-21T03:53:18.152Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2023-11-21T03:53:18.161Z | + CIDL_DASHREV=-1 |
357 | 2023-11-21T03:53:18.169Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2023-11-21T03:53:18.188Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-21T03:53:18.221Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-21T03:53:18.231Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-21T03:53:18.242Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-11-21T03:53:18.255Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-21T03:53:18.267Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-11-21T03:53:18.275Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-21T03:53:18.287Z | + mkdir -p out/downloads |
366 | 2023-11-21T03:53:18.716Z | + mkdir -p ./out/clickhouse |
367 | 2023-11-21T03:53:18.731Z | + local DO_DOWNLOAD=true |
368 | 2023-11-21T03:53:19.151Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2023-11-21T03:53:19.156Z | + '[' true == true ']' |
370 | 2023-11-21T03:53:19.160Z | + echo Downloading... |
371 | 2023-11-21T03:53:19.163Z | Downloading... |
372 | 2023-11-21T03:53:19.167Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-11-21T03:53:19.171Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-21T03:53:19.175Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-11-21T03:53:19.178Z | ++ md5sum |
376 | 2023-11-21T03:53:19.183Z | ++ awk '{print $1}' |
377 | 2023-11-21T03:53:19.370Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-11-21T03:53:19.373Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
379 | 2023-11-21T03:53:19.376Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2023-11-21T03:53:19.379Z | + mkdir -p ./out/clickhouse |
381 | 2023-11-21T03:53:19.382Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2023-11-21T03:53:24.461Z | + ./out/clickhouse/clickhouse server --version |
383 | 2023-11-21T03:53:24.515Z | ClickHouse server version 22.8.9.1. |
384 | 2023-11-21T03:53:24.551Z | + set -o errexit |
385 | 2023-11-21T03:53:24.999Z | +++ dirname ./tools/ci_download_console |
386 | 2023-11-21T03:53:25.004Z | ++ cd ./tools |
387 | 2023-11-21T03:53:25.008Z | ++ pwd |
388 | 2023-11-21T03:53:25.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2023-11-21T03:53:25.017Z | ++ basename ./tools/ci_download_console |
390 | 2023-11-21T03:53:25.023Z | + ARG0=ci_download_console |
391 | 2023-11-21T03:53:25.027Z | + TARGET_DIR=out |
392 | 2023-11-21T03:53:25.031Z | + DOWNLOAD_DIR=out/downloads |
393 | 2023-11-21T03:53:25.040Z | + DEST_DIR=./out/console-assets |
394 | 2023-11-21T03:53:25.049Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2023-11-21T03:53:25.066Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
396 | 2023-11-21T03:53:25.081Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-21T03:53:25.086Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
398 | 2023-11-21T03:53:25.091Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2023-11-21T03:53:25.096Z | + main |
400 | 2023-11-21T03:53:25.101Z | + [[ 0 != 0 ]] |
401 | 2023-11-21T03:53:25.105Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
402 | 2023-11-21T03:53:25.110Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-11-21T03:53:25.118Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2023-11-21T03:53:25.134Z | Local file: out/downloads/console.tar.gz |
405 | 2023-11-21T03:53:25.150Z | + local DO_DOWNLOAD=true |
406 | 2023-11-21T03:53:25.254Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2023-11-21T03:53:25.265Z | + mkdir -p out/downloads |
408 | 2023-11-21T03:53:25.275Z | + '[' true == true ']' |
409 | 2023-11-21T03:53:25.283Z | + echo Downloading... |
410 | 2023-11-21T03:53:25.290Z | Downloading... |
411 | 2023-11-21T03:53:25.299Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
412 | 2023-11-21T03:53:25.309Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
413 | 2023-11-21T03:53:25.317Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-11-21T03:53:25.325Z | ++ case "$OSTYPE" in |
415 | 2023-11-21T03:53:25.332Z | ++ SHA=sha256sum |
416 | 2023-11-21T03:53:25.339Z | ++ sha256sum |
417 | 2023-11-21T03:53:25.346Z | ++ awk '{print $1}' |
418 | 2023-11-21T03:53:25.354Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
419 | 2023-11-21T03:53:25.361Z | + [[ 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 ]] |
420 | 2023-11-21T03:53:25.367Z | + rm -rf ./out/console-assets |
421 | 2023-11-21T03:53:25.376Z | + mkdir -p ./out/console-assets |
422 | 2023-11-21T03:53:25.384Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-11-21T03:53:25.394Z | + mkdir -p ./out/console-assets |
424 | 2023-11-21T03:53:25.405Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-11-21T03:53:25.423Z | + set -o errexit |
426 | 2023-11-21T03:53:25.434Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-11-21T03:53:25.443Z | ++ cd ./tools |
428 | 2023-11-21T03:53:25.453Z | ++ pwd |
429 | 2023-11-21T03:53:25.466Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-11-21T03:53:25.479Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-11-21T03:53:25.488Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-11-21T03:53:25.496Z | + TARGET_DIR=out |
433 | 2023-11-21T03:53:25.505Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-11-21T03:53:25.516Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-11-21T03:53:25.531Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
436 | 2023-11-21T03:53:25.951Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-21T03:53:26.369Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
438 | 2023-11-21T03:53:26.372Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
439 | 2023-11-21T03:53:26.375Z | + main |
440 | 2023-11-21T03:53:26.379Z | + [[ 0 != 0 ]] |
441 | 2023-11-21T03:53:26.387Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
442 | 2023-11-21T03:53:26.393Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
443 | 2023-11-21T03:53:26.406Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
444 | 2023-11-21T03:53:26.419Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
445 | 2023-11-21T03:53:26.427Z | + local DO_DOWNLOAD=true |
446 | 2023-11-21T03:53:26.434Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
447 | 2023-11-21T03:53:26.443Z | + mkdir -p out/downloads |
448 | 2023-11-21T03:53:26.459Z | + '[' true == true ']' |
449 | 2023-11-21T03:53:26.470Z | + echo Downloading... |
450 | 2023-11-21T03:53:26.481Z | Downloading... |
451 | 2023-11-21T03:53:27.706Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
452 | 2023-11-21T03:53:27.713Z | + 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 |
453 | 2023-11-21T03:53:27.718Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
454 | 2023-11-21T03:53:27.723Z | ++ case "$OSTYPE" in |
455 | 2023-11-21T03:53:27.732Z | ++ SHA=sha256sum |
456 | 2023-11-21T03:53:27.738Z | ++ sha256sum |
457 | 2023-11-21T03:53:27.744Z | ++ awk '{print $1}' |
458 | 2023-11-21T03:53:27.750Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2023-11-21T03:53:27.761Z | + [[ 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 ]] |
460 | 2023-11-21T03:53:27.766Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2023-11-21T03:53:27.782Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
462 | 2023-11-21T03:53:27.787Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
463 | 2023-11-21T03:53:27.795Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
464 | 2023-11-21T03:53:27.801Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
465 | 2023-11-21T03:53:27.812Z | + main |
466 | 2023-11-21T03:53:27.821Z | + [[ 0 != 0 ]] |
467 | 2023-11-21T03:53:27.833Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
468 | 2023-11-21T03:53:27.851Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
469 | 2023-11-21T03:53:27.866Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
470 | 2023-11-21T03:53:27.878Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
471 | 2023-11-21T03:53:28.297Z | + local DO_DOWNLOAD=true |
472 | 2023-11-21T03:53:28.315Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
473 | 2023-11-21T03:53:28.329Z | + mkdir -p out/downloads |
474 | 2023-11-21T03:53:28.343Z | + '[' true == true ']' |
475 | 2023-11-21T03:53:28.358Z | + echo Downloading... |
476 | 2023-11-21T03:53:28.368Z | Downloading... |
477 | 2023-11-21T03:53:28.380Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
478 | 2023-11-21T03:53:28.392Z | + 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 |
479 | 2023-11-21T03:53:28.408Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
480 | 2023-11-21T03:53:28.423Z | ++ case "$OSTYPE" in |
481 | 2023-11-21T03:53:28.506Z | ++ SHA=sha256sum |
482 | 2023-11-21T03:53:28.534Z | ++ sha256sum |
483 | 2023-11-21T03:53:28.562Z | ++ awk '{print $1}' |
484 | 2023-11-21T03:53:28.577Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
485 | 2023-11-21T03:53:28.582Z | + [[ 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 ]] |
486 | 2023-11-21T03:53:28.589Z | + set -o errexit |
487 | 2023-11-21T03:53:28.595Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2023-11-21T03:53:28.599Z | ++ cd ./tools |
489 | 2023-11-21T03:53:28.605Z | ++ pwd |
490 | 2023-11-21T03:53:28.610Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-11-21T03:53:28.615Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2023-11-21T03:53:28.621Z | + ARG0=ci_download_dendrite_openapi |
493 | 2023-11-21T03:53:28.626Z | + TARGET_DIR=out |
494 | 2023-11-21T03:53:28.632Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-11-21T03:53:28.637Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-11-21T03:53:28.643Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
497 | 2023-11-21T03:53:28.648Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-11-21T03:53:28.654Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
499 | 2023-11-21T03:53:28.660Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
500 | 2023-11-21T03:53:28.665Z | + main |
501 | 2023-11-21T03:53:28.672Z | + [[ 0 != 0 ]] |
502 | 2023-11-21T03:53:28.678Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
503 | 2023-11-21T03:53:28.684Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
504 | 2023-11-21T03:53:28.690Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
505 | 2023-11-21T03:53:28.696Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
506 | 2023-11-21T03:53:28.702Z | + local DO_DOWNLOAD=true |
507 | 2023-11-21T03:53:28.708Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
508 | 2023-11-21T03:53:28.714Z | + mkdir -p out/downloads |
509 | 2023-11-21T03:53:28.721Z | + '[' true == true ']' |
510 | 2023-11-21T03:53:28.728Z | + echo Downloading... |
511 | 2023-11-21T03:53:28.734Z | Downloading... |
512 | 2023-11-21T03:53:28.739Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
513 | 2023-11-21T03:53:28.756Z | + 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 |
514 | 2023-11-21T03:53:28.771Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
515 | 2023-11-21T03:53:28.783Z | ++ case "$OSTYPE" in |
516 | 2023-11-21T03:53:28.794Z | current directory: /work/oxidecomputer/omicron |
517 | 2023-11-21T03:53:29.223Z | ++ SHA=sha256sum |
518 | 2023-11-21T03:53:29.233Z | configuring based on OS: "solaris2.11" |
519 | 2023-11-21T03:53:29.261Z | ++ sha256sum |
520 | 2023-11-21T03:53:29.277Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
521 | 2023-11-21T03:53:29.296Z | ++ awk '{print $1}' |
522 | 2023-11-21T03:53:29.307Z | Local file: out/downloads/dendrite-stub.tar.gz |
523 | 2023-11-21T03:53:29.313Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-11-21T03:53:29.317Z | Downloading... |
525 | 2023-11-21T03:53:29.325Z | + [[ 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 ]] |
526 | 2023-11-21T03:53:29.333Z | + set -o errexit |
527 | 2023-11-21T03:53:29.339Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2023-11-21T03:53:29.345Z | ++ cd ./tools |
529 | 2023-11-21T03:53:29.353Z | ++ pwd |
530 | 2023-11-21T03:53:29.359Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-11-21T03:53:29.368Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2023-11-21T03:53:29.380Z | + ARG0=ci_download_dendrite_stub |
533 | 2023-11-21T03:53:29.389Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2023-11-21T03:53:29.398Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
535 | 2023-11-21T03:53:29.407Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
536 | 2023-11-21T03:53:29.412Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
537 | 2023-11-21T03:53:29.425Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2023-11-21T03:53:29.438Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
539 | 2023-11-21T03:53:29.443Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
540 | 2023-11-21T03:53:29.449Z | + TARGET_DIR=out |
541 | 2023-11-21T03:53:29.455Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-11-21T03:53:29.463Z | + DEST_DIR=./out/dendrite-stub |
543 | 2023-11-21T03:53:29.469Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2023-11-21T03:53:29.475Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2023-11-21T03:53:29.480Z | + REPO=oxidecomputer/dendrite |
546 | 2023-11-21T03:53:29.490Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
547 | 2023-11-21T03:53:29.498Z | + main |
548 | 2023-11-21T03:53:29.911Z | + [[ 0 != 0 ]] |
549 | 2023-11-21T03:53:29.914Z | + CIDL_OS=solaris2.11 |
550 | 2023-11-21T03:53:29.917Z | + [[ 0 != 0 ]] |
551 | 2023-11-21T03:53:29.920Z | + configure_os solaris2.11 |
552 | 2023-11-21T03:53:29.923Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2023-11-21T03:53:29.925Z | + echo 'configuring based on OS: "solaris2.11"' |
554 | 2023-11-21T03:53:29.928Z | + case "$1" in |
555 | 2023-11-21T03:53:29.931Z | + SET_BINARIES= |
556 | 2023-11-21T03:53:29.934Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
557 | 2023-11-21T03:53:29.937Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-11-21T03:53:29.940Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2023-11-21T03:53:29.942Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
560 | 2023-11-21T03:53:29.945Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2023-11-21T03:53:29.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
562 | 2023-11-21T03:53:29.951Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2023-11-21T03:53:29.954Z | + mkdir -p out/downloads |
564 | 2023-11-21T03:53:29.956Z | + mkdir -p ./out/dendrite-stub |
565 | 2023-11-21T03:53:29.959Z | + fetch_and_verify |
566 | 2023-11-21T03:53:29.962Z | + local DO_DOWNLOAD=true |
567 | 2023-11-21T03:53:29.965Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2023-11-21T03:53:29.968Z | + '[' true == true ']' |
569 | 2023-11-21T03:53:29.976Z | + echo Downloading... |
570 | 2023-11-21T03:53:29.985Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-11-21T03:53:29.998Z | + 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 |
572 | 2023-11-21T03:53:34.625Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-11-21T03:53:34.636Z | ++ sha256sum |
574 | 2023-11-21T03:53:34.641Z | ++ awk '{print $1}' |
575 | 2023-11-21T03:53:34.714Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
576 | 2023-11-21T03:53:34.724Z | + [[ 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 ]] |
577 | 2023-11-21T03:53:34.733Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-21T03:53:34.739Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-11-21T03:53:35.819Z | + do_assemble |
580 | 2023-11-21T03:53:35.830Z | + rm -r ./out/dendrite-stub |
581 | 2023-11-21T03:53:35.833Z | + mkdir ./out/dendrite-stub |
582 | 2023-11-21T03:53:35.836Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-11-21T03:53:35.995Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-11-21T03:53:36.418Z | + set -o errexit |
585 | 2023-11-21T03:53:36.862Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-11-21T03:53:36.879Z | ++ cd ./tools |
587 | 2023-11-21T03:53:36.903Z | ++ pwd |
588 | 2023-11-21T03:53:36.925Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-11-21T03:53:36.931Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-11-21T03:53:36.937Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-11-21T03:53:36.962Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-11-21T03:53:36.972Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
593 | 2023-11-21T03:53:36.978Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
594 | 2023-11-21T03:53:36.988Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-11-21T03:53:36.995Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
596 | 2023-11-21T03:53:37.013Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
597 | 2023-11-21T03:53:37.020Z | + TARGET_DIR=out |
598 | 2023-11-21T03:53:37.023Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-11-21T03:53:37.027Z | + DEST_DIR=./out/mgd |
600 | 2023-11-21T03:53:37.030Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-11-21T03:53:37.034Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-11-21T03:53:37.039Z | + REPO=oxidecomputer/maghemite |
603 | 2023-11-21T03:53:37.045Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
604 | 2023-11-21T03:53:37.049Z | + main |
605 | 2023-11-21T03:53:37.061Z | + [[ 0 != 0 ]] |
606 | 2023-11-21T03:53:37.481Z | + CIDL_OS=solaris2.11 |
607 | 2023-11-21T03:53:37.508Z | + [[ 0 != 0 ]] |
608 | 2023-11-21T03:53:37.523Z | + configure_os solaris2.11 |
609 | 2023-11-21T03:53:37.533Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-11-21T03:53:37.542Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-11-21T03:53:37.550Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-11-21T03:53:37.559Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-21T03:53:37.567Z | + case "$1" in |
614 | 2023-11-21T03:53:37.575Z | + SET_BINARIES= |
615 | 2023-11-21T03:53:37.583Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-11-21T03:53:37.588Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-11-21T03:53:37.592Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
618 | 2023-11-21T03:53:37.596Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
619 | 2023-11-21T03:53:37.601Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2023-11-21T03:53:37.609Z | Local file: out/downloads/mgd.tar.gz |
621 | 2023-11-21T03:53:37.613Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
622 | 2023-11-21T03:53:37.619Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2023-11-21T03:53:37.627Z | + mkdir -p out/downloads |
624 | 2023-11-21T03:53:37.633Z | + mkdir -p ./out/mgd |
625 | 2023-11-21T03:53:37.641Z | + fetch_and_verify |
626 | 2023-11-21T03:53:37.647Z | + local DO_DOWNLOAD=true |
627 | 2023-11-21T03:53:37.654Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-11-21T03:53:37.662Z | + '[' true == true ']' |
629 | 2023-11-21T03:53:37.668Z | + echo Downloading... |
630 | 2023-11-21T03:53:37.677Z | Downloading... |
631 | 2023-11-21T03:53:37.685Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-11-21T03:53:37.691Z | + 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 |
633 | 2023-11-21T03:53:42.093Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-11-21T03:53:42.096Z | ++ sha256sum |
635 | 2023-11-21T03:53:42.099Z | ++ awk '{print $1}' |
636 | 2023-11-21T03:53:42.170Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
637 | 2023-11-21T03:53:42.173Z | + [[ 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 ]] |
638 | 2023-11-21T03:53:42.177Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-11-21T03:53:42.180Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-11-21T03:53:42.868Z | + do_assemble |
641 | 2023-11-21T03:53:42.870Z | + rm -r ./out/mgd |
642 | 2023-11-21T03:53:42.873Z | + mkdir ./out/mgd |
643 | 2023-11-21T03:53:42.876Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-11-21T03:53:43.091Z | + set -o errexit |
645 | 2023-11-21T03:53:43.094Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-11-21T03:53:43.097Z | ++ cd ./tools |
647 | 2023-11-21T03:53:43.100Z | ++ pwd |
648 | 2023-11-21T03:53:43.102Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-11-21T03:53:43.105Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-11-21T03:53:43.108Z | + ARG0=ci_download_transceiver_control |
651 | 2023-11-21T03:53:43.111Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-11-21T03:53:43.114Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-11-21T03:53:43.116Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-21T03:53:43.119Z | + TARGET_DIR=out |
655 | 2023-11-21T03:53:43.122Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-11-21T03:53:43.127Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-11-21T03:53:43.130Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-11-21T03:53:43.132Z | + BINARY=xcvradm |
659 | 2023-11-21T03:53:43.135Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-11-21T03:53:43.138Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-11-21T03:53:43.141Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-11-21T03:53:43.144Z | + main |
663 | 2023-11-21T03:53:43.146Z | + [[ 0 != 0 ]] |
664 | 2023-11-21T03:53:43.150Z | + CIDL_OS=solaris2.11 |
665 | 2023-11-21T03:53:43.154Z | + [[ 0 != 0 ]] |
666 | 2023-11-21T03:53:43.156Z | + configure_os solaris2.11 |
667 | 2023-11-21T03:53:43.159Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-11-21T03:53:43.163Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-11-21T03:53:43.166Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-11-21T03:53:43.168Z | configuring based on OS: "solaris2.11" |
671 | 2023-11-21T03:53:43.171Z | + case "$1" in |
672 | 2023-11-21T03:53:43.174Z | + SET_BINARIES= |
673 | 2023-11-21T03:53:43.177Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-21T03:53:43.179Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-11-21T03:53:43.182Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-11-21T03:53:43.185Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-11-21T03:53:43.188Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-11-21T03:53:43.190Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-11-21T03:53:43.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-11-21T03:53:43.196Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-11-21T03:53:43.198Z | Local file: out/downloads/xcvradm.gz |
682 | 2023-11-21T03:53:43.201Z | + mkdir -p out/downloads |
683 | 2023-11-21T03:53:43.205Z | + mkdir -p ./out/transceiver-control |
684 | 2023-11-21T03:53:43.208Z | + fetch_and_verify |
685 | 2023-11-21T03:53:43.210Z | + local DO_DOWNLOAD=true |
686 | 2023-11-21T03:53:43.215Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-11-21T03:53:43.219Z | + '[' true == true ']' |
688 | 2023-11-21T03:53:43.223Z | + echo Downloading... |
689 | 2023-11-21T03:53:43.226Z | Downloading... |
690 | 2023-11-21T03:53:43.229Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-11-21T03:53:43.238Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
692 | 2023-11-21T03:53:45.816Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-11-21T03:53:45.827Z | ++ sha256sum |
694 | 2023-11-21T03:53:45.841Z | ++ awk '{print $1}' |
695 | 2023-11-21T03:53:45.851Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-11-21T03:53:45.870Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
697 | 2023-11-21T03:53:45.878Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-11-21T03:53:45.886Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-11-21T03:53:45.890Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-11-21T03:53:46.023Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-11-21T03:53:46.026Z | + do_assemble |
702 | 2023-11-21T03:53:46.032Z | + rm -r ./out/transceiver-control |
703 | 2023-11-21T03:53:46.039Z | + mkdir ./out/transceiver-control |
704 | 2023-11-21T03:53:46.047Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-11-21T03:53:46.279Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2023-11-21T03:53:46.688Z | |
707 | 2023-11-21T03:53:46.691Z | real 2:12.609642160 |
708 | 2023-11-21T03:53:46.694Z | user 54.059359132 |
709 | 2023-11-21T03:53:46.697Z | sys 10.765695075 |
710 | 2023-11-21T03:53:46.700Z | trap 0.026211678 |
711 | 2023-11-21T03:53:46.702Z | tflt 0.212677937 |
712 | 2023-11-21T03:53:46.705Z | dflt 0.633132302 |
713 | 2023-11-21T03:53:46.711Z | kflt 0.117890797 |
714 | 2023-11-21T03:53:46.714Z | lock 2.355579801 |
715 | 2023-11-21T03:53:46.716Z | slp 4:04.616053338 |
716 | 2023-11-21T03:53:46.720Z | lat 4.278257661 |
717 | 2023-11-21T03:53:46.726Z | stop 0.083930137 |
718 | 2023-11-21T03:53:46.732Z | |
719 | 2023-11-21T03:53:46.748Z | #### # # ##### ##### # # |
720 | 2023-11-21T03:53:47.169Z | # # # # # # # # # # |
721 | 2023-11-21T03:53:47.179Z | # # # # # # # # |
722 | 2023-11-21T03:53:47.185Z | # # # ##### ##### # |
723 | 2023-11-21T03:53:47.199Z | # # # # # # # |
724 | 2023-11-21T03:53:47.207Z | #### ###### # # # # |
725 | 2023-11-21T03:53:47.221Z | |
726 | 2023-11-21T03:53:47.231Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2023-11-21T03:53:47.242Z | Updating crates.io index |
728 | 2023-11-21T03:53:47.266Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2023-11-21T03:53:47.982Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2023-11-21T03:53:49.734Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2023-11-21T03:53:50.448Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2023-11-21T03:53:50.760Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2023-11-21T03:53:51.083Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2023-11-21T03:53:51.389Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2023-11-21T03:53:52.336Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2023-11-21T03:53:54.243Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2023-11-21T03:53:55.280Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2023-11-21T03:53:55.576Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2023-11-21T03:53:56.157Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2023-11-21T03:53:56.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2023-11-21T03:53:56.878Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2023-11-21T03:53:57.440Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2023-11-21T03:53:57.747Z | Updating git repository `https://github.com/njaremko/samael` |
744 | 2023-11-21T03:53:58.320Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2023-11-21T03:53:58.910Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2023-11-21T03:53:59.273Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2023-11-21T03:53:59.619Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2023-11-21T03:54:00.870Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2023-11-21T03:54:01.377Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2023-11-21T03:54:02.349Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2023-11-21T03:54:02.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2023-11-21T03:54:03.097Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2023-11-21T03:54:04.549Z | Downloading crates ... |
754 | 2023-11-21T03:54:04.731Z | Downloaded anstyle-query v1.0.0 |
755 | 2023-11-21T03:54:04.734Z | Downloaded equivalent v1.0.1 |
756 | 2023-11-21T03:54:04.738Z | Downloaded clap_lex v0.5.1 |
757 | 2023-11-21T03:54:04.743Z | Downloaded cargo_metadata v0.18.0 |
758 | 2023-11-21T03:54:04.794Z | Downloaded colorchoice v1.0.0 |
759 | 2023-11-21T03:54:04.799Z | Downloaded cargo-platform v0.1.3 |
760 | 2023-11-21T03:54:04.802Z | Downloaded anstream v0.5.0 |
761 | 2023-11-21T03:54:04.805Z | Downloaded bitflags v1.3.2 |
762 | 2023-11-21T03:54:04.808Z | Downloaded itoa v1.0.9 |
763 | 2023-11-21T03:54:04.811Z | Downloaded thiserror v1.0.49 |
764 | 2023-11-21T03:54:04.814Z | Downloaded toml_datetime v0.6.5 |
765 | 2023-11-21T03:54:04.817Z | Downloaded errno v0.3.2 |
766 | 2023-11-21T03:54:04.820Z | Downloaded anstyle v1.0.2 |
767 | 2023-11-21T03:54:04.823Z | Downloaded utf8parse v0.2.1 |
768 | 2023-11-21T03:54:04.825Z | Downloaded cargo_toml v0.17.0 |
769 | 2023-11-21T03:54:04.828Z | Downloaded terminal_size v0.2.6 |
770 | 2023-11-21T03:54:04.831Z | Downloaded thiserror-impl v1.0.49 |
771 | 2023-11-21T03:54:04.834Z | Downloaded heck v0.4.1 |
772 | 2023-11-21T03:54:04.837Z | Downloaded strsim v0.10.0 |
773 | 2023-11-21T03:54:04.840Z | Downloaded camino v1.1.6 |
774 | 2023-11-21T03:54:04.844Z | Downloaded quote v1.0.33 |
775 | 2023-11-21T03:54:04.848Z | Downloaded clap_derive v4.4.2 |
776 | 2023-11-21T03:54:04.851Z | Downloaded semver v1.0.20 |
777 | 2023-11-21T03:54:04.854Z | Downloaded clap v4.4.3 |
778 | 2023-11-21T03:54:04.857Z | Downloaded ryu v1.0.15 |
779 | 2023-11-21T03:54:04.860Z | Downloaded anstyle-parse v0.2.1 |
780 | 2023-11-21T03:54:04.863Z | Downloaded serde_spanned v0.6.4 |
781 | 2023-11-21T03:54:04.866Z | Downloaded io-lifetimes v1.0.11 |
782 | 2023-11-21T03:54:04.869Z | Downloaded proc-macro2 v1.0.69 |
783 | 2023-11-21T03:54:04.872Z | Downloaded serde v1.0.192 |
784 | 2023-11-21T03:54:04.876Z | Downloaded indexmap v2.1.0 |
785 | 2023-11-21T03:54:04.883Z | Downloaded memchr v2.6.3 |
786 | 2023-11-21T03:54:04.891Z | Downloaded unicode-ident v1.0.12 |
787 | 2023-11-21T03:54:04.896Z | Downloaded anyhow v1.0.75 |
788 | 2023-11-21T03:54:04.901Z | Downloaded toml v0.8.8 |
789 | 2023-11-21T03:54:04.908Z | Downloaded toml_edit v0.21.0 |
790 | 2023-11-21T03:54:04.946Z | Downloaded hashbrown v0.14.2 |
791 | 2023-11-21T03:54:04.960Z | Downloaded serde_json v1.0.108 |
792 | 2023-11-21T03:54:04.965Z | Downloaded syn v2.0.32 |
793 | 2023-11-21T03:54:04.984Z | Downloaded rustix v0.37.23 |
794 | 2023-11-21T03:54:05.019Z | Downloaded clap_builder v4.4.2 |
795 | 2023-11-21T03:54:05.031Z | Downloaded libc v0.2.150 |
796 | 2023-11-21T03:54:05.077Z | Downloaded winnow v0.5.15 |
797 | 2023-11-21T03:54:05.092Z | Downloaded serde_derive v1.0.192 |
798 | 2023-11-21T03:54:05.203Z | Compiling proc-macro2 v1.0.69 |
799 | 2023-11-21T03:54:05.210Z | Compiling unicode-ident v1.0.12 |
800 | 2023-11-21T03:54:05.217Z | Compiling serde v1.0.192 |
801 | 2023-11-21T03:54:05.224Z | Compiling libc v0.2.150 |
802 | 2023-11-21T03:54:05.228Z | Compiling io-lifetimes v1.0.11 |
803 | 2023-11-21T03:54:05.231Z | Compiling rustix v0.37.23 |
804 | 2023-11-21T03:54:05.234Z | Compiling bitflags v1.3.2 |
805 | 2023-11-21T03:54:05.238Z | Compiling hashbrown v0.14.2 |
806 | 2023-11-21T03:54:05.400Z | Compiling utf8parse v0.2.1 |
807 | 2023-11-21T03:54:05.544Z | Compiling equivalent v1.0.1 |
808 | 2023-11-21T03:54:05.628Z | Compiling anstyle-parse v0.2.1 |
809 | 2023-11-21T03:54:05.715Z | Compiling serde_json v1.0.108 |
810 | 2023-11-21T03:54:06.083Z | Compiling camino v1.1.6 |
811 | 2023-11-21T03:54:06.868Z | Compiling indexmap v2.1.0 |
812 | 2023-11-21T03:54:07.198Z | Compiling anstyle v1.0.2 |
813 | 2023-11-21T03:54:07.219Z | Compiling thiserror v1.0.49 |
814 | 2023-11-21T03:54:07.368Z | Compiling colorchoice v1.0.0 |
815 | 2023-11-21T03:54:07.407Z | Compiling winnow v0.5.15 |
816 | 2023-11-21T03:54:07.623Z | Compiling semver v1.0.20 |
817 | 2023-11-21T03:54:07.649Z | Compiling anstyle-query v1.0.0 |
818 | 2023-11-21T03:54:07.823Z | Compiling anstream v0.5.0 |
819 | 2023-11-21T03:54:08.150Z | Compiling heck v0.4.1 |
820 | 2023-11-21T03:54:08.275Z | Compiling strsim v0.10.0 |
821 | 2023-11-21T03:54:08.490Z | Compiling ryu v1.0.15 |
822 | 2023-11-21T03:54:08.802Z | Compiling quote v1.0.33 |
823 | 2023-11-21T03:54:08.876Z | Compiling anyhow v1.0.75 |
824 | 2023-11-21T03:54:08.951Z | Compiling itoa v1.0.9 |
825 | 2023-11-21T03:54:09.040Z | Compiling clap_lex v0.5.1 |
826 | 2023-11-21T03:54:09.372Z | Compiling syn v2.0.32 |
827 | 2023-11-21T03:54:09.665Z | Compiling errno v0.3.2 |
828 | 2023-11-21T03:54:11.183Z | Compiling terminal_size v0.2.6 |
829 | 2023-11-21T03:54:11.320Z | Compiling clap_builder v4.4.2 |
830 | 2023-11-21T03:54:18.148Z | Compiling serde_derive v1.0.192 |
831 | 2023-11-21T03:54:18.151Z | Compiling thiserror-impl v1.0.49 |
832 | 2023-11-21T03:54:18.154Z | Compiling clap_derive v4.4.2 |
833 | 2023-11-21T03:54:22.649Z | Compiling clap v4.4.3 |
834 | 2023-11-21T03:54:31.811Z | Compiling serde_spanned v0.6.4 |
835 | 2023-11-21T03:54:31.814Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-21T03:54:31.818Z | Compiling cargo-platform v0.1.3 |
837 | 2023-11-21T03:54:32.189Z | Compiling toml_edit v0.21.0 |
838 | 2023-11-21T03:54:33.852Z | Compiling cargo_metadata v0.18.0 |
839 | 2023-11-21T03:54:35.366Z | Compiling toml v0.8.8 |
840 | 2023-11-21T03:54:36.330Z | Compiling cargo_toml v0.17.0 |
841 | 2023-11-21T03:54:42.425Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
842 | 2023-11-21T03:54:43.841Z | Finished dev [unoptimized + debuginfo] target(s) in 57.48s |
843 | 2023-11-21T03:54:44.044Z | Running `target/debug/xtask clippy` |
844 | 2023-11-21T03:54:44.096Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
845 | 2023-11-21T03:54:44.928Z | Downloading crates ... |
846 | 2023-11-21T03:54:45.191Z | Downloaded ident_case v1.0.1 |
847 | 2023-11-21T03:54:45.196Z | Downloaded cfg-if v0.1.10 |
848 | 2023-11-21T03:54:45.199Z | Downloaded bzip2 v0.4.4 |
849 | 2023-11-21T03:54:45.207Z | Downloaded normalize-line-endings v0.3.0 |
850 | 2023-11-21T03:54:45.211Z | Downloaded hyper-rustls v0.24.2 |
851 | 2023-11-21T03:54:45.216Z | Downloaded multer v2.1.0 |
852 | 2023-11-21T03:54:45.223Z | Downloaded nodrop v0.1.14 |
853 | 2023-11-21T03:54:45.225Z | Downloaded bcs v0.1.6 |
854 | 2023-11-21T03:54:45.230Z | Downloaded num v0.4.1 |
855 | 2023-11-21T03:54:45.235Z | Downloaded mio v0.8.8 |
856 | 2023-11-21T03:54:45.250Z | Downloaded crypto-common v0.1.6 |
857 | 2023-11-21T03:54:45.257Z | Downloaded bit-vec v0.6.3 |
858 | 2023-11-21T03:54:45.266Z | Downloaded packed_struct v0.10.1 |
859 | 2023-11-21T03:54:45.278Z | Downloaded libsw v3.3.0 |
860 | 2023-11-21T03:54:45.288Z | Downloaded managed v0.8.0 |
861 | 2023-11-21T03:54:45.295Z | Downloaded maybe-uninit v2.0.0 |
862 | 2023-11-21T03:54:45.301Z | Downloaded strum v0.25.0 |
863 | 2023-11-21T03:54:45.305Z | Downloaded lalrpop-util v0.19.12 |
864 | 2023-11-21T03:54:45.317Z | Downloaded lru-cache v0.1.2 |
865 | 2023-11-21T03:54:45.320Z | Downloaded olpc-cjson v0.1.3 |
866 | 2023-11-21T03:54:45.324Z | Downloaded crossbeam-deque v0.8.3 |
867 | 2023-11-21T03:54:45.327Z | Downloaded linked-hash-map v0.5.6 |
868 | 2023-11-21T03:54:45.330Z | Downloaded bytesize v1.3.0 |
869 | 2023-11-21T03:54:45.334Z | Downloaded serde-big-array v0.5.1 |
870 | 2023-11-21T03:54:45.338Z | Downloaded memoffset v0.7.1 |
871 | 2023-11-21T03:54:45.342Z | Downloaded mime v0.3.17 |
872 | 2023-11-21T03:54:45.346Z | Downloaded crc-catalog v2.2.0 |
873 | 2023-11-21T03:54:45.351Z | Downloaded autocfg v1.1.0 |
874 | 2023-11-21T03:54:45.357Z | Downloaded diesel_table_macro_syntax v0.1.0 |
875 | 2023-11-21T03:54:45.360Z | Downloaded strum_macros v0.25.2 |
876 | 2023-11-21T03:54:45.366Z | Downloaded lock_api v0.4.10 |
877 | 2023-11-21T03:54:45.372Z | Downloaded crossbeam-epoch v0.9.15 |
878 | 2023-11-21T03:54:45.379Z | Downloaded usdt-attr-macro v0.3.5 |
879 | 2023-11-21T03:54:45.383Z | Downloaded serde_tokenstream v0.2.0 |
880 | 2023-11-21T03:54:45.393Z | Downloaded difflib v0.4.0 |
881 | 2023-11-21T03:54:45.398Z | Downloaded serial_test_derive v0.10.0 |
882 | 2023-11-21T03:54:45.402Z | Downloaded libloading v0.7.4 |
883 | 2023-11-21T03:54:45.408Z | Downloaded http-range v0.1.5 |
884 | 2023-11-21T03:54:45.412Z | Downloaded headers-core v0.2.0 |
885 | 2023-11-21T03:54:45.415Z | Downloaded crossbeam-utils v0.8.16 |
886 | 2023-11-21T03:54:45.421Z | Downloaded fxhash v0.2.1 |
887 | 2023-11-21T03:54:45.424Z | Downloaded structmeta v0.2.0 |
888 | 2023-11-21T03:54:45.427Z | Downloaded papergrid v0.10.0 |
889 | 2023-11-21T03:54:45.437Z | Downloaded dyn-clone v1.0.13 |
890 | 2023-11-21T03:54:45.441Z | Downloaded sha1 v0.10.6 |
891 | 2023-11-21T03:54:45.444Z | Downloaded ff v0.13.0 |
892 | 2023-11-21T03:54:45.448Z | Downloaded darling_core v0.14.4 |
893 | 2023-11-21T03:54:45.459Z | Downloaded pem-rfc7468 v0.7.0 |
894 | 2023-11-21T03:54:45.465Z | Downloaded foreign-types-shared v0.1.1 |
895 | 2023-11-21T03:54:45.468Z | Downloaded foreign-types-macros v0.2.3 |
896 | 2023-11-21T03:54:45.471Z | Downloaded filetime v0.2.22 |
897 | 2023-11-21T03:54:45.474Z | Downloaded futures-executor v0.3.29 |
898 | 2023-11-21T03:54:45.477Z | Downloaded plotters-backend v0.3.5 |
899 | 2023-11-21T03:54:45.480Z | Downloaded ipnet v2.8.0 |
900 | 2023-11-21T03:54:45.484Z | Downloaded swrite v0.1.0 |
901 | 2023-11-21T03:54:45.487Z | Downloaded precomputed-hash v0.1.1 |
902 | 2023-11-21T03:54:45.490Z | Downloaded tempfile v3.8.0 |
903 | 2023-11-21T03:54:45.493Z | Downloaded httparse v1.8.0 |
904 | 2023-11-21T03:54:45.498Z | Downloaded parse-display v0.8.2 |
905 | 2023-11-21T03:54:45.501Z | Downloaded pin-utils v0.1.0 |
906 | 2023-11-21T03:54:45.504Z | Downloaded enum-as-inner v0.5.1 |
907 | 2023-11-21T03:54:45.507Z | Downloaded try-lock v0.2.4 |
908 | 2023-11-21T03:54:45.509Z | Downloaded proc-macro-error-attr v1.0.4 |
909 | 2023-11-21T03:54:45.512Z | Downloaded pretty-hex v0.2.1 |
910 | 2023-11-21T03:54:45.516Z | Downloaded thiserror-impl-no-std v2.0.2 |
911 | 2023-11-21T03:54:45.521Z | Downloaded textwrap v0.11.0 |
912 | 2023-11-21T03:54:45.535Z | Downloaded derive_builder_core v0.12.0 |
913 | 2023-11-21T03:54:45.555Z | Downloaded synstructure v0.12.6 |
914 | 2023-11-21T03:54:45.560Z | Downloaded zone_cfg_derive v0.3.0 |
915 | 2023-11-21T03:54:45.564Z | Downloaded xattr v1.0.1 |
916 | 2023-11-21T03:54:45.568Z | Downloaded wyz v0.5.1 |
917 | 2023-11-21T03:54:45.571Z | Downloaded fixedbitset v0.4.2 |
918 | 2023-11-21T03:54:45.574Z | Downloaded shlex v1.1.0 |
919 | 2023-11-21T03:54:45.576Z | Downloaded subtle v2.5.0 |
920 | 2023-11-21T03:54:45.579Z | Downloaded num-bigint v0.4.4 |
921 | 2023-11-21T03:54:45.582Z | Downloaded debug-ignore v1.0.5 |
922 | 2023-11-21T03:54:45.585Z | Downloaded semver v0.1.20 |
923 | 2023-11-21T03:54:45.587Z | Downloaded ppv-lite86 v0.2.17 |
924 | 2023-11-21T03:54:45.590Z | Downloaded float-cmp v0.9.0 |
925 | 2023-11-21T03:54:45.596Z | Downloaded plotters-svg v0.3.5 |
926 | 2023-11-21T03:54:45.599Z | Downloaded tokio-stream v0.1.14 |
927 | 2023-11-21T03:54:45.603Z | Downloaded darling_macro v0.14.4 |
928 | 2023-11-21T03:54:45.605Z | Downloaded yansi v0.5.1 |
929 | 2023-11-21T03:54:45.608Z | Downloaded which v4.4.0 |
930 | 2023-11-21T03:54:45.611Z | Downloaded num-bigint-dig v0.8.4 |
931 | 2023-11-21T03:54:45.613Z | Downloaded doc-comment v0.3.3 |
932 | 2023-11-21T03:54:45.616Z | Downloaded arc-swap v1.6.0 |
933 | 2023-11-21T03:54:45.619Z | Downloaded ena v0.14.2 |
934 | 2023-11-21T03:54:45.623Z | Downloaded darling_macro v0.20.3 |
935 | 2023-11-21T03:54:45.625Z | Downloaded waitgroup v0.1.2 |
936 | 2023-11-21T03:54:45.628Z | Downloaded rtoolbox v0.0.1 |
937 | 2023-11-21T03:54:45.631Z | Downloaded uuid v1.5.0 |
938 | 2023-11-21T03:54:45.634Z | Downloaded hostname v0.3.1 |
939 | 2023-11-21T03:54:45.636Z | Downloaded serde_with_macros v2.3.3 |
940 | 2023-11-21T03:54:45.639Z | Downloaded secrecy v0.8.0 |
941 | 2023-11-21T03:54:45.642Z | Downloaded rand_core v0.6.4 |
942 | 2023-11-21T03:54:45.645Z | Downloaded spki v0.7.2 |
943 | 2023-11-21T03:54:45.649Z | Downloaded flagset v0.4.3 |
944 | 2023-11-21T03:54:45.659Z | Downloaded base64 v0.21.5 |
945 | 2023-11-21T03:54:45.662Z | Downloaded parse-display-derive v0.8.2 |
946 | 2023-11-21T03:54:45.665Z | Downloaded backtrace v0.3.69 |
947 | 2023-11-21T03:54:45.675Z | Downloaded tinyvec_macros v0.1.1 |
948 | 2023-11-21T03:54:45.680Z | Downloaded rstest v0.18.2 |
949 | 2023-11-21T03:54:45.690Z | Downloaded trybuild v1.0.85 |
950 | 2023-11-21T03:54:45.700Z | Downloaded downcast v0.11.0 |
951 | 2023-11-21T03:54:45.703Z | Downloaded deranged v0.3.8 |
952 | 2023-11-21T03:54:45.706Z | Downloaded toolchain_find v0.2.0 |
953 | 2023-11-21T03:54:45.708Z | Downloaded unicode-bidi v0.3.13 |
954 | 2023-11-21T03:54:45.713Z | Downloaded endian-type v0.1.2 |
955 | 2023-11-21T03:54:45.716Z | Downloaded stable_deref_trait v1.2.0 |
956 | 2023-11-21T03:54:45.718Z | Downloaded ed25519 v1.5.3 |
957 | 2023-11-21T03:54:45.726Z | Downloaded yasna v0.5.2 |
958 | 2023-11-21T03:54:45.729Z | Downloaded httpdate v1.0.3 |
959 | 2023-11-21T03:54:45.732Z | Downloaded rand_chacha v0.3.1 |
960 | 2023-11-21T03:54:45.735Z | Downloaded serde-big-array v0.4.1 |
961 | 2023-11-21T03:54:45.738Z | Downloaded fs-err v2.10.0 |
962 | 2023-11-21T03:54:45.741Z | Downloaded typenum v1.16.0 |
963 | 2023-11-21T03:54:45.744Z | Downloaded prettyplease v0.2.12 |
964 | 2023-11-21T03:54:45.750Z | Downloaded hubpack_derive v0.1.1 |
965 | 2023-11-21T03:54:45.753Z | Downloaded hubpack v0.1.2 |
966 | 2023-11-21T03:54:45.757Z | Downloaded postcard-cobs v0.1.5-pre |
967 | 2023-11-21T03:54:45.760Z | Downloaded dirs-sys-next v0.1.2 |
968 | 2023-11-21T03:54:45.762Z | Downloaded futures-timer v3.0.2 |
969 | 2023-11-21T03:54:45.765Z | Downloaded ref-cast-impl v1.0.20 |
970 | 2023-11-21T03:54:45.768Z | Downloaded termcolor v1.2.0 |
971 | 2023-11-21T03:54:45.770Z | Downloaded want v0.3.1 |
972 | 2023-11-21T03:54:45.774Z | Downloaded termios v0.3.3 |
973 | 2023-11-21T03:54:45.776Z | Downloaded rustversion v1.0.14 |
974 | 2023-11-21T03:54:45.779Z | Downloaded pem v3.0.2 |
975 | 2023-11-21T03:54:45.784Z | Downloaded der v0.7.8 |
976 | 2023-11-21T03:54:45.792Z | Downloaded serde-hex v0.1.0 |
977 | 2023-11-21T03:54:45.795Z | Downloaded unicode-linebreak v0.1.5 |
978 | 2023-11-21T03:54:45.798Z | Downloaded tungstenite v0.20.1 |
979 | 2023-11-21T03:54:45.804Z | Downloaded vte_generate_state_changes v0.1.1 |
980 | 2023-11-21T03:54:45.807Z | Downloaded scheduled-thread-pool v0.2.7 |
981 | 2023-11-21T03:54:45.809Z | Downloaded postcard v0.7.3 |
982 | 2023-11-21T03:54:45.812Z | Downloaded pretty_assertions v1.4.0 |
983 | 2023-11-21T03:54:45.815Z | Downloaded heapless v0.7.16 |
984 | 2023-11-21T03:54:45.822Z | Downloaded percent-encoding v2.3.0 |
985 | 2023-11-21T03:54:45.825Z | Downloaded rustfmt-wrapper v0.2.0 |
986 | 2023-11-21T03:54:45.828Z | Downloaded steno v0.4.0 |
987 | 2023-11-21T03:54:45.835Z | Downloaded rustc_version v0.4.0 |
988 | 2023-11-21T03:54:45.837Z | Downloaded parking_lot_core v0.8.6 |
989 | 2023-11-21T03:54:45.841Z | Downloaded hash32 v0.2.1 |
990 | 2023-11-21T03:54:45.844Z | Downloaded strsim v0.8.0 |
991 | 2023-11-21T03:54:45.847Z | Downloaded strip-ansi-escapes v0.2.0 |
992 | 2023-11-21T03:54:45.850Z | Downloaded tiny-keccak v2.0.2 |
993 | 2023-11-21T03:54:45.854Z | Downloaded dashmap v5.5.1 |
994 | 2023-11-21T03:54:45.858Z | Downloaded rustc-demangle v0.1.23 |
995 | 2023-11-21T03:54:45.862Z | Downloaded subprocess v0.2.9 |
996 | 2023-11-21T03:54:45.866Z | Downloaded toml v0.7.8 |
997 | 2023-11-21T03:54:45.873Z | Downloaded rpassword v7.2.0 |
998 | 2023-11-21T03:54:45.876Z | Downloaded serde_plain v1.0.2 |
999 | 2023-11-21T03:54:45.878Z | Downloaded password-hash v0.5.0 |
1000 | 2023-11-21T03:54:45.881Z | Downloaded tracing-core v0.1.31 |
1001 | 2023-11-21T03:54:45.888Z | Downloaded data-encoding v2.4.0 |
1002 | 2023-11-21T03:54:45.890Z | Downloaded postgres-protocol v0.6.6 |
1003 | 2023-11-21T03:54:45.894Z | Downloaded vte v0.11.1 |
1004 | 2023-11-21T03:54:45.897Z | Downloaded der_derive v0.7.2 |
1005 | 2023-11-21T03:54:45.901Z | Downloaded rust-argon2 v1.0.1 |
1006 | 2023-11-21T03:54:45.905Z | Downloaded expectorate v1.1.0 |
1007 | 2023-11-21T03:54:45.910Z | Downloaded poly1305 v0.8.0 |
1008 | 2023-11-21T03:54:45.915Z | Downloaded typed-path v0.6.0 |
1009 | 2023-11-21T03:54:45.926Z | Downloaded serde_urlencoded v0.7.1 |
1010 | 2023-11-21T03:54:45.930Z | Downloaded rand v0.8.5 |
1011 | 2023-11-21T03:54:45.937Z | Downloaded rand v0.4.6 |
1012 | 2023-11-21T03:54:45.944Z | Downloaded rustls-native-certs v0.6.3 |
1013 | 2023-11-21T03:54:45.949Z | Downloaded bstr v0.2.17 |
1014 | 2023-11-21T03:54:45.976Z | Downloaded trust-dns-resolver v0.22.0 |
1015 | 2023-11-21T03:54:45.979Z | Downloaded tinyvec v1.6.0 |
1016 | 2023-11-21T03:54:45.982Z | Downloaded parking_lot v0.12.1 |
1017 | 2023-11-21T03:54:45.986Z | Downloaded curve25519-dalek v4.1.0 |
1018 | 2023-11-21T03:54:46.006Z | Downloaded rcgen v0.11.3 |
1019 | 2023-11-21T03:54:46.010Z | Downloaded unicode-segmentation v1.10.1 |
1020 | 2023-11-21T03:54:46.017Z | Downloaded rsa v0.9.2 |
1021 | 2023-11-21T03:54:46.028Z | Downloaded ron v0.8.1 |
1022 | 2023-11-21T03:54:46.038Z | Downloaded reedline v0.26.0 |
1023 | 2023-11-21T03:54:46.060Z | Downloaded toml_edit v0.19.15 |
1024 | 2023-11-21T03:54:46.088Z | Downloaded rayon-core v1.12.0 |
1025 | 2023-11-21T03:54:46.096Z | Downloaded h2 v0.3.21 |
1026 | 2023-11-21T03:54:46.111Z | Downloaded tough v0.15.0 |
1027 | 2023-11-21T03:54:46.131Z | Downloaded trust-dns-proto v0.22.0 |
1028 | 2023-11-21T03:54:46.155Z | Downloaded hashbrown v0.13.2 |
1029 | 2023-11-21T03:54:46.166Z | Downloaded bitvec v1.0.1 |
1030 | 2023-11-21T03:54:46.239Z | Downloaded serde_with v2.3.3 |
1031 | 2023-11-21T03:54:46.249Z | Downloaded quick-xml v0.23.1 |
1032 | 2023-11-21T03:54:46.259Z | Downloaded proptest v1.4.0 |
1033 | 2023-11-21T03:54:46.269Z | Downloaded idna v0.4.0 |
1034 | 2023-11-21T03:54:46.280Z | Downloaded regress v0.7.1 |
1035 | 2023-11-21T03:54:46.291Z | Downloaded rayon v1.8.0 |
1036 | 2023-11-21T03:54:46.297Z | Downloaded smoltcp v0.9.1 |
1037 | 2023-11-21T03:54:46.304Z | Downloaded rustls v0.21.9 |
1038 | 2023-11-21T03:54:46.329Z | Downloaded diesel v2.1.4 |
1039 | 2023-11-21T03:54:46.369Z | Downloaded regex-syntax v0.7.5 |
1040 | 2023-11-21T03:54:46.382Z | Downloaded regex-syntax v0.6.29 |
1041 | 2023-11-21T03:54:46.403Z | Downloaded sled v0.34.7 |
1042 | 2023-11-21T03:54:46.424Z | Downloaded zerocopy-derive v0.2.0 |
1043 | 2023-11-21T03:54:46.442Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1044 | 2023-11-21T03:54:46.467Z | Downloaded regex-automata v0.3.8 |
1045 | 2023-11-21T03:54:46.503Z | Downloaded tokio v1.33.0 |
1046 | 2023-11-21T03:54:46.572Z | Downloaded sha3 v0.10.8 |
1047 | 2023-11-21T03:54:46.993Z | Downloaded regex-automata v0.4.3 |
1048 | 2023-11-21T03:54:47.004Z | Downloaded zerocopy-derive v0.6.4 |
1049 | 2023-11-21T03:54:47.017Z | Downloaded rustix v0.38.9 |
1050 | 2023-11-21T03:54:47.027Z | Downloaded regex-syntax v0.8.2 |
1051 | 2023-11-21T03:54:47.034Z | Downloaded polar-core v0.27.0 |
1052 | 2023-11-21T03:54:47.037Z | Downloaded bstr v1.6.0 |
1053 | 2023-11-21T03:54:47.040Z | Downloaded regex v1.10.2 |
1054 | 2023-11-21T03:54:47.043Z | Downloaded encoding_rs v0.8.33 |
1055 | 2023-11-21T03:54:47.045Z | Downloaded vcpkg v0.2.15 |
1056 | 2023-11-21T03:54:47.048Z | Downloaded gimli v0.28.0 |
1057 | 2023-11-21T03:54:47.052Z | Downloaded ratatui v0.23.0 |
1058 | 2023-11-21T03:54:47.054Z | Downloaded smoltcp v0.8.2 |
1059 | 2023-11-21T03:54:47.058Z | Downloaded openapiv3 v2.0.0-rc.1 |
1060 | 2023-11-21T03:54:47.060Z | Downloaded openapiv3 v1.0.3 |
1061 | 2023-11-21T03:54:47.063Z | Downloaded radix_trie v0.2.1 |
1062 | 2023-11-21T03:54:47.066Z | Downloaded webpki-roots v0.25.2 |
1063 | 2023-11-21T03:54:47.069Z | Downloaded hyper v0.14.27 |
1064 | 2023-11-21T03:54:47.071Z | Downloaded idna v0.2.3 |
1065 | 2023-11-21T03:54:47.074Z | Downloaded rustls-webpki v0.101.7 |
1066 | 2023-11-21T03:54:47.080Z | Downloaded syn v1.0.109 |
1067 | 2023-11-21T03:54:47.100Z | Downloaded chrono v0.4.31 |
1068 | 2023-11-21T03:54:47.103Z | Downloaded tabled v0.14.0 |
1069 | 2023-11-21T03:54:47.121Z | Downloaded petgraph v0.6.4 |
1070 | 2023-11-21T03:54:47.146Z | Downloaded object v0.32.1 |
1071 | 2023-11-21T03:54:47.166Z | Downloaded clap v2.34.0 |
1072 | 2023-11-21T03:54:47.179Z | Downloaded salty v0.2.0 |
1073 | 2023-11-21T03:54:47.191Z | Downloaded hkdf v0.12.3 |
1074 | 2023-11-21T03:54:47.195Z | Downloaded object v0.30.4 |
1075 | 2023-11-21T03:54:47.214Z | Downloaded pest v2.7.2 |
1076 | 2023-11-21T03:54:47.224Z | Downloaded portable-atomic v1.4.3 |
1077 | 2023-11-21T03:54:47.233Z | Downloaded unicode-normalization v0.1.22 |
1078 | 2023-11-21T03:54:47.240Z | Downloaded aho-corasick v1.0.4 |
1079 | 2023-11-21T03:54:47.287Z | Downloaded zip v0.6.6 |
1080 | 2023-11-21T03:54:47.291Z | Downloaded ring v0.17.5 |
1081 | 2023-11-21T03:54:47.452Z | Downloaded openssl v0.10.57 |
1082 | 2023-11-21T03:54:47.464Z | Downloaded structopt v0.3.26 |
1083 | 2023-11-21T03:54:47.477Z | Downloaded tokio-postgres v0.7.10 |
1084 | 2023-11-21T03:54:47.482Z | Downloaded trust-dns-client v0.22.0 |
1085 | 2023-11-21T03:54:47.492Z | Downloaded ring v0.16.20 |
1086 | 2023-11-21T03:54:47.661Z | Downloaded lalrpop v0.19.12 |
1087 | 2023-11-21T03:54:47.680Z | Downloaded pin-project-internal v1.1.3 |
1088 | 2023-11-21T03:54:47.683Z | Downloaded reqwest v0.11.22 |
1089 | 2023-11-21T03:54:47.696Z | Downloaded plotters v0.3.5 |
1090 | 2023-11-21T03:54:47.710Z | Downloaded futures-util v0.3.29 |
1091 | 2023-11-21T03:54:47.731Z | Downloaded tokio-util v0.7.10 |
1092 | 2023-11-21T03:54:47.742Z | Downloaded tokio-rustls v0.24.1 |
1093 | 2023-11-21T03:54:47.745Z | Downloaded flate2 v1.0.28 |
1094 | 2023-11-21T03:54:47.754Z | Downloaded regex-automata v0.1.10 |
1095 | 2023-11-21T03:54:47.762Z | Downloaded flume v0.11.0 |
1096 | 2023-11-21T03:54:47.769Z | Downloaded relative-path v1.9.0 |
1097 | 2023-11-21T03:54:47.771Z | Downloaded heck v0.3.3 |
1098 | 2023-11-21T03:54:47.774Z | Downloaded derive_more v0.99.17 |
1099 | 2023-11-21T03:54:47.781Z | Downloaded vec_map v0.8.2 |
1100 | 2023-11-21T03:54:47.784Z | Downloaded unicode-width v0.1.11 |
1101 | 2023-11-21T03:54:47.787Z | Downloaded snafu-derive v0.7.5 |
1102 | 2023-11-21T03:54:47.790Z | Downloaded httptest v0.15.5 |
1103 | 2023-11-21T03:54:47.792Z | Downloaded topological-sort v0.2.2 |
1104 | 2023-11-21T03:54:47.795Z | Downloaded socket2 v0.4.9 |
1105 | 2023-11-21T03:54:47.798Z | Downloaded semver-parser v0.10.2 |
1106 | 2023-11-21T03:54:47.801Z | Downloaded time v0.3.27 |
1107 | 2023-11-21T03:54:47.809Z | Downloaded unarray v0.1.4 |
1108 | 2023-11-21T03:54:47.813Z | Downloaded rustls-pemfile v1.0.3 |
1109 | 2023-11-21T03:54:47.816Z | Downloaded hashbrown v0.12.3 |
1110 | 2023-11-21T03:54:47.823Z | Downloaded tokio-macros v2.1.0 |
1111 | 2023-11-21T03:54:47.826Z | Downloaded datatest-stable v0.2.3 |
1112 | 2023-11-21T03:54:47.830Z | Downloaded pest_meta v2.7.2 |
1113 | 2023-11-21T03:54:47.834Z | Downloaded zeroize_derive v1.4.2 |
1114 | 2023-11-21T03:54:47.837Z | Downloaded rustc-hash v1.1.0 |
1115 | 2023-11-21T03:54:47.840Z | Downloaded radium v0.7.0 |
1116 | 2023-11-21T03:54:47.842Z | Downloaded r2d2 v0.8.10 |
1117 | 2023-11-21T03:54:47.847Z | Downloaded tinytemplate v1.2.1 |
1118 | 2023-11-21T03:54:47.851Z | Downloaded snafu v0.7.5 |
1119 | 2023-11-21T03:54:47.856Z | Downloaded derive-where v1.2.5 |
1120 | 2023-11-21T03:54:47.866Z | Downloaded pin-project-lite v0.2.13 |
1121 | 2023-11-21T03:54:47.879Z | Downloaded x509-cert v0.2.4 |
1122 | 2023-11-21T03:54:47.896Z | Downloaded term v0.7.0 |
1123 | 2023-11-21T03:54:47.907Z | Downloaded rstest_macros v0.18.2 |
1124 | 2023-11-21T03:54:47.916Z | Downloaded unsafe-libyaml v0.2.9 |
1125 | 2023-11-21T03:54:47.923Z | Downloaded slog v2.7.0 |
1126 | 2023-11-21T03:54:47.928Z | Downloaded elliptic-curve v0.13.5 |
1127 | 2023-11-21T03:54:47.935Z | Downloaded fatfs v0.3.6 |
1128 | 2023-11-21T03:54:47.938Z | Downloaded pkcs8 v0.10.2 |
1129 | 2023-11-21T03:54:47.941Z | Downloaded pkcs1 v0.7.5 |
1130 | 2023-11-21T03:54:47.944Z | Downloaded futures-task v0.3.29 |
1131 | 2023-11-21T03:54:47.947Z | Downloaded partial-io v0.5.4 |
1132 | 2023-11-21T03:54:47.950Z | Downloaded tokio-tungstenite v0.18.0 |
1133 | 2023-11-21T03:54:47.953Z | Downloaded slog-term v2.9.0 |
1134 | 2023-11-21T03:54:47.956Z | Downloaded criterion v0.5.1 |
1135 | 2023-11-21T03:54:47.959Z | Downloaded scopeguard v1.2.0 |
1136 | 2023-11-21T03:54:47.961Z | Downloaded trust-dns-server v0.22.1 |
1137 | 2023-11-21T03:54:47.964Z | Downloaded tracing v0.1.37 |
1138 | 2023-11-21T03:54:47.967Z | Downloaded tungstenite v0.18.0 |
1139 | 2023-11-21T03:54:47.971Z | Downloaded sct v0.7.0 |
1140 | 2023-11-21T03:54:47.977Z | Downloaded toml v0.5.11 |
1141 | 2023-11-21T03:54:47.982Z | Downloaded env_logger v0.10.0 |
1142 | 2023-11-21T03:54:47.987Z | Downloaded headers v0.3.9 |
1143 | 2023-11-21T03:54:47.998Z | Downloaded pin-project v1.1.3 |
1144 | 2023-11-21T03:54:48.020Z | Downloaded serde_yaml v0.9.25 |
1145 | 2023-11-21T03:54:48.027Z | Downloaded slog-bunyan v2.4.0 |
1146 | 2023-11-21T03:54:48.029Z | Downloaded slog-async v2.8.0 |
1147 | 2023-11-21T03:54:48.032Z | Downloaded structopt-derive v0.4.18 |
1148 | 2023-11-21T03:54:48.035Z | Downloaded half v1.8.2 |
1149 | 2023-11-21T03:54:48.038Z | Downloaded ucd-trie v0.1.6 |
1150 | 2023-11-21T03:54:48.041Z | Downloaded wait-timeout v0.2.0 |
1151 | 2023-11-21T03:54:48.044Z | Downloaded tokio-native-tls v0.3.1 |
1152 | 2023-11-21T03:54:48.047Z | Downloaded bindgen v0.65.1 |
1153 | 2023-11-21T03:54:48.061Z | Downloaded slog-scope v4.4.0 |
1154 | 2023-11-21T03:54:48.065Z | Downloaded libxml v0.3.3 |
1155 | 2023-11-21T03:54:48.074Z | Downloaded dtrace-parser v0.1.14 |
1156 | 2023-11-21T03:54:48.077Z | Downloaded platforms v3.0.2 |
1157 | 2023-11-21T03:54:48.079Z | Downloaded serde_derive_internals v0.26.0 |
1158 | 2023-11-21T03:54:48.083Z | Downloaded getopts v0.2.21 |
1159 | 2023-11-21T03:54:48.085Z | Downloaded http v0.2.11 |
1160 | 2023-11-21T03:54:48.092Z | Downloaded darling_core v0.20.3 |
1161 | 2023-11-21T03:54:48.099Z | Downloaded crossbeam-channel v0.5.8 |
1162 | 2023-11-21T03:54:48.108Z | Downloaded highway v1.1.0 |
1163 | 2023-11-21T03:54:48.111Z | Downloaded futures-sink v0.3.29 |
1164 | 2023-11-21T03:54:48.114Z | Downloaded ref-cast v1.0.20 |
1165 | 2023-11-21T03:54:48.117Z | Downloaded zerocopy v0.6.4 |
1166 | 2023-11-21T03:54:48.122Z | Downloaded url v2.4.1 |
1167 | 2023-11-21T03:54:48.127Z | Downloaded itertools v0.12.0 |
1168 | 2023-11-21T03:54:48.139Z | Downloaded signal-hook v0.3.17 |
1169 | 2023-11-21T03:54:48.144Z | Downloaded rand_xorshift v0.3.0 |
1170 | 2023-11-21T03:54:48.148Z | Downloaded slog-json v2.6.1 |
1171 | 2023-11-21T03:54:48.151Z | Downloaded hex-literal v0.4.1 |
1172 | 2023-11-21T03:54:48.154Z | Downloaded usdt-impl v0.3.5 |
1173 | 2023-11-21T03:54:48.157Z | Downloaded universal-hash v0.5.1 |
1174 | 2023-11-21T03:54:48.160Z | Downloaded display-error-chain v0.2.0 |
1175 | 2023-11-21T03:54:48.163Z | Downloaded derive_builder v0.12.0 |
1176 | 2023-11-21T03:54:48.166Z | Downloaded base64 v0.13.1 |
1177 | 2023-11-21T03:54:48.170Z | Downloaded fastrand v2.0.0 |
1178 | 2023-11-21T03:54:48.173Z | Downloaded fallible-iterator v0.2.0 |
1179 | 2023-11-21T03:54:48.176Z | Downloaded fnv v1.0.7 |
1180 | 2023-11-21T03:54:48.180Z | Downloaded slog-stdlog v4.1.1 |
1181 | 2023-11-21T03:54:48.182Z | Downloaded quick-error v1.2.3 |
1182 | 2023-11-21T03:54:48.185Z | Downloaded diff v0.1.13 |
1183 | 2023-11-21T03:54:48.188Z | Downloaded pkg-config v0.3.27 |
1184 | 2023-11-21T03:54:48.191Z | Downloaded rustc_version v0.1.7 |
1185 | 2023-11-21T03:54:48.194Z | Downloaded libm v0.2.7 |
1186 | 2023-11-21T03:54:48.204Z | Downloaded serde_repr v0.1.16 |
1187 | 2023-11-21T03:54:48.207Z | Downloaded same-file v1.0.6 |
1188 | 2023-11-21T03:54:48.211Z | Downloaded futures v0.3.29 |
1189 | 2023-11-21T03:54:48.218Z | Downloaded home v0.5.5 |
1190 | 2023-11-21T03:54:48.221Z | Downloaded parking_lot_core v0.9.8 |
1191 | 2023-11-21T03:54:48.226Z | Downloaded tokio-tungstenite v0.20.1 |
1192 | 2023-11-21T03:54:48.229Z | Downloaded fd-lock v3.0.13 |
1193 | 2023-11-21T03:54:48.233Z | Downloaded diesel_derives v2.1.1 |
1194 | 2023-11-21T03:54:48.237Z | Downloaded textwrap v0.16.0 |
1195 | 2023-11-21T03:54:48.241Z | Downloaded shell-words v1.1.0 |
1196 | 2023-11-21T03:54:48.243Z | Downloaded sha2 v0.10.8 |
1197 | 2023-11-21T03:54:48.247Z | Downloaded postgres-types v0.2.6 |
1198 | 2023-11-21T03:54:48.250Z | Downloaded stringprep v0.1.3 |
1199 | 2023-11-21T03:54:48.253Z | Downloaded spin v0.9.8 |
1200 | 2023-11-21T03:54:48.257Z | Downloaded hmac v0.12.1 |
1201 | 2023-11-21T03:54:48.261Z | Downloaded whoami v1.4.1 |
1202 | 2023-11-21T03:54:48.264Z | Downloaded untrusted v0.7.1 |
1203 | 2023-11-21T03:54:48.267Z | Downloaded similar v2.2.1 |
1204 | 2023-11-21T03:54:48.273Z | Downloaded phf_shared v0.10.0 |
1205 | 2023-11-21T03:54:48.276Z | Downloaded dof v0.1.5 |
1206 | 2023-11-21T03:54:48.279Z | Downloaded dirs-next v2.0.0 |
1207 | 2023-11-21T03:54:48.282Z | Downloaded either v1.9.0 |
1208 | 2023-11-21T03:54:48.286Z | Downloaded phf v0.11.2 |
1209 | 2023-11-21T03:54:48.333Z | Downloaded pest_generator v2.7.2 |
1210 | 2023-11-21T03:54:48.349Z | Downloaded smf v0.2.2 |
1211 | 2023-11-21T03:54:48.359Z | Downloaded zone v0.3.0 |
1212 | 2023-11-21T03:54:48.448Z | Downloaded futures-channel v0.3.29 |
1213 | 2023-11-21T03:54:48.454Z | Downloaded digest v0.10.7 |
1214 | 2023-11-21T03:54:48.884Z | Downloaded untrusted v0.9.0 |
1215 | 2023-11-21T03:54:48.897Z | Downloaded remove_dir_all v0.5.3 |
1216 | 2023-11-21T03:54:48.929Z | Downloaded unicase v2.7.0 |
1217 | 2023-11-21T03:54:48.941Z | Downloaded tui-tree-widget v0.13.0 |
1218 | 2023-11-21T03:54:48.952Z | Downloaded pest_derive v2.7.2 |
1219 | 2023-11-21T03:54:48.961Z | Downloaded bytes v1.5.0 |
1220 | 2023-11-21T03:54:48.971Z | Downloaded minimal-lexical v0.2.1 |
1221 | 2023-11-21T03:54:48.982Z | Downloaded predicates v2.1.5 |
1222 | 2023-11-21T03:54:48.990Z | Downloaded static_assertions v1.1.0 |
1223 | 2023-11-21T03:54:49.005Z | Downloaded itertools v0.10.5 |
1224 | 2023-11-21T03:54:49.016Z | Downloaded indicatif v0.17.7 |
1225 | 2023-11-21T03:54:49.024Z | Downloaded signature v2.1.0 |
1226 | 2023-11-21T03:54:49.033Z | Downloaded signal-hook-mio v0.2.3 |
1227 | 2023-11-21T03:54:49.048Z | Downloaded threadpool v1.8.1 |
1228 | 2023-11-21T03:54:49.474Z | Downloaded miniz_oxide v0.7.1 |
1229 | 2023-11-21T03:54:49.477Z | Downloaded basic-toml v0.1.4 |
1230 | 2023-11-21T03:54:49.480Z | Downloaded arrayvec v0.7.4 |
1231 | 2023-11-21T03:54:49.484Z | Downloaded bitflags v2.4.0 |
1232 | 2023-11-21T03:54:49.486Z | Downloaded signature v1.6.4 |
1233 | 2023-11-21T03:54:49.489Z | Downloaded tap v1.0.1 |
1234 | 2023-11-21T03:54:49.492Z | Downloaded predicates-tree v1.0.9 |
1235 | 2023-11-21T03:54:49.496Z | Downloaded zerocopy v0.3.0 |
1236 | 2023-11-21T03:54:49.499Z | Downloaded walkdir v2.4.0 |
1237 | 2023-11-21T03:54:49.503Z | Downloaded tar v0.4.40 |
1238 | 2023-11-21T03:54:49.506Z | Downloaded paste v1.0.14 |
1239 | 2023-11-21T03:54:49.510Z | Downloaded resolv-conf v0.7.0 |
1240 | 2023-11-21T03:54:49.513Z | Downloaded pretty-hex v0.3.0 |
1241 | 2023-11-21T03:54:49.516Z | Downloaded unicode-xid v0.2.4 |
1242 | 2023-11-21T03:54:49.519Z | Downloaded http-body v0.4.5 |
1243 | 2023-11-21T03:54:49.522Z | Downloaded predicates v3.0.4 |
1244 | 2023-11-21T03:54:49.525Z | Downloaded thread_local v1.1.7 |
1245 | 2023-11-21T03:54:49.528Z | Downloaded time-macros v0.2.13 |
1246 | 2023-11-21T03:54:49.530Z | Downloaded addr2line v0.21.0 |
1247 | 2023-11-21T03:54:49.533Z | Downloaded cc v1.0.83 |
1248 | 2023-11-21T03:54:49.536Z | Downloaded proc-macro-error v1.0.4 |
1249 | 2023-11-21T03:54:49.539Z | Downloaded phf_shared v0.11.2 |
1250 | 2023-11-21T03:54:49.542Z | Downloaded futures-core v0.3.29 |
1251 | 2023-11-21T03:54:49.544Z | Downloaded getrandom v0.2.10 |
1252 | 2023-11-21T03:54:49.547Z | Downloaded indexmap v1.9.3 |
1253 | 2023-11-21T03:54:49.550Z | Downloaded funty v2.0.0 |
1254 | 2023-11-21T03:54:49.553Z | Downloaded thread-id v4.2.0 |
1255 | 2023-11-21T03:54:49.556Z | Downloaded thiserror-no-std v2.0.2 |
1256 | 2023-11-21T03:54:49.558Z | Downloaded supports-color v2.1.0 |
1257 | 2023-11-21T03:54:49.561Z | Downloaded ahash v0.8.3 |
1258 | 2023-11-21T03:54:49.564Z | Downloaded socket2 v0.5.4 |
1259 | 2023-11-21T03:54:49.567Z | Downloaded schemars v0.8.13 |
1260 | 2023-11-21T03:54:49.570Z | Downloaded similar-asserts v1.5.0 |
1261 | 2023-11-21T03:54:49.573Z | Downloaded humantime v2.1.0 |
1262 | 2023-11-21T03:54:49.575Z | Downloaded form_urlencoded v1.2.0 |
1263 | 2023-11-21T03:54:49.578Z | Downloaded vsss-rs v3.3.1 |
1264 | 2023-11-21T03:54:49.581Z | Downloaded crc32fast v1.3.2 |
1265 | 2023-11-21T03:54:49.584Z | Downloaded foreign-types v0.5.0 |
1266 | 2023-11-21T03:54:49.587Z | Downloaded foreign-types v0.3.2 |
1267 | 2023-11-21T03:54:49.591Z | Downloaded chacha20poly1305 v0.10.1 |
1268 | 2023-11-21T03:54:49.593Z | Downloaded hex v0.4.3 |
1269 | 2023-11-21T03:54:49.596Z | Downloaded time-core v0.1.1 |
1270 | 2023-11-21T03:54:49.600Z | Downloaded proc-macro-crate v1.3.1 |
1271 | 2023-11-21T03:54:49.604Z | Downloaded tracing-attributes v0.1.26 |
1272 | 2023-11-21T03:54:49.606Z | Downloaded assert_cmd v2.0.12 |
1273 | 2023-11-21T03:54:49.609Z | Downloaded anes v0.1.6 |
1274 | 2023-11-21T03:54:49.612Z | Downloaded argon2 v0.5.2 |
1275 | 2023-11-21T03:54:49.615Z | Downloaded ansi_term v0.12.1 |
1276 | 2023-11-21T03:54:49.618Z | Downloaded test-strategy v0.3.1 |
1277 | 2023-11-21T03:54:49.621Z | Downloaded structmeta-derive v0.2.0 |
1278 | 2023-11-21T03:54:49.624Z | Downloaded nom v7.1.3 |
1279 | 2023-11-21T03:54:49.629Z | Downloaded usdt v0.3.5 |
1280 | 2023-11-21T03:54:49.634Z | Downloaded utf-8 v0.7.6 |
1281 | 2023-11-21T03:54:49.637Z | Downloaded tabled_derive v0.6.0 |
1282 | 2023-11-21T03:54:49.640Z | Downloaded generic-array v0.14.7 |
1283 | 2023-11-21T03:54:49.643Z | Downloaded backoff v0.4.0 |
1284 | 2023-11-21T03:54:49.646Z | Downloaded async-trait v0.1.74 |
1285 | 2023-11-21T03:54:49.649Z | Downloaded oso v0.27.0 |
1286 | 2023-11-21T03:54:49.652Z | Downloaded pem v1.1.1 |
1287 | 2023-11-21T03:54:49.655Z | Downloaded futures-macro v0.3.29 |
1288 | 2023-11-21T03:54:49.660Z | Downloaded futures-io v0.3.29 |
1289 | 2023-11-21T03:54:49.663Z | Downloaded fragile v2.0.0 |
1290 | 2023-11-21T03:54:49.666Z | Downloaded path-slash v0.1.5 |
1291 | 2023-11-21T03:54:49.669Z | Downloaded derive_builder_macro v0.12.0 |
1292 | 2023-11-21T03:54:49.672Z | Downloaded tower-service v0.3.2 |
1293 | 2023-11-21T03:54:49.675Z | Downloaded async-recursion v1.0.5 |
1294 | 2023-11-21T03:54:49.678Z | Downloaded strum_macros v0.24.3 |
1295 | 2023-11-21T03:54:49.681Z | Downloaded blake2b_simd v1.0.1 |
1296 | 2023-11-21T03:54:49.684Z | Downloaded version_check v0.9.4 |
1297 | 2023-11-21T03:54:49.687Z | Downloaded criterion-plot v0.5.0 |
1298 | 2023-11-21T03:54:49.690Z | Downloaded cancel-safe-futures v0.1.5 |
1299 | 2023-11-21T03:54:49.697Z | Downloaded approx v0.5.1 |
1300 | 2023-11-21T03:54:49.701Z | Downloaded cpufeatures v0.2.9 |
1301 | 2023-11-21T03:54:49.704Z | Downloaded cookie v0.18.0 |
1302 | 2023-11-21T03:54:49.710Z | Downloaded foreign-types-shared v0.3.1 |
1303 | 2023-11-21T03:54:49.713Z | Downloaded group v0.13.0 |
1304 | 2023-11-21T03:54:49.716Z | Downloaded globset v0.4.13 |
1305 | 2023-11-21T03:54:49.719Z | Downloaded glob v0.3.1 |
1306 | 2023-11-21T03:54:49.723Z | Downloaded spin v0.5.2 |
1307 | 2023-11-21T03:54:49.725Z | Downloaded serial_test v0.10.0 |
1308 | 2023-11-21T03:54:49.728Z | Downloaded usdt-macro v0.3.5 |
1309 | 2023-11-21T03:54:49.732Z | Downloaded smallvec v0.6.14 |
1310 | 2023-11-21T03:54:49.734Z | Downloaded signal-hook-registry v1.4.1 |
1311 | 2023-11-21T03:54:49.737Z | Downloaded mockall v0.11.4 |
1312 | 2023-11-21T03:54:49.740Z | Downloaded num-rational v0.4.1 |
1313 | 2023-11-21T03:54:49.743Z | Downloaded nu-ansi-term v0.49.0 |
1314 | 2023-11-21T03:54:49.746Z | Downloaded hyper-staticfile v0.9.5 |
1315 | 2023-11-21T03:54:49.749Z | Downloaded block-buffer v0.10.4 |
1316 | 2023-11-21T03:54:49.752Z | Downloaded bit-set v0.5.3 |
1317 | 2023-11-21T03:54:49.761Z | Downloaded base64ct v1.6.0 |
1318 | 2023-11-21T03:54:49.764Z | Downloaded base16ct v0.2.0 |
1319 | 2023-11-21T03:54:49.766Z | Downloaded async-stream v0.3.5 |
1320 | 2023-11-21T03:54:49.770Z | Downloaded atomic-waker v1.1.1 |
1321 | 2023-11-21T03:54:49.773Z | Downloaded array-init v0.0.4 |
1322 | 2023-11-21T03:54:49.777Z | Downloaded ascii-canvas v3.0.0 |
1323 | 2023-11-21T03:54:49.780Z | Downloaded smallvec v1.11.0 |
1324 | 2023-11-21T03:54:49.783Z | Downloaded serde_path_to_error v0.1.14 |
1325 | 2023-11-21T03:54:49.787Z | Downloaded parking_lot v0.11.2 |
1326 | 2023-11-21T03:54:49.790Z | Downloaded omicron-zone-package v0.9.1 |
1327 | 2023-11-21T03:54:49.793Z | Downloaded mockall_derive v0.11.4 |
1328 | 2023-11-21T03:54:49.796Z | Downloaded md-5 v0.10.5 |
1329 | 2023-11-21T03:54:49.799Z | Downloaded constant_time_eq v0.2.6 |
1330 | 2023-11-21T03:54:49.802Z | Downloaded serde_tokenstream v0.1.7 |
1331 | 2023-11-21T03:54:49.805Z | Downloaded log v0.4.20 |
1332 | 2023-11-21T03:54:49.808Z | Downloaded aead v0.5.2 |
1333 | 2023-11-21T03:54:49.811Z | Downloaded zeroize v1.6.0 |
1334 | 2023-11-21T03:54:49.820Z | Downloaded predicates-core v1.0.6 |
1335 | 2023-11-21T03:54:49.823Z | Downloaded mime_guess v2.0.4 |
1336 | 2023-11-21T03:54:49.826Z | Downloaded peeking_take_while v0.1.2 |
1337 | 2023-11-21T03:54:49.829Z | Downloaded bb8 v0.8.1 |
1338 | 2023-11-21T03:54:49.832Z | Downloaded tempdir v0.3.7 |
1339 | 2023-11-21T03:54:49.835Z | Downloaded indoc v1.0.9 |
1340 | 2023-11-21T03:54:49.838Z | Downloaded cipher v0.4.4 |
1341 | 2023-11-21T03:54:49.842Z | Downloaded byteorder v1.5.0 |
1342 | 2023-11-21T03:54:49.845Z | Downloaded take_mut v0.2.2 |
1343 | 2023-11-21T03:54:49.848Z | Downloaded rusty-fork v0.3.0 |
1344 | 2023-11-21T03:54:49.851Z | Downloaded instant v0.1.12 |
1345 | 2023-11-21T03:54:49.855Z | Downloaded linear-map v1.2.0 |
1346 | 2023-11-21T03:54:49.858Z | Downloaded once_cell v1.18.0 |
1347 | 2023-11-21T03:54:49.861Z | Downloaded inout v0.1.3 |
1348 | 2023-11-21T03:54:49.864Z | Downloaded string_cache v0.8.7 |
1349 | 2023-11-21T03:54:49.867Z | Downloaded smawk v0.3.1 |
1350 | 2023-11-21T03:54:49.870Z | Downloaded num-derive v0.4.0 |
1351 | 2023-11-21T03:54:49.873Z | Downloaded bytecount v0.6.3 |
1352 | 2023-11-21T03:54:49.876Z | Downloaded semver v0.11.0 |
1353 | 2023-11-21T03:54:49.879Z | Downloaded schemars_derive v0.8.13 |
1354 | 2023-11-21T03:54:49.882Z | Downloaded native-tls v0.2.11 |
1355 | 2023-11-21T03:54:49.885Z | Downloaded slog-dtrace v0.2.3 |
1356 | 2023-11-21T03:54:49.888Z | Downloaded owo-colors v3.5.0 |
1357 | 2023-11-21T03:54:49.891Z | Downloaded openssl-sys v0.9.93 |
1358 | 2023-11-21T03:54:49.894Z | Downloaded slog-envlogger v2.2.0 |
1359 | 2023-11-21T03:54:49.897Z | Downloaded slab v0.4.9 |
1360 | 2023-11-21T03:54:49.900Z | Downloaded siphasher v0.3.11 |
1361 | 2023-11-21T03:54:49.903Z | Downloaded nanorand v0.7.0 |
1362 | 2023-11-21T03:54:49.906Z | Downloaded keccak v0.1.4 |
1363 | 2023-11-21T03:54:49.909Z | Downloaded ipnetwork v0.20.0 |
1364 | 2023-11-21T03:54:49.912Z | Downloaded cassowary v0.3.0 |
1365 | 2023-11-21T03:54:49.915Z | Downloaded block-padding v0.3.3 |
1366 | 2023-11-21T03:54:49.918Z | Downloaded nibble_vec v0.1.0 |
1367 | 2023-11-21T03:54:49.921Z | Downloaded libefi-sys v0.1.0 |
1368 | 2023-11-21T03:54:49.924Z | Downloaded libtest-mimic v0.6.1 |
1369 | 2023-11-21T03:54:49.929Z | Downloaded macaddr v1.0.1 |
1370 | 2023-11-21T03:54:49.942Z | Downloaded constant_time_eq v0.3.0 |
1371 | 2023-11-21T03:54:49.957Z | Downloaded packed_struct_codegen v0.10.1 |
1372 | 2023-11-21T03:54:49.971Z | Downloaded oso-derive v0.27.0 |
1373 | 2023-11-21T03:54:49.992Z | Downloaded impl-trait-for-tuples v0.2.2 |
1374 | 2023-11-21T03:54:50.001Z | Downloaded iana-time-zone v0.1.57 |
1375 | 2023-11-21T03:54:50.015Z | Downloaded lazy_static v1.4.0 |
1376 | 2023-11-21T03:54:50.029Z | Downloaded indoc v2.0.3 |
1377 | 2023-11-21T03:54:50.041Z | Downloaded num-complex v0.4.4 |
1378 | 2023-11-21T03:54:50.054Z | Downloaded crc-any v2.4.3 |
1379 | 2023-11-21T03:54:50.063Z | Downloaded crc v3.0.1 |
1380 | 2023-11-21T03:54:50.069Z | Downloaded termtree v0.4.1 |
1381 | 2023-11-21T03:54:50.079Z | Downloaded signal-hook-tokio v0.3.1 |
1382 | 2023-11-21T03:54:50.100Z | Downloaded ciborium-ll v0.2.1 |
1383 | 2023-11-21T03:54:50.114Z | Downloaded atomicwrites v0.4.2 |
1384 | 2023-11-21T03:54:50.124Z | Downloaded arrayref v0.3.7 |
1385 | 2023-11-21T03:54:50.137Z | Downloaded num_enum_derive v0.5.11 |
1386 | 2023-11-21T03:54:50.146Z | Downloaded num-iter v0.1.43 |
1387 | 2023-11-21T03:54:50.157Z | Downloaded num-integer v0.1.45 |
1388 | 2023-11-21T03:54:50.167Z | Downloaded memoffset v0.9.0 |
1389 | 2023-11-21T03:54:50.179Z | Downloaded lazycell v1.3.0 |
1390 | 2023-11-21T03:54:50.189Z | Downloaded hyper-tls v0.5.0 |
1391 | 2023-11-21T03:54:50.200Z | Downloaded corncobs v0.1.3 |
1392 | 2023-11-21T03:54:50.211Z | Downloaded ciborium-io v0.2.1 |
1393 | 2023-11-21T03:54:50.219Z | Downloaded cfg-if v1.0.0 |
1394 | 2023-11-21T03:54:50.229Z | Downloaded bitfield v0.14.0 |
1395 | 2023-11-21T03:54:50.240Z | Downloaded number_prefix v0.4.0 |
1396 | 2023-11-21T03:54:50.284Z | Downloaded const-oid v0.9.5 |
1397 | 2023-11-21T03:54:50.295Z | Downloaded cexpr v0.6.0 |
1398 | 2023-11-21T03:54:50.304Z | Downloaded buf-list v1.0.3 |
1399 | 2023-11-21T03:54:50.309Z | Downloaded matches v0.1.10 |
1400 | 2023-11-21T03:54:50.325Z | Downloaded atty v0.2.14 |
1401 | 2023-11-21T03:54:50.332Z | Downloaded async-stream-impl v0.3.5 |
1402 | 2023-11-21T03:54:50.338Z | Downloaded openssl-probe v0.1.5 |
1403 | 2023-11-21T03:54:50.352Z | Downloaded openssl-macros v0.1.1 |
1404 | 2023-11-21T03:54:50.356Z | Downloaded newline-converter v0.3.0 |
1405 | 2023-11-21T03:54:50.361Z | Downloaded num_enum v0.5.11 |
1406 | 2023-11-21T03:54:50.369Z | Downloaded is_ci v1.1.1 |
1407 | 2023-11-21T03:54:50.374Z | Downloaded darling v0.20.3 |
1408 | 2023-11-21T03:54:50.411Z | Downloaded darling v0.14.4 |
1409 | 2023-11-21T03:54:50.428Z | Downloaded crypto-bigint v0.5.2 |
1410 | 2023-11-21T03:54:50.432Z | Downloaded assert_matches v1.5.0 |
1411 | 2023-11-21T03:54:50.436Z | Downloaded opaque-debug v0.3.0 |
1412 | 2023-11-21T03:54:50.439Z | Downloaded oorandom v11.1.3 |
1413 | 2023-11-21T03:54:50.443Z | Downloaded num_cpus v1.16.0 |
1414 | 2023-11-21T03:54:50.452Z | Downloaded convert_case v0.4.0 |
1415 | 2023-11-21T03:54:50.456Z | Downloaded cast v0.3.0 |
1416 | 2023-11-21T03:54:50.459Z | Downloaded match_cfg v0.1.0 |
1417 | 2023-11-21T03:54:50.464Z | Downloaded maplit v1.0.2 |
1418 | 2023-11-21T03:54:50.468Z | Downloaded num_threads v0.1.6 |
1419 | 2023-11-21T03:54:50.471Z | Downloaded num-traits v0.2.16 |
1420 | 2023-11-21T03:54:50.474Z | Downloaded newtype_derive v0.1.6 |
1421 | 2023-11-21T03:54:50.478Z | Downloaded kstat-rs v0.2.3 |
1422 | 2023-11-21T03:54:50.482Z | Downloaded itertools v0.11.0 |
1423 | 2023-11-21T03:54:50.485Z | Downloaded is-terminal v0.4.9 |
1424 | 2023-11-21T03:54:50.490Z | Downloaded crossterm v0.27.0 |
1425 | 2023-11-21T03:54:50.493Z | Downloaded colored v2.0.4 |
1426 | 2023-11-21T03:54:50.496Z | Downloaded crucible-workspace-hack v0.1.0 |
1427 | 2023-11-21T03:54:50.500Z | Downloaded clang-sys v1.6.1 |
1428 | 2023-11-21T03:54:50.504Z | Downloaded camino-tempfile v1.0.2 |
1429 | 2023-11-21T03:54:50.507Z | Downloaded blake2 v0.10.6 |
1430 | 2023-11-21T03:54:50.513Z | Downloaded curve25519-dalek-derive v0.1.0 |
1431 | 2023-11-21T03:54:50.520Z | Downloaded cstr-argument v0.1.2 |
1432 | 2023-11-21T03:54:50.524Z | Downloaded crunchy v0.2.2 |
1433 | 2023-11-21T03:54:50.529Z | Downloaded crossbeam-queue v0.3.8 |
1434 | 2023-11-21T03:54:50.534Z | Downloaded crossbeam v0.8.2 |
1435 | 2023-11-21T03:54:50.538Z | Downloaded console v0.15.7 |
1436 | 2023-11-21T03:54:50.543Z | Downloaded new_debug_unreachable v1.0.4 |
1437 | 2023-11-21T03:54:50.550Z | Downloaded ciborium v0.2.1 |
1438 | 2023-11-21T03:54:50.553Z | Downloaded chacha20 v0.9.1 |
1439 | 2023-11-21T03:54:50.557Z | Downloaded adler v1.0.2 |
1440 | 2023-11-21T03:54:50.561Z | Compiling serde v1.0.192 |
1441 | 2023-11-21T03:54:50.567Z | Compiling autocfg v1.1.0 |
1442 | 2023-11-21T03:54:50.571Z | Checking cfg-if v1.0.0 |
1443 | 2023-11-21T03:54:50.575Z | Compiling version_check v0.9.4 |
1444 | 2023-11-21T03:54:50.579Z | Compiling syn v1.0.109 |
1445 | 2023-11-21T03:54:50.583Z | Checking libc v0.2.150 |
1446 | 2023-11-21T03:54:50.586Z | Compiling syn v2.0.32 |
1447 | 2023-11-21T03:54:50.590Z | Compiling parking_lot_core v0.9.8 |
1448 | 2023-11-21T03:54:50.593Z | Compiling libm v0.2.7 |
1449 | 2023-11-21T03:54:50.597Z | Compiling cc v1.0.83 |
1450 | 2023-11-21T03:54:50.601Z | Compiling futures-core v0.3.29 |
1451 | 2023-11-21T03:54:50.604Z | Compiling once_cell v1.18.0 |
1452 | 2023-11-21T03:54:50.967Z | Compiling serde_json v1.0.108 |
1453 | 2023-11-21T03:54:50.982Z | Compiling memchr v2.6.3 |
1454 | 2023-11-21T03:54:51.065Z | Compiling lock_api v0.4.10 |
1455 | 2023-11-21T03:54:51.100Z | Compiling num-traits v0.2.16 |
1456 | 2023-11-21T03:54:51.477Z | Compiling slab v0.4.9 |
1457 | 2023-11-21T03:54:51.581Z | Checking getrandom v0.2.10 |
1458 | 2023-11-21T03:54:51.696Z | Compiling futures-task v0.3.29 |
1459 | 2023-11-21T03:54:51.926Z | Compiling futures-channel v0.3.29 |
1460 | 2023-11-21T03:54:52.522Z | Compiling typenum v1.16.0 |
1461 | 2023-11-21T03:54:52.527Z | Compiling futures-util v0.3.29 |
1462 | 2023-11-21T03:54:52.534Z | Compiling generic-array v0.14.7 |
1463 | 2023-11-21T03:54:52.888Z | Checking scopeguard v1.2.0 |
1464 | 2023-11-21T03:54:53.084Z | Compiling log v0.4.20 |
1465 | 2023-11-21T03:54:53.596Z | Compiling pkg-config v0.3.27 |
1466 | 2023-11-21T03:54:54.350Z | Checking itoa v1.0.9 |
1467 | 2023-11-21T03:54:54.394Z | Checking smallvec v1.11.0 |
1468 | 2023-11-21T03:54:54.649Z | Compiling rustix v0.38.9 |
1469 | 2023-11-21T03:54:54.927Z | Compiling indexmap v1.9.3 |
1470 | 2023-11-21T03:54:54.981Z | Compiling schemars v0.8.13 |
1471 | 2023-11-21T03:54:55.364Z | Compiling httparse v1.8.0 |
1472 | 2023-11-21T03:54:55.535Z | Checking rand_core v0.6.4 |
1473 | 2023-11-21T03:54:55.557Z | Compiling vcpkg v0.2.15 |
1474 | 2023-11-21T03:54:55.645Z | Compiling fnv v1.0.7 |
1475 | 2023-11-21T03:54:56.341Z | Checking parking_lot v0.12.1 |
1476 | 2023-11-21T03:54:56.385Z | Compiling ring v0.17.5 |
1477 | 2023-11-21T03:54:56.869Z | Compiling ring v0.16.20 |
1478 | 2023-11-21T03:54:58.304Z | Compiling aho-corasick v1.0.4 |
1479 | 2023-11-21T03:54:58.361Z | Compiling regex-syntax v0.8.2 |
1480 | 2023-11-21T03:54:58.710Z | Checking pin-project-lite v0.2.13 |
1481 | 2023-11-21T03:54:59.320Z | Compiling openssl-sys v0.9.93 |
1482 | 2023-11-21T03:55:01.073Z | Compiling ahash v0.8.3 |
1483 | 2023-11-21T03:55:01.502Z | Checking spin v0.5.2 |
1484 | 2023-11-21T03:55:01.924Z | Compiling openssl v0.10.57 |
1485 | 2023-11-21T03:55:02.586Z | Compiling serde_derive_internals v0.26.0 |
1486 | 2023-11-21T03:55:02.751Z | Checking signal-hook-registry v1.4.1 |
1487 | 2023-11-21T03:55:03.353Z | Checking mio v0.8.8 |
1488 | 2023-11-21T03:55:04.339Z | Compiling regex-automata v0.4.3 |
1489 | 2023-11-21T03:55:04.377Z | Compiling ucd-trie v0.1.6 |
1490 | 2023-11-21T03:55:05.373Z | Compiling rustls v0.21.9 |
1491 | 2023-11-21T03:55:05.949Z | Compiling iana-time-zone v0.1.57 |
1492 | 2023-11-21T03:55:06.117Z | Compiling native-tls v0.2.11 |
1493 | 2023-11-21T03:55:06.624Z | Checking num_cpus v1.16.0 |
1494 | 2023-11-21T03:55:06.647Z | Compiling async-trait v0.1.74 |
1495 | 2023-11-21T03:55:07.378Z | Checking socket2 v0.5.4 |
1496 | 2023-11-21T03:55:07.514Z | Compiling unicode-xid v0.2.4 |
1497 | 2023-11-21T03:55:07.765Z | Compiling dyn-clone v1.0.13 |
1498 | 2023-11-21T03:55:08.087Z | Compiling byteorder v1.5.0 |
1499 | 2023-11-21T03:55:08.184Z | Compiling backtrace v0.3.69 |
1500 | 2023-11-21T03:55:08.847Z | Checking ryu v1.0.15 |
1501 | 2023-11-21T03:55:08.972Z | Compiling futures-sink v0.3.29 |
1502 | 2023-11-21T03:55:09.104Z | Compiling hashbrown v0.13.2 |
1503 | 2023-11-21T03:55:09.178Z | Compiling tinyvec_macros v0.1.1 |
1504 | 2023-11-21T03:55:09.235Z | Compiling crossbeam-utils v0.8.16 |
1505 | 2023-11-21T03:55:09.295Z | Compiling crc32fast v1.3.2 |
1506 | 2023-11-21T03:55:10.017Z | Compiling tinyvec v1.6.0 |
1507 | 2023-11-21T03:55:10.827Z | Compiling futures-io v0.3.29 |
1508 | 2023-11-21T03:55:10.906Z | Compiling pin-utils v0.1.0 |
1509 | 2023-11-21T03:55:11.038Z | Compiling regex v1.10.2 |
1510 | 2023-11-21T03:55:11.263Z | Compiling anyhow v1.0.75 |
1511 | 2023-11-21T03:55:11.823Z | Compiling spin v0.9.8 |
1512 | 2023-11-21T03:55:12.352Z | Compiling tracing-core v0.1.31 |
1513 | 2023-11-21T03:55:12.513Z | Compiling unicode-bidi v0.3.13 |
1514 | 2023-11-21T03:55:12.608Z | Compiling num-integer v0.1.45 |
1515 | 2023-11-21T03:55:12.772Z | Compiling unicode-normalization v0.1.22 |
1516 | 2023-11-21T03:55:12.848Z | Checking subtle v2.5.0 |
1517 | 2023-11-21T03:55:13.071Z | Compiling synstructure v0.12.6 |
1518 | 2023-11-21T03:55:13.221Z | Compiling lazy_static v1.4.0 |
1519 | 2023-11-21T03:55:13.378Z | Compiling unicode-width v0.1.11 |
1520 | 2023-11-21T03:55:13.593Z | Compiling slog v2.7.0 |
1521 | 2023-11-21T03:55:14.310Z | Compiling serde_derive v1.0.192 |
1522 | 2023-11-21T03:55:14.373Z | Compiling thiserror-impl v1.0.49 |
1523 | 2023-11-21T03:55:14.643Z | Compiling zeroize_derive v1.4.2 |
1524 | 2023-11-21T03:55:14.752Z | Compiling tokio-macros v2.1.0 |
1525 | 2023-11-21T03:55:15.101Z | Compiling futures-macro v0.3.29 |
1526 | 2023-11-21T03:55:15.581Z | Compiling tracing-attributes v0.1.26 |
1527 | 2023-11-21T03:55:16.122Z | Compiling schemars_derive v0.8.13 |
1528 | 2023-11-21T03:55:17.354Z | Checking zeroize v1.6.0 |
1529 | 2023-11-21T03:55:17.602Z | Compiling openssl-macros v0.1.1 |
1530 | 2023-11-21T03:55:19.851Z | Compiling thiserror v1.0.49 |
1531 | 2023-11-21T03:55:20.036Z | Compiling pest v2.7.2 |
1532 | 2023-11-21T03:55:20.733Z | Compiling base64 v0.21.5 |
1533 | 2023-11-21T03:55:20.912Z | Compiling zerocopy-derive v0.2.0 |
1534 | 2023-11-21T03:55:22.271Z | Compiling tracing v0.1.37 |
1535 | 2023-11-21T03:55:22.827Z | Compiling openssl-probe v0.1.5 |
1536 | 2023-11-21T03:55:22.865Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2023-11-21T03:55:23.329Z | Compiling untrusted v0.9.0 |
1538 | 2023-11-21T03:55:23.352Z | Compiling rustversion v1.0.14 |
1539 | 2023-11-21T03:55:23.369Z | Compiling percent-encoding v2.3.0 |
1540 | 2023-11-21T03:55:23.376Z | Compiling untrusted v0.7.1 |
1541 | 2023-11-21T03:55:23.384Z | Compiling hashbrown v0.12.3 |
1542 | 2023-11-21T03:55:23.445Z | Compiling time-core v0.1.1 |
1543 | 2023-11-21T03:55:23.714Z | Compiling time-macros v0.2.13 |
1544 | 2023-11-21T03:55:24.265Z | Compiling pest_meta v2.7.2 |
1545 | 2023-11-21T03:55:26.454Z | Compiling pest_generator v2.7.2 |
1546 | 2023-11-21T03:55:29.570Z | Compiling foreign-types v0.3.2 |
1547 | 2023-11-21T03:55:30.427Z | Compiling try-lock v0.2.4 |
1548 | 2023-11-21T03:55:30.621Z | Compiling want v0.3.1 |
1549 | 2023-11-21T03:55:31.044Z | Compiling rustls-webpki v0.101.7 |
1550 | 2023-11-21T03:55:31.798Z | Compiling sct v0.7.0 |
1551 | 2023-11-21T03:55:32.250Z | Compiling form_urlencoded v1.2.0 |
1552 | 2023-11-21T03:55:32.755Z | Checking crypto-common v0.1.6 |
1553 | 2023-11-21T03:55:32.775Z | Compiling zerocopy-derive v0.6.4 |
1554 | 2023-11-21T03:55:32.995Z | Compiling pest_derive v2.7.2 |
1555 | 2023-11-21T03:55:34.213Z | Compiling socket2 v0.4.9 |
1556 | 2023-11-21T03:55:34.262Z | Compiling tower-service v0.3.2 |
1557 | 2023-11-21T03:55:34.395Z | Compiling either v1.9.0 |
1558 | 2023-11-21T03:55:34.426Z | Compiling httpdate v1.0.3 |
1559 | 2023-11-21T03:55:34.908Z | Compiling rustls-pemfile v1.0.3 |
1560 | 2023-11-21T03:55:34.961Z | Compiling idna v0.4.0 |
1561 | 2023-11-21T03:55:35.158Z | Compiling memoffset v0.9.0 |
1562 | 2023-11-21T03:55:35.462Z | Compiling usdt-impl v0.3.5 |
1563 | 2023-11-21T03:55:35.597Z | Checking const-oid v0.9.5 |
1564 | 2023-11-21T03:55:35.617Z | Compiling adler v1.0.2 |
1565 | 2023-11-21T03:55:35.973Z | Compiling miniz_oxide v0.7.1 |
1566 | 2023-11-21T03:55:36.347Z | Compiling rustls-native-certs v0.6.3 |
1567 | 2023-11-21T03:55:36.544Z | Compiling url v2.4.1 |
1568 | 2023-11-21T03:55:36.986Z | Compiling zerocopy v0.3.0 |
1569 | 2023-11-21T03:55:37.791Z | Compiling ipnet v2.8.0 |
1570 | 2023-11-21T03:55:37.871Z | Checking bytes v1.5.0 |
1571 | 2023-11-21T03:55:38.360Z | Checking bitflags v2.4.0 |
1572 | 2023-11-21T03:55:38.632Z | Compiling signal-hook v0.3.17 |
1573 | 2023-11-21T03:55:38.925Z | Compiling dof v0.1.5 |
1574 | 2023-11-21T03:55:39.459Z | Compiling indexmap v2.1.0 |
1575 | 2023-11-21T03:55:39.788Z | Compiling uuid v1.5.0 |
1576 | 2023-11-21T03:55:39.857Z | Compiling chrono v0.4.31 |
1577 | 2023-11-21T03:55:41.099Z | Compiling semver v1.0.20 |
1578 | 2023-11-21T03:55:41.137Z | Compiling http v0.2.11 |
1579 | 2023-11-21T03:55:41.340Z | Checking tokio v1.33.0 |
1580 | 2023-11-21T03:55:42.215Z | Compiling toml_datetime v0.6.5 |
1581 | 2023-11-21T03:55:42.320Z | Compiling serde_spanned v0.6.4 |
1582 | 2023-11-21T03:55:42.688Z | Compiling rustc_version v0.4.0 |
1583 | 2023-11-21T03:55:42.935Z | Compiling toml_edit v0.19.15 |
1584 | 2023-11-21T03:55:45.338Z | Compiling openapiv3 v2.0.0-rc.1 |
1585 | 2023-11-21T03:55:46.555Z | Compiling http-body v0.4.5 |
1586 | 2023-11-21T03:55:49.355Z | Compiling serde_urlencoded v0.7.1 |
1587 | 2023-11-21T03:55:50.015Z | Compiling dtrace-parser v0.1.14 |
1588 | 2023-11-21T03:55:50.095Z | Compiling clap_derive v4.4.2 |
1589 | 2023-11-21T03:55:50.190Z | Compiling crossbeam-epoch v0.9.15 |
1590 | 2023-11-21T03:55:50.966Z | Compiling encoding_rs v0.8.33 |
1591 | 2023-11-21T03:55:52.579Z | Compiling thread-id v4.2.0 |
1592 | 2023-11-21T03:55:52.726Z | Compiling mime v0.3.17 |
1593 | 2023-11-21T03:55:53.463Z | Compiling siphasher v0.3.11 |
1594 | 2023-11-21T03:55:53.649Z | Compiling gimli v0.28.0 |
1595 | 2023-11-21T03:55:53.973Z | Compiling webpki-roots v0.25.2 |
1596 | 2023-11-21T03:55:54.206Z | Compiling tokio-util v0.7.10 |
1597 | 2023-11-21T03:55:56.382Z | Compiling h2 v0.3.21 |
1598 | 2023-11-21T03:55:56.735Z | Compiling tokio-rustls v0.24.1 |
1599 | 2023-11-21T03:55:57.248Z | Compiling serde_tokenstream v0.1.7 |
1600 | 2023-11-21T03:55:58.116Z | Compiling tokio-native-tls v0.3.1 |
1601 | 2023-11-21T03:55:58.526Z | Compiling strum_macros v0.25.2 |
1602 | 2023-11-21T03:55:58.703Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1603 | 2023-11-21T03:55:58.974Z | Compiling object v0.32.1 |
1604 | 2023-11-21T03:55:59.157Z | Checking errno v0.3.2 |
1605 | 2023-11-21T03:55:59.358Z | Compiling num-iter v0.1.43 |
1606 | 2023-11-21T03:55:59.398Z | Compiling rustc-demangle v0.1.23 |
1607 | 2023-11-21T03:56:00.012Z | Checking ppv-lite86 v0.2.17 |
1608 | 2023-11-21T03:56:01.013Z | Compiling addr2line v0.21.0 |
1609 | 2023-11-21T03:56:02.033Z | Checking rand_chacha v0.3.1 |
1610 | 2023-11-21T03:56:02.659Z | Compiling flate2 v1.0.28 |
1611 | 2023-11-21T03:56:03.571Z | Compiling heapless v0.7.16 |
1612 | 2023-11-21T03:56:03.589Z | Compiling block-buffer v0.10.4 |
1613 | 2023-11-21T03:56:04.750Z | Compiling doc-comment v0.3.3 |
1614 | 2023-11-21T03:56:05.618Z | Checking rand v0.8.5 |
1615 | 2023-11-21T03:56:05.636Z | Compiling usdt-attr-macro v0.3.5 |
1616 | 2023-11-21T03:56:05.778Z | Compiling usdt-macro v0.3.5 |
1617 | 2023-11-21T03:56:06.684Z | Compiling toml v0.7.8 |
1618 | 2023-11-21T03:56:07.237Z | Compiling digest v0.10.7 |
1619 | 2023-11-21T03:56:07.685Z | Compiling toml_edit v0.21.0 |
1620 | 2023-11-21T03:56:07.959Z | Compiling hyper v0.14.27 |
1621 | 2023-11-21T03:56:07.962Z | Compiling hex v0.4.3 |
1622 | 2023-11-21T03:56:08.353Z | Compiling pin-project-internal v1.1.3 |
1623 | 2023-11-21T03:56:08.572Z | Compiling bit-vec v0.6.3 |
1624 | 2023-11-21T03:56:08.985Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1625 | 2023-11-21T03:56:11.954Z | Compiling phf_shared v0.10.0 |
1626 | 2023-11-21T03:56:12.403Z | Compiling num-bigint v0.4.4 |
1627 | 2023-11-21T03:56:12.635Z | Compiling fixedbitset v0.4.2 |
1628 | 2023-11-21T03:56:13.375Z | Compiling smoltcp v0.9.1 |
1629 | 2023-11-21T03:56:13.612Z | Compiling precomputed-hash v0.1.1 |
1630 | 2023-11-21T03:56:13.767Z | Compiling new_debug_unreachable v1.0.4 |
1631 | 2023-11-21T03:56:13.890Z | Compiling string_cache v0.8.7 |
1632 | 2023-11-21T03:56:13.994Z | Compiling petgraph v0.6.4 |
1633 | 2023-11-21T03:56:14.324Z | Compiling bit-set v0.5.3 |
1634 | 2023-11-21T03:56:14.606Z | Compiling itertools v0.10.5 |
1635 | 2023-11-21T03:56:14.692Z | Compiling enum-as-inner v0.5.1 |
1636 | 2023-11-21T03:56:14.716Z | Compiling hubpack_derive v0.1.1 |
1637 | 2023-11-21T03:56:15.343Z | Compiling diesel_table_macro_syntax v0.1.0 |
1638 | 2023-11-21T03:56:15.969Z | Compiling lalrpop-util v0.19.12 |
1639 | 2023-11-21T03:56:16.341Z | Compiling unicode-segmentation v1.10.1 |
1640 | 2023-11-21T03:56:16.510Z | Compiling diesel_derives v2.1.1 |
1641 | 2023-11-21T03:56:16.992Z | Compiling snafu-derive v0.7.5 |
1642 | 2023-11-21T03:56:17.881Z | Compiling cpufeatures v0.2.9 |
1643 | 2023-11-21T03:56:19.036Z | Compiling sha2 v0.10.8 |
1644 | 2023-11-21T03:56:19.076Z | Compiling md-5 v0.10.5 |
1645 | 2023-11-21T03:56:19.275Z | Compiling hmac v0.12.1 |
1646 | 2023-11-21T03:56:19.465Z | Compiling hyper-rustls v0.24.2 |
1647 | 2023-11-21T03:56:19.620Z | Compiling hyper-tls v0.5.0 |
1648 | 2023-11-21T03:56:20.150Z | Compiling reqwest v0.11.22 |
1649 | 2023-11-21T03:56:20.318Z | Compiling stringprep v0.1.3 |
1650 | 2023-11-21T03:56:20.763Z | Compiling serde_repr v0.1.16 |
1651 | 2023-11-21T03:56:21.980Z | Compiling hash32 v0.2.1 |
1652 | 2023-11-21T03:56:22.575Z | Checking bitflags v1.3.2 |
1653 | 2023-11-21T03:56:22.598Z | Compiling stable_deref_trait v1.2.0 |
1654 | 2023-11-21T03:56:22.698Z | Compiling fallible-iterator v0.2.0 |
1655 | 2023-11-21T03:56:23.821Z | Compiling postgres-protocol v0.6.6 |
1656 | 2023-11-21T03:56:25.015Z | Compiling phf_shared v0.11.2 |
1657 | 2023-11-21T03:56:25.451Z | Compiling block-padding v0.3.3 |
1658 | 2023-11-21T03:56:25.602Z | Compiling scheduled-thread-pool v0.2.7 |
1659 | 2023-11-21T03:56:25.830Z | Compiling num_threads v0.1.6 |
1660 | 2023-11-21T03:56:26.009Z | Compiling regex-automata v0.1.10 |
1661 | 2023-11-21T03:56:26.072Z | Compiling matches v0.1.10 |
1662 | 2023-11-21T03:56:26.332Z | Compiling managed v0.8.0 |
1663 | 2023-11-21T03:56:26.534Z | Compiling deranged v0.3.8 |
1664 | 2023-11-21T03:56:26.765Z | Compiling bstr v0.2.17 |
1665 | 2023-11-21T03:56:26.806Z | Compiling idna v0.2.3 |
1666 | 2023-11-21T03:56:26.836Z | Compiling r2d2 v0.8.10 |
1667 | 2023-11-21T03:56:27.457Z | Compiling signal-hook-mio v0.2.3 |
1668 | 2023-11-21T03:56:27.676Z | Compiling inout v0.1.3 |
1669 | 2023-11-21T03:56:28.071Z | Compiling phf v0.11.2 |
1670 | 2023-11-21T03:56:28.307Z | Compiling bzip2 v0.4.4 |
1671 | 2023-11-21T03:56:28.511Z | Compiling postgres-types v0.2.6 |
1672 | 2023-11-21T03:56:29.186Z | Compiling hubpack v0.1.2 |
1673 | 2023-11-21T03:56:29.550Z | Compiling time v0.3.27 |
1674 | 2023-11-21T03:56:29.586Z | Compiling pin-project v1.1.3 |
1675 | 2023-11-21T03:56:30.011Z | Compiling ipnetwork v0.20.0 |
1676 | 2023-11-21T03:56:30.277Z | Compiling zerocopy v0.6.4 |
1677 | 2023-11-21T03:56:30.931Z | Compiling itertools v0.11.0 |
1678 | 2023-11-21T03:56:31.056Z | Compiling futures-executor v0.3.29 |
1679 | 2023-11-21T03:56:31.702Z | Compiling float-cmp v0.9.0 |
1680 | 2023-11-21T03:56:32.036Z | Compiling predicates-core v1.0.6 |
1681 | 2023-11-21T03:56:32.614Z | Compiling whoami v1.4.1 |
1682 | 2023-11-21T03:56:33.343Z | Compiling data-encoding v2.4.0 |
1683 | 2023-11-21T03:56:33.613Z | Compiling difflib v0.4.0 |
1684 | 2023-11-21T03:56:34.668Z | Checking hashbrown v0.14.2 |
1685 | 2023-11-21T03:56:35.752Z | Compiling static_assertions v1.1.0 |
1686 | 2023-11-21T03:56:35.892Z | Compiling regex-automata v0.3.8 |
1687 | 2023-11-21T03:56:36.343Z | Compiling normalize-line-endings v0.3.0 |
1688 | 2023-11-21T03:56:36.500Z | Compiling predicates v3.0.4 |
1689 | 2023-11-21T03:56:36.516Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1690 | 2023-11-21T03:56:38.802Z | Compiling bstr v1.6.0 |
1691 | 2023-11-21T03:56:39.348Z | Compiling trust-dns-proto v0.22.0 |
1692 | 2023-11-21T03:56:39.981Z | Compiling yasna v0.5.2 |
1693 | 2023-11-21T03:56:41.475Z | Compiling tokio-postgres v0.7.10 |
1694 | 2023-11-21T03:56:43.251Z | Compiling futures v0.3.29 |
1695 | 2023-11-21T03:56:43.411Z | Compiling snafu v0.7.5 |
1696 | 2023-11-21T03:56:44.094Z | Compiling diesel v2.1.4 |
1697 | 2023-11-21T03:56:44.488Z | Compiling zip v0.6.6 |
1698 | 2023-11-21T03:56:44.837Z | Compiling similar v2.2.1 |
1699 | 2023-11-21T03:56:45.070Z | Compiling cipher v0.4.4 |
1700 | 2023-11-21T03:56:45.855Z | Compiling crossterm v0.27.0 |
1701 | 2023-11-21T03:56:46.807Z | Compiling clap v4.4.3 |
1702 | 2023-11-21T03:56:46.955Z | Compiling usdt v0.3.5 |
1703 | 2023-11-21T03:56:47.087Z | Compiling signature v2.1.0 |
1704 | 2023-11-21T03:56:47.402Z | Compiling tokio-stream v0.1.14 |
1705 | 2023-11-21T03:56:48.810Z | Compiling console v0.15.7 |
1706 | 2023-11-21T03:56:50.532Z | Checking equivalent v1.0.1 |
1707 | 2023-11-21T03:56:51.243Z | Checking unicode-ident v1.0.12 |
1708 | 2023-11-21T03:56:51.481Z | Checking proc-macro2 v1.0.69 |
1709 | 2023-11-21T03:56:52.577Z | Checking quote v1.0.33 |
1710 | 2023-11-21T03:56:53.818Z | Checking utf8parse v0.2.1 |
1711 | 2023-11-21T03:56:54.892Z | Checking anstyle v1.0.2 |
1712 | 2023-11-21T03:56:55.880Z | Checking io-lifetimes v1.0.11 |
1713 | 2023-11-21T03:56:56.635Z | Checking rustix v0.37.23 |
1714 | 2023-11-21T03:56:58.549Z | Checking anstyle-parse v0.2.1 |
1715 | 2023-11-21T03:57:03.651Z | Checking colorchoice v1.0.0 |
1716 | 2023-11-21T03:57:03.848Z | Checking anstyle-query v1.0.0 |
1717 | 2023-11-21T03:57:03.987Z | Checking anstream v0.5.0 |
1718 | 2023-11-21T03:57:03.990Z | Checking terminal_size v0.2.6 |
1719 | 2023-11-21T03:57:04.228Z | Checking clap_lex v0.5.1 |
1720 | 2023-11-21T03:57:04.289Z | Checking strsim v0.10.0 |
1721 | 2023-11-21T03:57:04.608Z | Checking clap_builder v4.4.2 |
1722 | 2023-11-21T03:57:05.210Z | Checking winnow v0.5.15 |
1723 | 2023-11-21T03:57:10.037Z | Compiling serde_tokenstream v0.2.0 |
1724 | 2023-11-21T03:57:15.237Z | Compiling regress v0.7.1 |
1725 | 2023-11-21T03:57:21.471Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1726 | 2023-11-21T03:57:28.333Z | Compiling getopts v0.2.21 |
1727 | 2023-11-21T03:57:29.538Z | Compiling unsafe-libyaml v0.2.9 |
1728 | 2023-11-21T03:57:30.053Z | Checking heck v0.4.1 |
1729 | 2023-11-21T03:57:30.339Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1730 | 2023-11-21T03:57:31.280Z | Compiling ident_case v1.0.1 |
1731 | 2023-11-21T03:57:31.531Z | Checking fastrand v2.0.0 |
1732 | 2023-11-21T03:57:31.582Z | Checking sha1 v0.10.6 |
1733 | 2023-11-21T03:57:32.006Z | Compiling serde_yaml v0.9.25 |
1734 | 2023-11-21T03:57:32.009Z | Checking tempfile v3.8.0 |
1735 | 2023-11-21T03:57:32.498Z | Checking match_cfg v0.1.0 |
1736 | 2023-11-21T03:57:32.571Z | Checking atty v0.2.14 |
1737 | 2023-11-21T03:57:32.617Z | Checking hostname v0.3.1 |
1738 | 2023-11-21T03:57:32.722Z | Checking quick-error v1.2.3 |
1739 | 2023-11-21T03:57:32.784Z | Compiling paste v1.0.14 |
1740 | 2023-11-21T03:57:32.909Z | Checking crossbeam-channel v0.5.8 |
1741 | 2023-11-21T03:57:32.926Z | Checking dirs-sys-next v0.1.2 |
1742 | 2023-11-21T03:57:33.177Z | Checking dirs-next v2.0.0 |
1743 | 2023-11-21T03:57:33.352Z | Checking thread_local v1.1.7 |
1744 | 2023-11-21T03:57:33.785Z | Checking instant v0.1.12 |
1745 | 2023-11-21T03:57:33.937Z | Compiling slog-async v2.8.0 |
1746 | 2023-11-21T03:57:34.072Z | Checking term v0.7.0 |
1747 | 2023-11-21T03:57:34.748Z | Checking camino v1.1.6 |
1748 | 2023-11-21T03:57:34.815Z | Compiling multer v2.1.0 |
1749 | 2023-11-21T03:57:35.275Z | Checking take_mut v0.2.2 |
1750 | 2023-11-21T03:57:35.627Z | Checking slog-term v2.9.0 |
1751 | 2023-11-21T03:57:35.694Z | Compiling darling_core v0.20.3 |
1752 | 2023-11-21T03:57:35.888Z | Checking slog-json v2.6.1 |
1753 | 2023-11-21T03:57:36.273Z | Compiling async-stream-impl v0.3.5 |
1754 | 2023-11-21T03:57:36.396Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1755 | 2023-11-21T03:57:36.846Z | Checking debug-ignore v1.0.5 |
1756 | 2023-11-21T03:57:37.030Z | Checking atomic-waker v1.1.1 |
1757 | 2023-11-21T03:57:37.206Z | Checking waitgroup v0.1.2 |
1758 | 2023-11-21T03:57:37.493Z | Checking slog-bunyan v2.4.0 |
1759 | 2023-11-21T03:57:38.335Z | Checking toml v0.8.8 |
1760 | 2023-11-21T03:57:38.606Z | Checking async-stream v0.3.5 |
1761 | 2023-11-21T03:57:38.882Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1762 | 2023-11-21T03:57:39.097Z | Checking serde_path_to_error v0.1.14 |
1763 | 2023-11-21T03:57:39.124Z | Checking strum v0.25.0 |
1764 | 2023-11-21T03:57:39.335Z | Compiling structmeta-derive v0.2.0 |
1765 | 2023-11-21T03:57:39.518Z | Checking wait-timeout v0.2.0 |
1766 | 2023-11-21T03:57:39.756Z | Checking rusty-fork v0.3.0 |
1767 | 2023-11-21T03:57:40.143Z | Checking rand_xorshift v0.3.0 |
1768 | 2023-11-21T03:57:40.208Z | Compiling regex-syntax v0.7.5 |
1769 | 2023-11-21T03:57:40.381Z | Checking unarray v0.1.4 |
1770 | 2023-11-21T03:57:40.585Z | Checking proptest v1.4.0 |
1771 | 2023-11-21T03:57:44.403Z | Compiling structmeta v0.2.0 |
1772 | 2023-11-21T03:57:45.050Z | Checking backoff v0.4.0 |
1773 | 2023-11-21T03:57:45.484Z | Compiling test-strategy v0.3.1 |
1774 | 2023-11-21T03:57:46.190Z | Compiling darling_macro v0.20.3 |
1775 | 2023-11-21T03:57:47.865Z | Compiling darling v0.20.3 |
1776 | 2023-11-21T03:57:48.030Z | Compiling serde_with_macros v2.3.3 |
1777 | 2023-11-21T03:57:48.050Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1778 | 2023-11-21T03:57:48.260Z | Checking macaddr v1.0.1 |
1779 | 2023-11-21T03:57:48.704Z | Checking is-terminal v0.4.9 |
1780 | 2023-11-21T03:57:48.769Z | Compiling proc-macro-error-attr v1.0.4 |
1781 | 2023-11-21T03:57:48.866Z | Compiling proc-macro-error v1.0.4 |
1782 | 2023-11-21T03:57:49.517Z | Compiling proc-macro-crate v1.3.1 |
1783 | 2023-11-21T03:57:51.301Z | Checking termtree v0.4.1 |
1784 | 2023-11-21T03:57:51.615Z | Checking predicates-tree v1.0.9 |
1785 | 2023-11-21T03:57:51.831Z | Compiling num_enum_derive v0.5.11 |
1786 | 2023-11-21T03:57:51.857Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1787 | 2023-11-21T03:57:51.916Z | Compiling parse-display-derive v0.8.2 |
1788 | 2023-11-21T03:57:52.064Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1789 | 2023-11-21T03:57:52.174Z | Checking base64ct v1.6.0 |
1790 | 2023-11-21T03:57:52.465Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1791 | 2023-11-21T03:57:52.619Z | Checking serde_with v2.3.3 |
1792 | 2023-11-21T03:57:52.704Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1793 | 2023-11-21T03:57:52.892Z | Checking postcard-cobs v0.1.5-pre |
1794 | 2023-11-21T03:57:52.929Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1795 | 2023-11-21T03:57:52.995Z | Compiling crucible-workspace-hack v0.1.0 |
1796 | 2023-11-21T03:57:53.124Z | Checking postcard v0.7.3 |
1797 | 2023-11-21T03:57:53.612Z | Checking smoltcp v0.8.2 |
1798 | 2023-11-21T03:57:53.839Z | Compiling foreign-types-macros v0.2.3 |
1799 | 2023-11-21T03:57:53.986Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1800 | 2023-11-21T03:57:54.438Z | Checking cfg-if v0.1.10 |
1801 | 2023-11-21T03:57:54.554Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1802 | 2023-11-21T03:57:54.761Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1803 | 2023-11-21T03:57:55.189Z | Checking foreign-types-shared v0.3.1 |
1804 | 2023-11-21T03:57:55.971Z | Checking foreign-types v0.5.0 |
1805 | 2023-11-21T03:57:56.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1806 | 2023-11-21T03:57:56.110Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-11-21T03:57:56.501Z | Checking num_enum v0.5.11 |
1808 | 2023-11-21T03:57:56.702Z | Checking cstr-argument v0.1.2 |
1809 | 2023-11-21T03:57:56.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1810 | 2023-11-21T03:57:57.415Z | Checking pretty-hex v0.2.1 |
1811 | 2023-11-21T03:57:57.651Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1812 | 2023-11-21T03:57:57.654Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1813 | 2023-11-21T03:57:57.720Z | Checking colored v2.0.4 |
1814 | 2023-11-21T03:57:58.026Z | Compiling zone_cfg_derive v0.3.0 |
1815 | 2023-11-21T03:57:58.130Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1816 | 2023-11-21T03:57:58.283Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1817 | 2023-11-21T03:57:58.463Z | Checking predicates v2.1.5 |
1818 | 2023-11-21T03:57:58.639Z | Compiling mockall_derive v0.11.4 |
1819 | 2023-11-21T03:57:59.483Z | Compiling num-derive v0.4.0 |
1820 | 2023-11-21T03:57:59.588Z | Checking parse-display v0.8.2 |
1821 | 2023-11-21T03:57:59.815Z | Checking fragile v2.0.0 |
1822 | 2023-11-21T03:58:00.220Z | Checking downcast v0.11.0 |
1823 | 2023-11-21T03:58:00.479Z | Checking zone v0.3.0 |
1824 | 2023-11-21T03:58:00.497Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-11-21T03:58:00.515Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1826 | 2023-11-21T03:58:00.852Z | Checking smf v0.2.2 |
1827 | 2023-11-21T03:58:01.099Z | Checking filetime v0.2.22 |
1828 | 2023-11-21T03:58:01.385Z | Checking xattr v1.0.1 |
1829 | 2023-11-21T03:58:01.537Z | Checking camino-tempfile v1.0.2 |
1830 | 2023-11-21T03:58:01.644Z | Checking tar v0.4.40 |
1831 | 2023-11-21T03:58:01.700Z | Checking pem v3.0.2 |
1832 | 2023-11-21T03:58:01.915Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1833 | 2023-11-21T03:58:02.083Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1834 | 2023-11-21T03:58:02.128Z | Checking base64 v0.13.1 |
1835 | 2023-11-21T03:58:02.653Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-21T03:58:02.877Z | Checking linked-hash-map v0.5.6 |
1837 | 2023-11-21T03:58:02.932Z | Checking headers-core v0.2.0 |
1838 | 2023-11-21T03:58:03.047Z | Checking password-hash v0.5.0 |
1839 | 2023-11-21T03:58:03.118Z | Checking headers v0.3.9 |
1840 | 2023-11-21T03:58:03.348Z | Checking lru-cache v0.1.2 |
1841 | 2023-11-21T03:58:03.460Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1842 | 2023-11-21T03:58:03.607Z | Checking blake2 v0.10.6 |
1843 | 2023-11-21T03:58:03.777Z | Checking pem v1.1.1 |
1844 | 2023-11-21T03:58:04.108Z | Checking rcgen v0.11.3 |
1845 | 2023-11-21T03:58:04.158Z | Checking atomicwrites v0.4.2 |
1846 | 2023-11-21T03:58:04.281Z | Checking argon2 v0.5.2 |
1847 | 2023-11-21T03:58:04.431Z | Checking subprocess v0.2.9 |
1848 | 2023-11-21T03:58:04.909Z | Checking half v1.8.2 |
1849 | 2023-11-21T03:58:05.157Z | Checking ciborium-io v0.2.1 |
1850 | 2023-11-21T03:58:05.219Z | Compiling cancel-safe-futures v0.1.5 |
1851 | 2023-11-21T03:58:05.261Z | Checking arc-swap v1.6.0 |
1852 | 2023-11-21T03:58:05.277Z | Checking textwrap v0.11.0 |
1853 | 2023-11-21T03:58:05.303Z | Compiling heck v0.3.3 |
1854 | 2023-11-21T03:58:05.522Z | Checking ciborium-ll v0.2.1 |
1855 | 2023-11-21T03:58:05.579Z | Checking strsim v0.8.0 |
1856 | 2023-11-21T03:58:05.758Z | Compiling libefi-sys v0.1.0 |
1857 | 2023-11-21T03:58:05.861Z | Checking vec_map v0.8.2 |
1858 | 2023-11-21T03:58:05.935Z | Checking ansi_term v0.12.1 |
1859 | 2023-11-21T03:58:05.938Z | Checking slog-scope v4.4.0 |
1860 | 2023-11-21T03:58:05.981Z | Checking ciborium v0.2.1 |
1861 | 2023-11-21T03:58:06.219Z | Compiling structopt-derive v0.4.18 |
1862 | 2023-11-21T03:58:06.251Z | Checking slog-stdlog v4.1.1 |
1863 | 2023-11-21T03:58:06.416Z | Checking clap v2.34.0 |
1864 | 2023-11-21T03:58:06.462Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1865 | 2023-11-21T03:58:06.929Z | Checking slog-envlogger v2.2.0 |
1866 | 2023-11-21T03:58:07.340Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1867 | 2023-11-21T03:58:07.618Z | Checking resolv-conf v0.7.0 |
1868 | 2023-11-21T03:58:07.782Z | Compiling slog-dtrace v0.2.3 |
1869 | 2023-11-21T03:58:07.879Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1870 | 2023-11-21T03:58:08.134Z | Checking trust-dns-resolver v0.22.0 |
1871 | 2023-11-21T03:58:08.230Z | Compiling convert_case v0.4.0 |
1872 | 2023-11-21T03:58:08.923Z | Checking pem-rfc7468 v0.7.0 |
1873 | 2023-11-21T03:58:09.337Z | Compiling der_derive v0.7.2 |
1874 | 2023-11-21T03:58:09.761Z | Compiling derive_more v0.99.17 |
1875 | 2023-11-21T03:58:10.662Z | Checking fxhash v0.2.1 |
1876 | 2023-11-21T03:58:10.917Z | Checking flagset v0.4.3 |
1877 | 2023-11-21T03:58:11.200Z | Checking termcolor v1.2.0 |
1878 | 2023-11-21T03:58:11.203Z | Checking itertools v0.12.0 |
1879 | 2023-11-21T03:58:11.234Z | Checking structopt v0.3.26 |
1880 | 2023-11-21T03:58:11.783Z | Compiling radium v0.7.0 |
1881 | 2023-11-21T03:58:11.805Z | Compiling maybe-uninit v2.0.0 |
1882 | 2023-11-21T03:58:12.197Z | Checking mockall v0.11.4 |
1883 | 2023-11-21T03:58:12.558Z | Checking tap v1.0.1 |
1884 | 2023-11-21T03:58:12.683Z | Checking funty v2.0.0 |
1885 | 2023-11-21T03:58:12.791Z | Checking wyz v0.5.1 |
1886 | 2023-11-21T03:58:13.202Z | Compiling packed_struct v0.10.1 |
1887 | 2023-11-21T03:58:13.400Z | Checking crc-catalog v2.2.0 |
1888 | 2023-11-21T03:58:13.597Z | Compiling same-file v1.0.6 |
1889 | 2023-11-21T03:58:13.688Z | Checking der v0.7.8 |
1890 | 2023-11-21T03:58:13.873Z | Compiling num-bigint-dig v0.8.4 |
1891 | 2023-11-21T03:58:13.971Z | Compiling walkdir v2.4.0 |
1892 | 2023-11-21T03:58:14.374Z | Checking crc v3.0.1 |
1893 | 2023-11-21T03:58:14.484Z | Checking bitvec v1.0.1 |
1894 | 2023-11-21T03:58:14.798Z | Compiling semver-parser v0.10.2 |
1895 | 2023-11-21T03:58:15.076Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1896 | 2023-11-21T03:58:15.241Z | Compiling packed_struct_codegen v0.10.1 |
1897 | 2023-11-21T03:58:16.245Z | Checking nodrop v0.1.14 |
1898 | 2023-11-21T03:58:16.398Z | Checking array-init v0.0.4 |
1899 | 2023-11-21T03:58:16.838Z | Checking spki v0.7.2 |
1900 | 2023-11-21T03:58:17.290Z | Checking pkcs8 v0.10.2 |
1901 | 2023-11-21T03:58:17.876Z | Checking pkcs1 v0.7.5 |
1902 | 2023-11-21T03:58:18.129Z | Compiling semver v0.11.0 |
1903 | 2023-11-21T03:58:18.734Z | Checking smallvec v0.6.14 |
1904 | 2023-11-21T03:58:19.452Z | Compiling num-rational v0.4.1 |
1905 | 2023-11-21T03:58:20.132Z | Checking bitfield v0.14.0 |
1906 | 2023-11-21T03:58:20.243Z | Compiling home v0.5.5 |
1907 | 2023-11-21T03:58:20.287Z | Checking utf-8 v0.7.6 |
1908 | 2023-11-21T03:58:20.528Z | Compiling toolchain_find v0.2.0 |
1909 | 2023-11-21T03:58:20.932Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1910 | 2023-11-21T03:58:20.968Z | Checking serde-hex v0.1.0 |
1911 | 2023-11-21T03:58:21.428Z | Checking x509-cert v0.2.4 |
1912 | 2023-11-21T03:58:21.468Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1913 | 2023-11-21T03:58:21.800Z | Checking env_logger v0.10.0 |
1914 | 2023-11-21T03:58:22.484Z | Checking newline-converter v0.3.0 |
1915 | 2023-11-21T03:58:22.608Z | Checking rsa v0.9.2 |
1916 | 2023-11-21T03:58:22.682Z | Checking hkdf v0.12.3 |
1917 | 2023-11-21T03:58:23.602Z | Checking ron v0.8.1 |
1918 | 2023-11-21T03:58:24.102Z | Compiling toml v0.5.11 |
1919 | 2023-11-21T03:58:24.120Z | Checking crc-any v2.4.3 |
1920 | 2023-11-21T03:58:24.236Z | Checking expectorate v1.1.0 |
1921 | 2023-11-21T03:58:24.259Z | Compiling omicron-zone-package v0.9.1 |
1922 | 2023-11-21T03:58:24.707Z | Checking object v0.30.4 |
1923 | 2023-11-21T03:58:25.632Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2023-11-21T03:58:25.654Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1925 | 2023-11-21T03:58:26.018Z | Checking num-complex v0.4.4 |
1926 | 2023-11-21T03:58:27.576Z | Compiling rustfmt-wrapper v0.2.0 |
1927 | 2023-11-21T03:58:28.152Z | Checking path-slash v0.1.5 |
1928 | 2023-11-21T03:58:28.341Z | Checking keccak v0.1.4 |
1929 | 2023-11-21T03:58:28.613Z | Checking num v0.4.1 |
1930 | 2023-11-21T03:58:28.752Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1931 | 2023-11-21T03:58:28.789Z | Checking sha3 v0.10.8 |
1932 | 2023-11-21T03:58:28.847Z | Checking secrecy v0.8.0 |
1933 | 2023-11-21T03:58:29.170Z | Compiling buf-list v1.0.3 |
1934 | 2023-11-21T03:58:29.386Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1935 | 2023-11-21T03:58:29.907Z | Checking swrite v0.1.0 |
1936 | 2023-11-21T03:58:30.054Z | Checking glob v0.3.1 |
1937 | 2023-11-21T03:58:30.454Z | Compiling parking_lot_core v0.8.6 |
1938 | 2023-11-21T03:58:30.721Z | Checking nibble_vec v0.1.0 |
1939 | 2023-11-21T03:58:30.791Z | Checking endian-type v0.1.2 |
1940 | 2023-11-21T03:58:31.004Z | Checking libsw v3.3.0 |
1941 | 2023-11-21T03:58:31.096Z | Checking radix_trie v0.2.1 |
1942 | 2023-11-21T03:58:31.274Z | Compiling derive-where v1.2.5 |
1943 | 2023-11-21T03:58:31.389Z | Compiling semver v0.1.20 |
1944 | 2023-11-21T03:58:31.727Z | Checking parking_lot v0.11.2 |
1945 | 2023-11-21T03:58:31.742Z | Checking trust-dns-client v0.22.0 |
1946 | 2023-11-21T03:58:32.234Z | Checking sled v0.34.7 |
1947 | 2023-11-21T03:58:32.518Z | Checking pretty-hex v0.3.0 |
1948 | 2023-11-21T03:58:32.756Z | Checking linear-map v1.2.0 |
1949 | 2023-11-21T03:58:32.855Z | Checking owo-colors v3.5.0 |
1950 | 2023-11-21T03:58:33.304Z | Compiling rustc_version v0.1.7 |
1951 | 2023-11-21T03:58:33.857Z | Checking trust-dns-server v0.22.1 |
1952 | 2023-11-21T03:58:34.063Z | Compiling newtype_derive v0.1.6 |
1953 | 2023-11-21T03:58:34.495Z | Checking crossbeam-deque v0.8.3 |
1954 | 2023-11-21T03:58:34.989Z | Compiling rayon-core v1.12.0 |
1955 | 2023-11-21T03:58:35.327Z | Checking openapiv3 v1.0.3 |
1956 | 2023-11-21T03:58:36.425Z | Compiling memoffset v0.7.1 |
1957 | 2023-11-21T03:58:36.595Z | Compiling unicase v2.7.0 |
1958 | 2023-11-21T03:58:36.793Z | Compiling platforms v3.0.2 |
1959 | 2023-11-21T03:58:37.072Z | Checking rayon v1.8.0 |
1960 | 2023-11-21T03:58:37.333Z | Checking steno v0.4.0 |
1961 | 2023-11-21T03:58:37.354Z | Checking tungstenite v0.18.0 |
1962 | 2023-11-21T03:58:37.524Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1963 | 2023-11-21T03:58:38.226Z | Checking globset v0.4.13 |
1964 | 2023-11-21T03:58:38.762Z | Checking olpc-cjson v0.1.3 |
1965 | 2023-11-21T03:58:38.973Z | Checking serde_plain v1.0.2 |
1966 | 2023-11-21T03:58:39.074Z | Compiling async-recursion v1.0.5 |
1967 | 2023-11-21T03:58:39.345Z | Checking typed-path v0.6.0 |
1968 | 2023-11-21T03:58:40.810Z | Checking tokio-tungstenite v0.18.0 |
1969 | 2023-11-21T03:58:40.973Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1970 | 2023-11-21T03:58:41.562Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1971 | 2023-11-21T03:58:41.619Z | Checking display-error-chain v0.2.0 |
1972 | 2023-11-21T03:58:41.813Z | Checking signature v1.6.4 |
1973 | 2023-11-21T03:58:41.988Z | Compiling salty v0.2.0 |
1974 | 2023-11-21T03:58:42.107Z | Checking ed25519 v1.5.3 |
1975 | 2023-11-21T03:58:42.157Z | Compiling curve25519-dalek v4.1.0 |
1976 | 2023-11-21T03:58:42.370Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1977 | 2023-11-21T03:58:42.471Z | Checking tough v0.15.0 |
1978 | 2023-11-21T03:58:43.045Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1979 | 2023-11-21T03:58:43.382Z | Checking serde-big-array v0.5.1 |
1980 | 2023-11-21T03:58:43.397Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1981 | 2023-11-21T03:58:43.510Z | Checking ff v0.13.0 |
1982 | 2023-11-21T03:58:43.778Z | Checking group v0.13.0 |
1983 | 2023-11-21T03:58:43.998Z | Compiling mime_guess v2.0.4 |
1984 | 2023-11-21T03:58:44.807Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1985 | 2023-11-21T03:58:45.353Z | Checking tungstenite v0.20.1 |
1986 | 2023-11-21T03:58:45.444Z | Checking signal-hook-tokio v0.3.1 |
1987 | 2023-11-21T03:58:45.590Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1988 | 2023-11-21T03:58:45.683Z | Checking serde-big-array v0.4.1 |
1989 | 2023-11-21T03:58:45.910Z | Checking universal-hash v0.5.1 |
1990 | 2023-11-21T03:58:46.179Z | Checking crypto-bigint v0.5.2 |
1991 | 2023-11-21T03:58:46.218Z | Compiling thiserror-impl-no-std v2.0.2 |
1992 | 2023-11-21T03:58:46.237Z | Compiling curve25519-dalek-derive v0.1.0 |
1993 | 2023-11-21T03:58:46.692Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1994 | 2023-11-21T03:58:46.961Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1995 | 2023-11-21T03:58:46.981Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1996 | 2023-11-21T03:58:47.068Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1997 | 2023-11-21T03:58:47.872Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1998 | 2023-11-21T03:58:48.327Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1999 | 2023-11-21T03:58:48.784Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2000 | 2023-11-21T03:58:49.599Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2001 | 2023-11-21T03:58:50.056Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2002 | 2023-11-21T03:58:51.727Z | Checking opaque-debug v0.3.0 |
2003 | 2023-11-21T03:58:51.865Z | Checking base16ct v0.2.0 |
2004 | 2023-11-21T03:58:52.115Z | Checking elliptic-curve v0.13.5 |
2005 | 2023-11-21T03:58:52.211Z | Checking poly1305 v0.8.0 |
2006 | 2023-11-21T03:58:52.682Z | Checking thiserror-no-std v2.0.2 |
2007 | 2023-11-21T03:58:52.918Z | Checking tokio-tungstenite v0.20.1 |
2008 | 2023-11-21T03:58:52.988Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2009 | 2023-11-21T03:58:54.046Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2010 | 2023-11-21T03:58:54.507Z | Checking chacha20 v0.9.1 |
2011 | 2023-11-21T03:58:54.575Z | Checking bcs v0.1.6 |
2012 | 2023-11-21T03:58:55.036Z | Checking aead v0.5.2 |
2013 | 2023-11-21T03:58:55.312Z | Checking kstat-rs v0.2.3 |
2014 | 2023-11-21T03:58:55.348Z | Checking corncobs v0.1.3 |
2015 | 2023-11-21T03:58:55.613Z | Checking highway v1.1.0 |
2016 | 2023-11-21T03:58:55.637Z | Checking vsss-rs v3.3.1 |
2017 | 2023-11-21T03:58:55.812Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2018 | 2023-11-21T03:58:56.080Z | Checking chacha20poly1305 v0.10.1 |
2019 | 2023-11-21T03:58:56.332Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2020 | 2023-11-21T03:58:56.970Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2021 | 2023-11-21T03:58:58.434Z | Compiling crunchy v0.2.2 |
2022 | 2023-11-21T03:58:58.588Z | Compiling portable-atomic v1.4.3 |
2023 | 2023-11-21T03:58:59.472Z | Compiling clang-sys v1.6.1 |
2024 | 2023-11-21T03:59:00.306Z | Compiling tiny-keccak v2.0.2 |
2025 | 2023-11-21T03:59:00.632Z | Compiling prettyplease v0.2.12 |
2026 | 2023-11-21T03:59:01.964Z | Compiling darling_core v0.14.4 |
2027 | 2023-11-21T03:59:02.555Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2028 | 2023-11-21T03:59:02.938Z | Checking number_prefix v0.4.0 |
2029 | 2023-11-21T03:59:03.019Z | Checking assert_matches v1.5.0 |
2030 | 2023-11-21T03:59:03.149Z | Compiling minimal-lexical v0.2.1 |
2031 | 2023-11-21T03:59:03.218Z | Checking http-range v0.1.5 |
2032 | 2023-11-21T03:59:03.472Z | Checking humantime v2.1.0 |
2033 | 2023-11-21T03:59:03.726Z | Checking hyper-staticfile v0.9.5 |
2034 | 2023-11-21T03:59:03.942Z | Compiling nom v7.1.3 |
2035 | 2023-11-21T03:59:04.005Z | Checking indicatif v0.17.7 |
2036 | 2023-11-21T03:59:04.380Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2037 | 2023-11-21T03:59:06.294Z | Compiling ascii-canvas v3.0.0 |
2038 | 2023-11-21T03:59:07.384Z | Compiling ena v0.14.2 |
2039 | 2023-11-21T03:59:07.816Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2040 | 2023-11-21T03:59:08.054Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2041 | 2023-11-21T03:59:10.399Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2042 | 2023-11-21T03:59:10.812Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2043 | 2023-11-21T03:59:11.035Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2044 | 2023-11-21T03:59:11.809Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2045 | 2023-11-21T03:59:12.461Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2046 | 2023-11-21T03:59:12.711Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2047 | 2023-11-21T03:59:13.477Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2048 | 2023-11-21T03:59:14.342Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2049 | 2023-11-21T03:59:14.614Z | Compiling darling_macro v0.14.4 |
2050 | 2023-11-21T03:59:15.768Z | Compiling libloading v0.7.4 |
2051 | 2023-11-21T03:59:16.206Z | Compiling regex-syntax v0.6.29 |
2052 | 2023-11-21T03:59:16.238Z | Compiling diff v0.1.13 |
2053 | 2023-11-21T03:59:16.374Z | Compiling bindgen v0.65.1 |
2054 | 2023-11-21T03:59:16.686Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2055 | 2023-11-21T03:59:17.517Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2056 | 2023-11-21T03:59:17.593Z | Compiling darling v0.14.4 |
2057 | 2023-11-21T03:59:19.935Z | Compiling cexpr v0.6.0 |
2058 | 2023-11-21T03:59:22.819Z | Compiling lalrpop v0.19.12 |
2059 | 2023-11-21T03:59:29.284Z | Compiling which v4.4.0 |
2060 | 2023-11-21T03:59:30.269Z | Checking maplit v1.0.2 |
2061 | 2023-11-21T03:59:30.419Z | Compiling lazycell v1.3.0 |
2062 | 2023-11-21T03:59:30.658Z | Compiling ref-cast v1.0.20 |
2063 | 2023-11-21T03:59:30.868Z | Compiling peeking_take_while v0.1.2 |
2064 | 2023-11-21T03:59:31.053Z | Compiling rustc-hash v1.1.0 |
2065 | 2023-11-21T03:59:31.252Z | Compiling shlex v1.1.0 |
2066 | 2023-11-21T03:59:31.677Z | Compiling derive_builder_core v0.12.0 |
2067 | 2023-11-21T03:59:33.619Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2068 | 2023-11-21T03:59:34.127Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2069 | 2023-11-21T03:59:35.865Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2070 | 2023-11-21T03:59:36.250Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2071 | 2023-11-21T03:59:37.240Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2072 | 2023-11-21T03:59:38.041Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2073 | 2023-11-21T03:59:38.857Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2074 | 2023-11-21T03:59:40.650Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2075 | 2023-11-21T03:59:41.093Z | Compiling ref-cast-impl v1.0.20 |
2076 | 2023-11-21T03:59:42.479Z | Compiling libxml v0.3.3 |
2077 | 2023-11-21T03:59:42.525Z | Compiling derive_builder_macro v0.12.0 |
2078 | 2023-11-21T03:59:43.075Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2079 | 2023-11-21T03:59:43.261Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2080 | 2023-11-21T03:59:43.688Z | Compiling strum_macros v0.24.3 |
2081 | 2023-11-21T03:59:43.881Z | Compiling fs-err v2.10.0 |
2082 | 2023-11-21T03:59:44.340Z | Compiling cookie v0.18.0 |
2083 | 2023-11-21T03:59:44.802Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2084 | 2023-11-21T03:59:44.817Z | Compiling indoc v1.0.9 |
2085 | 2023-11-21T03:59:45.609Z | Checking derive_builder v0.12.0 |
2086 | 2023-11-21T03:59:46.487Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2087 | 2023-11-21T03:59:48.835Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2088 | 2023-11-21T03:59:48.871Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2089 | 2023-11-21T03:59:50.097Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2090 | 2023-11-21T03:59:50.113Z | Checking bb8 v0.8.1 |
2091 | 2023-11-21T03:59:50.372Z | Checking quick-xml v0.23.1 |
2092 | 2023-11-21T03:59:50.516Z | Compiling impl-trait-for-tuples v0.2.2 |
2093 | 2023-11-21T03:59:50.844Z | Compiling oso-derive v0.27.0 |
2094 | 2023-11-21T03:59:51.235Z | Checking smawk v0.3.1 |
2095 | 2023-11-21T03:59:51.529Z | Checking unicode-linebreak v0.1.5 |
2096 | 2023-11-21T03:59:52.222Z | Checking textwrap v0.16.0 |
2097 | 2023-11-21T03:59:52.299Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2098 | 2023-11-21T03:59:53.180Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2099 | 2023-11-21T03:59:53.514Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2100 | 2023-11-21T03:59:53.580Z | Checking bytesize v1.3.0 |
2101 | 2023-11-21T03:59:53.638Z | Checking is_ci v1.1.1 |
2102 | 2023-11-21T03:59:53.826Z | Checking supports-color v2.1.0 |
2103 | 2023-11-21T03:59:53.972Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2104 | 2023-11-21T03:59:54.100Z | Compiling indoc v2.0.3 |
2105 | 2023-11-21T03:59:54.558Z | Checking cassowary v0.3.0 |
2106 | 2023-11-21T03:59:54.816Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2107 | 2023-11-21T03:59:55.196Z | Checking rtoolbox v0.0.1 |
2108 | 2023-11-21T03:59:55.467Z | Checking rpassword v7.2.0 |
2109 | 2023-11-21T03:59:55.683Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2110 | 2023-11-21T03:59:55.801Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2111 | 2023-11-21T03:59:55.864Z | Checking ratatui v0.23.0 |
2112 | 2023-11-21T03:59:57.390Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2113 | 2023-11-21T03:59:57.449Z | Checking shell-words v1.1.0 |
2114 | 2023-11-21T03:59:57.729Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2115 | 2023-11-21T03:59:58.615Z | Checking fatfs v0.3.6 |
2116 | 2023-11-21T03:59:59.778Z | Checking tui-tree-widget v0.13.0 |
2117 | 2023-11-21T04:00:00.185Z | Checking yansi v0.5.1 |
2118 | 2023-11-21T04:00:00.240Z | Checking plotters-backend v0.3.5 |
2119 | 2023-11-21T04:00:00.336Z | Checking rand v0.4.6 |
2120 | 2023-11-21T04:00:00.594Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2121 | 2023-11-21T04:00:00.801Z | Checking pretty_assertions v1.4.0 |
2122 | 2023-11-21T04:00:01.097Z | Checking plotters-svg v0.3.5 |
2123 | 2023-11-21T04:00:01.442Z | Compiling vte_generate_state_changes v0.1.1 |
2124 | 2023-11-21T04:00:01.967Z | Checking remove_dir_all v0.5.3 |
2125 | 2023-11-21T04:00:02.101Z | Checking cast v0.3.0 |
2126 | 2023-11-21T04:00:02.470Z | Checking vte v0.11.1 |
2127 | 2023-11-21T04:00:02.617Z | Checking criterion-plot v0.5.0 |
2128 | 2023-11-21T04:00:03.405Z | Checking tempdir v0.3.7 |
2129 | 2023-11-21T04:00:03.646Z | Checking plotters v0.3.5 |
2130 | 2023-11-21T04:00:05.073Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2131 | 2023-11-21T04:00:06.517Z | Checking tinytemplate v1.2.1 |
2132 | 2023-11-21T04:00:06.652Z | Checking oorandom v11.1.3 |
2133 | 2023-11-21T04:00:06.879Z | Checking anes v0.1.6 |
2134 | 2023-11-21T04:00:07.149Z | Checking strip-ansi-escapes v0.2.0 |
2135 | 2023-11-21T04:00:07.378Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2136 | 2023-11-21T04:00:07.511Z | Checking criterion v0.5.1 |
2137 | 2023-11-21T04:00:09.217Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2138 | 2023-11-21T04:00:10.085Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2139 | 2023-11-21T04:00:12.395Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2140 | 2023-11-21T04:00:13.741Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2141 | 2023-11-21T04:00:14.865Z | Checking assert_cmd v2.0.12 |
2142 | 2023-11-21T04:00:15.546Z | Checking fd-lock v3.0.13 |
2143 | 2023-11-21T04:00:15.855Z | Checking dashmap v5.5.1 |
2144 | 2023-11-21T04:00:16.814Z | Compiling serial_test_derive v0.10.0 |
2145 | 2023-11-21T04:00:17.447Z | Checking nu-ansi-term v0.49.0 |
2146 | 2023-11-21T04:00:18.093Z | Checking reedline v0.26.0 |
2147 | 2023-11-21T04:00:18.767Z | Checking serial_test v0.10.0 |
2148 | 2023-11-21T04:00:20.940Z | Checking threadpool v1.8.1 |
2149 | 2023-11-21T04:00:21.227Z | Checking nanorand v0.7.0 |
2150 | 2023-11-21T04:00:21.287Z | Checking topological-sort v0.2.2 |
2151 | 2023-11-21T04:00:21.575Z | Checking libtest-mimic v0.6.1 |
2152 | 2023-11-21T04:00:21.781Z | Checking flume v0.11.0 |
2153 | 2023-11-21T04:00:22.256Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2154 | 2023-11-21T04:00:22.607Z | Checking httptest v0.15.5 |
2155 | 2023-11-21T04:00:23.766Z | Checking similar-asserts v1.5.0 |
2156 | 2023-11-21T04:00:23.974Z | Compiling rstest_macros v0.18.2 |
2157 | 2023-11-21T04:00:24.096Z | Checking bytecount v0.6.3 |
2158 | 2023-11-21T04:00:24.308Z | Compiling crossbeam-queue v0.3.8 |
2159 | 2023-11-21T04:00:24.921Z | Checking papergrid v0.10.0 |
2160 | 2023-11-21T04:00:25.140Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2161 | 2023-11-21T04:00:27.073Z | Checking datatest-stable v0.2.3 |
2162 | 2023-11-21T04:00:27.091Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2163 | 2023-11-21T04:00:27.384Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2164 | 2023-11-21T04:00:27.401Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2165 | 2023-11-21T04:00:27.819Z | Compiling tabled_derive v0.6.0 |
2166 | 2023-11-21T04:00:28.434Z | Compiling relative-path v1.9.0 |
2167 | 2023-11-21T04:00:29.390Z | Compiling trybuild v1.0.85 |
2168 | 2023-11-21T04:00:29.620Z | Checking constant_time_eq v0.2.6 |
2169 | 2023-11-21T04:00:29.790Z | Checking arrayvec v0.7.4 |
2170 | 2023-11-21T04:00:30.018Z | Checking arrayref v0.3.7 |
2171 | 2023-11-21T04:00:30.361Z | Checking blake2b_simd v1.0.1 |
2172 | 2023-11-21T04:00:31.977Z | Checking tabled v0.14.0 |
2173 | 2023-11-21T04:00:32.684Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2174 | 2023-11-21T04:00:36.231Z | Checking basic-toml v0.1.4 |
2175 | 2023-11-21T04:00:37.592Z | Checking constant_time_eq v0.3.0 |
2176 | 2023-11-21T04:00:37.761Z | Checking futures-timer v3.0.2 |
2177 | 2023-11-21T04:00:38.728Z | Checking rust-argon2 v1.0.1 |
2178 | 2023-11-21T04:00:41.510Z | Checking crossbeam v0.8.2 |
2179 | 2023-11-21T04:00:41.654Z | Checking partial-io v0.5.4 |
2180 | 2023-11-21T04:00:42.216Z | Checking approx v0.5.1 |
2181 | 2023-11-21T04:00:42.557Z | Checking termios v0.3.3 |
2182 | 2023-11-21T04:00:42.861Z | Checking hex-literal v0.4.1 |
2183 | 2023-11-21T04:00:46.436Z | Checking rstest v0.18.2 |
2184 | 2023-11-21T04:00:52.438Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2185 | 2023-11-21T04:00:53.484Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2186 | 2023-11-21T04:01:51.812Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2187 | 2023-11-21T04:01:52.841Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2188 | 2023-11-21T04:01:57.071Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2189 | 2023-11-21T04:02:11.976Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2190 | 2023-11-21T04:02:33.414Z | Compiling polar-core v0.27.0 |
2191 | 2023-11-21T04:02:44.448Z | Checking oso v0.27.0 |
2192 | 2023-11-21T04:03:21.061Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2193 | 2023-11-21T04:04:53.050Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 08s |
2194 | 2023-11-21T04:04:53.259Z | |
2195 | 2023-11-21T04:04:53.262Z | real 11:07.054223848 |
2196 | 2023-11-21T04:04:53.265Z | user 59:54.404526290 |
2197 | 2023-11-21T04:04:53.267Z | sys 7:50.138411509 |
2198 | 2023-11-21T04:04:53.270Z | trap 2.205991451 |
2199 | 2023-11-21T04:04:53.273Z | tflt 3.641768187 |
2200 | 2023-11-21T04:04:53.275Z | dflt 5.268224261 |
2201 | 2023-11-21T04:04:53.278Z | kflt 0.028476032 |
2202 | 2023-11-21T04:04:53.281Z | lock 1:35:34.484725968 |
2203 | 2023-11-21T04:04:53.283Z | slp 2:58:26.727968303 |
2204 | 2023-11-21T04:04:53.286Z | lat 2:09.556030407 |
2205 | 2023-11-21T04:04:53.289Z | stop 4:24.081089388 |
2206 | 2023-11-21T04:04:54.444Z | warning: output filename collision. |
2207 | 2023-11-21T04:04:54.447Z | 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)`. |
2208 | 2023-11-21T04:04:54.450Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2209 | 2023-11-21T04:04:54.453Z | The targets should have unique names. |
2210 | 2023-11-21T04:04:54.456Z | This is a known bug where multiple crates with the same name use |
2211 | 2023-11-21T04:04:54.459Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2212 | 2023-11-21T04:04:54.462Z | warning: output filename collision. |
2213 | 2023-11-21T04:04:54.465Z | 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)`. |
2214 | 2023-11-21T04:04:54.468Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2215 | 2023-11-21T04:04:54.471Z | The targets should have unique names. |
2216 | 2023-11-21T04:04:54.474Z | This is a known bug where multiple crates with the same name use |
2217 | 2023-11-21T04:04:54.477Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2218 | 2023-11-21T04:04:54.480Z | warning: output filename collision. |
2219 | 2023-11-21T04:04:54.483Z | 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)`. |
2220 | 2023-11-21T04:04:54.486Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2221 | 2023-11-21T04:04:54.488Z | The targets should have unique names. |
2222 | 2023-11-21T04:04:54.492Z | This is a known bug where multiple crates with the same name use |
2223 | 2023-11-21T04:04:54.495Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2224 | 2023-11-21T04:04:55.121Z | Documenting libc v0.2.150 |
2225 | 2023-11-21T04:04:55.124Z | Documenting cfg-if v1.0.0 |
2226 | 2023-11-21T04:04:55.127Z | Documenting serde_derive v1.0.192 |
2227 | 2023-11-21T04:04:55.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2228 | 2023-11-21T04:04:55.138Z | Documenting log v0.4.20 |
2229 | 2023-11-21T04:04:55.141Z | Documenting scopeguard v1.2.0 |
2230 | 2023-11-21T04:04:55.145Z | Documenting itoa v1.0.9 |
2231 | 2023-11-21T04:04:55.148Z | Documenting smallvec v1.11.0 |
2232 | 2023-11-21T04:04:55.524Z | Documenting memchr v2.6.3 |
2233 | 2023-11-21T04:04:59.019Z | Documenting lock_api v0.4.10 |
2234 | 2023-11-21T04:04:59.043Z | Documenting zeroize_derive v1.4.2 |
2235 | 2023-11-21T04:04:59.196Z | Documenting pin-project-lite v0.2.13 |
2236 | 2023-11-21T04:04:59.674Z | Documenting libm v0.2.7 |
2237 | 2023-11-21T04:05:01.138Z | Documenting futures-core v0.3.29 |
2238 | 2023-11-21T04:05:01.413Z | Documenting getrandom v0.2.10 |
2239 | 2023-11-21T04:05:01.912Z | Documenting parking_lot_core v0.9.8 |
2240 | 2023-11-21T04:05:03.397Z | Documenting signal-hook-registry v1.4.1 |
2241 | 2023-11-21T04:05:03.483Z | Documenting mio v0.8.8 |
2242 | 2023-11-21T04:05:04.797Z | Documenting num-traits v0.2.16 |
2243 | 2023-11-21T04:05:05.947Z | Documenting serde v1.0.192 |
2244 | 2023-11-21T04:05:06.574Z | Documenting zeroize v1.6.0 |
2245 | 2023-11-21T04:05:06.716Z | Documenting thiserror-impl v1.0.49 |
2246 | 2023-11-21T04:05:07.157Z | Documenting rand_core v0.6.4 |
2247 | 2023-11-21T04:05:08.246Z | Documenting parking_lot v0.12.1 |
2248 | 2023-11-21T04:05:09.283Z | Documenting socket2 v0.5.4 |
2249 | 2023-11-21T04:05:09.993Z | Documenting num_cpus v1.16.0 |
2250 | 2023-11-21T04:05:11.986Z | Documenting tokio-macros v2.1.0 |
2251 | 2023-11-21T04:05:12.464Z | Documenting typenum v1.16.0 |
2252 | 2023-11-21T04:05:12.844Z | Documenting once_cell v1.18.0 |
2253 | 2023-11-21T04:05:13.927Z | Documenting thiserror v1.0.49 |
2254 | 2023-11-21T04:05:14.075Z | Documenting subtle v2.5.0 |
2255 | 2023-11-21T04:05:15.340Z | Documenting ryu v1.0.15 |
2256 | 2023-11-21T04:05:15.906Z | Documenting byteorder v1.5.0 |
2257 | 2023-11-21T04:05:18.682Z | Documenting futures-sink v0.3.29 |
2258 | 2023-11-21T04:05:18.698Z | Documenting const-oid v0.9.5 |
2259 | 2023-11-21T04:05:19.340Z | Documenting pin-utils v0.1.0 |
2260 | 2023-11-21T04:05:19.549Z | Documenting slab v0.4.9 |
2261 | 2023-11-21T04:05:19.842Z | Documenting futures-task v0.3.29 |
2262 | 2023-11-21T04:05:19.858Z | Documenting generic-array v0.14.7 |
2263 | 2023-11-21T04:05:22.049Z | Documenting futures-macro v0.3.29 |
2264 | 2023-11-21T04:05:24.266Z | Documenting futures-channel v0.3.29 |
2265 | 2023-11-21T04:05:25.505Z | Documenting futures-io v0.3.29 |
2266 | 2023-11-21T04:05:25.952Z | Documenting iana-time-zone v0.1.57 |
2267 | 2023-11-21T04:05:26.215Z | Documenting crypto-common v0.1.6 |
2268 | 2023-11-21T04:05:26.974Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2269 | 2023-11-21T04:05:27.477Z | Documenting tinyvec_macros v0.1.1 |
2270 | 2023-11-21T04:05:28.277Z | Documenting block-buffer v0.10.4 |
2271 | 2023-11-21T04:05:29.509Z | Documenting ppv-lite86 v0.2.17 |
2272 | 2023-11-21T04:05:29.983Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2273 | 2023-11-21T04:05:31.010Z | Documenting futures-util v0.3.29 |
2274 | 2023-11-21T04:05:31.502Z | Documenting tinyvec v1.6.0 |
2275 | 2023-11-21T04:05:31.615Z | Documenting tracing-core v0.1.31 |
2276 | 2023-11-21T04:05:33.849Z | Documenting tracing-attributes v0.1.26 |
2277 | 2023-11-21T04:05:34.316Z | Documenting rand_chacha v0.3.1 |
2278 | 2023-11-21T04:05:34.413Z | Documenting digest v0.10.7 |
2279 | 2023-11-21T04:05:37.235Z | Documenting unicode-normalization v0.1.22 |
2280 | 2023-11-21T04:05:39.307Z | Documenting bytes v1.5.0 |
2281 | 2023-11-21T04:05:40.374Z | Documenting bitflags v2.4.0 |
2282 | 2023-11-21T04:05:43.301Z | Documenting serde_json v1.0.108 |
2283 | 2023-11-21T04:05:43.511Z | Documenting chrono v0.4.31 |
2284 | 2023-11-21T04:05:44.055Z | Documenting uuid v1.5.0 |
2285 | 2023-11-21T04:05:44.068Z | Documenting rand v0.8.5 |
2286 | 2023-11-21T04:05:44.863Z | Documenting fnv v1.0.7 |
2287 | 2023-11-21T04:05:46.494Z | Documenting tokio v1.33.0 |
2288 | 2023-11-21T04:05:47.058Z | Documenting base64 v0.21.5 |
2289 | 2023-11-21T04:05:50.793Z | Documenting lazy_static v1.4.0 |
2290 | 2023-11-21T04:05:51.106Z | Documenting unicode-bidi v0.3.13 |
2291 | 2023-11-21T04:05:51.196Z | Documenting http v0.2.11 |
2292 | 2023-11-21T04:05:51.777Z | Documenting percent-encoding v2.3.0 |
2293 | 2023-11-21T04:05:53.235Z | Documenting spin v0.9.8 |
2294 | 2023-11-21T04:05:53.332Z | Documenting cpufeatures v0.2.9 |
2295 | 2023-11-21T04:05:54.962Z | Documenting serde_derive_internals v0.26.0 |
2296 | 2023-11-21T04:05:56.803Z | Documenting tracing v0.1.37 |
2297 | 2023-11-21T04:05:57.423Z | Checking serde_derive_internals v0.26.0 |
2298 | 2023-11-21T04:05:57.547Z | Documenting dyn-clone v1.0.13 |
2299 | 2023-11-21T04:05:57.569Z | Documenting idna v0.4.0 |
2300 | 2023-11-21T04:05:57.898Z | Documenting form_urlencoded v1.2.0 |
2301 | 2023-11-21T04:05:58.384Z | Documenting errno v0.3.2 |
2302 | 2023-11-21T04:05:59.896Z | Documenting httparse v1.8.0 |
2303 | 2023-11-21T04:06:02.035Z | Documenting unicode-ident v1.0.12 |
2304 | 2023-11-21T04:06:02.801Z | Documenting rustix v0.38.9 |
2305 | 2023-11-21T04:06:02.864Z | Documenting adler v1.0.2 |
2306 | 2023-11-21T04:06:03.460Z | Documenting httpdate v1.0.3 |
2307 | 2023-11-21T04:06:03.893Z | Documenting schemars_derive v0.8.13 |
2308 | 2023-11-21T04:06:04.358Z | Documenting url v2.4.1 |
2309 | 2023-11-21T04:06:06.249Z | Documenting untrusted v0.9.0 |
2310 | 2023-11-21T04:06:06.313Z | Documenting proc-macro2 v1.0.69 |
2311 | 2023-11-21T04:06:06.820Z | Documenting miniz_oxide v0.7.1 |
2312 | 2023-11-21T04:06:08.918Z | Documenting openssl-probe v0.1.5 |
2313 | 2023-11-21T04:06:10.074Z | Documenting try-lock v0.2.4 |
2314 | 2023-11-21T04:06:10.264Z | Documenting ring v0.17.5 |
2315 | 2023-11-21T04:06:11.634Z | Documenting http-body v0.4.5 |
2316 | 2023-11-21T04:06:12.696Z | Documenting schemars v0.8.13 |
2317 | 2023-11-21T04:06:13.162Z | Documenting quote v1.0.33 |
2318 | 2023-11-21T04:06:13.210Z | Documenting openssl-sys v0.9.93 |
2319 | 2023-11-21T04:06:14.376Z | Documenting want v0.3.1 |
2320 | 2023-11-21T04:06:15.219Z | Documenting async-trait v0.1.74 |
2321 | 2023-11-21T04:06:18.378Z | Documenting openssl-macros v0.1.1 |
2322 | 2023-11-21T04:06:18.721Z | Documenting mime v0.3.17 |
2323 | 2023-11-21T04:06:19.782Z | Documenting tower-service v0.3.2 |
2324 | 2023-11-21T04:06:20.910Z | Documenting rustls-webpki v0.101.7 |
2325 | 2023-11-21T04:06:22.275Z | Documenting aho-corasick v1.0.4 |
2326 | 2023-11-21T04:06:23.759Z | Documenting sct v0.7.0 |
2327 | 2023-11-21T04:06:24.079Z | Documenting tokio-util v0.7.10 |
2328 | 2023-11-21T04:06:24.931Z | Documenting slog v2.7.0 |
2329 | 2023-11-21T04:06:25.169Z | Documenting equivalent v1.0.1 |
2330 | 2023-11-21T04:06:26.042Z | Documenting openssl v0.10.57 |
2331 | 2023-11-21T04:06:26.272Z | Documenting unicode-width v0.1.11 |
2332 | 2023-11-21T04:06:27.758Z | Documenting ipnet v2.8.0 |
2333 | 2023-11-21T04:06:29.516Z | Documenting hashbrown v0.14.2 |
2334 | 2023-11-21T04:06:30.220Z | Documenting regex-syntax v0.8.2 |
2335 | 2023-11-21T04:06:30.247Z | Documenting rustls v0.21.9 |
2336 | 2023-11-21T04:06:30.623Z | Documenting rustls-pemfile v1.0.3 |
2337 | 2023-11-21T04:06:31.356Z | Documenting num-integer v0.1.45 |
2338 | 2023-11-21T04:06:33.610Z | Documenting time-macros v0.2.13 |
2339 | 2023-11-21T04:06:33.948Z | Documenting h2 v0.3.21 |
2340 | 2023-11-21T04:06:36.147Z | Documenting deranged v0.3.8 |
2341 | 2023-11-21T04:06:36.159Z | Documenting indexmap v2.1.0 |
2342 | 2023-11-21T04:06:37.733Z | Documenting time-core v0.1.1 |
2343 | 2023-11-21T04:06:39.307Z | Documenting num_threads v0.1.6 |
2344 | 2023-11-21T04:06:40.015Z | Documenting regex-automata v0.4.3 |
2345 | 2023-11-21T04:06:40.765Z | Documenting utf8parse v0.2.1 |
2346 | 2023-11-21T04:06:41.940Z | Documenting gimli v0.28.0 |
2347 | 2023-11-21T04:06:42.829Z | Documenting native-tls v0.2.11 |
2348 | 2023-11-21T04:06:43.459Z | Documenting tokio-rustls v0.24.1 |
2349 | 2023-11-21T04:06:44.081Z | Documenting zerocopy v0.6.4 |
2350 | 2023-11-21T04:06:44.893Z | Documenting time v0.3.27 |
2351 | 2023-11-21T04:06:44.970Z | Documenting object v0.32.1 |
2352 | 2023-11-21T04:06:49.338Z | Documenting hyper v0.14.27 |
2353 | 2023-11-21T04:06:50.188Z | Documenting crossbeam-utils v0.8.16 |
2354 | 2023-11-21T04:06:50.646Z | Documenting encoding_rs v0.8.33 |
2355 | 2023-11-21T04:06:51.471Z | Documenting addr2line v0.21.0 |
2356 | 2023-11-21T04:06:52.786Z | Checking pest_meta v2.7.2 |
2357 | 2023-11-21T04:06:53.129Z | Documenting regex v1.10.2 |
2358 | 2023-11-21T04:06:53.717Z | Documenting rustc-demangle v0.1.23 |
2359 | 2023-11-21T04:06:54.356Z | Documenting tokio-native-tls v0.3.1 |
2360 | 2023-11-21T04:06:57.133Z | Documenting rustls-native-certs v0.6.3 |
2361 | 2023-11-21T04:06:57.202Z | Documenting serde_urlencoded v0.7.1 |
2362 | 2023-11-21T04:06:57.944Z | Documenting pest_meta v2.7.2 |
2363 | 2023-11-21T04:06:58.006Z | Checking pest_generator v2.7.2 |
2364 | 2023-11-21T04:06:59.288Z | Documenting webpki-roots v0.25.2 |
2365 | 2023-11-21T04:07:02.195Z | Documenting anstyle v1.0.2 |
2366 | 2023-11-21T04:07:02.344Z | Documenting data-encoding v2.4.0 |
2367 | 2023-11-21T04:07:03.227Z | Documenting ucd-trie v0.1.6 |
2368 | 2023-11-21T04:07:03.775Z | Documenting backtrace v0.3.69 |
2369 | 2023-11-21T04:07:03.947Z | Documenting pest_generator v2.7.2 |
2370 | 2023-11-21T04:07:04.991Z | Documenting anstyle-parse v0.2.1 |
2371 | 2023-11-21T04:07:05.293Z | Documenting ipnetwork v0.20.0 |
2372 | 2023-11-21T04:07:07.671Z | Documenting syn v2.0.32 |
2373 | 2023-11-21T04:07:08.315Z | Documenting hyper-rustls v0.24.2 |
2374 | 2023-11-21T04:07:08.574Z | Documenting hyper-tls v0.5.0 |
2375 | 2023-11-21T04:07:09.301Z | Documenting sha2 v0.10.8 |
2376 | 2023-11-21T04:07:09.424Z | Documenting pest v2.7.2 |
2377 | 2023-11-21T04:07:11.184Z | Documenting anyhow v1.0.75 |
2378 | 2023-11-21T04:07:11.223Z | Documenting pest_derive v2.7.2 |
2379 | 2023-11-21T04:07:13.671Z | Documenting futures-executor v0.3.29 |
2380 | 2023-11-21T04:07:16.877Z | Documenting hex v0.4.3 |
2381 | 2023-11-21T04:07:17.563Z | Documenting crc32fast v1.3.2 |
2382 | 2023-11-21T04:07:18.559Z | Checking serde_tokenstream v0.1.7 |
2383 | 2023-11-21T04:07:18.571Z | Documenting anstyle-query v1.0.0 |
2384 | 2023-11-21T04:07:18.828Z | Documenting colorchoice v1.0.0 |
2385 | 2023-11-21T04:07:19.116Z | Documenting dtrace-parser v0.1.14 |
2386 | 2023-11-21T04:07:19.140Z | Documenting reqwest v0.11.22 |
2387 | 2023-11-21T04:07:19.807Z | Documenting openapiv3 v2.0.0-rc.1 |
2388 | 2023-11-21T04:07:22.912Z | Documenting num-iter v0.1.43 |
2389 | 2023-11-21T04:07:22.980Z | Documenting hmac v0.12.1 |
2390 | 2023-11-21T04:07:23.191Z | Documenting dof v0.1.5 |
2391 | 2023-11-21T04:07:24.177Z | Documenting anstream v0.5.0 |
2392 | 2023-11-21T04:07:24.779Z | Documenting signal-hook v0.3.17 |
2393 | 2023-11-21T04:07:29.036Z | Documenting thread-id v4.2.0 |
2394 | 2023-11-21T04:07:29.411Z | Documenting terminal_size v0.2.6 |
2395 | 2023-11-21T04:07:29.923Z | Documenting memoffset v0.9.0 |
2396 | 2023-11-21T04:07:30.234Z | Documenting strsim v0.10.0 |
2397 | 2023-11-21T04:07:30.575Z | Documenting clap_lex v0.5.1 |
2398 | 2023-11-21T04:07:31.250Z | Documenting flate2 v1.0.28 |
2399 | 2023-11-21T04:07:32.104Z | Documenting futures v0.3.29 |
2400 | 2023-11-21T04:07:34.013Z | Documenting crossbeam-epoch v0.9.15 |
2401 | 2023-11-21T04:07:35.243Z | Documenting usdt-impl v0.3.5 |
2402 | 2023-11-21T04:07:35.733Z | Documenting usdt-attr-macro v0.3.5 |
2403 | 2023-11-21T04:07:36.318Z | Documenting usdt-macro v0.3.5 |
2404 | 2023-11-21T04:07:36.678Z | Documenting clap_builder v4.4.2 |
2405 | 2023-11-21T04:07:38.403Z | Documenting clap_derive v4.4.2 |
2406 | 2023-11-21T04:07:40.067Z | Documenting signal-hook-mio v0.2.3 |
2407 | 2023-11-21T04:07:40.140Z | Documenting signature v2.1.0 |
2408 | 2023-11-21T04:07:43.993Z | Documenting block-padding v0.3.3 |
2409 | 2023-11-21T04:07:44.715Z | Documenting hash32 v0.2.1 |
2410 | 2023-11-21T04:07:44.909Z | Documenting scheduled-thread-pool v0.2.7 |
2411 | 2023-11-21T04:07:45.276Z | Documenting usdt v0.3.5 |
2412 | 2023-11-21T04:07:45.901Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2413 | 2023-11-21T04:07:46.280Z | Documenting enum-as-inner v0.5.1 |
2414 | 2023-11-21T04:07:46.369Z | Documenting clap v4.4.3 |
2415 | 2023-11-21T04:07:47.456Z | Documenting diesel_table_macro_syntax v0.1.0 |
2416 | 2023-11-21T04:07:50.634Z | Checking diesel_table_macro_syntax v0.1.0 |
2417 | 2023-11-21T04:07:50.852Z | Documenting pin-project-internal v1.1.3 |
2418 | 2023-11-21T04:07:50.885Z | Documenting stable_deref_trait v1.2.0 |
2419 | 2023-11-21T04:07:51.368Z | Documenting unicode-segmentation v1.10.1 |
2420 | 2023-11-21T04:07:51.730Z | Documenting bzip2 v0.4.4 |
2421 | 2023-11-21T04:07:52.632Z | Documenting trust-dns-proto v0.22.0 |
2422 | 2023-11-21T04:07:53.963Z | Documenting r2d2 v0.8.10 |
2423 | 2023-11-21T04:07:54.585Z | Documenting inout v0.1.3 |
2424 | 2023-11-21T04:07:54.952Z | Documenting diesel_derives v2.1.1 |
2425 | 2023-11-21T04:07:55.016Z | Documenting heapless v0.7.16 |
2426 | 2023-11-21T04:07:55.942Z | Documenting crossterm v0.27.0 |
2427 | 2023-11-21T04:07:57.735Z | Documenting stringprep v0.1.3 |
2428 | 2023-11-21T04:07:58.209Z | Documenting pin-project v1.1.3 |
2429 | 2023-11-21T04:08:00.737Z | Documenting md-5 v0.10.5 |
2430 | 2023-11-21T04:08:01.437Z | Documenting serde_spanned v0.6.4 |
2431 | 2023-11-21T04:08:02.302Z | Documenting toml_datetime v0.6.5 |
2432 | 2023-11-21T04:08:02.394Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2433 | 2023-11-21T04:08:03.623Z | Documenting doc-comment v0.3.3 |
2434 | 2023-11-21T04:08:03.793Z | Documenting snafu-derive v0.7.5 |
2435 | 2023-11-21T04:08:04.667Z | Documenting either v1.9.0 |
2436 | 2023-11-21T04:08:06.551Z | Documenting winnow v0.5.15 |
2437 | 2023-11-21T04:08:07.768Z | Documenting fallible-iterator v0.2.0 |
2438 | 2023-11-21T04:08:07.984Z | Documenting siphasher v0.3.11 |
2439 | 2023-11-21T04:08:08.212Z | Documenting static_assertions v1.1.0 |
2440 | 2023-11-21T04:08:08.335Z | Documenting bit-vec v0.6.3 |
2441 | 2023-11-21T04:08:08.509Z | Documenting managed v0.8.0 |
2442 | 2023-11-21T04:08:10.637Z | Documenting diesel v2.1.4 |
2443 | 2023-11-21T04:08:12.775Z | Documenting phf_shared v0.11.2 |
2444 | 2023-11-21T04:08:13.194Z | Documenting cipher v0.4.4 |
2445 | 2023-11-21T04:08:13.377Z | Documenting smoltcp v0.9.1 |
2446 | 2023-11-21T04:08:14.120Z | Documenting toml_edit v0.21.0 |
2447 | 2023-11-21T04:08:14.172Z | Documenting zip v0.6.6 |
2448 | 2023-11-21T04:08:14.850Z | Documenting postgres-protocol v0.6.6 |
2449 | 2023-11-21T04:08:14.910Z | Documenting snafu v0.7.5 |
2450 | 2023-11-21T04:08:18.140Z | Documenting num-bigint v0.4.4 |
2451 | 2023-11-21T04:08:20.799Z | Documenting hubpack v0.1.2 |
2452 | 2023-11-21T04:08:21.116Z | Documenting regress v0.7.1 |
2453 | 2023-11-21T04:08:21.170Z | Documenting bstr v1.6.0 |
2454 | 2023-11-21T04:08:21.679Z | Documenting serde_repr v0.1.16 |
2455 | 2023-11-21T04:08:23.203Z | Documenting new_debug_unreachable v1.0.4 |
2456 | 2023-11-21T04:08:24.242Z | Documenting precomputed-hash v0.1.1 |
2457 | 2023-11-21T04:08:26.909Z | Documenting fixedbitset v0.4.2 |
2458 | 2023-11-21T04:08:27.270Z | Documenting lalrpop-util v0.19.12 |
2459 | 2023-11-21T04:08:28.337Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2460 | 2023-11-21T04:08:28.592Z | Documenting yasna v0.5.2 |
2461 | 2023-11-21T04:08:28.970Z | Documenting postgres-types v0.2.6 |
2462 | 2023-11-21T04:08:30.515Z | Documenting string_cache v0.8.7 |
2463 | 2023-11-21T04:08:30.568Z | Documenting phf v0.11.2 |
2464 | 2023-11-21T04:08:31.678Z | Documenting petgraph v0.6.4 |
2465 | 2023-11-21T04:08:33.564Z | Documenting console v0.15.7 |
2466 | 2023-11-21T04:08:37.057Z | Documenting semver v1.0.20 |
2467 | 2023-11-21T04:08:37.512Z | Documenting float-cmp v0.9.0 |
2468 | 2023-11-21T04:08:37.838Z | Documenting heck v0.4.1 |
2469 | 2023-11-21T04:08:38.673Z | Documenting whoami v1.4.1 |
2470 | 2023-11-21T04:08:39.507Z | Documenting difflib v0.4.0 |
2471 | 2023-11-21T04:08:39.974Z | Documenting normalize-line-endings v0.3.0 |
2472 | 2023-11-21T04:08:41.820Z | Documenting predicates-core v1.0.6 |
2473 | 2023-11-21T04:08:43.108Z | Checking unsafe-libyaml v0.2.9 |
2474 | 2023-11-21T04:08:43.574Z | Documenting bit-set v0.5.3 |
2475 | 2023-11-21T04:08:44.285Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2476 | 2023-11-21T04:08:44.471Z | Documenting tokio-postgres v0.7.10 |
2477 | 2023-11-21T04:08:45.010Z | Documenting similar v2.2.1 |
2478 | 2023-11-21T04:08:45.017Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2479 | 2023-11-21T04:08:45.535Z | Documenting tokio-stream v0.1.14 |
2480 | 2023-11-21T04:08:46.551Z | Documenting unsafe-libyaml v0.2.9 |
2481 | 2023-11-21T04:08:47.580Z | Documenting predicates v3.0.4 |
2482 | 2023-11-21T04:08:49.638Z | Checking ident_case v1.0.1 |
2483 | 2023-11-21T04:08:49.850Z | Checking serde_yaml v0.9.25 |
2484 | 2023-11-21T04:08:50.998Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2485 | 2023-11-21T04:08:51.726Z | Documenting serde_yaml v0.9.25 |
2486 | 2023-11-21T04:08:52.995Z | Documenting getopts v0.2.21 |
2487 | 2023-11-21T04:08:53.006Z | Documenting match_cfg v0.1.0 |
2488 | 2023-11-21T04:08:55.336Z | Documenting sha1 v0.10.6 |
2489 | 2023-11-21T04:08:56.026Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2490 | 2023-11-21T04:08:56.330Z | Documenting dirs-sys-next v0.1.2 |
2491 | 2023-11-21T04:08:57.139Z | Documenting hostname v0.3.1 |
2492 | 2023-11-21T04:08:59.183Z | Documenting thread_local v1.1.7 |
2493 | 2023-11-21T04:08:59.604Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2494 | 2023-11-21T04:09:00.868Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2495 | 2023-11-21T04:09:00.887Z | Documenting paste v1.0.14 |
2496 | 2023-11-21T04:09:02.516Z | Documenting dirs-next v2.0.0 |
2497 | 2023-11-21T04:09:02.965Z | Documenting crossbeam-channel v0.5.8 |
2498 | 2023-11-21T04:09:03.351Z | Documenting atty v0.2.14 |
2499 | 2023-11-21T04:09:05.384Z | Documenting take_mut v0.2.2 |
2500 | 2023-11-21T04:09:05.403Z | Documenting slog-json v2.6.1 |
2501 | 2023-11-21T04:09:06.118Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2502 | 2023-11-21T04:09:07.177Z | Documenting camino v1.1.6 |
2503 | 2023-11-21T04:09:08.118Z | Documenting async-stream-impl v0.3.5 |
2504 | 2023-11-21T04:09:08.266Z | Documenting term v0.7.0 |
2505 | 2023-11-21T04:09:09.292Z | Documenting debug-ignore v1.0.5 |
2506 | 2023-11-21T04:09:11.546Z | Documenting slog-async v2.8.0 |
2507 | 2023-11-21T04:09:12.162Z | Documenting atomic-waker v1.1.1 |
2508 | 2023-11-21T04:09:12.811Z | Documenting slog-bunyan v2.4.0 |
2509 | 2023-11-21T04:09:13.453Z | Checking darling_core v0.20.3 |
2510 | 2023-11-21T04:09:14.034Z | Documenting toml v0.8.8 |
2511 | 2023-11-21T04:09:14.174Z | Documenting slog-term v2.9.0 |
2512 | 2023-11-21T04:09:15.620Z | Documenting async-stream v0.3.5 |
2513 | 2023-11-21T04:09:16.304Z | Documenting waitgroup v0.1.2 |
2514 | 2023-11-21T04:09:16.508Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2515 | 2023-11-21T04:09:18.496Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2516 | 2023-11-21T04:09:18.510Z | Documenting multer v2.1.0 |
2517 | 2023-11-21T04:09:19.194Z | Documenting serde_path_to_error v0.1.14 |
2518 | 2023-11-21T04:09:21.393Z | Documenting strum v0.25.0 |
2519 | 2023-11-21T04:09:22.033Z | Checking darling v0.20.3 |
2520 | 2023-11-21T04:09:22.548Z | Documenting structmeta-derive v0.2.0 |
2521 | 2023-11-21T04:09:22.560Z | Documenting serde_with_macros v2.3.3 |
2522 | 2023-11-21T04:09:22.581Z | Checking structmeta v0.2.0 |
2523 | 2023-11-21T04:09:22.919Z | Documenting instant v0.1.12 |
2524 | 2023-11-21T04:09:24.470Z | Checking regex-syntax v0.7.5 |
2525 | 2023-11-21T04:09:25.178Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2526 | 2023-11-21T04:09:25.403Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2527 | 2023-11-21T04:09:27.070Z | Documenting macaddr v1.0.1 |
2528 | 2023-11-21T04:09:28.422Z | Documenting backoff v0.4.0 |
2529 | 2023-11-21T04:09:29.426Z | Documenting serde_with v2.3.3 |
2530 | 2023-11-21T04:09:29.852Z | Documenting structmeta v0.2.0 |
2531 | 2023-11-21T04:09:29.963Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2532 | 2023-11-21T04:09:31.857Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2533 | 2023-11-21T04:09:33.762Z | Documenting is-terminal v0.4.9 |
2534 | 2023-11-21T04:09:34.614Z | Documenting base64ct v1.6.0 |
2535 | 2023-11-21T04:09:35.838Z | Checking proc-macro-crate v1.3.1 |
2536 | 2023-11-21T04:09:36.169Z | Documenting proc-macro-crate v1.3.1 |
2537 | 2023-11-21T04:09:36.751Z | Documenting proc-macro-error-attr v1.0.4 |
2538 | 2023-11-21T04:09:36.971Z | Documenting parse-display-derive v0.8.2 |
2539 | 2023-11-21T04:09:37.112Z | Checking proc-macro-error v1.0.4 |
2540 | 2023-11-21T04:09:37.606Z | Documenting postcard-cobs v0.1.5-pre |
2541 | 2023-11-21T04:09:40.798Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2542 | 2023-11-21T04:09:40.822Z | Documenting foreign-types-macros v0.2.3 |
2543 | 2023-11-21T04:09:40.888Z | Documenting foreign-types-shared v0.3.1 |
2544 | 2023-11-21T04:09:41.877Z | Documenting postcard v0.7.3 |
2545 | 2023-11-21T04:09:42.586Z | Documenting proc-macro-error v1.0.4 |
2546 | 2023-11-21T04:09:43.632Z | Documenting num_enum_derive v0.5.11 |
2547 | 2023-11-21T04:09:45.152Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2548 | 2023-11-21T04:09:45.756Z | Documenting parse-display v0.8.2 |
2549 | 2023-11-21T04:09:47.221Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2550 | 2023-11-21T04:09:48.040Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2551 | 2023-11-21T04:09:48.452Z | Documenting foreign-types v0.5.0 |
2552 | 2023-11-21T04:09:48.468Z | Documenting crucible-workspace-hack v0.1.0 |
2553 | 2023-11-21T04:09:48.912Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2554 | 2023-11-21T04:09:49.499Z | Documenting cstr-argument v0.1.2 |
2555 | 2023-11-21T04:09:50.333Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2556 | 2023-11-21T04:09:51.745Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2557 | 2023-11-21T04:09:53.121Z | Documenting num_enum v0.5.11 |
2558 | 2023-11-21T04:09:53.609Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2559 | 2023-11-21T04:09:53.830Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2560 | 2023-11-21T04:09:54.004Z | Documenting colored v2.0.4 |
2561 | 2023-11-21T04:09:54.543Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2562 | 2023-11-21T04:09:54.698Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2563 | 2023-11-21T04:09:55.824Z | Documenting zone_cfg_derive v0.3.0 |
2564 | 2023-11-21T04:09:58.966Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2565 | 2023-11-21T04:09:59.466Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2566 | 2023-11-21T04:10:00.754Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2567 | 2023-11-21T04:10:01.793Z | Documenting num-derive v0.4.0 |
2568 | 2023-11-21T04:10:01.807Z | Documenting smf v0.2.2 |
2569 | 2023-11-21T04:10:01.827Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2570 | 2023-11-21T04:10:03.420Z | Documenting zone v0.3.0 |
2571 | 2023-11-21T04:10:05.931Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2572 | 2023-11-21T04:10:06.344Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2573 | 2023-11-21T04:10:07.136Z | Documenting fastrand v2.0.0 |
2574 | 2023-11-21T04:10:07.226Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2575 | 2023-11-21T04:10:08.460Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2576 | 2023-11-21T04:10:08.476Z | Documenting linked-hash-map v0.5.6 |
2577 | 2023-11-21T04:10:10.237Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2578 | 2023-11-21T04:10:11.859Z | Documenting password-hash v0.5.0 |
2579 | 2023-11-21T04:10:12.760Z | Documenting blake2 v0.10.6 |
2580 | 2023-11-21T04:10:13.385Z | Documenting tempfile v3.8.0 |
2581 | 2023-11-21T04:10:14.668Z | Documenting lru-cache v0.1.2 |
2582 | 2023-11-21T04:10:15.049Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2583 | 2023-11-21T04:10:17.109Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2584 | 2023-11-21T04:10:17.129Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2585 | 2023-11-21T04:10:17.252Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2586 | 2023-11-21T04:10:18.099Z | Checking heck v0.3.3 |
2587 | 2023-11-21T04:10:18.343Z | Documenting structopt-derive v0.4.18 |
2588 | 2023-11-21T04:10:18.704Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2589 | 2023-11-21T04:10:20.086Z | Documenting argon2 v0.5.2 |
2590 | 2023-11-21T04:10:20.606Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2591 | 2023-11-21T04:10:20.628Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2592 | 2023-11-21T04:10:21.045Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2593 | 2023-11-21T04:10:22.919Z | Documenting libefi-sys v0.1.0 |
2594 | 2023-11-21T04:10:25.904Z | Documenting pem-rfc7468 v0.7.0 |
2595 | 2023-11-21T04:10:26.660Z | Documenting structopt v0.3.26 |
2596 | 2023-11-21T04:10:26.919Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2597 | 2023-11-21T04:10:28.145Z | Documenting der_derive v0.7.2 |
2598 | 2023-11-21T04:10:29.164Z | Documenting flagset v0.4.3 |
2599 | 2023-11-21T04:10:31.831Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2600 | 2023-11-21T04:10:32.310Z | Documenting quick-error v1.2.3 |
2601 | 2023-11-21T04:10:32.463Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2602 | 2023-11-21T04:10:32.478Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2603 | 2023-11-21T04:10:33.272Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2604 | 2023-11-21T04:10:33.423Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2605 | 2023-11-21T04:10:34.301Z | Documenting cancel-safe-futures v0.1.5 |
2606 | 2023-11-21T04:10:36.018Z | Documenting der v0.7.8 |
2607 | 2023-11-21T04:10:36.940Z | Checking convert_case v0.4.0 |
2608 | 2023-11-21T04:10:37.267Z | Documenting convert_case v0.4.0 |
2609 | 2023-11-21T04:10:37.978Z | Documenting resolv-conf v0.7.0 |
2610 | 2023-11-21T04:10:39.451Z | Documenting tap v1.0.1 |
2611 | 2023-11-21T04:10:39.661Z | Documenting radium v0.7.0 |
2612 | 2023-11-21T04:10:42.824Z | Documenting derive_more v0.99.17 |
2613 | 2023-11-21T04:10:43.532Z | Documenting crc-catalog v2.2.0 |
2614 | 2023-11-21T04:10:43.755Z | Documenting wyz v0.5.1 |
2615 | 2023-11-21T04:10:43.946Z | Documenting arc-swap v1.6.0 |
2616 | 2023-11-21T04:10:44.362Z | Documenting spki v0.7.2 |
2617 | 2023-11-21T04:10:44.467Z | Documenting trust-dns-resolver v0.22.0 |
2618 | 2023-11-21T04:10:48.084Z | Documenting funty v2.0.0 |
2619 | 2023-11-21T04:10:48.401Z | Documenting crc v3.0.1 |
2620 | 2023-11-21T04:10:49.715Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2621 | 2023-11-21T04:10:50.500Z | Documenting slog-scope v4.4.0 |
2622 | 2023-11-21T04:10:50.863Z | Documenting pkcs8 v0.10.2 |
2623 | 2023-11-21T04:10:51.501Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2624 | 2023-11-21T04:10:51.566Z | Documenting num-rational v0.4.1 |
2625 | 2023-11-21T04:10:52.842Z | Documenting bitvec v1.0.1 |
2626 | 2023-11-21T04:10:52.898Z | Documenting hkdf v0.12.3 |
2627 | 2023-11-21T04:10:53.433Z | Documenting num-complex v0.4.4 |
2628 | 2023-11-21T04:10:54.211Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2629 | 2023-11-21T04:10:56.778Z | Documenting packed_struct_codegen v0.10.1 |
2630 | 2023-11-21T04:10:57.981Z | Documenting ciborium-io v0.2.1 |
2631 | 2023-11-21T04:10:58.232Z | Documenting half v1.8.2 |
2632 | 2023-11-21T04:10:58.313Z | Documenting nodrop v0.1.14 |
2633 | 2023-11-21T04:11:00.356Z | Documenting pkcs1 v0.7.5 |
2634 | 2023-11-21T04:11:00.779Z | Documenting num v0.4.1 |
2635 | 2023-11-21T04:11:01.035Z | Documenting slog-stdlog v4.1.1 |
2636 | 2023-11-21T04:11:02.540Z | Documenting array-init v0.0.4 |
2637 | 2023-11-21T04:11:02.897Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2638 | 2023-11-21T04:11:04.151Z | Documenting ciborium-ll v0.2.1 |
2639 | 2023-11-21T04:11:04.174Z | Documenting slog-dtrace v0.2.3 |
2640 | 2023-11-21T04:11:05.199Z | Documenting packed_struct v0.10.1 |
2641 | 2023-11-21T04:11:06.619Z | Documenting num-bigint-dig v0.8.4 |
2642 | 2023-11-21T04:11:07.128Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2643 | 2023-11-21T04:11:07.309Z | Documenting filetime v0.2.22 |
2644 | 2023-11-21T04:11:09.309Z | Documenting xattr v1.0.1 |
2645 | 2023-11-21T04:11:10.516Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2646 | 2023-11-21T04:11:12.920Z | Documenting bitfield v0.14.0 |
2647 | 2023-11-21T04:11:14.015Z | Documenting termcolor v1.2.0 |
2648 | 2023-11-21T04:11:15.062Z | Documenting swrite v0.1.0 |
2649 | 2023-11-21T04:11:16.827Z | Documenting keccak v0.1.4 |
2650 | 2023-11-21T04:11:17.057Z | Documenting rsa v0.9.2 |
2651 | 2023-11-21T04:11:17.922Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2652 | 2023-11-21T04:11:18.781Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2653 | 2023-11-21T04:11:20.128Z | Documenting env_logger v0.10.0 |
2654 | 2023-11-21T04:11:20.760Z | Documenting tar v0.4.40 |
2655 | 2023-11-21T04:11:21.260Z | Documenting ciborium v0.2.1 |
2656 | 2023-11-21T04:11:21.694Z | Documenting sha3 v0.10.8 |
2657 | 2023-11-21T04:11:25.210Z | Documenting serde-hex v0.1.0 |
2658 | 2023-11-21T04:11:26.991Z | Documenting slog-envlogger v2.2.0 |
2659 | 2023-11-21T04:11:27.296Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2660 | 2023-11-21T04:11:27.672Z | Documenting x509-cert v0.2.4 |
2661 | 2023-11-21T04:11:27.890Z | Documenting newtype_derive v0.1.6 |
2662 | 2023-11-21T04:11:28.863Z | Documenting libsw v3.3.0 |
2663 | 2023-11-21T04:11:31.085Z | Documenting ron v0.8.1 |
2664 | 2023-11-21T04:11:33.155Z | Documenting pem v3.0.2 |
2665 | 2023-11-21T04:11:33.324Z | Documenting fxhash v0.2.1 |
2666 | 2023-11-21T04:11:33.924Z | Documenting secrecy v0.8.0 |
2667 | 2023-11-21T04:11:35.165Z | Documenting derive-where v1.2.5 |
2668 | 2023-11-21T04:11:35.644Z | Documenting crc-any v2.4.3 |
2669 | 2023-11-21T04:11:36.324Z | Documenting owo-colors v3.5.0 |
2670 | 2023-11-21T04:11:37.850Z | Documenting linear-map v1.2.0 |
2671 | 2023-11-21T04:11:39.402Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2672 | 2023-11-21T04:11:39.616Z | Documenting steno v0.4.0 |
2673 | 2023-11-21T04:11:39.833Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2674 | 2023-11-21T04:11:40.122Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2675 | 2023-11-21T04:11:43.799Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2676 | 2023-11-21T04:11:44.482Z | Documenting same-file v1.0.6 |
2677 | 2023-11-21T04:11:45.058Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2678 | 2023-11-21T04:11:46.093Z | Documenting path-slash v0.1.5 |
2679 | 2023-11-21T04:11:46.487Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2680 | 2023-11-21T04:11:50.775Z | Documenting walkdir v2.4.0 |
2681 | 2023-11-21T04:11:51.383Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2682 | 2023-11-21T04:11:55.564Z | Documenting buf-list v1.0.3 |
2683 | 2023-11-21T04:11:56.053Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2684 | 2023-11-21T04:11:56.572Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2685 | 2023-11-21T04:11:57.589Z | Documenting camino-tempfile v1.0.2 |
2686 | 2023-11-21T04:12:01.799Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2687 | 2023-11-21T04:12:03.609Z | Checking darling_core v0.14.4 |
2688 | 2023-11-21T04:12:04.619Z | Documenting itertools v0.12.0 |
2689 | 2023-11-21T04:12:06.659Z | Documenting nibble_vec v0.1.0 |
2690 | 2023-11-21T04:12:09.994Z | Documenting endian-type v0.1.2 |
2691 | 2023-11-21T04:12:13.086Z | Documenting glob v0.3.1 |
2692 | 2023-11-21T04:12:14.474Z | Checking darling v0.14.4 |
2693 | 2023-11-21T04:12:14.684Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2694 | 2023-11-21T04:12:14.831Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2695 | 2023-11-21T04:12:15.642Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2696 | 2023-11-21T04:12:15.901Z | Documenting radix_trie v0.2.1 |
2697 | 2023-11-21T04:12:16.203Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2698 | 2023-11-21T04:12:18.276Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2699 | 2023-11-21T04:12:19.801Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2700 | 2023-11-21T04:12:20.278Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2701 | 2023-11-21T04:12:20.753Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2702 | 2023-11-21T04:12:22.793Z | Documenting trust-dns-client v0.22.0 |
2703 | 2023-11-21T04:12:27.328Z | Documenting globset v0.4.13 |
2704 | 2023-11-21T04:12:29.687Z | Documenting crossbeam-deque v0.8.3 |
2705 | 2023-11-21T04:12:34.536Z | Documenting headers-core v0.2.0 |
2706 | 2023-11-21T04:12:36.764Z | Documenting olpc-cjson v0.1.3 |
2707 | 2023-11-21T04:12:36.776Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2708 | 2023-11-21T04:12:38.289Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2709 | 2023-11-21T04:12:38.849Z | Documenting serde_plain v1.0.2 |
2710 | 2023-11-21T04:12:39.116Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2711 | 2023-11-21T04:12:41.037Z | Documenting async-recursion v1.0.5 |
2712 | 2023-11-21T04:12:41.675Z | Documenting utf-8 v0.7.6 |
2713 | 2023-11-21T04:12:41.697Z | Documenting display-error-chain v0.2.0 |
2714 | 2023-11-21T04:12:43.525Z | Documenting typed-path v0.6.0 |
2715 | 2023-11-21T04:12:43.824Z | Documenting headers v0.3.9 |
2716 | 2023-11-21T04:12:44.584Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2717 | 2023-11-21T04:12:45.901Z | Documenting trust-dns-server v0.22.1 |
2718 | 2023-11-21T04:12:47.463Z | Documenting rayon-core v1.12.0 |
2719 | 2023-11-21T04:12:47.741Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2720 | 2023-11-21T04:12:47.980Z | Documenting tungstenite v0.20.1 |
2721 | 2023-11-21T04:12:50.070Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2722 | 2023-11-21T04:12:50.250Z | Checking derive_builder_core v0.12.0 |
2723 | 2023-11-21T04:12:50.756Z | Documenting tough v0.15.0 |
2724 | 2023-11-21T04:12:51.706Z | Documenting derive_builder_core v0.12.0 |
2725 | 2023-11-21T04:12:52.230Z | Documenting sled v0.34.7 |
2726 | 2023-11-21T04:12:53.911Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2727 | 2023-11-21T04:12:54.322Z | Documenting unicase v2.7.0 |
2728 | 2023-11-21T04:12:54.955Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2729 | 2023-11-21T04:12:55.864Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2730 | 2023-11-21T04:12:56.337Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2731 | 2023-11-21T04:12:56.519Z | Documenting bcs v0.1.6 |
2732 | 2023-11-21T04:12:56.786Z | Documenting ff v0.13.0 |
2733 | 2023-11-21T04:12:57.015Z | Documenting pretty-hex v0.3.0 |
2734 | 2023-11-21T04:12:59.038Z | Documenting highway v1.1.0 |
2735 | 2023-11-21T04:13:00.384Z | Documenting mime_guess v2.0.4 |
2736 | 2023-11-21T04:13:01.799Z | Documenting derive_builder_macro v0.12.0 |
2737 | 2023-11-21T04:13:02.310Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2738 | 2023-11-21T04:13:02.842Z | Documenting tokio-tungstenite v0.20.1 |
2739 | 2023-11-21T04:13:03.314Z | Documenting group v0.13.0 |
2740 | 2023-11-21T04:13:05.303Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2741 | 2023-11-21T04:13:07.180Z | Documenting rayon v1.8.0 |
2742 | 2023-11-21T04:13:08.572Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2743 | 2023-11-21T04:13:13.409Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2744 | 2023-11-21T04:13:14.082Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2745 | 2023-11-21T04:13:19.257Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2746 | 2023-11-21T04:13:23.171Z | Documenting portable-atomic v1.4.3 |
2747 | 2023-11-21T04:13:25.850Z | Documenting ed25519 v1.5.3 |
2748 | 2023-11-21T04:13:28.777Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2749 | 2023-11-21T04:13:29.987Z | Documenting universal-hash v0.5.1 |
2750 | 2023-11-21T04:13:30.083Z | Documenting crypto-bigint v0.5.2 |
2751 | 2023-11-21T04:13:33.246Z | Documenting kstat-rs v0.2.3 |
2752 | 2023-11-21T04:13:35.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2753 | 2023-11-21T04:13:36.988Z | Documenting thiserror-impl-no-std v2.0.2 |
2754 | 2023-11-21T04:13:38.215Z | Documenting curve25519-dalek-derive v0.1.0 |
2755 | 2023-11-21T04:13:38.536Z | Documenting ref-cast-impl v1.0.20 |
2756 | 2023-11-21T04:13:39.864Z | Documenting vte_generate_state_changes v0.1.1 |
2757 | 2023-11-21T04:13:40.761Z | Documenting cassowary v0.3.0 |
2758 | 2023-11-21T04:13:45.096Z | Documenting base16ct v0.2.0 |
2759 | 2023-11-21T04:13:45.903Z | Documenting opaque-debug v0.3.0 |
2760 | 2023-11-21T04:13:46.608Z | Documenting number_prefix v0.4.0 |
2761 | 2023-11-21T04:13:46.745Z | Documenting vte v0.11.1 |
2762 | 2023-11-21T04:13:47.123Z | Documenting ratatui v0.23.0 |
2763 | 2023-11-21T04:13:49.863Z | Documenting elliptic-curve v0.13.5 |
2764 | 2023-11-21T04:13:49.875Z | Documenting ref-cast v1.0.20 |
2765 | 2023-11-21T04:13:50.051Z | Documenting poly1305 v0.8.0 |
2766 | 2023-11-21T04:13:55.418Z | Documenting indicatif v0.17.7 |
2767 | 2023-11-21T04:13:55.758Z | Documenting curve25519-dalek v4.1.0 |
2768 | 2023-11-21T04:13:56.061Z | Documenting thiserror-no-std v2.0.2 |
2769 | 2023-11-21T04:13:56.657Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2770 | 2023-11-21T04:13:57.776Z | Documenting salty v0.2.0 |
2771 | 2023-11-21T04:13:57.823Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2772 | 2023-11-21T04:13:58.236Z | Documenting derive_builder v0.12.0 |
2773 | 2023-11-21T04:13:58.779Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2774 | 2023-11-21T04:14:00.153Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2775 | 2023-11-21T04:14:02.659Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2776 | 2023-11-21T04:14:04.382Z | Documenting fs-err v2.10.0 |
2777 | 2023-11-21T04:14:10.514Z | Documenting polar-core v0.27.0 |
2778 | 2023-11-21T04:14:10.530Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2779 | 2023-11-21T04:14:17.082Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2780 | 2023-11-21T04:14:17.106Z | Documenting libxml v0.3.3 |
2781 | 2023-11-21T04:14:22.035Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2782 | 2023-11-21T04:14:24.431Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2783 | 2023-11-21T04:14:26.198Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2784 | 2023-11-21T04:14:26.693Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2785 | 2023-11-21T04:14:27.553Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2786 | 2023-11-21T04:14:29.601Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2787 | 2023-11-21T04:14:29.955Z | Documenting chacha20 v0.9.1 |
2788 | 2023-11-21T04:14:30.671Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2789 | 2023-11-21T04:14:31.256Z | Documenting bb8 v0.8.1 |
2790 | 2023-11-21T04:14:31.992Z | Documenting serde-big-array v0.5.1 |
2791 | 2023-11-21T04:14:33.537Z | Documenting bytesize v1.3.0 |
2792 | 2023-11-21T04:14:37.458Z | Documenting quick-xml v0.23.1 |
2793 | 2023-11-21T04:14:38.792Z | Documenting aead v0.5.2 |
2794 | 2023-11-21T04:14:39.599Z | Documenting rtoolbox v0.0.1 |
2795 | 2023-11-21T04:14:40.191Z | Documenting oso-derive v0.27.0 |
2796 | 2023-11-21T04:14:40.585Z | Documenting impl-trait-for-tuples v0.2.2 |
2797 | 2023-11-21T04:14:41.314Z | Documenting smawk v0.3.1 |
2798 | 2023-11-21T04:14:44.448Z | Documenting unicode-linebreak v0.1.5 |
2799 | 2023-11-21T04:14:45.466Z | Documenting is_ci v1.1.1 |
2800 | 2023-11-21T04:14:45.894Z | Documenting humantime v2.1.0 |
2801 | 2023-11-21T04:14:46.186Z | Documenting maplit v1.0.2 |
2802 | 2023-11-21T04:14:46.953Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2803 | 2023-11-21T04:14:47.503Z | Documenting rpassword v7.2.0 |
2804 | 2023-11-21T04:14:47.652Z | Documenting chacha20poly1305 v0.10.1 |
2805 | 2023-11-21T04:14:48.801Z | Documenting textwrap v0.16.0 |
2806 | 2023-11-21T04:14:49.372Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2807 | 2023-11-21T04:14:51.175Z | Documenting supports-color v2.1.0 |
2808 | 2023-11-21T04:14:51.652Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2809 | 2023-11-21T04:14:52.544Z | Documenting oso v0.27.0 |
2810 | 2023-11-21T04:14:53.425Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2811 | 2023-11-21T04:14:55.219Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2812 | 2023-11-21T04:14:58.544Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2813 | 2023-11-21T04:15:00.777Z | Documenting vsss-rs v3.3.1 |
2814 | 2023-11-21T04:15:04.390Z | Documenting tui-tree-widget v0.13.0 |
2815 | 2023-11-21T04:15:05.353Z | Documenting strip-ansi-escapes v0.2.0 |
2816 | 2023-11-21T04:15:06.078Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2817 | 2023-11-21T04:15:11.511Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2818 | 2023-11-21T04:15:11.736Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2819 | 2023-11-21T04:15:13.247Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2820 | 2023-11-21T04:15:15.476Z | Documenting cookie v0.18.0 |
2821 | 2023-11-21T04:15:18.136Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2822 | 2023-11-21T04:15:18.440Z | Documenting rcgen v0.11.3 |
2823 | 2023-11-21T04:15:22.290Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2824 | 2023-11-21T04:15:23.087Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2023-11-21T04:15:24.003Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2826 | 2023-11-21T04:15:24.538Z | Documenting atomicwrites v0.4.2 |
2827 | 2023-11-21T04:15:29.564Z | Documenting signal-hook-tokio v0.3.1 |
2828 | 2023-11-21T04:15:29.952Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2829 | 2023-11-21T04:15:31.874Z | Documenting fd-lock v3.0.13 |
2830 | 2023-11-21T04:15:35.624Z | Documenting subprocess v0.2.9 |
2831 | 2023-11-21T04:15:36.942Z | Documenting nu-ansi-term v0.49.0 |
2832 | 2023-11-21T04:15:37.284Z | Documenting shell-words v1.1.0 |
2833 | 2023-11-21T04:15:39.253Z | Documenting http-range v0.1.5 |
2834 | 2023-11-21T04:15:40.804Z | Documenting corncobs v0.1.3 |
2835 | 2023-11-21T04:15:42.304Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2836 | 2023-11-21T04:15:42.426Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2837 | 2023-11-21T04:15:42.944Z | Documenting reedline v0.26.0 |
2838 | 2023-11-21T04:15:43.488Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2839 | 2023-11-21T04:15:45.091Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2840 | 2023-11-21T04:15:45.608Z | Documenting hyper-staticfile v0.9.5 |
2841 | 2023-11-21T04:15:52.044Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2842 | 2023-11-21T04:15:54.572Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2843 | 2023-11-21T04:15:54.937Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2844 | 2023-11-21T04:15:55.817Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2845 | 2023-11-21T04:15:56.527Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2846 | 2023-11-21T04:15:58.521Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2847 | 2023-11-21T04:16:02.988Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2848 | 2023-11-21T04:16:17.661Z | Documenting fatfs v0.3.6 |
2849 | 2023-11-21T04:16:19.448Z | Documenting nanorand v0.7.0 |
2850 | 2023-11-21T04:16:20.177Z | Documenting assert_matches v1.5.0 |
2851 | 2023-11-21T04:16:24.684Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2852 | 2023-11-21T04:16:25.153Z | Documenting flume v0.11.0 |
2853 | 2023-11-21T04:16:25.163Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2854 | 2023-11-21T04:16:28.065Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2855 | 2023-11-21T04:16:28.154Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2856 | 2023-11-21T04:16:28.996Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2857 | 2023-11-21T04:16:29.176Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2858 | 2023-11-21T04:16:30.693Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2859 | 2023-11-21T04:16:32.478Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2860 | 2023-11-21T04:16:54.725Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2861 | 2023-11-21T04:16:57.865Z | Documenting omicron-zone-package v0.9.1 |
2862 | 2023-11-21T04:17:03.863Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2863 | 2023-11-21T04:17:04.233Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2864 | 2023-11-21T04:17:05.095Z | Documenting termios v0.3.3 |
2865 | 2023-11-21T04:17:06.548Z | Documenting topological-sort v0.2.2 |
2866 | 2023-11-21T04:17:09.717Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2867 | 2023-11-21T04:17:11.429Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2868 | 2023-11-21T04:17:13.156Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2869 | 2023-11-21T04:17:13.218Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2870 | 2023-11-21T04:17:15.203Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2871 | 2023-11-21T04:17:40.668Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2872 | 2023-11-21T04:17:40.674Z | --> sled-agent/src/sim/instance.rs:46:7 |
2873 | 2023-11-21T04:17:40.681Z | | |
2874 | 2023-11-21T04:17:40.688Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2875 | 2023-11-21T04:17:40.694Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2876 | 2023-11-21T04:17:40.699Z | | |
2877 | 2023-11-21T04:17:40.704Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2878 | 2023-11-21T04:17:40.709Z | |
2879 | 2023-11-21T04:17:44.282Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2880 | 2023-11-21T04:18:01.088Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2881 | 2023-11-21T04:18:01.416Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2882 | 2023-11-21T04:18:16.972Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2883 | 2023-11-21T04:18:19.088Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2884 | 2023-11-21T04:18:24.297Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2885 | 2023-11-21T04:18:24.470Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2886 | 2023-11-21T04:18:55.749Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2887 | 2023-11-21T04:20:18.320Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 25s |
2888 | 2023-11-21T04:20:18.427Z | |
2889 | 2023-11-21T04:20:18.430Z | real 15:25.246198755 |
2890 | 2023-11-21T04:20:18.433Z | user 50:32.133811436 |
2891 | 2023-11-21T04:20:18.436Z | sys 58:48.493549277 |
2892 | 2023-11-21T04:20:18.439Z | trap 1.877779510 |
2893 | 2023-11-21T04:20:18.442Z | tflt 0.082596026 |
2894 | 2023-11-21T04:20:18.446Z | dflt 0.506270726 |
2895 | 2023-11-21T04:20:18.449Z | kflt 0.000478109 |
2896 | 2023-11-21T04:20:18.452Z | lock 2:54:40.875722046 |
2897 | 2023-11-21T04:20:18.455Z | slp 3:56:54.464766804 |
2898 | 2023-11-21T04:20:18.457Z | lat 5:06.232475265 |
2899 | 2023-11-21T04:20:18.460Z | stop 1:19.410173797 |
2900 | 2023-11-21T04:20:18.463Z | process exited: duration 1746792 ms, exit code 0 |
|
2901 | 2023-11-21T04:20:18.469Z | found 0 output files |