|
|
|
1 | 2024-02-02T01:26:30.883Z | job assigned to worker 01HNKPQ8H16BTEDQXYCPVWE9FD (queued for 57 m 47 s) |
|
2 | 2024-02-02T01:26:31.868Z | starting task 0: "setup" |
3 | 2024-02-02T01:26:31.923Z | ++ uname -s |
4 | 2024-02-02T01:26:31.930Z | + kern=SunOS |
5 | 2024-02-02T01:26:31.930Z | + case "$kern" in |
6 | 2024-02-02T01:26:31.931Z | + groupadd -g 12345 build |
7 | 2024-02-02T01:26:31.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T01:26:33.977Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T01:26:34.085Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T01:26:34.089Z | + home_fs=zfs |
11 | 2024-02-02T01:26:34.089Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T01:26:34.089Z | + mkdir -p /home/build |
13 | 2024-02-02T01:26:34.109Z | + chown build:build /home/build /work |
14 | 2024-02-02T01:26:36.095Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T01:26:36.098Z | process exited: duration 4227 ms, exit code 0 |
|
16 | 2024-02-02T01:26:36.105Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T01:26:36.114Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T01:26:36.117Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T01:26:36.286Z | info: downloading installer |
20 | 2024-02-02T01:26:40.087Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T01:26:40.087Z | warning: /opt/ooce/bin |
22 | 2024-02-02T01:26:40.087Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T01:26:40.087Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T01:26:40.088Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T01:26:40.088Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T01:26:40.088Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T01:26:40.088Z | error: cannot install while Rust is installed |
28 | 2024-02-02T01:26:40.088Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T01:26:40.326Z | info: profile set to 'default' |
30 | 2024-02-02T01:26:40.326Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T01:26:40.329Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T01:26:40.660Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T01:26:40.660Z | info: downloading component 'cargo' |
34 | 2024-02-02T01:26:42.643Z | info: downloading component 'clippy' |
35 | 2024-02-02T01:26:43.780Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T01:26:45.797Z | info: downloading component 'rust-std' |
37 | 2024-02-02T01:26:50.201Z | info: downloading component 'rustc' |
38 | 2024-02-02T01:27:01.098Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T01:27:01.707Z | info: installing component 'cargo' |
40 | 2024-02-02T01:27:03.608Z | info: installing component 'clippy' |
41 | 2024-02-02T01:27:04.528Z | info: installing component 'rust-docs' |
42 | 2024-02-02T01:27:07.156Z | info: installing component 'rust-std' |
43 | 2024-02-02T01:27:13.166Z | info: installing component 'rustc' |
44 | 2024-02-02T01:27:18.626Z | info: installing component 'rustfmt' |
45 | 2024-02-02T01:27:19.180Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T01:27:19.180Z | |
47 | 2024-02-02T01:27:19.318Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T01:27:19.318Z | |
49 | 2024-02-02T01:27:19.329Z | |
50 | 2024-02-02T01:27:19.329Z | Rust is installed now. Great! |
51 | 2024-02-02T01:27:19.329Z | |
52 | 2024-02-02T01:27:19.330Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T01:27:19.330Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T01:27:19.330Z | |
55 | 2024-02-02T01:27:19.330Z | To configure your current shell, run: |
56 | 2024-02-02T01:27:19.330Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T01:27:19.401Z | + rustc --version |
58 | 2024-02-02T01:27:19.511Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T01:27:19.516Z | process exited: duration 43414 ms, exit code 0 |
|
60 | 2024-02-02T01:27:19.523Z | starting task 2: "authentication" |
61 | 2024-02-02T01:27:19.554Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-02T01:27:19.560Z | starting task 3: "clone repository" |
63 | 2024-02-02T01:27:19.568Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T01:27:19.571Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T01:27:20.053Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T01:27:27.263Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T01:27:27.263Z | + git fetch origin 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
68 | 2024-02-02T01:27:27.620Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T01:27:27.620Z | * branch 52199bbd0e3d33423773cb9458a703f9fe3b51aa -> FETCH_HEAD |
70 | 2024-02-02T01:27:27.657Z | + [[ -n package-cache ]] |
71 | 2024-02-02T01:27:27.664Z | ++ git branch --show-current |
72 | 2024-02-02T01:27:27.664Z | + current=main |
73 | 2024-02-02T01:27:27.664Z | + [[ main != package-cache ]] |
74 | 2024-02-02T01:27:27.665Z | + git branch -f package-cache 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
75 | 2024-02-02T01:27:27.665Z | + git checkout -f package-cache |
76 | 2024-02-02T01:27:28.249Z | Switched to branch 'package-cache' |
77 | 2024-02-02T01:27:28.249Z | + git reset --hard 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
78 | 2024-02-02T01:27:28.250Z | HEAD is now at 52199bbd0 clippy |
79 | 2024-02-02T01:27:28.250Z | process exited: duration 8286 ms, exit code 0 |
|
80 | 2024-02-02T01:27:28.277Z | starting task 4: "build" |
81 | 2024-02-02T01:27:28.293Z | + cargo --version |
82 | 2024-02-02T01:27:28.306Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T01:27:28.730Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T01:27:28.741Z | info: downloading component 'cargo' |
85 | 2024-02-02T01:27:31.529Z | info: downloading component 'clippy' |
86 | 2024-02-02T01:27:32.428Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T01:27:35.888Z | info: downloading component 'rust-std' |
88 | 2024-02-02T01:27:41.001Z | info: downloading component 'rustc' |
89 | 2024-02-02T01:27:55.731Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T01:27:56.528Z | info: installing component 'cargo' |
91 | 2024-02-02T01:27:57.843Z | info: installing component 'clippy' |
92 | 2024-02-02T01:27:58.335Z | info: installing component 'rust-docs' |
93 | 2024-02-02T01:28:01.151Z | info: installing component 'rust-std' |
94 | 2024-02-02T01:28:03.587Z | info: installing component 'rustc' |
95 | 2024-02-02T01:28:09.895Z | info: installing component 'rustfmt' |
96 | 2024-02-02T01:28:10.427Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T01:28:10.430Z | + rustc --version |
98 | 2024-02-02T01:28:10.582Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T01:28:10.594Z | + source ./env.sh |
100 | 2024-02-02T01:28:10.595Z | ++ set -o xtrace |
101 | 2024-02-02T01:28:10.595Z | ++++ dirname ./env.sh |
102 | 2024-02-02T01:28:10.661Z | +++ cd . |
103 | 2024-02-02T01:28:10.676Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-02T01:28:10.676Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-02T01:28:10.676Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-02T01:28:10.676Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-02T01:28:10.676Z | ++ 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 |
108 | 2024-02-02T01:28:10.676Z | ++ 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 |
109 | 2024-02-02T01:28:10.676Z | ++ 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 |
110 | 2024-02-02T01:28:10.676Z | ++ 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 |
111 | 2024-02-02T01:28:10.676Z | ++ 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 |
112 | 2024-02-02T01:28:10.676Z | ++ 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 |
113 | 2024-02-02T01:28:10.676Z | ++ unset OMICRON_WS |
114 | 2024-02-02T01:28:10.676Z | ++ set +o xtrace |
115 | 2024-02-02T01:28:10.735Z | |
116 | 2024-02-02T01:28:10.735Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-02T01:28:10.735Z | # # # # # # # # # # # # # # # |
118 | 2024-02-02T01:28:10.735Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-02T01:28:10.735Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-02T01:28:10.735Z | # # # # # # # # # # # # # # # |
121 | 2024-02-02T01:28:10.735Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-02T01:28:10.735Z | |
123 | 2024-02-02T01:28:25.856Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-02T01:28:27.733Z | Startup: Caching catalogs ... Done |
125 | 2024-02-02T01:28:30.678Z | Planning: Solver setup ... Done (2.448s) |
126 | 2024-02-02T01:28:30.739Z | Planning: Running solver ... Done (0.066s) |
127 | 2024-02-02T01:28:30.770Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-02-02T01:28:30.788Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-02T01:28:31.248Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-02T01:28:31.248Z | Planning: Package planning ... Done (0.079s) |
131 | 2024-02-02T01:28:31.263Z | Planning: Merging actions ... Done (0.084s) |
132 | 2024-02-02T01:28:32.367Z | Planning: Checking for conflicting actions ... Done (1.099s) |
133 | 2024-02-02T01:28:32.381Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-02-02T01:28:38.281Z | Planning: Evaluating mediators ... Done (5.900s) |
135 | 2024-02-02T01:28:38.297Z | Planning: Planning completed in 10.51 seconds |
136 | 2024-02-02T01:28:41.789Z | Packages to install: 4 |
137 | 2024-02-02T01:28:41.789Z | Mediators to change: 2 |
138 | 2024-02-02T01:28:41.804Z | Services to change: 1 |
139 | 2024-02-02T01:28:41.804Z | Estimated space available: 148.87 GB |
140 | 2024-02-02T01:28:41.805Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-02-02T01:28:41.805Z | Create boot environment: No |
142 | 2024-02-02T01:28:41.805Z | Create backup boot environment: No |
143 | 2024-02-02T01:28:41.805Z | Rebuild boot archive: No |
144 | 2024-02-02T01:28:41.805Z | |
145 | 2024-02-02T01:28:41.805Z | Changed mediators: |
146 | 2024-02-02T01:28:41.806Z | mediator clang: |
147 | 2024-02-02T01:28:41.806Z | version: None -> 15 (system default) |
148 | 2024-02-02T01:28:41.806Z | |
149 | 2024-02-02T01:28:41.806Z | mediator llvm: |
150 | 2024-02-02T01:28:41.806Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-02T01:28:41.806Z | |
152 | 2024-02-02T01:28:41.806Z | Changed packages: |
153 | 2024-02-02T01:28:41.806Z | helios-dev |
154 | 2024-02-02T01:28:41.806Z | developer/build-essential |
155 | 2024-02-02T01:28:41.806Z | None -> 11-2.0 |
156 | 2024-02-02T01:28:41.807Z | library/libxmlsec1 |
157 | 2024-02-02T01:28:41.807Z | None -> 1.2.35-2.0 |
158 | 2024-02-02T01:28:41.807Z | ooce/developer/clang-15 |
159 | 2024-02-02T01:28:41.807Z | None -> 15.0.7-2.0 |
160 | 2024-02-02T01:28:41.807Z | ooce/developer/llvm-15 |
161 | 2024-02-02T01:28:41.807Z | None -> 15.0.7-2.0 |
162 | 2024-02-02T01:28:41.807Z | |
163 | 2024-02-02T01:28:41.807Z | Services: |
164 | 2024-02-02T01:28:41.807Z | restart_fmri: |
165 | 2024-02-02T01:28:41.807Z | svc:/system/update-man-index:default |
166 | 2024-02-02T01:28:42.100Z | |
167 | 2024-02-02T01:28:42.101Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-02T01:28:47.174Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
169 | 2024-02-02T01:28:52.177Z | Download: 3116/3290 items 131.0/212.6MB 61% complete (13.0M/s) |
170 | 2024-02-02T01:28:54.734Z | Download: Completed 212.60 MB in 12.42 seconds (17.1M/s) |
171 | 2024-02-02T01:28:55.324Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-02-02T01:29:01.218Z | Actions: 2024/3689 actions (Installing new actions) |
173 | 2024-02-02T01:29:03.349Z | Actions: Completed 3689 actions in 7.61 seconds. |
174 | 2024-02-02T01:29:03.374Z | Done (0.244s) |
175 | 2024-02-02T01:29:03.374Z | Done (0.000s) |
176 | 2024-02-02T01:29:03.528Z | Done (0.335s) |
177 | 2024-02-02T01:29:11.358Z | Done (7.700s) |
178 | 2024-02-02T01:29:11.697Z | Done (0.238s) |
179 | 2024-02-02T01:29:12.120Z | Done (0.000s) |
180 | 2024-02-02T01:29:12.138Z | Done (0.000s) |
181 | 2024-02-02T01:29:12.659Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-02T01:29:12.940Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-02-02T01:29:12.956Z | Planning: Consolidating action changes ... Done |
184 | 2024-02-02T01:29:13.383Z | Planning: Evaluating mediators ... Done |
185 | 2024-02-02T01:29:13.394Z | Planning: Planning completed in 0.73 seconds |
186 | 2024-02-02T01:29:13.434Z | Mediators to change: 2 |
187 | 2024-02-02T01:29:13.437Z | Create boot environment: No |
188 | 2024-02-02T01:29:13.438Z | Create backup boot environment: No |
189 | 2024-02-02T01:29:13.533Z | Done |
190 | 2024-02-02T01:29:13.534Z | Done |
191 | 2024-02-02T01:29:13.734Z | Done |
192 | 2024-02-02T01:29:19.379Z | Done |
193 | 2024-02-02T01:29:19.506Z | Done |
194 | 2024-02-02T01:29:19.520Z | Done |
195 | 2024-02-02T01:29:19.633Z | Done |
196 | 2024-02-02T01:29:20.621Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-02-02T01:29:20.626Z | Planning: Merging actions ... Done |
198 | 2024-02-02T01:29:21.375Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-02-02T01:29:21.384Z | Planning: Consolidating action changes ... Done |
200 | 2024-02-02T01:29:21.384Z | Planning: Evaluating mediators ... Done |
201 | 2024-02-02T01:29:21.469Z | Planning: Planning completed in 1.28 seconds |
202 | 2024-02-02T01:29:21.533Z | Packages to change: 1 |
203 | 2024-02-02T01:29:21.551Z | Mediators to change: 1 |
204 | 2024-02-02T01:29:21.551Z | Services to change: 1 |
205 | 2024-02-02T01:29:21.551Z | Create boot environment: No |
206 | 2024-02-02T01:29:21.551Z | Create backup boot environment: Yes |
207 | 2024-02-02T01:29:23.541Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-02-02T01:29:23.559Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-02-02T01:29:23.559Z | Done |
210 | 2024-02-02T01:29:23.559Z | Done |
211 | 2024-02-02T01:29:23.614Z | Done |
212 | 2024-02-02T01:29:29.435Z | Done |
213 | 2024-02-02T01:29:29.543Z | Done |
214 | 2024-02-02T01:29:29.549Z | Done |
215 | 2024-02-02T01:29:29.655Z | Done |
216 | 2024-02-02T01:29:30.311Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-02-02T01:29:30.311Z | clang system 15 system |
218 | 2024-02-02T01:29:30.312Z | csh system system illumos |
219 | 2024-02-02T01:29:30.312Z | ctags system system illumos |
220 | 2024-02-02T01:29:30.312Z | gcc vendor 12 vendor |
221 | 2024-02-02T01:29:30.312Z | gcc system 10 system |
222 | 2024-02-02T01:29:30.312Z | gcc system 7 system |
223 | 2024-02-02T01:29:30.312Z | go system 1.20 system |
224 | 2024-02-02T01:29:30.312Z | go system 1.19 system |
225 | 2024-02-02T01:29:30.312Z | llvm system 15 system |
226 | 2024-02-02T01:29:30.312Z | llvm system 14 system |
227 | 2024-02-02T01:29:30.312Z | mariadb system 10.6 system |
228 | 2024-02-02T01:29:30.312Z | mta vendor vendor dma |
229 | 2024-02-02T01:29:30.312Z | openjdk system 17 system |
230 | 2024-02-02T01:29:30.312Z | openjdk system 11 system |
231 | 2024-02-02T01:29:30.312Z | openjdk system 1.8 system |
232 | 2024-02-02T01:29:30.312Z | openssl vendor 3 vendor |
233 | 2024-02-02T01:29:30.312Z | perl system 5.36 system |
234 | 2024-02-02T01:29:30.312Z | postgresql system 15 system |
235 | 2024-02-02T01:29:30.312Z | postgresql system 13 system |
236 | 2024-02-02T01:29:30.312Z | python vendor 3 vendor |
237 | 2024-02-02T01:29:30.312Z | python system 2 system |
238 | 2024-02-02T01:29:30.312Z | python3 system 3.11 system |
239 | 2024-02-02T01:29:30.312Z | ruby system 3.0 system |
240 | 2024-02-02T01:29:30.312Z | words vendor vendor american-english |
241 | 2024-02-02T01:29:30.312Z | words system system australian-english |
242 | 2024-02-02T01:29:30.313Z | words system system british-english |
243 | 2024-02-02T01:29:30.313Z | words system system canadian-english |
244 | 2024-02-02T01:29:30.313Z | words system system french |
245 | 2024-02-02T01:29:30.313Z | words system system italian |
246 | 2024-02-02T01:29:30.313Z | words system system ngerman |
247 | 2024-02-02T01:29:30.313Z | words system system ogerman |
248 | 2024-02-02T01:29:30.313Z | words system system spanish |
249 | 2024-02-02T01:29:30.833Z | FMRI IFO |
250 | 2024-02-02T01:29:30.833Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-02-02T01:29:30.833Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-02-02T01:29:30.833Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-02-02T01:29:30.834Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-02-02T01:29:30.834Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-02-02T01:29:30.834Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-02-02T01:29:30.834Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-02-02T01:29:30.834Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-02-02T01:29:30.912Z | + set -o errexit |
259 | 2024-02-02T01:29:30.916Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-02-02T01:29:30.916Z | ++ cd ./tools |
261 | 2024-02-02T01:29:30.916Z | ++ pwd |
262 | 2024-02-02T01:29:30.916Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-02-02T01:29:30.916Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-02-02T01:29:30.916Z | + ARG0=ci_download_cockroachdb |
265 | 2024-02-02T01:29:30.916Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-02-02T01:29:30.920Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-02-02T01:29:30.920Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-02-02T01:29:30.920Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2024-02-02T01:29:30.920Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2024-02-02T01:29:30.920Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-02-02T01:29:30.921Z | + TARGET_DIR=out |
272 | 2024-02-02T01:29:30.921Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-02-02T01:29:30.921Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-02-02T01:29:30.921Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-02-02T01:29:30.921Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-02-02T01:29:30.921Z | + main |
277 | 2024-02-02T01:29:30.921Z | + [[ 0 != 0 ]] |
278 | 2024-02-02T01:29:30.921Z | + CIDL_OS=solaris2.11 |
279 | 2024-02-02T01:29:30.921Z | + [[ 0 != 0 ]] |
280 | 2024-02-02T01:29:30.921Z | + configure_os solaris2.11 |
281 | 2024-02-02T01:29:30.921Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-02-02T01:29:30.921Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-02-02T01:29:30.921Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-02-02T01:29:30.921Z | + case "$1" in |
285 | 2024-02-02T01:29:30.922Z | configuring based on OS: "solaris2.11" |
286 | 2024-02-02T01:29:30.922Z | + CIDL_BUILD=illumos |
287 | 2024-02-02T01:29:30.922Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-02-02T01:29:30.922Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-02-02T01:29:30.922Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2024-02-02T01:29:30.922Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-02-02T01:29:30.922Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-02-02T01:29:30.922Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-02-02T01:29:30.922Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-02T01:29:30.922Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-02T01:29:30.922Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-02-02T01:29:30.922Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-02T01:29:30.922Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-02-02T01:29:30.922Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-02T01:29:30.922Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-02-02T01:29:30.923Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-02T01:29:30.923Z | + mkdir -p out/downloads |
302 | 2024-02-02T01:29:30.932Z | + mkdir -p ./out/cockroachdb |
303 | 2024-02-02T01:29:30.932Z | + local DO_DOWNLOAD=true |
304 | 2024-02-02T01:29:30.932Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-02-02T01:29:30.932Z | + '[' true == true ']' |
306 | 2024-02-02T01:29:30.932Z | + echo Downloading... |
307 | 2024-02-02T01:29:30.932Z | Downloading... |
308 | 2024-02-02T01:29:30.933Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-02-02T01:29:30.933Z | + 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 |
310 | 2024-02-02T01:29:35.213Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-02-02T01:29:35.219Z | ++ md5sum |
312 | 2024-02-02T01:29:35.219Z | ++ awk '{print $1}' |
313 | 2024-02-02T01:29:35.481Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2024-02-02T01:29:35.481Z | + [[ 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 ]] |
315 | 2024-02-02T01:29:35.482Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-02-02T01:29:35.505Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-02-02T01:29:40.100Z | + do_assemble_illumos |
318 | 2024-02-02T01:29:40.100Z | + rm -r ./out/cockroachdb |
319 | 2024-02-02T01:29:40.110Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-02-02T01:29:40.110Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-02-02T01:29:40.110Z | Build Tag: v22.1.9-dirty |
322 | 2024-02-02T01:29:40.110Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-02-02T01:29:40.110Z | Distribution: OSS |
324 | 2024-02-02T01:29:40.110Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-02-02T01:29:40.110Z | Go Version: go1.17.13 |
326 | 2024-02-02T01:29:40.110Z | C Compiler: gcc 10.3.0 |
327 | 2024-02-02T01:29:40.111Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-02-02T01:29:40.111Z | Build Type: release |
329 | 2024-02-02T01:29:40.111Z | + set -o errexit |
330 | 2024-02-02T01:29:40.111Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-02-02T01:29:40.111Z | ++ cd ./tools |
332 | 2024-02-02T01:29:40.111Z | ++ pwd |
333 | 2024-02-02T01:29:40.111Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-02-02T01:29:40.111Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-02-02T01:29:40.111Z | + ARG0=ci_download_clickhouse |
336 | 2024-02-02T01:29:40.111Z | + TARGET_DIR=out |
337 | 2024-02-02T01:29:40.111Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-02-02T01:29:40.111Z | + DEST_DIR=./out/clickhouse |
339 | 2024-02-02T01:29:40.111Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2024-02-02T01:29:40.111Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-02-02T01:29:40.111Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2024-02-02T01:29:40.111Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2024-02-02T01:29:40.111Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-02T01:29:40.111Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-02-02T01:29:40.111Z | + main |
346 | 2024-02-02T01:29:40.111Z | + [[ 0 != 0 ]] |
347 | 2024-02-02T01:29:40.111Z | + CIDL_OS=solaris2.11 |
348 | 2024-02-02T01:29:40.111Z | + [[ 0 != 0 ]] |
349 | 2024-02-02T01:29:40.111Z | + configure_os solaris2.11 |
350 | 2024-02-02T01:29:40.112Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2024-02-02T01:29:40.112Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-02-02T01:29:40.112Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2024-02-02T01:29:40.112Z | configuring based on OS: "solaris2.11" |
354 | 2024-02-02T01:29:40.112Z | + CIDL_DASHREV= |
355 | 2024-02-02T01:29:40.112Z | + case "$1" in |
356 | 2024-02-02T01:29:40.112Z | + CIDL_PLATFORM=illumos |
357 | 2024-02-02T01:29:40.112Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-02-02T01:29:40.112Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-02-02T01:29:40.112Z | + CIDL_DASHREV=-1 |
360 | 2024-02-02T01:29:40.112Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2024-02-02T01:29:40.112Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-02T01:29:40.113Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-02T01:29:40.113Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-02T01:29:40.113Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-02-02T01:29:40.113Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-02T01:29:40.113Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-02-02T01:29:40.113Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-02T01:29:40.113Z | + mkdir -p out/downloads |
369 | 2024-02-02T01:29:40.113Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-02T01:29:40.113Z | + local DO_DOWNLOAD=true |
371 | 2024-02-02T01:29:40.113Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2024-02-02T01:29:40.113Z | + '[' true == true ']' |
373 | 2024-02-02T01:29:40.113Z | + echo Downloading... |
374 | 2024-02-02T01:29:40.114Z | Downloading... |
375 | 2024-02-02T01:29:40.114Z | + 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 |
376 | 2024-02-02T01:29:40.114Z | + 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 |
377 | 2024-02-02T01:29:42.143Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-02-02T01:29:42.150Z | ++ md5sum |
379 | 2024-02-02T01:29:42.150Z | ++ awk '{print $1}' |
380 | 2024-02-02T01:29:42.409Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2024-02-02T01:29:42.409Z | + [[ 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 ]] |
382 | 2024-02-02T01:29:42.409Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2024-02-02T01:29:42.421Z | + mkdir -p ./out/clickhouse |
384 | 2024-02-02T01:29:42.422Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-02-02T01:29:47.232Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-02-02T01:29:47.285Z | ClickHouse server version 22.8.9.1. |
387 | 2024-02-02T01:29:47.306Z | + set -o errexit |
388 | 2024-02-02T01:29:47.309Z | +++ dirname ./tools/ci_download_console |
389 | 2024-02-02T01:29:47.312Z | ++ cd ./tools |
390 | 2024-02-02T01:29:47.312Z | ++ pwd |
391 | 2024-02-02T01:29:47.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-02-02T01:29:47.316Z | ++ basename ./tools/ci_download_console |
393 | 2024-02-02T01:29:47.316Z | + ARG0=ci_download_console |
394 | 2024-02-02T01:29:47.316Z | + TARGET_DIR=out |
395 | 2024-02-02T01:29:47.316Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-02-02T01:29:47.316Z | + DEST_DIR=./out/console-assets |
397 | 2024-02-02T01:29:47.316Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-02-02T01:29:47.316Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
399 | 2024-02-02T01:29:47.316Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
400 | 2024-02-02T01:29:47.316Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
401 | 2024-02-02T01:29:47.316Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-02-02T01:29:47.316Z | + main |
403 | 2024-02-02T01:29:47.316Z | + [[ 0 != 0 ]] |
404 | 2024-02-02T01:29:47.316Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
405 | 2024-02-02T01:29:47.316Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
406 | 2024-02-02T01:29:47.316Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-02-02T01:29:47.316Z | Local file: out/downloads/console.tar.gz |
408 | 2024-02-02T01:29:47.316Z | + local DO_DOWNLOAD=true |
409 | 2024-02-02T01:29:47.316Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-02-02T01:29:47.316Z | + mkdir -p out/downloads |
411 | 2024-02-02T01:29:47.322Z | + '[' true == true ']' |
412 | 2024-02-02T01:29:47.322Z | + echo Downloading... |
413 | 2024-02-02T01:29:47.322Z | Downloading... |
414 | 2024-02-02T01:29:47.322Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
415 | 2024-02-02T01:29:47.322Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
416 | 2024-02-02T01:29:48.068Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-02-02T01:29:48.068Z | ++ case "$OSTYPE" in |
418 | 2024-02-02T01:29:48.068Z | ++ SHA=sha256sum |
419 | 2024-02-02T01:29:48.074Z | ++ sha256sum |
420 | 2024-02-02T01:29:48.074Z | ++ awk '{print $1}' |
421 | 2024-02-02T01:29:48.173Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
422 | 2024-02-02T01:29:48.173Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
423 | 2024-02-02T01:29:48.612Z | + rm -rf ./out/console-assets |
424 | 2024-02-02T01:29:48.612Z | + mkdir -p ./out/console-assets |
425 | 2024-02-02T01:29:48.612Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-02-02T01:29:48.612Z | + mkdir -p ./out/console-assets |
427 | 2024-02-02T01:29:48.612Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-02-02T01:29:48.612Z | + set -o errexit |
429 | 2024-02-02T01:29:48.613Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-02-02T01:29:48.613Z | ++ cd ./tools |
431 | 2024-02-02T01:29:48.613Z | ++ pwd |
432 | 2024-02-02T01:29:48.613Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-02-02T01:29:48.613Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-02-02T01:29:48.613Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-02-02T01:29:48.613Z | + TARGET_DIR=out |
436 | 2024-02-02T01:29:48.613Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-02-02T01:29:48.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-02-02T01:29:48.613Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
439 | 2024-02-02T01:29:48.613Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-02-02T01:29:48.613Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
441 | 2024-02-02T01:29:48.613Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
442 | 2024-02-02T01:29:48.613Z | + main |
443 | 2024-02-02T01:29:48.613Z | + [[ 0 != 0 ]] |
444 | 2024-02-02T01:29:48.613Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
445 | 2024-02-02T01:29:48.613Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
446 | 2024-02-02T01:29:48.613Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
447 | 2024-02-02T01:29:48.613Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
448 | 2024-02-02T01:29:48.613Z | + local DO_DOWNLOAD=true |
449 | 2024-02-02T01:29:48.613Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
450 | 2024-02-02T01:29:48.613Z | + mkdir -p out/downloads |
451 | 2024-02-02T01:29:48.613Z | + '[' true == true ']' |
452 | 2024-02-02T01:29:48.613Z | + echo Downloading... |
453 | 2024-02-02T01:29:48.613Z | Downloading... |
454 | 2024-02-02T01:29:48.614Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
455 | 2024-02-02T01:29:48.614Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
456 | 2024-02-02T01:29:48.614Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-02T01:29:48.614Z | ++ case "$OSTYPE" in |
458 | 2024-02-02T01:29:48.614Z | ++ SHA=sha256sum |
459 | 2024-02-02T01:29:48.614Z | ++ sha256sum |
460 | 2024-02-02T01:29:48.614Z | ++ awk '{print $1}' |
461 | 2024-02-02T01:29:48.614Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
462 | 2024-02-02T01:29:48.614Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
463 | 2024-02-02T01:29:48.614Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-02-02T01:29:48.614Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
465 | 2024-02-02T01:29:48.614Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
466 | 2024-02-02T01:29:48.614Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
467 | 2024-02-02T01:29:48.614Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
468 | 2024-02-02T01:29:48.614Z | + main |
469 | 2024-02-02T01:29:48.614Z | + [[ 0 != 0 ]] |
470 | 2024-02-02T01:29:48.614Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
471 | 2024-02-02T01:29:48.614Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
472 | 2024-02-02T01:29:48.614Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
473 | 2024-02-02T01:29:48.614Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
474 | 2024-02-02T01:29:48.614Z | + local DO_DOWNLOAD=true |
475 | 2024-02-02T01:29:48.614Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
476 | 2024-02-02T01:29:48.614Z | + mkdir -p out/downloads |
477 | 2024-02-02T01:29:48.614Z | + '[' true == true ']' |
478 | 2024-02-02T01:29:48.614Z | + echo Downloading... |
479 | 2024-02-02T01:29:48.615Z | Downloading... |
480 | 2024-02-02T01:29:48.615Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
481 | 2024-02-02T01:29:48.615Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
482 | 2024-02-02T01:29:49.091Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
483 | 2024-02-02T01:29:49.095Z | ++ case "$OSTYPE" in |
484 | 2024-02-02T01:29:49.095Z | ++ SHA=sha256sum |
485 | 2024-02-02T01:29:49.095Z | ++ sha256sum |
486 | 2024-02-02T01:29:49.095Z | ++ awk '{print $1}' |
487 | 2024-02-02T01:29:49.098Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
488 | 2024-02-02T01:29:49.098Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
489 | 2024-02-02T01:29:49.108Z | + set -o errexit |
490 | 2024-02-02T01:29:49.111Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-02-02T01:29:49.114Z | ++ cd ./tools |
492 | 2024-02-02T01:29:49.115Z | ++ pwd |
493 | 2024-02-02T01:29:49.115Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-02-02T01:29:49.115Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-02-02T01:29:49.119Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-02-02T01:29:49.119Z | + TARGET_DIR=out |
497 | 2024-02-02T01:29:49.119Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-02-02T01:29:49.119Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-02-02T01:29:49.119Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
500 | 2024-02-02T01:29:49.119Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-02-02T01:29:49.119Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
502 | 2024-02-02T01:29:49.119Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
503 | 2024-02-02T01:29:49.119Z | + main |
504 | 2024-02-02T01:29:49.119Z | + [[ 0 != 0 ]] |
505 | 2024-02-02T01:29:49.119Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
506 | 2024-02-02T01:29:49.119Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
507 | 2024-02-02T01:29:49.119Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
508 | 2024-02-02T01:29:49.119Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
509 | 2024-02-02T01:29:49.119Z | + local DO_DOWNLOAD=true |
510 | 2024-02-02T01:29:49.120Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
511 | 2024-02-02T01:29:49.120Z | + mkdir -p out/downloads |
512 | 2024-02-02T01:29:49.120Z | + '[' true == true ']' |
513 | 2024-02-02T01:29:49.120Z | + echo Downloading... |
514 | 2024-02-02T01:29:49.120Z | Downloading... |
515 | 2024-02-02T01:29:49.120Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
516 | 2024-02-02T01:29:49.120Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
517 | 2024-02-02T01:29:49.312Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-02T01:29:49.312Z | ++ case "$OSTYPE" in |
519 | 2024-02-02T01:29:49.752Z | ++ SHA=sha256sum |
520 | 2024-02-02T01:29:49.752Z | ++ sha256sum |
521 | 2024-02-02T01:29:49.753Z | ++ awk '{print $1}' |
522 | 2024-02-02T01:29:49.753Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
523 | 2024-02-02T01:29:49.753Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
524 | 2024-02-02T01:29:49.753Z | + set -o errexit |
525 | 2024-02-02T01:29:49.753Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-02-02T01:29:49.753Z | ++ cd ./tools |
527 | 2024-02-02T01:29:49.753Z | ++ pwd |
528 | 2024-02-02T01:29:49.753Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-02-02T01:29:49.753Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-02-02T01:29:49.753Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-02-02T01:29:49.753Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-02-02T01:29:49.753Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
533 | 2024-02-02T01:29:49.753Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
534 | 2024-02-02T01:29:49.753Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
535 | 2024-02-02T01:29:49.753Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-02-02T01:29:49.753Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
537 | 2024-02-02T01:29:49.753Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
538 | 2024-02-02T01:29:49.754Z | + TARGET_DIR=out |
539 | 2024-02-02T01:29:49.754Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-02-02T01:29:49.754Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-02-02T01:29:49.754Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-02-02T01:29:49.754Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-02-02T01:29:49.754Z | + REPO=oxidecomputer/dendrite |
544 | 2024-02-02T01:29:49.754Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
545 | 2024-02-02T01:29:49.754Z | + main |
546 | 2024-02-02T01:29:49.754Z | + [[ 0 != 0 ]] |
547 | 2024-02-02T01:29:49.754Z | + CIDL_OS=solaris2.11 |
548 | 2024-02-02T01:29:49.754Z | + [[ 0 != 0 ]] |
549 | 2024-02-02T01:29:49.754Z | + configure_os solaris2.11 |
550 | 2024-02-02T01:29:49.754Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-02-02T01:29:49.754Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-02-02T01:29:49.754Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-02-02T01:29:49.754Z | configuring based on OS: "solaris2.11" |
554 | 2024-02-02T01:29:49.754Z | + case "$1" in |
555 | 2024-02-02T01:29:49.754Z | + SET_BINARIES= |
556 | 2024-02-02T01:29:49.754Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-02-02T01:29:49.754Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-02-02T01:29:49.754Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-02-02T01:29:49.754Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-02-02T01:29:49.754Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-02T01:29:49.754Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
562 | 2024-02-02T01:29:49.754Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
563 | 2024-02-02T01:29:49.755Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-02T01:29:49.755Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
565 | 2024-02-02T01:29:49.755Z | + mkdir -p out/downloads |
566 | 2024-02-02T01:29:49.755Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-02-02T01:29:49.755Z | + fetch_and_verify |
568 | 2024-02-02T01:29:49.755Z | + local DO_DOWNLOAD=true |
569 | 2024-02-02T01:29:49.755Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-02-02T01:29:49.755Z | + '[' true == true ']' |
571 | 2024-02-02T01:29:49.755Z | + echo Downloading... |
572 | 2024-02-02T01:29:49.755Z | Downloading... |
573 | 2024-02-02T01:29:49.755Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-02-02T01:29:49.755Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
575 | 2024-02-02T01:29:57.633Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-02-02T01:29:57.650Z | ++ sha256sum |
577 | 2024-02-02T01:29:57.650Z | ++ awk '{print $1}' |
578 | 2024-02-02T01:29:57.730Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
579 | 2024-02-02T01:29:57.730Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
580 | 2024-02-02T01:29:57.731Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-02T01:29:57.742Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-02-02T01:29:58.813Z | + do_assemble |
583 | 2024-02-02T01:29:58.813Z | + rm -r ./out/dendrite-stub |
584 | 2024-02-02T01:29:58.816Z | + mkdir ./out/dendrite-stub |
585 | 2024-02-02T01:29:58.820Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-02-02T01:29:58.979Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-02-02T01:29:58.993Z | + set -o errexit |
588 | 2024-02-02T01:29:58.996Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-02-02T01:29:59.013Z | ++ cd ./tools |
590 | 2024-02-02T01:29:59.013Z | ++ pwd |
591 | 2024-02-02T01:29:59.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-02-02T01:29:59.013Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-02-02T01:29:59.013Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-02-02T01:29:59.013Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-02-02T01:29:59.014Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
596 | 2024-02-02T01:29:59.014Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
597 | 2024-02-02T01:29:59.014Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-02-02T01:29:59.014Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
599 | 2024-02-02T01:29:59.014Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
600 | 2024-02-02T01:29:59.014Z | + TARGET_DIR=out |
601 | 2024-02-02T01:29:59.014Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-02-02T01:29:59.014Z | + DEST_DIR=./out/mgd |
603 | 2024-02-02T01:29:59.014Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-02-02T01:29:59.014Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-02-02T01:29:59.014Z | + REPO=oxidecomputer/maghemite |
606 | 2024-02-02T01:29:59.014Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
607 | 2024-02-02T01:29:59.014Z | + main |
608 | 2024-02-02T01:29:59.014Z | + [[ 0 != 0 ]] |
609 | 2024-02-02T01:29:59.014Z | + CIDL_OS=solaris2.11 |
610 | 2024-02-02T01:29:59.014Z | + [[ 0 != 0 ]] |
611 | 2024-02-02T01:29:59.014Z | + configure_os solaris2.11 |
612 | 2024-02-02T01:29:59.014Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-02-02T01:29:59.014Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-02-02T01:29:59.014Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-02-02T01:29:59.014Z | + case "$1" in |
616 | 2024-02-02T01:29:59.014Z | configuring based on OS: "solaris2.11" |
617 | 2024-02-02T01:29:59.014Z | + SET_BINARIES= |
618 | 2024-02-02T01:29:59.014Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-02-02T01:29:59.015Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-02-02T01:29:59.015Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
621 | 2024-02-02T01:29:59.015Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-02-02T01:29:59.015Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
623 | 2024-02-02T01:29:59.015Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
624 | 2024-02-02T01:29:59.015Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-02-02T01:29:59.015Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-02-02T01:29:59.015Z | + mkdir -p out/downloads |
627 | 2024-02-02T01:29:59.015Z | + mkdir -p ./out/mgd |
628 | 2024-02-02T01:29:59.015Z | + fetch_and_verify |
629 | 2024-02-02T01:29:59.015Z | + local DO_DOWNLOAD=true |
630 | 2024-02-02T01:29:59.015Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-02-02T01:29:59.015Z | + '[' true == true ']' |
632 | 2024-02-02T01:29:59.015Z | + echo Downloading... |
633 | 2024-02-02T01:29:59.015Z | Downloading... |
634 | 2024-02-02T01:29:59.015Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-02-02T01:29:59.015Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
636 | 2024-02-02T01:30:08.860Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-02-02T01:30:08.864Z | ++ sha256sum |
638 | 2024-02-02T01:30:08.864Z | ++ awk '{print $1}' |
639 | 2024-02-02T01:30:08.939Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
640 | 2024-02-02T01:30:08.939Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
641 | 2024-02-02T01:30:08.946Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-02-02T01:30:08.946Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-02-02T01:30:10.585Z | + do_assemble |
644 | 2024-02-02T01:30:10.585Z | + rm -r ./out/mgd |
645 | 2024-02-02T01:30:10.611Z | + mkdir ./out/mgd |
646 | 2024-02-02T01:30:10.611Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-02-02T01:30:10.611Z | + set -o errexit |
648 | 2024-02-02T01:30:10.611Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-02-02T01:30:10.611Z | ++ cd ./tools |
650 | 2024-02-02T01:30:10.612Z | ++ pwd |
651 | 2024-02-02T01:30:10.612Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-02-02T01:30:10.612Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-02-02T01:30:10.612Z | + ARG0=ci_download_transceiver_control |
654 | 2024-02-02T01:30:10.613Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-02-02T01:30:10.613Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-02-02T01:30:10.613Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-02-02T01:30:10.613Z | + TARGET_DIR=out |
658 | 2024-02-02T01:30:10.614Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-02-02T01:30:10.614Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-02-02T01:30:10.614Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-02-02T01:30:10.614Z | + BINARY=xcvradm |
662 | 2024-02-02T01:30:10.614Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-02-02T01:30:10.614Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-02-02T01:30:10.614Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-02-02T01:30:10.615Z | + main |
666 | 2024-02-02T01:30:10.615Z | + [[ 0 != 0 ]] |
667 | 2024-02-02T01:30:10.615Z | + CIDL_OS=solaris2.11 |
668 | 2024-02-02T01:30:10.615Z | + [[ 0 != 0 ]] |
669 | 2024-02-02T01:30:10.615Z | + configure_os solaris2.11 |
670 | 2024-02-02T01:30:10.616Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-02-02T01:30:10.616Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-02-02T01:30:10.616Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-02-02T01:30:10.616Z | configuring based on OS: "solaris2.11" |
674 | 2024-02-02T01:30:10.616Z | + case "$1" in |
675 | 2024-02-02T01:30:10.617Z | + SET_BINARIES= |
676 | 2024-02-02T01:30:10.617Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-02-02T01:30:10.617Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-02-02T01:30:10.617Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-02-02T01:30:10.618Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-02-02T01:30:10.618Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-02-02T01:30:10.618Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-02-02T01:30:10.618Z | + echo 'Local file: out/downloads/xcvradm.gz' |
683 | 2024-02-02T01:30:10.618Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-02-02T01:30:10.619Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-02-02T01:30:10.619Z | + mkdir -p out/downloads |
686 | 2024-02-02T01:30:10.619Z | + mkdir -p ./out/transceiver-control |
687 | 2024-02-02T01:30:10.619Z | + fetch_and_verify |
688 | 2024-02-02T01:30:10.619Z | + local DO_DOWNLOAD=true |
689 | 2024-02-02T01:30:10.620Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-02-02T01:30:10.620Z | + '[' true == true ']' |
691 | 2024-02-02T01:30:10.620Z | + echo Downloading... |
692 | 2024-02-02T01:30:10.620Z | Downloading... |
693 | 2024-02-02T01:30:10.620Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-02-02T01:30:10.620Z | + 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 |
695 | 2024-02-02T01:30:14.232Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-02-02T01:30:14.236Z | ++ sha256sum |
697 | 2024-02-02T01:30:14.236Z | ++ awk '{print $1}' |
698 | 2024-02-02T01:30:14.247Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-02-02T01:30:14.248Z | + [[ 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 ]] |
700 | 2024-02-02T01:30:14.251Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-02-02T01:30:14.251Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-02-02T01:30:14.251Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-02-02T01:30:14.445Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-02-02T01:30:14.450Z | + do_assemble |
705 | 2024-02-02T01:30:14.450Z | + rm -r ./out/transceiver-control |
706 | 2024-02-02T01:30:14.454Z | + mkdir ./out/transceiver-control |
707 | 2024-02-02T01:30:14.457Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-02-02T01:30:15.006Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2024-02-02T01:30:15.011Z | |
710 | 2024-02-02T01:30:15.011Z | real 2:04.205158779 |
711 | 2024-02-02T01:30:15.011Z | user 51.784912802 |
712 | 2024-02-02T01:30:15.011Z | sys 10.188033337 |
713 | 2024-02-02T01:30:15.011Z | trap 0.020286087 |
714 | 2024-02-02T01:30:15.011Z | tflt 0.375311519 |
715 | 2024-02-02T01:30:15.011Z | dflt 0.597095330 |
716 | 2024-02-02T01:30:15.011Z | kflt 0.415028020 |
717 | 2024-02-02T01:30:15.011Z | lock 2.874692102 |
718 | 2024-02-02T01:30:15.011Z | slp 3:58.399176260 |
719 | 2024-02-02T01:30:15.011Z | lat 3.491753559 |
720 | 2024-02-02T01:30:15.011Z | stop 0.072397370 |
721 | 2024-02-02T01:30:15.011Z | |
722 | 2024-02-02T01:30:15.011Z | #### # # ##### ##### # # |
723 | 2024-02-02T01:30:15.011Z | # # # # # # # # # # |
724 | 2024-02-02T01:30:15.011Z | # # # # # # # # |
725 | 2024-02-02T01:30:15.011Z | # # # ##### ##### # |
726 | 2024-02-02T01:30:15.011Z | # # # # # # # |
727 | 2024-02-02T01:30:15.011Z | #### ###### # # # # |
728 | 2024-02-02T01:30:15.011Z | |
729 | 2024-02-02T01:30:15.355Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-02T01:30:15.720Z | Updating crates.io index |
731 | 2024-02-02T01:30:15.769Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-02-02T01:30:16.842Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-02-02T01:30:19.366Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-02-02T01:30:20.244Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-02-02T01:30:20.666Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-02-02T01:30:20.973Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-02-02T01:30:21.221Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-02-02T01:30:22.250Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-02-02T01:30:24.839Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-02-02T01:30:25.914Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-02-02T01:30:26.253Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-02-02T01:30:27.144Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-02-02T01:30:27.436Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-02-02T01:30:27.750Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-02-02T01:30:28.039Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-02-02T01:30:28.455Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-02-02T01:30:29.075Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-02-02T01:30:29.372Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-02-02T01:30:29.892Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-02-02T01:30:30.292Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-02-02T01:30:30.727Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-02-02T01:30:32.068Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-02-02T01:30:32.459Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-02-02T01:30:34.180Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-02-02T01:30:34.601Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-02-02T01:30:34.909Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-02-02T01:30:37.009Z | Downloading crates ... |
758 | 2024-02-02T01:30:37.226Z | Downloaded errno v0.3.8 |
759 | 2024-02-02T01:30:37.235Z | Downloaded ryu v1.0.15 |
760 | 2024-02-02T01:30:37.239Z | Downloaded anstyle-query v1.0.0 |
761 | 2024-02-02T01:30:37.243Z | Downloaded unicode-ident v1.0.12 |
762 | 2024-02-02T01:30:37.258Z | Downloaded colorchoice v1.0.0 |
763 | 2024-02-02T01:30:37.258Z | Downloaded serde v1.0.195 |
764 | 2024-02-02T01:30:37.262Z | Downloaded bitflags v1.3.2 |
765 | 2024-02-02T01:30:37.262Z | Downloaded equivalent v1.0.1 |
766 | 2024-02-02T01:30:37.262Z | Downloaded strsim v0.10.0 |
767 | 2024-02-02T01:30:37.269Z | Downloaded toml_datetime v0.6.5 |
768 | 2024-02-02T01:30:37.269Z | Downloaded terminal_size v0.2.6 |
769 | 2024-02-02T01:30:37.269Z | Downloaded proc-macro2 v1.0.78 |
770 | 2024-02-02T01:30:37.273Z | Downloaded itoa v1.0.9 |
771 | 2024-02-02T01:30:37.277Z | Downloaded heck v0.4.1 |
772 | 2024-02-02T01:30:37.277Z | Downloaded thiserror v1.0.56 |
773 | 2024-02-02T01:30:37.285Z | Downloaded utf8parse v0.2.1 |
774 | 2024-02-02T01:30:37.288Z | Downloaded anstyle-parse v0.2.1 |
775 | 2024-02-02T01:30:37.292Z | Downloaded anstream v0.5.0 |
776 | 2024-02-02T01:30:37.297Z | Downloaded clap_derive v4.4.2 |
777 | 2024-02-02T01:30:37.301Z | Downloaded toml v0.8.8 |
778 | 2024-02-02T01:30:37.305Z | Downloaded clap v4.4.3 |
779 | 2024-02-02T01:30:37.316Z | Downloaded serde_derive v1.0.195 |
780 | 2024-02-02T01:30:37.320Z | Downloaded quote v1.0.35 |
781 | 2024-02-02T01:30:37.325Z | Downloaded indexmap v2.2.2 |
782 | 2024-02-02T01:30:37.332Z | Downloaded anstyle v1.0.2 |
783 | 2024-02-02T01:30:37.342Z | Downloaded io-lifetimes v1.0.11 |
784 | 2024-02-02T01:30:37.343Z | Downloaded memchr v2.6.3 |
785 | 2024-02-02T01:30:37.347Z | Downloaded toml_edit v0.21.0 |
786 | 2024-02-02T01:30:37.385Z | Downloaded hashbrown v0.14.2 |
787 | 2024-02-02T01:30:37.393Z | Downloaded clap_builder v4.4.2 |
788 | 2024-02-02T01:30:37.406Z | Downloaded syn v2.0.48 |
789 | 2024-02-02T01:30:37.426Z | Downloaded rustix v0.37.23 |
790 | 2024-02-02T01:30:37.464Z | Downloaded libc v0.2.153 |
791 | 2024-02-02T01:30:37.507Z | Downloaded serde_json v1.0.113 |
792 | 2024-02-02T01:30:37.521Z | Downloaded winnow v0.5.15 |
793 | 2024-02-02T01:30:37.534Z | Downloaded anyhow v1.0.75 |
794 | 2024-02-02T01:30:37.540Z | Downloaded camino v1.1.6 |
795 | 2024-02-02T01:30:37.546Z | Downloaded cargo-platform v0.1.3 |
796 | 2024-02-02T01:30:37.546Z | Downloaded thiserror-impl v1.0.56 |
797 | 2024-02-02T01:30:37.546Z | Downloaded clap_lex v0.5.1 |
798 | 2024-02-02T01:30:37.546Z | Downloaded serde_spanned v0.6.4 |
799 | 2024-02-02T01:30:37.552Z | Downloaded semver v1.0.21 |
800 | 2024-02-02T01:30:37.552Z | Downloaded cargo_toml v0.19.0 |
801 | 2024-02-02T01:30:37.560Z | Downloaded cargo_metadata v0.18.1 |
802 | 2024-02-02T01:30:37.668Z | Compiling proc-macro2 v1.0.78 |
803 | 2024-02-02T01:30:37.669Z | Compiling unicode-ident v1.0.12 |
804 | 2024-02-02T01:30:37.673Z | Compiling serde v1.0.195 |
805 | 2024-02-02T01:30:37.673Z | Compiling libc v0.2.153 |
806 | 2024-02-02T01:30:37.673Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-02-02T01:30:37.673Z | Compiling rustix v0.37.23 |
808 | 2024-02-02T01:30:37.684Z | Compiling hashbrown v0.14.2 |
809 | 2024-02-02T01:30:37.688Z | Compiling equivalent v1.0.1 |
810 | 2024-02-02T01:30:37.984Z | Compiling bitflags v1.3.2 |
811 | 2024-02-02T01:30:38.024Z | Compiling utf8parse v0.2.1 |
812 | 2024-02-02T01:30:38.078Z | Compiling camino v1.1.6 |
813 | 2024-02-02T01:30:38.263Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-02-02T01:30:38.623Z | Compiling serde_json v1.0.113 |
815 | 2024-02-02T01:30:39.354Z | Compiling indexmap v2.2.2 |
816 | 2024-02-02T01:30:39.463Z | Compiling thiserror v1.0.56 |
817 | 2024-02-02T01:30:39.927Z | Compiling winnow v0.5.15 |
818 | 2024-02-02T01:30:39.932Z | Compiling colorchoice v1.0.0 |
819 | 2024-02-02T01:30:39.932Z | Compiling semver v1.0.21 |
820 | 2024-02-02T01:30:39.932Z | Compiling anstyle-query v1.0.0 |
821 | 2024-02-02T01:30:39.932Z | Compiling anstyle v1.0.2 |
822 | 2024-02-02T01:30:40.103Z | Compiling ryu v1.0.15 |
823 | 2024-02-02T01:30:40.402Z | Compiling anstream v0.5.0 |
824 | 2024-02-02T01:30:40.504Z | Compiling clap_lex v0.5.1 |
825 | 2024-02-02T01:30:40.523Z | Compiling strsim v0.10.0 |
826 | 2024-02-02T01:30:40.678Z | Compiling anyhow v1.0.75 |
827 | 2024-02-02T01:30:41.241Z | Compiling quote v1.0.35 |
828 | 2024-02-02T01:30:41.461Z | Compiling itoa v1.0.9 |
829 | 2024-02-02T01:30:41.483Z | Compiling heck v0.4.1 |
830 | 2024-02-02T01:30:41.516Z | Compiling errno v0.3.8 |
831 | 2024-02-02T01:30:41.790Z | Compiling syn v2.0.48 |
832 | 2024-02-02T01:30:43.301Z | Compiling terminal_size v0.2.6 |
833 | 2024-02-02T01:30:43.422Z | Compiling clap_builder v4.4.2 |
834 | 2024-02-02T01:30:49.706Z | Compiling serde_derive v1.0.195 |
835 | 2024-02-02T01:30:49.732Z | Compiling thiserror-impl v1.0.56 |
836 | 2024-02-02T01:30:49.732Z | Compiling clap_derive v4.4.2 |
837 | 2024-02-02T01:30:53.968Z | Compiling clap v4.4.3 |
838 | 2024-02-02T01:31:02.521Z | Compiling serde_spanned v0.6.4 |
839 | 2024-02-02T01:31:02.552Z | Compiling toml_datetime v0.6.5 |
840 | 2024-02-02T01:31:02.553Z | Compiling cargo-platform v0.1.3 |
841 | 2024-02-02T01:31:02.805Z | Compiling toml_edit v0.21.0 |
842 | 2024-02-02T01:31:04.530Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-02-02T01:31:12.335Z | Compiling toml v0.8.8 |
844 | 2024-02-02T01:31:12.808Z | Compiling cargo_toml v0.19.0 |
845 | 2024-02-02T01:31:13.331Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-02-02T01:31:14.677Z | Finished dev [unoptimized + debuginfo] target(s) in 59.59s |
847 | 2024-02-02T01:31:14.894Z | Running `target/debug/xtask clippy` |
848 | 2024-02-02T01:31:14.957Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2024-02-02T01:31:15.792Z | Downloading crates ... |
850 | 2024-02-02T01:31:16.034Z | Downloaded bytecount v0.6.3 |
851 | 2024-02-02T01:31:16.040Z | Downloaded anes v0.1.6 |
852 | 2024-02-02T01:31:16.040Z | Downloaded cfg-if v1.0.0 |
853 | 2024-02-02T01:31:16.067Z | Downloaded http-body v1.0.0 |
854 | 2024-02-02T01:31:16.067Z | Downloaded ciborium-ll v0.2.2 |
855 | 2024-02-02T01:31:16.067Z | Downloaded cookie v0.18.0 |
856 | 2024-02-02T01:31:16.067Z | Downloaded backoff v0.4.0 |
857 | 2024-02-02T01:31:16.067Z | Downloaded hmac v0.12.1 |
858 | 2024-02-02T01:31:16.326Z | Downloaded console v0.15.8 |
859 | 2024-02-02T01:31:16.326Z | Downloaded crc32fast v1.3.2 |
860 | 2024-02-02T01:31:16.362Z | Downloaded async-stream v0.3.5 |
861 | 2024-02-02T01:31:16.362Z | Downloaded darling v0.14.4 |
862 | 2024-02-02T01:31:16.363Z | Downloaded ciborium v0.2.2 |
863 | 2024-02-02T01:31:16.363Z | Downloaded hyper-tls v0.5.0 |
864 | 2024-02-02T01:31:16.363Z | Downloaded is_ci v1.1.1 |
865 | 2024-02-02T01:31:16.363Z | Downloaded base16ct v0.2.0 |
866 | 2024-02-02T01:31:16.363Z | Downloaded keccak v0.1.4 |
867 | 2024-02-02T01:31:16.364Z | Downloaded humantime v2.1.0 |
868 | 2024-02-02T01:31:16.364Z | Downloaded http-range v0.1.5 |
869 | 2024-02-02T01:31:16.364Z | Downloaded hostname v0.3.1 |
870 | 2024-02-02T01:31:16.364Z | Downloaded linked-hash-map v0.5.6 |
871 | 2024-02-02T01:31:16.364Z | Downloaded serde_urlencoded v0.7.1 |
872 | 2024-02-02T01:31:16.364Z | Downloaded usdt-attr-macro v0.5.0 |
873 | 2024-02-02T01:31:16.365Z | Downloaded memoffset v0.7.1 |
874 | 2024-02-02T01:31:16.365Z | Downloaded atty v0.2.14 |
875 | 2024-02-02T01:31:16.365Z | Downloaded normalize-line-endings v0.3.0 |
876 | 2024-02-02T01:31:16.365Z | Downloaded match_cfg v0.1.0 |
877 | 2024-02-02T01:31:16.365Z | Downloaded hubpack v0.1.2 |
878 | 2024-02-02T01:31:16.365Z | Downloaded bit-set v0.5.3 |
879 | 2024-02-02T01:31:16.365Z | Downloaded constant_time_eq v0.3.0 |
880 | 2024-02-02T01:31:16.366Z | Downloaded crunchy v0.2.2 |
881 | 2024-02-02T01:31:16.366Z | Downloaded cobs v0.2.3 |
882 | 2024-02-02T01:31:16.366Z | Downloaded lru v0.12.1 |
883 | 2024-02-02T01:31:16.366Z | Downloaded num_cpus v1.16.0 |
884 | 2024-02-02T01:31:16.366Z | Downloaded rpassword v7.3.1 |
885 | 2024-02-02T01:31:16.366Z | Downloaded subprocess v0.2.9 |
886 | 2024-02-02T01:31:16.366Z | Downloaded resolv-conf v0.7.0 |
887 | 2024-02-02T01:31:16.367Z | Downloaded nested v0.1.1 |
888 | 2024-02-02T01:31:16.367Z | Downloaded new_debug_unreachable v1.0.4 |
889 | 2024-02-02T01:31:16.367Z | Downloaded hubpack_derive v0.1.1 |
890 | 2024-02-02T01:31:16.367Z | Downloaded opaque-debug v0.3.0 |
891 | 2024-02-02T01:31:16.367Z | Downloaded dtrace-parser v0.2.0 |
892 | 2024-02-02T01:31:16.367Z | Downloaded native-tls v0.2.11 |
893 | 2024-02-02T01:31:16.367Z | Downloaded nibble_vec v0.1.0 |
894 | 2024-02-02T01:31:16.368Z | Downloaded num_enum v0.5.11 |
895 | 2024-02-02T01:31:16.368Z | Downloaded maplit v1.0.2 |
896 | 2024-02-02T01:31:16.368Z | Downloaded rustls-pemfile v2.0.0 |
897 | 2024-02-02T01:31:16.368Z | Downloaded downcast v0.11.0 |
898 | 2024-02-02T01:31:16.368Z | Downloaded num v0.4.1 |
899 | 2024-02-02T01:31:16.368Z | Downloaded ciborium-io v0.2.2 |
900 | 2024-02-02T01:31:16.369Z | Downloaded supports-color v2.1.0 |
901 | 2024-02-02T01:31:16.369Z | Downloaded num_threads v0.1.6 |
902 | 2024-02-02T01:31:16.369Z | Downloaded openssl-macros v0.1.1 |
903 | 2024-02-02T01:31:16.369Z | Downloaded number_prefix v0.4.0 |
904 | 2024-02-02T01:31:16.369Z | Downloaded corncobs v0.1.3 |
905 | 2024-02-02T01:31:16.390Z | Downloaded rustc_version v0.4.0 |
906 | 2024-02-02T01:31:16.390Z | Downloaded chacha20 v0.9.1 |
907 | 2024-02-02T01:31:16.390Z | Downloaded num-complex v0.4.4 |
908 | 2024-02-02T01:31:16.390Z | Downloaded dirs-next v2.0.0 |
909 | 2024-02-02T01:31:16.390Z | Downloaded hex-literal v0.4.1 |
910 | 2024-02-02T01:31:16.390Z | Downloaded walkdir v2.4.0 |
911 | 2024-02-02T01:31:16.390Z | Downloaded serde_derive_internals v0.26.0 |
912 | 2024-02-02T01:31:16.390Z | Downloaded globset v0.4.13 |
913 | 2024-02-02T01:31:16.390Z | Downloaded mockall_derive v0.12.0 |
914 | 2024-02-02T01:31:16.390Z | Downloaded remove_dir_all v0.5.3 |
915 | 2024-02-02T01:31:16.427Z | Downloaded num-traits v0.2.16 |
916 | 2024-02-02T01:31:16.427Z | Downloaded tokio-stream v0.1.14 |
917 | 2024-02-02T01:31:16.427Z | Downloaded miniz_oxide v0.7.1 |
918 | 2024-02-02T01:31:16.427Z | Downloaded take_mut v0.2.2 |
919 | 2024-02-02T01:31:16.442Z | Downloaded allocator-api2 v0.2.16 |
920 | 2024-02-02T01:31:16.442Z | Downloaded darling_macro v0.20.3 |
921 | 2024-02-02T01:31:16.442Z | Downloaded proc-macro-crate v1.3.1 |
922 | 2024-02-02T01:31:16.442Z | Downloaded foreign-types v0.5.0 |
923 | 2024-02-02T01:31:16.442Z | Downloaded foreign-types v0.3.2 |
924 | 2024-02-02T01:31:16.442Z | Downloaded schemars_derive v0.8.16 |
925 | 2024-02-02T01:31:16.495Z | Downloaded oso-derive v0.27.0 |
926 | 2024-02-02T01:31:16.496Z | Downloaded openssl-probe v0.1.5 |
927 | 2024-02-02T01:31:16.496Z | Downloaded target-spec v3.0.1 |
928 | 2024-02-02T01:31:16.496Z | Downloaded plain v0.2.3 |
929 | 2024-02-02T01:31:16.496Z | Downloaded generic-array v0.14.7 |
930 | 2024-02-02T01:31:16.496Z | Downloaded crypto-bigint v0.5.2 |
931 | 2024-02-02T01:31:16.496Z | Downloaded ed25519 v1.5.3 |
932 | 2024-02-02T01:31:16.522Z | Downloaded packed_struct_codegen v0.10.1 |
933 | 2024-02-02T01:31:16.523Z | Downloaded fs-err v2.11.0 |
934 | 2024-02-02T01:31:16.523Z | Downloaded strum v0.25.0 |
935 | 2024-02-02T01:31:16.523Z | Downloaded tokio-util v0.7.10 |
936 | 2024-02-02T01:31:16.523Z | Downloaded slog-stdlog v4.1.1 |
937 | 2024-02-02T01:31:16.523Z | Downloaded tower-service v0.3.2 |
938 | 2024-02-02T01:31:16.523Z | Downloaded slog-scope v4.4.0 |
939 | 2024-02-02T01:31:16.523Z | Downloaded float-cmp v0.9.0 |
940 | 2024-02-02T01:31:16.550Z | Downloaded textwrap v0.11.0 |
941 | 2024-02-02T01:31:16.550Z | Downloaded sha2 v0.10.8 |
942 | 2024-02-02T01:31:16.550Z | Downloaded hash32 v0.3.1 |
943 | 2024-02-02T01:31:16.551Z | Downloaded parking_lot_core v0.8.6 |
944 | 2024-02-02T01:31:16.551Z | Downloaded stability v0.1.1 |
945 | 2024-02-02T01:31:16.551Z | Downloaded serde_with_macros v3.5.1 |
946 | 2024-02-02T01:31:16.577Z | Downloaded phf v0.11.2 |
947 | 2024-02-02T01:31:16.577Z | Downloaded thread_local v1.1.7 |
948 | 2024-02-02T01:31:16.578Z | Downloaded phf_shared v0.10.0 |
949 | 2024-02-02T01:31:16.578Z | Downloaded fxhash v0.2.1 |
950 | 2024-02-02T01:31:16.578Z | Downloaded parse-display v0.8.2 |
951 | 2024-02-02T01:31:16.578Z | Downloaded slog-async v2.8.0 |
952 | 2024-02-02T01:31:16.578Z | Downloaded parse-size v1.0.0 |
953 | 2024-02-02T01:31:16.578Z | Downloaded usdt v0.3.5 |
954 | 2024-02-02T01:31:16.578Z | Downloaded structopt-derive v0.4.18 |
955 | 2024-02-02T01:31:16.578Z | Downloaded elliptic-curve v0.13.8 |
956 | 2024-02-02T01:31:17.021Z | Downloaded serde_tokenstream v0.1.7 |
957 | 2024-02-02T01:31:17.021Z | Downloaded proc-macro-error-attr v1.0.4 |
958 | 2024-02-02T01:31:17.021Z | Downloaded thread-id v4.2.0 |
959 | 2024-02-02T01:31:17.021Z | Downloaded fnv v1.0.7 |
960 | 2024-02-02T01:31:17.021Z | Downloaded minimal-lexical v0.2.1 |
961 | 2024-02-02T01:31:17.022Z | Downloaded structmeta v0.2.0 |
962 | 2024-02-02T01:31:17.022Z | Downloaded thiserror-no-std v2.0.2 |
963 | 2024-02-02T01:31:17.022Z | Downloaded headers-core v0.2.0 |
964 | 2024-02-02T01:31:17.022Z | Downloaded darling_macro v0.14.4 |
965 | 2024-02-02T01:31:17.023Z | Downloaded stringprep v0.1.3 |
966 | 2024-02-02T01:31:17.023Z | Downloaded string_cache v0.8.7 |
967 | 2024-02-02T01:31:17.023Z | Downloaded fd-lock v4.0.2 |
968 | 2024-02-02T01:31:17.023Z | Downloaded zip v0.6.6 |
969 | 2024-02-02T01:31:17.023Z | Downloaded zerocopy v0.3.0 |
970 | 2024-02-02T01:31:17.023Z | Downloaded serde-hex v0.1.0 |
971 | 2024-02-02T01:31:17.024Z | Downloaded tracing-core v0.1.31 |
972 | 2024-02-02T01:31:17.024Z | Downloaded scroll_derive v0.12.0 |
973 | 2024-02-02T01:31:17.024Z | Downloaded foreign-types-shared v0.3.1 |
974 | 2024-02-02T01:31:17.024Z | Downloaded foreign-types-shared v0.1.1 |
975 | 2024-02-02T01:31:17.024Z | Downloaded pest_meta v2.7.6 |
976 | 2024-02-02T01:31:17.024Z | Downloaded group v0.13.0 |
977 | 2024-02-02T01:31:17.024Z | Downloaded structopt v0.3.26 |
978 | 2024-02-02T01:31:17.024Z | Downloaded serde-big-array v0.4.1 |
979 | 2024-02-02T01:31:17.024Z | Downloaded partial-io v0.5.4 |
980 | 2024-02-02T01:31:17.024Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2024-02-02T01:31:17.024Z | Downloaded scopeguard v1.2.0 |
982 | 2024-02-02T01:31:17.024Z | Downloaded ena v0.14.2 |
983 | 2024-02-02T01:31:17.024Z | Downloaded scroll v0.12.0 |
984 | 2024-02-02T01:31:17.025Z | Downloaded debug-ignore v1.0.5 |
985 | 2024-02-02T01:31:17.025Z | Downloaded signature v1.6.4 |
986 | 2024-02-02T01:31:17.025Z | Downloaded signal-hook-tokio v0.3.1 |
987 | 2024-02-02T01:31:17.025Z | Downloaded fd-lock v3.0.13 |
988 | 2024-02-02T01:31:17.025Z | Downloaded serde-big-array v0.5.1 |
989 | 2024-02-02T01:31:17.025Z | Downloaded futures-sink v0.3.30 |
990 | 2024-02-02T01:31:17.025Z | Downloaded tower-layer v0.3.2 |
991 | 2024-02-02T01:31:17.025Z | Downloaded rustls-pki-types v1.1.0 |
992 | 2024-02-02T01:31:17.025Z | Downloaded slab v0.4.9 |
993 | 2024-02-02T01:31:17.025Z | Downloaded unicode-width v0.1.11 |
994 | 2024-02-02T01:31:17.025Z | Downloaded stable_deref_trait v1.2.0 |
995 | 2024-02-02T01:31:17.025Z | Downloaded spki v0.7.2 |
996 | 2024-02-02T01:31:17.025Z | Downloaded unarray v0.1.4 |
997 | 2024-02-02T01:31:17.026Z | Downloaded unicode-xid v0.2.4 |
998 | 2024-02-02T01:31:17.026Z | Downloaded vte_generate_state_changes v0.1.1 |
999 | 2024-02-02T01:31:17.026Z | Downloaded toolchain_find v0.2.0 |
1000 | 2024-02-02T01:31:17.026Z | Downloaded oso v0.27.0 |
1001 | 2024-02-02T01:31:17.026Z | Downloaded semver-parser v0.10.2 |
1002 | 2024-02-02T01:31:17.026Z | Downloaded static_assertions v1.1.0 |
1003 | 2024-02-02T01:31:17.026Z | Downloaded derive-where v1.2.7 |
1004 | 2024-02-02T01:31:17.026Z | Downloaded usdt-attr-macro v0.3.5 |
1005 | 2024-02-02T01:31:17.026Z | Downloaded try-lock v0.2.4 |
1006 | 2024-02-02T01:31:17.026Z | Downloaded version_check v0.9.4 |
1007 | 2024-02-02T01:31:17.027Z | Downloaded socket2 v0.5.5 |
1008 | 2024-02-02T01:31:17.027Z | Downloaded precomputed-hash v0.1.1 |
1009 | 2024-02-02T01:31:17.027Z | Downloaded whoami v1.4.1 |
1010 | 2024-02-02T01:31:17.027Z | Downloaded wyz v0.5.1 |
1011 | 2024-02-02T01:31:17.027Z | Downloaded wait-timeout v0.2.0 |
1012 | 2024-02-02T01:31:17.027Z | Downloaded spin v0.9.8 |
1013 | 2024-02-02T01:31:17.027Z | Downloaded time-core v0.1.1 |
1014 | 2024-02-02T01:31:17.027Z | Downloaded universal-hash v0.5.1 |
1015 | 2024-02-02T01:31:17.027Z | Downloaded openssl-sys v0.9.96 |
1016 | 2024-02-02T01:31:17.027Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1017 | 2024-02-02T01:31:17.027Z | Downloaded unicode-linebreak v0.1.5 |
1018 | 2024-02-02T01:31:17.027Z | Downloaded pathdiff v0.2.1 |
1019 | 2024-02-02T01:31:17.027Z | Downloaded rand v0.8.5 |
1020 | 2024-02-02T01:31:17.027Z | Downloaded rustversion v1.0.14 |
1021 | 2024-02-02T01:31:17.027Z | Downloaded signal-hook-registry v1.4.1 |
1022 | 2024-02-02T01:31:17.028Z | Downloaded headers v0.3.9 |
1023 | 2024-02-02T01:31:17.028Z | Downloaded enum-as-inner v0.5.1 |
1024 | 2024-02-02T01:31:17.028Z | Downloaded vec_map v0.8.2 |
1025 | 2024-02-02T01:31:17.028Z | Downloaded regex-automata v0.1.10 |
1026 | 2024-02-02T01:31:17.028Z | Downloaded difflib v0.4.0 |
1027 | 2024-02-02T01:31:17.028Z | Downloaded tokio-native-tls v0.3.1 |
1028 | 2024-02-02T01:31:17.028Z | Downloaded usdt-impl v0.3.5 |
1029 | 2024-02-02T01:31:17.028Z | Downloaded ff v0.13.0 |
1030 | 2024-02-02T01:31:17.028Z | Downloaded semver v0.11.0 |
1031 | 2024-02-02T01:31:17.028Z | Downloaded rustls-native-certs v0.7.0 |
1032 | 2024-02-02T01:31:17.028Z | Downloaded sqlformat v0.2.3 |
1033 | 2024-02-02T01:31:17.029Z | Downloaded slog-json v2.6.1 |
1034 | 2024-02-02T01:31:17.029Z | Downloaded smawk v0.3.1 |
1035 | 2024-02-02T01:31:17.029Z | Downloaded papergrid v0.11.0 |
1036 | 2024-02-02T01:31:17.029Z | Downloaded uuid v1.7.0 |
1037 | 2024-02-02T01:31:17.029Z | Downloaded unicode-bidi v0.3.13 |
1038 | 2024-02-02T01:31:17.029Z | Downloaded trust-dns-client v0.22.0 |
1039 | 2024-02-02T01:31:17.029Z | Downloaded pem-rfc7468 v0.7.0 |
1040 | 2024-02-02T01:31:17.029Z | Downloaded postgres-types v0.2.6 |
1041 | 2024-02-02T01:31:17.029Z | Downloaded hashbrown v0.12.3 |
1042 | 2024-02-02T01:31:17.029Z | Downloaded unicode_categories v0.1.1 |
1043 | 2024-02-02T01:31:17.029Z | Downloaded smallvec v1.11.2 |
1044 | 2024-02-02T01:31:17.029Z | Downloaded bindgen v0.69.2 |
1045 | 2024-02-02T01:31:17.029Z | Downloaded tokio-rustls v0.24.1 |
1046 | 2024-02-02T01:31:17.029Z | Downloaded diff v0.1.13 |
1047 | 2024-02-02T01:31:17.030Z | Downloaded diesel_derives v2.1.2 |
1048 | 2024-02-02T01:31:17.030Z | Downloaded rayon-core v1.12.0 |
1049 | 2024-02-02T01:31:17.030Z | Downloaded h2 v0.3.24 |
1050 | 2024-02-02T01:31:17.030Z | Downloaded snafu v0.7.5 |
1051 | 2024-02-02T01:31:17.065Z | Downloaded unsafe-libyaml v0.2.10 |
1052 | 2024-02-02T01:31:17.065Z | Downloaded url v2.5.0 |
1053 | 2024-02-02T01:31:17.065Z | Downloaded x509-cert v0.2.4 |
1054 | 2024-02-02T01:31:17.078Z | Downloaded zerocopy v0.7.32 |
1055 | 2024-02-02T01:31:17.084Z | Downloaded tower v0.4.13 |
1056 | 2024-02-02T01:31:17.104Z | Downloaded trust-dns-resolver v0.22.0 |
1057 | 2024-02-02T01:31:17.111Z | Downloaded rayon v1.8.0 |
1058 | 2024-02-02T01:31:17.131Z | Downloaded unicode-normalization v0.1.22 |
1059 | 2024-02-02T01:31:17.146Z | Downloaded rustls-webpki v0.102.1 |
1060 | 2024-02-02T01:31:17.177Z | Downloaded plotters v0.3.5 |
1061 | 2024-02-02T01:31:17.194Z | Downloaded time v0.3.27 |
1062 | 2024-02-02T01:31:17.214Z | Downloaded openssl v0.10.60 |
1063 | 2024-02-02T01:31:17.226Z | Downloaded goblin v0.8.0 |
1064 | 2024-02-02T01:31:17.238Z | Downloaded polar-core v0.27.0 |
1065 | 2024-02-02T01:31:17.285Z | Downloaded regex-syntax v0.6.29 |
1066 | 2024-02-02T01:31:17.295Z | Downloaded diesel v2.1.4 |
1067 | 2024-02-02T01:31:17.309Z | Downloaded smoltcp v0.11.0 |
1068 | 2024-02-02T01:31:17.343Z | Downloaded vcpkg v0.2.15 |
1069 | 2024-02-02T01:31:17.413Z | Downloaded regex v1.10.3 |
1070 | 2024-02-02T01:31:17.440Z | Downloaded openapiv3 v2.0.0 |
1071 | 2024-02-02T01:31:17.466Z | Downloaded ratatui v0.25.0 |
1072 | 2024-02-02T01:31:17.496Z | Downloaded zerocopy-derive v0.6.4 |
1073 | 2024-02-02T01:31:17.520Z | Downloaded sled v0.34.7 |
1074 | 2024-02-02T01:31:17.543Z | Downloaded zerocopy-derive v0.2.0 |
1075 | 2024-02-02T01:31:17.572Z | Downloaded regex-automata v0.4.4 |
1076 | 2024-02-02T01:31:18.002Z | Downloaded sha3 v0.10.8 |
1077 | 2024-02-02T01:31:18.003Z | Downloaded tokio v1.35.1 |
1078 | 2024-02-02T01:31:18.003Z | Downloaded regex-automata v0.3.8 |
1079 | 2024-02-02T01:31:18.003Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2024-02-02T01:31:18.004Z | Downloaded rustls v0.22.2 |
1081 | 2024-02-02T01:31:18.004Z | Downloaded rustix v0.38.30 |
1082 | 2024-02-02T01:31:18.004Z | Downloaded encoding_rs v0.8.33 |
1083 | 2024-02-02T01:31:18.004Z | Downloaded smoltcp v0.9.1 |
1084 | 2024-02-02T01:31:18.004Z | Downloaded regex-syntax v0.7.5 |
1085 | 2024-02-02T01:31:18.004Z | Downloaded radix_trie v0.2.1 |
1086 | 2024-02-02T01:31:18.005Z | Downloaded webpki-roots v0.25.2 |
1087 | 2024-02-02T01:31:18.005Z | Downloaded trust-dns-proto v0.22.0 |
1088 | 2024-02-02T01:31:18.005Z | Downloaded regex-syntax v0.8.2 |
1089 | 2024-02-02T01:31:18.005Z | Downloaded bstr v1.6.0 |
1090 | 2024-02-02T01:31:18.008Z | Downloaded gimli v0.28.0 |
1091 | 2024-02-02T01:31:18.030Z | Downloaded object v0.32.1 |
1092 | 2024-02-02T01:31:18.453Z | Downloaded rustls-webpki v0.101.7 |
1093 | 2024-02-02T01:31:18.463Z | Downloaded proptest v1.4.0 |
1094 | 2024-02-02T01:31:18.463Z | Downloaded ring v0.16.20 |
1095 | 2024-02-02T01:31:18.464Z | Downloaded ring v0.17.7 |
1096 | 2024-02-02T01:31:18.464Z | Downloaded nix v0.27.1 |
1097 | 2024-02-02T01:31:18.464Z | Downloaded regress v0.7.1 |
1098 | 2024-02-02T01:31:18.464Z | Downloaded idna v0.5.0 |
1099 | 2024-02-02T01:31:18.464Z | Downloaded idna v0.2.3 |
1100 | 2024-02-02T01:31:18.464Z | Downloaded petgraph v0.6.4 |
1101 | 2024-02-02T01:31:18.483Z | Downloaded bitvec v1.0.1 |
1102 | 2024-02-02T01:31:18.509Z | Downloaded object v0.30.4 |
1103 | 2024-02-02T01:31:18.519Z | Downloaded bstr v0.2.17 |
1104 | 2024-02-02T01:31:18.552Z | Downloaded syn v1.0.109 |
1105 | 2024-02-02T01:31:18.560Z | Downloaded unicode-segmentation v1.10.1 |
1106 | 2024-02-02T01:31:18.973Z | Downloaded guppy v0.17.4 |
1107 | 2024-02-02T01:31:18.977Z | Downloaded sqlparser v0.43.1 |
1108 | 2024-02-02T01:31:18.977Z | Downloaded curve25519-dalek v4.1.1 |
1109 | 2024-02-02T01:31:18.977Z | Downloaded portable-atomic v1.4.3 |
1110 | 2024-02-02T01:31:18.977Z | Downloaded serde_with v3.5.1 |
1111 | 2024-02-02T01:31:18.977Z | Downloaded lalrpop v0.19.12 |
1112 | 2024-02-02T01:31:18.977Z | Downloaded chrono v0.4.31 |
1113 | 2024-02-02T01:31:18.977Z | Downloaded tabled v0.15.0 |
1114 | 2024-02-02T01:31:18.977Z | Downloaded clap v2.34.0 |
1115 | 2024-02-02T01:31:18.978Z | Downloaded futures-util v0.3.30 |
1116 | 2024-02-02T01:31:18.978Z | Downloaded steno v0.4.0 |
1117 | 2024-02-02T01:31:18.978Z | Downloaded quick-xml v0.30.0 |
1118 | 2024-02-02T01:31:18.978Z | Downloaded hkdf v0.12.4 |
1119 | 2024-02-02T01:31:18.978Z | Downloaded expectorate v1.1.0 |
1120 | 2024-02-02T01:31:18.978Z | Downloaded fatfs v0.3.6 |
1121 | 2024-02-02T01:31:18.978Z | Downloaded rcgen v0.12.1 |
1122 | 2024-02-02T01:31:18.978Z | Downloaded hashbrown v0.13.2 |
1123 | 2024-02-02T01:31:18.978Z | Downloaded tough v0.16.0 |
1124 | 2024-02-02T01:31:18.978Z | Downloaded pest v2.7.6 |
1125 | 2024-02-02T01:31:18.978Z | Downloaded reqwest v0.11.22 |
1126 | 2024-02-02T01:31:18.978Z | Downloaded poly1305 v0.8.0 |
1127 | 2024-02-02T01:31:18.978Z | Downloaded sct v0.7.0 |
1128 | 2024-02-02T01:31:18.979Z | Downloaded pkcs1 v0.7.5 |
1129 | 2024-02-02T01:31:18.979Z | Downloaded untrusted v0.7.1 |
1130 | 2024-02-02T01:31:18.979Z | Downloaded trybuild v1.0.89 |
1131 | 2024-02-02T01:31:18.979Z | Downloaded rustls v0.21.9 |
1132 | 2024-02-02T01:31:18.979Z | Downloaded relative-path v1.9.0 |
1133 | 2024-02-02T01:31:18.979Z | Downloaded vte v0.11.1 |
1134 | 2024-02-02T01:31:18.979Z | Downloaded tui-tree-widget v0.16.0 |
1135 | 2024-02-02T01:31:18.979Z | Downloaded password-hash v0.5.0 |
1136 | 2024-02-02T01:31:18.979Z | Downloaded socket2 v0.4.9 |
1137 | 2024-02-02T01:31:18.979Z | Downloaded utf-8 v0.7.6 |
1138 | 2024-02-02T01:31:18.979Z | Downloaded unicase v2.7.0 |
1139 | 2024-02-02T01:31:18.979Z | Downloaded ppv-lite86 v0.2.17 |
1140 | 2024-02-02T01:31:18.979Z | Downloaded secrecy v0.8.0 |
1141 | 2024-02-02T01:31:18.980Z | Downloaded pretty_assertions v1.4.0 |
1142 | 2024-02-02T01:31:18.980Z | Downloaded nom v7.1.3 |
1143 | 2024-02-02T01:31:18.980Z | Downloaded hyper v0.14.27 |
1144 | 2024-02-02T01:31:18.980Z | Downloaded trust-dns-server v0.22.1 |
1145 | 2024-02-02T01:31:18.980Z | Downloaded scheduled-thread-pool v0.2.7 |
1146 | 2024-02-02T01:31:18.980Z | Downloaded untrusted v0.9.0 |
1147 | 2024-02-02T01:31:18.980Z | Downloaded usdt v0.5.0 |
1148 | 2024-02-02T01:31:18.980Z | Downloaded packed_struct v0.10.1 |
1149 | 2024-02-02T01:31:18.980Z | Downloaded vsss-rs v3.3.4 |
1150 | 2024-02-02T01:31:18.980Z | Downloaded itertools v0.12.1 |
1151 | 2024-02-02T01:31:18.980Z | Downloaded which v4.4.0 |
1152 | 2024-02-02T01:31:18.980Z | Downloaded thiserror-impl-no-std v2.0.2 |
1153 | 2024-02-02T01:31:18.980Z | Downloaded predicates v3.1.0 |
1154 | 2024-02-02T01:31:18.981Z | Downloaded topological-sort v0.2.2 |
1155 | 2024-02-02T01:31:18.981Z | Downloaded structmeta-derive v0.2.0 |
1156 | 2024-02-02T01:31:18.981Z | Downloaded semver v0.1.20 |
1157 | 2024-02-02T01:31:18.981Z | Downloaded similar v2.3.0 |
1158 | 2024-02-02T01:31:18.981Z | Downloaded heapless v0.7.16 |
1159 | 2024-02-02T01:31:18.981Z | Downloaded reedline v0.28.0 |
1160 | 2024-02-02T01:31:18.981Z | Downloaded signal-hook-mio v0.2.3 |
1161 | 2024-02-02T01:31:18.981Z | Downloaded serde_path_to_error v0.1.15 |
1162 | 2024-02-02T01:31:18.981Z | Downloaded postcard v1.0.8 |
1163 | 2024-02-02T01:31:18.981Z | Downloaded half v2.3.1 |
1164 | 2024-02-02T01:31:18.985Z | Downloaded fastrand v2.0.0 |
1165 | 2024-02-02T01:31:18.985Z | Downloaded guppy-workspace-hack v0.1.0 |
1166 | 2024-02-02T01:31:18.985Z | Downloaded fallible-iterator v0.2.0 |
1167 | 2024-02-02T01:31:18.985Z | Downloaded rand v0.4.6 |
1168 | 2024-02-02T01:31:18.988Z | Downloaded itertools v0.10.5 |
1169 | 2024-02-02T01:31:18.999Z | Downloaded radium v0.7.0 |
1170 | 2024-02-02T01:31:19.006Z | Downloaded libm v0.2.7 |
1171 | 2024-02-02T01:31:19.017Z | Downloaded percent-encoding v2.3.1 |
1172 | 2024-02-02T01:31:19.027Z | Downloaded pem v3.0.2 |
1173 | 2024-02-02T01:31:19.027Z | Downloaded snafu-derive v0.7.5 |
1174 | 2024-02-02T01:31:19.027Z | Downloaded smf v0.2.2 |
1175 | 2024-02-02T01:31:19.038Z | Downloaded proc-macro-error v1.0.4 |
1176 | 2024-02-02T01:31:19.038Z | Downloaded pin-project-internal v1.1.3 |
1177 | 2024-02-02T01:31:19.038Z | Downloaded prettyplease v0.2.16 |
1178 | 2024-02-02T01:31:19.043Z | Downloaded tracing v0.1.37 |
1179 | 2024-02-02T01:31:19.046Z | Downloaded shell-words v1.1.0 |
1180 | 2024-02-02T01:31:19.046Z | Downloaded plotters-backend v0.3.5 |
1181 | 2024-02-02T01:31:19.050Z | Downloaded platforms v3.0.2 |
1182 | 2024-02-02T01:31:19.053Z | Downloaded flate2 v1.0.28 |
1183 | 2024-02-02T01:31:19.059Z | Downloaded predicates-tree v1.0.9 |
1184 | 2024-02-02T01:31:19.062Z | Downloaded predicates-core v1.0.6 |
1185 | 2024-02-02T01:31:19.062Z | Downloaded pkg-config v0.3.27 |
1186 | 2024-02-02T01:31:19.066Z | Downloaded owo-colors v4.0.0 |
1187 | 2024-02-02T01:31:19.069Z | Downloaded hash32 v0.2.1 |
1188 | 2024-02-02T01:31:19.072Z | Downloaded env_logger v0.10.0 |
1189 | 2024-02-02T01:31:19.076Z | Downloaded derive_builder v0.12.0 |
1190 | 2024-02-02T01:31:19.085Z | Downloaded usdt-impl v0.5.0 |
1191 | 2024-02-02T01:31:19.091Z | Downloaded postgres-protocol v0.6.6 |
1192 | 2024-02-02T01:31:19.533Z | Downloaded pkcs8 v0.10.2 |
1193 | 2024-02-02T01:31:19.533Z | Downloaded getrandom v0.2.10 |
1194 | 2024-02-02T01:31:19.533Z | Downloaded rustyline v13.0.0 |
1195 | 2024-02-02T01:31:19.533Z | Downloaded futures v0.3.30 |
1196 | 2024-02-02T01:31:19.533Z | Downloaded toml_edit v0.19.15 |
1197 | 2024-02-02T01:31:19.533Z | Downloaded sha1 v0.10.6 |
1198 | 2024-02-02T01:31:19.533Z | Downloaded serde_repr v0.1.16 |
1199 | 2024-02-02T01:31:19.534Z | Downloaded rust-argon2 v1.0.1 |
1200 | 2024-02-02T01:31:19.534Z | Downloaded slog v2.7.0 |
1201 | 2024-02-02T01:31:19.534Z | Downloaded num-bigint-dig v0.8.4 |
1202 | 2024-02-02T01:31:19.534Z | Downloaded term v0.7.0 |
1203 | 2024-02-02T01:31:19.534Z | Downloaded tempfile v3.9.0 |
1204 | 2024-02-02T01:31:19.534Z | Downloaded salty v0.2.0 |
1205 | 2024-02-02T01:31:19.534Z | Downloaded crossterm v0.27.0 |
1206 | 2024-02-02T01:31:19.535Z | Downloaded funty v2.0.0 |
1207 | 2024-02-02T01:31:19.535Z | Downloaded similar-asserts v1.5.0 |
1208 | 2024-02-02T01:31:19.535Z | Downloaded rustfmt-wrapper v0.2.0 |
1209 | 2024-02-02T01:31:19.535Z | Downloaded olpc-cjson v0.1.3 |
1210 | 2024-02-02T01:31:19.535Z | Downloaded dyn-clone v1.0.13 |
1211 | 2024-02-02T01:31:19.536Z | Downloaded datatest-stable v0.2.3 |
1212 | 2024-02-02T01:31:19.536Z | Downloaded test-strategy v0.3.1 |
1213 | 2024-02-02T01:31:19.536Z | Downloaded rsa v0.9.2 |
1214 | 2024-02-02T01:31:19.536Z | Downloaded futures-io v0.3.30 |
1215 | 2024-02-02T01:31:19.536Z | Downloaded defmt v0.3.5 |
1216 | 2024-02-02T01:31:19.536Z | Downloaded serde_plain v1.0.2 |
1217 | 2024-02-02T01:31:19.537Z | Downloaded flume v0.11.0 |
1218 | 2024-02-02T01:31:19.537Z | Downloaded textwrap v0.16.0 |
1219 | 2024-02-02T01:31:19.537Z | Downloaded pin-project v1.1.3 |
1220 | 2024-02-02T01:31:19.537Z | Downloaded serde_yaml v0.9.25 |
1221 | 2024-02-02T01:31:19.537Z | Downloaded der v0.7.8 |
1222 | 2024-02-02T01:31:19.537Z | Downloaded tokio-postgres v0.7.10 |
1223 | 2024-02-02T01:31:19.538Z | Downloaded rstest_macros v0.18.2 |
1224 | 2024-02-02T01:31:19.538Z | Downloaded slog-term v2.9.0 |
1225 | 2024-02-02T01:31:19.538Z | Downloaded darling_core v0.20.3 |
1226 | 2024-02-02T01:31:19.538Z | Downloaded heapless v0.8.0 |
1227 | 2024-02-02T01:31:19.538Z | Downloaded pest_derive v2.7.6 |
1228 | 2024-02-02T01:31:19.538Z | Downloaded darling_core v0.14.4 |
1229 | 2024-02-02T01:31:19.538Z | Downloaded ron v0.8.1 |
1230 | 2024-02-02T01:31:19.539Z | Downloaded parking_lot_core v0.9.8 |
1231 | 2024-02-02T01:31:19.539Z | Downloaded hyper v1.1.0 |
1232 | 2024-02-02T01:31:19.539Z | Downloaded fixedbitset v0.4.2 |
1233 | 2024-02-02T01:31:19.539Z | Downloaded filetime v0.2.23 |
1234 | 2024-02-02T01:31:19.539Z | Downloaded rand_chacha v0.3.1 |
1235 | 2024-02-02T01:31:19.539Z | Downloaded tracing-attributes v0.1.26 |
1236 | 2024-02-02T01:31:19.539Z | Downloaded zerocopy v0.6.4 |
1237 | 2024-02-02T01:31:19.540Z | Downloaded derive_more v0.99.17 |
1238 | 2024-02-02T01:31:19.540Z | Downloaded defmt-parser v0.3.3 |
1239 | 2024-02-02T01:31:19.540Z | Downloaded futures-core v0.3.30 |
1240 | 2024-02-02T01:31:19.540Z | Downloaded futures-channel v0.3.30 |
1241 | 2024-02-02T01:31:19.540Z | Downloaded typed-path v0.7.0 |
1242 | 2024-02-02T01:31:19.540Z | Downloaded mio v0.8.9 |
1243 | 2024-02-02T01:31:19.541Z | Downloaded usdt-macro v0.5.0 |
1244 | 2024-02-02T01:31:19.541Z | Downloaded usdt-macro v0.3.5 |
1245 | 2024-02-02T01:31:19.541Z | Downloaded quick-error v1.2.3 |
1246 | 2024-02-02T01:31:19.541Z | Downloaded tabled_derive v0.7.0 |
1247 | 2024-02-02T01:31:19.541Z | Downloaded strum_macros v0.24.3 |
1248 | 2024-02-02T01:31:19.541Z | Downloaded strsim v0.8.0 |
1249 | 2024-02-02T01:31:19.542Z | Downloaded rustc_version v0.1.7 |
1250 | 2024-02-02T01:31:19.542Z | Downloaded schemars v0.8.16 |
1251 | 2024-02-02T01:31:19.542Z | Downloaded pin-project-lite v0.2.13 |
1252 | 2024-02-02T01:31:19.542Z | Downloaded parking_lot v0.12.1 |
1253 | 2024-02-02T01:31:19.542Z | Downloaded tar v0.4.40 |
1254 | 2024-02-02T01:31:19.542Z | Downloaded num-bigint v0.4.4 |
1255 | 2024-02-02T01:31:19.542Z | Downloaded flagset v0.4.3 |
1256 | 2024-02-02T01:31:19.542Z | Downloaded yasna v0.5.2 |
1257 | 2024-02-02T01:31:19.542Z | Downloaded rtoolbox v0.0.1 |
1258 | 2024-02-02T01:31:19.542Z | Downloaded pest_generator v2.7.6 |
1259 | 2024-02-02T01:31:19.542Z | Downloaded termios v0.3.3 |
1260 | 2024-02-02T01:31:19.543Z | Downloaded pretty-hex v0.2.1 |
1261 | 2024-02-02T01:31:19.543Z | Downloaded slog-bunyan v2.5.0 |
1262 | 2024-02-02T01:31:19.543Z | Downloaded siphasher v0.3.11 |
1263 | 2024-02-02T01:31:19.543Z | Downloaded same-file v1.0.6 |
1264 | 2024-02-02T01:31:19.543Z | Downloaded rustc-hash v1.1.0 |
1265 | 2024-02-02T01:31:19.543Z | Downloaded rand_xorshift v0.3.0 |
1266 | 2024-02-02T01:31:19.543Z | Downloaded rand_core v0.6.4 |
1267 | 2024-02-02T01:31:19.554Z | Downloaded r2d2 v0.8.10 |
1268 | 2024-02-02T01:31:19.554Z | Downloaded futures-macro v0.3.30 |
1269 | 2024-02-02T01:31:19.554Z | Downloaded futures-executor v0.3.30 |
1270 | 2024-02-02T01:31:19.554Z | Downloaded tinyvec v1.6.0 |
1271 | 2024-02-02T01:31:19.554Z | Downloaded parking_lot v0.11.2 |
1272 | 2024-02-02T01:31:19.554Z | Downloaded libxml v0.3.3 |
1273 | 2024-02-02T01:31:19.554Z | Downloaded getopts v0.2.21 |
1274 | 2024-02-02T01:31:19.554Z | Downloaded tinytemplate v1.2.1 |
1275 | 2024-02-02T01:31:19.554Z | Downloaded termcolor v1.2.0 |
1276 | 2024-02-02T01:31:19.554Z | Downloaded tempdir v0.3.7 |
1277 | 2024-02-02T01:31:19.554Z | Downloaded target-lexicon v0.12.12 |
1278 | 2024-02-02T01:31:19.562Z | Downloaded slog-dtrace v0.3.0 |
1279 | 2024-02-02T01:31:19.562Z | Downloaded digest v0.10.7 |
1280 | 2024-02-02T01:31:19.562Z | Downloaded yansi v0.5.1 |
1281 | 2024-02-02T01:31:19.567Z | Downloaded xattr v1.0.1 |
1282 | 2024-02-02T01:31:19.567Z | Downloaded tap v1.0.1 |
1283 | 2024-02-02T01:31:19.567Z | Downloaded pin-utils v0.1.0 |
1284 | 2024-02-02T01:31:19.571Z | Downloaded phf_shared v0.11.2 |
1285 | 2024-02-02T01:31:19.571Z | Downloaded paste v1.0.14 |
1286 | 2024-02-02T01:31:19.576Z | Downloaded derive_builder_core v0.12.0 |
1287 | 2024-02-02T01:31:19.580Z | Downloaded defmt-macros v0.3.6 |
1288 | 2024-02-02T01:31:19.584Z | Downloaded arc-swap v1.6.0 |
1289 | 2024-02-02T01:31:19.589Z | Downloaded tungstenite v0.20.1 |
1290 | 2024-02-02T01:31:19.595Z | Downloaded http v0.2.11 |
1291 | 2024-02-02T01:31:19.601Z | Downloaded crossbeam-channel v0.5.8 |
1292 | 2024-02-02T01:31:19.609Z | Downloaded signal-hook v0.3.17 |
1293 | 2024-02-02T01:31:19.616Z | Downloaded fragile v2.0.0 |
1294 | 2024-02-02T01:31:19.620Z | Downloaded form_urlencoded v1.2.1 |
1295 | 2024-02-02T01:31:19.620Z | Downloaded data-encoding v2.4.0 |
1296 | 2024-02-02T01:31:19.624Z | Downloaded shlex v1.3.0 |
1297 | 2024-02-02T01:31:19.624Z | Downloaded der_derive v0.7.2 |
1298 | 2024-02-02T01:31:19.629Z | Downloaded tokio-tungstenite v0.20.1 |
1299 | 2024-02-02T01:31:19.633Z | Downloaded tokio-rustls v0.25.0 |
1300 | 2024-02-02T01:31:19.638Z | Downloaded time-macros v0.2.13 |
1301 | 2024-02-02T01:31:19.638Z | Downloaded omicron-zone-package v0.11.0 |
1302 | 2024-02-02T01:31:19.644Z | Downloaded ucd-trie v0.1.6 |
1303 | 2024-02-02T01:31:19.659Z | Downloaded futures-task v0.3.30 |
1304 | 2024-02-02T01:31:19.659Z | Downloaded threadpool v1.8.1 |
1305 | 2024-02-02T01:31:19.659Z | Downloaded toml v0.5.11 |
1306 | 2024-02-02T01:31:19.667Z | Downloaded ref-cast v1.0.20 |
1307 | 2024-02-02T01:31:19.667Z | Downloaded once_cell v1.19.0 |
1308 | 2024-02-02T01:31:19.667Z | Downloaded chacha20poly1305 v0.10.1 |
1309 | 2024-02-02T01:31:19.668Z | Downloaded bytes v1.5.0 |
1310 | 2024-02-02T01:31:19.671Z | Downloaded zone_cfg_derive v0.3.0 |
1311 | 2024-02-02T01:31:19.676Z | Downloaded termtree v0.4.1 |
1312 | 2024-02-02T01:31:19.676Z | Downloaded tokio-macros v2.2.0 |
1313 | 2024-02-02T01:31:19.676Z | Downloaded indexmap v1.9.3 |
1314 | 2024-02-02T01:31:19.685Z | Downloaded parse-display-derive v0.8.2 |
1315 | 2024-02-02T01:31:19.689Z | Downloaded glob v0.3.1 |
1316 | 2024-02-02T01:31:19.689Z | Downloaded futures-timer v3.0.2 |
1317 | 2024-02-02T01:31:19.690Z | Downloaded zerocopy-derive v0.7.32 |
1318 | 2024-02-02T01:31:19.695Z | Downloaded spin v0.5.2 |
1319 | 2024-02-02T01:31:19.699Z | Downloaded rstest v0.18.2 |
1320 | 2024-02-02T01:31:19.717Z | Downloaded crossbeam-epoch v0.9.15 |
1321 | 2024-02-02T01:31:19.720Z | Downloaded toml v0.7.8 |
1322 | 2024-02-02T01:31:19.721Z | Downloaded deranged v0.3.8 |
1323 | 2024-02-02T01:31:19.721Z | Downloaded tiny-keccak v2.0.2 |
1324 | 2024-02-02T01:31:19.725Z | Downloaded highway v1.1.0 |
1325 | 2024-02-02T01:31:19.728Z | Downloaded zeroize_derive v1.4.2 |
1326 | 2024-02-02T01:31:19.728Z | Downloaded hex v0.4.3 |
1327 | 2024-02-02T01:31:19.732Z | Downloaded zone v0.3.0 |
1328 | 2024-02-02T01:31:19.735Z | Downloaded signature v2.1.0 |
1329 | 2024-02-02T01:31:19.735Z | Downloaded path-slash v0.1.5 |
1330 | 2024-02-02T01:31:19.751Z | Downloaded crossbeam-queue v0.3.8 |
1331 | 2024-02-02T01:31:19.751Z | Downloaded pretty-hex v0.4.1 |
1332 | 2024-02-02T01:31:19.755Z | Downloaded gethostname v0.4.3 |
1333 | 2024-02-02T01:31:19.755Z | Downloaded cc v1.0.83 |
1334 | 2024-02-02T01:31:19.755Z | Downloaded peeking_take_while v0.1.2 |
1335 | 2024-02-02T01:31:19.755Z | Downloaded colored v2.0.4 |
1336 | 2024-02-02T01:31:19.755Z | Downloaded ref-cast-impl v1.0.20 |
1337 | 2024-02-02T01:31:19.755Z | Downloaded heck v0.3.3 |
1338 | 2024-02-02T01:31:19.758Z | Downloaded embedded-io v0.4.0 |
1339 | 2024-02-02T01:31:19.764Z | Downloaded dof v0.1.5 |
1340 | 2024-02-02T01:31:19.764Z | Downloaded backtrace v0.3.69 |
1341 | 2024-02-02T01:31:19.769Z | Downloaded nu-ansi-term v0.49.0 |
1342 | 2024-02-02T01:31:19.777Z | Downloaded linear-map v1.2.0 |
1343 | 2024-02-02T01:31:19.785Z | Downloaded hyper-rustls v0.26.0 |
1344 | 2024-02-02T01:31:19.785Z | Downloaded crossbeam-utils v0.8.16 |
1345 | 2024-02-02T01:31:19.796Z | Downloaded endian-type v0.1.2 |
1346 | 2024-02-02T01:31:19.796Z | Downloaded plotters-svg v0.3.5 |
1347 | 2024-02-02T01:31:19.796Z | Downloaded derive_builder_macro v0.12.0 |
1348 | 2024-02-02T01:31:19.796Z | Downloaded approx v0.5.1 |
1349 | 2024-02-02T01:31:19.810Z | Downloaded ahash v0.8.6 |
1350 | 2024-02-02T01:31:19.810Z | Downloaded addr2line v0.21.0 |
1351 | 2024-02-02T01:31:19.810Z | Downloaded either v1.9.0 |
1352 | 2024-02-02T01:31:19.821Z | Downloaded ipnet v2.9.0 |
1353 | 2024-02-02T01:31:19.821Z | Downloaded hyper-util v0.1.2 |
1354 | 2024-02-02T01:31:19.822Z | Downloaded camino-tempfile v1.1.1 |
1355 | 2024-02-02T01:31:19.822Z | Downloaded lock_api v0.4.10 |
1356 | 2024-02-02T01:31:19.832Z | Downloaded rustc-demangle v0.1.23 |
1357 | 2024-02-02T01:31:19.832Z | Downloaded synstructure v0.12.6 |
1358 | 2024-02-02T01:31:19.832Z | Downloaded sec1 v0.7.3 |
1359 | 2024-02-02T01:31:19.833Z | Downloaded oorandom v11.1.3 |
1360 | 2024-02-02T01:31:19.833Z | Downloaded dof v0.3.0 |
1361 | 2024-02-02T01:31:19.842Z | Downloaded subtle v2.5.0 |
1362 | 2024-02-02T01:31:19.842Z | Downloaded strum_macros v0.25.2 |
1363 | 2024-02-02T01:31:19.843Z | Downloaded serde_tokenstream v0.2.0 |
1364 | 2024-02-02T01:31:19.860Z | Downloaded rusty-fork v0.3.0 |
1365 | 2024-02-02T01:31:19.861Z | Downloaded rustls-pemfile v1.0.3 |
1366 | 2024-02-02T01:31:19.861Z | Downloaded strip-ansi-escapes v0.2.0 |
1367 | 2024-02-02T01:31:19.861Z | Downloaded dirs-sys-next v0.1.2 |
1368 | 2024-02-02T01:31:19.868Z | Downloaded zeroize v1.7.0 |
1369 | 2024-02-02T01:31:19.868Z | Downloaded smallvec v0.6.14 |
1370 | 2024-02-02T01:31:19.869Z | Downloaded blake2 v0.10.6 |
1371 | 2024-02-02T01:31:19.869Z | Downloaded cipher v0.4.4 |
1372 | 2024-02-02T01:31:19.869Z | Downloaded swrite v0.1.0 |
1373 | 2024-02-02T01:31:19.869Z | Downloaded num-iter v0.1.43 |
1374 | 2024-02-02T01:31:19.869Z | Downloaded memoffset v0.9.0 |
1375 | 2024-02-02T01:31:19.871Z | Downloaded const-oid v0.9.5 |
1376 | 2024-02-02T01:31:19.872Z | Downloaded cfg-expr v0.15.5 |
1377 | 2024-02-02T01:31:19.876Z | Downloaded cancel-safe-futures v0.1.5 |
1378 | 2024-02-02T01:31:19.881Z | Downloaded arrayvec v0.7.4 |
1379 | 2024-02-02T01:31:19.905Z | Downloaded convert_case v0.4.0 |
1380 | 2024-02-02T01:31:19.905Z | Downloaded libefi-sys v0.1.0 |
1381 | 2024-02-02T01:31:19.905Z | Downloaded crossbeam v0.8.2 |
1382 | 2024-02-02T01:31:19.905Z | Downloaded constant_time_eq v0.2.6 |
1383 | 2024-02-02T01:31:19.905Z | Downloaded tinyvec_macros v0.1.1 |
1384 | 2024-02-02T01:31:19.905Z | Downloaded dtrace-parser v0.1.14 |
1385 | 2024-02-02T01:31:19.905Z | Downloaded mime_guess v2.0.4 |
1386 | 2024-02-02T01:31:19.905Z | Downloaded memmap2 v0.7.1 |
1387 | 2024-02-02T01:31:19.905Z | Downloaded num-integer v0.1.45 |
1388 | 2024-02-02T01:31:19.909Z | Downloaded ansi_term v0.12.1 |
1389 | 2024-02-02T01:31:19.909Z | Downloaded managed v0.8.0 |
1390 | 2024-02-02T01:31:19.924Z | Downloaded http-body v0.4.5 |
1391 | 2024-02-02T01:31:19.924Z | Downloaded mime v0.3.17 |
1392 | 2024-02-02T01:31:19.924Z | Downloaded memmap v0.7.0 |
1393 | 2024-02-02T01:31:19.924Z | Downloaded argon2 v0.5.3 |
1394 | 2024-02-02T01:31:19.927Z | Downloaded libtest-mimic v0.6.1 |
1395 | 2024-02-02T01:31:19.927Z | Downloaded lazy_static v1.4.0 |
1396 | 2024-02-02T01:31:19.927Z | Downloaded display-error-chain v0.2.0 |
1397 | 2024-02-02T01:31:19.930Z | Downloaded num-rational v0.4.1 |
1398 | 2024-02-02T01:31:19.930Z | Downloaded kstat-rs v0.2.3 |
1399 | 2024-02-02T01:31:19.933Z | Downloaded is-terminal v0.4.9 |
1400 | 2024-02-02T01:31:19.933Z | Downloaded httparse v1.8.0 |
1401 | 2024-02-02T01:31:19.937Z | Downloaded http v1.0.0 |
1402 | 2024-02-02T01:31:19.945Z | Downloaded blake3 v1.5.0 |
1403 | 2024-02-02T01:31:19.958Z | Downloaded base64ct v1.6.0 |
1404 | 2024-02-02T01:31:19.964Z | Downloaded doc-comment v0.3.3 |
1405 | 2024-02-02T01:31:19.973Z | Downloaded basic-toml v0.1.8 |
1406 | 2024-02-02T01:31:19.984Z | Downloaded log v0.4.20 |
1407 | 2024-02-02T01:31:19.997Z | Downloaded hyper-rustls v0.24.2 |
1408 | 2024-02-02T01:31:19.997Z | Downloaded indicatif v0.17.7 |
1409 | 2024-02-02T01:31:20.406Z | Downloaded waitgroup v0.1.2 |
1410 | 2024-02-02T01:31:20.407Z | Downloaded typenum v1.16.0 |
1411 | 2024-02-02T01:31:20.407Z | Downloaded sqlparser_derive v0.2.2 |
1412 | 2024-02-02T01:31:20.407Z | Downloaded mockall v0.12.0 |
1413 | 2024-02-02T01:31:20.407Z | Downloaded matches v0.1.10 |
1414 | 2024-02-02T01:31:20.408Z | Downloaded newline-converter v0.3.0 |
1415 | 2024-02-02T01:31:20.408Z | Downloaded want v0.3.1 |
1416 | 2024-02-02T01:31:20.408Z | Downloaded md-5 v0.10.5 |
1417 | 2024-02-02T01:31:20.408Z | Downloaded inout v0.1.3 |
1418 | 2024-02-02T01:31:20.408Z | Downloaded indoc v1.0.9 |
1419 | 2024-02-02T01:31:20.408Z | Downloaded hyper-staticfile v0.9.5 |
1420 | 2024-02-02T01:31:20.408Z | Downloaded criterion-plot v0.5.0 |
1421 | 2024-02-02T01:31:20.408Z | Downloaded async-recursion v1.0.5 |
1422 | 2024-02-02T01:31:20.409Z | Downloaded assert_cmd v2.0.13 |
1423 | 2024-02-02T01:31:20.409Z | Downloaded array-init v0.0.4 |
1424 | 2024-02-02T01:31:20.409Z | Downloaded ascii-canvas v3.0.0 |
1425 | 2024-02-02T01:31:20.409Z | Downloaded aead v0.5.2 |
1426 | 2024-02-02T01:31:20.409Z | Downloaded adler v1.0.2 |
1427 | 2024-02-02T01:31:20.409Z | Downloaded num_enum_derive v0.5.11 |
1428 | 2024-02-02T01:31:20.409Z | Downloaded samael v0.0.14 |
1429 | 2024-02-02T01:31:20.409Z | Downloaded nanorand v0.7.0 |
1430 | 2024-02-02T01:31:20.410Z | Downloaded lru-cache v0.1.2 |
1431 | 2024-02-02T01:31:20.410Z | Downloaded libsw v3.3.1 |
1432 | 2024-02-02T01:31:20.410Z | Downloaded lalrpop-util v0.19.12 |
1433 | 2024-02-02T01:31:20.410Z | Downloaded ipnetwork v0.20.0 |
1434 | 2024-02-02T01:31:20.410Z | Downloaded impl-trait-for-tuples v0.2.2 |
1435 | 2024-02-02T01:31:20.410Z | Downloaded httpdate v1.0.3 |
1436 | 2024-02-02T01:31:20.410Z | Downloaded cpufeatures v0.2.12 |
1437 | 2024-02-02T01:31:20.410Z | Downloaded cast v0.3.0 |
1438 | 2024-02-02T01:31:20.410Z | Downloaded newtype_derive v0.1.6 |
1439 | 2024-02-02T01:31:20.411Z | Downloaded block-padding v0.3.3 |
1440 | 2024-02-02T01:31:20.411Z | Downloaded bb8 v0.8.1 |
1441 | 2024-02-02T01:31:20.411Z | Downloaded multer v3.0.0 |
1442 | 2024-02-02T01:31:20.411Z | Downloaded maybe-uninit v2.0.0 |
1443 | 2024-02-02T01:31:20.411Z | Downloaded libloading v0.7.4 |
1444 | 2024-02-02T01:31:20.411Z | Downloaded macaddr v1.0.1 |
1445 | 2024-02-02T01:31:20.411Z | Downloaded iana-time-zone v0.1.57 |
1446 | 2024-02-02T01:31:20.411Z | Downloaded autocfg v1.1.0 |
1447 | 2024-02-02T01:31:20.411Z | Downloaded crypto-common v0.1.6 |
1448 | 2024-02-02T01:31:20.412Z | Downloaded lazycell v1.3.0 |
1449 | 2024-02-02T01:31:20.412Z | Downloaded base64 v0.21.7 |
1450 | 2024-02-02T01:31:20.412Z | Downloaded bzip2 v0.4.4 |
1451 | 2024-02-02T01:31:20.412Z | Downloaded blake2b_simd v1.0.1 |
1452 | 2024-02-02T01:31:20.412Z | Downloaded bitflags v2.4.0 |
1453 | 2024-02-02T01:31:20.412Z | Downloaded num-derive v0.4.0 |
1454 | 2024-02-02T01:31:20.412Z | Downloaded home v0.5.5 |
1455 | 2024-02-02T01:31:20.412Z | Downloaded cexpr v0.6.0 |
1456 | 2024-02-02T01:31:20.413Z | Downloaded bitfield v0.14.0 |
1457 | 2024-02-02T01:31:20.413Z | Downloaded arrayref v0.3.7 |
1458 | 2024-02-02T01:31:20.413Z | Downloaded nodrop v0.1.14 |
1459 | 2024-02-02T01:31:20.413Z | Downloaded crossbeam-deque v0.8.3 |
1460 | 2024-02-02T01:31:20.413Z | Downloaded crc v3.0.1 |
1461 | 2024-02-02T01:31:20.413Z | Downloaded instant v0.1.12 |
1462 | 2024-02-02T01:31:20.413Z | Downloaded slog-envlogger v2.2.0 |
1463 | 2024-02-02T01:31:20.413Z | Downloaded ident_case v1.0.1 |
1464 | 2024-02-02T01:31:20.413Z | Downloaded darling v0.20.3 |
1465 | 2024-02-02T01:31:20.414Z | Downloaded curve25519-dalek-derive v0.1.0 |
1466 | 2024-02-02T01:31:20.414Z | Downloaded crc-any v2.4.3 |
1467 | 2024-02-02T01:31:20.414Z | Downloaded clang-sys v1.6.1 |
1468 | 2024-02-02T01:31:20.414Z | Downloaded async-trait v0.1.77 |
1469 | 2024-02-02T01:31:20.414Z | Downloaded assert_matches v1.5.0 |
1470 | 2024-02-02T01:31:20.414Z | Downloaded indoc v2.0.3 |
1471 | 2024-02-02T01:31:20.414Z | Downloaded block-buffer v0.10.4 |
1472 | 2024-02-02T01:31:20.414Z | Downloaded cstr-argument v0.1.2 |
1473 | 2024-02-02T01:31:20.414Z | Downloaded crucible-workspace-hack v0.1.0 |
1474 | 2024-02-02T01:31:20.415Z | Downloaded byteorder v1.5.0 |
1475 | 2024-02-02T01:31:20.415Z | Downloaded atomic-waker v1.1.1 |
1476 | 2024-02-02T01:31:20.415Z | Downloaded crc-catalog v2.2.0 |
1477 | 2024-02-02T01:31:20.415Z | Downloaded httptest v0.15.5 |
1478 | 2024-02-02T01:31:20.415Z | Downloaded buf-list v1.0.3 |
1479 | 2024-02-02T01:31:20.415Z | Downloaded bit-vec v0.6.3 |
1480 | 2024-02-02T01:31:20.415Z | Downloaded cassowary v0.3.0 |
1481 | 2024-02-02T01:31:20.415Z | Downloaded bcs v0.1.6 |
1482 | 2024-02-02T01:31:20.415Z | Downloaded aho-corasick v1.0.4 |
1483 | 2024-02-02T01:31:20.415Z | Downloaded criterion v0.5.1 |
1484 | 2024-02-02T01:31:20.415Z | Downloaded atomicwrites v0.4.3 |
1485 | 2024-02-02T01:31:20.415Z | Downloaded async-stream-impl v0.3.5 |
1486 | 2024-02-02T01:31:20.993Z | Compiling serde v1.0.195 |
1487 | 2024-02-02T01:31:20.993Z | Compiling autocfg v1.1.0 |
1488 | 2024-02-02T01:31:20.999Z | Compiling version_check v0.9.4 |
1489 | 2024-02-02T01:31:20.999Z | Checking cfg-if v1.0.0 |
1490 | 2024-02-02T01:31:21.012Z | Compiling syn v1.0.109 |
1491 | 2024-02-02T01:31:21.039Z | Checking libc v0.2.153 |
1492 | 2024-02-02T01:31:21.067Z | Compiling syn v2.0.48 |
1493 | 2024-02-02T01:31:21.090Z | Compiling parking_lot_core v0.9.8 |
1494 | 2024-02-02T01:31:21.126Z | Compiling once_cell v1.19.0 |
1495 | 2024-02-02T01:31:21.718Z | Compiling cc v1.0.83 |
1496 | 2024-02-02T01:31:21.771Z | Compiling memchr v2.6.3 |
1497 | 2024-02-02T01:31:21.778Z | Compiling libm v0.2.7 |
1498 | 2024-02-02T01:31:22.218Z | Compiling ahash v0.8.6 |
1499 | 2024-02-02T01:31:22.274Z | Compiling getrandom v0.2.10 |
1500 | 2024-02-02T01:31:22.301Z | Compiling lock_api v0.4.10 |
1501 | 2024-02-02T01:31:22.831Z | Compiling num-traits v0.2.16 |
1502 | 2024-02-02T01:31:22.888Z | Compiling byteorder v1.5.0 |
1503 | 2024-02-02T01:31:23.006Z | Compiling serde_json v1.0.113 |
1504 | 2024-02-02T01:31:23.504Z | Compiling log v0.4.20 |
1505 | 2024-02-02T01:31:24.007Z | Compiling slab v0.4.9 |
1506 | 2024-02-02T01:31:24.296Z | Checking scopeguard v1.2.0 |
1507 | 2024-02-02T01:31:24.527Z | Compiling typenum v1.16.0 |
1508 | 2024-02-02T01:31:24.679Z | Compiling generic-array v0.14.7 |
1509 | 2024-02-02T01:31:24.700Z | Checking itoa v1.0.9 |
1510 | 2024-02-02T01:31:25.011Z | Checking smallvec v1.11.2 |
1511 | 2024-02-02T01:31:25.031Z | Compiling pkg-config v0.3.27 |
1512 | 2024-02-02T01:31:25.437Z | Compiling allocator-api2 v0.2.16 |
1513 | 2024-02-02T01:31:25.677Z | Compiling rustix v0.38.30 |
1514 | 2024-02-02T01:31:25.727Z | Compiling schemars v0.8.16 |
1515 | 2024-02-02T01:31:26.570Z | Compiling httparse v1.8.0 |
1516 | 2024-02-02T01:31:26.839Z | Compiling ring v0.17.7 |
1517 | 2024-02-02T01:31:26.935Z | Compiling fnv v1.0.7 |
1518 | 2024-02-02T01:31:27.100Z | Compiling vcpkg v0.2.15 |
1519 | 2024-02-02T01:31:27.198Z | Checking parking_lot v0.12.1 |
1520 | 2024-02-02T01:31:27.223Z | Checking pin-project-lite v0.2.13 |
1521 | 2024-02-02T01:31:27.226Z | Compiling aho-corasick v1.0.4 |
1522 | 2024-02-02T01:31:27.722Z | Compiling regex-syntax v0.8.2 |
1523 | 2024-02-02T01:31:30.656Z | Compiling openssl-sys v0.9.96 |
1524 | 2024-02-02T01:31:31.937Z | Checking signal-hook-registry v1.4.1 |
1525 | 2024-02-02T01:31:31.980Z | Compiling ucd-trie v0.1.6 |
1526 | 2024-02-02T01:31:32.662Z | Checking mio v0.8.9 |
1527 | 2024-02-02T01:31:32.748Z | Compiling serde_derive_internals v0.26.0 |
1528 | 2024-02-02T01:31:32.858Z | Checking rand_core v0.6.4 |
1529 | 2024-02-02T01:31:33.021Z | Compiling regex-automata v0.4.4 |
1530 | 2024-02-02T01:31:33.247Z | Compiling crossbeam-utils v0.8.16 |
1531 | 2024-02-02T01:31:34.365Z | Compiling ring v0.16.20 |
1532 | 2024-02-02T01:31:37.131Z | Checking num_cpus v1.16.0 |
1533 | 2024-02-02T01:31:37.218Z | Compiling openssl v0.10.60 |
1534 | 2024-02-02T01:31:37.269Z | Checking futures-core v0.3.30 |
1535 | 2024-02-02T01:31:37.497Z | Compiling iana-time-zone v0.1.57 |
1536 | 2024-02-02T01:31:37.793Z | Checking socket2 v0.5.5 |
1537 | 2024-02-02T01:31:38.292Z | Compiling native-tls v0.2.11 |
1538 | 2024-02-02T01:31:38.483Z | Compiling rustls v0.21.9 |
1539 | 2024-02-02T01:31:38.507Z | Checking ryu v1.0.15 |
1540 | 2024-02-02T01:31:38.597Z | Checking spin v0.5.2 |
1541 | 2024-02-02T01:31:38.874Z | Compiling dyn-clone v1.0.13 |
1542 | 2024-02-02T01:31:39.401Z | Compiling memoffset v0.9.0 |
1543 | 2024-02-02T01:31:39.405Z | Compiling slog v2.7.0 |
1544 | 2024-02-02T01:31:39.405Z | Compiling async-trait v0.1.77 |
1545 | 2024-02-02T01:31:39.423Z | Compiling regex v1.10.3 |
1546 | 2024-02-02T01:31:40.210Z | Compiling crossbeam-epoch v0.9.15 |
1547 | 2024-02-02T01:31:40.774Z | Checking futures-sink v0.3.30 |
1548 | 2024-02-02T01:31:40.947Z | Compiling backtrace v0.3.69 |
1549 | 2024-02-02T01:31:40.971Z | Compiling errno v0.3.8 |
1550 | 2024-02-02T01:31:41.389Z | Compiling unicode-xid v0.2.4 |
1551 | 2024-02-02T01:31:41.478Z | Compiling tinyvec_macros v0.1.1 |
1552 | 2024-02-02T01:31:41.594Z | Compiling crc32fast v1.3.2 |
1553 | 2024-02-02T01:31:41.613Z | Checking pin-utils v0.1.0 |
1554 | 2024-02-02T01:31:41.632Z | Compiling either v1.9.0 |
1555 | 2024-02-02T01:31:41.727Z | Compiling tinyvec v1.6.0 |
1556 | 2024-02-02T01:31:42.072Z | Compiling futures-channel v0.3.30 |
1557 | 2024-02-02T01:31:42.838Z | Compiling futures-io v0.3.30 |
1558 | 2024-02-02T01:31:42.928Z | Compiling anyhow v1.0.75 |
1559 | 2024-02-02T01:31:43.083Z | Checking subtle v2.5.0 |
1560 | 2024-02-02T01:31:43.660Z | Checking futures-task v0.3.30 |
1561 | 2024-02-02T01:31:43.660Z | Compiling unicode-width v0.1.11 |
1562 | 2024-02-02T01:31:43.660Z | Compiling spin v0.9.8 |
1563 | 2024-02-02T01:31:43.839Z | Compiling tracing-core v0.1.31 |
1564 | 2024-02-02T01:31:43.969Z | Compiling unicode-bidi v0.3.13 |
1565 | 2024-02-02T01:31:44.319Z | Compiling unicode-normalization v0.1.22 |
1566 | 2024-02-02T01:31:44.898Z | Compiling serde_derive v1.0.195 |
1567 | 2024-02-02T01:31:45.369Z | Compiling zerocopy-derive v0.7.32 |
1568 | 2024-02-02T01:31:45.911Z | Compiling thiserror-impl v1.0.56 |
1569 | 2024-02-02T01:31:46.133Z | Compiling zeroize_derive v1.4.2 |
1570 | 2024-02-02T01:31:46.223Z | Compiling tokio-macros v2.2.0 |
1571 | 2024-02-02T01:31:46.500Z | Compiling futures-macro v0.3.30 |
1572 | 2024-02-02T01:31:46.552Z | Compiling tracing-attributes v0.1.26 |
1573 | 2024-02-02T01:31:48.806Z | Compiling schemars_derive v0.8.16 |
1574 | 2024-02-02T01:31:48.816Z | Checking zeroize v1.7.0 |
1575 | 2024-02-02T01:31:48.990Z | Compiling openssl-macros v0.1.1 |
1576 | 2024-02-02T01:31:49.256Z | Compiling zerocopy v0.7.32 |
1577 | 2024-02-02T01:31:50.747Z | Checking futures-util v0.3.30 |
1578 | 2024-02-02T01:31:51.382Z | Compiling thiserror v1.0.56 |
1579 | 2024-02-02T01:31:51.558Z | Compiling pest v2.7.6 |
1580 | 2024-02-02T01:31:52.910Z | Compiling hashbrown v0.14.2 |
1581 | 2024-02-02T01:31:53.119Z | Compiling hashbrown v0.13.2 |
1582 | 2024-02-02T01:31:53.901Z | Compiling tracing v0.1.37 |
1583 | 2024-02-02T01:31:54.749Z | Compiling der_derive v0.7.2 |
1584 | 2024-02-02T01:31:54.964Z | Compiling num-integer v0.1.45 |
1585 | 2024-02-02T01:31:55.417Z | Compiling lazy_static v1.4.0 |
1586 | 2024-02-02T01:31:55.561Z | Compiling pest_meta v2.7.6 |
1587 | 2024-02-02T01:31:56.260Z | Compiling untrusted v0.9.0 |
1588 | 2024-02-02T01:31:56.525Z | Compiling foreign-types-shared v0.1.1 |
1589 | 2024-02-02T01:31:56.660Z | Compiling untrusted v0.7.1 |
1590 | 2024-02-02T01:31:56.948Z | Compiling time-core v0.1.1 |
1591 | 2024-02-02T01:31:57.207Z | Compiling rustversion v1.0.14 |
1592 | 2024-02-02T01:31:57.543Z | Compiling percent-encoding v2.3.1 |
1593 | 2024-02-02T01:31:57.723Z | Compiling pest_generator v2.7.6 |
1594 | 2024-02-02T01:31:58.343Z | Compiling time-macros v0.2.13 |
1595 | 2024-02-02T01:31:59.315Z | Compiling foreign-types v0.3.2 |
1596 | 2024-02-02T01:32:01.025Z | Compiling scroll_derive v0.12.0 |
1597 | 2024-02-02T01:32:03.421Z | Compiling synstructure v0.12.6 |
1598 | 2024-02-02T01:32:03.979Z | Compiling thread-id v4.2.0 |
1599 | 2024-02-02T01:32:04.123Z | Compiling base64 v0.21.7 |
1600 | 2024-02-02T01:32:04.275Z | Compiling pest_derive v2.7.6 |
1601 | 2024-02-02T01:32:05.281Z | Compiling try-lock v0.2.4 |
1602 | 2024-02-02T01:32:05.378Z | Compiling rustls-webpki v0.101.7 |
1603 | 2024-02-02T01:32:05.473Z | Compiling want v0.3.1 |
1604 | 2024-02-02T01:32:05.561Z | Compiling sct v0.7.0 |
1605 | 2024-02-02T01:32:05.894Z | Compiling form_urlencoded v1.2.1 |
1606 | 2024-02-02T01:32:06.357Z | Compiling socket2 v0.4.9 |
1607 | 2024-02-02T01:32:06.386Z | Compiling httpdate v1.0.3 |
1608 | 2024-02-02T01:32:06.405Z | Compiling zerocopy-derive v0.2.0 |
1609 | 2024-02-02T01:32:07.079Z | Compiling openssl-probe v0.1.5 |
1610 | 2024-02-02T01:32:07.580Z | Compiling tower-service v0.3.2 |
1611 | 2024-02-02T01:32:07.597Z | Compiling const-oid v0.9.5 |
1612 | 2024-02-02T01:32:07.740Z | Compiling idna v0.5.0 |
1613 | 2024-02-02T01:32:07.978Z | Checking bytes v1.5.0 |
1614 | 2024-02-02T01:32:08.536Z | Checking bitflags v2.4.0 |
1615 | 2024-02-02T01:32:09.652Z | Compiling indexmap v2.2.2 |
1616 | 2024-02-02T01:32:10.907Z | Compiling chrono v0.4.31 |
1617 | 2024-02-02T01:32:10.959Z | Compiling uuid v1.7.0 |
1618 | 2024-02-02T01:32:11.080Z | Checking tokio v1.35.1 |
1619 | 2024-02-02T01:32:11.161Z | Compiling http v0.2.11 |
1620 | 2024-02-02T01:32:12.189Z | Compiling semver v1.0.21 |
1621 | 2024-02-02T01:32:13.101Z | Compiling toml_datetime v0.6.5 |
1622 | 2024-02-02T01:32:13.470Z | Compiling serde_spanned v0.6.4 |
1623 | 2024-02-02T01:32:13.734Z | Compiling rustc_version v0.4.0 |
1624 | 2024-02-02T01:32:13.805Z | Compiling openapiv3 v2.0.0 |
1625 | 2024-02-02T01:32:14.312Z | Compiling toml_edit v0.19.15 |
1626 | 2024-02-02T01:32:17.355Z | Compiling http-body v0.4.5 |
1627 | 2024-02-02T01:32:20.299Z | Compiling adler v1.0.2 |
1628 | 2024-02-02T01:32:20.604Z | Compiling miniz_oxide v0.7.1 |
1629 | 2024-02-02T01:32:22.024Z | Compiling url v2.5.0 |
1630 | 2024-02-02T01:32:22.487Z | Checking crypto-common v0.1.6 |
1631 | 2024-02-02T01:32:22.491Z | Checking equivalent v1.0.1 |
1632 | 2024-02-02T01:32:22.730Z | Compiling signal-hook v0.3.17 |
1633 | 2024-02-02T01:32:22.855Z | Compiling ipnet v2.9.0 |
1634 | 2024-02-02T01:32:24.893Z | Compiling tokio-util v0.7.10 |
1635 | 2024-02-02T01:32:25.212Z | Compiling tokio-rustls v0.24.1 |
1636 | 2024-02-02T01:32:25.253Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-02T01:32:25.489Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-02T01:32:26.038Z | Compiling zerocopy-derive v0.6.4 |
1639 | 2024-02-02T01:32:26.083Z | Compiling clap_derive v4.4.2 |
1640 | 2024-02-02T01:32:26.663Z | Compiling h2 v0.3.24 |
1641 | 2024-02-02T01:32:27.471Z | Compiling usdt-impl v0.3.5 |
1642 | 2024-02-02T01:32:27.570Z | Compiling encoding_rs v0.8.33 |
1643 | 2024-02-02T01:32:27.632Z | Compiling siphasher v0.3.11 |
1644 | 2024-02-02T01:32:28.306Z | Compiling gimli v0.28.0 |
1645 | 2024-02-02T01:32:28.731Z | Compiling tokio-native-tls v0.3.1 |
1646 | 2024-02-02T01:32:29.130Z | Compiling webpki-roots v0.25.2 |
1647 | 2024-02-02T01:32:29.343Z | Compiling mime v0.3.17 |
1648 | 2024-02-02T01:32:30.344Z | Compiling zerocopy v0.3.0 |
1649 | 2024-02-02T01:32:30.468Z | Compiling strum_macros v0.25.2 |
1650 | 2024-02-02T01:32:31.565Z | Compiling scroll v0.12.0 |
1651 | 2024-02-02T01:32:32.355Z | Compiling block-buffer v0.10.4 |
1652 | 2024-02-02T01:32:32.739Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1653 | 2024-02-02T01:32:32.954Z | Compiling object v0.32.1 |
1654 | 2024-02-02T01:32:33.432Z | Compiling num-iter v0.1.43 |
1655 | 2024-02-02T01:32:33.905Z | Compiling usdt-impl v0.5.0 |
1656 | 2024-02-02T01:32:34.389Z | Compiling plain v0.2.3 |
1657 | 2024-02-02T01:32:34.668Z | Compiling rustc-demangle v0.1.23 |
1658 | 2024-02-02T01:32:35.454Z | Compiling addr2line v0.21.0 |
1659 | 2024-02-02T01:32:36.245Z | Compiling goblin v0.8.0 |
1660 | 2024-02-02T01:32:36.814Z | Compiling flate2 v1.0.28 |
1661 | 2024-02-02T01:32:36.839Z | Compiling digest v0.10.7 |
1662 | 2024-02-02T01:32:36.909Z | Compiling dof v0.1.5 |
1663 | 2024-02-02T01:32:37.402Z | Compiling heapless v0.7.16 |
1664 | 2024-02-02T01:32:37.543Z | Compiling dtrace-parser v0.1.14 |
1665 | 2024-02-02T01:32:37.911Z | Compiling hyper v0.14.27 |
1666 | 2024-02-02T01:32:38.007Z | Compiling futures-executor v0.3.30 |
1667 | 2024-02-02T01:32:38.363Z | Compiling pretty-hex v0.4.1 |
1668 | 2024-02-02T01:32:38.394Z | Compiling ppv-lite86 v0.2.17 |
1669 | 2024-02-02T01:32:38.921Z | Compiling futures v0.3.30 |
1670 | 2024-02-02T01:32:39.158Z | Compiling toml v0.7.8 |
1671 | 2024-02-02T01:32:39.670Z | Compiling rand_chacha v0.3.1 |
1672 | 2024-02-02T01:32:40.862Z | Compiling toml_edit v0.21.0 |
1673 | 2024-02-02T01:32:41.704Z | Compiling serde_tokenstream v0.1.7 |
1674 | 2024-02-02T01:32:42.026Z | Compiling hex v0.4.3 |
1675 | 2024-02-02T01:32:42.588Z | Compiling dtrace-parser v0.2.0 |
1676 | 2024-02-02T01:32:44.706Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1677 | 2024-02-02T01:32:45.715Z | Compiling bit-vec v0.6.3 |
1678 | 2024-02-02T01:32:45.918Z | Compiling dof v0.3.0 |
1679 | 2024-02-02T01:32:46.597Z | Compiling rand v0.8.5 |
1680 | 2024-02-02T01:32:48.162Z | Compiling phf_shared v0.10.0 |
1681 | 2024-02-02T01:32:48.749Z | Compiling num-bigint v0.4.4 |
1682 | 2024-02-02T01:32:49.016Z | Compiling hyper-tls v0.5.0 |
1683 | 2024-02-02T01:32:49.987Z | Compiling hyper-rustls v0.24.2 |
1684 | 2024-02-02T01:32:49.991Z | Compiling smoltcp v0.9.1 |
1685 | 2024-02-02T01:32:49.991Z | Compiling base64ct v1.6.0 |
1686 | 2024-02-02T01:32:50.069Z | Compiling reqwest v0.11.22 |
1687 | 2024-02-02T01:32:50.074Z | Compiling new_debug_unreachable v1.0.4 |
1688 | 2024-02-02T01:32:50.188Z | Compiling precomputed-hash v0.1.1 |
1689 | 2024-02-02T01:32:50.243Z | Compiling minimal-lexical v0.2.1 |
1690 | 2024-02-02T01:32:50.334Z | Compiling fixedbitset v0.4.2 |
1691 | 2024-02-02T01:32:50.756Z | Compiling pem-rfc7468 v0.7.0 |
1692 | 2024-02-02T01:32:50.816Z | Compiling petgraph v0.6.4 |
1693 | 2024-02-02T01:32:51.038Z | Compiling nom v7.1.3 |
1694 | 2024-02-02T01:32:51.042Z | Compiling string_cache v0.8.7 |
1695 | 2024-02-02T01:32:52.277Z | Compiling bit-set v0.5.3 |
1696 | 2024-02-02T01:32:52.684Z | Compiling usdt-attr-macro v0.3.5 |
1697 | 2024-02-02T01:32:53.581Z | Compiling usdt-macro v0.3.5 |
1698 | 2024-02-02T01:32:53.920Z | Compiling hmac v0.12.1 |
1699 | 2024-02-02T01:32:54.258Z | Compiling hubpack_derive v0.1.1 |
1700 | 2024-02-02T01:32:54.279Z | Compiling enum-as-inner v0.5.1 |
1701 | 2024-02-02T01:32:54.386Z | Compiling itertools v0.10.5 |
1702 | 2024-02-02T01:32:55.107Z | Compiling diesel_table_macro_syntax v0.1.0 |
1703 | 2024-02-02T01:32:55.688Z | Checking unicode-ident v1.0.12 |
1704 | 2024-02-02T01:32:55.724Z | Compiling unicode-segmentation v1.10.1 |
1705 | 2024-02-02T01:32:55.916Z | Compiling lalrpop-util v0.19.12 |
1706 | 2024-02-02T01:32:55.935Z | Compiling flagset v0.4.3 |
1707 | 2024-02-02T01:32:56.216Z | Compiling der v0.7.8 |
1708 | 2024-02-02T01:32:56.436Z | Compiling diesel_derives v2.1.2 |
1709 | 2024-02-02T01:32:57.102Z | Compiling cpufeatures v0.2.12 |
1710 | 2024-02-02T01:32:57.246Z | Compiling sha2 v0.10.8 |
1711 | 2024-02-02T01:32:57.377Z | Compiling rustix v0.37.23 |
1712 | 2024-02-02T01:32:57.414Z | Compiling md-5 v0.10.5 |
1713 | 2024-02-02T01:32:58.998Z | Compiling stringprep v0.1.3 |
1714 | 2024-02-02T01:32:59.046Z | Compiling serde_repr v0.1.16 |
1715 | 2024-02-02T01:32:59.226Z | Compiling hash32 v0.2.1 |
1716 | 2024-02-02T01:32:59.621Z | Compiling spki v0.7.2 |
1717 | 2024-02-02T01:32:59.868Z | Checking bitflags v1.3.2 |
1718 | 2024-02-02T01:32:59.973Z | Compiling stable_deref_trait v1.2.0 |
1719 | 2024-02-02T01:33:00.109Z | Compiling fallible-iterator v0.2.0 |
1720 | 2024-02-02T01:33:00.652Z | Compiling pkcs8 v0.10.2 |
1721 | 2024-02-02T01:33:00.959Z | Compiling terminal_size v0.2.6 |
1722 | 2024-02-02T01:33:01.215Z | Compiling postgres-protocol v0.6.6 |
1723 | 2024-02-02T01:33:01.511Z | Checking proc-macro2 v1.0.78 |
1724 | 2024-02-02T01:33:01.756Z | Compiling phf_shared v0.11.2 |
1725 | 2024-02-02T01:33:02.304Z | Compiling ff v0.13.0 |
1726 | 2024-02-02T01:33:02.324Z | Compiling block-padding v0.3.3 |
1727 | 2024-02-02T01:33:02.487Z | Compiling scheduled-thread-pool v0.2.7 |
1728 | 2024-02-02T01:33:02.693Z | Compiling matches v0.1.10 |
1729 | 2024-02-02T01:33:02.808Z | Compiling num_threads v0.1.6 |
1730 | 2024-02-02T01:33:02.976Z | Compiling managed v0.8.0 |
1731 | 2024-02-02T01:33:03.261Z | Compiling regex-automata v0.1.10 |
1732 | 2024-02-02T01:33:03.359Z | Compiling base16ct v0.2.0 |
1733 | 2024-02-02T01:33:03.378Z | Compiling deranged v0.3.8 |
1734 | 2024-02-02T01:33:03.655Z | Compiling sec1 v0.7.3 |
1735 | 2024-02-02T01:33:03.832Z | Compiling clap_builder v4.4.2 |
1736 | 2024-02-02T01:33:04.017Z | Compiling bstr v0.2.17 |
1737 | 2024-02-02T01:33:04.559Z | Compiling r2d2 v0.8.10 |
1738 | 2024-02-02T01:33:05.137Z | Compiling idna v0.2.3 |
1739 | 2024-02-02T01:33:06.297Z | Compiling time v0.3.27 |
1740 | 2024-02-02T01:33:06.398Z | Compiling group v0.13.0 |
1741 | 2024-02-02T01:33:06.855Z | Compiling inout v0.1.3 |
1742 | 2024-02-02T01:33:07.241Z | Checking quote v1.0.35 |
1743 | 2024-02-02T01:33:07.350Z | Compiling postgres-types v0.2.6 |
1744 | 2024-02-02T01:33:07.772Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-02-02T01:33:07.786Z | Compiling phf v0.11.2 |
1746 | 2024-02-02T01:33:07.970Z | Compiling bzip2 v0.4.4 |
1747 | 2024-02-02T01:33:08.541Z | Compiling hubpack v0.1.2 |
1748 | 2024-02-02T01:33:08.893Z | Compiling hkdf v0.12.4 |
1749 | 2024-02-02T01:33:09.278Z | Compiling zerocopy v0.6.4 |
1750 | 2024-02-02T01:33:09.875Z | Compiling ipnetwork v0.20.0 |
1751 | 2024-02-02T01:33:10.662Z | Compiling crypto-bigint v0.5.2 |
1752 | 2024-02-02T01:33:11.330Z | Compiling float-cmp v0.9.0 |
1753 | 2024-02-02T01:33:11.889Z | Compiling difflib v0.4.0 |
1754 | 2024-02-02T01:33:13.110Z | Compiling whoami v1.4.1 |
1755 | 2024-02-02T01:33:14.080Z | Compiling static_assertions v1.1.0 |
1756 | 2024-02-02T01:33:14.211Z | Compiling regex-automata v0.3.8 |
1757 | 2024-02-02T01:33:14.539Z | Compiling predicates-core v1.0.6 |
1758 | 2024-02-02T01:33:14.996Z | Compiling normalize-line-endings v0.3.0 |
1759 | 2024-02-02T01:33:15.096Z | Compiling data-encoding v2.4.0 |
1760 | 2024-02-02T01:33:15.154Z | Compiling predicates v3.1.0 |
1761 | 2024-02-02T01:33:15.181Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1762 | 2024-02-02T01:33:16.418Z | Compiling trust-dns-proto v0.22.0 |
1763 | 2024-02-02T01:33:17.822Z | Compiling bstr v1.6.0 |
1764 | 2024-02-02T01:33:18.283Z | Compiling elliptic-curve v0.13.8 |
1765 | 2024-02-02T01:33:19.022Z | Compiling tokio-postgres v0.7.10 |
1766 | 2024-02-02T01:33:19.515Z | Compiling yasna v0.5.2 |
1767 | 2024-02-02T01:33:20.353Z | Compiling clap v4.4.3 |
1768 | 2024-02-02T01:33:20.500Z | Compiling zip v0.6.6 |
1769 | 2024-02-02T01:33:22.716Z | Compiling crossterm v0.27.0 |
1770 | 2024-02-02T01:33:22.794Z | Compiling cipher v0.4.4 |
1771 | 2024-02-02T01:33:22.829Z | Compiling similar v2.3.0 |
1772 | 2024-02-02T01:33:23.687Z | Compiling diesel v2.1.4 |
1773 | 2024-02-02T01:33:25.053Z | Compiling usdt v0.3.5 |
1774 | 2024-02-02T01:33:25.454Z | Compiling tokio-stream v0.1.14 |
1775 | 2024-02-02T01:33:26.078Z | Compiling console v0.15.8 |
1776 | 2024-02-02T01:33:30.095Z | Checking utf8parse v0.2.1 |
1777 | 2024-02-02T01:33:32.528Z | Checking anstyle v1.0.2 |
1778 | 2024-02-02T01:33:34.557Z | Compiling serde_tokenstream v0.2.0 |
1779 | 2024-02-02T01:33:35.375Z | Checking io-lifetimes v1.0.11 |
1780 | 2024-02-02T01:33:40.807Z | Checking anstyle-parse v0.2.1 |
1781 | 2024-02-02T01:33:41.810Z | Checking anstyle-query v1.0.0 |
1782 | 2024-02-02T01:33:41.860Z | Checking colorchoice v1.0.0 |
1783 | 2024-02-02T01:33:42.034Z | Checking anstream v0.5.0 |
1784 | 2024-02-02T01:33:42.641Z | Checking strsim v0.10.0 |
1785 | 2024-02-02T01:33:42.816Z | Checking clap_lex v0.5.1 |
1786 | 2024-02-02T01:33:43.533Z | Checking winnow v0.5.15 |
1787 | 2024-02-02T01:33:51.320Z | Compiling regress v0.7.1 |
1788 | 2024-02-02T01:33:57.082Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1789 | 2024-02-02T01:34:07.472Z | Compiling getopts v0.2.21 |
1790 | 2024-02-02T01:34:07.651Z | Compiling unsafe-libyaml v0.2.10 |
1791 | 2024-02-02T01:34:08.089Z | Checking heck v0.4.1 |
1792 | 2024-02-02T01:34:09.677Z | Checking camino v1.1.6 |
1793 | 2024-02-02T01:34:10.540Z | Compiling serde_yaml v0.9.25 |
1794 | 2024-02-02T01:34:10.857Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1795 | 2024-02-02T01:34:11.104Z | Compiling ident_case v1.0.1 |
1796 | 2024-02-02T01:34:11.233Z | Checking rustls-pki-types v1.1.0 |
1797 | 2024-02-02T01:34:11.307Z | Checking match_cfg v0.1.0 |
1798 | 2024-02-02T01:34:11.334Z | Checking fastrand v2.0.0 |
1799 | 2024-02-02T01:34:11.422Z | Checking hostname v0.3.1 |
1800 | 2024-02-02T01:34:11.593Z | Checking http v1.0.0 |
1801 | 2024-02-02T01:34:11.799Z | Checking atty v0.2.14 |
1802 | 2024-02-02T01:34:11.819Z | Checking tempfile v3.9.0 |
1803 | 2024-02-02T01:34:11.952Z | Checking quick-error v1.2.3 |
1804 | 2024-02-02T01:34:12.139Z | Compiling paste v1.0.14 |
1805 | 2024-02-02T01:34:12.324Z | Checking crossbeam-channel v0.5.8 |
1806 | 2024-02-02T01:34:12.972Z | Checking sha1 v0.10.6 |
1807 | 2024-02-02T01:34:13.402Z | Checking dirs-sys-next v0.1.2 |
1808 | 2024-02-02T01:34:13.506Z | Compiling rustls v0.22.2 |
1809 | 2024-02-02T01:34:13.636Z | Checking dirs-next v2.0.0 |
1810 | 2024-02-02T01:34:13.807Z | Checking rustls-webpki v0.102.1 |
1811 | 2024-02-02T01:34:13.935Z | Checking thread_local v1.1.7 |
1812 | 2024-02-02T01:34:14.335Z | Checking instant v0.1.12 |
1813 | 2024-02-02T01:34:14.501Z | Compiling slog-async v2.8.0 |
1814 | 2024-02-02T01:34:15.344Z | Checking term v0.7.0 |
1815 | 2024-02-02T01:34:16.120Z | Checking rustls-pemfile v2.0.0 |
1816 | 2024-02-02T01:34:16.124Z | Compiling multer v3.0.0 |
1817 | 2024-02-02T01:34:16.124Z | Checking debug-ignore v1.0.5 |
1818 | 2024-02-02T01:34:16.220Z | Checking take_mut v0.2.2 |
1819 | 2024-02-02T01:34:16.513Z | Checking slog-term v2.9.0 |
1820 | 2024-02-02T01:34:16.841Z | Compiling darling_core v0.20.3 |
1821 | 2024-02-02T01:34:17.080Z | Checking slog-json v2.6.1 |
1822 | 2024-02-02T01:34:17.276Z | Compiling async-stream-impl v0.3.5 |
1823 | 2024-02-02T01:34:17.372Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1824 | 2024-02-02T01:34:17.446Z | Checking atomic-waker v1.1.1 |
1825 | 2024-02-02T01:34:17.633Z | Checking waitgroup v0.1.2 |
1826 | 2024-02-02T01:34:17.801Z | Checking slog-bunyan v2.5.0 |
1827 | 2024-02-02T01:34:18.038Z | Checking toml v0.8.8 |
1828 | 2024-02-02T01:34:18.514Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1829 | 2024-02-02T01:34:19.245Z | Checking serde_path_to_error v0.1.15 |
1830 | 2024-02-02T01:34:19.522Z | Checking async-stream v0.3.5 |
1831 | 2024-02-02T01:34:19.781Z | Checking strum v0.25.0 |
1832 | 2024-02-02T01:34:19.985Z | Compiling structmeta-derive v0.2.0 |
1833 | 2024-02-02T01:34:20.295Z | Checking wait-timeout v0.2.0 |
1834 | 2024-02-02T01:34:20.536Z | Checking rusty-fork v0.3.0 |
1835 | 2024-02-02T01:34:20.949Z | Checking rand_xorshift v0.3.0 |
1836 | 2024-02-02T01:34:20.996Z | Checking tokio-rustls v0.25.0 |
1837 | 2024-02-02T01:34:21.182Z | Checking unarray v0.1.4 |
1838 | 2024-02-02T01:34:21.387Z | Compiling regex-syntax v0.7.5 |
1839 | 2024-02-02T01:34:21.531Z | Checking proptest v1.4.0 |
1840 | 2024-02-02T01:34:25.132Z | Compiling structmeta v0.2.0 |
1841 | 2024-02-02T01:34:25.791Z | Checking backoff v0.4.0 |
1842 | 2024-02-02T01:34:26.268Z | Compiling test-strategy v0.3.1 |
1843 | 2024-02-02T01:34:26.986Z | Compiling darling_macro v0.20.3 |
1844 | 2024-02-02T01:34:28.345Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1845 | 2024-02-02T01:34:28.550Z | Checking macaddr v1.0.1 |
1846 | 2024-02-02T01:34:28.592Z | Compiling darling v0.20.3 |
1847 | 2024-02-02T01:34:28.695Z | Checking camino-tempfile v1.1.1 |
1848 | 2024-02-02T01:34:28.751Z | Compiling serde_with_macros v3.5.1 |
1849 | 2024-02-02T01:34:28.809Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1850 | 2024-02-02T01:34:29.026Z | Checking is-terminal v0.4.9 |
1851 | 2024-02-02T01:34:29.086Z | Compiling proc-macro-error-attr v1.0.4 |
1852 | 2024-02-02T01:34:29.200Z | Compiling proc-macro-error v1.0.4 |
1853 | 2024-02-02T01:34:30.058Z | Compiling proc-macro-crate v1.3.1 |
1854 | 2024-02-02T01:34:30.190Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1855 | 2024-02-02T01:34:30.593Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1856 | 2024-02-02T01:34:47.600Z | Checking termtree v0.4.1 |
1857 | 2024-02-02T01:34:47.913Z | Compiling heapless v0.8.0 |
1858 | 2024-02-02T01:34:48.009Z | Checking predicates-tree v1.0.9 |
1859 | 2024-02-02T01:34:48.009Z | Compiling num_enum_derive v0.5.11 |
1860 | 2024-02-02T01:34:48.120Z | Checking hash32 v0.3.1 |
1861 | 2024-02-02T01:34:48.120Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1862 | 2024-02-02T01:34:48.120Z | Compiling parse-display-derive v0.8.2 |
1863 | 2024-02-02T01:34:48.120Z | Compiling smoltcp v0.11.0 |
1864 | 2024-02-02T01:34:48.120Z | Checking embedded-io v0.4.0 |
1865 | 2024-02-02T01:34:48.120Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-02-02T01:34:48.120Z | Checking cobs v0.2.3 |
1867 | 2024-02-02T01:34:48.120Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1868 | 2024-02-02T01:34:48.120Z | Checking serde_with v3.5.1 |
1869 | 2024-02-02T01:34:48.120Z | Checking postcard v1.0.8 |
1870 | 2024-02-02T01:34:48.120Z | Compiling foreign-types-macros v0.2.3 |
1871 | 2024-02-02T01:34:48.120Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1872 | 2024-02-02T01:34:48.120Z | Checking foreign-types-shared v0.3.1 |
1873 | 2024-02-02T01:34:48.121Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1874 | 2024-02-02T01:34:48.121Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1875 | 2024-02-02T01:34:48.121Z | Checking foreign-types v0.5.0 |
1876 | 2024-02-02T01:34:48.121Z | Checking num_enum v0.5.11 |
1877 | 2024-02-02T01:34:48.121Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1878 | 2024-02-02T01:34:48.121Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1879 | 2024-02-02T01:34:48.121Z | Checking cstr-argument v0.1.2 |
1880 | 2024-02-02T01:34:48.121Z | Checking pretty-hex v0.2.1 |
1881 | 2024-02-02T01:34:48.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1882 | 2024-02-02T01:34:48.121Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1883 | 2024-02-02T01:34:48.121Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1884 | 2024-02-02T01:34:48.121Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1885 | 2024-02-02T01:34:48.121Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1886 | 2024-02-02T01:34:48.121Z | Checking colored v2.0.4 |
1887 | 2024-02-02T01:34:48.121Z | Compiling usdt-macro v0.5.0 |
1888 | 2024-02-02T01:34:48.121Z | Compiling usdt-attr-macro v0.5.0 |
1889 | 2024-02-02T01:34:48.121Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1890 | 2024-02-02T01:34:48.121Z | Checking memmap v0.7.0 |
1891 | 2024-02-02T01:34:48.121Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1892 | 2024-02-02T01:34:48.121Z | Checking parse-display v0.8.2 |
1893 | 2024-02-02T01:34:48.121Z | Compiling zone_cfg_derive v0.3.0 |
1894 | 2024-02-02T01:34:48.121Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1895 | 2024-02-02T01:34:48.122Z | Compiling mockall_derive v0.12.0 |
1896 | 2024-02-02T01:34:48.122Z | Compiling num-derive v0.4.0 |
1897 | 2024-02-02T01:34:48.122Z | Checking usdt v0.5.0 |
1898 | 2024-02-02T01:34:48.122Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1899 | 2024-02-02T01:34:48.122Z | Checking downcast v0.11.0 |
1900 | 2024-02-02T01:34:48.122Z | Checking fragile v2.0.0 |
1901 | 2024-02-02T01:34:48.122Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1902 | 2024-02-02T01:34:48.122Z | Checking zone v0.3.0 |
1903 | 2024-02-02T01:34:48.122Z | Checking smf v0.2.2 |
1904 | 2024-02-02T01:34:48.122Z | Checking filetime v0.2.23 |
1905 | 2024-02-02T01:34:48.122Z | Checking xattr v1.0.1 |
1906 | 2024-02-02T01:34:48.122Z | Checking same-file v1.0.6 |
1907 | 2024-02-02T01:34:48.122Z | Checking tar v0.4.40 |
1908 | 2024-02-02T01:34:48.122Z | Checking walkdir v2.4.0 |
1909 | 2024-02-02T01:34:48.122Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1910 | 2024-02-02T01:34:48.122Z | Compiling rayon-core v1.12.0 |
1911 | 2024-02-02T01:34:48.122Z | Checking pem v3.0.2 |
1912 | 2024-02-02T01:34:48.122Z | Checking linked-hash-map v0.5.6 |
1913 | 2024-02-02T01:34:48.122Z | Checking itertools v0.12.1 |
1914 | 2024-02-02T01:34:48.122Z | Checking headers-core v0.2.0 |
1915 | 2024-02-02T01:34:48.122Z | Checking lru-cache v0.1.2 |
1916 | 2024-02-02T01:34:48.122Z | Checking swrite v0.1.0 |
1917 | 2024-02-02T01:34:48.122Z | Checking headers v0.3.9 |
1918 | 2024-02-02T01:34:48.122Z | Checking password-hash v0.5.0 |
1919 | 2024-02-02T01:34:48.123Z | Checking blake2 v0.10.6 |
1920 | 2024-02-02T01:34:48.123Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1921 | 2024-02-02T01:34:48.123Z | Checking rcgen v0.12.1 |
1922 | 2024-02-02T01:34:48.123Z | Checking argon2 v0.5.3 |
1923 | 2024-02-02T01:34:48.123Z | Checking atomicwrites v0.4.3 |
1924 | 2024-02-02T01:34:48.123Z | Checking subprocess v0.2.9 |
1925 | 2024-02-02T01:34:48.123Z | Checking arc-swap v1.6.0 |
1926 | 2024-02-02T01:34:48.123Z | Compiling cancel-safe-futures v0.1.5 |
1927 | 2024-02-02T01:34:48.123Z | Checking half v2.3.1 |
1928 | 2024-02-02T01:34:48.123Z | Checking ciborium-io v0.2.2 |
1929 | 2024-02-02T01:34:48.123Z | Checking resolv-conf v0.7.0 |
1930 | 2024-02-02T01:34:48.123Z | Checking slog-scope v4.4.0 |
1931 | 2024-02-02T01:34:48.123Z | Checking ciborium-ll v0.2.2 |
1932 | 2024-02-02T01:34:48.123Z | Checking slog-stdlog v4.1.1 |
1933 | 2024-02-02T01:34:48.123Z | Checking trust-dns-resolver v0.22.0 |
1934 | 2024-02-02T01:34:48.123Z | Checking slog-envlogger v2.2.0 |
1935 | 2024-02-02T01:34:48.245Z | Checking libsw v3.3.1 |
1936 | 2024-02-02T01:34:48.282Z | Checking ciborium v0.2.2 |
1937 | 2024-02-02T01:34:48.315Z | Compiling derive-where v1.2.7 |
1938 | 2024-02-02T01:34:48.442Z | Checking owo-colors v4.0.0 |
1939 | 2024-02-02T01:34:48.871Z | Checking linear-map v1.2.0 |
1940 | 2024-02-02T01:34:49.362Z | Checking textwrap v0.11.0 |
1941 | 2024-02-02T01:34:49.714Z | Compiling heck v0.3.3 |
1942 | 2024-02-02T01:34:49.857Z | Compiling blake3 v1.5.0 |
1943 | 2024-02-02T01:34:50.342Z | Checking ansi_term v0.12.1 |
1944 | 2024-02-02T01:34:50.413Z | Compiling libefi-sys v0.1.0 |
1945 | 2024-02-02T01:34:50.727Z | Checking vec_map v0.8.2 |
1946 | 2024-02-02T01:34:50.779Z | Checking strsim v0.8.0 |
1947 | 2024-02-02T01:34:51.013Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1948 | 2024-02-02T01:34:51.048Z | Compiling structopt-derive v0.4.18 |
1949 | 2024-02-02T01:34:51.526Z | Checking clap v2.34.0 |
1950 | 2024-02-02T01:34:51.529Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1951 | 2024-02-02T01:34:51.651Z | Compiling slog-dtrace v0.3.0 |
1952 | 2024-02-02T01:34:52.203Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1953 | 2024-02-02T01:34:52.649Z | Checking termcolor v1.2.0 |
1954 | 2024-02-02T01:34:52.746Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1955 | 2024-02-02T01:34:53.242Z | Checking nibble_vec v0.1.0 |
1956 | 2024-02-02T01:34:53.511Z | Checking gethostname v0.4.3 |
1957 | 2024-02-02T01:34:53.693Z | Checking endian-type v0.1.2 |
1958 | 2024-02-02T01:34:53.711Z | Compiling radium v0.7.0 |
1959 | 2024-02-02T01:34:53.986Z | Checking radix_trie v0.2.1 |
1960 | 2024-02-02T01:34:54.337Z | Checking tap v1.0.1 |
1961 | 2024-02-02T01:34:54.461Z | Compiling maybe-uninit v2.0.0 |
1962 | 2024-02-02T01:34:54.623Z | Checking wyz v0.5.1 |
1963 | 2024-02-02T01:34:54.724Z | Checking mockall v0.12.0 |
1964 | 2024-02-02T01:34:55.052Z | Checking fxhash v0.2.1 |
1965 | 2024-02-02T01:34:55.202Z | Checking funty v2.0.0 |
1966 | 2024-02-02T01:34:55.260Z | Compiling num-bigint-dig v0.8.4 |
1967 | 2024-02-02T01:34:55.285Z | Compiling packed_struct v0.10.1 |
1968 | 2024-02-02T01:34:55.324Z | Checking crc-catalog v2.2.0 |
1969 | 2024-02-02T01:34:55.515Z | Checking crc v3.0.1 |
1970 | 2024-02-02T01:34:55.718Z | Compiling packed_struct_codegen v0.10.1 |
1971 | 2024-02-02T01:34:55.758Z | Compiling indexmap v1.9.3 |
1972 | 2024-02-02T01:34:55.817Z | Compiling semver v0.1.20 |
1973 | 2024-02-02T01:34:55.932Z | Checking nodrop v0.1.14 |
1974 | 2024-02-02T01:34:56.034Z | Checking structopt v0.3.26 |
1975 | 2024-02-02T01:34:56.078Z | Checking array-init v0.0.4 |
1976 | 2024-02-02T01:34:56.223Z | Checking smallvec v0.6.14 |
1977 | 2024-02-02T01:34:56.572Z | Compiling rustc_version v0.1.7 |
1978 | 2024-02-02T01:34:56.879Z | Checking pkcs1 v0.7.5 |
1979 | 2024-02-02T01:34:56.902Z | Checking bitvec v1.0.1 |
1980 | 2024-02-02T01:34:57.296Z | Checking signature v2.1.0 |
1981 | 2024-02-02T01:34:57.480Z | Compiling crossbeam-deque v0.8.3 |
1982 | 2024-02-02T01:34:57.567Z | Checking bitfield v0.14.0 |
1983 | 2024-02-02T01:34:57.721Z | Checking hashbrown v0.12.3 |
1984 | 2024-02-02T01:34:59.293Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1985 | 2024-02-02T01:34:59.655Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1986 | 2024-02-02T01:34:59.790Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1987 | 2024-02-02T01:34:59.998Z | Checking rsa v0.9.2 |
1988 | 2024-02-02T01:35:00.224Z | Checking serde-hex v0.1.0 |
1989 | 2024-02-02T01:35:00.446Z | Compiling newtype_derive v0.1.6 |
1990 | 2024-02-02T01:35:00.523Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1991 | 2024-02-02T01:35:00.850Z | Checking env_logger v0.10.0 |
1992 | 2024-02-02T01:35:00.893Z | Checking x509-cert v0.2.4 |
1993 | 2024-02-02T01:35:01.409Z | Checking ron v0.8.1 |
1994 | 2024-02-02T01:35:01.482Z | Compiling semver-parser v0.10.2 |
1995 | 2024-02-02T01:35:03.145Z | Checking crc-any v2.4.3 |
1996 | 2024-02-02T01:35:03.442Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1997 | 2024-02-02T01:35:03.583Z | Compiling semver v0.11.0 |
1998 | 2024-02-02T01:35:03.729Z | Compiling rayon v1.8.0 |
1999 | 2024-02-02T01:35:03.892Z | Checking object v0.30.4 |
2000 | 2024-02-02T01:35:05.238Z | Compiling num-rational v0.4.1 |
2001 | 2024-02-02T01:35:06.546Z | Compiling memmap2 v0.7.1 |
2002 | 2024-02-02T01:35:07.014Z | Compiling arrayref v0.3.7 |
2003 | 2024-02-02T01:35:07.018Z | Compiling arrayvec v0.7.4 |
2004 | 2024-02-02T01:35:07.097Z | Compiling home v0.5.5 |
2005 | 2024-02-02T01:35:07.195Z | Checking path-slash v0.1.5 |
2006 | 2024-02-02T01:35:07.364Z | Compiling constant_time_eq v0.3.0 |
2007 | 2024-02-02T01:35:07.374Z | Compiling toolchain_find v0.2.0 |
2008 | 2024-02-02T01:35:07.756Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2009 | 2024-02-02T01:35:08.240Z | Compiling toml v0.5.11 |
2010 | 2024-02-02T01:35:08.323Z | Compiling convert_case v0.4.0 |
2011 | 2024-02-02T01:35:08.670Z | Compiling topological-sort v0.2.2 |
2012 | 2024-02-02T01:35:08.980Z | Checking steno v0.4.0 |
2013 | 2024-02-02T01:35:09.826Z | Compiling derive_more v0.99.17 |
2014 | 2024-02-02T01:35:11.408Z | Compiling rustfmt-wrapper v0.2.0 |
2015 | 2024-02-02T01:35:12.366Z | Compiling omicron-zone-package v0.11.0 |
2016 | 2024-02-02T01:35:13.973Z | Checking num-complex v0.4.4 |
2017 | 2024-02-02T01:35:14.068Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2018 | 2024-02-02T01:35:14.535Z | Checking newline-converter v0.3.0 |
2019 | 2024-02-02T01:35:15.154Z | Checking utf-8 v0.7.6 |
2020 | 2024-02-02T01:35:15.158Z | Checking tungstenite v0.20.1 |
2021 | 2024-02-02T01:35:15.521Z | Checking num v0.4.1 |
2022 | 2024-02-02T01:35:15.661Z | Checking expectorate v1.1.0 |
2023 | 2024-02-02T01:35:15.863Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2024 | 2024-02-02T01:35:16.093Z | Compiling buf-list v1.0.3 |
2025 | 2024-02-02T01:35:16.373Z | Checking display-error-chain v0.2.0 |
2026 | 2024-02-02T01:35:16.510Z | Checking tokio-tungstenite v0.20.1 |
2027 | 2024-02-02T01:35:16.570Z | Compiling parking_lot_core v0.8.6 |
2028 | 2024-02-02T01:35:16.589Z | Checking keccak v0.1.4 |
2029 | 2024-02-02T01:35:17.053Z | Checking sha3 v0.10.8 |
2030 | 2024-02-02T01:35:17.185Z | Checking trust-dns-client v0.22.0 |
2031 | 2024-02-02T01:35:17.609Z | Checking secrecy v0.8.0 |
2032 | 2024-02-02T01:35:17.855Z | Checking parking_lot v0.11.2 |
2033 | 2024-02-02T01:35:17.945Z | Compiling pin-project-internal v1.1.3 |
2034 | 2024-02-02T01:35:18.335Z | Compiling doc-comment v0.3.3 |
2035 | 2024-02-02T01:35:19.207Z | Checking sled v0.34.7 |
2036 | 2024-02-02T01:35:19.553Z | Checking glob v0.3.1 |
2037 | 2024-02-02T01:35:19.972Z | Checking trust-dns-server v0.22.1 |
2038 | 2024-02-02T01:35:20.461Z | Compiling vte_generate_state_changes v0.1.1 |
2039 | 2024-02-02T01:35:21.458Z | Checking vte v0.11.1 |
2040 | 2024-02-02T01:35:22.217Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2041 | 2024-02-02T01:35:22.525Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2042 | 2024-02-02T01:35:23.167Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2043 | 2024-02-02T01:35:23.253Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2044 | 2024-02-02T01:35:23.977Z | Checking pin-project v1.1.3 |
2045 | 2024-02-02T01:35:24.046Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2046 | 2024-02-02T01:35:24.140Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2047 | 2024-02-02T01:35:24.205Z | Compiling unicase v2.7.0 |
2048 | 2024-02-02T01:35:24.405Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2049 | 2024-02-02T01:35:24.733Z | Compiling platforms v3.0.2 |
2050 | 2024-02-02T01:35:25.052Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2051 | 2024-02-02T01:35:25.162Z | Checking strip-ansi-escapes v0.2.0 |
2052 | 2024-02-02T01:35:25.353Z | Checking fd-lock v3.0.13 |
2053 | 2024-02-02T01:35:25.616Z | Compiling snafu-derive v0.7.5 |
2054 | 2024-02-02T01:35:26.311Z | Compiling fs-err v2.11.0 |
2055 | 2024-02-02T01:35:26.741Z | Checking nu-ansi-term v0.49.0 |
2056 | 2024-02-02T01:35:27.364Z | Checking reedline v0.28.0 |
2057 | 2024-02-02T01:35:27.619Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2058 | 2024-02-02T01:35:28.957Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2059 | 2024-02-02T01:35:30.760Z | Checking globset v0.4.13 |
2060 | 2024-02-02T01:35:30.843Z | Checking olpc-cjson v0.1.3 |
2061 | 2024-02-02T01:35:31.160Z | Checking serde_plain v1.0.2 |
2062 | 2024-02-02T01:35:31.514Z | Compiling async-recursion v1.0.5 |
2063 | 2024-02-02T01:35:31.537Z | Checking typed-path v0.7.0 |
2064 | 2024-02-02T01:35:33.225Z | Compiling curve25519-dalek v4.1.1 |
2065 | 2024-02-02T01:35:34.107Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2066 | 2024-02-02T01:35:34.590Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2067 | 2024-02-02T01:35:34.642Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2024-02-02T01:35:34.681Z | Compiling memoffset v0.7.1 |
2069 | 2024-02-02T01:35:35.123Z | Checking parse-size v1.0.0 |
2070 | 2024-02-02T01:35:35.362Z | Compiling mime_guess v2.0.4 |
2071 | 2024-02-02T01:35:35.396Z | Checking snafu v0.7.5 |
2072 | 2024-02-02T01:35:35.512Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2073 | 2024-02-02T01:35:35.839Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2074 | 2024-02-02T01:35:36.135Z | Checking tough v0.16.0 |
2075 | 2024-02-02T01:35:37.490Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2076 | 2024-02-02T01:35:37.971Z | Checking universal-hash v0.5.1 |
2077 | 2024-02-02T01:35:38.234Z | Compiling thiserror-impl-no-std v2.0.2 |
2078 | 2024-02-02T01:35:39.141Z | Compiling curve25519-dalek-derive v0.1.0 |
2079 | 2024-02-02T01:35:41.724Z | Checking opaque-debug v0.3.0 |
2080 | 2024-02-02T01:35:41.845Z | Checking poly1305 v0.8.0 |
2081 | 2024-02-02T01:35:43.726Z | Checking thiserror-no-std v2.0.2 |
2082 | 2024-02-02T01:35:44.080Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2083 | 2024-02-02T01:35:44.418Z | Checking chacha20 v0.9.1 |
2084 | 2024-02-02T01:35:44.564Z | Checking aead v0.5.2 |
2085 | 2024-02-02T01:35:44.719Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2086 | 2024-02-02T01:35:44.881Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2087 | 2024-02-02T01:35:44.953Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2088 | 2024-02-02T01:35:45.486Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2089 | 2024-02-02T01:35:47.644Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2090 | 2024-02-02T01:35:47.751Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-02-02T01:35:49.231Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2092 | 2024-02-02T01:35:50.057Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2093 | 2024-02-02T01:35:50.427Z | Checking kstat-rs v0.2.3 |
2094 | 2024-02-02T01:35:50.909Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2095 | 2024-02-02T01:35:51.333Z | Compiling salty v0.2.0 |
2096 | 2024-02-02T01:35:52.113Z | Checking signature v1.6.4 |
2097 | 2024-02-02T01:35:52.296Z | Checking ed25519 v1.5.3 |
2098 | 2024-02-02T01:35:52.639Z | Checking vsss-rs v3.3.4 |
2099 | 2024-02-02T01:35:52.960Z | Checking chacha20poly1305 v0.10.1 |
2100 | 2024-02-02T01:35:53.993Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2101 | 2024-02-02T01:35:54.302Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2102 | 2024-02-02T01:35:54.720Z | Checking serde-big-array v0.5.1 |
2103 | 2024-02-02T01:35:55.029Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-02-02T01:35:56.389Z | Checking humantime v2.1.0 |
2105 | 2024-02-02T01:35:56.826Z | Checking bytecount v0.6.3 |
2106 | 2024-02-02T01:35:58.627Z | Checking papergrid v0.11.0 |
2107 | 2024-02-02T01:35:59.102Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2108 | 2024-02-02T01:35:59.221Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2109 | 2024-02-02T01:36:01.608Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2110 | 2024-02-02T01:36:01.816Z | Compiling tabled_derive v0.7.0 |
2111 | 2024-02-02T01:36:01.916Z | Checking signal-hook-tokio v0.3.1 |
2112 | 2024-02-02T01:36:02.169Z | Checking fd-lock v4.0.2 |
2113 | 2024-02-02T01:36:02.449Z | Checking nix v0.27.1 |
2114 | 2024-02-02T01:36:09.933Z | Checking serde-big-array v0.4.1 |
2115 | 2024-02-02T01:36:11.210Z | Compiling sqlparser_derive v0.2.2 |
2116 | 2024-02-02T01:36:11.210Z | Checking unicode_categories v0.1.1 |
2117 | 2024-02-02T01:36:11.210Z | Checking sqlformat v0.2.3 |
2118 | 2024-02-02T01:36:11.210Z | Checking sqlparser v0.43.1 |
2119 | 2024-02-02T01:36:11.211Z | Checking tabled v0.15.0 |
2120 | 2024-02-02T01:36:11.211Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2121 | 2024-02-02T01:36:11.211Z | Checking rustyline v13.0.0 |
2122 | 2024-02-02T01:36:11.211Z | Checking bcs v0.1.6 |
2123 | 2024-02-02T01:36:11.211Z | Compiling prettyplease v0.2.16 |
2124 | 2024-02-02T01:36:11.211Z | Checking highway v1.1.0 |
2125 | 2024-02-02T01:36:11.211Z | Checking corncobs v0.1.3 |
2126 | 2024-02-02T01:36:11.211Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2127 | 2024-02-02T01:36:11.211Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2128 | 2024-02-02T01:36:11.926Z | Checking http-range v0.1.5 |
2129 | 2024-02-02T01:36:11.927Z | Checking hyper-staticfile v0.9.5 |
2130 | 2024-02-02T01:36:11.927Z | Compiling portable-atomic v1.4.3 |
2131 | 2024-02-02T01:36:11.927Z | Compiling crunchy v0.2.2 |
2132 | 2024-02-02T01:36:13.009Z | Compiling clang-sys v1.6.1 |
2133 | 2024-02-02T01:36:13.009Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2134 | 2024-02-02T01:36:13.481Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2135 | 2024-02-02T01:36:13.482Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2136 | 2024-02-02T01:36:13.482Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2137 | 2024-02-02T01:36:13.482Z | Compiling tiny-keccak v2.0.2 |
2138 | 2024-02-02T01:36:13.482Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2139 | 2024-02-02T01:36:14.053Z | Checking assert_matches v1.5.0 |
2140 | 2024-02-02T01:36:16.479Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2141 | 2024-02-02T01:36:17.134Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2142 | 2024-02-02T01:36:30.217Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2143 | 2024-02-02T01:36:30.433Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2144 | 2024-02-02T01:36:30.433Z | Compiling darling_core v0.14.4 |
2145 | 2024-02-02T01:36:30.433Z | Checking number_prefix v0.4.0 |
2146 | 2024-02-02T01:36:30.433Z | Checking indicatif v0.17.7 |
2147 | 2024-02-02T01:36:30.433Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2148 | 2024-02-02T01:36:30.433Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2149 | 2024-02-02T01:36:30.433Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2150 | 2024-02-02T01:36:30.846Z | Compiling ascii-canvas v3.0.0 |
2151 | 2024-02-02T01:36:30.846Z | Compiling ena v0.14.2 |
2152 | 2024-02-02T01:36:30.983Z | Compiling libloading v0.7.4 |
2153 | 2024-02-02T01:36:30.983Z | Compiling diff v0.1.13 |
2154 | 2024-02-02T01:36:30.983Z | Compiling regex-syntax v0.6.29 |
2155 | 2024-02-02T01:36:30.983Z | Compiling bindgen v0.69.2 |
2156 | 2024-02-02T01:36:30.983Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2157 | 2024-02-02T01:36:30.983Z | Compiling cexpr v0.6.0 |
2158 | 2024-02-02T01:36:30.983Z | Compiling darling_macro v0.14.4 |
2159 | 2024-02-02T01:36:30.983Z | Compiling lalrpop v0.19.12 |
2160 | 2024-02-02T01:36:30.983Z | Compiling which v4.4.0 |
2161 | 2024-02-02T01:36:31.469Z | Checking maplit v1.0.2 |
2162 | 2024-02-02T01:36:31.565Z | Compiling darling v0.14.4 |
2163 | 2024-02-02T01:36:31.624Z | Compiling lazycell v1.3.0 |
2164 | 2024-02-02T01:36:31.666Z | Compiling rustc-hash v1.1.0 |
2165 | 2024-02-02T01:36:31.712Z | Compiling peeking_take_while v0.1.2 |
2166 | 2024-02-02T01:36:31.844Z | Compiling shlex v1.3.0 |
2167 | 2024-02-02T01:36:31.870Z | Compiling ref-cast v1.0.20 |
2168 | 2024-02-02T01:36:31.895Z | Compiling derive_builder_core v0.12.0 |
2169 | 2024-02-02T01:36:32.734Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2170 | 2024-02-02T01:36:32.931Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2171 | 2024-02-02T01:36:33.371Z | Compiling ref-cast-impl v1.0.20 |
2172 | 2024-02-02T01:36:34.063Z | Compiling libxml v0.3.3 |
2173 | 2024-02-02T01:36:34.684Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2174 | 2024-02-02T01:36:34.700Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2175 | 2024-02-02T01:36:35.265Z | Compiling strum_macros v0.24.3 |
2176 | 2024-02-02T01:36:35.480Z | Compiling cookie v0.18.0 |
2177 | 2024-02-02T01:36:35.922Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2178 | 2024-02-02T01:36:36.045Z | Compiling derive_builder_macro v0.12.0 |
2179 | 2024-02-02T01:36:36.357Z | Compiling indoc v1.0.9 |
2180 | 2024-02-02T01:36:37.399Z | Checking derive_builder v0.12.0 |
2181 | 2024-02-02T01:36:38.033Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2182 | 2024-02-02T01:36:40.288Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2183 | 2024-02-02T01:36:40.553Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2184 | 2024-02-02T01:36:40.999Z | Checking bb8 v0.8.1 |
2185 | 2024-02-02T01:36:41.251Z | Checking quick-xml v0.30.0 |
2186 | 2024-02-02T01:36:41.266Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2187 | 2024-02-02T01:36:41.699Z | Compiling oso-derive v0.27.0 |
2188 | 2024-02-02T01:36:41.786Z | Compiling impl-trait-for-tuples v0.2.2 |
2189 | 2024-02-02T01:36:42.465Z | Checking unicode-linebreak v0.1.5 |
2190 | 2024-02-02T01:36:43.156Z | Checking smawk v0.3.1 |
2191 | 2024-02-02T01:36:43.404Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2192 | 2024-02-02T01:36:43.440Z | Checking textwrap v0.16.0 |
2193 | 2024-02-02T01:36:44.978Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2194 | 2024-02-02T01:36:45.106Z | Checking is_ci v1.1.1 |
2195 | 2024-02-02T01:36:45.301Z | Checking supports-color v2.1.0 |
2196 | 2024-02-02T01:36:45.568Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2197 | 2024-02-02T01:36:47.682Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2198 | 2024-02-02T01:36:48.272Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2199 | 2024-02-02T01:36:48.852Z | Checking lru v0.12.1 |
2200 | 2024-02-02T01:36:49.212Z | Compiling stability v0.1.1 |
2201 | 2024-02-02T01:36:49.238Z | Checking cassowary v0.3.0 |
2202 | 2024-02-02T01:36:49.913Z | Compiling indoc v2.0.3 |
2203 | 2024-02-02T01:36:50.765Z | Checking rtoolbox v0.0.1 |
2204 | 2024-02-02T01:36:51.029Z | Checking rpassword v7.3.1 |
2205 | 2024-02-02T01:36:51.268Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2206 | 2024-02-02T01:36:51.705Z | Checking ratatui v0.25.0 |
2207 | 2024-02-02T01:36:52.464Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2208 | 2024-02-02T01:36:52.890Z | Checking shell-words v1.1.0 |
2209 | 2024-02-02T01:36:53.285Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2210 | 2024-02-02T01:36:54.942Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2211 | 2024-02-02T01:36:55.799Z | Checking tui-tree-widget v0.16.0 |
2212 | 2024-02-02T01:36:56.257Z | Checking fatfs v0.3.6 |
2213 | 2024-02-02T01:36:57.322Z | Checking yansi v0.5.1 |
2214 | 2024-02-02T01:36:58.115Z | Checking pretty_assertions v1.4.0 |
2215 | 2024-02-02T01:36:58.538Z | Compiling target-lexicon v0.12.12 |
2216 | 2024-02-02T01:36:58.610Z | Compiling guppy-workspace-hack v0.1.0 |
2217 | 2024-02-02T01:36:59.013Z | Checking plotters-backend v0.3.5 |
2218 | 2024-02-02T01:37:00.574Z | Checking plotters-svg v0.3.5 |
2219 | 2024-02-02T01:37:00.604Z | Checking http-body v1.0.0 |
2220 | 2024-02-02T01:37:00.604Z | Checking rand v0.4.6 |
2221 | 2024-02-02T01:37:00.882Z | Checking tower-layer v0.3.2 |
2222 | 2024-02-02T01:37:01.163Z | Compiling target-spec v3.0.1 |
2223 | 2024-02-02T01:37:01.271Z | Checking remove_dir_all v0.5.3 |
2224 | 2024-02-02T01:37:01.475Z | Checking cast v0.3.0 |
2225 | 2024-02-02T01:37:01.825Z | Checking tempdir v0.3.7 |
2226 | 2024-02-02T01:37:01.926Z | Checking criterion-plot v0.5.0 |
2227 | 2024-02-02T01:37:02.031Z | Checking tower v0.4.13 |
2228 | 2024-02-02T01:37:02.066Z | Checking cfg-expr v0.15.5 |
2229 | 2024-02-02T01:37:02.747Z | Checking hyper v1.1.0 |
2230 | 2024-02-02T01:37:03.537Z | Checking plotters v0.3.5 |
2231 | 2024-02-02T01:37:03.543Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2232 | 2024-02-02T01:37:03.894Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-02-02T01:37:04.686Z | Checking tinytemplate v1.2.1 |
2234 | 2024-02-02T01:37:04.765Z | Checking cargo-platform v0.1.3 |
2235 | 2024-02-02T01:37:05.260Z | Checking oorandom v11.1.3 |
2236 | 2024-02-02T01:37:05.482Z | Checking anes v0.1.6 |
2237 | 2024-02-02T01:37:06.034Z | Checking cargo_metadata v0.18.1 |
2238 | 2024-02-02T01:37:06.353Z | Checking criterion v0.5.1 |
2239 | 2024-02-02T01:37:06.485Z | Checking hyper-util v0.1.2 |
2240 | 2024-02-02T01:37:08.710Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2241 | 2024-02-02T01:37:08.846Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2242 | 2024-02-02T01:37:09.216Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2243 | 2024-02-02T01:37:10.093Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2244 | 2024-02-02T01:37:10.978Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2245 | 2024-02-02T01:37:12.500Z | Checking assert_cmd v2.0.13 |
2246 | 2024-02-02T01:37:13.151Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2247 | 2024-02-02T01:37:14.286Z | Checking rustls-native-certs v0.7.0 |
2248 | 2024-02-02T01:37:15.008Z | Checking pathdiff v0.2.1 |
2249 | 2024-02-02T01:37:15.029Z | Checking nested v0.1.1 |
2250 | 2024-02-02T01:37:15.303Z | Checking guppy v0.17.4 |
2251 | 2024-02-02T01:37:17.475Z | Checking hyper-rustls v0.26.0 |
2252 | 2024-02-02T01:37:17.977Z | Checking threadpool v1.8.1 |
2253 | 2024-02-02T01:37:18.255Z | Checking nanorand v0.7.0 |
2254 | 2024-02-02T01:37:18.399Z | Checking libtest-mimic v0.6.1 |
2255 | 2024-02-02T01:37:18.738Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2256 | 2024-02-02T01:37:18.871Z | Checking flume v0.11.0 |
2257 | 2024-02-02T01:37:19.075Z | Checking httptest v0.15.5 |
2258 | 2024-02-02T01:37:19.702Z | Checking similar-asserts v1.5.0 |
2259 | 2024-02-02T01:37:20.038Z | Compiling rstest_macros v0.18.2 |
2260 | 2024-02-02T01:37:20.229Z | Compiling crossbeam-queue v0.3.8 |
2261 | 2024-02-02T01:37:20.954Z | Checking datatest-stable v0.2.3 |
2262 | 2024-02-02T01:37:21.043Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2263 | 2024-02-02T01:37:21.261Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2264 | 2024-02-02T01:37:22.462Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2265 | 2024-02-02T01:37:22.908Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2266 | 2024-02-02T01:37:23.390Z | Compiling relative-path v1.9.0 |
2267 | 2024-02-02T01:37:23.552Z | Compiling trybuild v1.0.89 |
2268 | 2024-02-02T01:37:23.717Z | Checking constant_time_eq v0.2.6 |
2269 | 2024-02-02T01:37:23.883Z | Checking blake2b_simd v1.0.1 |
2270 | 2024-02-02T01:37:24.655Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2271 | 2024-02-02T01:37:25.191Z | Checking basic-toml v0.1.8 |
2272 | 2024-02-02T01:37:26.555Z | Checking futures-timer v3.0.2 |
2273 | 2024-02-02T01:37:29.242Z | Checking rust-argon2 v1.0.1 |
2274 | 2024-02-02T01:37:31.149Z | Checking crossbeam v0.8.2 |
2275 | 2024-02-02T01:37:31.660Z | Checking partial-io v0.5.4 |
2276 | 2024-02-02T01:37:32.236Z | Checking approx v0.5.1 |
2277 | 2024-02-02T01:37:32.578Z | Checking termios v0.3.3 |
2278 | 2024-02-02T01:37:32.878Z | Checking hex-literal v0.4.1 |
2279 | 2024-02-02T01:37:40.549Z | Checking rstest v0.18.2 |
2280 | 2024-02-02T01:37:41.603Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2281 | 2024-02-02T01:37:46.008Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2282 | 2024-02-02T01:38:59.890Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2283 | 2024-02-02T01:38:59.890Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2284 | 2024-02-02T01:39:00.105Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2285 | 2024-02-02T01:39:08.755Z | Compiling samael v0.0.14 |
2286 | 2024-02-02T01:39:09.234Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2287 | 2024-02-02T01:39:40.137Z | Compiling polar-core v0.27.0 |
2288 | 2024-02-02T01:39:51.050Z | Checking oso v0.27.0 |
2289 | 2024-02-02T01:40:37.669Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2290 | 2024-02-02T01:41:59.628Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 44s |
2291 | 2024-02-02T01:41:59.853Z | |
2292 | 2024-02-02T01:41:59.853Z | real 11:44.884824276 |
2293 | 2024-02-02T01:41:59.853Z | user 1:04:22.522808774 |
2294 | 2024-02-02T01:41:59.853Z | sys 8:14.114189655 |
2295 | 2024-02-02T01:41:59.857Z | trap 2.130341395 |
2296 | 2024-02-02T01:41:59.857Z | tflt 5.109612805 |
2297 | 2024-02-02T01:41:59.857Z | dflt 6.490754771 |
2298 | 2024-02-02T01:41:59.857Z | kflt 0.026998595 |
2299 | 2024-02-02T01:41:59.857Z | lock 1:42:15.216214178 |
2300 | 2024-02-02T01:41:59.857Z | slp 3:11:27.127654785 |
2301 | 2024-02-02T01:41:59.857Z | lat 2:13.082670704 |
2302 | 2024-02-02T01:41:59.857Z | stop 5:02.157595485 |
2303 | 2024-02-02T01:42:01.122Z | warning: output filename collision. |
2304 | 2024-02-02T01:42:01.122Z | 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)`. |
2305 | 2024-02-02T01:42:01.122Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2306 | 2024-02-02T01:42:01.122Z | The targets should have unique names. |
2307 | 2024-02-02T01:42:01.123Z | This is a known bug where multiple crates with the same name use |
2308 | 2024-02-02T01:42:01.123Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2309 | 2024-02-02T01:42:01.144Z | warning: output filename collision. |
2310 | 2024-02-02T01:42:01.144Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2311 | 2024-02-02T01:42:01.144Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2312 | 2024-02-02T01:42:01.144Z | The targets should have unique names. |
2313 | 2024-02-02T01:42:01.144Z | This is a known bug where multiple crates with the same name use |
2314 | 2024-02-02T01:42:01.144Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2315 | 2024-02-02T01:42:01.145Z | warning: output filename collision. |
2316 | 2024-02-02T01:42:01.145Z | 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)`. |
2317 | 2024-02-02T01:42:01.145Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2318 | 2024-02-02T01:42:01.145Z | The targets should have unique names. |
2319 | 2024-02-02T01:42:01.145Z | This is a known bug where multiple crates with the same name use |
2320 | 2024-02-02T01:42:01.145Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2321 | 2024-02-02T01:42:01.145Z | warning: output filename collision. |
2322 | 2024-02-02T01:42:01.145Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2323 | 2024-02-02T01:42:01.145Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2324 | 2024-02-02T01:42:01.145Z | The targets should have unique names. |
2325 | 2024-02-02T01:42:01.145Z | This is a known bug where multiple crates with the same name use |
2326 | 2024-02-02T01:42:01.145Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2024-02-02T01:42:01.145Z | warning: output filename collision. |
2328 | 2024-02-02T01:42:01.145Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2329 | 2024-02-02T01:42:01.146Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2330 | 2024-02-02T01:42:01.146Z | The targets should have unique names. |
2331 | 2024-02-02T01:42:01.146Z | This is a known bug where multiple crates with the same name use |
2332 | 2024-02-02T01:42:01.146Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2024-02-02T01:42:01.146Z | warning: output filename collision. |
2334 | 2024-02-02T01:42:01.146Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2335 | 2024-02-02T01:42:01.146Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2336 | 2024-02-02T01:42:01.146Z | The targets should have unique names. |
2337 | 2024-02-02T01:42:01.146Z | This is a known bug where multiple crates with the same name use |
2338 | 2024-02-02T01:42:01.146Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2339 | 2024-02-02T01:42:01.146Z | warning: output filename collision. |
2340 | 2024-02-02T01:42:01.146Z | 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)`. |
2341 | 2024-02-02T01:42:01.146Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2342 | 2024-02-02T01:42:01.147Z | The targets should have unique names. |
2343 | 2024-02-02T01:42:01.147Z | This is a known bug where multiple crates with the same name use |
2344 | 2024-02-02T01:42:01.147Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2345 | 2024-02-02T01:42:01.783Z | Documenting libc v0.2.153 |
2346 | 2024-02-02T01:42:01.799Z | Documenting cfg-if v1.0.0 |
2347 | 2024-02-02T01:42:02.230Z | Documenting serde_derive v1.0.195 |
2348 | 2024-02-02T01:42:02.230Z | Documenting log v0.4.20 |
2349 | 2024-02-02T01:42:02.230Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2024-02-02T01:42:02.230Z | Documenting memchr v2.6.3 |
2351 | 2024-02-02T01:42:02.230Z | Documenting scopeguard v1.2.0 |
2352 | 2024-02-02T01:42:02.230Z | Documenting byteorder v1.5.0 |
2353 | 2024-02-02T01:42:02.308Z | Documenting smallvec v1.11.2 |
2354 | 2024-02-02T01:42:05.676Z | Documenting itoa v1.0.9 |
2355 | 2024-02-02T01:42:05.904Z | Documenting lock_api v0.4.10 |
2356 | 2024-02-02T01:42:07.353Z | Documenting zeroize_derive v1.4.2 |
2357 | 2024-02-02T01:42:07.718Z | Documenting once_cell v1.19.0 |
2358 | 2024-02-02T01:42:07.731Z | Documenting pin-project-lite v0.2.13 |
2359 | 2024-02-02T01:42:08.043Z | Documenting getrandom v0.2.10 |
2360 | 2024-02-02T01:42:08.546Z | Documenting parking_lot_core v0.9.8 |
2361 | 2024-02-02T01:42:09.633Z | Documenting libm v0.2.7 |
2362 | 2024-02-02T01:42:10.272Z | Documenting signal-hook-registry v1.4.1 |
2363 | 2024-02-02T01:42:16.090Z | Documenting serde v1.0.195 |
2364 | 2024-02-02T01:42:16.154Z | Documenting mio v0.8.9 |
2365 | 2024-02-02T01:42:16.173Z | Documenting rand_core v0.6.4 |
2366 | 2024-02-02T01:42:16.173Z | Documenting futures-core v0.3.30 |
2367 | 2024-02-02T01:42:16.173Z | Documenting parking_lot v0.12.1 |
2368 | 2024-02-02T01:42:16.173Z | Documenting zeroize v1.7.0 |
2369 | 2024-02-02T01:42:16.173Z | Documenting num-traits v0.2.16 |
2370 | 2024-02-02T01:42:16.316Z | Documenting thiserror-impl v1.0.56 |
2371 | 2024-02-02T01:42:17.798Z | Documenting socket2 v0.5.5 |
2372 | 2024-02-02T01:42:19.021Z | Documenting num_cpus v1.16.0 |
2373 | 2024-02-02T01:42:19.162Z | Documenting tokio-macros v2.2.0 |
2374 | 2024-02-02T01:42:19.915Z | Documenting typenum v1.16.0 |
2375 | 2024-02-02T01:42:19.965Z | Documenting subtle v2.5.0 |
2376 | 2024-02-02T01:42:21.289Z | Documenting ryu v1.0.15 |
2377 | 2024-02-02T01:42:23.233Z | Documenting thiserror v1.0.56 |
2378 | 2024-02-02T01:42:23.669Z | Documenting zerocopy v0.7.32 |
2379 | 2024-02-02T01:42:25.406Z | Documenting futures-sink v0.3.30 |
2380 | 2024-02-02T01:42:25.419Z | Documenting pin-utils v0.1.0 |
2381 | 2024-02-02T01:42:25.605Z | Documenting slab v0.4.9 |
2382 | 2024-02-02T01:42:25.643Z | Documenting futures-macro v0.3.30 |
2383 | 2024-02-02T01:42:28.465Z | Documenting futures-io v0.3.30 |
2384 | 2024-02-02T01:42:30.229Z | Documenting futures-channel v0.3.30 |
2385 | 2024-02-02T01:42:31.910Z | Documenting const-oid v0.9.5 |
2386 | 2024-02-02T01:42:32.646Z | Documenting futures-task v0.3.30 |
2387 | 2024-02-02T01:42:32.867Z | Documenting iana-time-zone v0.1.57 |
2388 | 2024-02-02T01:42:33.990Z | Documenting tinyvec_macros v0.1.1 |
2389 | 2024-02-02T01:42:35.386Z | Documenting ahash v0.8.6 |
2390 | 2024-02-02T01:42:35.878Z | Documenting allocator-api2 v0.2.16 |
2391 | 2024-02-02T01:42:38.168Z | Documenting tinyvec v1.6.0 |
2392 | 2024-02-02T01:42:38.195Z | Documenting futures-util v0.3.30 |
2393 | 2024-02-02T01:42:38.657Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2394 | 2024-02-02T01:42:40.024Z | Documenting tracing-core v0.1.31 |
2395 | 2024-02-02T01:42:41.432Z | Documenting tracing-attributes v0.1.26 |
2396 | 2024-02-02T01:42:41.505Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2397 | 2024-02-02T01:42:42.806Z | Documenting hashbrown v0.14.2 |
2398 | 2024-02-02T01:42:44.387Z | Documenting unicode-normalization v0.1.22 |
2399 | 2024-02-02T01:42:46.291Z | Documenting bytes v1.5.0 |
2400 | 2024-02-02T01:42:56.270Z | Documenting bitflags v2.4.0 |
2401 | 2024-02-02T01:42:56.366Z | Documenting serde_json v1.0.113 |
2402 | 2024-02-02T01:42:56.366Z | Documenting chrono v0.4.31 |
2403 | 2024-02-02T01:42:56.366Z | Documenting tokio v1.35.1 |
2404 | 2024-02-02T01:42:56.366Z | Documenting uuid v1.7.0 |
2405 | 2024-02-02T01:42:56.366Z | Documenting ppv-lite86 v0.2.17 |
2406 | 2024-02-02T01:42:57.300Z | Documenting unicode-bidi v0.3.13 |
2407 | 2024-02-02T01:42:59.078Z | Documenting equivalent v1.0.1 |
2408 | 2024-02-02T01:43:00.647Z | Documenting rand_chacha v0.3.1 |
2409 | 2024-02-02T01:43:00.706Z | Documenting base64 v0.21.7 |
2410 | 2024-02-02T01:43:01.476Z | Documenting percent-encoding v2.3.1 |
2411 | 2024-02-02T01:43:03.350Z | Documenting indexmap v2.2.2 |
2412 | 2024-02-02T01:43:03.981Z | Documenting lazy_static v1.4.0 |
2413 | 2024-02-02T01:43:05.192Z | Documenting generic-array v0.14.7 |
2414 | 2024-02-02T01:43:06.520Z | Documenting serde_derive_internals v0.26.0 |
2415 | 2024-02-02T01:43:06.731Z | Documenting rand v0.8.5 |
2416 | 2024-02-02T01:43:09.699Z | Documenting form_urlencoded v1.2.1 |
2417 | 2024-02-02T01:43:09.711Z | Checking serde_derive_internals v0.26.0 |
2418 | 2024-02-02T01:43:09.711Z | Documenting dyn-clone v1.0.13 |
2419 | 2024-02-02T01:43:09.711Z | Documenting tracing v0.1.37 |
2420 | 2024-02-02T01:43:11.353Z | Documenting fnv v1.0.7 |
2421 | 2024-02-02T01:43:11.972Z | Documenting cpufeatures v0.2.12 |
2422 | 2024-02-02T01:43:12.128Z | Documenting crypto-common v0.1.6 |
2423 | 2024-02-02T01:43:13.369Z | Documenting block-buffer v0.10.4 |
2424 | 2024-02-02T01:43:13.429Z | Documenting idna v0.5.0 |
2425 | 2024-02-02T01:43:14.193Z | Documenting httparse v1.8.0 |
2426 | 2024-02-02T01:43:14.206Z | Documenting schemars_derive v0.8.16 |
2427 | 2024-02-02T01:43:15.999Z | Documenting errno v0.3.8 |
2428 | 2024-02-02T01:43:16.603Z | Documenting unicode-ident v1.0.12 |
2429 | 2024-02-02T01:43:18.866Z | Documenting unicode-width v0.1.11 |
2430 | 2024-02-02T01:43:19.171Z | Documenting digest v0.10.7 |
2431 | 2024-02-02T01:43:19.452Z | Documenting url v2.5.0 |
2432 | 2024-02-02T01:43:20.294Z | Documenting try-lock v0.2.4 |
2433 | 2024-02-02T01:43:20.607Z | Documenting proc-macro2 v1.0.78 |
2434 | 2024-02-02T01:43:21.966Z | Documenting rustix v0.38.30 |
2435 | 2024-02-02T01:43:22.896Z | Documenting adler v1.0.2 |
2436 | 2024-02-02T01:43:23.167Z | Documenting schemars v0.8.16 |
2437 | 2024-02-02T01:43:24.261Z | Documenting httpdate v1.0.3 |
2438 | 2024-02-02T01:43:25.762Z | Documenting want v0.3.1 |
2439 | 2024-02-02T01:43:26.479Z | Documenting http-body v0.4.5 |
2440 | 2024-02-02T01:43:27.015Z | Documenting miniz_oxide v0.7.1 |
2441 | 2024-02-02T01:43:28.430Z | Documenting openssl-sys v0.9.96 |
2442 | 2024-02-02T01:43:30.011Z | Documenting openssl-macros v0.1.1 |
2443 | 2024-02-02T01:43:31.878Z | Documenting mime v0.3.17 |
2444 | 2024-02-02T01:43:32.016Z | Documenting base64ct v1.6.0 |
2445 | 2024-02-02T01:43:32.583Z | Documenting tower-service v0.3.2 |
2446 | 2024-02-02T01:43:33.259Z | Documenting quote v1.0.35 |
2447 | 2024-02-02T01:43:33.293Z | Documenting aho-corasick v1.0.4 |
2448 | 2024-02-02T01:43:36.507Z | Documenting slog v2.7.0 |
2449 | 2024-02-02T01:43:37.848Z | Documenting openssl v0.10.60 |
2450 | 2024-02-02T01:43:38.270Z | Documenting ipnet v2.9.0 |
2451 | 2024-02-02T01:43:38.297Z | Documenting openssl-probe v0.1.5 |
2452 | 2024-02-02T01:43:38.373Z | Documenting regex-syntax v0.8.2 |
2453 | 2024-02-02T01:43:38.815Z | Documenting syn v2.0.48 |
2454 | 2024-02-02T01:43:40.561Z | Documenting tokio-util v0.7.10 |
2455 | 2024-02-02T01:43:41.036Z | Documenting async-trait v0.1.77 |
2456 | 2024-02-02T01:43:43.032Z | Documenting pem-rfc7468 v0.7.0 |
2457 | 2024-02-02T01:43:43.631Z | Documenting crossbeam-utils v0.8.16 |
2458 | 2024-02-02T01:43:44.221Z | Documenting encoding_rs v0.8.33 |
2459 | 2024-02-02T01:43:47.883Z | Documenting der_derive v0.7.2 |
2460 | 2024-02-02T01:43:48.574Z | Documenting regex-automata v0.4.4 |
2461 | 2024-02-02T01:43:48.871Z | Documenting h2 v0.3.24 |
2462 | 2024-02-02T01:43:49.187Z | Documenting flagset v0.4.3 |
2463 | 2024-02-02T01:43:49.624Z | Documenting utf8parse v0.2.1 |
2464 | 2024-02-02T01:43:50.295Z | Documenting native-tls v0.2.11 |
2465 | 2024-02-02T01:43:51.280Z | Documenting serde_urlencoded v0.7.1 |
2466 | 2024-02-02T01:43:52.994Z | Documenting num-integer v0.1.45 |
2467 | 2024-02-02T01:43:53.639Z | Documenting time-macros v0.2.13 |
2468 | 2024-02-02T01:43:55.532Z | Documenting der v0.7.8 |
2469 | 2024-02-02T01:43:58.919Z | Documenting deranged v0.3.8 |
2470 | 2024-02-02T01:43:58.920Z | Documenting tokio-native-tls v0.3.1 |
2471 | 2024-02-02T01:43:58.946Z | Documenting num_threads v0.1.6 |
2472 | 2024-02-02T01:44:08.336Z | Documenting gimli v0.28.0 |
2473 | 2024-02-02T01:44:08.430Z | Documenting regex v1.10.3 |
2474 | 2024-02-02T01:44:08.563Z | Documenting time-core v0.1.1 |
2475 | 2024-02-02T01:44:08.563Z | Documenting spki v0.7.2 |
2476 | 2024-02-02T01:44:08.563Z | Documenting object v0.32.1 |
2477 | 2024-02-02T01:44:08.563Z | Documenting hyper v0.14.27 |
2478 | 2024-02-02T01:44:08.563Z | Documenting webpki-roots v0.25.2 |
2479 | 2024-02-02T01:44:08.564Z | Documenting time v0.3.27 |
2480 | 2024-02-02T01:44:08.564Z | Documenting rustc-demangle v0.1.23 |
2481 | 2024-02-02T01:44:09.515Z | Documenting spin v0.9.8 |
2482 | 2024-02-02T01:44:10.264Z | Documenting addr2line v0.21.0 |
2483 | 2024-02-02T01:44:10.883Z | Documenting either v1.9.0 |
2484 | 2024-02-02T01:44:11.621Z | Documenting pkcs8 v0.10.2 |
2485 | 2024-02-02T01:44:12.106Z | Documenting openapiv3 v2.0.0 |
2486 | 2024-02-02T01:44:13.786Z | Documenting futures-executor v0.3.30 |
2487 | 2024-02-02T01:44:15.329Z | Checking pest_meta v2.7.6 |
2488 | 2024-02-02T01:44:15.669Z | Documenting memoffset v0.9.0 |
2489 | 2024-02-02T01:44:16.671Z | Documenting data-encoding v2.4.0 |
2490 | 2024-02-02T01:44:17.218Z | Documenting anstyle v1.0.2 |
2491 | 2024-02-02T01:44:18.523Z | Documenting anstyle-parse v0.2.1 |
2492 | 2024-02-02T01:44:19.863Z | Documenting crossbeam-epoch v0.9.15 |
2493 | 2024-02-02T01:44:20.870Z | Documenting ipnetwork v0.20.0 |
2494 | 2024-02-02T01:44:21.874Z | Documenting sha2 v0.10.8 |
2495 | 2024-02-02T01:44:22.528Z | Documenting hex v0.4.3 |
2496 | 2024-02-02T01:44:22.880Z | Documenting crc32fast v1.3.2 |
2497 | 2024-02-02T01:44:23.011Z | Documenting pest_meta v2.7.6 |
2498 | 2024-02-02T01:44:23.147Z | Documenting backtrace v0.3.69 |
2499 | 2024-02-02T01:44:23.783Z | Documenting hyper-tls v0.5.0 |
2500 | 2024-02-02T01:44:25.938Z | Documenting hyper-rustls v0.24.2 |
2501 | 2024-02-02T01:44:28.246Z | Documenting scroll_derive v0.12.0 |
2502 | 2024-02-02T01:44:28.293Z | Documenting colorchoice v1.0.0 |
2503 | 2024-02-02T01:44:28.496Z | Documenting untrusted v0.9.0 |
2504 | 2024-02-02T01:44:28.760Z | Documenting anstyle-query v1.0.0 |
2505 | 2024-02-02T01:44:29.215Z | Documenting pest_generator v2.7.6 |
2506 | 2024-02-02T01:44:31.330Z | Documenting anyhow v1.0.75 |
2507 | 2024-02-02T01:44:32.363Z | Documenting futures v0.3.30 |
2508 | 2024-02-02T01:44:32.592Z | Documenting ring v0.17.7 |
2509 | 2024-02-02T01:44:34.343Z | Documenting anstream v0.5.0 |
2510 | 2024-02-02T01:44:34.480Z | Checking pest_generator v2.7.6 |
2511 | 2024-02-02T01:44:34.528Z | Documenting scroll v0.12.0 |
2512 | 2024-02-02T01:44:35.680Z | Documenting num-iter v0.1.43 |
2513 | 2024-02-02T01:44:36.108Z | Documenting hmac v0.12.1 |
2514 | 2024-02-02T01:44:36.729Z | Documenting reqwest v0.11.22 |
2515 | 2024-02-02T01:44:39.103Z | Documenting signal-hook v0.3.17 |
2516 | 2024-02-02T01:44:39.493Z | Documenting terminal_size v0.2.6 |
2517 | 2024-02-02T01:44:40.183Z | Documenting plain v0.2.3 |
2518 | 2024-02-02T01:44:40.312Z | Documenting strsim v0.10.0 |
2519 | 2024-02-02T01:44:41.731Z | Documenting ucd-trie v0.1.6 |
2520 | 2024-02-02T01:44:43.170Z | Documenting clap_lex v0.5.1 |
2521 | 2024-02-02T01:44:43.911Z | Documenting pest_derive v2.7.6 |
2522 | 2024-02-02T01:44:44.305Z | Documenting goblin v0.8.0 |
2523 | 2024-02-02T01:44:45.138Z | Documenting flate2 v1.0.28 |
2524 | 2024-02-02T01:44:45.258Z | Documenting clap_derive v4.4.2 |
2525 | 2024-02-02T01:44:46.315Z | Documenting pretty-hex v0.4.1 |
2526 | 2024-02-02T01:44:47.646Z | Documenting pest v2.7.6 |
2527 | 2024-02-02T01:44:49.257Z | Documenting clap_builder v4.4.2 |
2528 | 2024-02-02T01:44:50.503Z | Documenting managed v0.8.0 |
2529 | 2024-02-02T01:44:50.675Z | Documenting unicode-segmentation v1.10.1 |
2530 | 2024-02-02T01:44:52.258Z | Documenting signal-hook-mio v0.2.3 |
2531 | 2024-02-02T01:44:52.901Z | Documenting block-padding v0.3.3 |
2532 | 2024-02-02T01:44:53.070Z | Documenting scheduled-thread-pool v0.2.7 |
2533 | 2024-02-02T01:44:55.213Z | Documenting dtrace-parser v0.2.0 |
2534 | 2024-02-02T01:44:55.367Z | Documenting dof v0.3.0 |
2535 | 2024-02-02T01:44:55.537Z | Documenting thread-id v4.2.0 |
2536 | 2024-02-02T01:44:55.642Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2537 | 2024-02-02T01:44:58.017Z | Documenting enum-as-inner v0.5.1 |
2538 | 2024-02-02T01:44:58.786Z | Checking diesel_table_macro_syntax v0.1.0 |
2539 | 2024-02-02T01:44:58.983Z | Documenting diesel_table_macro_syntax v0.1.0 |
2540 | 2024-02-02T01:44:59.023Z | Documenting inout v0.1.3 |
2541 | 2024-02-02T01:44:59.108Z | Documenting clap v4.4.3 |
2542 | 2024-02-02T01:45:00.799Z | Documenting r2d2 v0.8.10 |
2543 | 2024-02-02T01:45:01.153Z | Documenting bzip2 v0.4.4 |
2544 | 2024-02-02T01:45:01.254Z | Documenting crossterm v0.27.0 |
2545 | 2024-02-02T01:45:04.632Z | Documenting usdt-impl v0.5.0 |
2546 | 2024-02-02T01:45:04.940Z | Documenting md-5 v0.10.5 |
2547 | 2024-02-02T01:45:05.130Z | Documenting trust-dns-proto v0.22.0 |
2548 | 2024-02-02T01:45:05.526Z | Documenting diesel_derives v2.1.2 |
2549 | 2024-02-02T01:45:06.226Z | Documenting stringprep v0.1.3 |
2550 | 2024-02-02T01:45:06.865Z | Documenting serde_spanned v0.6.4 |
2551 | 2024-02-02T01:45:06.999Z | Documenting toml_datetime v0.6.5 |
2552 | 2024-02-02T01:45:09.022Z | Documenting ff v0.13.0 |
2553 | 2024-02-02T01:45:11.799Z | Documenting regress v0.7.1 |
2554 | 2024-02-02T01:45:12.047Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2555 | 2024-02-02T01:45:12.582Z | Documenting base16ct v0.2.0 |
2556 | 2024-02-02T01:45:12.770Z | Documenting siphasher v0.3.11 |
2557 | 2024-02-02T01:45:13.686Z | Documenting bit-vec v0.6.3 |
2558 | 2024-02-02T01:45:14.661Z | Documenting fallible-iterator v0.2.0 |
2559 | 2024-02-02T01:45:17.111Z | Documenting static_assertions v1.1.0 |
2560 | 2024-02-02T01:45:17.126Z | Documenting winnow v0.5.15 |
2561 | 2024-02-02T01:45:17.316Z | Documenting phf_shared v0.11.2 |
2562 | 2024-02-02T01:45:17.586Z | Documenting diesel v2.1.4 |
2563 | 2024-02-02T01:45:18.955Z | Documenting sec1 v0.7.3 |
2564 | 2024-02-02T01:45:19.623Z | Documenting group v0.13.0 |
2565 | 2024-02-02T01:45:21.051Z | Documenting zip v0.6.6 |
2566 | 2024-02-02T01:45:21.475Z | Documenting cipher v0.4.4 |
2567 | 2024-02-02T01:45:22.125Z | Documenting postgres-protocol v0.6.6 |
2568 | 2024-02-02T01:45:22.764Z | Documenting hkdf v0.12.4 |
2569 | 2024-02-02T01:45:24.653Z | Documenting toml_edit v0.21.0 |
2570 | 2024-02-02T01:45:25.313Z | Documenting num-bigint v0.4.4 |
2571 | 2024-02-02T01:45:27.841Z | Documenting crypto-bigint v0.5.2 |
2572 | 2024-02-02T01:45:28.456Z | Documenting hubpack v0.1.2 |
2573 | 2024-02-02T01:45:30.139Z | Documenting bstr v1.6.0 |
2574 | 2024-02-02T01:45:31.513Z | Documenting serde_repr v0.1.16 |
2575 | 2024-02-02T01:45:31.834Z | Documenting new_debug_unreachable v1.0.4 |
2576 | 2024-02-02T01:45:33.677Z | Documenting minimal-lexical v0.2.1 |
2577 | 2024-02-02T01:45:35.256Z | Documenting fixedbitset v0.4.2 |
2578 | 2024-02-02T01:45:36.030Z | Documenting heck v0.4.1 |
2579 | 2024-02-02T01:45:36.059Z | Documenting precomputed-hash v0.1.1 |
2580 | 2024-02-02T01:45:39.499Z | Documenting lalrpop-util v0.19.12 |
2581 | 2024-02-02T01:45:39.522Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2582 | 2024-02-02T01:45:39.522Z | Documenting elliptic-curve v0.13.8 |
2583 | 2024-02-02T01:45:39.522Z | Documenting nom v7.1.3 |
2584 | 2024-02-02T01:45:40.227Z | Documenting petgraph v0.6.4 |
2585 | 2024-02-02T01:45:41.613Z | Documenting string_cache v0.8.7 |
2586 | 2024-02-02T01:45:42.283Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2587 | 2024-02-02T01:45:44.148Z | Documenting yasna v0.5.2 |
2588 | 2024-02-02T01:45:47.693Z | Documenting postgres-types v0.2.6 |
2589 | 2024-02-02T01:45:47.856Z | Documenting phf v0.11.2 |
2590 | 2024-02-02T01:45:48.537Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2591 | 2024-02-02T01:45:50.903Z | Documenting console v0.15.8 |
2592 | 2024-02-02T01:45:51.197Z | Documenting semver v1.0.21 |
2593 | 2024-02-02T01:45:53.647Z | Documenting float-cmp v0.9.0 |
2594 | 2024-02-02T01:45:53.842Z | Documenting whoami v1.4.1 |
2595 | 2024-02-02T01:45:54.357Z | Documenting predicates-core v1.0.6 |
2596 | 2024-02-02T01:45:55.334Z | Documenting normalize-line-endings v0.3.0 |
2597 | 2024-02-02T01:45:57.275Z | Documenting difflib v0.4.0 |
2598 | 2024-02-02T01:45:57.502Z | Documenting bit-set v0.5.3 |
2599 | 2024-02-02T01:45:58.604Z | Documenting similar v2.3.0 |
2600 | 2024-02-02T01:45:58.799Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2601 | 2024-02-02T01:45:59.331Z | Documenting tokio-postgres v0.7.10 |
2602 | 2024-02-02T01:45:59.839Z | Documenting getopts v0.2.21 |
2603 | 2024-02-02T01:46:00.166Z | Documenting tokio-stream v0.1.14 |
2604 | 2024-02-02T01:46:00.511Z | Checking ident_case v1.0.1 |
2605 | 2024-02-02T01:46:00.719Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2606 | 2024-02-02T01:46:02.770Z | Documenting predicates v3.1.0 |
2607 | 2024-02-02T01:46:03.506Z | Documenting match_cfg v0.1.0 |
2608 | 2024-02-02T01:46:04.920Z | Documenting sha1 v0.10.6 |
2609 | 2024-02-02T01:46:05.836Z | Documenting dirs-sys-next v0.1.2 |
2610 | 2024-02-02T01:46:07.541Z | Documenting hostname v0.3.1 |
2611 | 2024-02-02T01:46:07.578Z | Documenting rustls-pki-types v1.1.0 |
2612 | 2024-02-02T01:46:08.662Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2613 | 2024-02-02T01:46:10.035Z | Documenting camino v1.1.6 |
2614 | 2024-02-02T01:46:11.004Z | Documenting paste v1.0.14 |
2615 | 2024-02-02T01:46:11.572Z | Documenting dirs-next v2.0.0 |
2616 | 2024-02-02T01:46:12.046Z | Documenting thread_local v1.1.7 |
2617 | 2024-02-02T01:46:13.282Z | Documenting rustls-webpki v0.102.1 |
2618 | 2024-02-02T01:46:13.292Z | Documenting crossbeam-channel v0.5.8 |
2619 | 2024-02-02T01:46:13.801Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2620 | 2024-02-02T01:46:16.899Z | Documenting atty v0.2.14 |
2621 | 2024-02-02T01:46:17.095Z | Documenting term v0.7.0 |
2622 | 2024-02-02T01:46:17.296Z | Documenting take_mut v0.2.2 |
2623 | 2024-02-02T01:46:18.243Z | Documenting slog-json v2.6.1 |
2624 | 2024-02-02T01:46:19.412Z | Documenting http v1.0.0 |
2625 | 2024-02-02T01:46:19.416Z | Documenting async-stream-impl v0.3.5 |
2626 | 2024-02-02T01:46:19.855Z | Documenting rustls v0.22.2 |
2627 | 2024-02-02T01:46:20.930Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2628 | 2024-02-02T01:46:21.445Z | Documenting debug-ignore v1.0.5 |
2629 | 2024-02-02T01:46:22.738Z | Documenting slog-async v2.8.0 |
2630 | 2024-02-02T01:46:22.995Z | Documenting slog-term v2.9.0 |
2631 | 2024-02-02T01:46:24.963Z | Documenting atomic-waker v1.1.1 |
2632 | 2024-02-02T01:46:25.539Z | Documenting slog-bunyan v2.5.0 |
2633 | 2024-02-02T01:46:25.951Z | Documenting async-stream v0.3.5 |
2634 | 2024-02-02T01:46:27.677Z | Documenting multer v3.0.0 |
2635 | 2024-02-02T01:46:28.931Z | Documenting rustls-pemfile v2.0.0 |
2636 | 2024-02-02T01:46:29.072Z | Documenting waitgroup v0.1.2 |
2637 | 2024-02-02T01:46:29.390Z | Checking darling_core v0.20.3 |
2638 | 2024-02-02T01:46:31.352Z | Documenting toml v0.8.8 |
2639 | 2024-02-02T01:46:32.342Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2640 | 2024-02-02T01:46:33.321Z | Documenting serde_path_to_error v0.1.15 |
2641 | 2024-02-02T01:46:33.873Z | Documenting tokio-rustls v0.25.0 |
2642 | 2024-02-02T01:46:34.569Z | Documenting strum v0.25.0 |
2643 | 2024-02-02T01:46:34.692Z | Checking darling v0.20.3 |
2644 | 2024-02-02T01:46:34.830Z | Documenting serde_with_macros v3.5.1 |
2645 | 2024-02-02T01:46:35.210Z | Documenting structmeta-derive v0.2.0 |
2646 | 2024-02-02T01:46:37.473Z | Checking structmeta v0.2.0 |
2647 | 2024-02-02T01:46:37.818Z | Documenting instant v0.1.12 |
2648 | 2024-02-02T01:46:39.059Z | Checking regex-syntax v0.7.5 |
2649 | 2024-02-02T01:46:40.035Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2650 | 2024-02-02T01:46:40.153Z | Documenting macaddr v1.0.1 |
2651 | 2024-02-02T01:46:40.264Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2652 | 2024-02-02T01:46:41.785Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2653 | 2024-02-02T01:46:42.188Z | Documenting serde_with v3.5.1 |
2654 | 2024-02-02T01:46:42.637Z | Documenting structmeta v0.2.0 |
2655 | 2024-02-02T01:46:43.117Z | Documenting backoff v0.4.0 |
2656 | 2024-02-02T01:46:44.152Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-02-02T01:46:44.496Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2658 | 2024-02-02T01:46:46.216Z | Documenting fastrand v2.0.0 |
2659 | 2024-02-02T01:46:46.382Z | Documenting proc-macro-error-attr v1.0.4 |
2660 | 2024-02-02T01:46:46.524Z | Documenting is-terminal v0.4.9 |
2661 | 2024-02-02T01:46:48.938Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2662 | 2024-02-02T01:46:49.051Z | Documenting parse-display-derive v0.8.2 |
2663 | 2024-02-02T01:46:51.344Z | Checking proc-macro-error v1.0.4 |
2664 | 2024-02-02T01:46:51.737Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2665 | 2024-02-02T01:46:51.938Z | Documenting proc-macro-error v1.0.4 |
2666 | 2024-02-02T01:46:52.404Z | Documenting tempfile v3.9.0 |
2667 | 2024-02-02T01:46:53.059Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2668 | 2024-02-02T01:46:53.458Z | Checking proc-macro-crate v1.3.1 |
2669 | 2024-02-02T01:46:53.472Z | Documenting proc-macro-crate v1.3.1 |
2670 | 2024-02-02T01:46:53.805Z | Documenting hash32 v0.3.1 |
2671 | 2024-02-02T01:46:53.806Z | Documenting stable_deref_trait v1.2.0 |
2672 | 2024-02-02T01:46:59.937Z | Documenting embedded-io v0.4.0 |
2673 | 2024-02-02T01:47:00.086Z | Documenting parse-display v0.8.2 |
2674 | 2024-02-02T01:47:00.087Z | Documenting cobs v0.2.3 |
2675 | 2024-02-02T01:47:00.087Z | Documenting camino-tempfile v1.1.1 |
2676 | 2024-02-02T01:47:00.087Z | Documenting foreign-types-macros v0.2.3 |
2677 | 2024-02-02T01:47:00.087Z | Documenting heapless v0.8.0 |
2678 | 2024-02-02T01:47:00.383Z | Documenting foreign-types-shared v0.3.1 |
2679 | 2024-02-02T01:47:01.425Z | Documenting num_enum_derive v0.5.11 |
2680 | 2024-02-02T01:47:02.067Z | Documenting postcard v1.0.8 |
2681 | 2024-02-02T01:47:03.774Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2682 | 2024-02-02T01:47:04.657Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2683 | 2024-02-02T01:47:05.178Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2684 | 2024-02-02T01:47:05.364Z | Documenting crucible-workspace-hack v0.1.0 |
2685 | 2024-02-02T01:47:05.744Z | Documenting foreign-types v0.5.0 |
2686 | 2024-02-02T01:47:06.827Z | Documenting smoltcp v0.11.0 |
2687 | 2024-02-02T01:47:08.099Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2688 | 2024-02-02T01:47:08.903Z | Documenting cstr-argument v0.1.2 |
2689 | 2024-02-02T01:47:10.687Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2690 | 2024-02-02T01:47:10.800Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2691 | 2024-02-02T01:47:11.494Z | Documenting num_enum v0.5.11 |
2692 | 2024-02-02T01:47:11.610Z | Documenting colored v2.0.4 |
2693 | 2024-02-02T01:47:13.551Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2694 | 2024-02-02T01:47:15.293Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2695 | 2024-02-02T01:47:16.063Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-02T01:47:16.767Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2697 | 2024-02-02T01:47:17.680Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2698 | 2024-02-02T01:47:17.968Z | Documenting zone_cfg_derive v0.3.0 |
2699 | 2024-02-02T01:47:18.193Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2700 | 2024-02-02T01:47:18.720Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2701 | 2024-02-02T01:47:20.845Z | Documenting num-derive v0.4.0 |
2702 | 2024-02-02T01:47:23.502Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2024-02-02T01:47:24.002Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2704 | 2024-02-02T01:47:24.813Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2705 | 2024-02-02T01:47:25.595Z | Documenting zone v0.3.0 |
2706 | 2024-02-02T01:47:25.609Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2707 | 2024-02-02T01:47:27.459Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2708 | 2024-02-02T01:47:31.652Z | Documenting smf v0.2.2 |
2709 | 2024-02-02T01:47:31.872Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2710 | 2024-02-02T01:47:34.276Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2711 | 2024-02-02T01:47:34.291Z | Documenting linked-hash-map v0.5.6 |
2712 | 2024-02-02T01:47:34.449Z | Documenting password-hash v0.5.0 |
2713 | 2024-02-02T01:47:35.116Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2714 | 2024-02-02T01:47:37.533Z | Documenting blake2 v0.10.6 |
2715 | 2024-02-02T01:47:37.923Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2716 | 2024-02-02T01:47:39.730Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2717 | 2024-02-02T01:47:40.462Z | Documenting itertools v0.12.1 |
2718 | 2024-02-02T01:47:40.787Z | Documenting lru-cache v0.1.2 |
2719 | 2024-02-02T01:47:44.827Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2720 | 2024-02-02T01:47:44.940Z | Documenting argon2 v0.5.3 |
2721 | 2024-02-02T01:47:45.857Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2722 | 2024-02-02T01:47:46.204Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2723 | 2024-02-02T01:47:46.639Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2724 | 2024-02-02T01:47:46.652Z | Documenting memmap v0.7.0 |
2725 | 2024-02-02T01:47:48.574Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2726 | 2024-02-02T01:47:49.912Z | Documenting quick-error v1.2.3 |
2727 | 2024-02-02T01:47:53.022Z | Documenting tap v1.0.1 |
2728 | 2024-02-02T01:47:53.081Z | Documenting usdt v0.5.0 |
2729 | 2024-02-02T01:47:53.081Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2024-02-02T01:47:53.406Z | Documenting swrite v0.1.0 |
2731 | 2024-02-02T01:47:55.251Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2732 | 2024-02-02T01:47:55.467Z | Documenting resolv-conf v0.7.0 |
2733 | 2024-02-02T01:47:55.640Z | Documenting wyz v0.5.1 |
2734 | 2024-02-02T01:47:55.944Z | Documenting radium v0.7.0 |
2735 | 2024-02-02T01:47:57.297Z | Documenting newtype_derive v0.1.6 |
2736 | 2024-02-02T01:47:57.763Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2737 | 2024-02-02T01:47:58.758Z | Documenting nibble_vec v0.1.0 |
2738 | 2024-02-02T01:48:00.153Z | Checking heck v0.3.3 |
2739 | 2024-02-02T01:48:00.226Z | Documenting crc-catalog v2.2.0 |
2740 | 2024-02-02T01:48:00.391Z | Documenting funty v2.0.0 |
2741 | 2024-02-02T01:48:01.166Z | Documenting trust-dns-resolver v0.22.0 |
2742 | 2024-02-02T01:48:02.330Z | Documenting endian-type v0.1.2 |
2743 | 2024-02-02T01:48:02.616Z | Documenting structopt-derive v0.4.18 |
2744 | 2024-02-02T01:48:02.706Z | Documenting steno v0.4.0 |
2745 | 2024-02-02T01:48:04.489Z | Documenting crc v3.0.1 |
2746 | 2024-02-02T01:48:04.925Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2747 | 2024-02-02T01:48:05.259Z | Documenting bitvec v1.0.1 |
2748 | 2024-02-02T01:48:07.751Z | Documenting radix_trie v0.2.1 |
2749 | 2024-02-02T01:48:08.813Z | Documenting cancel-safe-futures v0.1.5 |
2750 | 2024-02-02T01:48:10.087Z | Documenting xattr v1.0.1 |
2751 | 2024-02-02T01:48:13.311Z | Documenting filetime v0.2.23 |
2752 | 2024-02-02T01:48:13.642Z | Documenting packed_struct_codegen v0.10.1 |
2753 | 2024-02-02T01:48:14.990Z | Documenting nodrop v0.1.14 |
2754 | 2024-02-02T01:48:15.771Z | Documenting structopt v0.3.26 |
2755 | 2024-02-02T01:48:17.894Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2756 | 2024-02-02T01:48:18.903Z | Documenting num-bigint-dig v0.8.4 |
2757 | 2024-02-02T01:48:19.036Z | Documenting tar v0.4.40 |
2758 | 2024-02-02T01:48:19.196Z | Documenting libefi-sys v0.1.0 |
2759 | 2024-02-02T01:48:19.235Z | Documenting array-init v0.0.4 |
2760 | 2024-02-02T01:48:21.995Z | Documenting packed_struct v0.10.1 |
2761 | 2024-02-02T01:48:22.220Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2762 | 2024-02-02T01:48:23.985Z | Documenting pkcs1 v0.7.5 |
2763 | 2024-02-02T01:48:25.141Z | Documenting signature v2.1.0 |
2764 | 2024-02-02T01:48:25.385Z | Documenting bitfield v0.14.0 |
2765 | 2024-02-02T01:48:28.481Z | Documenting arc-swap v1.6.0 |
2766 | 2024-02-02T01:48:29.369Z | Documenting termcolor v1.2.0 |
2767 | 2024-02-02T01:48:29.630Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2768 | 2024-02-02T01:48:30.872Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-02-02T01:48:32.348Z | Documenting rsa v0.9.2 |
2770 | 2024-02-02T01:48:33.419Z | Documenting serde-hex v0.1.0 |
2771 | 2024-02-02T01:48:34.266Z | Documenting slog-scope v4.4.0 |
2772 | 2024-02-02T01:48:35.376Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2773 | 2024-02-02T01:48:35.744Z | Documenting env_logger v0.10.0 |
2774 | 2024-02-02T01:48:36.719Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2775 | 2024-02-02T01:48:37.998Z | Documenting num-rational v0.4.1 |
2776 | 2024-02-02T01:48:39.845Z | Documenting x509-cert v0.2.4 |
2777 | 2024-02-02T01:48:42.235Z | Documenting libsw v3.3.1 |
2778 | 2024-02-02T01:48:42.389Z | Documenting ron v0.8.1 |
2779 | 2024-02-02T01:48:42.708Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2780 | 2024-02-02T01:48:42.721Z | Documenting num-complex v0.4.4 |
2781 | 2024-02-02T01:48:43.832Z | Documenting gethostname v0.4.3 |
2782 | 2024-02-02T01:48:44.304Z | Documenting half v2.3.1 |
2783 | 2024-02-02T01:48:47.301Z | Documenting derive-where v1.2.7 |
2784 | 2024-02-02T01:48:48.370Z | Documenting same-file v1.0.6 |
2785 | 2024-02-02T01:48:48.909Z | Documenting linear-map v1.2.0 |
2786 | 2024-02-02T01:48:49.029Z | Documenting owo-colors v4.0.0 |
2787 | 2024-02-02T01:48:49.272Z | Documenting crc-any v2.4.3 |
2788 | 2024-02-02T01:48:49.398Z | Documenting ciborium-io v0.2.2 |
2789 | 2024-02-02T01:48:50.024Z | Documenting num v0.4.1 |
2790 | 2024-02-02T01:48:53.722Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2791 | 2024-02-02T01:49:04.390Z | Documenting walkdir v2.4.0 |
2792 | 2024-02-02T01:49:04.518Z | Documenting ciborium-ll v0.2.2 |
2793 | 2024-02-02T01:49:04.518Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2794 | 2024-02-02T01:49:04.518Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2795 | 2024-02-02T01:49:04.540Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2796 | 2024-02-02T01:49:04.540Z | Documenting slog-stdlog v4.1.1 |
2797 | 2024-02-02T01:49:04.614Z | Documenting slog-dtrace v0.3.0 |
2798 | 2024-02-02T01:49:04.614Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2799 | 2024-02-02T01:49:04.618Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2024-02-02T01:49:04.821Z | Documenting path-slash v0.1.5 |
2801 | 2024-02-02T01:49:09.166Z | Documenting slog-envlogger v2.2.0 |
2802 | 2024-02-02T01:49:10.020Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2803 | 2024-02-02T01:49:10.222Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2804 | 2024-02-02T01:49:11.751Z | Documenting ciborium v0.2.2 |
2805 | 2024-02-02T01:49:12.670Z | Documenting pem v3.0.2 |
2806 | 2024-02-02T01:49:17.392Z | Documenting fxhash v0.2.1 |
2807 | 2024-02-02T01:49:18.282Z | Documenting utf-8 v0.7.6 |
2808 | 2024-02-02T01:49:18.440Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2809 | 2024-02-02T01:49:18.964Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2810 | 2024-02-02T01:49:22.868Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2811 | 2024-02-02T01:49:23.694Z | Documenting tungstenite v0.20.1 |
2812 | 2024-02-02T01:49:24.567Z | Documenting vte_generate_state_changes v0.1.1 |
2813 | 2024-02-02T01:49:25.915Z | Documenting convert_case v0.4.0 |
2814 | 2024-02-02T01:49:28.239Z | Documenting display-error-chain v0.2.0 |
2815 | 2024-02-02T01:49:30.013Z | Checking convert_case v0.4.0 |
2816 | 2024-02-02T01:49:30.319Z | Documenting vte v0.11.1 |
2817 | 2024-02-02T01:49:31.345Z | Documenting derive_more v0.99.17 |
2818 | 2024-02-02T01:49:33.436Z | Documenting tokio-tungstenite v0.20.1 |
2819 | 2024-02-02T01:49:33.883Z | Documenting buf-list v1.0.3 |
2820 | 2024-02-02T01:49:36.851Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2821 | 2024-02-02T01:49:39.772Z | Documenting pin-project-internal v1.1.3 |
2822 | 2024-02-02T01:49:42.059Z | Documenting strip-ansi-escapes v0.2.0 |
2823 | 2024-02-02T01:49:42.067Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2824 | 2024-02-02T01:49:42.067Z | Documenting doc-comment v0.3.3 |
2825 | 2024-02-02T01:49:44.293Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2826 | 2024-02-02T01:49:45.857Z | Checking darling_core v0.14.4 |
2827 | 2024-02-02T01:49:46.735Z | Documenting crossbeam-deque v0.8.3 |
2828 | 2024-02-02T01:49:47.398Z | Documenting pin-project v1.1.3 |
2829 | 2024-02-02T01:49:48.682Z | Documenting snafu-derive v0.7.5 |
2830 | 2024-02-02T01:49:48.735Z | Documenting nu-ansi-term v0.49.0 |
2831 | 2024-02-02T01:49:49.146Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2832 | 2024-02-02T01:49:51.862Z | Checking darling v0.14.4 |
2833 | 2024-02-02T01:49:52.012Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2834 | 2024-02-02T01:49:52.798Z | Documenting rayon-core v1.12.0 |
2835 | 2024-02-02T01:49:54.720Z | Documenting reedline v0.28.0 |
2836 | 2024-02-02T01:49:54.914Z | Documenting trust-dns-client v0.22.0 |
2837 | 2024-02-02T01:49:59.686Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2838 | 2024-02-02T01:50:00.237Z | Documenting snafu v0.7.5 |
2839 | 2024-02-02T01:50:00.455Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2840 | 2024-02-02T01:50:00.867Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2841 | 2024-02-02T01:50:02.572Z | Documenting globset v0.4.13 |
2842 | 2024-02-02T01:50:02.716Z | Documenting olpc-cjson v0.1.3 |
2843 | 2024-02-02T01:50:05.071Z | Documenting serde_plain v1.0.2 |
2844 | 2024-02-02T01:50:06.444Z | Documenting async-recursion v1.0.5 |
2845 | 2024-02-02T01:50:07.241Z | Documenting bytecount v0.6.3 |
2846 | 2024-02-02T01:50:08.603Z | Documenting typed-path v0.7.0 |
2847 | 2024-02-02T01:50:09.664Z | Documenting keccak v0.1.4 |
2848 | 2024-02-02T01:50:09.980Z | Documenting trust-dns-server v0.22.1 |
2849 | 2024-02-02T01:50:11.165Z | Documenting rayon v1.8.0 |
2850 | 2024-02-02T01:50:11.518Z | Documenting papergrid v0.11.0 |
2851 | 2024-02-02T01:50:13.066Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2852 | 2024-02-02T01:50:13.626Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2853 | 2024-02-02T01:50:13.844Z | Documenting sha3 v0.10.8 |
2854 | 2024-02-02T01:50:15.612Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2855 | 2024-02-02T01:50:16.937Z | Documenting tough v0.16.0 |
2856 | 2024-02-02T01:50:17.938Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2024-02-02T01:50:18.397Z | Documenting sled v0.34.7 |
2858 | 2024-02-02T01:50:18.819Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2859 | 2024-02-02T01:50:20.090Z | Documenting fs-err v2.11.0 |
2860 | 2024-02-02T01:50:21.710Z | Documenting unicase v2.7.0 |
2861 | 2024-02-02T01:50:21.759Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2862 | 2024-02-02T01:50:22.194Z | Documenting tabled_derive v0.7.0 |
2863 | 2024-02-02T01:50:22.752Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2864 | 2024-02-02T01:50:23.359Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2865 | 2024-02-02T01:50:23.918Z | Documenting fd-lock v4.0.2 |
2866 | 2024-02-02T01:50:25.833Z | Documenting nix v0.27.1 |
2867 | 2024-02-02T01:50:26.527Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2868 | 2024-02-02T01:50:26.978Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2869 | 2024-02-02T01:50:27.554Z | Documenting secrecy v0.8.0 |
2870 | 2024-02-02T01:50:28.076Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2871 | 2024-02-02T01:50:29.918Z | Documenting headers-core v0.2.0 |
2872 | 2024-02-02T01:50:30.468Z | Documenting sqlparser_derive v0.2.2 |
2873 | 2024-02-02T01:50:34.173Z | Documenting parse-size v1.0.0 |
2874 | 2024-02-02T01:50:34.255Z | Documenting home v0.5.5 |
2875 | 2024-02-02T01:50:34.255Z | Documenting unicode_categories v0.1.1 |
2876 | 2024-02-02T01:50:34.255Z | Documenting tabled v0.15.0 |
2877 | 2024-02-02T01:50:35.384Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2878 | 2024-02-02T01:50:36.708Z | Documenting headers v0.3.9 |
2879 | 2024-02-02T01:50:37.630Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-02-02T01:50:37.888Z | Documenting sqlparser v0.43.1 |
2881 | 2024-02-02T01:50:39.244Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2882 | 2024-02-02T01:50:39.413Z | Documenting rustyline v13.0.0 |
2883 | 2024-02-02T01:50:39.680Z | Documenting sqlformat v0.2.3 |
2884 | 2024-02-02T01:50:43.836Z | Documenting mime_guess v2.0.4 |
2885 | 2024-02-02T01:50:46.587Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2886 | 2024-02-02T01:50:48.011Z | Documenting derive_builder_core v0.12.0 |
2887 | 2024-02-02T01:50:48.358Z | Checking derive_builder_core v0.12.0 |
2888 | 2024-02-02T01:50:50.711Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2889 | 2024-02-02T01:50:50.729Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2890 | 2024-02-02T01:50:51.129Z | Documenting universal-hash v0.5.1 |
2891 | 2024-02-02T01:50:52.439Z | Documenting bcs v0.1.6 |
2892 | 2024-02-02T01:50:57.246Z | Documenting kstat-rs v0.2.3 |
2893 | 2024-02-02T01:50:57.317Z | Documenting thiserror-impl-no-std v2.0.2 |
2894 | 2024-02-02T01:50:58.681Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2895 | 2024-02-02T01:50:58.846Z | Documenting curve25519-dalek-derive v0.1.0 |
2896 | 2024-02-02T01:51:00.426Z | Documenting highway v1.1.0 |
2897 | 2024-02-02T01:51:03.468Z | Documenting opaque-debug v0.3.0 |
2898 | 2024-02-02T01:51:04.920Z | Documenting thiserror-no-std v2.0.2 |
2899 | 2024-02-02T01:51:05.149Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2900 | 2024-02-02T01:51:05.467Z | Documenting curve25519-dalek v4.1.1 |
2901 | 2024-02-02T01:51:06.127Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2902 | 2024-02-02T01:51:07.190Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2024-02-02T01:51:07.608Z | Documenting poly1305 v0.8.0 |
2904 | 2024-02-02T01:51:09.073Z | Documenting derive_builder_macro v0.12.0 |
2905 | 2024-02-02T01:51:10.738Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2906 | 2024-02-02T01:51:10.920Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2907 | 2024-02-02T01:51:13.233Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2908 | 2024-02-02T01:51:14.911Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2909 | 2024-02-02T01:51:15.689Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2910 | 2024-02-02T01:51:23.718Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2911 | 2024-02-02T01:51:32.688Z | Documenting portable-atomic v1.4.3 |
2912 | 2024-02-02T01:51:35.146Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2913 | 2024-02-02T01:51:38.038Z | Documenting ed25519 v1.5.3 |
2914 | 2024-02-02T01:51:38.160Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2915 | 2024-02-02T01:51:38.611Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2916 | 2024-02-02T01:51:39.820Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2917 | 2024-02-02T01:51:42.129Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2918 | 2024-02-02T01:51:42.280Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2919 | 2024-02-02T01:51:43.647Z | Documenting chacha20 v0.9.1 |
2920 | 2024-02-02T01:51:49.839Z | Documenting aead v0.5.2 |
2921 | 2024-02-02T01:51:51.433Z | Documenting lru v0.12.1 |
2922 | 2024-02-02T01:51:53.531Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2923 | 2024-02-02T01:51:54.618Z | Documenting stability v0.1.1 |
2924 | 2024-02-02T01:51:55.905Z | Documenting ref-cast-impl v1.0.20 |
2925 | 2024-02-02T01:51:59.152Z | Documenting cassowary v0.3.0 |
2926 | 2024-02-02T01:51:59.265Z | Documenting number_prefix v0.4.0 |
2927 | 2024-02-02T01:51:59.355Z | Documenting glob v0.3.1 |
2928 | 2024-02-02T01:52:01.111Z | Documenting chacha20poly1305 v0.10.1 |
2929 | 2024-02-02T01:52:03.772Z | Documenting ref-cast v1.0.20 |
2930 | 2024-02-02T01:52:04.864Z | Documenting indicatif v0.17.7 |
2931 | 2024-02-02T01:52:05.270Z | Documenting ratatui v0.25.0 |
2932 | 2024-02-02T01:52:05.633Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-02T01:52:08.152Z | Documenting salty v0.2.0 |
2934 | 2024-02-02T01:52:10.212Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2935 | 2024-02-02T01:52:10.718Z | Documenting derive_builder v0.12.0 |
2936 | 2024-02-02T01:52:12.171Z | Documenting vsss-rs v3.3.4 |
2937 | 2024-02-02T01:52:14.833Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2938 | 2024-02-02T01:52:16.277Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2939 | 2024-02-02T01:52:16.480Z | Documenting polar-core v0.27.0 |
2940 | 2024-02-02T01:52:16.497Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2941 | 2024-02-02T01:52:22.580Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2942 | 2024-02-02T01:52:23.106Z | Documenting libxml v0.3.3 |
2943 | 2024-02-02T01:52:23.215Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-02T01:52:29.423Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2945 | 2024-02-02T01:52:32.447Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2946 | 2024-02-02T01:52:32.803Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2947 | 2024-02-02T01:52:32.881Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2948 | 2024-02-02T01:52:35.443Z | Documenting bb8 v0.8.1 |
2949 | 2024-02-02T01:52:41.190Z | Documenting serde-big-array v0.5.1 |
2950 | 2024-02-02T01:52:42.049Z | Documenting quick-xml v0.30.0 |
2951 | 2024-02-02T01:52:44.441Z | Documenting rtoolbox v0.0.1 |
2952 | 2024-02-02T01:52:45.230Z | Documenting oso-derive v0.27.0 |
2953 | 2024-02-02T01:52:47.713Z | Documenting impl-trait-for-tuples v0.2.2 |
2954 | 2024-02-02T01:52:48.202Z | Documenting http-range v0.1.5 |
2955 | 2024-02-02T01:52:48.528Z | Documenting maplit v1.0.2 |
2956 | 2024-02-02T01:52:49.834Z | Documenting is_ci v1.1.1 |
2957 | 2024-02-02T01:52:50.090Z | Documenting humantime v2.1.0 |
2958 | 2024-02-02T01:52:52.427Z | Documenting smawk v0.3.1 |
2959 | 2024-02-02T01:52:53.666Z | Documenting unicode-linebreak v0.1.5 |
2960 | 2024-02-02T01:52:53.992Z | Documenting hyper-staticfile v0.9.5 |
2961 | 2024-02-02T01:52:55.302Z | Documenting supports-color v2.1.0 |
2962 | 2024-02-02T01:52:55.711Z | Documenting rpassword v7.3.1 |
2963 | 2024-02-02T01:52:56.414Z | Documenting oso v0.27.0 |
2964 | 2024-02-02T01:52:57.841Z | Documenting samael v0.0.14 |
2965 | 2024-02-02T01:52:58.503Z | Documenting textwrap v0.16.0 |
2966 | 2024-02-02T01:53:01.362Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2967 | 2024-02-02T01:53:01.669Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2968 | 2024-02-02T01:53:02.770Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2969 | 2024-02-02T01:53:04.316Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2970 | 2024-02-02T01:53:04.739Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2971 | 2024-02-02T01:53:05.142Z | Documenting tui-tree-widget v0.16.0 |
2972 | 2024-02-02T01:53:12.016Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2973 | 2024-02-02T01:53:12.812Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2974 | 2024-02-02T01:53:14.515Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2975 | 2024-02-02T01:53:15.510Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2976 | 2024-02-02T01:53:15.880Z | Documenting cookie v0.18.0 |
2977 | 2024-02-02T01:53:27.213Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2978 | 2024-02-02T01:53:27.214Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2979 | 2024-02-02T01:53:27.214Z | Documenting rcgen v0.12.1 |
2980 | 2024-02-02T01:53:30.347Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2981 | 2024-02-02T01:53:30.939Z | Documenting atomicwrites v0.4.3 |
2982 | 2024-02-02T01:53:32.493Z | Documenting signal-hook-tokio v0.3.1 |
2983 | 2024-02-02T01:53:34.427Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2984 | 2024-02-02T01:53:37.376Z | Documenting subprocess v0.2.9 |
2985 | 2024-02-02T01:53:39.518Z | Documenting memmap2 v0.7.1 |
2986 | 2024-02-02T01:53:42.604Z | Documenting constant_time_eq v0.3.0 |
2987 | 2024-02-02T01:53:43.695Z | Documenting shell-words v1.1.0 |
2988 | 2024-02-02T01:53:44.270Z | Documenting corncobs v0.1.3 |
2989 | 2024-02-02T01:53:44.883Z | Documenting arrayvec v0.7.4 |
2990 | 2024-02-02T01:53:45.585Z | Documenting arrayref v0.3.7 |
2991 | 2024-02-02T01:53:45.659Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-02-02T01:53:46.789Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2993 | 2024-02-02T01:53:48.594Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2994 | 2024-02-02T01:53:49.509Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2995 | 2024-02-02T01:53:49.804Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2996 | 2024-02-02T01:53:49.980Z | Documenting blake3 v1.5.0 |
2997 | 2024-02-02T01:53:55.742Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2998 | 2024-02-02T01:53:56.485Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2999 | 2024-02-02T01:53:58.553Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-02-02T01:54:00.170Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3001 | 2024-02-02T01:54:22.066Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3002 | 2024-02-02T01:54:23.705Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3003 | 2024-02-02T01:54:24.784Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3004 | 2024-02-02T01:54:32.085Z | Documenting fatfs v0.3.6 |
3005 | 2024-02-02T01:54:32.289Z | warning: unclosed HTML tag `usize` |
3006 | 2024-02-02T01:54:32.290Z | --> wicket/src/ui/panes/update.rs:153:19 |
3007 | 2024-02-02T01:54:32.290Z | | |
3008 | 2024-02-02T01:54:32.290Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3009 | 2024-02-02T01:54:32.290Z | | ^^^^^^^ |
3010 | 2024-02-02T01:54:32.290Z | | |
3011 | 2024-02-02T01:54:32.290Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3012 | 2024-02-02T01:54:32.290Z | |
3013 | 2024-02-02T01:54:34.317Z | warning: `wicket` (lib doc) generated 1 warning |
3014 | 2024-02-02T01:54:34.318Z | Documenting nanorand v0.7.0 |
3015 | 2024-02-02T01:54:39.129Z | Documenting assert_matches v1.5.0 |
3016 | 2024-02-02T01:54:40.523Z | Documenting topological-sort v0.2.2 |
3017 | 2024-02-02T01:54:41.074Z | Documenting flume v0.11.0 |
3018 | 2024-02-02T01:54:42.372Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3019 | 2024-02-02T01:54:46.465Z | Documenting omicron-zone-package v0.11.0 |
3020 | 2024-02-02T01:54:46.853Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3021 | 2024-02-02T01:54:47.523Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3022 | 2024-02-02T01:54:50.988Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3023 | 2024-02-02T01:54:52.463Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3024 | 2024-02-02T01:54:56.679Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3025 | 2024-02-02T01:55:06.199Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3026 | 2024-02-02T01:55:10.567Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3027 | 2024-02-02T01:55:10.567Z | --> sled-agent/src/sim/instance.rs:46:7 |
3028 | 2024-02-02T01:55:10.568Z | | |
3029 | 2024-02-02T01:55:10.568Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3030 | 2024-02-02T01:55:10.568Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3031 | 2024-02-02T01:55:10.568Z | | |
3032 | 2024-02-02T01:55:10.568Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3033 | 2024-02-02T01:55:10.568Z | |
3034 | 2024-02-02T01:55:11.666Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3035 | 2024-02-02T01:55:12.913Z | Documenting termios v0.3.3 |
3036 | 2024-02-02T01:55:15.690Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3037 | 2024-02-02T01:55:15.931Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3038 | 2024-02-02T01:55:17.584Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3039 | 2024-02-02T01:55:18.824Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3040 | 2024-02-02T01:55:31.707Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3041 | 2024-02-02T01:55:36.823Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3042 | 2024-02-02T01:55:51.120Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3043 | 2024-02-02T01:56:12.227Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3044 | 2024-02-02T01:56:15.989Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3045 | 2024-02-02T01:56:35.004Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3046 | 2024-02-02T01:56:40.294Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3047 | 2024-02-02T01:56:40.295Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3048 | 2024-02-02T01:56:40.295Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3049 | 2024-02-02T01:56:40.295Z | | |
3050 | 2024-02-02T01:56:40.295Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3051 | 2024-02-02T01:56:40.296Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3052 | 2024-02-02T01:56:40.296Z | | |
3053 | 2024-02-02T01:56:40.296Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3054 | 2024-02-02T01:56:40.296Z | |
3055 | 2024-02-02T01:56:42.680Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3056 | 2024-02-02T01:56:44.586Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3057 | 2024-02-02T01:56:45.137Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3058 | 2024-02-02T01:57:00.850Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3059 | 2024-02-02T01:57:00.865Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3060 | 2024-02-02T01:58:17.875Z | warning: unresolved link to `VolumeConstructionRequest` |
3061 | 2024-02-02T01:58:17.875Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3062 | 2024-02-02T01:58:17.875Z | | |
3063 | 2024-02-02T01:58:17.875Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3064 | 2024-02-02T01:58:17.876Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3065 | 2024-02-02T01:58:17.876Z | | |
3066 | 2024-02-02T01:58:17.876Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3067 | 2024-02-02T01:58:17.876Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3068 | 2024-02-02T01:58:17.876Z | |
3069 | 2024-02-02T01:58:17.898Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3070 | 2024-02-02T01:58:17.898Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3071 | 2024-02-02T01:58:17.898Z | | |
3072 | 2024-02-02T01:58:17.899Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3073 | 2024-02-02T01:58:17.899Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3074 | 2024-02-02T01:58:17.899Z | |
3075 | 2024-02-02T01:58:17.899Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3076 | 2024-02-02T01:58:17.899Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3077 | 2024-02-02T01:58:17.899Z | | |
3078 | 2024-02-02T01:58:17.899Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3079 | 2024-02-02T01:58:17.899Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3080 | 2024-02-02T01:58:17.900Z | |
3081 | 2024-02-02T01:58:17.900Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3082 | 2024-02-02T01:58:17.900Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3083 | 2024-02-02T01:58:17.900Z | | |
3084 | 2024-02-02T01:58:17.900Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3085 | 2024-02-02T01:58:17.901Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3086 | 2024-02-02T01:58:17.901Z | |
3087 | 2024-02-02T01:58:17.901Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3088 | 2024-02-02T01:58:17.901Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3089 | 2024-02-02T01:58:17.901Z | | |
3090 | 2024-02-02T01:58:17.901Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3091 | 2024-02-02T01:58:17.901Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3092 | 2024-02-02T01:58:17.902Z | |
3093 | 2024-02-02T01:58:17.902Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3094 | 2024-02-02T01:58:17.902Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3095 | 2024-02-02T01:58:17.902Z | | |
3096 | 2024-02-02T01:58:17.902Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3097 | 2024-02-02T01:58:17.902Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3098 | 2024-02-02T01:58:17.902Z | |
3099 | 2024-02-02T01:58:17.902Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3100 | 2024-02-02T01:58:17.903Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3101 | 2024-02-02T01:58:17.903Z | | |
3102 | 2024-02-02T01:58:17.903Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3103 | 2024-02-02T01:58:17.903Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3104 | 2024-02-02T01:58:17.903Z | |
3105 | 2024-02-02T01:58:22.744Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3106 | 2024-02-02T01:58:56.182Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 56s |
3107 | 2024-02-02T01:58:56.295Z | |
3108 | 2024-02-02T01:58:56.298Z | real 16:56.473169257 |
3109 | 2024-02-02T01:58:56.299Z | user 55:20.678304194 |
3110 | 2024-02-02T01:58:56.299Z | sys 1:03:56.859139259 |
3111 | 2024-02-02T01:58:56.299Z | trap 1.896877119 |
3112 | 2024-02-02T01:58:56.299Z | tflt 0.095045224 |
3113 | 2024-02-02T01:58:56.299Z | dflt 0.570672513 |
3114 | 2024-02-02T01:58:56.299Z | kflt 0.000244136 |
3115 | 2024-02-02T01:58:56.299Z | lock 3:22:28.452780565 |
3116 | 2024-02-02T01:58:56.299Z | slp 4:18:08.297468409 |
3117 | 2024-02-02T01:58:56.299Z | lat 5:24.891997266 |
3118 | 2024-02-02T01:58:56.299Z | stop 1:36.271973350 |
3119 | 2024-02-02T01:58:56.299Z | process exited: duration 1888144 ms, exit code 0 |
|
3120 | 2024-02-02T01:58:56.306Z | found 0 output files |