|
|
|
1 | 2023-12-08T15:20:21.379Z | job assigned to worker 01HH505P5HBXSGRSWEZRNPTZ21 (queued for 1 m 17 s) |
|
2 | 2023-12-08T15:20:21.949Z | starting task 0: "setup" |
3 | 2023-12-08T15:20:22.011Z | ++ uname -s |
4 | 2023-12-08T15:20:22.017Z | + kern=SunOS |
5 | 2023-12-08T15:20:22.017Z | + case "$kern" in |
6 | 2023-12-08T15:20:22.018Z | + groupadd -g 12345 build |
7 | 2023-12-08T15:20:22.023Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-08T15:20:24.232Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-08T15:20:24.246Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-08T15:20:24.246Z | + home_fs=zfs |
11 | 2023-12-08T15:20:24.246Z | + [[ zfs == autofs ]] |
12 | 2023-12-08T15:20:24.246Z | + mkdir -p /home/build |
13 | 2023-12-08T15:20:24.246Z | + chown build:build /home/build /work |
14 | 2023-12-08T15:20:26.139Z | + chmod 0700 /home/build /work |
15 | 2023-12-08T15:20:26.153Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2023-12-08T15:20:26.171Z | starting task 1: "rust-toolchain" |
17 | 2023-12-08T15:20:26.181Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-08T15:20:26.182Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-08T15:20:26.359Z | info: downloading installer |
20 | 2023-12-08T15:20:28.553Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-08T15:20:28.553Z | warning: /opt/ooce/bin |
22 | 2023-12-08T15:20:28.554Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-08T15:20:28.554Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-08T15:20:28.554Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-08T15:20:28.554Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-08T15:20:28.554Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-08T15:20:28.554Z | error: cannot install while Rust is installed |
28 | 2023-12-08T15:20:28.554Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-08T15:20:28.689Z | info: profile set to 'default' |
30 | 2023-12-08T15:20:28.690Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-08T15:20:28.693Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-08T15:20:28.884Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-08T15:20:28.884Z | info: downloading component 'cargo' |
34 | 2023-12-08T15:20:29.674Z | info: downloading component 'clippy' |
35 | 2023-12-08T15:20:29.957Z | info: downloading component 'rust-docs' |
36 | 2023-12-08T15:20:30.956Z | info: downloading component 'rust-std' |
37 | 2023-12-08T15:20:32.784Z | info: downloading component 'rustc' |
38 | 2023-12-08T15:20:39.070Z | info: downloading component 'rustfmt' |
39 | 2023-12-08T15:20:39.070Z | info: installing component 'cargo' |
40 | 2023-12-08T15:20:39.071Z | info: installing component 'clippy' |
41 | 2023-12-08T15:20:39.441Z | info: installing component 'rust-docs' |
42 | 2023-12-08T15:20:42.163Z | info: installing component 'rust-std' |
43 | 2023-12-08T15:20:46.028Z | info: installing component 'rustc' |
44 | 2023-12-08T15:20:55.725Z | info: installing component 'rustfmt' |
45 | 2023-12-08T15:20:56.164Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-08T15:20:56.165Z | |
47 | 2023-12-08T15:20:56.333Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-08T15:20:56.334Z | |
49 | 2023-12-08T15:20:56.350Z | |
50 | 2023-12-08T15:20:56.350Z | Rust is installed now. Great! |
51 | 2023-12-08T15:20:56.351Z | |
52 | 2023-12-08T15:20:56.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-08T15:20:56.353Z | environment variable. This has not been done automatically. |
54 | 2023-12-08T15:20:56.354Z | |
55 | 2023-12-08T15:20:56.354Z | To configure your current shell, run: |
56 | 2023-12-08T15:20:56.354Z | source "$HOME/.cargo/env" |
57 | 2023-12-08T15:20:56.415Z | + rustc --version |
58 | 2023-12-08T15:20:56.525Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-08T15:20:56.531Z | process exited: duration 30365 ms, exit code 0 |
|
60 | 2023-12-08T15:20:56.542Z | starting task 2: "authentication" |
61 | 2023-12-08T15:20:56.575Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-12-08T15:20:56.586Z | starting task 3: "clone repository" |
63 | 2023-12-08T15:20:56.593Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-08T15:20:56.596Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-08T15:20:56.672Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-08T15:21:05.019Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-08T15:21:05.019Z | + [[ -n john/sled-agent-write-os ]] |
68 | 2023-12-08T15:21:05.033Z | + git fetch origin john/sled-agent-write-os |
69 | 2023-12-08T15:21:05.034Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-08T15:21:05.034Z | * branch john/sled-agent-write-os -> FETCH_HEAD |
71 | 2023-12-08T15:21:05.035Z | + git checkout -B john/sled-agent-write-os remotes/origin/john/sled-agent-write-os |
72 | 2023-12-08T15:21:05.063Z | Switched to a new branch 'john/sled-agent-write-os' |
73 | 2023-12-08T15:21:05.064Z | branch 'john/sled-agent-write-os' set up to track 'origin/john/sled-agent-write-os'. |
74 | 2023-12-08T15:21:05.064Z | + git reset --hard 8a65c206c03d2229270e4fc2a736f9373bcabc81 |
75 | 2023-12-08T15:21:05.095Z | HEAD is now at 8a65c206 Require explicitly clearing old update status before starting a new one |
76 | 2023-12-08T15:21:05.109Z | process exited: duration 8501 ms, exit code 0 |
|
77 | 2023-12-08T15:21:05.125Z | starting task 4: "build" |
78 | 2023-12-08T15:21:05.129Z | + cargo --version |
79 | 2023-12-08T15:21:05.136Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-08T15:21:05.346Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-08T15:21:05.350Z | info: downloading component 'cargo' |
82 | 2023-12-08T15:21:06.181Z | info: downloading component 'clippy' |
83 | 2023-12-08T15:21:06.865Z | info: downloading component 'rust-docs' |
84 | 2023-12-08T15:21:07.504Z | info: downloading component 'rust-std' |
85 | 2023-12-08T15:21:09.239Z | info: downloading component 'rustc' |
86 | 2023-12-08T15:21:13.648Z | info: downloading component 'rustfmt' |
87 | 2023-12-08T15:21:13.888Z | info: installing component 'cargo' |
88 | 2023-12-08T15:21:15.186Z | info: installing component 'clippy' |
89 | 2023-12-08T15:21:15.645Z | info: installing component 'rust-docs' |
90 | 2023-12-08T15:21:18.455Z | info: installing component 'rust-std' |
91 | 2023-12-08T15:21:21.118Z | info: installing component 'rustc' |
92 | 2023-12-08T15:21:27.406Z | info: installing component 'rustfmt' |
93 | 2023-12-08T15:21:27.943Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-08T15:21:27.952Z | + rustc --version |
95 | 2023-12-08T15:21:28.090Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-08T15:21:28.098Z | + source ./env.sh |
97 | 2023-12-08T15:21:28.101Z | ++ set -o xtrace |
98 | 2023-12-08T15:21:28.101Z | ++++ dirname ./env.sh |
99 | 2023-12-08T15:21:28.105Z | +++ cd . |
100 | 2023-12-08T15:21:28.105Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-08T15:21:28.105Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.105Z | ++ 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-12-08T15:21:28.106Z | ++ 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-12-08T15:21:28.106Z | ++ unset OMICRON_WS |
111 | 2023-12-08T15:21:28.106Z | ++ set +o xtrace |
112 | 2023-12-08T15:21:28.169Z | |
113 | 2023-12-08T15:21:28.169Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-08T15:21:28.170Z | # # # # # # # # # # # # # # # |
115 | 2023-12-08T15:21:28.170Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-08T15:21:28.170Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-08T15:21:28.170Z | # # # # # # # # # # # # # # # |
118 | 2023-12-08T15:21:28.170Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-08T15:21:28.170Z | |
120 | 2023-12-08T15:21:38.042Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-08T15:21:39.301Z | Startup: Caching catalogs ... Done |
122 | 2023-12-08T15:21:46.300Z | Planning: Solver setup ... Done (6.596s) |
123 | 2023-12-08T15:21:46.451Z | Planning: Running solver ... Done (0.150s) |
124 | 2023-12-08T15:21:46.553Z | Planning: Finding local manifests ... Done (0.036s) |
125 | 2023-12-08T15:21:46.585Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-08T15:21:46.897Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-08T15:21:47.025Z | Planning: Package planning ... Done (0.128s) |
128 | 2023-12-08T15:21:47.127Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-08T15:21:48.290Z | Planning: Checking for conflicting actions ... Done (1.177s) |
130 | 2023-12-08T15:21:48.308Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-08T15:21:55.422Z | Planning: Evaluating mediators ... Done (7.116s) |
132 | 2023-12-08T15:21:55.538Z | Planning: Planning completed in 16.18 seconds |
133 | 2023-12-08T15:21:55.570Z | Packages to install: 4 |
134 | 2023-12-08T15:21:55.578Z | Packages to update: 2 |
135 | 2023-12-08T15:21:55.578Z | Mediators to change: 2 |
136 | 2023-12-08T15:21:55.578Z | Services to change: 1 |
137 | 2023-12-08T15:21:55.578Z | Estimated space available: 148.88 GB |
138 | 2023-12-08T15:21:55.578Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-08T15:21:55.578Z | Create boot environment: No |
140 | 2023-12-08T15:21:55.578Z | Create backup boot environment: Yes |
141 | 2023-12-08T15:21:55.579Z | Rebuild boot archive: No |
142 | 2023-12-08T15:21:55.579Z | |
143 | 2023-12-08T15:21:55.579Z | Changed mediators: |
144 | 2023-12-08T15:21:55.579Z | mediator clang: |
145 | 2023-12-08T15:21:55.579Z | version: None -> 15 (system default) |
146 | 2023-12-08T15:21:55.579Z | |
147 | 2023-12-08T15:21:55.579Z | mediator llvm: |
148 | 2023-12-08T15:21:55.579Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-08T15:21:55.579Z | |
150 | 2023-12-08T15:21:55.579Z | Changed packages: |
151 | 2023-12-08T15:21:55.579Z | helios-dev |
152 | 2023-12-08T15:21:55.579Z | developer/build-essential |
153 | 2023-12-08T15:21:55.580Z | None -> 11-2.0 |
154 | 2023-12-08T15:21:55.580Z | library/libxmlsec1 |
155 | 2023-12-08T15:21:55.580Z | None -> 1.2.35-2.0 |
156 | 2023-12-08T15:21:55.580Z | ooce/developer/clang-15 |
157 | 2023-12-08T15:21:55.581Z | None -> 15.0.7-2.0 |
158 | 2023-12-08T15:21:55.581Z | ooce/developer/llvm-15 |
159 | 2023-12-08T15:21:55.581Z | None -> 15.0.7-2.0 |
160 | 2023-12-08T15:21:55.581Z | system/library/g++-runtime |
161 | 2023-12-08T15:21:55.581Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-08T15:21:55.581Z | system/library/gcc-runtime |
163 | 2023-12-08T15:21:55.581Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-08T15:21:55.581Z | |
165 | 2023-12-08T15:21:55.581Z | Services: |
166 | 2023-12-08T15:21:55.581Z | restart_fmri: |
167 | 2023-12-08T15:21:55.581Z | svc:/system/update-man-index:default |
168 | 2023-12-08T15:21:55.782Z | |
169 | 2023-12-08T15:21:55.782Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-08T15:22:00.782Z | Download: 699/3330 items 18.0/221.1MB 8% complete (3.8M/s) |
171 | 2023-12-08T15:22:05.883Z | Download: 1196/3330 items 62.1/221.1MB 28% complete (6.4M/s) |
172 | 2023-12-08T15:22:10.902Z | Download: 1400/3330 items 116.1/221.1MB 52% complete (9.8M/s) |
173 | 2023-12-08T15:22:15.977Z | Download: 2482/3330 items 120.2/221.1MB 54% complete (5.8M/s) |
174 | 2023-12-08T15:22:20.906Z | Download: 3201/3330 items 157.5/221.1MB 71% complete (4.0M/s) |
175 | 2023-12-08T15:22:25.962Z | Download: 3288/3330 items 212.0/221.1MB 95% complete (9.1M/s) |
176 | 2023-12-08T15:22:27.646Z | Download: Completed 221.11 MB in 31.87 seconds (6.9M/s) |
177 | 2023-12-08T15:22:29.757Z | Actions: 1/3766 actions (Removing old actions) |
178 | 2023-12-08T15:22:29.759Z | Actions: 5/3766 actions (Installing new actions) |
179 | 2023-12-08T15:22:35.012Z | Actions: 3005/3766 actions (Installing new actions) |
180 | 2023-12-08T15:22:38.201Z | Actions: 3729/3766 actions (Updating modified actions) |
181 | 2023-12-08T15:22:38.793Z | Actions: Completed 3766 actions in 9.04 seconds. |
182 | 2023-12-08T15:22:38.914Z | Done (0.109s) |
183 | 2023-12-08T15:22:38.928Z | Done (0.000s) |
184 | 2023-12-08T15:22:39.190Z | Done (0.274s) |
185 | 2023-12-08T15:22:46.752Z | Done (7.434s) |
186 | 2023-12-08T15:22:47.110Z | Done (0.268s) |
187 | 2023-12-08T15:22:47.116Z | Done (0.000s) |
188 | 2023-12-08T15:22:47.378Z | Done (0.000s) |
189 | 2023-12-08T15:22:48.057Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-12-08T15:22:48.474Z | Planning: Checking for conflicting actions ... Done |
191 | 2023-12-08T15:22:48.474Z | Planning: Consolidating action changes ... Done |
192 | 2023-12-08T15:22:48.811Z | Planning: Evaluating mediators ... Done |
193 | 2023-12-08T15:22:49.236Z | Planning: Planning completed in 0.73 seconds |
194 | 2023-12-08T15:22:49.244Z | Mediators to change: 2 |
195 | 2023-12-08T15:22:49.244Z | Create boot environment: No |
196 | 2023-12-08T15:22:49.244Z | Create backup boot environment: No |
197 | 2023-12-08T15:22:49.244Z | Done |
198 | 2023-12-08T15:22:49.244Z | Done |
199 | 2023-12-08T15:22:49.245Z | Done |
200 | 2023-12-08T15:22:55.392Z | Done |
201 | 2023-12-08T15:22:55.407Z | Done |
202 | 2023-12-08T15:22:55.407Z | Done |
203 | 2023-12-08T15:22:55.408Z | Done |
204 | 2023-12-08T15:22:56.236Z | Planning: Evaluating mediator changes ... Done |
205 | 2023-12-08T15:22:56.281Z | Planning: Merging actions ... Done |
206 | 2023-12-08T15:22:56.756Z | Planning: Checking for conflicting actions ... Done |
207 | 2023-12-08T15:22:56.756Z | Planning: Consolidating action changes ... Done |
208 | 2023-12-08T15:22:56.977Z | Planning: Evaluating mediators ... Done |
209 | 2023-12-08T15:22:57.069Z | Planning: Planning completed in 1.29 seconds |
210 | 2023-12-08T15:22:57.132Z | Packages to change: 1 |
211 | 2023-12-08T15:22:57.132Z | Mediators to change: 1 |
212 | 2023-12-08T15:22:57.140Z | Services to change: 1 |
213 | 2023-12-08T15:22:57.157Z | Create boot environment: No |
214 | 2023-12-08T15:22:57.157Z | Create backup boot environment: Yes |
215 | 2023-12-08T15:22:59.222Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2023-12-08T15:22:59.227Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2023-12-08T15:22:59.227Z | Done |
218 | 2023-12-08T15:22:59.227Z | Done |
219 | 2023-12-08T15:22:59.289Z | Done |
220 | 2023-12-08T15:23:05.298Z | Done |
221 | 2023-12-08T15:23:05.434Z | Done |
222 | 2023-12-08T15:23:05.468Z | Done |
223 | 2023-12-08T15:23:05.570Z | Done |
224 | 2023-12-08T15:23:06.233Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2023-12-08T15:23:06.234Z | clang system 15 system |
226 | 2023-12-08T15:23:06.234Z | csh system system illumos |
227 | 2023-12-08T15:23:06.234Z | ctags system system illumos |
228 | 2023-12-08T15:23:06.234Z | gcc vendor 12 vendor |
229 | 2023-12-08T15:23:06.235Z | gcc system 10 system |
230 | 2023-12-08T15:23:06.235Z | gcc system 7 system |
231 | 2023-12-08T15:23:06.235Z | go system 1.20 system |
232 | 2023-12-08T15:23:06.236Z | go system 1.19 system |
233 | 2023-12-08T15:23:06.236Z | llvm system 15 system |
234 | 2023-12-08T15:23:06.236Z | llvm system 14 system |
235 | 2023-12-08T15:23:06.236Z | mariadb system 10.6 system |
236 | 2023-12-08T15:23:06.236Z | mta vendor vendor dma |
237 | 2023-12-08T15:23:06.237Z | openjdk system 17 system |
238 | 2023-12-08T15:23:06.238Z | openjdk system 11 system |
239 | 2023-12-08T15:23:06.238Z | openjdk system 1.8 system |
240 | 2023-12-08T15:23:06.240Z | openssl vendor 3 vendor |
241 | 2023-12-08T15:23:06.240Z | perl system 5.36 system |
242 | 2023-12-08T15:23:06.241Z | postgresql system 15 system |
243 | 2023-12-08T15:23:06.241Z | postgresql system 13 system |
244 | 2023-12-08T15:23:06.241Z | python vendor 3 vendor |
245 | 2023-12-08T15:23:06.241Z | python system 2 system |
246 | 2023-12-08T15:23:06.242Z | python3 system 3.11 system |
247 | 2023-12-08T15:23:06.242Z | ruby system 3.0 system |
248 | 2023-12-08T15:23:06.242Z | words vendor vendor american-english |
249 | 2023-12-08T15:23:06.243Z | words system system australian-english |
250 | 2023-12-08T15:23:06.243Z | words system system british-english |
251 | 2023-12-08T15:23:06.243Z | words system system canadian-english |
252 | 2023-12-08T15:23:06.243Z | words system system french |
253 | 2023-12-08T15:23:06.243Z | words system system italian |
254 | 2023-12-08T15:23:06.244Z | words system system ngerman |
255 | 2023-12-08T15:23:06.244Z | words system system ogerman |
256 | 2023-12-08T15:23:06.244Z | words system system spanish |
257 | 2023-12-08T15:23:06.784Z | FMRI IFO |
258 | 2023-12-08T15:23:06.784Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2023-12-08T15:23:06.784Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2023-12-08T15:23:06.784Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2023-12-08T15:23:06.784Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
262 | 2023-12-08T15:23:06.784Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2023-12-08T15:23:06.787Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
264 | 2023-12-08T15:23:06.787Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
265 | 2023-12-08T15:23:06.787Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
266 | 2023-12-08T15:23:06.890Z | + set -o errexit |
267 | 2023-12-08T15:23:07.844Z | +++ dirname ./tools/ci_download_cockroachdb |
268 | 2023-12-08T15:23:07.845Z | ++ cd ./tools |
269 | 2023-12-08T15:23:07.845Z | ++ pwd |
270 | 2023-12-08T15:23:07.845Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
271 | 2023-12-08T15:23:07.845Z | ++ basename ./tools/ci_download_cockroachdb |
272 | 2023-12-08T15:23:07.845Z | + ARG0=ci_download_cockroachdb |
273 | 2023-12-08T15:23:07.846Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
274 | 2023-12-08T15:23:07.846Z | + CIDL_VERSION=v22.1.9 |
275 | 2023-12-08T15:23:07.846Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
276 | 2023-12-08T15:23:07.846Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
277 | 2023-12-08T15:23:07.846Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
278 | 2023-12-08T15:23:07.847Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-12-08T15:23:07.847Z | + TARGET_DIR=out |
280 | 2023-12-08T15:23:07.847Z | + DOWNLOAD_DIR=out/downloads |
281 | 2023-12-08T15:23:07.847Z | + DEST_DIR=./out/cockroachdb |
282 | 2023-12-08T15:23:07.847Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
283 | 2023-12-08T15:23:07.847Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
284 | 2023-12-08T15:23:07.847Z | + main |
285 | 2023-12-08T15:23:07.847Z | + [[ 0 != 0 ]] |
286 | 2023-12-08T15:23:07.847Z | + CIDL_OS=solaris2.11 |
287 | 2023-12-08T15:23:07.848Z | + [[ 0 != 0 ]] |
288 | 2023-12-08T15:23:07.848Z | + configure_os solaris2.11 |
289 | 2023-12-08T15:23:07.849Z | + echo 'current directory: /work/oxidecomputer/omicron' |
290 | 2023-12-08T15:23:07.849Z | current directory: /work/oxidecomputer/omicron |
291 | 2023-12-08T15:23:07.849Z | + echo 'configuring based on OS: "solaris2.11"' |
292 | 2023-12-08T15:23:07.849Z | + case "$1" in |
293 | 2023-12-08T15:23:07.850Z | configuring based on OS: "solaris2.11" |
294 | 2023-12-08T15:23:07.850Z | + CIDL_BUILD=illumos |
295 | 2023-12-08T15:23:07.850Z | + CIDL_SUFFIX=tar.gz |
296 | 2023-12-08T15:23:07.850Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-12-08T15:23:07.850Z | + CIDL_MD5FUNC=do_md5sum |
298 | 2023-12-08T15:23:07.850Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2023-12-08T15:23:07.850Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2023-12-08T15:23:07.850Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2023-12-08T15:23:07.850Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-08T15:23:07.851Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-08T15:23:07.851Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2023-12-08T15:23:07.851Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-08T15:23:07.851Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2023-12-08T15:23:07.851Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-08T15:23:07.851Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2023-12-08T15:23:07.851Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-08T15:23:07.852Z | + mkdir -p out/downloads |
310 | 2023-12-08T15:23:07.852Z | + mkdir -p ./out/cockroachdb |
311 | 2023-12-08T15:23:07.852Z | + local DO_DOWNLOAD=true |
312 | 2023-12-08T15:23:07.852Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
313 | 2023-12-08T15:23:07.852Z | + '[' true == true ']' |
314 | 2023-12-08T15:23:07.852Z | + echo Downloading... |
315 | 2023-12-08T15:23:07.853Z | Downloading... |
316 | 2023-12-08T15:23:07.854Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-08T15:23:07.854Z | + 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 |
318 | 2023-12-08T15:23:13.413Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-08T15:23:13.419Z | ++ md5sum |
320 | 2023-12-08T15:23:13.419Z | ++ awk '{print $1}' |
321 | 2023-12-08T15:23:13.599Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
322 | 2023-12-08T15:23:13.600Z | + [[ 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 ]] |
323 | 2023-12-08T15:23:13.600Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2023-12-08T15:23:14.023Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
325 | 2023-12-08T15:23:16.997Z | + do_assemble_illumos |
326 | 2023-12-08T15:23:17.010Z | + rm -r ./out/cockroachdb |
327 | 2023-12-08T15:23:17.011Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
328 | 2023-12-08T15:23:17.612Z | + ./out/cockroachdb/bin/cockroach version |
329 | 2023-12-08T15:23:17.823Z | Build Tag: v22.1.9-dirty |
330 | 2023-12-08T15:23:17.823Z | Build Time: 2022/10/26 21:17:46 |
331 | 2023-12-08T15:23:17.823Z | Distribution: OSS |
332 | 2023-12-08T15:23:17.823Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
333 | 2023-12-08T15:23:17.823Z | Go Version: go1.17.13 |
334 | 2023-12-08T15:23:17.823Z | C Compiler: gcc 10.3.0 |
335 | 2023-12-08T15:23:17.823Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
336 | 2023-12-08T15:23:17.823Z | Build Type: release |
337 | 2023-12-08T15:23:17.847Z | + set -o errexit |
338 | 2023-12-08T15:23:17.856Z | +++ dirname ./tools/ci_download_clickhouse |
339 | 2023-12-08T15:23:17.856Z | ++ cd ./tools |
340 | 2023-12-08T15:23:17.857Z | ++ pwd |
341 | 2023-12-08T15:23:17.857Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
342 | 2023-12-08T15:23:17.857Z | ++ basename ./tools/ci_download_clickhouse |
343 | 2023-12-08T15:23:17.857Z | + ARG0=ci_download_clickhouse |
344 | 2023-12-08T15:23:17.857Z | + TARGET_DIR=out |
345 | 2023-12-08T15:23:17.857Z | + DOWNLOAD_DIR=out/downloads |
346 | 2023-12-08T15:23:17.857Z | + DEST_DIR=./out/clickhouse |
347 | 2023-12-08T15:23:17.858Z | + CIDL_VERSION=v22.8.9.24 |
348 | 2023-12-08T15:23:17.858Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
349 | 2023-12-08T15:23:17.858Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
350 | 2023-12-08T15:23:17.858Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
351 | 2023-12-08T15:23:17.858Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-12-08T15:23:17.858Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
353 | 2023-12-08T15:23:17.866Z | + main |
354 | 2023-12-08T15:23:17.866Z | + [[ 0 != 0 ]] |
355 | 2023-12-08T15:23:17.866Z | + CIDL_OS=solaris2.11 |
356 | 2023-12-08T15:23:17.866Z | + [[ 0 != 0 ]] |
357 | 2023-12-08T15:23:17.866Z | + configure_os solaris2.11 |
358 | 2023-12-08T15:23:17.867Z | + echo 'current directory: /work/oxidecomputer/omicron' |
359 | 2023-12-08T15:23:17.867Z | current directory: /work/oxidecomputer/omicron |
360 | 2023-12-08T15:23:17.867Z | + echo 'configuring based on OS: "solaris2.11"' |
361 | 2023-12-08T15:23:17.867Z | + CIDL_DASHREV= |
362 | 2023-12-08T15:23:17.867Z | + case "$1" in |
363 | 2023-12-08T15:23:17.867Z | configuring based on OS: "solaris2.11" |
364 | 2023-12-08T15:23:17.867Z | + CIDL_PLATFORM=illumos |
365 | 2023-12-08T15:23:17.869Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-08T15:23:17.869Z | + CIDL_MD5FUNC=do_md5sum |
367 | 2023-12-08T15:23:17.869Z | + CIDL_DASHREV=-1 |
368 | 2023-12-08T15:23:17.870Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
369 | 2023-12-08T15:23:17.870Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-08T15:23:17.870Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-08T15:23:17.870Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-08T15:23:17.870Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2023-12-08T15:23:17.871Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
374 | 2023-12-08T15:23:17.871Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-08T15:23:17.871Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-12-08T15:23:17.871Z | + mkdir -p out/downloads |
377 | 2023-12-08T15:23:17.871Z | + mkdir -p ./out/clickhouse |
378 | 2023-12-08T15:23:17.871Z | + local DO_DOWNLOAD=true |
379 | 2023-12-08T15:23:17.871Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
380 | 2023-12-08T15:23:17.872Z | + '[' true == true ']' |
381 | 2023-12-08T15:23:17.872Z | + echo Downloading... |
382 | 2023-12-08T15:23:17.872Z | Downloading... |
383 | 2023-12-08T15:23:17.872Z | + 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 |
384 | 2023-12-08T15:23:17.872Z | + 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 |
385 | 2023-12-08T15:23:19.315Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
386 | 2023-12-08T15:23:19.318Z | ++ md5sum |
387 | 2023-12-08T15:23:19.318Z | ++ awk '{print $1}' |
388 | 2023-12-08T15:23:19.581Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
389 | 2023-12-08T15:23:19.581Z | + [[ 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 ]] |
390 | 2023-12-08T15:23:19.582Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
391 | 2023-12-08T15:23:19.590Z | + mkdir -p ./out/clickhouse |
392 | 2023-12-08T15:23:19.591Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
393 | 2023-12-08T15:23:24.479Z | + ./out/clickhouse/clickhouse server --version |
394 | 2023-12-08T15:23:24.961Z | ClickHouse server version 22.8.9.1. |
395 | 2023-12-08T15:23:24.968Z | + set -o errexit |
396 | 2023-12-08T15:23:24.968Z | +++ dirname ./tools/ci_download_console |
397 | 2023-12-08T15:23:24.968Z | ++ cd ./tools |
398 | 2023-12-08T15:23:24.969Z | ++ pwd |
399 | 2023-12-08T15:23:24.969Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
400 | 2023-12-08T15:23:24.969Z | ++ basename ./tools/ci_download_console |
401 | 2023-12-08T15:23:24.969Z | + ARG0=ci_download_console |
402 | 2023-12-08T15:23:24.969Z | + TARGET_DIR=out |
403 | 2023-12-08T15:23:24.970Z | + DOWNLOAD_DIR=out/downloads |
404 | 2023-12-08T15:23:24.970Z | + DEST_DIR=./out/console-assets |
405 | 2023-12-08T15:23:24.970Z | + source /work/oxidecomputer/omicron/tools/console_version |
406 | 2023-12-08T15:23:24.970Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
407 | 2023-12-08T15:23:24.970Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
408 | 2023-12-08T15:23:24.970Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
409 | 2023-12-08T15:23:24.970Z | + TARBALL_FILE=out/downloads/console.tar.gz |
410 | 2023-12-08T15:23:24.970Z | + main |
411 | 2023-12-08T15:23:24.970Z | + [[ 0 != 0 ]] |
412 | 2023-12-08T15:23:24.970Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
413 | 2023-12-08T15:23:24.971Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
414 | 2023-12-08T15:23:24.971Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2023-12-08T15:23:24.972Z | Local file: out/downloads/console.tar.gz |
416 | 2023-12-08T15:23:24.972Z | + local DO_DOWNLOAD=true |
417 | 2023-12-08T15:23:24.972Z | + [[ -f out/downloads/console.tar.gz ]] |
418 | 2023-12-08T15:23:24.973Z | + mkdir -p out/downloads |
419 | 2023-12-08T15:23:24.973Z | + '[' true == true ']' |
420 | 2023-12-08T15:23:24.973Z | + echo Downloading... |
421 | 2023-12-08T15:23:24.973Z | Downloading... |
422 | 2023-12-08T15:23:24.973Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
423 | 2023-12-08T15:23:24.973Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
424 | 2023-12-08T15:23:25.258Z | ++ do_sha256sum out/downloads/console.tar.gz |
425 | 2023-12-08T15:23:25.265Z | ++ case "$OSTYPE" in |
426 | 2023-12-08T15:23:25.265Z | ++ SHA=sha256sum |
427 | 2023-12-08T15:23:25.266Z | ++ sha256sum |
428 | 2023-12-08T15:23:25.266Z | ++ awk '{print $1}' |
429 | 2023-12-08T15:23:25.280Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
430 | 2023-12-08T15:23:25.281Z | + [[ 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 ]] |
431 | 2023-12-08T15:23:25.295Z | + rm -rf ./out/console-assets |
432 | 2023-12-08T15:23:25.295Z | + mkdir -p ./out/console-assets |
433 | 2023-12-08T15:23:25.296Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
434 | 2023-12-08T15:23:25.296Z | + mkdir -p ./out/console-assets |
435 | 2023-12-08T15:23:25.296Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
436 | 2023-12-08T15:23:25.851Z | + set -o errexit |
437 | 2023-12-08T15:23:26.322Z | +++ dirname ./tools/ci_download_maghemite_openapi |
438 | 2023-12-08T15:23:26.322Z | ++ cd ./tools |
439 | 2023-12-08T15:23:26.322Z | ++ pwd |
440 | 2023-12-08T15:23:26.323Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
441 | 2023-12-08T15:23:26.323Z | ++ basename ./tools/ci_download_maghemite_openapi |
442 | 2023-12-08T15:23:26.323Z | + ARG0=ci_download_maghemite_openapi |
443 | 2023-12-08T15:23:26.323Z | + TARGET_DIR=out |
444 | 2023-12-08T15:23:26.323Z | + DOWNLOAD_DIR=out/downloads |
445 | 2023-12-08T15:23:26.323Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
446 | 2023-12-08T15:23:26.324Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
447 | 2023-12-08T15:23:26.324Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-08T15:23:26.324Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
449 | 2023-12-08T15:23:26.324Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
450 | 2023-12-08T15:23:26.326Z | + main |
451 | 2023-12-08T15:23:26.326Z | + [[ 0 != 0 ]] |
452 | 2023-12-08T15:23:26.326Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
453 | 2023-12-08T15:23:26.326Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
454 | 2023-12-08T15:23:26.326Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
455 | 2023-12-08T15:23:26.326Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
456 | 2023-12-08T15:23:26.326Z | + local DO_DOWNLOAD=true |
457 | 2023-12-08T15:23:26.327Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
458 | 2023-12-08T15:23:26.327Z | + mkdir -p out/downloads |
459 | 2023-12-08T15:23:26.327Z | + '[' true == true ']' |
460 | 2023-12-08T15:23:26.327Z | + echo Downloading... |
461 | 2023-12-08T15:23:26.327Z | Downloading... |
462 | 2023-12-08T15:23:26.327Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
463 | 2023-12-08T15:23:26.327Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
464 | 2023-12-08T15:23:26.328Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
465 | 2023-12-08T15:23:26.328Z | ++ case "$OSTYPE" in |
466 | 2023-12-08T15:23:26.328Z | ++ SHA=sha256sum |
467 | 2023-12-08T15:23:26.328Z | ++ sha256sum |
468 | 2023-12-08T15:23:26.328Z | ++ awk '{print $1}' |
469 | 2023-12-08T15:23:26.328Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
470 | 2023-12-08T15:23:26.328Z | + [[ 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 ]] |
471 | 2023-12-08T15:23:26.330Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2023-12-08T15:23:26.330Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
473 | 2023-12-08T15:23:26.330Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
474 | 2023-12-08T15:23:26.330Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
475 | 2023-12-08T15:23:26.331Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
476 | 2023-12-08T15:23:26.331Z | + main |
477 | 2023-12-08T15:23:26.331Z | + [[ 0 != 0 ]] |
478 | 2023-12-08T15:23:26.331Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
479 | 2023-12-08T15:23:26.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
480 | 2023-12-08T15:23:26.331Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
481 | 2023-12-08T15:23:26.332Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
482 | 2023-12-08T15:23:26.332Z | + local DO_DOWNLOAD=true |
483 | 2023-12-08T15:23:26.332Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
484 | 2023-12-08T15:23:26.332Z | + mkdir -p out/downloads |
485 | 2023-12-08T15:23:26.332Z | + '[' true == true ']' |
486 | 2023-12-08T15:23:26.332Z | + echo Downloading... |
487 | 2023-12-08T15:23:26.332Z | Downloading... |
488 | 2023-12-08T15:23:26.333Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
489 | 2023-12-08T15:23:26.333Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
490 | 2023-12-08T15:23:26.402Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
491 | 2023-12-08T15:23:26.414Z | ++ case "$OSTYPE" in |
492 | 2023-12-08T15:23:26.414Z | ++ SHA=sha256sum |
493 | 2023-12-08T15:23:26.414Z | ++ sha256sum |
494 | 2023-12-08T15:23:26.415Z | ++ awk '{print $1}' |
495 | 2023-12-08T15:23:26.415Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
496 | 2023-12-08T15:23:26.415Z | + [[ 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 ]] |
497 | 2023-12-08T15:23:26.419Z | + set -o errexit |
498 | 2023-12-08T15:23:26.420Z | +++ dirname ./tools/ci_download_dendrite_openapi |
499 | 2023-12-08T15:23:26.420Z | ++ cd ./tools |
500 | 2023-12-08T15:23:26.420Z | ++ pwd |
501 | 2023-12-08T15:23:26.423Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2023-12-08T15:23:26.423Z | ++ basename ./tools/ci_download_dendrite_openapi |
503 | 2023-12-08T15:23:26.423Z | + ARG0=ci_download_dendrite_openapi |
504 | 2023-12-08T15:23:26.423Z | + TARGET_DIR=out |
505 | 2023-12-08T15:23:26.423Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-12-08T15:23:26.423Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
507 | 2023-12-08T15:23:26.424Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
508 | 2023-12-08T15:23:26.424Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-08T15:23:26.424Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
510 | 2023-12-08T15:23:26.424Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
511 | 2023-12-08T15:23:26.424Z | + main |
512 | 2023-12-08T15:23:26.424Z | + [[ 0 != 0 ]] |
513 | 2023-12-08T15:23:26.424Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
514 | 2023-12-08T15:23:26.424Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
515 | 2023-12-08T15:23:26.424Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
516 | 2023-12-08T15:23:26.424Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
517 | 2023-12-08T15:23:26.424Z | + local DO_DOWNLOAD=true |
518 | 2023-12-08T15:23:26.424Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
519 | 2023-12-08T15:23:26.424Z | + mkdir -p out/downloads |
520 | 2023-12-08T15:23:26.428Z | + '[' true == true ']' |
521 | 2023-12-08T15:23:26.428Z | + echo Downloading... |
522 | 2023-12-08T15:23:26.428Z | Downloading... |
523 | 2023-12-08T15:23:26.428Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
524 | 2023-12-08T15:23:26.428Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
525 | 2023-12-08T15:23:26.650Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
526 | 2023-12-08T15:23:26.650Z | ++ case "$OSTYPE" in |
527 | 2023-12-08T15:23:26.658Z | ++ SHA=sha256sum |
528 | 2023-12-08T15:23:26.659Z | ++ sha256sum |
529 | 2023-12-08T15:23:26.659Z | ++ awk '{print $1}' |
530 | 2023-12-08T15:23:26.659Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
531 | 2023-12-08T15:23:26.659Z | + [[ 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 ]] |
532 | 2023-12-08T15:23:26.666Z | + set -o errexit |
533 | 2023-12-08T15:23:26.667Z | +++ dirname ./tools/ci_download_dendrite_stub |
534 | 2023-12-08T15:23:26.677Z | ++ cd ./tools |
535 | 2023-12-08T15:23:26.677Z | ++ pwd |
536 | 2023-12-08T15:23:26.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
537 | 2023-12-08T15:23:26.677Z | ++ basename ./tools/ci_download_dendrite_stub |
538 | 2023-12-08T15:23:26.677Z | + ARG0=ci_download_dendrite_stub |
539 | 2023-12-08T15:23:26.678Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
540 | 2023-12-08T15:23:26.678Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
541 | 2023-12-08T15:23:26.678Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
542 | 2023-12-08T15:23:26.678Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
543 | 2023-12-08T15:23:26.678Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
544 | 2023-12-08T15:23:26.678Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
545 | 2023-12-08T15:23:26.678Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
546 | 2023-12-08T15:23:26.678Z | + TARGET_DIR=out |
547 | 2023-12-08T15:23:26.678Z | + DOWNLOAD_DIR=out/downloads |
548 | 2023-12-08T15:23:26.679Z | + DEST_DIR=./out/dendrite-stub |
549 | 2023-12-08T15:23:26.679Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
550 | 2023-12-08T15:23:26.679Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2023-12-08T15:23:26.679Z | + REPO=oxidecomputer/dendrite |
552 | 2023-12-08T15:23:26.679Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
553 | 2023-12-08T15:23:26.679Z | + main |
554 | 2023-12-08T15:23:26.679Z | + [[ 0 != 0 ]] |
555 | 2023-12-08T15:23:26.679Z | + CIDL_OS=solaris2.11 |
556 | 2023-12-08T15:23:26.679Z | + [[ 0 != 0 ]] |
557 | 2023-12-08T15:23:26.679Z | + configure_os solaris2.11 |
558 | 2023-12-08T15:23:26.679Z | + echo 'current directory: /work/oxidecomputer/omicron' |
559 | 2023-12-08T15:23:26.679Z | current directory: /work/oxidecomputer/omicron |
560 | 2023-12-08T15:23:26.680Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2023-12-08T15:23:26.680Z | configuring based on OS: "solaris2.11" |
562 | 2023-12-08T15:23:26.680Z | + case "$1" in |
563 | 2023-12-08T15:23:26.680Z | + SET_BINARIES= |
564 | 2023-12-08T15:23:26.680Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
565 | 2023-12-08T15:23:26.680Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2023-12-08T15:23:26.680Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
567 | 2023-12-08T15:23:26.680Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
568 | 2023-12-08T15:23:26.680Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-08T15:23:26.680Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
570 | 2023-12-08T15:23:26.681Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
571 | 2023-12-08T15:23:26.681Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-08T15:23:26.681Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2023-12-08T15:23:26.681Z | + mkdir -p out/downloads |
574 | 2023-12-08T15:23:26.686Z | + mkdir -p ./out/dendrite-stub |
575 | 2023-12-08T15:23:26.686Z | + fetch_and_verify |
576 | 2023-12-08T15:23:26.686Z | + local DO_DOWNLOAD=true |
577 | 2023-12-08T15:23:26.688Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
578 | 2023-12-08T15:23:26.688Z | + '[' true == true ']' |
579 | 2023-12-08T15:23:26.689Z | + echo Downloading... |
580 | 2023-12-08T15:23:26.689Z | Downloading... |
581 | 2023-12-08T15:23:26.689Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
582 | 2023-12-08T15:23:26.689Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
583 | 2023-12-08T15:23:41.626Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-08T15:23:41.633Z | ++ sha256sum |
585 | 2023-12-08T15:23:41.633Z | ++ awk '{print $1}' |
586 | 2023-12-08T15:23:41.731Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
587 | 2023-12-08T15:23:41.731Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
588 | 2023-12-08T15:23:41.740Z | + do_untar out/downloads/dendrite-stub.tar.gz |
589 | 2023-12-08T15:23:41.740Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
590 | 2023-12-08T15:23:42.711Z | + do_assemble |
591 | 2023-12-08T15:23:42.712Z | + rm -r ./out/dendrite-stub |
592 | 2023-12-08T15:23:42.720Z | + mkdir ./out/dendrite-stub |
593 | 2023-12-08T15:23:42.720Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
594 | 2023-12-08T15:23:42.828Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
595 | 2023-12-08T15:23:42.861Z | + set -o errexit |
596 | 2023-12-08T15:23:43.280Z | +++ dirname ./tools/ci_download_maghemite_mgd |
597 | 2023-12-08T15:23:43.280Z | ++ cd ./tools |
598 | 2023-12-08T15:23:43.280Z | ++ pwd |
599 | 2023-12-08T15:23:43.280Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
600 | 2023-12-08T15:23:43.280Z | ++ basename ./tools/ci_download_maghemite_mgd |
601 | 2023-12-08T15:23:43.281Z | + ARG0=ci_download_maghemite_mgd |
602 | 2023-12-08T15:23:43.281Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
603 | 2023-12-08T15:23:43.281Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
604 | 2023-12-08T15:23:43.282Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
605 | 2023-12-08T15:23:43.282Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
606 | 2023-12-08T15:23:43.282Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
607 | 2023-12-08T15:23:43.282Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
608 | 2023-12-08T15:23:43.282Z | + TARGET_DIR=out |
609 | 2023-12-08T15:23:43.282Z | + DOWNLOAD_DIR=out/downloads |
610 | 2023-12-08T15:23:43.282Z | + DEST_DIR=./out/mgd |
611 | 2023-12-08T15:23:43.282Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
612 | 2023-12-08T15:23:43.282Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
613 | 2023-12-08T15:23:43.282Z | + REPO=oxidecomputer/maghemite |
614 | 2023-12-08T15:23:43.282Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
615 | 2023-12-08T15:23:43.282Z | + main |
616 | 2023-12-08T15:23:43.282Z | + [[ 0 != 0 ]] |
617 | 2023-12-08T15:23:43.282Z | + CIDL_OS=solaris2.11 |
618 | 2023-12-08T15:23:43.282Z | + [[ 0 != 0 ]] |
619 | 2023-12-08T15:23:43.283Z | + configure_os solaris2.11 |
620 | 2023-12-08T15:23:43.283Z | + echo 'current directory: /work/oxidecomputer/omicron' |
621 | 2023-12-08T15:23:43.283Z | current directory: /work/oxidecomputer/omicron |
622 | 2023-12-08T15:23:43.283Z | + echo 'configuring based on OS: "solaris2.11"' |
623 | 2023-12-08T15:23:43.283Z | + case "$1" in |
624 | 2023-12-08T15:23:43.283Z | configuring based on OS: "solaris2.11" |
625 | 2023-12-08T15:23:43.283Z | + SET_BINARIES= |
626 | 2023-12-08T15:23:43.283Z | + CIDL_SHA256FUNC=do_sha256sum |
627 | 2023-12-08T15:23:43.283Z | + TARBALL_FILENAME=mgd.tar.gz |
628 | 2023-12-08T15:23:43.283Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
629 | 2023-12-08T15:23:43.283Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
630 | 2023-12-08T15:23:43.283Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
631 | 2023-12-08T15:23:43.283Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
632 | 2023-12-08T15:23:43.283Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
633 | 2023-12-08T15:23:43.283Z | Local file: out/downloads/mgd.tar.gz |
634 | 2023-12-08T15:23:43.283Z | + mkdir -p out/downloads |
635 | 2023-12-08T15:23:43.283Z | + mkdir -p ./out/mgd |
636 | 2023-12-08T15:23:43.283Z | + fetch_and_verify |
637 | 2023-12-08T15:23:43.284Z | + local DO_DOWNLOAD=true |
638 | 2023-12-08T15:23:43.284Z | + [[ -f out/downloads/mgd.tar.gz ]] |
639 | 2023-12-08T15:23:43.284Z | + '[' true == true ']' |
640 | 2023-12-08T15:23:43.284Z | + echo Downloading... |
641 | 2023-12-08T15:23:43.284Z | Downloading... |
642 | 2023-12-08T15:23:43.284Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
643 | 2023-12-08T15:23:43.284Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
644 | 2023-12-08T15:23:53.156Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
645 | 2023-12-08T15:23:53.165Z | ++ sha256sum |
646 | 2023-12-08T15:23:53.166Z | ++ awk '{print $1}' |
647 | 2023-12-08T15:23:53.664Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
648 | 2023-12-08T15:23:53.664Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
649 | 2023-12-08T15:23:53.675Z | + do_untar out/downloads/mgd.tar.gz |
650 | 2023-12-08T15:23:53.676Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
651 | 2023-12-08T15:23:53.892Z | + do_assemble |
652 | 2023-12-08T15:23:53.892Z | + rm -r ./out/mgd |
653 | 2023-12-08T15:23:53.899Z | + mkdir ./out/mgd |
654 | 2023-12-08T15:23:53.903Z | + cp -r out/downloads/root ./out/mgd/root |
655 | 2023-12-08T15:23:54.080Z | + set -o errexit |
656 | 2023-12-08T15:23:54.084Z | +++ dirname ./tools/ci_download_transceiver_control |
657 | 2023-12-08T15:23:54.084Z | ++ cd ./tools |
658 | 2023-12-08T15:23:54.084Z | ++ pwd |
659 | 2023-12-08T15:23:54.096Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
660 | 2023-12-08T15:23:54.097Z | ++ basename ./tools/ci_download_transceiver_control |
661 | 2023-12-08T15:23:54.097Z | + ARG0=ci_download_transceiver_control |
662 | 2023-12-08T15:23:54.097Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
663 | 2023-12-08T15:23:54.097Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2023-12-08T15:23:54.097Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2023-12-08T15:23:54.097Z | + TARGET_DIR=out |
666 | 2023-12-08T15:23:54.097Z | + DOWNLOAD_DIR=out/downloads |
667 | 2023-12-08T15:23:54.097Z | + DEST_DIR=./out/transceiver-control |
668 | 2023-12-08T15:23:54.097Z | + BIN_DIR=/opt/oxide/bin |
669 | 2023-12-08T15:23:54.097Z | + BINARY=xcvradm |
670 | 2023-12-08T15:23:54.097Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
671 | 2023-12-08T15:23:54.097Z | + REPO=oxidecomputer/transceiver-control |
672 | 2023-12-08T15:23:54.097Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2023-12-08T15:23:54.098Z | + main |
674 | 2023-12-08T15:23:54.098Z | + [[ 0 != 0 ]] |
675 | 2023-12-08T15:23:54.098Z | + CIDL_OS=solaris2.11 |
676 | 2023-12-08T15:23:54.098Z | + [[ 0 != 0 ]] |
677 | 2023-12-08T15:23:54.098Z | + configure_os solaris2.11 |
678 | 2023-12-08T15:23:54.098Z | + echo 'current directory: /work/oxidecomputer/omicron' |
679 | 2023-12-08T15:23:54.098Z | current directory: /work/oxidecomputer/omicron |
680 | 2023-12-08T15:23:54.098Z | + echo 'configuring based on OS: "solaris2.11"' |
681 | 2023-12-08T15:23:54.098Z | configuring based on OS: "solaris2.11" |
682 | 2023-12-08T15:23:54.098Z | + case "$1" in |
683 | 2023-12-08T15:23:54.098Z | + SET_BINARIES= |
684 | 2023-12-08T15:23:54.098Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-08T15:23:54.098Z | + CIDL_SHA256FUNC=do_sha256sum |
686 | 2023-12-08T15:23:54.099Z | + ARCHIVE_FILENAME=xcvradm.gz |
687 | 2023-12-08T15:23:54.099Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2023-12-08T15:23:54.099Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
689 | 2023-12-08T15:23:54.099Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
690 | 2023-12-08T15:23:54.099Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
691 | 2023-12-08T15:23:54.099Z | + echo 'Local file: out/downloads/xcvradm.gz' |
692 | 2023-12-08T15:23:54.099Z | Local file: out/downloads/xcvradm.gz |
693 | 2023-12-08T15:23:54.100Z | + mkdir -p out/downloads |
694 | 2023-12-08T15:23:54.542Z | + mkdir -p ./out/transceiver-control |
695 | 2023-12-08T15:23:54.543Z | + fetch_and_verify |
696 | 2023-12-08T15:23:54.543Z | + local DO_DOWNLOAD=true |
697 | 2023-12-08T15:23:54.543Z | + [[ -f out/downloads/xcvradm.gz ]] |
698 | 2023-12-08T15:23:54.543Z | + '[' true == true ']' |
699 | 2023-12-08T15:23:54.544Z | + echo Downloading... |
700 | 2023-12-08T15:23:54.544Z | Downloading... |
701 | 2023-12-08T15:23:54.544Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
702 | 2023-12-08T15:23:54.544Z | + 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 |
703 | 2023-12-08T15:23:58.850Z | ++ do_sha256sum out/downloads/xcvradm.gz |
704 | 2023-12-08T15:23:58.856Z | ++ sha256sum |
705 | 2023-12-08T15:23:58.856Z | ++ awk '{print $1}' |
706 | 2023-12-08T15:23:58.865Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
707 | 2023-12-08T15:23:58.865Z | + [[ 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 ]] |
708 | 2023-12-08T15:23:58.871Z | + do_unpack out/downloads/xcvradm.gz |
709 | 2023-12-08T15:23:58.871Z | + mkdir -p out/downloads/root//opt/oxide/bin |
710 | 2023-12-08T15:23:58.871Z | + gzip -dc out/downloads/xcvradm.gz |
711 | 2023-12-08T15:23:59.043Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
712 | 2023-12-08T15:23:59.050Z | + do_assemble |
713 | 2023-12-08T15:23:59.050Z | + rm -r ./out/transceiver-control |
714 | 2023-12-08T15:23:59.053Z | + mkdir ./out/transceiver-control |
715 | 2023-12-08T15:23:59.053Z | + cp -r out/downloads/root ./out/transceiver-control/root |
716 | 2023-12-08T15:23:59.263Z | All builder prerequisites installed successfully, and PATH looks valid |
717 | 2023-12-08T15:23:59.271Z | |
718 | 2023-12-08T15:23:59.271Z | real 2:31.008499422 |
719 | 2023-12-08T15:23:59.271Z | user 55.987735514 |
720 | 2023-12-08T15:23:59.271Z | sys 10.244229995 |
721 | 2023-12-08T15:23:59.271Z | trap 0.024935257 |
722 | 2023-12-08T15:23:59.271Z | tflt 0.114971094 |
723 | 2023-12-08T15:23:59.272Z | dflt 0.629476747 |
724 | 2023-12-08T15:23:59.272Z | kflt 0.128916040 |
725 | 2023-12-08T15:23:59.272Z | lock 1.531349925 |
726 | 2023-12-08T15:23:59.272Z | slp 4:55.758969616 |
727 | 2023-12-08T15:23:59.272Z | lat 3.494451037 |
728 | 2023-12-08T15:23:59.273Z | stop 0.063816108 |
729 | 2023-12-08T15:23:59.273Z | |
730 | 2023-12-08T15:23:59.274Z | #### # # ##### ##### # # |
731 | 2023-12-08T15:23:59.274Z | # # # # # # # # # # |
732 | 2023-12-08T15:23:59.274Z | # # # # # # # # |
733 | 2023-12-08T15:23:59.274Z | # # # ##### ##### # |
734 | 2023-12-08T15:23:59.274Z | # # # # # # # |
735 | 2023-12-08T15:23:59.274Z | #### ###### # # # # |
736 | 2023-12-08T15:23:59.274Z | |
737 | 2023-12-08T15:23:59.690Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2023-12-08T15:23:59.994Z | Updating crates.io index |
739 | 2023-12-08T15:24:00.051Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2023-12-08T15:24:00.761Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2023-12-08T15:24:02.432Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2023-12-08T15:24:03.075Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2023-12-08T15:24:03.383Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2023-12-08T15:24:03.693Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2023-12-08T15:24:04.038Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2023-12-08T15:24:04.927Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2023-12-08T15:24:07.313Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2023-12-08T15:24:08.347Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2023-12-08T15:24:08.691Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2023-12-08T15:24:09.273Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2023-12-08T15:24:09.681Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
752 | 2023-12-08T15:24:10.060Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
753 | 2023-12-08T15:24:10.447Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
754 | 2023-12-08T15:24:10.787Z | Updating git repository `https://github.com/njaremko/samael` |
755 | 2023-12-08T15:24:11.382Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2023-12-08T15:24:11.972Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2023-12-08T15:24:12.423Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2023-12-08T15:24:12.818Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2023-12-08T15:24:14.228Z | Updating git repository `https://github.com/cbiffle/hubpack` |
760 | 2023-12-08T15:24:14.619Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2023-12-08T15:24:15.590Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2023-12-08T15:24:15.964Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2023-12-08T15:24:16.276Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2023-12-08T15:24:17.723Z | Downloading crates ... |
765 | 2023-12-08T15:24:17.905Z | Downloaded anstyle-query v1.0.0 |
766 | 2023-12-08T15:24:17.915Z | Downloaded serde v1.0.192 |
767 | 2023-12-08T15:24:17.920Z | Downloaded serde_derive v1.0.192 |
768 | 2023-12-08T15:24:17.925Z | Downloaded colorchoice v1.0.0 |
769 | 2023-12-08T15:24:17.929Z | Downloaded equivalent v1.0.1 |
770 | 2023-12-08T15:24:17.929Z | Downloaded anstream v0.5.0 |
771 | 2023-12-08T15:24:17.933Z | Downloaded clap_lex v0.5.1 |
772 | 2023-12-08T15:24:17.936Z | Downloaded bitflags v1.3.2 |
773 | 2023-12-08T15:24:17.939Z | Downloaded itoa v1.0.9 |
774 | 2023-12-08T15:24:17.943Z | Downloaded serde_spanned v0.6.4 |
775 | 2023-12-08T15:24:17.946Z | Downloaded utf8parse v0.2.1 |
776 | 2023-12-08T15:24:17.946Z | Downloaded strsim v0.10.0 |
777 | 2023-12-08T15:24:17.949Z | Downloaded anstyle v1.0.2 |
778 | 2023-12-08T15:24:17.956Z | Downloaded cargo-platform v0.1.3 |
779 | 2023-12-08T15:24:17.956Z | Downloaded heck v0.4.1 |
780 | 2023-12-08T15:24:17.959Z | Downloaded cargo_toml v0.17.0 |
781 | 2023-12-08T15:24:17.959Z | Downloaded terminal_size v0.2.6 |
782 | 2023-12-08T15:24:17.959Z | Downloaded toml_datetime v0.6.5 |
783 | 2023-12-08T15:24:17.963Z | Downloaded cargo_metadata v0.18.0 |
784 | 2023-12-08T15:24:17.963Z | Downloaded anstyle-parse v0.2.1 |
785 | 2023-12-08T15:24:17.966Z | Downloaded errno v0.3.2 |
786 | 2023-12-08T15:24:17.970Z | Downloaded semver v1.0.20 |
787 | 2023-12-08T15:24:17.974Z | Downloaded thiserror v1.0.49 |
788 | 2023-12-08T15:24:17.985Z | Downloaded clap_derive v4.4.2 |
789 | 2023-12-08T15:24:18.007Z | Downloaded unicode-ident v1.0.12 |
790 | 2023-12-08T15:24:18.009Z | Downloaded io-lifetimes v1.0.11 |
791 | 2023-12-08T15:24:18.009Z | Downloaded ryu v1.0.15 |
792 | 2023-12-08T15:24:18.023Z | Downloaded proc-macro2 v1.0.69 |
793 | 2023-12-08T15:24:18.023Z | Downloaded anyhow v1.0.75 |
794 | 2023-12-08T15:24:18.023Z | Downloaded indexmap v2.1.0 |
795 | 2023-12-08T15:24:18.023Z | Downloaded memchr v2.6.3 |
796 | 2023-12-08T15:24:18.030Z | Downloaded toml_edit v0.21.0 |
797 | 2023-12-08T15:24:18.059Z | Downloaded hashbrown v0.14.2 |
798 | 2023-12-08T15:24:18.067Z | Downloaded serde_json v1.0.108 |
799 | 2023-12-08T15:24:18.081Z | Downloaded rustix v0.37.23 |
800 | 2023-12-08T15:24:18.114Z | Downloaded winnow v0.5.15 |
801 | 2023-12-08T15:24:18.128Z | Downloaded libc v0.2.150 |
802 | 2023-12-08T15:24:18.175Z | Downloaded syn v2.0.32 |
803 | 2023-12-08T15:24:18.192Z | Downloaded clap_builder v4.4.2 |
804 | 2023-12-08T15:24:18.203Z | Downloaded camino v1.1.6 |
805 | 2023-12-08T15:24:18.206Z | Downloaded quote v1.0.33 |
806 | 2023-12-08T15:24:18.210Z | Downloaded clap v4.4.3 |
807 | 2023-12-08T15:24:18.227Z | Downloaded toml v0.8.8 |
808 | 2023-12-08T15:24:18.231Z | Downloaded thiserror-impl v1.0.49 |
809 | 2023-12-08T15:24:18.342Z | Compiling proc-macro2 v1.0.69 |
810 | 2023-12-08T15:24:18.342Z | Compiling unicode-ident v1.0.12 |
811 | 2023-12-08T15:24:18.345Z | Compiling serde v1.0.192 |
812 | 2023-12-08T15:24:18.345Z | Compiling libc v0.2.150 |
813 | 2023-12-08T15:24:18.345Z | Compiling io-lifetimes v1.0.11 |
814 | 2023-12-08T15:24:18.356Z | Compiling rustix v0.37.23 |
815 | 2023-12-08T15:24:18.359Z | Compiling equivalent v1.0.1 |
816 | 2023-12-08T15:24:18.360Z | Compiling utf8parse v0.2.1 |
817 | 2023-12-08T15:24:18.615Z | Compiling bitflags v1.3.2 |
818 | 2023-12-08T15:24:18.661Z | Compiling hashbrown v0.14.2 |
819 | 2023-12-08T15:24:18.678Z | Compiling anstyle-parse v0.2.1 |
820 | 2023-12-08T15:24:18.721Z | Compiling anstyle-query v1.0.0 |
821 | 2023-12-08T15:24:18.903Z | Compiling anstyle v1.0.2 |
822 | 2023-12-08T15:24:19.123Z | Compiling camino v1.1.6 |
823 | 2023-12-08T15:24:19.394Z | Compiling semver v1.0.20 |
824 | 2023-12-08T15:24:20.158Z | Compiling indexmap v2.1.0 |
825 | 2023-12-08T15:24:20.627Z | Compiling thiserror v1.0.49 |
826 | 2023-12-08T15:24:20.630Z | Compiling colorchoice v1.0.0 |
827 | 2023-12-08T15:24:20.722Z | Compiling serde_json v1.0.108 |
828 | 2023-12-08T15:24:20.766Z | Compiling winnow v0.5.15 |
829 | 2023-12-08T15:24:20.883Z | Compiling anstream v0.5.0 |
830 | 2023-12-08T15:24:21.169Z | Compiling heck v0.4.1 |
831 | 2023-12-08T15:24:21.219Z | Compiling strsim v0.10.0 |
832 | 2023-12-08T15:24:21.613Z | Compiling itoa v1.0.9 |
833 | 2023-12-08T15:24:21.890Z | Compiling clap_lex v0.5.1 |
834 | 2023-12-08T15:24:21.911Z | Compiling ryu v1.0.15 |
835 | 2023-12-08T15:24:21.930Z | Compiling anyhow v1.0.75 |
836 | 2023-12-08T15:24:21.946Z | Compiling quote v1.0.33 |
837 | 2023-12-08T15:24:22.485Z | Compiling syn v2.0.32 |
838 | 2023-12-08T15:24:22.729Z | Compiling errno v0.3.2 |
839 | 2023-12-08T15:24:24.154Z | Compiling terminal_size v0.2.6 |
840 | 2023-12-08T15:24:24.293Z | Compiling clap_builder v4.4.2 |
841 | 2023-12-08T15:24:30.321Z | Compiling serde_derive v1.0.192 |
842 | 2023-12-08T15:24:30.325Z | Compiling thiserror-impl v1.0.49 |
843 | 2023-12-08T15:24:30.325Z | Compiling clap_derive v4.4.2 |
844 | 2023-12-08T15:24:34.830Z | Compiling clap v4.4.3 |
845 | 2023-12-08T15:24:43.134Z | Compiling serde_spanned v0.6.4 |
846 | 2023-12-08T15:24:43.140Z | Compiling toml_datetime v0.6.5 |
847 | 2023-12-08T15:24:43.140Z | Compiling cargo-platform v0.1.3 |
848 | 2023-12-08T15:24:43.488Z | Compiling toml_edit v0.21.0 |
849 | 2023-12-08T15:24:45.082Z | Compiling cargo_metadata v0.18.0 |
850 | 2023-12-08T15:24:46.609Z | Compiling toml v0.8.8 |
851 | 2023-12-08T15:24:47.774Z | Compiling cargo_toml v0.17.0 |
852 | 2023-12-08T15:24:53.516Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
853 | 2023-12-08T15:24:54.822Z | Finished dev [unoptimized + debuginfo] target(s) in 55.47s |
854 | 2023-12-08T15:24:55.029Z | Running `target/debug/xtask clippy` |
855 | 2023-12-08T15:24:55.082Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
856 | 2023-12-08T15:24:55.884Z | Downloading crates ... |
857 | 2023-12-08T15:24:56.136Z | Downloaded ipnetwork v0.20.0 |
858 | 2023-12-08T15:24:56.163Z | Downloaded openssl-probe v0.1.5 |
859 | 2023-12-08T15:24:56.168Z | Downloaded packed_struct_codegen v0.10.1 |
860 | 2023-12-08T15:24:56.175Z | Downloaded newline-converter v0.3.0 |
861 | 2023-12-08T15:24:56.180Z | Downloaded num_enum v0.5.11 |
862 | 2023-12-08T15:24:56.189Z | Downloaded nodrop v0.1.14 |
863 | 2023-12-08T15:24:56.194Z | Downloaded inout v0.1.3 |
864 | 2023-12-08T15:24:56.202Z | Downloaded byteorder v1.5.0 |
865 | 2023-12-08T15:24:56.207Z | Downloaded multer v2.1.0 |
866 | 2023-12-08T15:24:56.217Z | Downloaded normalize-line-endings v0.3.0 |
867 | 2023-12-08T15:24:56.221Z | Downloaded crucible-workspace-hack v0.1.0 |
868 | 2023-12-08T15:24:56.225Z | Downloaded ident_case v1.0.1 |
869 | 2023-12-08T15:24:56.229Z | Downloaded matches v0.1.10 |
870 | 2023-12-08T15:24:56.233Z | Downloaded opaque-debug v0.3.0 |
871 | 2023-12-08T15:24:56.236Z | Downloaded atty v0.2.14 |
872 | 2023-12-08T15:24:56.240Z | Downloaded ciborium-io v0.2.1 |
873 | 2023-12-08T15:24:56.243Z | Downloaded maybe-uninit v2.0.0 |
874 | 2023-12-08T15:24:56.246Z | Downloaded memoffset v0.7.1 |
875 | 2023-12-08T15:24:56.249Z | Downloaded newtype_derive v0.1.6 |
876 | 2023-12-08T15:24:56.254Z | Downloaded indoc v1.0.9 |
877 | 2023-12-08T15:24:56.263Z | Downloaded nanorand v0.7.0 |
878 | 2023-12-08T15:24:56.274Z | Downloaded semver-parser v0.10.2 |
879 | 2023-12-08T15:24:56.277Z | Downloaded crc v3.0.1 |
880 | 2023-12-08T15:24:56.281Z | Downloaded crossbeam-queue v0.3.8 |
881 | 2023-12-08T15:24:56.290Z | Downloaded crossbeam v0.8.2 |
882 | 2023-12-08T15:24:56.294Z | Downloaded bytecount v0.6.3 |
883 | 2023-12-08T15:24:56.299Z | Downloaded oso-derive v0.27.0 |
884 | 2023-12-08T15:24:56.302Z | Downloaded tower-service v0.3.2 |
885 | 2023-12-08T15:24:56.302Z | Downloaded cstr-argument v0.1.2 |
886 | 2023-12-08T15:24:56.305Z | Downloaded lock_api v0.4.10 |
887 | 2023-12-08T15:24:56.308Z | Downloaded backoff v0.4.0 |
888 | 2023-12-08T15:24:56.313Z | Downloaded serde-hex v0.1.0 |
889 | 2023-12-08T15:24:56.317Z | Downloaded ciborium v0.2.1 |
890 | 2023-12-08T15:24:56.323Z | Downloaded tinyvec_macros v0.1.1 |
891 | 2023-12-08T15:24:56.326Z | Downloaded foreign-types-macros v0.2.3 |
892 | 2023-12-08T15:24:56.329Z | Downloaded assert_cmd v2.0.12 |
893 | 2023-12-08T15:24:56.332Z | Downloaded async-trait v0.1.74 |
894 | 2023-12-08T15:24:56.341Z | Downloaded num-complex v0.4.4 |
895 | 2023-12-08T15:24:56.346Z | Downloaded indoc v2.0.3 |
896 | 2023-12-08T15:24:56.354Z | Downloaded bcs v0.1.6 |
897 | 2023-12-08T15:24:56.361Z | Downloaded adler v1.0.2 |
898 | 2023-12-08T15:24:56.365Z | Downloaded array-init v0.0.4 |
899 | 2023-12-08T15:24:56.368Z | Downloaded serde_plain v1.0.2 |
900 | 2023-12-08T15:24:56.371Z | Downloaded packed_struct v0.10.1 |
901 | 2023-12-08T15:24:56.375Z | Downloaded olpc-cjson v0.1.3 |
902 | 2023-12-08T15:24:56.378Z | Downloaded foreign-types v0.5.0 |
903 | 2023-12-08T15:24:56.378Z | Downloaded time-core v0.1.1 |
904 | 2023-12-08T15:24:56.381Z | Downloaded mockall_derive v0.11.4 |
905 | 2023-12-08T15:24:56.385Z | Downloaded nibble_vec v0.1.0 |
906 | 2023-12-08T15:24:56.388Z | Downloaded crc32fast v1.3.2 |
907 | 2023-12-08T15:24:56.391Z | Downloaded hubpack_derive v0.1.1 |
908 | 2023-12-08T15:24:56.395Z | Downloaded precomputed-hash v0.1.1 |
909 | 2023-12-08T15:24:56.395Z | Downloaded futures-sink v0.3.29 |
910 | 2023-12-08T15:24:56.398Z | Downloaded dirs-next v2.0.0 |
911 | 2023-12-08T15:24:56.399Z | Downloaded which v4.4.0 |
912 | 2023-12-08T15:24:56.408Z | Downloaded futures-task v0.3.29 |
913 | 2023-12-08T15:24:56.829Z | Downloaded zone_cfg_derive v0.3.0 |
914 | 2023-12-08T15:24:56.829Z | Downloaded foreign-types-shared v0.3.1 |
915 | 2023-12-08T15:24:56.830Z | Downloaded spin v0.9.8 |
916 | 2023-12-08T15:24:56.830Z | Downloaded deranged v0.3.8 |
917 | 2023-12-08T15:24:57.243Z | Downloaded dof v0.1.5 |
918 | 2023-12-08T15:24:57.244Z | Downloaded ansi_term v0.12.1 |
919 | 2023-12-08T15:24:57.245Z | Downloaded indexmap v1.9.3 |
920 | 2023-12-08T15:24:57.245Z | Downloaded rpassword v7.3.1 |
921 | 2023-12-08T15:24:57.245Z | Downloaded spki v0.7.2 |
922 | 2023-12-08T15:24:57.245Z | Downloaded utf-8 v0.7.6 |
923 | 2023-12-08T15:24:57.245Z | Downloaded serde_tokenstream v0.2.0 |
924 | 2023-12-08T15:24:57.245Z | Downloaded darling v0.14.4 |
925 | 2023-12-08T15:24:57.245Z | Downloaded fixedbitset v0.4.2 |
926 | 2023-12-08T15:24:57.245Z | Downloaded fnv v1.0.7 |
927 | 2023-12-08T15:24:57.245Z | Downloaded tinytemplate v1.2.1 |
928 | 2023-12-08T15:24:57.245Z | Downloaded http-body v0.4.5 |
929 | 2023-12-08T15:24:57.245Z | Downloaded usdt-attr-macro v0.3.5 |
930 | 2023-12-08T15:24:57.245Z | Downloaded rand_chacha v0.3.1 |
931 | 2023-12-08T15:24:57.245Z | Downloaded highway v1.1.0 |
932 | 2023-12-08T15:24:57.245Z | Downloaded xattr v1.0.1 |
933 | 2023-12-08T15:24:57.245Z | Downloaded darling_macro v0.20.3 |
934 | 2023-12-08T15:24:57.245Z | Downloaded foreign-types-shared v0.1.1 |
935 | 2023-12-08T15:24:57.246Z | Downloaded diesel_table_macro_syntax v0.1.0 |
936 | 2023-12-08T15:24:57.246Z | Downloaded termtree v0.4.1 |
937 | 2023-12-08T15:24:57.246Z | Downloaded backtrace v0.3.69 |
938 | 2023-12-08T15:24:57.246Z | Downloaded parking_lot_core v0.9.8 |
939 | 2023-12-08T15:24:57.246Z | Downloaded openssl-sys v0.9.96 |
940 | 2023-12-08T15:24:57.246Z | Downloaded shlex v1.1.0 |
941 | 2023-12-08T15:24:57.246Z | Downloaded crossbeam-utils v0.8.16 |
942 | 2023-12-08T15:24:57.246Z | Downloaded fd-lock v3.0.13 |
943 | 2023-12-08T15:24:57.246Z | Downloaded path-slash v0.1.5 |
944 | 2023-12-08T15:24:57.246Z | Downloaded zone v0.3.0 |
945 | 2023-12-08T15:24:57.246Z | Downloaded futures-timer v3.0.2 |
946 | 2023-12-08T15:24:57.246Z | Downloaded wait-timeout v0.2.0 |
947 | 2023-12-08T15:24:57.247Z | Downloaded tokio-macros v2.2.0 |
948 | 2023-12-08T15:24:57.247Z | Downloaded globset v0.4.13 |
949 | 2023-12-08T15:24:57.247Z | Downloaded ref-cast v1.0.20 |
950 | 2023-12-08T15:24:57.247Z | Downloaded radium v0.7.0 |
951 | 2023-12-08T15:24:57.247Z | Downloaded serde-big-array v0.4.1 |
952 | 2023-12-08T15:24:57.247Z | Downloaded parse-display v0.8.2 |
953 | 2023-12-08T15:24:57.247Z | Downloaded synstructure v0.12.6 |
954 | 2023-12-08T15:24:57.247Z | Downloaded enum-as-inner v0.5.1 |
955 | 2023-12-08T15:24:57.247Z | Downloaded http-range v0.1.5 |
956 | 2023-12-08T15:24:57.247Z | Downloaded futures-io v0.3.29 |
957 | 2023-12-08T15:24:57.247Z | Downloaded pest_generator v2.7.2 |
958 | 2023-12-08T15:24:57.247Z | Downloaded untrusted v0.7.1 |
959 | 2023-12-08T15:24:57.247Z | Downloaded half v1.8.2 |
960 | 2023-12-08T15:24:57.248Z | Downloaded getopts v0.2.21 |
961 | 2023-12-08T15:24:57.248Z | Downloaded take_mut v0.2.2 |
962 | 2023-12-08T15:24:57.248Z | Downloaded snafu v0.7.5 |
963 | 2023-12-08T15:24:57.248Z | Downloaded vte_generate_state_changes v0.1.1 |
964 | 2023-12-08T15:24:57.248Z | Downloaded strum v0.25.0 |
965 | 2023-12-08T15:24:57.248Z | Downloaded getrandom v0.2.10 |
966 | 2023-12-08T15:24:57.248Z | Downloaded pin-utils v0.1.0 |
967 | 2023-12-08T15:24:57.248Z | Downloaded tokio-rustls v0.24.1 |
968 | 2023-12-08T15:24:57.248Z | Downloaded unicode-linebreak v0.1.5 |
969 | 2023-12-08T15:24:57.248Z | Downloaded fxhash v0.2.1 |
970 | 2023-12-08T15:24:57.248Z | Downloaded pkcs1 v0.7.5 |
971 | 2023-12-08T15:24:57.248Z | Downloaded serde_yaml v0.9.25 |
972 | 2023-12-08T15:24:57.248Z | Downloaded tempfile v3.8.1 |
973 | 2023-12-08T15:24:57.248Z | Downloaded vte v0.11.1 |
974 | 2023-12-08T15:24:57.248Z | Downloaded thread_local v1.1.7 |
975 | 2023-12-08T15:24:57.249Z | Downloaded signature v2.1.0 |
976 | 2023-12-08T15:24:57.250Z | Downloaded toml v0.5.11 |
977 | 2023-12-08T15:24:57.250Z | Downloaded strum_macros v0.24.3 |
978 | 2023-12-08T15:24:57.250Z | Downloaded partial-io v0.5.4 |
979 | 2023-12-08T15:24:57.250Z | Downloaded futures-macro v0.3.29 |
980 | 2023-12-08T15:24:57.250Z | Downloaded derive_more v0.99.17 |
981 | 2023-12-08T15:24:57.250Z | Downloaded rustc_version v0.4.0 |
982 | 2023-12-08T15:24:57.250Z | Downloaded resolv-conf v0.7.0 |
983 | 2023-12-08T15:24:57.250Z | Downloaded downcast v0.11.0 |
984 | 2023-12-08T15:24:57.250Z | Downloaded dtrace-parser v0.1.14 |
985 | 2023-12-08T15:24:57.250Z | Downloaded endian-type v0.1.2 |
986 | 2023-12-08T15:24:57.250Z | Downloaded httparse v1.8.0 |
987 | 2023-12-08T15:24:57.251Z | Downloaded flagset v0.4.3 |
988 | 2023-12-08T15:24:57.251Z | Downloaded try-lock v0.2.4 |
989 | 2023-12-08T15:24:57.251Z | Downloaded zip v0.6.6 |
990 | 2023-12-08T15:24:57.251Z | Downloaded termcolor v1.2.0 |
991 | 2023-12-08T15:24:57.251Z | Downloaded postcard-cobs v0.1.5-pre |
992 | 2023-12-08T15:24:57.251Z | Downloaded signal-hook-registry v1.4.1 |
993 | 2023-12-08T15:24:57.251Z | Downloaded ron v0.8.1 |
994 | 2023-12-08T15:24:57.251Z | Downloaded darling_macro v0.14.4 |
995 | 2023-12-08T15:24:57.251Z | Downloaded signature v1.6.4 |
996 | 2023-12-08T15:24:57.251Z | Downloaded tap v1.0.1 |
997 | 2023-12-08T15:24:57.251Z | Downloaded derive_builder v0.12.0 |
998 | 2023-12-08T15:24:57.251Z | Downloaded either v1.9.0 |
999 | 2023-12-08T15:24:57.251Z | Downloaded ed25519 v1.5.3 |
1000 | 2023-12-08T15:24:57.251Z | Downloaded digest v0.10.7 |
1001 | 2023-12-08T15:24:57.251Z | Downloaded strsim v0.8.0 |
1002 | 2023-12-08T15:24:57.251Z | Downloaded crossterm v0.27.0 |
1003 | 2023-12-08T15:24:57.252Z | Downloaded plotters-backend v0.3.5 |
1004 | 2023-12-08T15:24:57.252Z | Downloaded tabled_derive v0.6.0 |
1005 | 2023-12-08T15:24:57.252Z | Downloaded data-encoding v2.4.0 |
1006 | 2023-12-08T15:24:57.252Z | Downloaded hostname v0.3.1 |
1007 | 2023-12-08T15:24:57.252Z | Downloaded hex v0.4.3 |
1008 | 2023-12-08T15:24:57.252Z | Downloaded platforms v3.0.2 |
1009 | 2023-12-08T15:24:57.252Z | Downloaded serial_test_derive v0.10.0 |
1010 | 2023-12-08T15:24:57.252Z | Downloaded subtle v2.5.0 |
1011 | 2023-12-08T15:24:57.252Z | Downloaded semver v0.1.20 |
1012 | 2023-12-08T15:24:57.252Z | Downloaded generic-array v0.14.7 |
1013 | 2023-12-08T15:24:57.253Z | Downloaded postgres-protocol v0.6.6 |
1014 | 2023-12-08T15:24:57.253Z | Downloaded foreign-types v0.3.2 |
1015 | 2023-12-08T15:24:57.253Z | Downloaded zerocopy v0.3.0 |
1016 | 2023-12-08T15:24:57.253Z | Downloaded parking_lot_core v0.8.6 |
1017 | 2023-12-08T15:24:57.257Z | Downloaded unicode-bidi v0.3.13 |
1018 | 2023-12-08T15:24:57.257Z | Downloaded stable_deref_trait v1.2.0 |
1019 | 2023-12-08T15:24:57.257Z | Downloaded debug-ignore v1.0.5 |
1020 | 2023-12-08T15:24:57.257Z | Downloaded serial_test v0.10.0 |
1021 | 2023-12-08T15:24:57.257Z | Downloaded proc-macro-error v1.0.4 |
1022 | 2023-12-08T15:24:57.257Z | Downloaded serde_derive_internals v0.26.0 |
1023 | 2023-12-08T15:24:57.257Z | Downloaded structopt-derive v0.4.18 |
1024 | 2023-12-08T15:24:57.257Z | Downloaded serde_repr v0.1.16 |
1025 | 2023-12-08T15:24:57.258Z | Downloaded ppv-lite86 v0.2.17 |
1026 | 2023-12-08T15:24:57.258Z | Downloaded humantime v2.1.0 |
1027 | 2023-12-08T15:24:57.258Z | Downloaded semver v0.11.0 |
1028 | 2023-12-08T15:24:57.258Z | Downloaded pest_meta v2.7.2 |
1029 | 2023-12-08T15:24:57.258Z | Downloaded termios v0.3.3 |
1030 | 2023-12-08T15:24:57.258Z | Downloaded proc-macro-error-attr v1.0.4 |
1031 | 2023-12-08T15:24:57.260Z | Downloaded topological-sort v0.2.2 |
1032 | 2023-12-08T15:24:57.260Z | Downloaded slab v0.4.9 |
1033 | 2023-12-08T15:24:57.261Z | Downloaded rstest v0.18.2 |
1034 | 2023-12-08T15:24:57.261Z | Downloaded serde_urlencoded v0.7.1 |
1035 | 2023-12-08T15:24:57.261Z | Downloaded serde_tokenstream v0.1.7 |
1036 | 2023-12-08T15:24:57.261Z | Downloaded tokio-postgres v0.7.10 |
1037 | 2023-12-08T15:24:57.261Z | Downloaded sha1 v0.10.6 |
1038 | 2023-12-08T15:24:57.261Z | Downloaded itertools v0.10.5 |
1039 | 2023-12-08T15:24:57.261Z | Downloaded scopeguard v1.2.0 |
1040 | 2023-12-08T15:24:57.261Z | Downloaded rustc-demangle v0.1.23 |
1041 | 2023-12-08T15:24:57.261Z | Downloaded tungstenite v0.20.1 |
1042 | 2023-12-08T15:24:57.261Z | Downloaded rustc_version v0.1.7 |
1043 | 2023-12-08T15:24:57.261Z | Downloaded url v2.5.0 |
1044 | 2023-12-08T15:24:57.261Z | Downloaded rustls-pemfile v1.0.3 |
1045 | 2023-12-08T15:24:57.261Z | Downloaded flate2 v1.0.28 |
1046 | 2023-12-08T15:24:57.261Z | Downloaded uuid v1.6.1 |
1047 | 2023-12-08T15:24:57.261Z | Downloaded tokio-tungstenite v0.20.1 |
1048 | 2023-12-08T15:24:57.261Z | Downloaded rayon-core v1.12.0 |
1049 | 2023-12-08T15:24:57.261Z | Downloaded reedline v0.26.0 |
1050 | 2023-12-08T15:24:57.261Z | Downloaded elliptic-curve v0.13.5 |
1051 | 2023-12-08T15:24:57.262Z | Downloaded yasna v0.5.2 |
1052 | 2023-12-08T15:24:57.262Z | Downloaded hashbrown v0.12.3 |
1053 | 2023-12-08T15:24:57.262Z | Downloaded prettyplease v0.2.12 |
1054 | 2023-12-08T15:24:57.262Z | Downloaded zerocopy v0.6.4 |
1055 | 2023-12-08T15:24:57.262Z | Downloaded pest v2.7.2 |
1056 | 2023-12-08T15:24:57.262Z | Downloaded darling_core v0.20.3 |
1057 | 2023-12-08T15:24:57.262Z | Downloaded bindgen v0.65.1 |
1058 | 2023-12-08T15:24:57.262Z | Downloaded toml_edit v0.19.15 |
1059 | 2023-12-08T15:24:57.262Z | Downloaded hashbrown v0.13.2 |
1060 | 2023-12-08T15:24:57.262Z | Downloaded tokio-util v0.7.10 |
1061 | 2023-12-08T15:24:57.262Z | Downloaded headers v0.3.9 |
1062 | 2023-12-08T15:24:57.262Z | Downloaded regex-automata v0.1.10 |
1063 | 2023-12-08T15:24:57.262Z | Downloaded plotters v0.3.5 |
1064 | 2023-12-08T15:24:57.262Z | Downloaded serde_with v2.3.3 |
1065 | 2023-12-08T15:24:57.262Z | Downloaded h2 v0.3.21 |
1066 | 2023-12-08T15:24:57.262Z | Downloaded hkdf v0.12.3 |
1067 | 2023-12-08T15:24:57.263Z | Downloaded bstr v0.2.17 |
1068 | 2023-12-08T15:24:57.263Z | Downloaded radix_trie v0.2.1 |
1069 | 2023-12-08T15:24:57.264Z | Downloaded futures-util v0.3.29 |
1070 | 2023-12-08T15:24:57.264Z | Downloaded reqwest v0.11.22 |
1071 | 2023-12-08T15:24:57.264Z | Downloaded unicode-normalization v0.1.22 |
1072 | 2023-12-08T15:24:57.264Z | Downloaded polar-core v0.27.0 |
1073 | 2023-12-08T15:24:57.264Z | Downloaded bitvec v1.0.1 |
1074 | 2023-12-08T15:24:57.264Z | Downloaded trust-dns-proto v0.22.0 |
1075 | 2023-12-08T15:24:57.264Z | Downloaded rayon v1.8.0 |
1076 | 2023-12-08T15:24:57.269Z | Downloaded object v0.30.4 |
1077 | 2023-12-08T15:24:57.279Z | Downloaded zerocopy-derive v0.6.4 |
1078 | 2023-12-08T15:24:57.300Z | Downloaded rustls-webpki v0.101.7 |
1079 | 2023-12-08T15:24:57.326Z | Downloaded tokio v1.34.0 |
1080 | 2023-12-08T15:24:57.395Z | Downloaded proptest v1.4.0 |
1081 | 2023-12-08T15:24:57.409Z | Downloaded regress v0.7.1 |
1082 | 2023-12-08T15:24:57.422Z | Downloaded regex v1.10.2 |
1083 | 2023-12-08T15:24:57.445Z | Downloaded regex-syntax v0.6.29 |
1084 | 2023-12-08T15:24:57.462Z | Downloaded rustls v0.21.9 |
1085 | 2023-12-08T15:24:57.479Z | Downloaded diesel v2.1.4 |
1086 | 2023-12-08T15:24:57.511Z | Downloaded rustix v0.38.25 |
1087 | 2023-12-08T15:24:57.552Z | Downloaded bstr v1.6.0 |
1088 | 2023-12-08T15:24:57.573Z | Downloaded openapiv3 v2.0.0-rc.1 |
1089 | 2023-12-08T15:24:57.595Z | Downloaded webpki-roots v0.25.2 |
1090 | 2023-12-08T15:24:57.628Z | Downloaded gimli v0.28.0 |
1091 | 2023-12-08T15:24:57.631Z | Downloaded sha3 v0.10.8 |
1092 | 2023-12-08T15:24:57.631Z | Downloaded zerocopy-derive v0.2.0 |
1093 | 2023-12-08T15:24:57.651Z | Downloaded sled v0.34.7 |
1094 | 2023-12-08T15:24:57.668Z | Downloaded regex-automata v0.4.3 |
1095 | 2023-12-08T15:24:57.700Z | Downloaded regex-automata v0.3.8 |
1096 | 2023-12-08T15:24:57.732Z | Downloaded petgraph v0.6.4 |
1097 | 2023-12-08T15:24:57.756Z | Downloaded idna v0.5.0 |
1098 | 2023-12-08T15:24:57.769Z | Downloaded openssl v0.10.60 |
1099 | 2023-12-08T15:24:58.192Z | Downloaded idna v0.2.3 |
1100 | 2023-12-08T15:24:58.196Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1101 | 2023-12-08T15:24:58.196Z | Downloaded smoltcp v0.9.1 |
1102 | 2023-12-08T15:24:58.196Z | Downloaded regex-syntax v0.8.2 |
1103 | 2023-12-08T15:24:58.197Z | Downloaded regex-syntax v0.7.5 |
1104 | 2023-12-08T15:24:58.197Z | Downloaded quick-xml v0.23.1 |
1105 | 2023-12-08T15:24:58.197Z | Downloaded syn v1.0.109 |
1106 | 2023-12-08T15:24:58.197Z | Downloaded ratatui v0.23.0 |
1107 | 2023-12-08T15:24:58.197Z | Downloaded encoding_rs v0.8.33 |
1108 | 2023-12-08T15:24:58.197Z | Downloaded tabled v0.14.0 |
1109 | 2023-12-08T15:24:58.197Z | Downloaded portable-atomic v1.4.3 |
1110 | 2023-12-08T15:24:58.198Z | Downloaded smoltcp v0.8.2 |
1111 | 2023-12-08T15:24:58.198Z | Downloaded clap v2.34.0 |
1112 | 2023-12-08T15:24:58.198Z | Downloaded vcpkg v0.2.15 |
1113 | 2023-12-08T15:24:58.198Z | Downloaded object v0.32.1 |
1114 | 2023-12-08T15:24:58.200Z | Downloaded der v0.7.8 |
1115 | 2023-12-08T15:24:58.200Z | Downloaded time v0.3.27 |
1116 | 2023-12-08T15:24:58.201Z | Downloaded curve25519-dalek v4.1.0 |
1117 | 2023-12-08T15:24:58.201Z | Downloaded tough v0.15.0 |
1118 | 2023-12-08T15:24:58.201Z | Downloaded hyper v0.14.27 |
1119 | 2023-12-08T15:24:58.201Z | Downloaded chrono v0.4.31 |
1120 | 2023-12-08T15:24:58.204Z | Downloaded fatfs v0.3.6 |
1121 | 2023-12-08T15:24:58.209Z | Downloaded steno v0.4.0 |
1122 | 2023-12-08T15:24:58.216Z | Downloaded tracing v0.1.37 |
1123 | 2023-12-08T15:24:58.223Z | Downloaded trust-dns-client v0.22.0 |
1124 | 2023-12-08T15:24:58.232Z | Downloaded rand v0.8.5 |
1125 | 2023-12-08T15:24:58.241Z | Downloaded heapless v0.7.16 |
1126 | 2023-12-08T15:24:58.246Z | Downloaded unicode-segmentation v1.10.1 |
1127 | 2023-12-08T15:24:58.254Z | Downloaded x509-cert v0.2.4 |
1128 | 2023-12-08T15:24:58.262Z | Downloaded test-strategy v0.3.1 |
1129 | 2023-12-08T15:24:58.267Z | Downloaded libxml v0.3.3 |
1130 | 2023-12-08T15:24:58.281Z | Downloaded quick-error v1.2.3 |
1131 | 2023-12-08T15:24:58.285Z | Downloaded ena v0.14.2 |
1132 | 2023-12-08T15:24:58.285Z | Downloaded predicates v2.1.5 |
1133 | 2023-12-08T15:24:58.294Z | Downloaded structmeta-derive v0.2.0 |
1134 | 2023-12-08T15:24:58.297Z | Downloaded typenum v1.16.0 |
1135 | 2023-12-08T15:24:58.316Z | Downloaded zeroize_derive v1.4.2 |
1136 | 2023-12-08T15:24:58.327Z | Downloaded dyn-clone v1.0.13 |
1137 | 2023-12-08T15:24:58.327Z | Downloaded rustfmt-wrapper v0.2.0 |
1138 | 2023-12-08T15:24:58.327Z | Downloaded sha2 v0.10.8 |
1139 | 2023-12-08T15:24:58.327Z | Downloaded unsafe-libyaml v0.2.9 |
1140 | 2023-12-08T15:24:58.328Z | Downloaded expectorate v1.1.0 |
1141 | 2023-12-08T15:24:58.328Z | Downloaded rsa v0.9.2 |
1142 | 2023-12-08T15:24:58.339Z | Downloaded num-bigint-dig v0.8.4 |
1143 | 2023-12-08T15:24:58.360Z | Downloaded hmac v0.12.1 |
1144 | 2023-12-08T15:24:58.360Z | Downloaded rstest_macros v0.18.2 |
1145 | 2023-12-08T15:24:58.360Z | Downloaded http v0.2.11 |
1146 | 2023-12-08T15:24:58.370Z | Downloaded rand v0.4.6 |
1147 | 2023-12-08T15:24:58.370Z | Downloaded zeroize v1.7.0 |
1148 | 2023-12-08T15:24:58.371Z | Downloaded rust-argon2 v1.0.1 |
1149 | 2023-12-08T15:24:58.371Z | Downloaded relative-path v1.9.0 |
1150 | 2023-12-08T15:24:58.371Z | Downloaded pin-project-internal v1.1.3 |
1151 | 2023-12-08T15:24:58.376Z | Downloaded diff v0.1.13 |
1152 | 2023-12-08T15:24:58.376Z | Downloaded slog v2.7.0 |
1153 | 2023-12-08T15:24:58.380Z | Downloaded futures v0.3.29 |
1154 | 2023-12-08T15:24:58.386Z | Downloaded proc-macro-crate v1.3.1 |
1155 | 2023-12-08T15:24:58.389Z | Downloaded rustc-hash v1.1.0 |
1156 | 2023-12-08T15:24:58.389Z | Downloaded group v0.13.0 |
1157 | 2023-12-08T15:24:58.394Z | Downloaded derive-where v1.2.6 |
1158 | 2023-12-08T15:24:58.397Z | Downloaded itertools v0.11.0 |
1159 | 2023-12-08T15:24:58.409Z | Downloaded nom v7.1.3 |
1160 | 2023-12-08T15:24:58.419Z | Downloaded tar v0.4.40 |
1161 | 2023-12-08T15:24:58.424Z | Downloaded dirs-sys-next v0.1.2 |
1162 | 2023-12-08T15:24:58.429Z | Downloaded pkcs8 v0.10.2 |
1163 | 2023-12-08T15:24:58.429Z | Downloaded fs-err v2.11.0 |
1164 | 2023-12-08T15:24:58.433Z | Downloaded trust-dns-server v0.22.1 |
1165 | 2023-12-08T15:24:58.441Z | Downloaded rusty-fork v0.3.0 |
1166 | 2023-12-08T15:24:58.445Z | Downloaded ring v0.17.5 |
1167 | 2023-12-08T15:24:58.579Z | Downloaded form_urlencoded v1.2.1 |
1168 | 2023-12-08T15:24:58.583Z | Downloaded fastrand v2.0.0 |
1169 | 2023-12-08T15:24:58.583Z | Downloaded postcard v0.7.3 |
1170 | 2023-12-08T15:24:58.586Z | Downloaded signal-hook v0.3.17 |
1171 | 2023-12-08T15:24:58.590Z | Downloaded rustls-native-certs v0.6.3 |
1172 | 2023-12-08T15:24:58.594Z | Downloaded plotters-svg v0.3.5 |
1173 | 2023-12-08T15:24:58.597Z | Downloaded string_cache v0.8.7 |
1174 | 2023-12-08T15:24:58.600Z | Downloaded postgres-types v0.2.6 |
1175 | 2023-12-08T15:24:58.603Z | Downloaded poly1305 v0.8.0 |
1176 | 2023-12-08T15:24:58.607Z | Downloaded structopt v0.3.26 |
1177 | 2023-12-08T15:24:58.618Z | Downloaded strip-ansi-escapes v0.2.0 |
1178 | 2023-12-08T15:24:58.621Z | Downloaded pretty_assertions v1.4.0 |
1179 | 2023-12-08T15:24:58.624Z | Downloaded crossbeam-channel v0.5.8 |
1180 | 2023-12-08T15:24:58.667Z | Downloaded typed-path v0.6.0 |
1181 | 2023-12-08T15:24:58.672Z | Downloaded ring v0.16.20 |
1182 | 2023-12-08T15:24:58.802Z | Downloaded libm v0.2.7 |
1183 | 2023-12-08T15:24:58.817Z | Downloaded home v0.5.5 |
1184 | 2023-12-08T15:24:58.821Z | Downloaded static_assertions v1.1.0 |
1185 | 2023-12-08T15:24:58.824Z | Downloaded rand_xorshift v0.3.0 |
1186 | 2023-12-08T15:24:58.825Z | Downloaded strum_macros v0.25.2 |
1187 | 2023-12-08T15:24:58.828Z | Downloaded pkg-config v0.3.27 |
1188 | 2023-12-08T15:24:58.828Z | Downloaded derive_builder_core v0.12.0 |
1189 | 2023-12-08T15:24:58.833Z | Downloaded aho-corasick v1.0.4 |
1190 | 2023-12-08T15:24:58.841Z | Downloaded fragile v2.0.0 |
1191 | 2023-12-08T15:24:58.844Z | Downloaded serde-big-array v0.5.1 |
1192 | 2023-12-08T15:24:58.847Z | Downloaded lalrpop v0.19.12 |
1193 | 2023-12-08T15:24:58.866Z | Downloaded hash32 v0.2.1 |
1194 | 2023-12-08T15:24:58.870Z | Downloaded criterion v0.5.1 |
1195 | 2023-12-08T15:24:58.886Z | Downloaded pin-project v1.1.3 |
1196 | 2023-12-08T15:24:58.903Z | Downloaded trust-dns-resolver v0.22.0 |
1197 | 2023-12-08T15:24:58.910Z | Downloaded pin-project-lite v0.2.13 |
1198 | 2023-12-08T15:24:58.914Z | Downloaded flume v0.11.0 |
1199 | 2023-12-08T15:24:58.920Z | Downloaded doc-comment v0.3.3 |
1200 | 2023-12-08T15:24:58.923Z | Downloaded same-file v1.0.6 |
1201 | 2023-12-08T15:24:58.924Z | Downloaded rustversion v1.0.14 |
1202 | 2023-12-08T15:24:58.927Z | Downloaded subprocess v0.2.9 |
1203 | 2023-12-08T15:24:58.940Z | Downloaded env_logger v0.10.0 |
1204 | 2023-12-08T15:24:58.946Z | Downloaded futures-channel v0.3.29 |
1205 | 2023-12-08T15:24:58.946Z | Downloaded siphasher v0.3.11 |
1206 | 2023-12-08T15:24:58.946Z | Downloaded heck v0.3.3 |
1207 | 2023-12-08T15:24:58.946Z | Downloaded diesel_derives v2.1.2 |
1208 | 2023-12-08T15:24:58.953Z | Downloaded sct v0.7.0 |
1209 | 2023-12-08T15:24:58.957Z | Downloaded salty v0.2.0 |
1210 | 2023-12-08T15:24:58.964Z | Downloaded universal-hash v0.5.1 |
1211 | 2023-12-08T15:24:58.972Z | Downloaded trybuild v1.0.85 |
1212 | 2023-12-08T15:24:58.977Z | Downloaded phf v0.11.2 |
1213 | 2023-12-08T15:24:58.977Z | Downloaded tokio-stream v0.1.14 |
1214 | 2023-12-08T15:24:58.986Z | Downloaded mio v0.8.9 |
1215 | 2023-12-08T15:24:58.995Z | Downloaded minimal-lexical v0.2.1 |
1216 | 2023-12-08T15:24:59.002Z | Downloaded display-error-chain v0.2.0 |
1217 | 2023-12-08T15:24:59.007Z | Downloaded funty v2.0.0 |
1218 | 2023-12-08T15:24:59.008Z | Downloaded vsss-rs v3.3.1 |
1219 | 2023-12-08T15:24:59.014Z | Downloaded dashmap v5.5.1 |
1220 | 2023-12-08T15:24:59.014Z | Downloaded tracing-core v0.1.31 |
1221 | 2023-12-08T15:24:59.019Z | Downloaded derive_builder_macro v0.12.0 |
1222 | 2023-12-08T15:24:59.019Z | Downloaded pest_derive v2.7.2 |
1223 | 2023-12-08T15:24:59.028Z | Downloaded tui-tree-widget v0.13.0 |
1224 | 2023-12-08T15:24:59.028Z | Downloaded signal-hook-mio v0.2.3 |
1225 | 2023-12-08T15:24:59.032Z | Downloaded structmeta v0.2.0 |
1226 | 2023-12-08T15:24:59.032Z | Downloaded fallible-iterator v0.2.0 |
1227 | 2023-12-08T15:24:59.032Z | Downloaded phf_shared v0.11.2 |
1228 | 2023-12-08T15:24:59.032Z | Downloaded rcgen v0.11.3 |
1229 | 2023-12-08T15:24:59.036Z | Downloaded slog-dtrace v0.2.3 |
1230 | 2023-12-08T15:24:59.036Z | Downloaded remove_dir_all v0.5.3 |
1231 | 2023-12-08T15:24:59.039Z | Downloaded textwrap v0.11.0 |
1232 | 2023-12-08T15:24:59.039Z | Downloaded ref-cast-impl v1.0.20 |
1233 | 2023-12-08T15:24:59.042Z | Downloaded percent-encoding v2.3.1 |
1234 | 2023-12-08T15:24:59.043Z | Downloaded pem v1.1.1 |
1235 | 2023-12-08T15:24:59.046Z | Downloaded scheduled-thread-pool v0.2.7 |
1236 | 2023-12-08T15:24:59.046Z | Downloaded unicode-xid v0.2.4 |
1237 | 2023-12-08T15:24:59.049Z | Downloaded float-cmp v0.9.0 |
1238 | 2023-12-08T15:24:59.052Z | Downloaded usdt-impl v0.3.5 |
1239 | 2023-12-08T15:24:59.052Z | Downloaded rand_core v0.6.4 |
1240 | 2023-12-08T15:24:59.055Z | Downloaded ucd-trie v0.1.6 |
1241 | 2023-12-08T15:24:59.058Z | Downloaded stringprep v0.1.3 |
1242 | 2023-12-08T15:24:59.062Z | Downloaded term v0.7.0 |
1243 | 2023-12-08T15:24:59.068Z | Downloaded futures-executor v0.3.29 |
1244 | 2023-12-08T15:24:59.072Z | Downloaded unicase v2.7.0 |
1245 | 2023-12-08T15:24:59.073Z | Downloaded threadpool v1.8.1 |
1246 | 2023-12-08T15:24:59.073Z | Downloaded bytes v1.5.0 |
1247 | 2023-12-08T15:24:59.077Z | Downloaded swrite v0.1.0 |
1248 | 2023-12-08T15:24:59.080Z | Downloaded datatest-stable v0.2.3 |
1249 | 2023-12-08T15:24:59.083Z | Downloaded tempdir v0.3.7 |
1250 | 2023-12-08T15:24:59.083Z | Downloaded rtoolbox v0.0.1 |
1251 | 2023-12-08T15:24:59.087Z | Downloaded predicates-tree v1.0.9 |
1252 | 2023-12-08T15:24:59.087Z | Downloaded futures-core v0.3.29 |
1253 | 2023-12-08T15:24:59.092Z | Downloaded tinyvec v1.6.0 |
1254 | 2023-12-08T15:24:59.095Z | Downloaded schemars v0.8.13 |
1255 | 2023-12-08T15:24:59.112Z | Downloaded supports-color v2.1.0 |
1256 | 2023-12-08T15:24:59.116Z | Downloaded parse-display-derive v0.8.2 |
1257 | 2023-12-08T15:24:59.119Z | Downloaded httptest v0.15.5 |
1258 | 2023-12-08T15:24:59.122Z | Downloaded yansi v0.5.1 |
1259 | 2023-12-08T15:24:59.122Z | Downloaded cc v1.0.83 |
1260 | 2023-12-08T15:24:59.126Z | Downloaded indicatif v0.17.7 |
1261 | 2023-12-08T15:24:59.147Z | Downloaded chacha20poly1305 v0.10.1 |
1262 | 2023-12-08T15:24:59.153Z | Downloaded base64 v0.13.1 |
1263 | 2023-12-08T15:24:59.153Z | Downloaded base64 v0.21.5 |
1264 | 2023-12-08T15:24:59.153Z | Downloaded textwrap v0.16.0 |
1265 | 2023-12-08T15:24:59.153Z | Downloaded glob v0.3.1 |
1266 | 2023-12-08T15:24:59.157Z | Downloaded walkdir v2.4.0 |
1267 | 2023-12-08T15:24:59.158Z | Downloaded tracing-attributes v0.1.26 |
1268 | 2023-12-08T15:24:59.161Z | Downloaded toml v0.7.8 |
1269 | 2023-12-08T15:24:59.165Z | Downloaded socket2 v0.4.9 |
1270 | 2023-12-08T15:24:59.168Z | Downloaded socket2 v0.5.5 |
1271 | 2023-12-08T15:24:59.172Z | Downloaded thread-id v4.2.0 |
1272 | 2023-12-08T15:24:59.175Z | Downloaded r2d2 v0.8.10 |
1273 | 2023-12-08T15:24:59.178Z | Downloaded pem-rfc7468 v0.7.0 |
1274 | 2023-12-08T15:24:59.181Z | Downloaded unarray v0.1.4 |
1275 | 2023-12-08T15:24:59.181Z | Downloaded pretty-hex v0.2.1 |
1276 | 2023-12-08T15:24:59.184Z | Downloaded predicates-core v1.0.6 |
1277 | 2023-12-08T15:24:59.184Z | Downloaded predicates v3.0.4 |
1278 | 2023-12-08T15:24:59.188Z | Downloaded difflib v0.4.0 |
1279 | 2023-12-08T15:24:59.191Z | Downloaded vec_map v0.8.2 |
1280 | 2023-12-08T15:24:59.191Z | Downloaded der_derive v0.7.2 |
1281 | 2023-12-08T15:24:59.194Z | Downloaded darling_core v0.14.4 |
1282 | 2023-12-08T15:24:59.201Z | Downloaded hex-literal v0.4.1 |
1283 | 2023-12-08T15:24:59.205Z | Downloaded serde_with_macros v2.3.3 |
1284 | 2023-12-08T15:24:59.208Z | Downloaded unicode-width v0.1.11 |
1285 | 2023-12-08T15:24:59.211Z | Downloaded crypto-bigint v0.5.2 |
1286 | 2023-12-08T15:24:59.219Z | Downloaded wyz v0.5.1 |
1287 | 2023-12-08T15:24:59.223Z | Downloaded whoami v1.4.1 |
1288 | 2023-12-08T15:24:59.227Z | Downloaded ff v0.13.0 |
1289 | 2023-12-08T15:24:59.227Z | Downloaded tokio-native-tls v0.3.1 |
1290 | 2023-12-08T15:24:59.235Z | Downloaded oso v0.27.0 |
1291 | 2023-12-08T15:24:59.239Z | Downloaded serde_path_to_error v0.1.14 |
1292 | 2023-12-08T15:24:59.239Z | Downloaded ipnet v2.8.0 |
1293 | 2023-12-08T15:24:59.239Z | Downloaded arc-swap v1.6.0 |
1294 | 2023-12-08T15:24:59.244Z | Downloaded darling v0.20.3 |
1295 | 2023-12-08T15:24:59.250Z | Downloaded iana-time-zone v0.1.57 |
1296 | 2023-12-08T15:24:59.253Z | Downloaded time-macros v0.2.13 |
1297 | 2023-12-08T15:24:59.256Z | Downloaded slog-bunyan v2.4.0 |
1298 | 2023-12-08T15:24:59.259Z | Downloaded paste v1.0.14 |
1299 | 2023-12-08T15:24:59.263Z | Downloaded phf_shared v0.10.0 |
1300 | 2023-12-08T15:24:59.266Z | Downloaded want v0.3.1 |
1301 | 2023-12-08T15:24:59.266Z | Downloaded waitgroup v0.1.2 |
1302 | 2023-12-08T15:24:59.271Z | Downloaded cookie v0.18.0 |
1303 | 2023-12-08T15:24:59.275Z | Downloaded password-hash v0.5.0 |
1304 | 2023-12-08T15:24:59.275Z | Downloaded similar v2.2.1 |
1305 | 2023-12-08T15:24:59.282Z | Downloaded addr2line v0.21.0 |
1306 | 2023-12-08T15:24:59.289Z | Downloaded smallvec v1.11.0 |
1307 | 2023-12-08T15:24:59.292Z | Downloaded papergrid v0.10.0 |
1308 | 2023-12-08T15:24:59.297Z | Downloaded crossbeam-epoch v0.9.15 |
1309 | 2023-12-08T15:24:59.301Z | Downloaded pem v3.0.2 |
1310 | 2023-12-08T15:24:59.305Z | Downloaded hubpack v0.1.2 |
1311 | 2023-12-08T15:24:59.308Z | Downloaded httpdate v1.0.3 |
1312 | 2023-12-08T15:24:59.308Z | Downloaded smf v0.2.2 |
1313 | 2023-12-08T15:24:59.312Z | Downloaded slog-term v2.9.0 |
1314 | 2023-12-08T15:24:59.315Z | Downloaded headers-core v0.2.0 |
1315 | 2023-12-08T15:24:59.315Z | Downloaded pretty-hex v0.4.0 |
1316 | 2023-12-08T15:24:59.318Z | Downloaded snafu-derive v0.7.5 |
1317 | 2023-12-08T15:24:59.318Z | Downloaded filetime v0.2.23 |
1318 | 2023-12-08T15:24:59.322Z | Downloaded blake2b_simd v1.0.1 |
1319 | 2023-12-08T15:24:59.325Z | Downloaded crc-any v2.4.3 |
1320 | 2023-12-08T15:24:59.329Z | Downloaded const-oid v0.9.5 |
1321 | 2023-12-08T15:24:59.333Z | Downloaded once_cell v1.18.0 |
1322 | 2023-12-08T15:24:59.336Z | Downloaded num-bigint v0.4.4 |
1323 | 2023-12-08T15:24:59.342Z | Downloaded usdt v0.3.5 |
1324 | 2023-12-08T15:24:59.346Z | Downloaded untrusted v0.9.0 |
1325 | 2023-12-08T15:24:59.349Z | Downloaded bzip2 v0.4.4 |
1326 | 2023-12-08T15:24:59.349Z | Downloaded omicron-zone-package v0.9.1 |
1327 | 2023-12-08T15:24:59.357Z | Downloaded cassowary v0.3.0 |
1328 | 2023-12-08T15:24:59.360Z | Downloaded basic-toml v0.1.4 |
1329 | 2023-12-08T15:24:59.371Z | Downloaded clang-sys v1.6.1 |
1330 | 2023-12-08T15:24:59.375Z | Downloaded num-rational v0.4.1 |
1331 | 2023-12-08T15:24:59.379Z | Downloaded num-integer v0.1.45 |
1332 | 2023-12-08T15:24:59.382Z | Downloaded blake2 v0.10.6 |
1333 | 2023-12-08T15:24:59.385Z | Downloaded version_check v0.9.4 |
1334 | 2023-12-08T15:24:59.389Z | Downloaded num-traits v0.2.16 |
1335 | 2023-12-08T15:24:59.392Z | Downloaded tiny-keccak v2.0.2 |
1336 | 2023-12-08T15:24:59.396Z | Downloaded shell-words v1.1.0 |
1337 | 2023-12-08T15:24:59.396Z | Downloaded libtest-mimic v0.6.1 |
1338 | 2023-12-08T15:24:59.399Z | Downloaded libloading v0.7.4 |
1339 | 2023-12-08T15:24:59.403Z | Downloaded bitflags v2.4.0 |
1340 | 2023-12-08T15:24:59.406Z | Downloaded lru-cache v0.1.2 |
1341 | 2023-12-08T15:24:59.410Z | Downloaded block-buffer v0.10.4 |
1342 | 2023-12-08T15:24:59.418Z | Downloaded thiserror-impl-no-std v2.0.2 |
1343 | 2023-12-08T15:24:59.418Z | Downloaded peeking_take_while v0.1.2 |
1344 | 2023-12-08T15:24:59.418Z | Downloaded thiserror-no-std v2.0.2 |
1345 | 2023-12-08T15:24:59.421Z | Downloaded slog-scope v4.4.0 |
1346 | 2023-12-08T15:24:59.422Z | Downloaded crc-catalog v2.2.0 |
1347 | 2023-12-08T15:24:59.425Z | Downloaded crypto-common v0.1.6 |
1348 | 2023-12-08T15:24:59.426Z | Downloaded constant_time_eq v0.3.0 |
1349 | 2023-12-08T15:24:59.429Z | Downloaded argon2 v0.5.2 |
1350 | 2023-12-08T15:24:59.429Z | Downloaded linear-map v1.2.0 |
1351 | 2023-12-08T15:24:59.432Z | Downloaded smawk v0.3.1 |
1352 | 2023-12-08T15:24:59.436Z | Downloaded smallvec v0.6.14 |
1353 | 2023-12-08T15:24:59.436Z | Downloaded slog-stdlog v4.1.1 |
1354 | 2023-12-08T15:24:59.439Z | Downloaded slog-json v2.6.1 |
1355 | 2023-12-08T15:24:59.442Z | Downloaded slog-envlogger v2.2.0 |
1356 | 2023-12-08T15:24:59.445Z | Downloaded slog-async v2.8.0 |
1357 | 2023-12-08T15:24:59.445Z | Downloaded mime_guess v2.0.4 |
1358 | 2023-12-08T15:24:59.449Z | Downloaded toolchain_find v0.2.0 |
1359 | 2023-12-08T15:24:59.452Z | Downloaded hyper-rustls v0.24.2 |
1360 | 2023-12-08T15:24:59.455Z | Downloaded console v0.15.7 |
1361 | 2023-12-08T15:24:59.458Z | Downloaded cancel-safe-futures v0.1.5 |
1362 | 2023-12-08T15:24:59.463Z | Downloaded spin v0.5.2 |
1363 | 2023-12-08T15:24:59.467Z | Downloaded anes v0.1.6 |
1364 | 2023-12-08T15:24:59.470Z | Downloaded parking_lot v0.11.2 |
1365 | 2023-12-08T15:24:59.473Z | Downloaded base64ct v1.6.0 |
1366 | 2023-12-08T15:24:59.477Z | Downloaded camino-tempfile v1.1.1 |
1367 | 2023-12-08T15:24:59.480Z | Downloaded similar-asserts v1.5.0 |
1368 | 2023-12-08T15:24:59.484Z | Downloaded usdt-macro v0.3.5 |
1369 | 2023-12-08T15:24:59.491Z | Downloaded schemars_derive v0.8.13 |
1370 | 2023-12-08T15:24:59.491Z | Downloaded num_enum_derive v0.5.11 |
1371 | 2023-12-08T15:24:59.494Z | Downloaded num-derive v0.4.0 |
1372 | 2023-12-08T15:24:59.494Z | Downloaded oorandom v11.1.3 |
1373 | 2023-12-08T15:24:59.494Z | Downloaded bitfield v0.14.0 |
1374 | 2023-12-08T15:24:59.498Z | Downloaded atomic-waker v1.1.1 |
1375 | 2023-12-08T15:24:59.498Z | Downloaded assert_matches v1.5.0 |
1376 | 2023-12-08T15:24:59.505Z | Downloaded corncobs v0.1.3 |
1377 | 2023-12-08T15:24:59.505Z | Downloaded cipher v0.4.4 |
1378 | 2023-12-08T15:24:59.506Z | Downloaded macaddr v1.0.1 |
1379 | 2023-12-08T15:24:59.506Z | Downloaded hyper-staticfile v0.9.5 |
1380 | 2023-12-08T15:24:59.509Z | Downloaded crossbeam-deque v0.8.3 |
1381 | 2023-12-08T15:24:59.512Z | Downloaded autocfg v1.1.0 |
1382 | 2023-12-08T15:24:59.516Z | Downloaded bit-set v0.5.3 |
1383 | 2023-12-08T15:24:59.516Z | Downloaded buf-list v1.0.3 |
1384 | 2023-12-08T15:24:59.520Z | Downloaded secrecy v0.8.0 |
1385 | 2023-12-08T15:24:59.523Z | Downloaded block-padding v0.3.3 |
1386 | 2023-12-08T15:24:59.523Z | Downloaded mime v0.3.17 |
1387 | 2023-12-08T15:24:59.531Z | Downloaded lazycell v1.3.0 |
1388 | 2023-12-08T15:24:59.531Z | Downloaded bit-vec v0.6.3 |
1389 | 2023-12-08T15:24:59.534Z | Downloaded cfg-if v1.0.0 |
1390 | 2023-12-08T15:24:59.534Z | Downloaded base16ct v0.2.0 |
1391 | 2023-12-08T15:24:59.534Z | Downloaded impl-trait-for-tuples v0.2.2 |
1392 | 2023-12-08T15:24:59.538Z | Downloaded cpufeatures v0.2.9 |
1393 | 2023-12-08T15:24:59.538Z | Downloaded convert_case v0.4.0 |
1394 | 2023-12-08T15:24:59.541Z | Downloaded async-recursion v1.0.5 |
1395 | 2023-12-08T15:24:59.544Z | Downloaded hyper-tls v0.5.0 |
1396 | 2023-12-08T15:24:59.544Z | Downloaded lazy_static v1.4.0 |
1397 | 2023-12-08T15:24:59.547Z | Downloaded ciborium-ll v0.2.1 |
1398 | 2023-12-08T15:24:59.547Z | Downloaded chacha20 v0.9.1 |
1399 | 2023-12-08T15:24:59.551Z | Downloaded arrayref v0.3.7 |
1400 | 2023-12-08T15:24:59.573Z | Downloaded approx v0.5.1 |
1401 | 2023-12-08T15:24:59.579Z | Downloaded cexpr v0.6.0 |
1402 | 2023-12-08T15:24:59.579Z | Downloaded aead v0.5.2 |
1403 | 2023-12-08T15:24:59.579Z | Downloaded mockall v0.11.4 |
1404 | 2023-12-08T15:24:59.579Z | Downloaded ascii-canvas v3.0.0 |
1405 | 2023-12-08T15:24:59.579Z | Downloaded num_cpus v1.16.0 |
1406 | 2023-12-08T15:24:59.579Z | Downloaded signal-hook-tokio v0.3.1 |
1407 | 2023-12-08T15:24:59.579Z | Downloaded num-iter v0.1.43 |
1408 | 2023-12-08T15:24:59.579Z | Downloaded constant_time_eq v0.2.6 |
1409 | 2023-12-08T15:24:59.580Z | Downloaded is-terminal v0.4.9 |
1410 | 2023-12-08T15:24:59.580Z | Downloaded ahash v0.8.3 |
1411 | 2023-12-08T15:24:59.584Z | Downloaded colored v2.0.4 |
1412 | 2023-12-08T15:24:59.584Z | Downloaded instant v0.1.12 |
1413 | 2023-12-08T15:24:59.584Z | Downloaded match_cfg v0.1.0 |
1414 | 2023-12-08T15:24:59.587Z | Downloaded native-tls v0.2.11 |
1415 | 2023-12-08T15:24:59.587Z | Downloaded miniz_oxide v0.7.1 |
1416 | 2023-12-08T15:24:59.591Z | Downloaded log v0.4.20 |
1417 | 2023-12-08T15:24:59.594Z | Downloaded arrayvec v0.7.4 |
1418 | 2023-12-08T15:24:59.598Z | Downloaded async-stream v0.3.5 |
1419 | 2023-12-08T15:24:59.601Z | Downloaded parking_lot v0.12.1 |
1420 | 2023-12-08T15:24:59.604Z | Downloaded number_prefix v0.4.0 |
1421 | 2023-12-08T15:24:59.608Z | Downloaded md-5 v0.10.5 |
1422 | 2023-12-08T15:24:59.611Z | Downloaded owo-colors v3.5.0 |
1423 | 2023-12-08T15:24:59.614Z | Downloaded openssl-macros v0.1.1 |
1424 | 2023-12-08T15:24:59.614Z | Downloaded managed v0.8.0 |
1425 | 2023-12-08T15:24:59.619Z | Downloaded linked-hash-map v0.5.6 |
1426 | 2023-12-08T15:24:59.619Z | Downloaded async-stream-impl v0.3.5 |
1427 | 2023-12-08T15:24:59.623Z | Downloaded maplit v1.0.2 |
1428 | 2023-12-08T15:24:59.623Z | Downloaded curve25519-dalek-derive v0.1.0 |
1429 | 2023-12-08T15:24:59.623Z | Downloaded cfg-if v0.1.10 |
1430 | 2023-12-08T15:24:59.623Z | Downloaded cast v0.3.0 |
1431 | 2023-12-08T15:24:59.627Z | Downloaded nu-ansi-term v0.49.0 |
1432 | 2023-12-08T15:24:59.630Z | Downloaded memoffset v0.9.0 |
1433 | 2023-12-08T15:24:59.630Z | Downloaded is_ci v1.1.1 |
1434 | 2023-12-08T15:24:59.633Z | Downloaded bytesize v1.3.0 |
1435 | 2023-12-08T15:24:59.633Z | Downloaded itertools v0.12.0 |
1436 | 2023-12-08T15:24:59.646Z | Downloaded criterion-plot v0.5.0 |
1437 | 2023-12-08T15:24:59.649Z | Downloaded atomicwrites v0.4.2 |
1438 | 2023-12-08T15:24:59.649Z | Downloaded libsw v3.3.0 |
1439 | 2023-12-08T15:24:59.653Z | Downloaded libefi-sys v0.1.0 |
1440 | 2023-12-08T15:24:59.656Z | Downloaded lalrpop-util v0.19.12 |
1441 | 2023-12-08T15:24:59.657Z | Downloaded kstat-rs v0.2.3 |
1442 | 2023-12-08T15:24:59.691Z | Downloaded keccak v0.1.4 |
1443 | 2023-12-08T15:24:59.691Z | Downloaded bb8 v0.8.1 |
1444 | 2023-12-08T15:24:59.691Z | Downloaded num_threads v0.1.6 |
1445 | 2023-12-08T15:24:59.708Z | Downloaded num v0.4.1 |
1446 | 2023-12-08T15:24:59.708Z | Downloaded new_debug_unreachable v1.0.4 |
1447 | 2023-12-08T15:24:59.708Z | Downloaded crunchy v0.2.2 |
1448 | 2023-12-08T15:25:00.396Z | Compiling serde v1.0.192 |
1449 | 2023-12-08T15:25:00.396Z | Compiling autocfg v1.1.0 |
1450 | 2023-12-08T15:25:00.400Z | Checking cfg-if v1.0.0 |
1451 | 2023-12-08T15:25:00.401Z | Compiling version_check v0.9.4 |
1452 | 2023-12-08T15:25:00.401Z | Compiling syn v1.0.109 |
1453 | 2023-12-08T15:25:00.466Z | Checking libc v0.2.150 |
1454 | 2023-12-08T15:25:00.493Z | Compiling syn v2.0.32 |
1455 | 2023-12-08T15:25:00.565Z | Compiling parking_lot_core v0.9.8 |
1456 | 2023-12-08T15:25:00.592Z | Compiling libm v0.2.7 |
1457 | 2023-12-08T15:25:01.133Z | Compiling cc v1.0.83 |
1458 | 2023-12-08T15:25:01.343Z | Compiling futures-core v0.3.29 |
1459 | 2023-12-08T15:25:01.351Z | Compiling once_cell v1.18.0 |
1460 | 2023-12-08T15:25:01.804Z | Compiling serde_json v1.0.108 |
1461 | 2023-12-08T15:25:01.852Z | Compiling memchr v2.6.3 |
1462 | 2023-12-08T15:25:01.888Z | Compiling lock_api v0.4.10 |
1463 | 2023-12-08T15:25:02.002Z | Compiling num-traits v0.2.16 |
1464 | 2023-12-08T15:25:02.374Z | Compiling slab v0.4.9 |
1465 | 2023-12-08T15:25:02.455Z | Checking getrandom v0.2.10 |
1466 | 2023-12-08T15:25:02.574Z | Compiling futures-task v0.3.29 |
1467 | 2023-12-08T15:25:02.806Z | Compiling futures-channel v0.3.29 |
1468 | 2023-12-08T15:25:02.986Z | Compiling typenum v1.16.0 |
1469 | 2023-12-08T15:25:03.094Z | Compiling futures-util v0.3.29 |
1470 | 2023-12-08T15:25:03.304Z | Compiling generic-array v0.14.7 |
1471 | 2023-12-08T15:25:03.634Z | Compiling log v0.4.20 |
1472 | 2023-12-08T15:25:03.854Z | Checking scopeguard v1.2.0 |
1473 | 2023-12-08T15:25:04.020Z | Compiling pkg-config v0.3.27 |
1474 | 2023-12-08T15:25:05.087Z | Checking smallvec v1.11.0 |
1475 | 2023-12-08T15:25:05.390Z | Checking itoa v1.0.9 |
1476 | 2023-12-08T15:25:05.617Z | Compiling rustix v0.38.25 |
1477 | 2023-12-08T15:25:05.672Z | Compiling indexmap v1.9.3 |
1478 | 2023-12-08T15:25:05.689Z | Compiling schemars v0.8.13 |
1479 | 2023-12-08T15:25:06.143Z | Compiling fnv v1.0.7 |
1480 | 2023-12-08T15:25:06.176Z | Compiling vcpkg v0.2.15 |
1481 | 2023-12-08T15:25:06.262Z | Compiling httparse v1.8.0 |
1482 | 2023-12-08T15:25:06.708Z | Checking rand_core v0.6.4 |
1483 | 2023-12-08T15:25:06.910Z | Compiling ring v0.16.20 |
1484 | 2023-12-08T15:25:07.107Z | Compiling ring v0.17.5 |
1485 | 2023-12-08T15:25:08.641Z | Compiling aho-corasick v1.0.4 |
1486 | 2023-12-08T15:25:08.940Z | Compiling regex-syntax v0.8.2 |
1487 | 2023-12-08T15:25:09.877Z | Compiling openssl-sys v0.9.96 |
1488 | 2023-12-08T15:25:11.568Z | Compiling parking_lot v0.12.1 |
1489 | 2023-12-08T15:25:12.204Z | Checking pin-project-lite v0.2.13 |
1490 | 2023-12-08T15:25:12.349Z | Compiling ahash v0.8.3 |
1491 | 2023-12-08T15:25:12.824Z | Checking spin v0.5.2 |
1492 | 2023-12-08T15:25:13.144Z | Compiling openssl v0.10.60 |
1493 | 2023-12-08T15:25:13.240Z | Compiling serde_derive_internals v0.26.0 |
1494 | 2023-12-08T15:25:13.708Z | Checking signal-hook-registry v1.4.1 |
1495 | 2023-12-08T15:25:14.060Z | Compiling regex-automata v0.4.3 |
1496 | 2023-12-08T15:25:14.586Z | Compiling ucd-trie v0.1.6 |
1497 | 2023-12-08T15:25:15.575Z | Compiling rustls v0.21.9 |
1498 | 2023-12-08T15:25:15.816Z | Checking mio v0.8.9 |
1499 | 2023-12-08T15:25:16.434Z | Compiling native-tls v0.2.11 |
1500 | 2023-12-08T15:25:16.452Z | Compiling iana-time-zone v0.1.57 |
1501 | 2023-12-08T15:25:16.777Z | Compiling async-trait v0.1.74 |
1502 | 2023-12-08T15:25:16.939Z | Checking num_cpus v1.16.0 |
1503 | 2023-12-08T15:25:17.595Z | Compiling dyn-clone v1.0.13 |
1504 | 2023-12-08T15:25:17.906Z | Compiling byteorder v1.5.0 |
1505 | 2023-12-08T15:25:17.924Z | Compiling unicode-xid v0.2.4 |
1506 | 2023-12-08T15:25:18.413Z | Compiling backtrace v0.3.69 |
1507 | 2023-12-08T15:25:18.617Z | Checking socket2 v0.5.5 |
1508 | 2023-12-08T15:25:19.214Z | Compiling futures-sink v0.3.29 |
1509 | 2023-12-08T15:25:19.419Z | Compiling hashbrown v0.13.2 |
1510 | 2023-12-08T15:25:19.423Z | Compiling errno v0.3.2 |
1511 | 2023-12-08T15:25:19.463Z | Compiling crc32fast v1.3.2 |
1512 | 2023-12-08T15:25:19.721Z | Compiling tinyvec_macros v0.1.1 |
1513 | 2023-12-08T15:25:19.834Z | Compiling crossbeam-utils v0.8.16 |
1514 | 2023-12-08T15:25:19.870Z | Checking ryu v1.0.15 |
1515 | 2023-12-08T15:25:20.215Z | Compiling tinyvec v1.6.0 |
1516 | 2023-12-08T15:25:20.803Z | Compiling regex v1.10.2 |
1517 | 2023-12-08T15:25:20.934Z | Compiling anyhow v1.0.75 |
1518 | 2023-12-08T15:25:21.003Z | Compiling futures-io v0.3.29 |
1519 | 2023-12-08T15:25:21.200Z | Compiling pin-utils v0.1.0 |
1520 | 2023-12-08T15:25:21.317Z | Compiling spin v0.9.8 |
1521 | 2023-12-08T15:25:21.439Z | Compiling tracing-core v0.1.31 |
1522 | 2023-12-08T15:25:21.885Z | Compiling unicode-bidi v0.3.13 |
1523 | 2023-12-08T15:25:22.550Z | Compiling num-integer v0.1.45 |
1524 | 2023-12-08T15:25:22.743Z | Compiling unicode-normalization v0.1.22 |
1525 | 2023-12-08T15:25:23.813Z | Compiling synstructure v0.12.6 |
1526 | 2023-12-08T15:25:23.831Z | Compiling lazy_static v1.4.0 |
1527 | 2023-12-08T15:25:23.978Z | Compiling base64 v0.21.5 |
1528 | 2023-12-08T15:25:24.220Z | Compiling unicode-width v0.1.11 |
1529 | 2023-12-08T15:25:24.359Z | Compiling serde_derive v1.0.192 |
1530 | 2023-12-08T15:25:24.449Z | Compiling thiserror-impl v1.0.49 |
1531 | 2023-12-08T15:25:24.468Z | Compiling zeroize_derive v1.4.2 |
1532 | 2023-12-08T15:25:24.546Z | Compiling tokio-macros v2.2.0 |
1533 | 2023-12-08T15:25:25.227Z | Compiling futures-macro v0.3.29 |
1534 | 2023-12-08T15:25:26.055Z | Compiling tracing-attributes v0.1.26 |
1535 | 2023-12-08T15:25:26.844Z | Compiling schemars_derive v0.8.13 |
1536 | 2023-12-08T15:25:27.161Z | Compiling openssl-macros v0.1.1 |
1537 | 2023-12-08T15:25:27.322Z | Checking zeroize v1.7.0 |
1538 | 2023-12-08T15:25:29.958Z | Compiling thiserror v1.0.49 |
1539 | 2023-12-08T15:25:30.121Z | Compiling pest v2.7.2 |
1540 | 2023-12-08T15:25:30.255Z | Compiling slog v2.7.0 |
1541 | 2023-12-08T15:25:30.301Z | Compiling zerocopy-derive v0.2.0 |
1542 | 2023-12-08T15:25:31.857Z | Compiling foreign-types-shared v0.1.1 |
1543 | 2023-12-08T15:25:32.000Z | Compiling untrusted v0.7.1 |
1544 | 2023-12-08T15:25:32.310Z | Compiling rustversion v1.0.14 |
1545 | 2023-12-08T15:25:32.378Z | Compiling hashbrown v0.12.3 |
1546 | 2023-12-08T15:25:32.397Z | Compiling untrusted v0.9.0 |
1547 | 2023-12-08T15:25:32.635Z | Checking subtle v2.5.0 |
1548 | 2023-12-08T15:25:32.660Z | Compiling tracing v0.1.37 |
1549 | 2023-12-08T15:25:33.015Z | Compiling time-core v0.1.1 |
1550 | 2023-12-08T15:25:33.254Z | Compiling percent-encoding v2.3.1 |
1551 | 2023-12-08T15:25:33.401Z | Compiling openssl-probe v0.1.5 |
1552 | 2023-12-08T15:25:33.464Z | Compiling time-macros v0.2.13 |
1553 | 2023-12-08T15:25:35.958Z | Compiling pest_meta v2.7.2 |
1554 | 2023-12-08T15:25:36.015Z | Compiling foreign-types v0.3.2 |
1555 | 2023-12-08T15:25:36.058Z | Compiling pest_generator v2.7.2 |
1556 | 2023-12-08T15:25:39.465Z | Compiling try-lock v0.2.4 |
1557 | 2023-12-08T15:25:39.655Z | Compiling want v0.3.1 |
1558 | 2023-12-08T15:25:39.938Z | Compiling sct v0.7.0 |
1559 | 2023-12-08T15:25:39.985Z | Compiling rustls-webpki v0.101.7 |
1560 | 2023-12-08T15:25:40.116Z | Compiling form_urlencoded v1.2.1 |
1561 | 2023-12-08T15:25:40.583Z | Compiling zerocopy-derive v0.6.4 |
1562 | 2023-12-08T15:25:42.299Z | Compiling pest_derive v2.7.2 |
1563 | 2023-12-08T15:25:42.908Z | Compiling socket2 v0.4.9 |
1564 | 2023-12-08T15:25:43.151Z | Compiling either v1.9.0 |
1565 | 2023-12-08T15:25:43.477Z | Compiling httpdate v1.0.3 |
1566 | 2023-12-08T15:25:44.056Z | Compiling tower-service v0.3.2 |
1567 | 2023-12-08T15:25:44.064Z | Compiling rustls-pemfile v1.0.3 |
1568 | 2023-12-08T15:25:44.186Z | Compiling idna v0.5.0 |
1569 | 2023-12-08T15:25:44.244Z | Compiling memoffset v0.9.0 |
1570 | 2023-12-08T15:25:44.269Z | Compiling usdt-impl v0.3.5 |
1571 | 2023-12-08T15:25:44.478Z | Compiling adler v1.0.2 |
1572 | 2023-12-08T15:25:44.857Z | Compiling miniz_oxide v0.7.1 |
1573 | 2023-12-08T15:25:44.913Z | Compiling rustls-native-certs v0.6.3 |
1574 | 2023-12-08T15:25:45.010Z | Compiling zerocopy v0.3.0 |
1575 | 2023-12-08T15:25:45.562Z | Checking crypto-common v0.1.6 |
1576 | 2023-12-08T15:25:45.816Z | Compiling url v2.5.0 |
1577 | 2023-12-08T15:25:46.208Z | Compiling ipnet v2.8.0 |
1578 | 2023-12-08T15:25:46.822Z | Compiling signal-hook v0.3.17 |
1579 | 2023-12-08T15:25:47.236Z | Checking bytes v1.5.0 |
1580 | 2023-12-08T15:25:47.267Z | Checking bitflags v2.4.0 |
1581 | 2023-12-08T15:25:47.682Z | Compiling dof v0.1.5 |
1582 | 2023-12-08T15:25:48.102Z | Compiling dtrace-parser v0.1.14 |
1583 | 2023-12-08T15:25:48.211Z | Compiling clap_derive v4.4.2 |
1584 | 2023-12-08T15:25:48.451Z | Checking tokio v1.34.0 |
1585 | 2023-12-08T15:25:49.162Z | Compiling indexmap v2.1.0 |
1586 | 2023-12-08T15:25:50.092Z | Compiling uuid v1.6.1 |
1587 | 2023-12-08T15:25:50.959Z | Compiling semver v1.0.20 |
1588 | 2023-12-08T15:25:51.506Z | Compiling chrono v0.4.31 |
1589 | 2023-12-08T15:25:51.791Z | Compiling http v0.2.11 |
1590 | 2023-12-08T15:25:52.694Z | Compiling toml_datetime v0.6.5 |
1591 | 2023-12-08T15:25:53.339Z | Compiling serde_spanned v0.6.4 |
1592 | 2023-12-08T15:25:53.682Z | Compiling rustc_version v0.4.0 |
1593 | 2023-12-08T15:25:53.929Z | Compiling toml_edit v0.19.15 |
1594 | 2023-12-08T15:25:56.707Z | Compiling openapiv3 v2.0.0-rc.1 |
1595 | 2023-12-08T15:25:57.959Z | Compiling http-body v0.4.5 |
1596 | 2023-12-08T15:25:58.550Z | Compiling serde_urlencoded v0.7.1 |
1597 | 2023-12-08T15:25:59.295Z | Compiling crossbeam-epoch v0.9.15 |
1598 | 2023-12-08T15:25:59.423Z | Compiling encoding_rs v0.8.33 |
1599 | 2023-12-08T15:25:59.641Z | Compiling thread-id v4.2.0 |
1600 | 2023-12-08T15:25:59.785Z | Checking const-oid v0.9.5 |
1601 | 2023-12-08T15:26:00.003Z | Compiling siphasher v0.3.11 |
1602 | 2023-12-08T15:26:00.591Z | Compiling mime v0.3.17 |
1603 | 2023-12-08T15:26:01.558Z | Compiling webpki-roots v0.25.2 |
1604 | 2023-12-08T15:26:01.781Z | Compiling gimli v0.28.0 |
1605 | 2023-12-08T15:26:02.805Z | Compiling serde_tokenstream v0.1.7 |
1606 | 2023-12-08T15:26:03.615Z | Compiling strum_macros v0.25.2 |
1607 | 2023-12-08T15:26:04.991Z | Compiling tokio-util v0.7.10 |
1608 | 2023-12-08T15:26:05.073Z | Compiling tokio-rustls v0.24.1 |
1609 | 2023-12-08T15:26:06.463Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1610 | 2023-12-08T15:26:07.091Z | Compiling h2 v0.3.21 |
1611 | 2023-12-08T15:26:07.150Z | Compiling object v0.32.1 |
1612 | 2023-12-08T15:26:07.479Z | Compiling num-iter v0.1.43 |
1613 | 2023-12-08T15:26:07.530Z | Compiling rustc-demangle v0.1.23 |
1614 | 2023-12-08T15:26:09.044Z | Compiling tokio-native-tls v0.3.1 |
1615 | 2023-12-08T15:26:09.169Z | Compiling addr2line v0.21.0 |
1616 | 2023-12-08T15:26:10.208Z | Compiling flate2 v1.0.28 |
1617 | 2023-12-08T15:26:10.529Z | Compiling heapless v0.7.16 |
1618 | 2023-12-08T15:26:11.097Z | Compiling block-buffer v0.10.4 |
1619 | 2023-12-08T15:26:11.485Z | Compiling doc-comment v0.3.3 |
1620 | 2023-12-08T15:26:12.286Z | Compiling ppv-lite86 v0.2.17 |
1621 | 2023-12-08T15:26:12.615Z | Compiling usdt-macro v0.3.5 |
1622 | 2023-12-08T15:26:12.741Z | Compiling usdt-attr-macro v0.3.5 |
1623 | 2023-12-08T15:26:12.815Z | Compiling toml v0.7.8 |
1624 | 2023-12-08T15:26:13.560Z | Compiling rand_chacha v0.3.1 |
1625 | 2023-12-08T15:26:14.565Z | Compiling digest v0.10.7 |
1626 | 2023-12-08T15:26:14.730Z | Compiling toml_edit v0.21.0 |
1627 | 2023-12-08T15:26:15.162Z | Compiling hex v0.4.3 |
1628 | 2023-12-08T15:26:15.375Z | Compiling pin-project-internal v1.1.3 |
1629 | 2023-12-08T15:26:15.693Z | Compiling bit-vec v0.6.3 |
1630 | 2023-12-08T15:26:16.351Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1631 | 2023-12-08T15:26:17.724Z | Compiling rand v0.8.5 |
1632 | 2023-12-08T15:26:17.783Z | Compiling phf_shared v0.10.0 |
1633 | 2023-12-08T15:26:18.167Z | Compiling hyper v0.14.27 |
1634 | 2023-12-08T15:26:18.855Z | Compiling num-bigint v0.4.4 |
1635 | 2023-12-08T15:26:20.056Z | Compiling new_debug_unreachable v1.0.4 |
1636 | 2023-12-08T15:26:20.156Z | Compiling smoltcp v0.9.1 |
1637 | 2023-12-08T15:26:20.174Z | Compiling precomputed-hash v0.1.1 |
1638 | 2023-12-08T15:26:20.318Z | Compiling fixedbitset v0.4.2 |
1639 | 2023-12-08T15:26:20.468Z | Compiling string_cache v0.8.7 |
1640 | 2023-12-08T15:26:21.033Z | Compiling petgraph v0.6.4 |
1641 | 2023-12-08T15:26:21.312Z | Compiling bit-set v0.5.3 |
1642 | 2023-12-08T15:26:22.124Z | Compiling itertools v0.10.5 |
1643 | 2023-12-08T15:26:22.799Z | Compiling hubpack_derive v0.1.1 |
1644 | 2023-12-08T15:26:22.816Z | Compiling enum-as-inner v0.5.1 |
1645 | 2023-12-08T15:26:23.287Z | Compiling diesel_table_macro_syntax v0.1.0 |
1646 | 2023-12-08T15:26:24.205Z | Compiling lalrpop-util v0.19.12 |
1647 | 2023-12-08T15:26:24.468Z | Compiling unicode-segmentation v1.10.1 |
1648 | 2023-12-08T15:26:24.558Z | Compiling diesel_derives v2.1.2 |
1649 | 2023-12-08T15:26:25.546Z | Compiling snafu-derive v0.7.5 |
1650 | 2023-12-08T15:26:25.940Z | Compiling cpufeatures v0.2.9 |
1651 | 2023-12-08T15:26:26.340Z | Compiling sha2 v0.10.8 |
1652 | 2023-12-08T15:26:26.794Z | Compiling rustix v0.37.23 |
1653 | 2023-12-08T15:26:26.825Z | Compiling md-5 v0.10.5 |
1654 | 2023-12-08T15:26:27.189Z | Compiling hmac v0.12.1 |
1655 | 2023-12-08T15:26:27.512Z | Compiling serde_repr v0.1.16 |
1656 | 2023-12-08T15:26:27.563Z | Compiling stringprep v0.1.3 |
1657 | 2023-12-08T15:26:29.094Z | Compiling hash32 v0.2.1 |
1658 | 2023-12-08T15:26:29.137Z | Compiling hyper-rustls v0.24.2 |
1659 | 2023-12-08T15:26:29.302Z | Compiling hyper-tls v0.5.0 |
1660 | 2023-12-08T15:26:29.340Z | Checking bitflags v1.3.2 |
1661 | 2023-12-08T15:26:29.643Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2023-12-08T15:26:29.814Z | Compiling reqwest v0.11.22 |
1663 | 2023-12-08T15:26:29.843Z | Compiling fallible-iterator v0.2.0 |
1664 | 2023-12-08T15:26:30.975Z | Compiling postgres-protocol v0.6.6 |
1665 | 2023-12-08T15:26:32.507Z | Compiling terminal_size v0.2.6 |
1666 | 2023-12-08T15:26:32.972Z | Compiling phf_shared v0.11.2 |
1667 | 2023-12-08T15:26:33.309Z | Compiling block-padding v0.3.3 |
1668 | 2023-12-08T15:26:33.678Z | Compiling scheduled-thread-pool v0.2.7 |
1669 | 2023-12-08T15:26:34.552Z | Compiling matches v0.1.10 |
1670 | 2023-12-08T15:26:34.556Z | Compiling deranged v0.3.8 |
1671 | 2023-12-08T15:26:34.675Z | Compiling managed v0.8.0 |
1672 | 2023-12-08T15:26:34.738Z | Compiling regex-automata v0.1.10 |
1673 | 2023-12-08T15:26:34.949Z | Compiling num_threads v0.1.6 |
1674 | 2023-12-08T15:26:34.983Z | Compiling clap_builder v4.4.2 |
1675 | 2023-12-08T15:26:35.084Z | Compiling idna v0.2.3 |
1676 | 2023-12-08T15:26:35.234Z | Compiling r2d2 v0.8.10 |
1677 | 2023-12-08T15:26:35.374Z | Compiling bstr v0.2.17 |
1678 | 2023-12-08T15:26:35.683Z | Compiling signal-hook-mio v0.2.3 |
1679 | 2023-12-08T15:26:35.895Z | Compiling inout v0.1.3 |
1680 | 2023-12-08T15:26:36.424Z | Compiling phf v0.11.2 |
1681 | 2023-12-08T15:26:36.706Z | Compiling bzip2 v0.4.4 |
1682 | 2023-12-08T15:26:37.290Z | Compiling postgres-types v0.2.6 |
1683 | 2023-12-08T15:26:37.546Z | Compiling time v0.3.27 |
1684 | 2023-12-08T15:26:37.720Z | Compiling hubpack v0.1.2 |
1685 | 2023-12-08T15:26:38.399Z | Compiling pin-project v1.1.3 |
1686 | 2023-12-08T15:26:39.093Z | Compiling ipnetwork v0.20.0 |
1687 | 2023-12-08T15:26:39.343Z | Compiling zerocopy v0.6.4 |
1688 | 2023-12-08T15:26:39.831Z | Compiling itertools v0.11.0 |
1689 | 2023-12-08T15:26:40.519Z | Compiling futures-executor v0.3.29 |
1690 | 2023-12-08T15:26:41.424Z | Compiling float-cmp v0.9.0 |
1691 | 2023-12-08T15:26:42.519Z | Compiling predicates-core v1.0.6 |
1692 | 2023-12-08T15:26:43.068Z | Compiling whoami v1.4.1 |
1693 | 2023-12-08T15:26:44.025Z | Compiling difflib v0.4.0 |
1694 | 2023-12-08T15:26:44.362Z | Compiling data-encoding v2.4.0 |
1695 | 2023-12-08T15:26:44.510Z | Compiling regex-automata v0.3.8 |
1696 | 2023-12-08T15:26:46.514Z | Compiling normalize-line-endings v0.3.0 |
1697 | 2023-12-08T15:26:46.664Z | Compiling static_assertions v1.1.0 |
1698 | 2023-12-08T15:26:46.726Z | Compiling predicates v3.0.4 |
1699 | 2023-12-08T15:26:46.795Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1700 | 2023-12-08T15:26:48.315Z | Compiling bstr v1.6.0 |
1701 | 2023-12-08T15:26:48.581Z | Compiling trust-dns-proto v0.22.0 |
1702 | 2023-12-08T15:26:50.943Z | Compiling tokio-postgres v0.7.10 |
1703 | 2023-12-08T15:26:51.011Z | Compiling yasna v0.5.2 |
1704 | 2023-12-08T15:26:51.203Z | Compiling diesel v2.1.4 |
1705 | 2023-12-08T15:26:54.197Z | Compiling futures v0.3.29 |
1706 | 2023-12-08T15:26:54.342Z | Compiling clap v4.4.3 |
1707 | 2023-12-08T15:26:54.506Z | Compiling snafu v0.7.5 |
1708 | 2023-12-08T15:26:55.090Z | Compiling zip v0.6.6 |
1709 | 2023-12-08T15:26:55.322Z | Compiling similar v2.2.1 |
1710 | 2023-12-08T15:26:55.408Z | Compiling cipher v0.4.4 |
1711 | 2023-12-08T15:26:55.901Z | Compiling crossterm v0.27.0 |
1712 | 2023-12-08T15:26:56.581Z | Compiling signature v2.1.0 |
1713 | 2023-12-08T15:26:56.736Z | Compiling usdt v0.3.5 |
1714 | 2023-12-08T15:26:57.117Z | Compiling tokio-stream v0.1.14 |
1715 | 2023-12-08T15:26:58.578Z | Compiling console v0.15.7 |
1716 | 2023-12-08T15:26:59.417Z | Checking hashbrown v0.14.2 |
1717 | 2023-12-08T15:27:00.428Z | Checking equivalent v1.0.1 |
1718 | 2023-12-08T15:27:00.577Z | Checking unicode-ident v1.0.12 |
1719 | 2023-12-08T15:27:00.812Z | Checking proc-macro2 v1.0.69 |
1720 | 2023-12-08T15:27:02.265Z | Checking quote v1.0.33 |
1721 | 2023-12-08T15:27:03.707Z | Checking utf8parse v0.2.1 |
1722 | 2023-12-08T15:27:04.355Z | Checking anstyle v1.0.2 |
1723 | 2023-12-08T15:27:05.739Z | Checking io-lifetimes v1.0.11 |
1724 | 2023-12-08T15:27:08.532Z | Checking anstyle-parse v0.2.1 |
1725 | 2023-12-08T15:27:12.685Z | Checking anstyle-query v1.0.0 |
1726 | 2023-12-08T15:27:12.838Z | Checking colorchoice v1.0.0 |
1727 | 2023-12-08T15:27:13.261Z | Checking anstream v0.5.0 |
1728 | 2023-12-08T15:27:13.723Z | Checking strsim v0.10.0 |
1729 | 2023-12-08T15:27:13.730Z | Checking clap_lex v0.5.1 |
1730 | 2023-12-08T15:27:14.880Z | Checking winnow v0.5.15 |
1731 | 2023-12-08T15:27:20.078Z | Compiling serde_tokenstream v0.2.0 |
1732 | 2023-12-08T15:27:24.542Z | Compiling regress v0.7.1 |
1733 | 2023-12-08T15:27:30.285Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1734 | 2023-12-08T15:27:37.225Z | Compiling getopts v0.2.21 |
1735 | 2023-12-08T15:27:38.030Z | Compiling unsafe-libyaml v0.2.9 |
1736 | 2023-12-08T15:27:38.902Z | Checking heck v0.4.1 |
1737 | 2023-12-08T15:27:39.264Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1738 | 2023-12-08T15:27:40.185Z | Compiling serde_yaml v0.9.25 |
1739 | 2023-12-08T15:27:40.297Z | Compiling ident_case v1.0.1 |
1740 | 2023-12-08T15:27:40.955Z | Checking fastrand v2.0.0 |
1741 | 2023-12-08T15:27:40.976Z | Checking match_cfg v0.1.0 |
1742 | 2023-12-08T15:27:41.021Z | Checking tempfile v3.8.1 |
1743 | 2023-12-08T15:27:41.093Z | Checking hostname v0.3.1 |
1744 | 2023-12-08T15:27:41.123Z | Checking atty v0.2.14 |
1745 | 2023-12-08T15:27:41.277Z | Compiling paste v1.0.14 |
1746 | 2023-12-08T15:27:41.286Z | Checking quick-error v1.2.3 |
1747 | 2023-12-08T15:27:41.458Z | Checking crossbeam-channel v0.5.8 |
1748 | 2023-12-08T15:27:41.525Z | Checking sha1 v0.10.6 |
1749 | 2023-12-08T15:27:41.936Z | Checking dirs-sys-next v0.1.2 |
1750 | 2023-12-08T15:27:42.179Z | Checking dirs-next v2.0.0 |
1751 | 2023-12-08T15:27:42.380Z | Checking thread_local v1.1.7 |
1752 | 2023-12-08T15:27:42.590Z | Checking instant v0.1.12 |
1753 | 2023-12-08T15:27:42.737Z | Compiling slog-async v2.8.0 |
1754 | 2023-12-08T15:27:42.774Z | Checking term v0.7.0 |
1755 | 2023-12-08T15:27:43.415Z | Checking camino v1.1.6 |
1756 | 2023-12-08T15:27:43.994Z | Compiling multer v2.1.0 |
1757 | 2023-12-08T15:27:44.012Z | Checking take_mut v0.2.2 |
1758 | 2023-12-08T15:27:44.134Z | Checking slog-term v2.9.0 |
1759 | 2023-12-08T15:27:44.282Z | Compiling darling_core v0.20.3 |
1760 | 2023-12-08T15:27:44.622Z | Checking slog-json v2.6.1 |
1761 | 2023-12-08T15:27:44.948Z | Compiling async-stream-impl v0.3.5 |
1762 | 2023-12-08T15:27:45.034Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1763 | 2023-12-08T15:27:45.478Z | Checking atomic-waker v1.1.1 |
1764 | 2023-12-08T15:27:45.628Z | Checking debug-ignore v1.0.5 |
1765 | 2023-12-08T15:27:45.808Z | Checking waitgroup v0.1.2 |
1766 | 2023-12-08T15:27:46.075Z | Checking slog-bunyan v2.4.0 |
1767 | 2023-12-08T15:27:46.893Z | Checking toml v0.8.8 |
1768 | 2023-12-08T15:27:47.099Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1769 | 2023-12-08T15:27:47.244Z | Checking async-stream v0.3.5 |
1770 | 2023-12-08T15:27:47.491Z | Checking serde_path_to_error v0.1.14 |
1771 | 2023-12-08T15:27:47.554Z | Checking strum v0.25.0 |
1772 | 2023-12-08T15:27:47.767Z | Compiling structmeta-derive v0.2.0 |
1773 | 2023-12-08T15:27:48.025Z | Checking wait-timeout v0.2.0 |
1774 | 2023-12-08T15:27:48.273Z | Checking rusty-fork v0.3.0 |
1775 | 2023-12-08T15:27:48.520Z | Checking rand_xorshift v0.3.0 |
1776 | 2023-12-08T15:27:48.694Z | Checking unarray v0.1.4 |
1777 | 2023-12-08T15:27:48.750Z | Compiling regex-syntax v0.7.5 |
1778 | 2023-12-08T15:27:48.893Z | Checking proptest v1.4.0 |
1779 | 2023-12-08T15:27:52.788Z | Compiling structmeta v0.2.0 |
1780 | 2023-12-08T15:27:53.463Z | Checking backoff v0.4.0 |
1781 | 2023-12-08T15:27:53.887Z | Compiling test-strategy v0.3.1 |
1782 | 2023-12-08T15:27:54.345Z | Compiling darling_macro v0.20.3 |
1783 | 2023-12-08T15:27:55.947Z | Compiling darling v0.20.3 |
1784 | 2023-12-08T15:27:56.051Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1785 | 2023-12-08T15:27:56.099Z | Compiling serde_with_macros v2.3.3 |
1786 | 2023-12-08T15:27:56.254Z | Checking macaddr v1.0.1 |
1787 | 2023-12-08T15:27:56.742Z | Checking camino-tempfile v1.1.1 |
1788 | 2023-12-08T15:27:56.760Z | Checking is-terminal v0.4.9 |
1789 | 2023-12-08T15:27:56.921Z | Compiling proc-macro-error-attr v1.0.4 |
1790 | 2023-12-08T15:27:57.145Z | Compiling proc-macro-error v1.0.4 |
1791 | 2023-12-08T15:27:57.771Z | Compiling proc-macro-crate v1.3.1 |
1792 | 2023-12-08T15:27:58.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1793 | 2023-12-08T15:27:59.118Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1794 | 2023-12-08T15:27:59.539Z | Checking termtree v0.4.1 |
1795 | 2023-12-08T15:27:59.889Z | Checking predicates-tree v1.0.9 |
1796 | 2023-12-08T15:27:59.954Z | Compiling num_enum_derive v0.5.11 |
1797 | 2023-12-08T15:28:00.103Z | Checking base64ct v1.6.0 |
1798 | 2023-12-08T15:28:00.184Z | Compiling parse-display-derive v0.8.2 |
1799 | 2023-12-08T15:28:00.375Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1800 | 2023-12-08T15:28:00.401Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1801 | 2023-12-08T15:28:00.456Z | Checking serde_with v2.3.3 |
1802 | 2023-12-08T15:28:00.598Z | Compiling crucible-workspace-hack v0.1.0 |
1803 | 2023-12-08T15:28:00.816Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1804 | 2023-12-08T15:28:00.892Z | Checking postcard-cobs v0.1.5-pre |
1805 | 2023-12-08T15:28:01.064Z | Checking smoltcp v0.8.2 |
1806 | 2023-12-08T15:28:01.126Z | Checking postcard v0.7.3 |
1807 | 2023-12-08T15:28:01.277Z | Compiling foreign-types-macros v0.2.3 |
1808 | 2023-12-08T15:28:01.744Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1809 | 2023-12-08T15:28:02.199Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1810 | 2023-12-08T15:28:02.622Z | Checking foreign-types-shared v0.3.1 |
1811 | 2023-12-08T15:28:02.767Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1812 | 2023-12-08T15:28:02.978Z | Checking cfg-if v0.1.10 |
1813 | 2023-12-08T15:28:03.405Z | Checking foreign-types v0.5.0 |
1814 | 2023-12-08T15:28:03.548Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1815 | 2023-12-08T15:28:03.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1816 | 2023-12-08T15:28:04.406Z | Checking num_enum v0.5.11 |
1817 | 2023-12-08T15:28:04.613Z | Checking cstr-argument v0.1.2 |
1818 | 2023-12-08T15:28:04.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1819 | 2023-12-08T15:28:04.969Z | Checking pretty-hex v0.2.1 |
1820 | 2023-12-08T15:28:05.208Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2023-12-08T15:28:05.311Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2023-12-08T15:28:05.552Z | Checking colored v2.0.4 |
1823 | 2023-12-08T15:28:05.582Z | Compiling zone_cfg_derive v0.3.0 |
1824 | 2023-12-08T15:28:05.746Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-12-08T15:28:05.764Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1826 | 2023-12-08T15:28:06.263Z | Checking predicates v2.1.5 |
1827 | 2023-12-08T15:28:06.281Z | Compiling mockall_derive v0.11.4 |
1828 | 2023-12-08T15:28:07.284Z | Compiling num-derive v0.4.0 |
1829 | 2023-12-08T15:28:07.742Z | Checking parse-display v0.8.2 |
1830 | 2023-12-08T15:28:07.824Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1831 | 2023-12-08T15:28:07.965Z | Checking downcast v0.11.0 |
1832 | 2023-12-08T15:28:08.018Z | Checking fragile v2.0.0 |
1833 | 2023-12-08T15:28:08.248Z | Checking zone v0.3.0 |
1834 | 2023-12-08T15:28:08.401Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1835 | 2023-12-08T15:28:08.729Z | Checking smf v0.2.2 |
1836 | 2023-12-08T15:28:08.756Z | Checking filetime v0.2.23 |
1837 | 2023-12-08T15:28:08.935Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1838 | 2023-12-08T15:28:09.119Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1839 | 2023-12-08T15:28:09.374Z | Checking xattr v1.0.1 |
1840 | 2023-12-08T15:28:09.415Z | Checking pem v3.0.2 |
1841 | 2023-12-08T15:28:09.623Z | Checking tar v0.4.40 |
1842 | 2023-12-08T15:28:09.846Z | Checking linked-hash-map v0.5.6 |
1843 | 2023-12-08T15:28:09.936Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1844 | 2023-12-08T15:28:10.324Z | Checking headers-core v0.2.0 |
1845 | 2023-12-08T15:28:10.374Z | Checking lru-cache v0.1.2 |
1846 | 2023-12-08T15:28:10.518Z | Checking headers v0.3.9 |
1847 | 2023-12-08T15:28:10.594Z | Checking password-hash v0.5.0 |
1848 | 2023-12-08T15:28:10.886Z | Checking blake2 v0.10.6 |
1849 | 2023-12-08T15:28:11.246Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1850 | 2023-12-08T15:28:11.265Z | Checking base64 v0.13.1 |
1851 | 2023-12-08T15:28:11.525Z | Checking argon2 v0.5.2 |
1852 | 2023-12-08T15:28:11.854Z | Checking swrite v0.1.0 |
1853 | 2023-12-08T15:28:11.937Z | Checking pem v1.1.1 |
1854 | 2023-12-08T15:28:12.002Z | Checking rcgen v0.11.3 |
1855 | 2023-12-08T15:28:12.154Z | Checking atomicwrites v0.4.2 |
1856 | 2023-12-08T15:28:12.231Z | Checking subprocess v0.2.9 |
1857 | 2023-12-08T15:28:12.278Z | Compiling cancel-safe-futures v0.1.5 |
1858 | 2023-12-08T15:28:12.428Z | Checking half v1.8.2 |
1859 | 2023-12-08T15:28:12.493Z | Checking ciborium-io v0.2.1 |
1860 | 2023-12-08T15:28:12.643Z | Checking arc-swap v1.6.0 |
1861 | 2023-12-08T15:28:12.782Z | Checking textwrap v0.11.0 |
1862 | 2023-12-08T15:28:12.995Z | Compiling heck v0.3.3 |
1863 | 2023-12-08T15:28:13.035Z | Compiling libefi-sys v0.1.0 |
1864 | 2023-12-08T15:28:13.051Z | Checking ciborium-ll v0.2.1 |
1865 | 2023-12-08T15:28:13.081Z | Checking strsim v0.8.0 |
1866 | 2023-12-08T15:28:13.304Z | Checking slog-scope v4.4.0 |
1867 | 2023-12-08T15:28:13.343Z | Checking ansi_term v0.12.1 |
1868 | 2023-12-08T15:28:13.458Z | Checking vec_map v0.8.2 |
1869 | 2023-12-08T15:28:13.479Z | Checking ciborium v0.2.1 |
1870 | 2023-12-08T15:28:13.580Z | Checking slog-stdlog v4.1.1 |
1871 | 2023-12-08T15:28:13.595Z | Compiling structopt-derive v0.4.18 |
1872 | 2023-12-08T15:28:13.824Z | Checking clap v2.34.0 |
1873 | 2023-12-08T15:28:13.828Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1874 | 2023-12-08T15:28:14.633Z | Checking slog-envlogger v2.2.0 |
1875 | 2023-12-08T15:28:14.971Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1876 | 2023-12-08T15:28:15.070Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1877 | 2023-12-08T15:28:15.108Z | Checking libsw v3.3.0 |
1878 | 2023-12-08T15:28:15.398Z | Compiling derive-where v1.2.6 |
1879 | 2023-12-08T15:28:15.414Z | Checking owo-colors v3.5.0 |
1880 | 2023-12-08T15:28:15.529Z | Checking linear-map v1.2.0 |
1881 | 2023-12-08T15:28:16.003Z | Checking resolv-conf v0.7.0 |
1882 | 2023-12-08T15:28:16.516Z | Compiling slog-dtrace v0.2.3 |
1883 | 2023-12-08T15:28:17.023Z | Checking trust-dns-resolver v0.22.0 |
1884 | 2023-12-08T15:28:18.295Z | Compiling convert_case v0.4.0 |
1885 | 2023-12-08T15:28:18.500Z | Checking structopt v0.3.26 |
1886 | 2023-12-08T15:28:19.038Z | Checking fxhash v0.2.1 |
1887 | 2023-12-08T15:28:19.180Z | Checking itertools v0.12.0 |
1888 | 2023-12-08T15:28:19.278Z | Checking pem-rfc7468 v0.7.0 |
1889 | 2023-12-08T15:28:19.473Z | Compiling der_derive v0.7.2 |
1890 | 2023-12-08T15:28:19.534Z | Checking mockall v0.11.4 |
1891 | 2023-12-08T15:28:19.674Z | Checking flagset v0.4.3 |
1892 | 2023-12-08T15:28:19.869Z | Compiling derive_more v0.99.17 |
1893 | 2023-12-08T15:28:19.907Z | Checking termcolor v1.2.0 |
1894 | 2023-12-08T15:28:19.968Z | Compiling same-file v1.0.6 |
1895 | 2023-12-08T15:28:20.307Z | Compiling radium v0.7.0 |
1896 | 2023-12-08T15:28:20.510Z | Compiling walkdir v2.4.0 |
1897 | 2023-12-08T15:28:20.999Z | Compiling semver-parser v0.10.2 |
1898 | 2023-12-08T15:28:21.396Z | Checking tap v1.0.1 |
1899 | 2023-12-08T15:28:21.681Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1900 | 2023-12-08T15:28:21.733Z | Compiling maybe-uninit v2.0.0 |
1901 | 2023-12-08T15:28:22.560Z | Compiling semver v0.11.0 |
1902 | 2023-12-08T15:28:23.365Z | Checking wyz v0.5.1 |
1903 | 2023-12-08T15:28:23.804Z | Compiling num-rational v0.4.1 |
1904 | 2023-12-08T15:28:23.813Z | Checking der v0.7.8 |
1905 | 2023-12-08T15:28:24.348Z | Compiling num-bigint-dig v0.8.4 |
1906 | 2023-12-08T15:28:24.482Z | Checking crc-catalog v2.2.0 |
1907 | 2023-12-08T15:28:24.592Z | Compiling home v0.5.5 |
1908 | 2023-12-08T15:28:24.632Z | Compiling packed_struct v0.10.1 |
1909 | 2023-12-08T15:28:24.664Z | Checking funty v2.0.0 |
1910 | 2023-12-08T15:28:24.846Z | Compiling toolchain_find v0.2.0 |
1911 | 2023-12-08T15:28:25.017Z | Checking crc v3.0.1 |
1912 | 2023-12-08T15:28:25.798Z | Checking hkdf v0.12.3 |
1913 | 2023-12-08T15:28:26.087Z | Compiling toml v0.5.11 |
1914 | 2023-12-08T15:28:26.443Z | Compiling packed_struct_codegen v0.10.1 |
1915 | 2023-12-08T15:28:26.484Z | Checking bitvec v1.0.1 |
1916 | 2023-12-08T15:28:26.891Z | Checking spki v0.7.2 |
1917 | 2023-12-08T15:28:27.328Z | Checking pkcs8 v0.10.2 |
1918 | 2023-12-08T15:28:27.607Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1919 | 2023-12-08T15:28:27.697Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1920 | 2023-12-08T15:28:28.123Z | Checking nodrop v0.1.14 |
1921 | 2023-12-08T15:28:28.275Z | Checking array-init v0.0.4 |
1922 | 2023-12-08T15:28:28.735Z | Checking pkcs1 v0.7.5 |
1923 | 2023-12-08T15:28:29.358Z | Compiling rustfmt-wrapper v0.2.0 |
1924 | 2023-12-08T15:28:29.981Z | Compiling omicron-zone-package v0.9.1 |
1925 | 2023-12-08T15:28:30.412Z | Checking smallvec v0.6.14 |
1926 | 2023-12-08T15:28:32.112Z | Checking newline-converter v0.3.0 |
1927 | 2023-12-08T15:28:32.384Z | Checking num-complex v0.4.4 |
1928 | 2023-12-08T15:28:33.887Z | Checking bitfield v0.14.0 |
1929 | 2023-12-08T15:28:34.189Z | Checking utf-8 v0.7.6 |
1930 | 2023-12-08T15:28:34.319Z | Checking keccak v0.1.4 |
1931 | 2023-12-08T15:28:34.478Z | Checking tungstenite v0.20.1 |
1932 | 2023-12-08T15:28:34.512Z | Checking rsa v0.9.2 |
1933 | 2023-12-08T15:28:34.788Z | Checking sha3 v0.10.8 |
1934 | 2023-12-08T15:28:35.085Z | Checking num v0.4.1 |
1935 | 2023-12-08T15:28:35.216Z | Checking expectorate v1.1.0 |
1936 | 2023-12-08T15:28:35.396Z | Checking serde-hex v0.1.0 |
1937 | 2023-12-08T15:28:35.438Z | Checking x509-cert v0.2.4 |
1938 | 2023-12-08T15:28:35.510Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1939 | 2023-12-08T15:28:35.866Z | Checking env_logger v0.10.0 |
1940 | 2023-12-08T15:28:35.934Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1941 | 2023-12-08T15:28:35.965Z | Checking ron v0.8.1 |
1942 | 2023-12-08T15:28:36.525Z | Checking secrecy v0.8.0 |
1943 | 2023-12-08T15:28:36.839Z | Checking crc-any v2.4.3 |
1944 | 2023-12-08T15:28:36.861Z | Checking tokio-tungstenite v0.20.1 |
1945 | 2023-12-08T15:28:37.412Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1946 | 2023-12-08T15:28:37.551Z | Checking object v0.30.4 |
1947 | 2023-12-08T15:28:37.581Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1948 | 2023-12-08T15:28:37.961Z | Checking path-slash v0.1.5 |
1949 | 2023-12-08T15:28:37.965Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2023-12-08T15:28:38.060Z | Compiling buf-list v1.0.3 |
1951 | 2023-12-08T15:28:38.084Z | Checking glob v0.3.1 |
1952 | 2023-12-08T15:28:38.343Z | Compiling parking_lot_core v0.8.6 |
1953 | 2023-12-08T15:28:38.568Z | Checking nibble_vec v0.1.0 |
1954 | 2023-12-08T15:28:38.838Z | Checking endian-type v0.1.2 |
1955 | 2023-12-08T15:28:39.017Z | Checking display-error-chain v0.2.0 |
1956 | 2023-12-08T15:28:39.126Z | Checking radix_trie v0.2.1 |
1957 | 2023-12-08T15:28:39.525Z | Checking pretty-hex v0.4.0 |
1958 | 2023-12-08T15:28:39.707Z | Checking parking_lot v0.11.2 |
1959 | 2023-12-08T15:28:39.742Z | Checking trust-dns-client v0.22.0 |
1960 | 2023-12-08T15:28:39.810Z | Compiling semver v0.1.20 |
1961 | 2023-12-08T15:28:40.245Z | Checking sled v0.34.7 |
1962 | 2023-12-08T15:28:40.830Z | Compiling rustc_version v0.1.7 |
1963 | 2023-12-08T15:28:40.847Z | Checking crossbeam-deque v0.8.3 |
1964 | 2023-12-08T15:28:41.343Z | Compiling unicase v2.7.0 |
1965 | 2023-12-08T15:28:41.574Z | Compiling newtype_derive v0.1.6 |
1966 | 2023-12-08T15:28:41.718Z | Checking trust-dns-server v0.22.1 |
1967 | 2023-12-08T15:28:41.766Z | Compiling platforms v3.0.2 |
1968 | 2023-12-08T15:28:41.990Z | Compiling rayon-core v1.12.0 |
1969 | 2023-12-08T15:28:42.529Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1970 | 2023-12-08T15:28:43.107Z | Compiling memoffset v0.7.1 |
1971 | 2023-12-08T15:28:43.465Z | Compiling curve25519-dalek v4.1.0 |
1972 | 2023-12-08T15:28:43.511Z | Checking rayon v1.8.0 |
1973 | 2023-12-08T15:28:44.340Z | Checking steno v0.4.0 |
1974 | 2023-12-08T15:28:44.356Z | Checking globset v0.4.13 |
1975 | 2023-12-08T15:28:44.856Z | Checking olpc-cjson v0.1.3 |
1976 | 2023-12-08T15:28:45.111Z | Checking serde_plain v1.0.2 |
1977 | 2023-12-08T15:28:45.161Z | Checking ff v0.13.0 |
1978 | 2023-12-08T15:28:45.450Z | Compiling async-recursion v1.0.5 |
1979 | 2023-12-08T15:28:45.466Z | Checking typed-path v0.6.0 |
1980 | 2023-12-08T15:28:46.067Z | Checking group v0.13.0 |
1981 | 2023-12-08T15:28:46.295Z | Compiling mime_guess v2.0.4 |
1982 | 2023-12-08T15:28:47.394Z | Checking universal-hash v0.5.1 |
1983 | 2023-12-08T15:28:47.673Z | Checking crypto-bigint v0.5.2 |
1984 | 2023-12-08T15:28:47.918Z | Compiling thiserror-impl-no-std v2.0.2 |
1985 | 2023-12-08T15:28:48.160Z | Compiling curve25519-dalek-derive v0.1.0 |
1986 | 2023-12-08T15:28:48.352Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1987 | 2023-12-08T15:28:48.482Z | Checking tough v0.15.0 |
1988 | 2023-12-08T15:28:48.787Z | Compiling salty v0.2.0 |
1989 | 2023-12-08T15:28:49.981Z | Checking base16ct v0.2.0 |
1990 | 2023-12-08T15:28:49.987Z | Checking signature v1.6.4 |
1991 | 2023-12-08T15:28:49.987Z | Checking opaque-debug v0.3.0 |
1992 | 2023-12-08T15:28:49.987Z | Checking ed25519 v1.5.3 |
1993 | 2023-12-08T15:28:49.987Z | Checking poly1305 v0.8.0 |
1994 | 2023-12-08T15:28:50.251Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1995 | 2023-12-08T15:28:50.470Z | Checking elliptic-curve v0.13.5 |
1996 | 2023-12-08T15:28:51.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1997 | 2023-12-08T15:28:51.208Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1998 | 2023-12-08T15:28:51.531Z | Checking chacha20 v0.9.1 |
1999 | 2023-12-08T15:28:51.564Z | Checking serde-big-array v0.5.1 |
2000 | 2023-12-08T15:28:51.903Z | Checking aead v0.5.2 |
2001 | 2023-12-08T15:28:52.074Z | Checking kstat-rs v0.2.3 |
2002 | 2023-12-08T15:28:52.206Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2003 | 2023-12-08T15:28:52.559Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2004 | 2023-12-08T15:28:52.835Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2005 | 2023-12-08T15:28:52.872Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2006 | 2023-12-08T15:28:53.300Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2007 | 2023-12-08T15:28:53.565Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2008 | 2023-12-08T15:28:53.589Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2009 | 2023-12-08T15:28:54.538Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2010 | 2023-12-08T15:28:56.123Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2011 | 2023-12-08T15:28:56.205Z | Checking thiserror-no-std v2.0.2 |
2012 | 2023-12-08T15:28:57.164Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2013 | 2023-12-08T15:28:57.609Z | Checking vsss-rs v3.3.1 |
2014 | 2023-12-08T15:28:57.985Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2015 | 2023-12-08T15:28:58.464Z | Checking chacha20poly1305 v0.10.1 |
2016 | 2023-12-08T15:28:58.501Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2017 | 2023-12-08T15:29:00.658Z | Checking signal-hook-tokio v0.3.1 |
2018 | 2023-12-08T15:29:00.899Z | Checking serde-big-array v0.4.1 |
2019 | 2023-12-08T15:29:01.127Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2020 | 2023-12-08T15:29:02.598Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2021 | 2023-12-08T15:29:02.826Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2022 | 2023-12-08T15:29:03.141Z | Checking bcs v0.1.6 |
2023 | 2023-12-08T15:29:03.623Z | Checking highway v1.1.0 |
2024 | 2023-12-08T15:29:03.853Z | Checking corncobs v0.1.3 |
2025 | 2023-12-08T15:29:04.127Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2026 | 2023-12-08T15:29:04.254Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2027 | 2023-12-08T15:29:04.389Z | Compiling crunchy v0.2.2 |
2028 | 2023-12-08T15:29:04.633Z | Checking http-range v0.1.5 |
2029 | 2023-12-08T15:29:04.892Z | Compiling portable-atomic v1.4.3 |
2030 | 2023-12-08T15:29:05.153Z | Checking hyper-staticfile v0.9.5 |
2031 | 2023-12-08T15:29:05.300Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2032 | 2023-12-08T15:29:06.029Z | Compiling clang-sys v1.6.1 |
2033 | 2023-12-08T15:29:06.558Z | Compiling tiny-keccak v2.0.2 |
2034 | 2023-12-08T15:29:06.986Z | Checking assert_matches v1.5.0 |
2035 | 2023-12-08T15:29:07.090Z | Compiling prettyplease v0.2.12 |
2036 | 2023-12-08T15:29:09.021Z | Compiling darling_core v0.14.4 |
2037 | 2023-12-08T15:29:09.167Z | Checking humantime v2.1.0 |
2038 | 2023-12-08T15:29:09.602Z | Checking number_prefix v0.4.0 |
2039 | 2023-12-08T15:29:09.912Z | Compiling minimal-lexical v0.2.1 |
2040 | 2023-12-08T15:29:10.117Z | Checking indicatif v0.17.7 |
2041 | 2023-12-08T15:29:10.732Z | Compiling nom v7.1.3 |
2042 | 2023-12-08T15:29:11.682Z | Compiling ascii-canvas v3.0.0 |
2043 | 2023-12-08T15:29:12.498Z | Compiling ena v0.14.2 |
2044 | 2023-12-08T15:29:12.587Z | Compiling libloading v0.7.4 |
2045 | 2023-12-08T15:29:13.105Z | Compiling regex-syntax v0.6.29 |
2046 | 2023-12-08T15:29:13.190Z | Compiling diff v0.1.13 |
2047 | 2023-12-08T15:29:13.464Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2048 | 2023-12-08T15:29:14.209Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2049 | 2023-12-08T15:29:16.913Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2050 | 2023-12-08T15:29:16.934Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2051 | 2023-12-08T15:29:18.548Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2052 | 2023-12-08T15:29:18.934Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2053 | 2023-12-08T15:29:19.497Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2054 | 2023-12-08T15:29:19.513Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2055 | 2023-12-08T15:29:20.751Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2056 | 2023-12-08T15:29:21.287Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2057 | 2023-12-08T15:29:21.522Z | Compiling darling_macro v0.14.4 |
2058 | 2023-12-08T15:29:23.094Z | Compiling bindgen v0.65.1 |
2059 | 2023-12-08T15:29:23.151Z | Compiling darling v0.14.4 |
2060 | 2023-12-08T15:29:23.284Z | Compiling lalrpop v0.19.12 |
2061 | 2023-12-08T15:29:23.321Z | Compiling cexpr v0.6.0 |
2062 | 2023-12-08T15:29:23.491Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2063 | 2023-12-08T15:29:24.156Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2064 | 2023-12-08T15:29:29.556Z | Compiling which v4.4.0 |
2065 | 2023-12-08T15:29:30.553Z | Compiling shlex v1.1.0 |
2066 | 2023-12-08T15:29:30.999Z | Compiling ref-cast v1.0.20 |
2067 | 2023-12-08T15:29:31.728Z | Compiling peeking_take_while v0.1.2 |
2068 | 2023-12-08T15:29:31.923Z | Compiling rustc-hash v1.1.0 |
2069 | 2023-12-08T15:29:32.120Z | Checking maplit v1.0.2 |
2070 | 2023-12-08T15:29:32.262Z | Compiling lazycell v1.3.0 |
2071 | 2023-12-08T15:29:36.552Z | Compiling derive_builder_core v0.12.0 |
2072 | 2023-12-08T15:29:38.715Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2073 | 2023-12-08T15:29:40.591Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2074 | 2023-12-08T15:29:41.241Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2075 | 2023-12-08T15:29:41.799Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2076 | 2023-12-08T15:29:43.298Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2077 | 2023-12-08T15:29:43.700Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2078 | 2023-12-08T15:29:44.349Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2079 | 2023-12-08T15:29:46.831Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2080 | 2023-12-08T15:29:46.982Z | Compiling ref-cast-impl v1.0.20 |
2081 | 2023-12-08T15:29:47.259Z | Compiling libxml v0.3.3 |
2082 | 2023-12-08T15:29:47.860Z | Compiling derive_builder_macro v0.12.0 |
2083 | 2023-12-08T15:29:48.324Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2084 | 2023-12-08T15:29:48.896Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2085 | 2023-12-08T15:29:49.085Z | Compiling strum_macros v0.24.3 |
2086 | 2023-12-08T15:29:49.189Z | Compiling fs-err v2.11.0 |
2087 | 2023-12-08T15:29:49.620Z | Compiling cookie v0.18.0 |
2088 | 2023-12-08T15:29:50.118Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2089 | 2023-12-08T15:29:50.162Z | Compiling indoc v1.0.9 |
2090 | 2023-12-08T15:29:50.901Z | Checking derive_builder v0.12.0 |
2091 | 2023-12-08T15:29:51.822Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2092 | 2023-12-08T15:29:54.004Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2093 | 2023-12-08T15:29:55.376Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2094 | 2023-12-08T15:29:55.494Z | Checking bb8 v0.8.1 |
2095 | 2023-12-08T15:29:55.694Z | Checking quick-xml v0.23.1 |
2096 | 2023-12-08T15:29:55.807Z | Compiling impl-trait-for-tuples v0.2.2 |
2097 | 2023-12-08T15:29:56.226Z | Compiling oso-derive v0.27.0 |
2098 | 2023-12-08T15:29:56.334Z | Checking unicode-linebreak v0.1.5 |
2099 | 2023-12-08T15:29:56.994Z | Checking smawk v0.3.1 |
2100 | 2023-12-08T15:29:57.011Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2101 | 2023-12-08T15:29:57.282Z | Checking textwrap v0.16.0 |
2102 | 2023-12-08T15:29:57.542Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2103 | 2023-12-08T15:29:58.485Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2104 | 2023-12-08T15:29:58.553Z | Checking bytesize v1.3.0 |
2105 | 2023-12-08T15:29:58.845Z | Checking is_ci v1.1.1 |
2106 | 2023-12-08T15:29:58.916Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2107 | 2023-12-08T15:29:59.021Z | Checking supports-color v2.1.0 |
2108 | 2023-12-08T15:29:59.299Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2109 | 2023-12-08T15:29:59.823Z | Compiling indoc v2.0.3 |
2110 | 2023-12-08T15:30:01.021Z | Checking cassowary v0.3.0 |
2111 | 2023-12-08T15:30:01.556Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2112 | 2023-12-08T15:30:01.644Z | Checking ratatui v0.23.0 |
2113 | 2023-12-08T15:30:01.759Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2114 | 2023-12-08T15:30:03.122Z | Checking rtoolbox v0.0.1 |
2115 | 2023-12-08T15:30:03.404Z | Checking rpassword v7.3.1 |
2116 | 2023-12-08T15:30:03.611Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2117 | 2023-12-08T15:30:04.853Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2118 | 2023-12-08T15:30:05.271Z | Checking shell-words v1.1.0 |
2119 | 2023-12-08T15:30:05.451Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2120 | 2023-12-08T15:30:05.507Z | Checking fatfs v0.3.6 |
2121 | 2023-12-08T15:30:05.591Z | Checking tui-tree-widget v0.13.0 |
2122 | 2023-12-08T15:30:05.985Z | Checking yansi v0.5.1 |
2123 | 2023-12-08T15:30:06.729Z | Checking pretty_assertions v1.4.0 |
2124 | 2023-12-08T15:30:07.034Z | Checking plotters-backend v0.3.5 |
2125 | 2023-12-08T15:30:07.145Z | Checking rand v0.4.6 |
2126 | 2023-12-08T15:30:07.610Z | Checking plotters-svg v0.3.5 |
2127 | 2023-12-08T15:30:07.692Z | Compiling vte_generate_state_changes v0.1.1 |
2128 | 2023-12-08T15:30:07.914Z | Checking remove_dir_all v0.5.3 |
2129 | 2023-12-08T15:30:08.042Z | Checking cast v0.3.0 |
2130 | 2023-12-08T15:30:08.537Z | Checking criterion-plot v0.5.0 |
2131 | 2023-12-08T15:30:08.627Z | Checking tempdir v0.3.7 |
2132 | 2023-12-08T15:30:08.704Z | Checking vte v0.11.1 |
2133 | 2023-12-08T15:30:08.864Z | Checking plotters v0.3.5 |
2134 | 2023-12-08T15:30:09.270Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2135 | 2023-12-08T15:30:10.029Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2136 | 2023-12-08T15:30:11.122Z | Checking dashmap v5.5.1 |
2137 | 2023-12-08T15:30:11.756Z | Checking tinytemplate v1.2.1 |
2138 | 2023-12-08T15:30:12.186Z | Compiling serial_test_derive v0.10.0 |
2139 | 2023-12-08T15:30:12.342Z | Checking oorandom v11.1.3 |
2140 | 2023-12-08T15:30:12.556Z | Checking anes v0.1.6 |
2141 | 2023-12-08T15:30:13.151Z | Checking criterion v0.5.1 |
2142 | 2023-12-08T15:30:14.052Z | Checking serial_test v0.10.0 |
2143 | 2023-12-08T15:30:14.382Z | Checking strip-ansi-escapes v0.2.0 |
2144 | 2023-12-08T15:30:14.586Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2145 | 2023-12-08T15:30:15.403Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2146 | 2023-12-08T15:30:16.327Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2147 | 2023-12-08T15:30:17.494Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2148 | 2023-12-08T15:30:17.777Z | Checking assert_cmd v2.0.12 |
2149 | 2023-12-08T15:30:18.432Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2150 | 2023-12-08T15:30:20.858Z | Checking fd-lock v3.0.13 |
2151 | 2023-12-08T15:30:21.132Z | Checking nu-ansi-term v0.49.0 |
2152 | 2023-12-08T15:30:21.732Z | Checking reedline v0.26.0 |
2153 | 2023-12-08T15:30:24.896Z | Checking threadpool v1.8.1 |
2154 | 2023-12-08T15:30:25.185Z | Checking nanorand v0.7.0 |
2155 | 2023-12-08T15:30:25.329Z | Checking topological-sort v0.2.2 |
2156 | 2023-12-08T15:30:25.617Z | Checking libtest-mimic v0.6.1 |
2157 | 2023-12-08T15:30:25.783Z | Checking flume v0.11.0 |
2158 | 2023-12-08T15:30:26.348Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2159 | 2023-12-08T15:30:26.545Z | Checking httptest v0.15.5 |
2160 | 2023-12-08T15:30:27.601Z | Checking similar-asserts v1.5.0 |
2161 | 2023-12-08T15:30:27.712Z | Compiling rstest_macros v0.18.2 |
2162 | 2023-12-08T15:30:27.923Z | Compiling crossbeam-queue v0.3.8 |
2163 | 2023-12-08T15:30:28.478Z | Checking bytecount v0.6.3 |
2164 | 2023-12-08T15:30:28.675Z | Checking papergrid v0.10.0 |
2165 | 2023-12-08T15:30:28.866Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2166 | 2023-12-08T15:30:30.818Z | Checking datatest-stable v0.2.3 |
2167 | 2023-12-08T15:30:30.916Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2168 | 2023-12-08T15:30:31.008Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2169 | 2023-12-08T15:30:31.139Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2170 | 2023-12-08T15:30:31.424Z | Compiling tabled_derive v0.6.0 |
2171 | 2023-12-08T15:30:32.218Z | Checking arrayref v0.3.7 |
2172 | 2023-12-08T15:30:32.324Z | Checking constant_time_eq v0.2.6 |
2173 | 2023-12-08T15:30:32.491Z | Compiling relative-path v1.9.0 |
2174 | 2023-12-08T15:30:33.108Z | Checking arrayvec v0.7.4 |
2175 | 2023-12-08T15:30:33.664Z | Compiling trybuild v1.0.85 |
2176 | 2023-12-08T15:30:33.689Z | Checking blake2b_simd v1.0.1 |
2177 | 2023-12-08T15:30:35.686Z | Checking tabled v0.14.0 |
2178 | 2023-12-08T15:30:35.882Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2179 | 2023-12-08T15:30:39.858Z | Checking basic-toml v0.1.4 |
2180 | 2023-12-08T15:30:41.404Z | Checking futures-timer v3.0.2 |
2181 | 2023-12-08T15:30:41.821Z | Checking constant_time_eq v0.3.0 |
2182 | 2023-12-08T15:30:41.984Z | Checking rust-argon2 v1.0.1 |
2183 | 2023-12-08T15:30:45.003Z | Checking crossbeam v0.8.2 |
2184 | 2023-12-08T15:30:45.150Z | Checking partial-io v0.5.4 |
2185 | 2023-12-08T15:30:45.697Z | Checking approx v0.5.1 |
2186 | 2023-12-08T15:30:46.020Z | Checking termios v0.3.3 |
2187 | 2023-12-08T15:30:46.287Z | Checking hex-literal v0.4.1 |
2188 | 2023-12-08T15:30:50.130Z | Checking rstest v0.18.2 |
2189 | 2023-12-08T15:30:53.792Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2190 | 2023-12-08T15:31:00.152Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2191 | 2023-12-08T15:31:56.221Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2192 | 2023-12-08T15:31:59.110Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2193 | 2023-12-08T15:32:01.529Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2194 | 2023-12-08T15:32:12.751Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2195 | 2023-12-08T15:32:38.193Z | Compiling polar-core v0.27.0 |
2196 | 2023-12-08T15:32:48.860Z | Checking oso v0.27.0 |
2197 | 2023-12-08T15:33:25.423Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2198 | 2023-12-08T15:34:47.106Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 51s |
2199 | 2023-12-08T15:34:47.316Z | |
2200 | 2023-12-08T15:34:47.319Z | real 10:48.084621468 |
2201 | 2023-12-08T15:34:47.319Z | user 59:00.023292230 |
2202 | 2023-12-08T15:34:47.319Z | sys 7:32.957859710 |
2203 | 2023-12-08T15:34:47.320Z | trap 2.020367573 |
2204 | 2023-12-08T15:34:47.320Z | tflt 3.383708759 |
2205 | 2023-12-08T15:34:47.320Z | dflt 5.782930021 |
2206 | 2023-12-08T15:34:47.320Z | kflt 0.021601716 |
2207 | 2023-12-08T15:34:47.320Z | lock 1:33:59.760967752 |
2208 | 2023-12-08T15:34:47.320Z | slp 2:55:42.188455824 |
2209 | 2023-12-08T15:34:47.320Z | lat 2:03.012052371 |
2210 | 2023-12-08T15:34:47.320Z | stop 4:19.594180960 |
2211 | 2023-12-08T15:34:48.458Z | warning: output filename collision. |
2212 | 2023-12-08T15:34:48.458Z | 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)`. |
2213 | 2023-12-08T15:34:48.459Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2214 | 2023-12-08T15:34:48.459Z | The targets should have unique names. |
2215 | 2023-12-08T15:34:48.459Z | This is a known bug where multiple crates with the same name use |
2216 | 2023-12-08T15:34:48.459Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2217 | 2023-12-08T15:34:48.462Z | warning: output filename collision. |
2218 | 2023-12-08T15:34:48.463Z | 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)`. |
2219 | 2023-12-08T15:34:48.463Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2220 | 2023-12-08T15:34:48.463Z | The targets should have unique names. |
2221 | 2023-12-08T15:34:48.463Z | This is a known bug where multiple crates with the same name use |
2222 | 2023-12-08T15:34:48.465Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2223 | 2023-12-08T15:34:48.465Z | warning: output filename collision. |
2224 | 2023-12-08T15:34:48.465Z | 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)`. |
2225 | 2023-12-08T15:34:48.465Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2226 | 2023-12-08T15:34:48.465Z | The targets should have unique names. |
2227 | 2023-12-08T15:34:48.465Z | This is a known bug where multiple crates with the same name use |
2228 | 2023-12-08T15:34:48.465Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2229 | 2023-12-08T15:34:49.042Z | Documenting libc v0.2.150 |
2230 | 2023-12-08T15:34:49.060Z | Documenting cfg-if v1.0.0 |
2231 | 2023-12-08T15:34:49.070Z | Documenting serde_derive v1.0.192 |
2232 | 2023-12-08T15:34:49.161Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2233 | 2023-12-08T15:34:49.165Z | Documenting log v0.4.20 |
2234 | 2023-12-08T15:34:49.165Z | Documenting scopeguard v1.2.0 |
2235 | 2023-12-08T15:34:49.165Z | Documenting smallvec v1.11.0 |
2236 | 2023-12-08T15:34:49.165Z | Documenting itoa v1.0.9 |
2237 | 2023-12-08T15:34:49.509Z | Documenting memchr v2.6.3 |
2238 | 2023-12-08T15:34:53.082Z | Documenting zeroize_derive v1.4.2 |
2239 | 2023-12-08T15:34:53.122Z | Documenting pin-project-lite v0.2.13 |
2240 | 2023-12-08T15:34:53.178Z | Documenting lock_api v0.4.10 |
2241 | 2023-12-08T15:34:53.573Z | Documenting libm v0.2.7 |
2242 | 2023-12-08T15:34:55.032Z | Documenting futures-core v0.3.29 |
2243 | 2023-12-08T15:34:55.464Z | Documenting getrandom v0.2.10 |
2244 | 2023-12-08T15:34:56.325Z | Documenting parking_lot_core v0.9.8 |
2245 | 2023-12-08T15:34:57.105Z | Documenting signal-hook-registry v1.4.1 |
2246 | 2023-12-08T15:34:57.572Z | Documenting mio v0.8.9 |
2247 | 2023-12-08T15:34:58.477Z | Documenting num-traits v0.2.16 |
2248 | 2023-12-08T15:34:58.640Z | Documenting serde v1.0.192 |
2249 | 2023-12-08T15:35:00.425Z | Documenting thiserror-impl v1.0.49 |
2250 | 2023-12-08T15:35:00.569Z | Documenting zeroize v1.7.0 |
2251 | 2023-12-08T15:35:00.994Z | Documenting rand_core v0.6.4 |
2252 | 2023-12-08T15:35:02.229Z | Documenting parking_lot v0.12.1 |
2253 | 2023-12-08T15:35:02.762Z | Documenting num_cpus v1.16.0 |
2254 | 2023-12-08T15:35:03.725Z | Documenting socket2 v0.5.5 |
2255 | 2023-12-08T15:35:05.545Z | Documenting tokio-macros v2.2.0 |
2256 | 2023-12-08T15:35:06.252Z | Documenting typenum v1.16.0 |
2257 | 2023-12-08T15:35:06.514Z | Documenting once_cell v1.18.0 |
2258 | 2023-12-08T15:35:07.522Z | Documenting thiserror v1.0.49 |
2259 | 2023-12-08T15:35:07.956Z | Documenting subtle v2.5.0 |
2260 | 2023-12-08T15:35:08.734Z | Documenting ryu v1.0.15 |
2261 | 2023-12-08T15:35:09.626Z | Documenting byteorder v1.5.0 |
2262 | 2023-12-08T15:35:11.984Z | Documenting futures-sink v0.3.29 |
2263 | 2023-12-08T15:35:12.397Z | Documenting pin-utils v0.1.0 |
2264 | 2023-12-08T15:35:12.640Z | Documenting const-oid v0.9.5 |
2265 | 2023-12-08T15:35:12.741Z | Documenting futures-task v0.3.29 |
2266 | 2023-12-08T15:35:13.629Z | Documenting slab v0.4.9 |
2267 | 2023-12-08T15:35:15.740Z | Documenting futures-macro v0.3.29 |
2268 | 2023-12-08T15:35:17.261Z | Documenting futures-channel v0.3.29 |
2269 | 2023-12-08T15:35:18.167Z | Documenting futures-io v0.3.29 |
2270 | 2023-12-08T15:35:19.689Z | Documenting iana-time-zone v0.1.57 |
2271 | 2023-12-08T15:35:20.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2272 | 2023-12-08T15:35:21.543Z | Documenting tinyvec_macros v0.1.1 |
2273 | 2023-12-08T15:35:21.874Z | Documenting ppv-lite86 v0.2.17 |
2274 | 2023-12-08T15:35:22.907Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2275 | 2023-12-08T15:35:23.481Z | Documenting tracing-core v0.1.31 |
2276 | 2023-12-08T15:35:23.957Z | Documenting futures-util v0.3.29 |
2277 | 2023-12-08T15:35:25.611Z | Documenting tracing-attributes v0.1.26 |
2278 | 2023-12-08T15:35:25.975Z | Documenting tinyvec v1.6.0 |
2279 | 2023-12-08T15:35:26.936Z | Documenting rand_chacha v0.3.1 |
2280 | 2023-12-08T15:35:31.697Z | Documenting unicode-normalization v0.1.22 |
2281 | 2023-12-08T15:35:33.123Z | Documenting rand v0.8.5 |
2282 | 2023-12-08T15:35:33.428Z | Documenting bytes v1.5.0 |
2283 | 2023-12-08T15:35:35.392Z | Documenting bitflags v2.4.0 |
2284 | 2023-12-08T15:35:36.732Z | Documenting serde_json v1.0.108 |
2285 | 2023-12-08T15:35:38.300Z | Documenting chrono v0.4.31 |
2286 | 2023-12-08T15:35:39.162Z | Documenting uuid v1.6.1 |
2287 | 2023-12-08T15:35:40.862Z | Documenting tokio v1.34.0 |
2288 | 2023-12-08T15:35:41.034Z | Documenting fnv v1.0.7 |
2289 | 2023-12-08T15:35:41.921Z | Documenting base64 v0.21.5 |
2290 | 2023-12-08T15:35:45.176Z | Documenting lazy_static v1.4.0 |
2291 | 2023-12-08T15:35:45.904Z | Documenting unicode-bidi v0.3.13 |
2292 | 2023-12-08T15:35:47.059Z | Documenting http v0.2.11 |
2293 | 2023-12-08T15:35:47.354Z | Documenting percent-encoding v2.3.1 |
2294 | 2023-12-08T15:35:47.674Z | Documenting spin v0.9.8 |
2295 | 2023-12-08T15:35:49.400Z | Documenting cpufeatures v0.2.9 |
2296 | 2023-12-08T15:35:50.132Z | Documenting generic-array v0.14.7 |
2297 | 2023-12-08T15:35:52.047Z | Documenting serde_derive_internals v0.26.0 |
2298 | 2023-12-08T15:35:52.168Z | Checking serde_derive_internals v0.26.0 |
2299 | 2023-12-08T15:35:52.642Z | Documenting tracing v0.1.37 |
2300 | 2023-12-08T15:35:53.080Z | Documenting dyn-clone v1.0.13 |
2301 | 2023-12-08T15:35:53.333Z | Documenting form_urlencoded v1.2.1 |
2302 | 2023-12-08T15:35:53.465Z | Documenting idna v0.5.0 |
2303 | 2023-12-08T15:35:55.763Z | Documenting errno v0.3.2 |
2304 | 2023-12-08T15:35:56.559Z | Documenting crypto-common v0.1.6 |
2305 | 2023-12-08T15:35:56.967Z | Documenting block-buffer v0.10.4 |
2306 | 2023-12-08T15:35:57.603Z | Documenting httparse v1.8.0 |
2307 | 2023-12-08T15:35:59.074Z | Documenting adler v1.0.2 |
2308 | 2023-12-08T15:35:59.503Z | Documenting url v2.5.0 |
2309 | 2023-12-08T15:35:59.924Z | Documenting schemars_derive v0.8.13 |
2310 | 2023-12-08T15:36:01.392Z | Documenting rustix v0.38.25 |
2311 | 2023-12-08T15:36:03.125Z | Documenting unicode-ident v1.0.12 |
2312 | 2023-12-08T15:36:03.316Z | Documenting miniz_oxide v0.7.1 |
2313 | 2023-12-08T15:36:03.364Z | Documenting digest v0.10.7 |
2314 | 2023-12-08T15:36:03.671Z | Documenting try-lock v0.2.4 |
2315 | 2023-12-08T15:36:05.768Z | Documenting openssl-probe v0.1.5 |
2316 | 2023-12-08T15:36:07.191Z | Documenting proc-macro2 v1.0.69 |
2317 | 2023-12-08T15:36:07.664Z | Documenting httpdate v1.0.3 |
2318 | 2023-12-08T15:36:08.110Z | Documenting untrusted v0.9.0 |
2319 | 2023-12-08T15:36:08.737Z | Documenting schemars v0.8.13 |
2320 | 2023-12-08T15:36:11.261Z | Documenting want v0.3.1 |
2321 | 2023-12-08T15:36:11.461Z | Documenting http-body v0.4.5 |
2322 | 2023-12-08T15:36:12.517Z | Documenting ring v0.17.5 |
2323 | 2023-12-08T15:36:13.023Z | Documenting openssl-sys v0.9.96 |
2324 | 2023-12-08T15:36:13.392Z | Documenting async-trait v0.1.74 |
2325 | 2023-12-08T15:36:13.614Z | Documenting quote v1.0.33 |
2326 | 2023-12-08T15:36:16.895Z | Documenting openssl-macros v0.1.1 |
2327 | 2023-12-08T15:36:17.618Z | Documenting tower-service v0.3.2 |
2328 | 2023-12-08T15:36:17.969Z | Documenting mime v0.3.17 |
2329 | 2023-12-08T15:36:19.414Z | Documenting aho-corasick v1.0.4 |
2330 | 2023-12-08T15:36:20.295Z | Documenting sct v0.7.0 |
2331 | 2023-12-08T15:36:20.339Z | Documenting rustls-webpki v0.101.7 |
2332 | 2023-12-08T15:36:21.666Z | Documenting tokio-util v0.7.10 |
2333 | 2023-12-08T15:36:21.877Z | Documenting slog v2.7.0 |
2334 | 2023-12-08T15:36:23.255Z | Documenting ipnet v2.8.0 |
2335 | 2023-12-08T15:36:23.380Z | Documenting openssl v0.10.60 |
2336 | 2023-12-08T15:36:24.330Z | Documenting hashbrown v0.14.2 |
2337 | 2023-12-08T15:36:26.051Z | Documenting unicode-width v0.1.11 |
2338 | 2023-12-08T15:36:26.752Z | Documenting regex-syntax v0.8.2 |
2339 | 2023-12-08T15:36:26.765Z | Documenting equivalent v1.0.1 |
2340 | 2023-12-08T15:36:28.113Z | Documenting rustls v0.21.9 |
2341 | 2023-12-08T15:36:29.484Z | Documenting rustls-pemfile v1.0.3 |
2342 | 2023-12-08T15:36:30.151Z | Documenting num-integer v0.1.45 |
2343 | 2023-12-08T15:36:30.221Z | Documenting h2 v0.3.21 |
2344 | 2023-12-08T15:36:30.790Z | Documenting time-macros v0.2.13 |
2345 | 2023-12-08T15:36:30.868Z | Documenting indexmap v2.1.0 |
2346 | 2023-12-08T15:36:34.954Z | Documenting num_threads v0.1.6 |
2347 | 2023-12-08T15:36:35.763Z | Documenting utf8parse v0.2.1 |
2348 | 2023-12-08T15:36:36.383Z | Documenting time-core v0.1.1 |
2349 | 2023-12-08T15:36:36.817Z | Documenting regex-automata v0.4.3 |
2350 | 2023-12-08T15:36:37.801Z | Documenting deranged v0.3.8 |
2351 | 2023-12-08T15:36:37.843Z | Documenting gimli v0.28.0 |
2352 | 2023-12-08T15:36:39.871Z | Documenting native-tls v0.2.11 |
2353 | 2023-12-08T15:36:40.337Z | Documenting zerocopy v0.6.4 |
2354 | 2023-12-08T15:36:40.595Z | Documenting object v0.32.1 |
2355 | 2023-12-08T15:36:40.671Z | Documenting tokio-rustls v0.24.1 |
2356 | 2023-12-08T15:36:44.393Z | Documenting time v0.3.27 |
2357 | 2023-12-08T15:36:44.910Z | Documenting hyper v0.14.27 |
2358 | 2023-12-08T15:36:46.944Z | Documenting encoding_rs v0.8.33 |
2359 | 2023-12-08T15:36:47.153Z | Documenting crossbeam-utils v0.8.16 |
2360 | 2023-12-08T15:36:47.310Z | Documenting addr2line v0.21.0 |
2361 | 2023-12-08T15:36:49.461Z | Checking pest_meta v2.7.2 |
2362 | 2023-12-08T15:36:49.643Z | Documenting regex v1.10.2 |
2363 | 2023-12-08T15:36:51.048Z | Documenting rustc-demangle v0.1.23 |
2364 | 2023-12-08T15:36:52.477Z | Documenting tokio-native-tls v0.3.1 |
2365 | 2023-12-08T15:36:52.872Z | Documenting rustls-native-certs v0.6.3 |
2366 | 2023-12-08T15:36:53.238Z | Documenting serde_urlencoded v0.7.1 |
2367 | 2023-12-08T15:36:54.014Z | Documenting pest_meta v2.7.2 |
2368 | 2023-12-08T15:36:55.321Z | Checking pest_generator v2.7.2 |
2369 | 2023-12-08T15:36:56.580Z | Documenting webpki-roots v0.25.2 |
2370 | 2023-12-08T15:36:58.056Z | Documenting anstyle v1.0.2 |
2371 | 2023-12-08T15:36:58.432Z | Documenting ucd-trie v0.1.6 |
2372 | 2023-12-08T15:36:59.384Z | Documenting backtrace v0.3.69 |
2373 | 2023-12-08T15:36:59.548Z | Documenting data-encoding v2.4.0 |
2374 | 2023-12-08T15:36:59.934Z | Documenting pest_generator v2.7.2 |
2375 | 2023-12-08T15:37:00.593Z | Documenting anstyle-parse v0.2.1 |
2376 | 2023-12-08T15:37:02.298Z | Documenting syn v2.0.32 |
2377 | 2023-12-08T15:37:03.683Z | Documenting ipnetwork v0.20.0 |
2378 | 2023-12-08T15:37:03.715Z | Documenting hyper-tls v0.5.0 |
2379 | 2023-12-08T15:37:04.499Z | Documenting hyper-rustls v0.24.2 |
2380 | 2023-12-08T15:37:05.144Z | Documenting pest v2.7.2 |
2381 | 2023-12-08T15:37:05.824Z | Documenting sha2 v0.10.8 |
2382 | 2023-12-08T15:37:06.874Z | Documenting pest_derive v2.7.2 |
2383 | 2023-12-08T15:37:07.683Z | Documenting anyhow v1.0.75 |
2384 | 2023-12-08T15:37:12.033Z | Documenting futures-executor v0.3.29 |
2385 | 2023-12-08T15:37:13.063Z | Documenting hex v0.4.3 |
2386 | 2023-12-08T15:37:13.121Z | Documenting crc32fast v1.3.2 |
2387 | 2023-12-08T15:37:13.740Z | Checking serde_tokenstream v0.1.7 |
2388 | 2023-12-08T15:37:14.043Z | Documenting anstyle-query v1.0.0 |
2389 | 2023-12-08T15:37:14.267Z | Documenting colorchoice v1.0.0 |
2390 | 2023-12-08T15:37:14.658Z | Documenting reqwest v0.11.22 |
2391 | 2023-12-08T15:37:15.429Z | Documenting dtrace-parser v0.1.14 |
2392 | 2023-12-08T15:37:18.368Z | Documenting openapiv3 v2.0.0-rc.1 |
2393 | 2023-12-08T15:37:18.561Z | Documenting num-iter v0.1.43 |
2394 | 2023-12-08T15:37:18.748Z | Documenting hmac v0.12.1 |
2395 | 2023-12-08T15:37:18.904Z | Documenting dof v0.1.5 |
2396 | 2023-12-08T15:37:19.334Z | Documenting anstream v0.5.0 |
2397 | 2023-12-08T15:37:20.938Z | Documenting signal-hook v0.3.17 |
2398 | 2023-12-08T15:37:24.618Z | Documenting thread-id v4.2.0 |
2399 | 2023-12-08T15:37:25.102Z | Documenting terminal_size v0.2.6 |
2400 | 2023-12-08T15:37:25.688Z | Documenting memoffset v0.9.0 |
2401 | 2023-12-08T15:37:25.880Z | Documenting clap_lex v0.5.1 |
2402 | 2023-12-08T15:37:26.900Z | Documenting strsim v0.10.0 |
2403 | 2023-12-08T15:37:28.580Z | Documenting futures v0.3.29 |
2404 | 2023-12-08T15:37:29.912Z | Documenting crossbeam-epoch v0.9.15 |
2405 | 2023-12-08T15:37:29.953Z | Documenting flate2 v1.0.28 |
2406 | 2023-12-08T15:37:30.219Z | Documenting usdt-impl v0.3.5 |
2407 | 2023-12-08T15:37:30.685Z | Documenting usdt-macro v0.3.5 |
2408 | 2023-12-08T15:37:31.398Z | Documenting usdt-attr-macro v0.3.5 |
2409 | 2023-12-08T15:37:31.975Z | Documenting clap_derive v4.4.2 |
2410 | 2023-12-08T15:37:33.009Z | Documenting clap_builder v4.4.2 |
2411 | 2023-12-08T15:37:35.767Z | Documenting signal-hook-mio v0.2.3 |
2412 | 2023-12-08T15:37:37.286Z | Documenting signature v2.1.0 |
2413 | 2023-12-08T15:37:37.989Z | Documenting block-padding v0.3.3 |
2414 | 2023-12-08T15:37:38.060Z | Documenting hash32 v0.2.1 |
2415 | 2023-12-08T15:37:38.744Z | Documenting usdt v0.3.5 |
2416 | 2023-12-08T15:37:39.491Z | Documenting scheduled-thread-pool v0.2.7 |
2417 | 2023-12-08T15:37:41.037Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2418 | 2023-12-08T15:37:41.753Z | Documenting enum-as-inner v0.5.1 |
2419 | 2023-12-08T15:37:41.921Z | Documenting clap v4.4.3 |
2420 | 2023-12-08T15:37:44.026Z | Documenting diesel_table_macro_syntax v0.1.0 |
2421 | 2023-12-08T15:37:44.198Z | Checking diesel_table_macro_syntax v0.1.0 |
2422 | 2023-12-08T15:37:44.333Z | Documenting pin-project-internal v1.1.3 |
2423 | 2023-12-08T15:37:44.443Z | Documenting stable_deref_trait v1.2.0 |
2424 | 2023-12-08T15:37:45.283Z | Documenting unicode-segmentation v1.10.1 |
2425 | 2023-12-08T15:37:46.314Z | Documenting r2d2 v0.8.10 |
2426 | 2023-12-08T15:37:46.645Z | Documenting bzip2 v0.4.4 |
2427 | 2023-12-08T15:37:48.552Z | Documenting heapless v0.7.16 |
2428 | 2023-12-08T15:37:48.714Z | Documenting trust-dns-proto v0.22.0 |
2429 | 2023-12-08T15:37:48.955Z | Documenting inout v0.1.3 |
2430 | 2023-12-08T15:37:50.226Z | Documenting crossterm v0.27.0 |
2431 | 2023-12-08T15:37:50.513Z | Documenting diesel_derives v2.1.2 |
2432 | 2023-12-08T15:37:51.424Z | Documenting pin-project v1.1.3 |
2433 | 2023-12-08T15:37:52.266Z | Documenting md-5 v0.10.5 |
2434 | 2023-12-08T15:37:52.449Z | Documenting stringprep v0.1.3 |
2435 | 2023-12-08T15:37:55.181Z | Documenting serde_spanned v0.6.4 |
2436 | 2023-12-08T15:37:55.418Z | Documenting toml_datetime v0.6.5 |
2437 | 2023-12-08T15:37:55.874Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2438 | 2023-12-08T15:37:58.236Z | Documenting doc-comment v0.3.3 |
2439 | 2023-12-08T15:37:58.409Z | Documenting snafu-derive v0.7.5 |
2440 | 2023-12-08T15:37:59.321Z | Documenting siphasher v0.3.11 |
2441 | 2023-12-08T15:38:00.959Z | Documenting managed v0.8.0 |
2442 | 2023-12-08T15:38:01.046Z | Documenting winnow v0.5.15 |
2443 | 2023-12-08T15:38:01.247Z | Documenting bit-vec v0.6.3 |
2444 | 2023-12-08T15:38:01.469Z | Documenting static_assertions v1.1.0 |
2445 | 2023-12-08T15:38:02.368Z | Documenting either v1.9.0 |
2446 | 2023-12-08T15:38:02.574Z | Documenting fallible-iterator v0.2.0 |
2447 | 2023-12-08T15:38:03.615Z | Documenting phf_shared v0.11.2 |
2448 | 2023-12-08T15:38:05.848Z | Documenting smoltcp v0.9.1 |
2449 | 2023-12-08T15:38:05.886Z | Documenting diesel v2.1.4 |
2450 | 2023-12-08T15:38:07.258Z | Documenting cipher v0.4.4 |
2451 | 2023-12-08T15:38:08.260Z | Documenting zip v0.6.6 |
2452 | 2023-12-08T15:38:08.622Z | Documenting toml_edit v0.21.0 |
2453 | 2023-12-08T15:38:09.239Z | Documenting num-bigint v0.4.4 |
2454 | 2023-12-08T15:38:09.619Z | Documenting snafu v0.7.5 |
2455 | 2023-12-08T15:38:10.084Z | Documenting postgres-protocol v0.6.6 |
2456 | 2023-12-08T15:38:13.160Z | Documenting hubpack v0.1.2 |
2457 | 2023-12-08T15:38:14.610Z | Documenting regress v0.7.1 |
2458 | 2023-12-08T15:38:16.282Z | Documenting bstr v1.6.0 |
2459 | 2023-12-08T15:38:17.059Z | Documenting serde_repr v0.1.16 |
2460 | 2023-12-08T15:38:17.122Z | Documenting precomputed-hash v0.1.1 |
2461 | 2023-12-08T15:38:19.336Z | Documenting fixedbitset v0.4.2 |
2462 | 2023-12-08T15:38:19.591Z | Documenting new_debug_unreachable v1.0.4 |
2463 | 2023-12-08T15:38:19.717Z | Documenting lalrpop-util v0.19.12 |
2464 | 2023-12-08T15:38:22.608Z | Documenting postgres-types v0.2.6 |
2465 | 2023-12-08T15:38:23.515Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2466 | 2023-12-08T15:38:23.750Z | Documenting string_cache v0.8.7 |
2467 | 2023-12-08T15:38:23.834Z | Documenting yasna v0.5.2 |
2468 | 2023-12-08T15:38:24.038Z | Documenting phf v0.11.2 |
2469 | 2023-12-08T15:38:24.098Z | Documenting petgraph v0.6.4 |
2470 | 2023-12-08T15:38:25.988Z | Documenting console v0.15.7 |
2471 | 2023-12-08T15:38:29.863Z | Documenting semver v1.0.20 |
2472 | 2023-12-08T15:38:30.569Z | Documenting float-cmp v0.9.0 |
2473 | 2023-12-08T15:38:32.013Z | Checking unsafe-libyaml v0.2.9 |
2474 | 2023-12-08T15:38:32.780Z | Documenting difflib v0.4.0 |
2475 | 2023-12-08T15:38:33.059Z | Documenting whoami v1.4.1 |
2476 | 2023-12-08T15:38:33.789Z | Documenting normalize-line-endings v0.3.0 |
2477 | 2023-12-08T15:38:33.846Z | Documenting predicates-core v1.0.6 |
2478 | 2023-12-08T15:38:34.575Z | Documenting heck v0.4.1 |
2479 | 2023-12-08T15:38:36.065Z | Documenting bit-set v0.5.3 |
2480 | 2023-12-08T15:38:37.253Z | Documenting similar v2.2.1 |
2481 | 2023-12-08T15:38:38.283Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2482 | 2023-12-08T15:38:38.295Z | Documenting tokio-stream v0.1.14 |
2483 | 2023-12-08T15:38:38.701Z | Documenting tokio-postgres v0.7.10 |
2484 | 2023-12-08T15:38:39.289Z | Documenting unsafe-libyaml v0.2.9 |
2485 | 2023-12-08T15:38:39.513Z | Documenting predicates v3.0.4 |
2486 | 2023-12-08T15:38:40.649Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2487 | 2023-12-08T15:38:42.316Z | Checking ident_case v1.0.1 |
2488 | 2023-12-08T15:38:42.524Z | Checking serde_yaml v0.9.25 |
2489 | 2023-12-08T15:38:43.446Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2490 | 2023-12-08T15:38:44.920Z | Documenting serde_yaml v0.9.25 |
2491 | 2023-12-08T15:38:45.651Z | Documenting getopts v0.2.21 |
2492 | 2023-12-08T15:38:45.834Z | Documenting match_cfg v0.1.0 |
2493 | 2023-12-08T15:38:47.159Z | Documenting sha1 v0.10.6 |
2494 | 2023-12-08T15:38:48.320Z | Documenting dirs-sys-next v0.1.2 |
2495 | 2023-12-08T15:38:49.882Z | Documenting hostname v0.3.1 |
2496 | 2023-12-08T15:38:51.235Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2497 | 2023-12-08T15:38:51.694Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2498 | 2023-12-08T15:38:51.775Z | Documenting thread_local v1.1.7 |
2499 | 2023-12-08T15:38:53.288Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2500 | 2023-12-08T15:38:54.011Z | Documenting dirs-next v2.0.0 |
2501 | 2023-12-08T15:38:54.376Z | Documenting paste v1.0.14 |
2502 | 2023-12-08T15:38:55.305Z | Documenting crossbeam-channel v0.5.8 |
2503 | 2023-12-08T15:38:55.568Z | Documenting atty v0.2.14 |
2504 | 2023-12-08T15:38:56.565Z | Documenting take_mut v0.2.2 |
2505 | 2023-12-08T15:38:58.017Z | Documenting slog-json v2.6.1 |
2506 | 2023-12-08T15:38:59.599Z | Documenting term v0.7.0 |
2507 | 2023-12-08T15:38:59.850Z | Documenting camino v1.1.6 |
2508 | 2023-12-08T15:39:00.337Z | Documenting async-stream-impl v0.3.5 |
2509 | 2023-12-08T15:39:01.363Z | Documenting atomic-waker v1.1.1 |
2510 | 2023-12-08T15:39:01.565Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2511 | 2023-12-08T15:39:01.918Z | Documenting slog-async v2.8.0 |
2512 | 2023-12-08T15:39:04.687Z | Documenting debug-ignore v1.0.5 |
2513 | 2023-12-08T15:39:04.855Z | Documenting slog-bunyan v2.4.0 |
2514 | 2023-12-08T15:39:05.435Z | Documenting slog-term v2.9.0 |
2515 | 2023-12-08T15:39:05.590Z | Documenting waitgroup v0.1.2 |
2516 | 2023-12-08T15:39:06.758Z | Checking darling_core v0.20.3 |
2517 | 2023-12-08T15:39:06.778Z | Documenting async-stream v0.3.5 |
2518 | 2023-12-08T15:39:08.175Z | Documenting toml v0.8.8 |
2519 | 2023-12-08T15:39:08.749Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2520 | 2023-12-08T15:39:09.660Z | Documenting multer v2.1.0 |
2521 | 2023-12-08T15:39:10.995Z | Documenting serde_path_to_error v0.1.14 |
2522 | 2023-12-08T15:39:11.407Z | Documenting strum v0.25.0 |
2523 | 2023-12-08T15:39:12.002Z | Checking darling v0.20.3 |
2524 | 2023-12-08T15:39:12.142Z | Documenting serde_with_macros v2.3.3 |
2525 | 2023-12-08T15:39:12.183Z | Documenting structmeta-derive v0.2.0 |
2526 | 2023-12-08T15:39:13.225Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2527 | 2023-12-08T15:39:15.458Z | Checking structmeta v0.2.0 |
2528 | 2023-12-08T15:39:15.798Z | Documenting instant v0.1.12 |
2529 | 2023-12-08T15:39:16.607Z | Checking regex-syntax v0.7.5 |
2530 | 2023-12-08T15:39:16.848Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2531 | 2023-12-08T15:39:16.986Z | Documenting macaddr v1.0.1 |
2532 | 2023-12-08T15:39:17.308Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2533 | 2023-12-08T15:39:19.646Z | Documenting structmeta v0.2.0 |
2534 | 2023-12-08T15:39:20.136Z | Documenting serde_with v2.3.3 |
2535 | 2023-12-08T15:39:21.463Z | Documenting backoff v0.4.0 |
2536 | 2023-12-08T15:39:21.786Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2537 | 2023-12-08T15:39:22.916Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2538 | 2023-12-08T15:39:23.165Z | Documenting fastrand v2.0.0 |
2539 | 2023-12-08T15:39:26.116Z | Documenting parse-display-derive v0.8.2 |
2540 | 2023-12-08T15:39:27.164Z | Documenting is-terminal v0.4.9 |
2541 | 2023-12-08T15:39:27.948Z | Documenting base64ct v1.6.0 |
2542 | 2023-12-08T15:39:29.304Z | Documenting tempfile v3.8.1 |
2543 | 2023-12-08T15:39:29.578Z | Documenting proc-macro-crate v1.3.1 |
2544 | 2023-12-08T15:39:29.702Z | Checking proc-macro-crate v1.3.1 |
2545 | 2023-12-08T15:39:30.071Z | Documenting proc-macro-error-attr v1.0.4 |
2546 | 2023-12-08T15:39:31.526Z | Checking proc-macro-error v1.0.4 |
2547 | 2023-12-08T15:39:31.926Z | Documenting postcard-cobs v0.1.5-pre |
2548 | 2023-12-08T15:39:33.905Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2549 | 2023-12-08T15:39:34.268Z | Documenting foreign-types-macros v0.2.3 |
2550 | 2023-12-08T15:39:34.489Z | Documenting parse-display v0.8.2 |
2551 | 2023-12-08T15:39:35.562Z | Documenting proc-macro-error v1.0.4 |
2552 | 2023-12-08T15:39:35.872Z | Documenting camino-tempfile v1.1.1 |
2553 | 2023-12-08T15:39:36.061Z | Documenting num_enum_derive v0.5.11 |
2554 | 2023-12-08T15:39:36.184Z | Documenting postcard v0.7.3 |
2555 | 2023-12-08T15:39:40.061Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2556 | 2023-12-08T15:39:40.203Z | Documenting foreign-types-shared v0.3.1 |
2557 | 2023-12-08T15:39:40.563Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2558 | 2023-12-08T15:39:41.108Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2559 | 2023-12-08T15:39:41.512Z | Documenting crucible-workspace-hack v0.1.0 |
2560 | 2023-12-08T15:39:41.918Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2561 | 2023-12-08T15:39:42.315Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2562 | 2023-12-08T15:39:42.888Z | Documenting cstr-argument v0.1.2 |
2563 | 2023-12-08T15:39:44.221Z | Documenting num_enum v0.5.11 |
2564 | 2023-12-08T15:39:44.396Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2565 | 2023-12-08T15:39:44.545Z | Documenting foreign-types v0.5.0 |
2566 | 2023-12-08T15:39:46.932Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2567 | 2023-12-08T15:39:47.724Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2568 | 2023-12-08T15:39:47.911Z | Documenting colored v2.0.4 |
2569 | 2023-12-08T15:39:48.895Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2570 | 2023-12-08T15:39:49.595Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2571 | 2023-12-08T15:39:50.182Z | Documenting zone_cfg_derive v0.3.0 |
2572 | 2023-12-08T15:39:50.489Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2573 | 2023-12-08T15:39:53.244Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2574 | 2023-12-08T15:39:53.668Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2575 | 2023-12-08T15:39:54.007Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2576 | 2023-12-08T15:39:54.927Z | Documenting num-derive v0.4.0 |
2577 | 2023-12-08T15:39:56.472Z | Documenting smf v0.2.2 |
2578 | 2023-12-08T15:39:56.689Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2579 | 2023-12-08T15:39:57.670Z | Documenting zone v0.3.0 |
2580 | 2023-12-08T15:39:58.494Z | Documenting linked-hash-map v0.5.6 |
2581 | 2023-12-08T15:39:59.440Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2582 | 2023-12-08T15:40:00.171Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2583 | 2023-12-08T15:40:01.634Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2584 | 2023-12-08T15:40:02.269Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2585 | 2023-12-08T15:40:03.048Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2586 | 2023-12-08T15:40:04.932Z | Documenting lru-cache v0.1.2 |
2587 | 2023-12-08T15:40:05.241Z | Documenting password-hash v0.5.0 |
2588 | 2023-12-08T15:40:06.228Z | Documenting blake2 v0.10.6 |
2589 | 2023-12-08T15:40:07.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2590 | 2023-12-08T15:40:08.457Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2591 | 2023-12-08T15:40:08.938Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2592 | 2023-12-08T15:40:09.063Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2593 | 2023-12-08T15:40:09.259Z | Checking heck v0.3.3 |
2594 | 2023-12-08T15:40:09.485Z | Documenting structopt-derive v0.4.18 |
2595 | 2023-12-08T15:40:10.767Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2596 | 2023-12-08T15:40:11.347Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2597 | 2023-12-08T15:40:13.119Z | Documenting libefi-sys v0.1.0 |
2598 | 2023-12-08T15:40:13.280Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2599 | 2023-12-08T15:40:13.689Z | Documenting argon2 v0.5.2 |
2600 | 2023-12-08T15:40:15.030Z | Documenting quick-error v1.2.3 |
2601 | 2023-12-08T15:40:17.226Z | Documenting structopt v0.3.26 |
2602 | 2023-12-08T15:40:18.511Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2603 | 2023-12-08T15:40:19.034Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2604 | 2023-12-08T15:40:20.416Z | Documenting resolv-conf v0.7.0 |
2605 | 2023-12-08T15:40:20.503Z | Documenting pem-rfc7468 v0.7.0 |
2606 | 2023-12-08T15:40:21.264Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2607 | 2023-12-08T15:40:23.558Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2608 | 2023-12-08T15:40:24.129Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2609 | 2023-12-08T15:40:24.697Z | Documenting der_derive v0.7.2 |
2610 | 2023-12-08T15:40:25.458Z | Documenting flagset v0.4.3 |
2611 | 2023-12-08T15:40:25.846Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2612 | 2023-12-08T15:40:26.113Z | Documenting trust-dns-resolver v0.22.0 |
2613 | 2023-12-08T15:40:26.474Z | Documenting cancel-safe-futures v0.1.5 |
2614 | 2023-12-08T15:40:26.673Z | Checking convert_case v0.4.0 |
2615 | 2023-12-08T15:40:26.978Z | Documenting convert_case v0.4.0 |
2616 | 2023-12-08T15:40:29.610Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2617 | 2023-12-08T15:40:30.508Z | Documenting arc-swap v1.6.0 |
2618 | 2023-12-08T15:40:31.046Z | Documenting tap v1.0.1 |
2619 | 2023-12-08T15:40:32.345Z | Documenting derive_more v0.99.17 |
2620 | 2023-12-08T15:40:32.653Z | Documenting der v0.7.8 |
2621 | 2023-12-08T15:40:34.195Z | Documenting swrite v0.1.0 |
2622 | 2023-12-08T15:40:35.417Z | Documenting wyz v0.5.1 |
2623 | 2023-12-08T15:40:36.185Z | Documenting slog-scope v4.4.0 |
2624 | 2023-12-08T15:40:39.403Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2625 | 2023-12-08T15:40:39.920Z | Documenting num-rational v0.4.1 |
2626 | 2023-12-08T15:40:39.933Z | Documenting radium v0.7.0 |
2627 | 2023-12-08T15:40:40.259Z | Documenting spki v0.7.2 |
2628 | 2023-12-08T15:40:40.802Z | Documenting hkdf v0.12.3 |
2629 | 2023-12-08T15:40:41.314Z | Documenting libsw v3.3.0 |
2630 | 2023-12-08T15:40:41.939Z | Documenting num-complex v0.4.4 |
2631 | 2023-12-08T15:40:44.176Z | Documenting derive-where v1.2.6 |
2632 | 2023-12-08T15:40:45.817Z | Documenting linear-map v1.2.0 |
2633 | 2023-12-08T15:40:46.319Z | Documenting owo-colors v3.5.0 |
2634 | 2023-12-08T15:40:46.574Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2635 | 2023-12-08T15:40:46.724Z | Documenting funty v2.0.0 |
2636 | 2023-12-08T15:40:47.963Z | Documenting half v1.8.2 |
2637 | 2023-12-08T15:40:48.849Z | Documenting ciborium-io v0.2.1 |
2638 | 2023-12-08T15:40:49.166Z | Documenting crc-catalog v2.2.0 |
2639 | 2023-12-08T15:40:51.396Z | Documenting bitvec v1.0.1 |
2640 | 2023-12-08T15:40:52.367Z | Documenting num v0.4.1 |
2641 | 2023-12-08T15:40:52.477Z | Documenting pkcs8 v0.10.2 |
2642 | 2023-12-08T15:40:53.568Z | Documenting crc v3.0.1 |
2643 | 2023-12-08T15:40:53.582Z | Documenting slog-stdlog v4.1.1 |
2644 | 2023-12-08T15:40:53.920Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2645 | 2023-12-08T15:40:53.948Z | Documenting ciborium-ll v0.2.1 |
2646 | 2023-12-08T15:40:57.755Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2647 | 2023-12-08T15:40:59.005Z | Documenting slog-dtrace v0.2.3 |
2648 | 2023-12-08T15:40:59.145Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2649 | 2023-12-08T15:40:59.500Z | Documenting xattr v1.0.1 |
2650 | 2023-12-08T15:41:00.011Z | Documenting filetime v0.2.23 |
2651 | 2023-12-08T15:41:00.279Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2652 | 2023-12-08T15:41:01.000Z | Documenting packed_struct_codegen v0.10.1 |
2653 | 2023-12-08T15:41:05.251Z | Documenting keccak v0.1.4 |
2654 | 2023-12-08T15:41:05.592Z | Documenting nodrop v0.1.14 |
2655 | 2023-12-08T15:41:07.576Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2656 | 2023-12-08T15:41:08.909Z | Documenting tar v0.4.40 |
2657 | 2023-12-08T15:41:09.043Z | Documenting ciborium v0.2.1 |
2658 | 2023-12-08T15:41:09.322Z | Documenting packed_struct v0.10.1 |
2659 | 2023-12-08T15:41:09.409Z | Documenting sha3 v0.10.8 |
2660 | 2023-12-08T15:41:10.131Z | Documenting array-init v0.0.4 |
2661 | 2023-12-08T15:41:13.643Z | Documenting slog-envlogger v2.2.0 |
2662 | 2023-12-08T15:41:14.725Z | Documenting pkcs1 v0.7.5 |
2663 | 2023-12-08T15:41:15.023Z | Documenting num-bigint-dig v0.8.4 |
2664 | 2023-12-08T15:41:15.695Z | Documenting fxhash v0.2.1 |
2665 | 2023-12-08T15:41:16.974Z | Documenting secrecy v0.8.0 |
2666 | 2023-12-08T15:41:17.027Z | Documenting bitfield v0.14.0 |
2667 | 2023-12-08T15:41:21.199Z | Documenting utf-8 v0.7.6 |
2668 | 2023-12-08T15:41:21.340Z | Documenting termcolor v1.2.0 |
2669 | 2023-12-08T15:41:21.573Z | Documenting serde-hex v0.1.0 |
2670 | 2023-12-08T15:41:21.941Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2671 | 2023-12-08T15:41:22.463Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2672 | 2023-12-08T15:41:23.067Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2673 | 2023-12-08T15:41:24.546Z | Documenting rsa v0.9.2 |
2674 | 2023-12-08T15:41:26.697Z | Documenting tungstenite v0.20.1 |
2675 | 2023-12-08T15:41:27.602Z | Documenting env_logger v0.10.0 |
2676 | 2023-12-08T15:41:28.843Z | Documenting x509-cert v0.2.4 |
2677 | 2023-12-08T15:41:30.728Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2678 | 2023-12-08T15:41:34.518Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2679 | 2023-12-08T15:41:34.566Z | Documenting newtype_derive v0.1.6 |
2680 | 2023-12-08T15:41:35.659Z | Documenting pem v3.0.2 |
2681 | 2023-12-08T15:41:36.296Z | Documenting ron v0.8.1 |
2682 | 2023-12-08T15:41:36.478Z | Documenting crc-any v2.4.3 |
2683 | 2023-12-08T15:41:37.517Z | Documenting tokio-tungstenite v0.20.1 |
2684 | 2023-12-08T15:41:40.077Z | Documenting steno v0.4.0 |
2685 | 2023-12-08T15:41:41.014Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2686 | 2023-12-08T15:41:41.337Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2687 | 2023-12-08T15:41:43.198Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2688 | 2023-12-08T15:41:48.039Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2689 | 2023-12-08T15:41:48.715Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2690 | 2023-12-08T15:41:50.296Z | Documenting itertools v0.12.0 |
2691 | 2023-12-08T15:41:54.698Z | Documenting nibble_vec v0.1.0 |
2692 | 2023-12-08T15:41:55.287Z | Documenting path-slash v0.1.5 |
2693 | 2023-12-08T15:41:56.798Z | Documenting same-file v1.0.6 |
2694 | 2023-12-08T15:41:59.985Z | Documenting endian-type v0.1.2 |
2695 | 2023-12-08T15:42:00.903Z | Documenting display-error-chain v0.2.0 |
2696 | 2023-12-08T15:42:01.194Z | Documenting glob v0.3.1 |
2697 | 2023-12-08T15:42:01.582Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2698 | 2023-12-08T15:42:03.019Z | Documenting walkdir v2.4.0 |
2699 | 2023-12-08T15:42:05.513Z | Documenting radix_trie v0.2.1 |
2700 | 2023-12-08T15:42:06.453Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2701 | 2023-12-08T15:42:07.670Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2702 | 2023-12-08T15:42:08.885Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2703 | 2023-12-08T15:42:09.446Z | Documenting buf-list v1.0.3 |
2704 | 2023-12-08T15:42:11.532Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2705 | 2023-12-08T15:42:13.523Z | Checking darling_core v0.14.4 |
2706 | 2023-12-08T15:42:16.032Z | Documenting trust-dns-client v0.22.0 |
2707 | 2023-12-08T15:42:16.471Z | Checking darling v0.14.4 |
2708 | 2023-12-08T15:42:16.898Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2709 | 2023-12-08T15:42:16.998Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2710 | 2023-12-08T15:42:17.392Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2711 | 2023-12-08T15:42:17.624Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2023-12-08T15:42:19.171Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2023-12-08T15:42:19.802Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2714 | 2023-12-08T15:42:24.074Z | Documenting sled v0.34.7 |
2715 | 2023-12-08T15:42:27.439Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2716 | 2023-12-08T15:42:28.526Z | Documenting unicase v2.7.0 |
2717 | 2023-12-08T15:42:30.179Z | Documenting trust-dns-server v0.22.1 |
2718 | 2023-12-08T15:42:30.997Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2719 | 2023-12-08T15:42:31.424Z | Documenting globset v0.4.13 |
2720 | 2023-12-08T15:42:32.614Z | Documenting crossbeam-deque v0.8.3 |
2721 | 2023-12-08T15:42:33.185Z | Documenting headers-core v0.2.0 |
2722 | 2023-12-08T15:42:36.174Z | Documenting olpc-cjson v0.1.3 |
2723 | 2023-12-08T15:42:38.248Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2724 | 2023-12-08T15:42:39.185Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2725 | 2023-12-08T15:42:39.791Z | Documenting serde_plain v1.0.2 |
2726 | 2023-12-08T15:42:39.805Z | Documenting ff v0.13.0 |
2727 | 2023-12-08T15:42:40.101Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2728 | 2023-12-08T15:42:41.487Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2729 | 2023-12-08T15:42:43.050Z | Documenting async-recursion v1.0.5 |
2730 | 2023-12-08T15:42:43.093Z | Documenting pretty-hex v0.4.0 |
2731 | 2023-12-08T15:42:43.391Z | Documenting typed-path v0.6.0 |
2732 | 2023-12-08T15:42:45.406Z | Documenting headers v0.3.9 |
2733 | 2023-12-08T15:42:45.652Z | Documenting group v0.13.0 |
2734 | 2023-12-08T15:42:45.887Z | Documenting rayon-core v1.12.0 |
2735 | 2023-12-08T15:42:47.582Z | Documenting mime_guess v2.0.4 |
2736 | 2023-12-08T15:42:47.735Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2737 | 2023-12-08T15:42:49.653Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2738 | 2023-12-08T15:42:51.157Z | Documenting tough v0.15.0 |
2739 | 2023-12-08T15:42:51.471Z | Checking derive_builder_core v0.12.0 |
2740 | 2023-12-08T15:42:52.153Z | Documenting derive_builder_core v0.12.0 |
2741 | 2023-12-08T15:42:52.840Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2742 | 2023-12-08T15:42:54.159Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2743 | 2023-12-08T15:42:55.069Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2744 | 2023-12-08T15:42:55.177Z | Documenting universal-hash v0.5.1 |
2745 | 2023-12-08T15:42:55.468Z | Documenting crypto-bigint v0.5.2 |
2746 | 2023-12-08T15:43:01.340Z | Documenting bcs v0.1.6 |
2747 | 2023-12-08T15:43:01.422Z | Documenting kstat-rs v0.2.3 |
2748 | 2023-12-08T15:43:04.379Z | Documenting thiserror-impl-no-std v2.0.2 |
2749 | 2023-12-08T15:43:06.575Z | Documenting curve25519-dalek-derive v0.1.0 |
2750 | 2023-12-08T15:43:07.575Z | Documenting opaque-debug v0.3.0 |
2751 | 2023-12-08T15:43:07.869Z | Documenting base16ct v0.2.0 |
2752 | 2023-12-08T15:43:08.132Z | Documenting highway v1.1.0 |
2753 | 2023-12-08T15:43:11.727Z | Documenting poly1305 v0.8.0 |
2754 | 2023-12-08T15:43:12.072Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2755 | 2023-12-08T15:43:12.098Z | Documenting thiserror-no-std v2.0.2 |
2756 | 2023-12-08T15:43:12.145Z | Documenting derive_builder_macro v0.12.0 |
2757 | 2023-12-08T15:43:12.313Z | Documenting elliptic-curve v0.13.5 |
2758 | 2023-12-08T15:43:13.088Z | Documenting curve25519-dalek v4.1.0 |
2759 | 2023-12-08T15:43:13.735Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2760 | 2023-12-08T15:43:15.350Z | Documenting rayon v1.8.0 |
2761 | 2023-12-08T15:43:18.939Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2023-12-08T15:43:19.004Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2763 | 2023-12-08T15:43:21.600Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2764 | 2023-12-08T15:43:26.951Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2765 | 2023-12-08T15:43:27.881Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2766 | 2023-12-08T15:43:41.536Z | Documenting portable-atomic v1.4.3 |
2767 | 2023-12-08T15:43:46.297Z | Documenting ed25519 v1.5.3 |
2768 | 2023-12-08T15:43:47.136Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2769 | 2023-12-08T15:43:49.171Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2770 | 2023-12-08T15:43:50.730Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2771 | 2023-12-08T15:43:50.944Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2772 | 2023-12-08T15:43:50.979Z | Documenting chacha20 v0.9.1 |
2773 | 2023-12-08T15:43:51.936Z | Documenting aead v0.5.2 |
2774 | 2023-12-08T15:43:54.304Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2775 | 2023-12-08T15:43:55.012Z | Documenting ref-cast-impl v1.0.20 |
2776 | 2023-12-08T15:43:56.553Z | Documenting vte_generate_state_changes v0.1.1 |
2777 | 2023-12-08T15:43:58.430Z | Documenting cassowary v0.3.0 |
2778 | 2023-12-08T15:44:01.076Z | Documenting number_prefix v0.4.0 |
2779 | 2023-12-08T15:44:02.223Z | Documenting vte v0.11.1 |
2780 | 2023-12-08T15:44:02.988Z | Documenting ref-cast v1.0.20 |
2781 | 2023-12-08T15:44:04.511Z | Documenting ratatui v0.23.0 |
2782 | 2023-12-08T15:44:06.729Z | Documenting indicatif v0.17.7 |
2783 | 2023-12-08T15:44:07.226Z | Documenting chacha20poly1305 v0.10.1 |
2784 | 2023-12-08T15:44:08.353Z | Documenting salty v0.2.0 |
2785 | 2023-12-08T15:44:08.828Z | Documenting vsss-rs v3.3.1 |
2786 | 2023-12-08T15:44:14.075Z | Documenting derive_builder v0.12.0 |
2787 | 2023-12-08T15:44:15.771Z | Documenting fs-err v2.11.0 |
2788 | 2023-12-08T15:44:16.946Z | Documenting polar-core v0.27.0 |
2789 | 2023-12-08T15:44:16.966Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2790 | 2023-12-08T15:44:17.465Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2791 | 2023-12-08T15:44:18.718Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2792 | 2023-12-08T15:44:19.266Z | Documenting libxml v0.3.3 |
2793 | 2023-12-08T15:44:21.751Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2794 | 2023-12-08T15:44:23.496Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2795 | 2023-12-08T15:44:26.096Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2796 | 2023-12-08T15:44:28.866Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2797 | 2023-12-08T15:44:28.902Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2798 | 2023-12-08T15:44:29.341Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2799 | 2023-12-08T15:44:30.517Z | Documenting bb8 v0.8.1 |
2800 | 2023-12-08T15:44:32.315Z | Documenting bytesize v1.3.0 |
2801 | 2023-12-08T15:44:38.165Z | Documenting serde-big-array v0.5.1 |
2802 | 2023-12-08T15:44:38.350Z | Documenting quick-xml v0.23.1 |
2803 | 2023-12-08T15:44:38.484Z | Documenting rtoolbox v0.0.1 |
2804 | 2023-12-08T15:44:38.991Z | Documenting oso-derive v0.27.0 |
2805 | 2023-12-08T15:44:44.279Z | Documenting impl-trait-for-tuples v0.2.2 |
2806 | 2023-12-08T15:44:44.583Z | Documenting smawk v0.3.1 |
2807 | 2023-12-08T15:44:45.394Z | Documenting unicode-linebreak v0.1.5 |
2808 | 2023-12-08T15:44:45.447Z | Documenting is_ci v1.1.1 |
2809 | 2023-12-08T15:44:49.771Z | Documenting http-range v0.1.5 |
2810 | 2023-12-08T15:44:50.709Z | Documenting humantime v2.1.0 |
2811 | 2023-12-08T15:44:50.722Z | Documenting maplit v1.0.2 |
2812 | 2023-12-08T15:44:50.926Z | Documenting supports-color v2.1.0 |
2813 | 2023-12-08T15:44:52.874Z | Documenting textwrap v0.16.0 |
2814 | 2023-12-08T15:44:52.923Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2815 | 2023-12-08T15:44:54.457Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2816 | 2023-12-08T15:44:55.241Z | Documenting hyper-staticfile v0.9.5 |
2817 | 2023-12-08T15:44:56.024Z | Documenting oso v0.27.0 |
2818 | 2023-12-08T15:44:56.553Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2819 | 2023-12-08T15:44:56.689Z | Documenting rpassword v7.3.1 |
2820 | 2023-12-08T15:44:57.900Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2821 | 2023-12-08T15:45:03.051Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2822 | 2023-12-08T15:45:03.952Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2823 | 2023-12-08T15:45:05.328Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2824 | 2023-12-08T15:45:11.241Z | Documenting tui-tree-widget v0.13.0 |
2825 | 2023-12-08T15:45:11.712Z | Documenting strip-ansi-escapes v0.2.0 |
2826 | 2023-12-08T15:45:13.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2827 | 2023-12-08T15:45:15.656Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2828 | 2023-12-08T15:45:17.608Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2829 | 2023-12-08T15:45:18.352Z | Documenting cookie v0.18.0 |
2830 | 2023-12-08T15:45:20.273Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2831 | 2023-12-08T15:45:20.438Z | Documenting rcgen v0.11.3 |
2832 | 2023-12-08T15:45:25.490Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2833 | 2023-12-08T15:45:25.869Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2834 | 2023-12-08T15:45:26.386Z | Documenting atomicwrites v0.4.2 |
2835 | 2023-12-08T15:45:26.469Z | Documenting signal-hook-tokio v0.3.1 |
2836 | 2023-12-08T15:45:30.501Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2837 | 2023-12-08T15:45:32.715Z | Documenting fd-lock v3.0.13 |
2838 | 2023-12-08T15:45:32.951Z | Documenting subprocess v0.2.9 |
2839 | 2023-12-08T15:45:33.779Z | Documenting corncobs v0.1.3 |
2840 | 2023-12-08T15:45:38.292Z | Documenting shell-words v1.1.0 |
2841 | 2023-12-08T15:45:38.668Z | Documenting nu-ansi-term v0.49.0 |
2842 | 2023-12-08T15:45:39.198Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2843 | 2023-12-08T15:45:39.600Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2844 | 2023-12-08T15:45:42.484Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2845 | 2023-12-08T15:45:42.967Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2846 | 2023-12-08T15:45:43.444Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2847 | 2023-12-08T15:45:44.285Z | Documenting reedline v0.26.0 |
2848 | 2023-12-08T15:45:44.540Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2849 | 2023-12-08T15:45:44.923Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2850 | 2023-12-08T15:45:46.190Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2851 | 2023-12-08T15:45:55.398Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2852 | 2023-12-08T15:46:10.595Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2853 | 2023-12-08T15:46:12.893Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2854 | 2023-12-08T15:46:15.068Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2855 | 2023-12-08T15:46:15.492Z | Documenting fatfs v0.3.6 |
2856 | 2023-12-08T15:46:16.461Z | Documenting nanorand v0.7.0 |
2857 | 2023-12-08T15:46:21.163Z | Documenting assert_matches v1.5.0 |
2858 | 2023-12-08T15:46:22.418Z | Documenting flume v0.11.0 |
2859 | 2023-12-08T15:46:22.974Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2860 | 2023-12-08T15:46:26.031Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2861 | 2023-12-08T15:46:28.026Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2862 | 2023-12-08T15:46:28.027Z | --> sled-agent/src/sim/instance.rs:46:7 |
2863 | 2023-12-08T15:46:28.027Z | | |
2864 | 2023-12-08T15:46:28.027Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2865 | 2023-12-08T15:46:28.027Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2866 | 2023-12-08T15:46:28.027Z | | |
2867 | 2023-12-08T15:46:28.027Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2868 | 2023-12-08T15:46:28.027Z | |
2869 | 2023-12-08T15:46:29.331Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2870 | 2023-12-08T15:46:32.285Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2871 | 2023-12-08T15:46:32.361Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2872 | 2023-12-08T15:46:32.365Z | Documenting omicron-zone-package v0.9.1 |
2873 | 2023-12-08T15:46:32.618Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2874 | 2023-12-08T15:46:33.643Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2875 | 2023-12-08T15:46:42.391Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2876 | 2023-12-08T15:46:43.544Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2877 | 2023-12-08T15:46:48.939Z | Documenting termios v0.3.3 |
2878 | 2023-12-08T15:46:50.270Z | Documenting topological-sort v0.2.2 |
2879 | 2023-12-08T15:46:51.209Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2880 | 2023-12-08T15:46:55.299Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2881 | 2023-12-08T15:46:55.418Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2882 | 2023-12-08T15:46:56.289Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2883 | 2023-12-08T15:46:56.772Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2884 | 2023-12-08T15:47:07.389Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2885 | 2023-12-08T15:47:38.904Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2886 | 2023-12-08T15:47:47.240Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2887 | 2023-12-08T15:48:06.651Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2888 | 2023-12-08T15:48:06.779Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2889 | 2023-12-08T15:48:08.261Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2890 | 2023-12-08T15:48:13.877Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2891 | 2023-12-08T15:48:29.964Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2892 | 2023-12-08T15:49:22.256Z | warning: unresolved link to `VolumeConstructionRequest` |
2893 | 2023-12-08T15:49:22.256Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2894 | 2023-12-08T15:49:22.256Z | | |
2895 | 2023-12-08T15:49:22.256Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2896 | 2023-12-08T15:49:22.256Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2897 | 2023-12-08T15:49:22.256Z | | |
2898 | 2023-12-08T15:49:22.256Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2899 | 2023-12-08T15:49:22.256Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2900 | 2023-12-08T15:49:22.256Z | |
2901 | 2023-12-08T15:49:22.261Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2902 | 2023-12-08T15:49:22.261Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2903 | 2023-12-08T15:49:22.261Z | | |
2904 | 2023-12-08T15:49:22.261Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2905 | 2023-12-08T15:49:22.261Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2906 | 2023-12-08T15:49:22.261Z | |
2907 | 2023-12-08T15:49:22.261Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2908 | 2023-12-08T15:49:22.261Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2909 | 2023-12-08T15:49:22.261Z | | |
2910 | 2023-12-08T15:49:22.262Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2911 | 2023-12-08T15:49:22.262Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2912 | 2023-12-08T15:49:22.262Z | |
2913 | 2023-12-08T15:49:22.262Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2914 | 2023-12-08T15:49:22.262Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2915 | 2023-12-08T15:49:22.262Z | | |
2916 | 2023-12-08T15:49:22.262Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2917 | 2023-12-08T15:49:22.262Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2918 | 2023-12-08T15:49:22.262Z | |
2919 | 2023-12-08T15:49:22.262Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2920 | 2023-12-08T15:49:22.262Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2921 | 2023-12-08T15:49:22.263Z | | |
2922 | 2023-12-08T15:49:22.263Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2923 | 2023-12-08T15:49:22.263Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2924 | 2023-12-08T15:49:22.263Z | |
2925 | 2023-12-08T15:49:22.263Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2926 | 2023-12-08T15:49:22.263Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2927 | 2023-12-08T15:49:22.263Z | | |
2928 | 2023-12-08T15:49:22.263Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2929 | 2023-12-08T15:49:22.263Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2930 | 2023-12-08T15:49:22.263Z | |
2931 | 2023-12-08T15:49:22.264Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2932 | 2023-12-08T15:49:22.264Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2933 | 2023-12-08T15:49:22.264Z | | |
2934 | 2023-12-08T15:49:22.264Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2935 | 2023-12-08T15:49:22.264Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2936 | 2023-12-08T15:49:22.264Z | |
2937 | 2023-12-08T15:49:25.465Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2938 | 2023-12-08T15:49:57.243Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 09s |
2939 | 2023-12-08T15:49:57.348Z | |
2940 | 2023-12-08T15:49:57.352Z | real 15:10.054148492 |
2941 | 2023-12-08T15:49:57.352Z | user 51:04.981163607 |
2942 | 2023-12-08T15:49:57.352Z | sys 57:16.100006792 |
2943 | 2023-12-08T15:49:57.352Z | trap 1.769970908 |
2944 | 2023-12-08T15:49:57.352Z | tflt 0.490751589 |
2945 | 2023-12-08T15:49:57.352Z | dflt 0.422633676 |
2946 | 2023-12-08T15:49:57.352Z | kflt 0.000285150 |
2947 | 2023-12-08T15:49:57.352Z | lock 3:02:31.790077252 |
2948 | 2023-12-08T15:49:57.352Z | slp 3:54:31.336715858 |
2949 | 2023-12-08T15:49:57.352Z | lat 5:25.554795126 |
2950 | 2023-12-08T15:49:57.353Z | stop 1:19.898317621 |
2951 | 2023-12-08T15:49:57.353Z | process exited: duration 1732331 ms, exit code 0 |
|
2952 | 2023-12-08T15:49:57.363Z | found 0 output files |