|
|
|
1 | 2023-11-29T18:47:29.096Z | job assigned to worker 01HGE6DQT8QXHR4NDHNM1QHPTM (queued for 1 m 44 s) |
|
2 | 2023-11-29T18:47:29.257Z | starting task 0: "setup" |
3 | 2023-11-29T18:47:29.419Z | ++ uname -s |
4 | 2023-11-29T18:47:29.426Z | + kern=SunOS |
5 | 2023-11-29T18:47:29.426Z | + case "$kern" in |
6 | 2023-11-29T18:47:29.427Z | + groupadd -g 12345 build |
7 | 2023-11-29T18:47:29.427Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-29T18:47:31.521Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-29T18:47:31.680Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-29T18:47:31.683Z | + home_fs=zfs |
11 | 2023-11-29T18:47:31.683Z | + [[ zfs == autofs ]] |
12 | 2023-11-29T18:47:31.683Z | + mkdir -p /home/build |
13 | 2023-11-29T18:47:31.686Z | + chown build:build /home/build /work |
14 | 2023-11-29T18:47:33.690Z | + chmod 0700 /home/build /work |
15 | 2023-11-29T18:47:33.694Z | process exited: duration 4442 ms, exit code 0 |
|
16 | 2023-11-29T18:47:33.702Z | starting task 1: "rust-toolchain" |
17 | 2023-11-29T18:47:33.712Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-29T18:47:33.715Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-29T18:47:33.892Z | info: downloading installer |
20 | 2023-11-29T18:47:36.388Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-29T18:47:36.388Z | warning: /opt/ooce/bin |
22 | 2023-11-29T18:47:36.388Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-29T18:47:36.388Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-29T18:47:36.388Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-29T18:47:36.388Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-29T18:47:36.388Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-29T18:47:36.388Z | error: cannot install while Rust is installed |
28 | 2023-11-29T18:47:36.388Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-29T18:47:36.841Z | info: profile set to 'default' |
30 | 2023-11-29T18:47:36.841Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-29T18:47:36.849Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-29T18:47:37.019Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-29T18:47:37.019Z | info: downloading component 'cargo' |
34 | 2023-11-29T18:47:37.802Z | info: downloading component 'clippy' |
35 | 2023-11-29T18:47:38.099Z | info: downloading component 'rust-docs' |
36 | 2023-11-29T18:47:39.061Z | info: downloading component 'rust-std' |
37 | 2023-11-29T18:47:40.817Z | info: downloading component 'rustc' |
38 | 2023-11-29T18:47:45.081Z | info: downloading component 'rustfmt' |
39 | 2023-11-29T18:47:45.330Z | info: installing component 'cargo' |
40 | 2023-11-29T18:47:47.261Z | info: installing component 'clippy' |
41 | 2023-11-29T18:47:48.182Z | info: installing component 'rust-docs' |
42 | 2023-11-29T18:47:50.926Z | info: installing component 'rust-std' |
43 | 2023-11-29T18:47:54.769Z | info: installing component 'rustc' |
44 | 2023-11-29T18:48:04.610Z | info: installing component 'rustfmt' |
45 | 2023-11-29T18:48:05.051Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-29T18:48:05.051Z | |
47 | 2023-11-29T18:48:05.188Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-29T18:48:05.198Z | |
49 | 2023-11-29T18:48:05.198Z | |
50 | 2023-11-29T18:48:05.198Z | Rust is installed now. Great! |
51 | 2023-11-29T18:48:05.198Z | |
52 | 2023-11-29T18:48:05.198Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-29T18:48:05.198Z | environment variable. This has not been done automatically. |
54 | 2023-11-29T18:48:05.198Z | |
55 | 2023-11-29T18:48:05.198Z | To configure your current shell, run: |
56 | 2023-11-29T18:48:05.198Z | source "$HOME/.cargo/env" |
57 | 2023-11-29T18:48:05.311Z | + rustc --version |
58 | 2023-11-29T18:48:05.420Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-29T18:48:05.440Z | process exited: duration 31720 ms, exit code 0 |
|
60 | 2023-11-29T18:48:05.474Z | starting task 2: "authentication" |
61 | 2023-11-29T18:48:06.348Z | process exited: duration 875 ms, exit code 0 |
|
62 | 2023-11-29T18:48:06.354Z | starting task 3: "clone repository" |
63 | 2023-11-29T18:48:06.362Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-29T18:48:06.365Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-29T18:48:06.408Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-29T18:48:12.269Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-29T18:48:12.269Z | + [[ -n no-star ]] |
68 | 2023-11-29T18:48:12.272Z | + git fetch origin no-star |
69 | 2023-11-29T18:48:12.639Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-29T18:48:12.639Z | * branch no-star -> FETCH_HEAD |
71 | 2023-11-29T18:48:12.650Z | + git checkout -B no-star remotes/origin/no-star |
72 | 2023-11-29T18:48:12.753Z | Switched to a new branch 'no-star' |
73 | 2023-11-29T18:48:12.756Z | branch 'no-star' set up to track 'origin/no-star'. |
74 | 2023-11-29T18:48:12.756Z | + git reset --hard b8169350450dd66de51679f7bae0c2ff2f5f8a31 |
75 | 2023-11-29T18:48:12.961Z | HEAD is now at b8169350 no more vec conversion! |
76 | 2023-11-29T18:48:12.964Z | process exited: duration 6556 ms, exit code 0 |
|
77 | 2023-11-29T18:48:12.969Z | starting task 4: "build" |
78 | 2023-11-29T18:48:12.977Z | + cargo --version |
79 | 2023-11-29T18:48:12.984Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-29T18:48:13.185Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-29T18:48:13.187Z | info: downloading component 'cargo' |
82 | 2023-11-29T18:48:13.946Z | info: downloading component 'clippy' |
83 | 2023-11-29T18:48:14.170Z | info: downloading component 'rust-docs' |
84 | 2023-11-29T18:48:15.026Z | info: downloading component 'rust-std' |
85 | 2023-11-29T18:48:16.455Z | info: downloading component 'rustc' |
86 | 2023-11-29T18:48:20.168Z | info: downloading component 'rustfmt' |
87 | 2023-11-29T18:48:20.427Z | info: installing component 'cargo' |
88 | 2023-11-29T18:48:21.721Z | info: installing component 'clippy' |
89 | 2023-11-29T18:48:22.200Z | info: installing component 'rust-docs' |
90 | 2023-11-29T18:48:24.973Z | info: installing component 'rust-std' |
91 | 2023-11-29T18:48:27.537Z | info: installing component 'rustc' |
92 | 2023-11-29T18:48:33.739Z | info: installing component 'rustfmt' |
93 | 2023-11-29T18:48:34.277Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-29T18:48:34.280Z | + rustc --version |
95 | 2023-11-29T18:48:34.401Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-29T18:48:34.408Z | + source ./env.sh |
97 | 2023-11-29T18:48:34.410Z | ++ set -o xtrace |
98 | 2023-11-29T18:48:34.413Z | ++++ dirname ./env.sh |
99 | 2023-11-29T18:48:34.415Z | +++ cd . |
100 | 2023-11-29T18:48:34.416Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-29T18:48:34.416Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-29T18:48:34.425Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-29T18:48:34.425Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-29T18:48:34.425Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-11-29T18:48:34.425Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-11-29T18:48:34.425Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-11-29T18:48:34.425Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-11-29T18:48:34.425Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-29T18:48:34.425Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-29T18:48:34.425Z | ++ unset OMICRON_WS |
111 | 2023-11-29T18:48:34.425Z | ++ set +o xtrace |
112 | 2023-11-29T18:48:34.522Z | |
113 | 2023-11-29T18:48:34.522Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-29T18:48:34.522Z | # # # # # # # # # # # # # # # |
115 | 2023-11-29T18:48:34.522Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-29T18:48:34.522Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-29T18:48:34.522Z | # # # # # # # # # # # # # # # |
118 | 2023-11-29T18:48:34.522Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-29T18:48:34.522Z | |
120 | 2023-11-29T18:48:49.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-29T18:48:50.390Z | Startup: Caching catalogs ... Done |
122 | 2023-11-29T18:48:55.926Z | Planning: Solver setup ... Done (5.178s) |
123 | 2023-11-29T18:48:56.055Z | Planning: Running solver ... Done (0.129s) |
124 | 2023-11-29T18:48:56.113Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-29T18:48:56.127Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-29T18:48:56.358Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-29T18:48:56.438Z | Planning: Package planning ... Done (0.080s) |
128 | 2023-11-29T18:48:56.522Z | Planning: Merging actions ... Done (0.084s) |
129 | 2023-11-29T18:48:57.393Z | Planning: Checking for conflicting actions ... Done (0.870s) |
130 | 2023-11-29T18:48:57.412Z | Planning: Consolidating action changes ... Done (0.019s) |
131 | 2023-11-29T18:49:03.418Z | Planning: Evaluating mediators ... Done (6.006s) |
132 | 2023-11-29T18:49:03.434Z | Planning: Planning completed in 12.99 seconds |
133 | 2023-11-29T18:49:08.258Z | Packages to install: 4 |
134 | 2023-11-29T18:49:08.258Z | Mediators to change: 2 |
135 | 2023-11-29T18:49:08.259Z | Services to change: 1 |
136 | 2023-11-29T18:49:08.262Z | Estimated space available: 148.88 GB |
137 | 2023-11-29T18:49:08.262Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-11-29T18:49:08.262Z | Create boot environment: No |
139 | 2023-11-29T18:49:08.262Z | Create backup boot environment: No |
140 | 2023-11-29T18:49:08.262Z | Rebuild boot archive: No |
141 | 2023-11-29T18:49:08.262Z | |
142 | 2023-11-29T18:49:08.262Z | Changed mediators: |
143 | 2023-11-29T18:49:08.262Z | mediator clang: |
144 | 2023-11-29T18:49:08.262Z | version: None -> 15 (system default) |
145 | 2023-11-29T18:49:08.262Z | |
146 | 2023-11-29T18:49:08.262Z | mediator llvm: |
147 | 2023-11-29T18:49:08.262Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-29T18:49:08.262Z | |
149 | 2023-11-29T18:49:08.262Z | Changed packages: |
150 | 2023-11-29T18:49:08.262Z | helios-dev |
151 | 2023-11-29T18:49:08.262Z | developer/build-essential |
152 | 2023-11-29T18:49:08.262Z | None -> 11-2.0 |
153 | 2023-11-29T18:49:08.262Z | library/libxmlsec1 |
154 | 2023-11-29T18:49:08.262Z | None -> 1.2.35-2.0 |
155 | 2023-11-29T18:49:08.262Z | ooce/developer/clang-15 |
156 | 2023-11-29T18:49:08.262Z | None -> 15.0.7-2.0 |
157 | 2023-11-29T18:49:08.262Z | ooce/developer/llvm-15 |
158 | 2023-11-29T18:49:08.262Z | None -> 15.0.7-2.0 |
159 | 2023-11-29T18:49:08.262Z | |
160 | 2023-11-29T18:49:08.262Z | Services: |
161 | 2023-11-29T18:49:08.262Z | restart_fmri: |
162 | 2023-11-29T18:49:08.262Z | svc:/system/update-man-index:default |
163 | 2023-11-29T18:49:08.716Z | |
164 | 2023-11-29T18:49:08.717Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-29T18:49:13.814Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
166 | 2023-11-29T18:49:18.855Z | Download: 1593/3290 items 114.6/212.6MB 53% complete (12.0M/s) |
167 | 2023-11-29T18:49:23.860Z | Download: 2777/3290 items 120.9/212.6MB 56% complete (3.7M/s) |
168 | 2023-11-29T18:49:29.650Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.8M/s) |
169 | 2023-11-29T18:49:35.745Z | Download: 3285/3290 items 211.4/212.6MB 99% complete (9.0M/s) |
170 | 2023-11-29T18:49:35.803Z | Download: Completed 212.60 MB in 27.09 seconds (7.8M/s) |
171 | 2023-11-29T18:49:36.033Z | Actions: 1/3687 actions (Installing new actions) |
172 | 2023-11-29T18:49:41.056Z | Actions: 2358/3687 actions (Installing new actions) |
173 | 2023-11-29T18:49:44.610Z | Actions: Completed 3687 actions in 8.57 seconds. |
174 | 2023-11-29T18:49:44.793Z | Done (0.176s) |
175 | 2023-11-29T18:49:44.793Z | Done (0.000s) |
176 | 2023-11-29T18:49:45.029Z | Done (0.235s) |
177 | 2023-11-29T18:49:53.414Z | Done (8.265s) |
178 | 2023-11-29T18:49:53.777Z | Done (0.269s) |
179 | 2023-11-29T18:49:53.782Z | Done (0.000s) |
180 | 2023-11-29T18:49:54.016Z | Done (0.000s) |
181 | 2023-11-29T18:49:54.712Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-29T18:49:55.000Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-11-29T18:49:55.005Z | Planning: Consolidating action changes ... Done |
184 | 2023-11-29T18:49:55.437Z | Planning: Evaluating mediators ... Done |
185 | 2023-11-29T18:49:55.441Z | Planning: Planning completed in 0.73 seconds |
186 | 2023-11-29T18:49:55.492Z | Mediators to change: 2 |
187 | 2023-11-29T18:49:55.495Z | Create boot environment: No |
188 | 2023-11-29T18:49:55.495Z | Create backup boot environment: No |
189 | 2023-11-29T18:49:55.596Z | Done |
190 | 2023-11-29T18:49:55.596Z | Done |
191 | 2023-11-29T18:49:55.732Z | Done |
192 | 2023-11-29T18:50:01.532Z | Done |
193 | 2023-11-29T18:50:01.663Z | Done |
194 | 2023-11-29T18:50:01.666Z | Done |
195 | 2023-11-29T18:50:01.776Z | Done |
196 | 2023-11-29T18:50:02.842Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-11-29T18:50:02.845Z | Planning: Merging actions ... Done |
198 | 2023-11-29T18:50:03.175Z | Planning: Checking for conflicting actions ... Done |
199 | 2023-11-29T18:50:03.179Z | Planning: Consolidating action changes ... Done |
200 | 2023-11-29T18:50:03.602Z | Planning: Evaluating mediators ... Done |
201 | 2023-11-29T18:50:03.693Z | Planning: Planning completed in 1.31 seconds |
202 | 2023-11-29T18:50:03.753Z | Packages to change: 1 |
203 | 2023-11-29T18:50:03.761Z | Mediators to change: 1 |
204 | 2023-11-29T18:50:03.761Z | Services to change: 1 |
205 | 2023-11-29T18:50:03.761Z | Create boot environment: No |
206 | 2023-11-29T18:50:03.761Z | Create backup boot environment: Yes |
207 | 2023-11-29T18:50:06.010Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2023-11-29T18:50:06.013Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2023-11-29T18:50:06.013Z | Done |
210 | 2023-11-29T18:50:06.013Z | Done |
211 | 2023-11-29T18:50:06.066Z | Done |
212 | 2023-11-29T18:50:11.798Z | Done |
213 | 2023-11-29T18:50:11.923Z | Done |
214 | 2023-11-29T18:50:12.387Z | Done |
215 | 2023-11-29T18:50:12.387Z | Done |
216 | 2023-11-29T18:50:12.687Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2023-11-29T18:50:12.687Z | clang system 15 system |
218 | 2023-11-29T18:50:12.687Z | csh system system illumos |
219 | 2023-11-29T18:50:12.687Z | ctags system system illumos |
220 | 2023-11-29T18:50:12.687Z | gcc vendor 12 vendor |
221 | 2023-11-29T18:50:12.687Z | gcc system 10 system |
222 | 2023-11-29T18:50:12.687Z | gcc system 7 system |
223 | 2023-11-29T18:50:12.687Z | go system 1.20 system |
224 | 2023-11-29T18:50:12.687Z | go system 1.19 system |
225 | 2023-11-29T18:50:12.687Z | llvm system 15 system |
226 | 2023-11-29T18:50:12.687Z | llvm system 14 system |
227 | 2023-11-29T18:50:12.687Z | mariadb system 10.6 system |
228 | 2023-11-29T18:50:12.687Z | mta vendor vendor dma |
229 | 2023-11-29T18:50:12.687Z | openjdk system 17 system |
230 | 2023-11-29T18:50:12.687Z | openjdk system 11 system |
231 | 2023-11-29T18:50:12.687Z | openjdk system 1.8 system |
232 | 2023-11-29T18:50:12.687Z | openssl vendor 3 vendor |
233 | 2023-11-29T18:50:12.687Z | perl system 5.36 system |
234 | 2023-11-29T18:50:12.687Z | postgresql system 15 system |
235 | 2023-11-29T18:50:12.687Z | postgresql system 13 system |
236 | 2023-11-29T18:50:12.687Z | python vendor 3 vendor |
237 | 2023-11-29T18:50:12.687Z | python system 2 system |
238 | 2023-11-29T18:50:12.687Z | python3 system 3.11 system |
239 | 2023-11-29T18:50:12.687Z | ruby system 3.0 system |
240 | 2023-11-29T18:50:12.688Z | words vendor vendor american-english |
241 | 2023-11-29T18:50:12.688Z | words system system australian-english |
242 | 2023-11-29T18:50:12.688Z | words system system british-english |
243 | 2023-11-29T18:50:12.688Z | words system system canadian-english |
244 | 2023-11-29T18:50:12.688Z | words system system french |
245 | 2023-11-29T18:50:12.688Z | words system system italian |
246 | 2023-11-29T18:50:12.688Z | words system system ngerman |
247 | 2023-11-29T18:50:12.688Z | words system system ogerman |
248 | 2023-11-29T18:50:12.688Z | words system system spanish |
249 | 2023-11-29T18:50:13.209Z | FMRI IFO |
250 | 2023-11-29T18:50:13.209Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2023-11-29T18:50:13.209Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2023-11-29T18:50:13.209Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2023-11-29T18:50:13.209Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
254 | 2023-11-29T18:50:13.209Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2023-11-29T18:50:13.209Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
256 | 2023-11-29T18:50:13.280Z | + set -o errexit |
257 | 2023-11-29T18:50:13.283Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2023-11-29T18:50:13.287Z | ++ cd ./tools |
259 | 2023-11-29T18:50:13.287Z | ++ pwd |
260 | 2023-11-29T18:50:13.287Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2023-11-29T18:50:13.290Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2023-11-29T18:50:13.290Z | + ARG0=ci_download_cockroachdb |
263 | 2023-11-29T18:50:13.290Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2023-11-29T18:50:13.294Z | + CIDL_VERSION=v22.1.9 |
265 | 2023-11-29T18:50:13.294Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2023-11-29T18:50:13.294Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
267 | 2023-11-29T18:50:13.294Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
268 | 2023-11-29T18:50:13.294Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-11-29T18:50:13.294Z | + TARGET_DIR=out |
270 | 2023-11-29T18:50:13.294Z | + DOWNLOAD_DIR=out/downloads |
271 | 2023-11-29T18:50:13.294Z | + DEST_DIR=./out/cockroachdb |
272 | 2023-11-29T18:50:13.294Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2023-11-29T18:50:13.294Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2023-11-29T18:50:13.294Z | + main |
275 | 2023-11-29T18:50:13.294Z | + [[ 0 != 0 ]] |
276 | 2023-11-29T18:50:13.294Z | + CIDL_OS=solaris2.11 |
277 | 2023-11-29T18:50:13.294Z | + [[ 0 != 0 ]] |
278 | 2023-11-29T18:50:13.294Z | + configure_os solaris2.11 |
279 | 2023-11-29T18:50:13.294Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2023-11-29T18:50:13.294Z | current directory: /work/oxidecomputer/omicron |
281 | 2023-11-29T18:50:13.294Z | configuring based on OS: "solaris2.11" |
282 | 2023-11-29T18:50:13.294Z | + echo 'configuring based on OS: "solaris2.11"' |
283 | 2023-11-29T18:50:13.294Z | + case "$1" in |
284 | 2023-11-29T18:50:13.294Z | + CIDL_BUILD=illumos |
285 | 2023-11-29T18:50:13.294Z | + CIDL_SUFFIX=tar.gz |
286 | 2023-11-29T18:50:13.294Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-29T18:50:13.294Z | + CIDL_MD5FUNC=do_md5sum |
288 | 2023-11-29T18:50:13.298Z | + CIDL_URL_BASE=https://illumos.org/downloads |
289 | 2023-11-29T18:50:13.298Z | + CIDL_ASSEMBLE=do_assemble_illumos |
290 | 2023-11-29T18:50:13.299Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
291 | 2023-11-29T18:50:13.299Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-29T18:50:13.299Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-29T18:50:13.299Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
294 | 2023-11-29T18:50:13.299Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-29T18:50:13.299Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-29T18:50:13.299Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-29T18:50:13.299Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-11-29T18:50:13.299Z | + mkdir -p out/downloads |
299 | 2023-11-29T18:50:13.299Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-11-29T18:50:13.302Z | + mkdir -p ./out/cockroachdb |
301 | 2023-11-29T18:50:13.302Z | + local DO_DOWNLOAD=true |
302 | 2023-11-29T18:50:13.302Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2023-11-29T18:50:13.302Z | + '[' true == true ']' |
304 | 2023-11-29T18:50:13.302Z | + echo Downloading... |
305 | 2023-11-29T18:50:13.302Z | Downloading... |
306 | 2023-11-29T18:50:13.302Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-29T18:50:13.302Z | + 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 |
308 | 2023-11-29T18:50:16.841Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-11-29T18:50:16.851Z | ++ md5sum |
310 | 2023-11-29T18:50:16.851Z | ++ awk '{print $1}' |
311 | 2023-11-29T18:50:17.030Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
312 | 2023-11-29T18:50:17.031Z | + [[ 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 ]] |
313 | 2023-11-29T18:50:17.036Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-11-29T18:50:17.036Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2023-11-29T18:50:20.438Z | + do_assemble_illumos |
316 | 2023-11-29T18:50:20.438Z | + rm -r ./out/cockroachdb |
317 | 2023-11-29T18:50:20.442Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2023-11-29T18:50:21.132Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2023-11-29T18:50:21.442Z | Build Tag: v22.1.9-dirty |
320 | 2023-11-29T18:50:21.442Z | Build Time: 2022/10/26 21:17:46 |
321 | 2023-11-29T18:50:21.442Z | Distribution: OSS |
322 | 2023-11-29T18:50:21.442Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2023-11-29T18:50:21.442Z | Go Version: go1.17.13 |
324 | 2023-11-29T18:50:21.442Z | C Compiler: gcc 10.3.0 |
325 | 2023-11-29T18:50:21.442Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2023-11-29T18:50:21.442Z | Build Type: release |
327 | 2023-11-29T18:50:21.473Z | + set -o errexit |
328 | 2023-11-29T18:50:21.479Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2023-11-29T18:50:21.479Z | ++ cd ./tools |
330 | 2023-11-29T18:50:21.479Z | ++ pwd |
331 | 2023-11-29T18:50:21.479Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2023-11-29T18:50:21.479Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2023-11-29T18:50:21.482Z | + ARG0=ci_download_clickhouse |
334 | 2023-11-29T18:50:21.482Z | + TARGET_DIR=out |
335 | 2023-11-29T18:50:21.482Z | + DOWNLOAD_DIR=out/downloads |
336 | 2023-11-29T18:50:21.482Z | + DEST_DIR=./out/clickhouse |
337 | 2023-11-29T18:50:21.482Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2023-11-29T18:50:21.482Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2023-11-29T18:50:21.482Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2023-11-29T18:50:21.482Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2023-11-29T18:50:21.482Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-29T18:50:21.482Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2023-11-29T18:50:21.482Z | + main |
344 | 2023-11-29T18:50:21.484Z | + [[ 0 != 0 ]] |
345 | 2023-11-29T18:50:21.484Z | + CIDL_OS=solaris2.11 |
346 | 2023-11-29T18:50:21.484Z | + [[ 0 != 0 ]] |
347 | 2023-11-29T18:50:21.484Z | + configure_os solaris2.11 |
348 | 2023-11-29T18:50:21.484Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2023-11-29T18:50:21.484Z | current directory: /work/oxidecomputer/omicron |
350 | 2023-11-29T18:50:21.484Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2023-11-29T18:50:21.484Z | + CIDL_DASHREV= |
352 | 2023-11-29T18:50:21.484Z | + case "$1" in |
353 | 2023-11-29T18:50:21.484Z | configuring based on OS: "solaris2.11" |
354 | 2023-11-29T18:50:21.484Z | + CIDL_PLATFORM=illumos |
355 | 2023-11-29T18:50:21.484Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-29T18:50:21.484Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2023-11-29T18:50:21.484Z | + CIDL_DASHREV=-1 |
358 | 2023-11-29T18:50:21.484Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2023-11-29T18:50:21.484Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-29T18:50:21.484Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-29T18:50:21.484Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-29T18:50:21.484Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-29T18:50:21.484Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-29T18:50:21.484Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-29T18:50:21.484Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
366 | 2023-11-29T18:50:21.484Z | + mkdir -p out/downloads |
367 | 2023-11-29T18:50:21.487Z | + mkdir -p ./out/clickhouse |
368 | 2023-11-29T18:50:21.487Z | + local DO_DOWNLOAD=true |
369 | 2023-11-29T18:50:21.487Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2023-11-29T18:50:21.490Z | + '[' true == true ']' |
371 | 2023-11-29T18:50:21.490Z | + echo Downloading... |
372 | 2023-11-29T18:50:21.490Z | Downloading... |
373 | 2023-11-29T18:50:21.490Z | + 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 |
374 | 2023-11-29T18:50:21.490Z | + 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 |
375 | 2023-11-29T18:50:23.791Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-11-29T18:50:23.794Z | ++ md5sum |
377 | 2023-11-29T18:50:23.794Z | ++ awk '{print $1}' |
378 | 2023-11-29T18:50:24.053Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2023-11-29T18:50:24.053Z | + [[ 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 ]] |
380 | 2023-11-29T18:50:24.053Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2023-11-29T18:50:24.056Z | + mkdir -p ./out/clickhouse |
382 | 2023-11-29T18:50:24.056Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2023-11-29T18:50:28.886Z | + ./out/clickhouse/clickhouse server --version |
384 | 2023-11-29T18:50:28.938Z | ClickHouse server version 22.8.9.1. |
385 | 2023-11-29T18:50:28.960Z | + set -o errexit |
386 | 2023-11-29T18:50:28.963Z | +++ dirname ./tools/ci_download_console |
387 | 2023-11-29T18:50:28.966Z | ++ cd ./tools |
388 | 2023-11-29T18:50:28.966Z | ++ pwd |
389 | 2023-11-29T18:50:28.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2023-11-29T18:50:28.968Z | ++ basename ./tools/ci_download_console |
391 | 2023-11-29T18:50:28.971Z | + ARG0=ci_download_console |
392 | 2023-11-29T18:50:28.971Z | + TARGET_DIR=out |
393 | 2023-11-29T18:50:28.971Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-11-29T18:50:28.971Z | + DEST_DIR=./out/console-assets |
395 | 2023-11-29T18:50:28.971Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2023-11-29T18:50:28.971Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
397 | 2023-11-29T18:50:28.971Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-29T18:50:28.971Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-11-29T18:50:28.971Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2023-11-29T18:50:28.971Z | + main |
401 | 2023-11-29T18:50:28.971Z | + [[ 0 != 0 ]] |
402 | 2023-11-29T18:50:28.971Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
403 | 2023-11-29T18:50:28.971Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
404 | 2023-11-29T18:50:28.971Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2023-11-29T18:50:28.971Z | Local file: out/downloads/console.tar.gz |
406 | 2023-11-29T18:50:28.971Z | + local DO_DOWNLOAD=true |
407 | 2023-11-29T18:50:28.971Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2023-11-29T18:50:28.971Z | + mkdir -p out/downloads |
409 | 2023-11-29T18:50:28.974Z | + '[' true == true ']' |
410 | 2023-11-29T18:50:28.974Z | + echo Downloading... |
411 | 2023-11-29T18:50:28.974Z | Downloading... |
412 | 2023-11-29T18:50:28.974Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
413 | 2023-11-29T18:50:28.974Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
414 | 2023-11-29T18:50:29.709Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2023-11-29T18:50:29.712Z | ++ case "$OSTYPE" in |
416 | 2023-11-29T18:50:29.712Z | ++ SHA=sha256sum |
417 | 2023-11-29T18:50:29.712Z | ++ sha256sum |
418 | 2023-11-29T18:50:29.712Z | ++ awk '{print $1}' |
419 | 2023-11-29T18:50:29.734Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
420 | 2023-11-29T18:50:29.734Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
421 | 2023-11-29T18:50:29.737Z | + rm -rf ./out/console-assets |
422 | 2023-11-29T18:50:29.737Z | + mkdir -p ./out/console-assets |
423 | 2023-11-29T18:50:29.739Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2023-11-29T18:50:29.739Z | + mkdir -p ./out/console-assets |
425 | 2023-11-29T18:50:29.742Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2023-11-29T18:50:29.879Z | + set -o errexit |
427 | 2023-11-29T18:50:29.884Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2023-11-29T18:50:29.884Z | ++ cd ./tools |
429 | 2023-11-29T18:50:29.884Z | ++ pwd |
430 | 2023-11-29T18:50:29.888Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-11-29T18:50:29.888Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2023-11-29T18:50:29.888Z | + ARG0=ci_download_maghemite_openapi |
433 | 2023-11-29T18:50:29.888Z | + TARGET_DIR=out |
434 | 2023-11-29T18:50:29.888Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-11-29T18:50:29.888Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2023-11-29T18:50:29.888Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
437 | 2023-11-29T18:50:29.888Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-29T18:50:29.888Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
439 | 2023-11-29T18:50:29.888Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
440 | 2023-11-29T18:50:29.888Z | + main |
441 | 2023-11-29T18:50:29.888Z | + [[ 0 != 0 ]] |
442 | 2023-11-29T18:50:29.888Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
443 | 2023-11-29T18:50:29.888Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
444 | 2023-11-29T18:50:29.888Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-11-29T18:50:29.888Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
446 | 2023-11-29T18:50:29.888Z | + local DO_DOWNLOAD=true |
447 | 2023-11-29T18:50:29.888Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
448 | 2023-11-29T18:50:29.888Z | + mkdir -p out/downloads |
449 | 2023-11-29T18:50:29.891Z | + '[' true == true ']' |
450 | 2023-11-29T18:50:29.891Z | + echo Downloading... |
451 | 2023-11-29T18:50:29.891Z | Downloading... |
452 | 2023-11-29T18:50:29.891Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-11-29T18:50:29.891Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
454 | 2023-11-29T18:50:30.108Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
455 | 2023-11-29T18:50:30.108Z | ++ case "$OSTYPE" in |
456 | 2023-11-29T18:50:30.111Z | ++ SHA=sha256sum |
457 | 2023-11-29T18:50:30.111Z | ++ sha256sum |
458 | 2023-11-29T18:50:30.112Z | ++ awk '{print $1}' |
459 | 2023-11-29T18:50:30.115Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-11-29T18:50:30.115Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
461 | 2023-11-29T18:50:30.115Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2023-11-29T18:50:30.115Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
463 | 2023-11-29T18:50:30.115Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-29T18:50:30.116Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
465 | 2023-11-29T18:50:30.116Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
466 | 2023-11-29T18:50:30.116Z | + main |
467 | 2023-11-29T18:50:30.116Z | + [[ 0 != 0 ]] |
468 | 2023-11-29T18:50:30.116Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
469 | 2023-11-29T18:50:30.116Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
470 | 2023-11-29T18:50:30.116Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
471 | 2023-11-29T18:50:30.116Z | + local DO_DOWNLOAD=true |
472 | 2023-11-29T18:50:30.116Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
473 | 2023-11-29T18:50:30.116Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
474 | 2023-11-29T18:50:30.116Z | + mkdir -p out/downloads |
475 | 2023-11-29T18:50:30.119Z | + '[' true == true ']' |
476 | 2023-11-29T18:50:30.119Z | + echo Downloading... |
477 | 2023-11-29T18:50:30.119Z | Downloading... |
478 | 2023-11-29T18:50:30.119Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
479 | 2023-11-29T18:50:30.119Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
480 | 2023-11-29T18:50:30.250Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
481 | 2023-11-29T18:50:30.253Z | ++ case "$OSTYPE" in |
482 | 2023-11-29T18:50:30.253Z | ++ SHA=sha256sum |
483 | 2023-11-29T18:50:30.253Z | ++ sha256sum |
484 | 2023-11-29T18:50:30.253Z | ++ awk '{print $1}' |
485 | 2023-11-29T18:50:30.256Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
486 | 2023-11-29T18:50:30.256Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
487 | 2023-11-29T18:50:30.266Z | + set -o errexit |
488 | 2023-11-29T18:50:30.269Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2023-11-29T18:50:30.271Z | ++ cd ./tools |
490 | 2023-11-29T18:50:30.271Z | ++ pwd |
491 | 2023-11-29T18:50:30.271Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-11-29T18:50:30.274Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2023-11-29T18:50:30.274Z | + ARG0=ci_download_dendrite_openapi |
494 | 2023-11-29T18:50:30.274Z | + TARGET_DIR=out |
495 | 2023-11-29T18:50:30.274Z | + DOWNLOAD_DIR=out/downloads |
496 | 2023-11-29T18:50:30.274Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2023-11-29T18:50:30.274Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
498 | 2023-11-29T18:50:30.274Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-29T18:50:30.274Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
500 | 2023-11-29T18:50:30.274Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
501 | 2023-11-29T18:50:30.274Z | + main |
502 | 2023-11-29T18:50:30.274Z | + [[ 0 != 0 ]] |
503 | 2023-11-29T18:50:30.275Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
504 | 2023-11-29T18:50:30.275Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
505 | 2023-11-29T18:50:30.275Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
506 | 2023-11-29T18:50:30.275Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
507 | 2023-11-29T18:50:30.275Z | + local DO_DOWNLOAD=true |
508 | 2023-11-29T18:50:30.275Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
509 | 2023-11-29T18:50:30.276Z | + mkdir -p out/downloads |
510 | 2023-11-29T18:50:30.279Z | + '[' true == true ']' |
511 | 2023-11-29T18:50:30.279Z | + echo Downloading... |
512 | 2023-11-29T18:50:30.279Z | Downloading... |
513 | 2023-11-29T18:50:30.279Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
514 | 2023-11-29T18:50:30.279Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
515 | 2023-11-29T18:50:30.449Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
516 | 2023-11-29T18:50:30.449Z | ++ case "$OSTYPE" in |
517 | 2023-11-29T18:50:30.452Z | ++ SHA=sha256sum |
518 | 2023-11-29T18:50:30.452Z | ++ sha256sum |
519 | 2023-11-29T18:50:30.452Z | ++ awk '{print $1}' |
520 | 2023-11-29T18:50:30.455Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2023-11-29T18:50:30.456Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
522 | 2023-11-29T18:50:30.465Z | + set -o errexit |
523 | 2023-11-29T18:50:30.468Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2023-11-29T18:50:30.471Z | ++ cd ./tools |
525 | 2023-11-29T18:50:30.471Z | ++ pwd |
526 | 2023-11-29T18:50:30.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-11-29T18:50:30.474Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2023-11-29T18:50:30.474Z | + ARG0=ci_download_dendrite_stub |
529 | 2023-11-29T18:50:30.474Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2023-11-29T18:50:30.474Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
531 | 2023-11-29T18:50:30.474Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
532 | 2023-11-29T18:50:30.475Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
533 | 2023-11-29T18:50:30.475Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2023-11-29T18:50:30.475Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
535 | 2023-11-29T18:50:30.475Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
536 | 2023-11-29T18:50:30.475Z | + TARGET_DIR=out |
537 | 2023-11-29T18:50:30.475Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-11-29T18:50:30.475Z | + DEST_DIR=./out/dendrite-stub |
539 | 2023-11-29T18:50:30.475Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2023-11-29T18:50:30.475Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-11-29T18:50:30.476Z | + REPO=oxidecomputer/dendrite |
542 | 2023-11-29T18:50:30.476Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
543 | 2023-11-29T18:50:30.476Z | + main |
544 | 2023-11-29T18:50:30.476Z | + [[ 0 != 0 ]] |
545 | 2023-11-29T18:50:30.476Z | + CIDL_OS=solaris2.11 |
546 | 2023-11-29T18:50:30.476Z | + [[ 0 != 0 ]] |
547 | 2023-11-29T18:50:30.476Z | + configure_os solaris2.11 |
548 | 2023-11-29T18:50:30.476Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-11-29T18:50:30.476Z | current directory: /work/oxidecomputer/omicron |
550 | 2023-11-29T18:50:30.476Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2023-11-29T18:50:30.477Z | configuring based on OS: "solaris2.11" |
552 | 2023-11-29T18:50:30.477Z | + case "$1" in |
553 | 2023-11-29T18:50:30.477Z | + SET_BINARIES= |
554 | 2023-11-29T18:50:30.477Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
555 | 2023-11-29T18:50:30.480Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2023-11-29T18:50:30.480Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2023-11-29T18:50:30.480Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
558 | 2023-11-29T18:50:30.481Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-29T18:50:30.481Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
560 | 2023-11-29T18:50:30.481Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
561 | 2023-11-29T18:50:30.481Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2023-11-29T18:50:30.481Z | + mkdir -p out/downloads |
563 | 2023-11-29T18:50:30.481Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2023-11-29T18:50:30.481Z | + mkdir -p ./out/dendrite-stub |
565 | 2023-11-29T18:50:30.481Z | + fetch_and_verify |
566 | 2023-11-29T18:50:30.481Z | + local DO_DOWNLOAD=true |
567 | 2023-11-29T18:50:30.481Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2023-11-29T18:50:30.481Z | + '[' true == true ']' |
569 | 2023-11-29T18:50:30.481Z | + echo Downloading... |
570 | 2023-11-29T18:50:30.481Z | Downloading... |
571 | 2023-11-29T18:50:30.481Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-29T18:50:30.481Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
573 | 2023-11-29T18:50:41.094Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-29T18:50:41.097Z | ++ sha256sum |
575 | 2023-11-29T18:50:41.097Z | ++ awk '{print $1}' |
576 | 2023-11-29T18:50:41.205Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
577 | 2023-11-29T18:50:41.205Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
578 | 2023-11-29T18:50:41.209Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2023-11-29T18:50:41.209Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2023-11-29T18:50:42.248Z | + do_assemble |
581 | 2023-11-29T18:50:42.248Z | + rm -r ./out/dendrite-stub |
582 | 2023-11-29T18:50:42.253Z | + mkdir ./out/dendrite-stub |
583 | 2023-11-29T18:50:42.253Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2023-11-29T18:50:42.393Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2023-11-29T18:50:42.405Z | + set -o errexit |
586 | 2023-11-29T18:50:42.412Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2023-11-29T18:50:42.421Z | ++ cd ./tools |
588 | 2023-11-29T18:50:42.422Z | ++ pwd |
589 | 2023-11-29T18:50:42.422Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2023-11-29T18:50:42.422Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2023-11-29T18:50:42.422Z | + ARG0=ci_download_maghemite_mgd |
592 | 2023-11-29T18:50:42.422Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2023-11-29T18:50:42.422Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
594 | 2023-11-29T18:50:42.422Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
595 | 2023-11-29T18:50:42.422Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2023-11-29T18:50:42.422Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
597 | 2023-11-29T18:50:42.422Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
598 | 2023-11-29T18:50:42.422Z | + TARGET_DIR=out |
599 | 2023-11-29T18:50:42.422Z | + DOWNLOAD_DIR=out/downloads |
600 | 2023-11-29T18:50:42.422Z | + DEST_DIR=./out/mgd |
601 | 2023-11-29T18:50:42.422Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2023-11-29T18:50:42.422Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2023-11-29T18:50:42.422Z | + REPO=oxidecomputer/maghemite |
604 | 2023-11-29T18:50:42.422Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
605 | 2023-11-29T18:50:42.422Z | + main |
606 | 2023-11-29T18:50:42.422Z | + [[ 0 != 0 ]] |
607 | 2023-11-29T18:50:42.422Z | + CIDL_OS=solaris2.11 |
608 | 2023-11-29T18:50:42.422Z | + [[ 0 != 0 ]] |
609 | 2023-11-29T18:50:42.422Z | + configure_os solaris2.11 |
610 | 2023-11-29T18:50:42.422Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2023-11-29T18:50:42.422Z | current directory: /work/oxidecomputer/omicron |
612 | 2023-11-29T18:50:42.422Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2023-11-29T18:50:42.422Z | + case "$1" in |
614 | 2023-11-29T18:50:42.424Z | + SET_BINARIES= |
615 | 2023-11-29T18:50:42.424Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-11-29T18:50:42.424Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-11-29T18:50:42.424Z | configuring based on OS: "solaris2.11" |
618 | 2023-11-29T18:50:42.424Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
619 | 2023-11-29T18:50:42.424Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2023-11-29T18:50:42.424Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
621 | 2023-11-29T18:50:42.424Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
622 | 2023-11-29T18:50:42.424Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2023-11-29T18:50:42.424Z | Local file: out/downloads/mgd.tar.gz |
624 | 2023-11-29T18:50:42.424Z | + mkdir -p out/downloads |
625 | 2023-11-29T18:50:42.424Z | + mkdir -p ./out/mgd |
626 | 2023-11-29T18:50:42.431Z | + fetch_and_verify |
627 | 2023-11-29T18:50:42.431Z | + local DO_DOWNLOAD=true |
628 | 2023-11-29T18:50:42.431Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2023-11-29T18:50:42.431Z | + '[' true == true ']' |
630 | 2023-11-29T18:50:42.431Z | + echo Downloading... |
631 | 2023-11-29T18:50:42.431Z | Downloading... |
632 | 2023-11-29T18:50:42.431Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2023-11-29T18:50:42.431Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
634 | 2023-11-29T18:50:47.873Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2023-11-29T18:50:47.876Z | ++ sha256sum |
636 | 2023-11-29T18:50:47.876Z | ++ awk '{print $1}' |
637 | 2023-11-29T18:50:47.950Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
638 | 2023-11-29T18:50:47.950Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
639 | 2023-11-29T18:50:47.953Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2023-11-29T18:50:47.953Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2023-11-29T18:50:48.599Z | + do_assemble |
642 | 2023-11-29T18:50:48.600Z | + rm -r ./out/mgd |
643 | 2023-11-29T18:50:48.603Z | + mkdir ./out/mgd |
644 | 2023-11-29T18:50:48.605Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2023-11-29T18:50:48.816Z | + set -o errexit |
646 | 2023-11-29T18:50:48.818Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2023-11-29T18:50:48.821Z | ++ cd ./tools |
648 | 2023-11-29T18:50:48.821Z | ++ pwd |
649 | 2023-11-29T18:50:48.821Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2023-11-29T18:50:48.824Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2023-11-29T18:50:48.824Z | + ARG0=ci_download_transceiver_control |
652 | 2023-11-29T18:50:48.824Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2023-11-29T18:50:48.824Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-11-29T18:50:48.824Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-29T18:50:48.824Z | + TARGET_DIR=out |
656 | 2023-11-29T18:50:48.824Z | + DOWNLOAD_DIR=out/downloads |
657 | 2023-11-29T18:50:48.824Z | + DEST_DIR=./out/transceiver-control |
658 | 2023-11-29T18:50:48.824Z | + BIN_DIR=/opt/oxide/bin |
659 | 2023-11-29T18:50:48.824Z | + BINARY=xcvradm |
660 | 2023-11-29T18:50:48.824Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2023-11-29T18:50:48.824Z | + REPO=oxidecomputer/transceiver-control |
662 | 2023-11-29T18:50:48.824Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2023-11-29T18:50:48.827Z | + main |
664 | 2023-11-29T18:50:48.827Z | + [[ 0 != 0 ]] |
665 | 2023-11-29T18:50:48.827Z | + CIDL_OS=solaris2.11 |
666 | 2023-11-29T18:50:48.827Z | + [[ 0 != 0 ]] |
667 | 2023-11-29T18:50:48.827Z | + configure_os solaris2.11 |
668 | 2023-11-29T18:50:48.827Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2023-11-29T18:50:48.827Z | current directory: /work/oxidecomputer/omicron |
670 | 2023-11-29T18:50:48.827Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2023-11-29T18:50:48.827Z | configuring based on OS: "solaris2.11" |
672 | 2023-11-29T18:50:48.827Z | + case "$1" in |
673 | 2023-11-29T18:50:48.827Z | + SET_BINARIES= |
674 | 2023-11-29T18:50:48.827Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-29T18:50:48.827Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2023-11-29T18:50:48.827Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2023-11-29T18:50:48.827Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-29T18:50:48.827Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2023-11-29T18:50:48.827Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2023-11-29T18:50:48.827Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-11-29T18:50:48.827Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2023-11-29T18:50:48.827Z | Local file: out/downloads/xcvradm.gz |
683 | 2023-11-29T18:50:48.827Z | + mkdir -p out/downloads |
684 | 2023-11-29T18:50:48.830Z | + mkdir -p ./out/transceiver-control |
685 | 2023-11-29T18:50:48.830Z | + fetch_and_verify |
686 | 2023-11-29T18:50:48.830Z | + local DO_DOWNLOAD=true |
687 | 2023-11-29T18:50:48.830Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2023-11-29T18:50:48.830Z | + '[' true == true ']' |
689 | 2023-11-29T18:50:48.830Z | + echo Downloading... |
690 | 2023-11-29T18:50:48.830Z | Downloading... |
691 | 2023-11-29T18:50:48.830Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2023-11-29T18:50:48.830Z | + 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 |
693 | 2023-11-29T18:50:50.717Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2023-11-29T18:50:50.732Z | ++ sha256sum |
695 | 2023-11-29T18:50:50.732Z | ++ awk '{print $1}' |
696 | 2023-11-29T18:50:51.142Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2023-11-29T18:50:51.142Z | + [[ 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 ]] |
698 | 2023-11-29T18:50:51.142Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2023-11-29T18:50:51.142Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2023-11-29T18:50:51.148Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2023-11-29T18:50:51.148Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2023-11-29T18:50:51.148Z | + do_assemble |
703 | 2023-11-29T18:50:51.148Z | + rm -r ./out/transceiver-control |
704 | 2023-11-29T18:50:51.149Z | + mkdir ./out/transceiver-control |
705 | 2023-11-29T18:50:51.149Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2023-11-29T18:50:51.186Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2023-11-29T18:50:51.189Z | |
708 | 2023-11-29T18:50:51.189Z | real 2:16.667548746 |
709 | 2023-11-29T18:50:51.189Z | user 53.436955965 |
710 | 2023-11-29T18:50:51.189Z | sys 10.116201760 |
711 | 2023-11-29T18:50:51.189Z | trap 0.019889689 |
712 | 2023-11-29T18:50:51.189Z | tflt 0.370953483 |
713 | 2023-11-29T18:50:51.189Z | dflt 1.034278631 |
714 | 2023-11-29T18:50:51.189Z | kflt 0.331891538 |
715 | 2023-11-29T18:50:51.189Z | lock 1.855629668 |
716 | 2023-11-29T18:50:51.189Z | slp 4:14.953853602 |
717 | 2023-11-29T18:50:51.189Z | lat 3.343664353 |
718 | 2023-11-29T18:50:51.189Z | stop 0.059473633 |
719 | 2023-11-29T18:50:51.192Z | |
720 | 2023-11-29T18:50:51.192Z | #### # # ##### ##### # # |
721 | 2023-11-29T18:50:51.192Z | # # # # # # # # # # |
722 | 2023-11-29T18:50:51.192Z | # # # # # # # # |
723 | 2023-11-29T18:50:51.192Z | # # # ##### ##### # |
724 | 2023-11-29T18:50:51.192Z | # # # # # # # |
725 | 2023-11-29T18:50:51.192Z | #### ###### # # # # |
726 | 2023-11-29T18:50:51.192Z | |
727 | 2023-11-29T18:50:51.567Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2023-11-29T18:50:51.955Z | Updating crates.io index |
729 | 2023-11-29T18:50:51.958Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2023-11-29T18:50:52.861Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2023-11-29T18:50:54.671Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2023-11-29T18:50:55.291Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2023-11-29T18:50:55.608Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2023-11-29T18:50:55.929Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2023-11-29T18:50:56.233Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2023-11-29T18:50:57.143Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2023-11-29T18:50:59.057Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2023-11-29T18:51:00.139Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2023-11-29T18:51:00.465Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2023-11-29T18:51:01.071Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2023-11-29T18:51:01.442Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2023-11-29T18:51:01.816Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2023-11-29T18:51:02.254Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2023-11-29T18:51:02.593Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2023-11-29T18:51:03.081Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2023-11-29T18:51:03.702Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2023-11-29T18:51:04.333Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2023-11-29T18:51:04.739Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2023-11-29T18:51:06.322Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2023-11-29T18:51:08.802Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2023-11-29T18:51:09.404Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2023-11-29T18:51:09.405Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2023-11-29T18:51:09.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2023-11-29T18:51:10.637Z | Downloading crates ... |
755 | 2023-11-29T18:51:10.886Z | Downloaded clap_derive v4.4.2 |
756 | 2023-11-29T18:51:10.886Z | Downloaded errno v0.3.2 |
757 | 2023-11-29T18:51:10.886Z | Downloaded serde v1.0.192 |
758 | 2023-11-29T18:51:10.886Z | Downloaded indexmap v2.1.0 |
759 | 2023-11-29T18:51:10.887Z | Downloaded equivalent v1.0.1 |
760 | 2023-11-29T18:51:10.887Z | Downloaded toml_datetime v0.6.5 |
761 | 2023-11-29T18:51:10.887Z | Downloaded colorchoice v1.0.0 |
762 | 2023-11-29T18:51:10.887Z | Downloaded anstyle-query v1.0.0 |
763 | 2023-11-29T18:51:10.887Z | Downloaded serde_spanned v0.6.4 |
764 | 2023-11-29T18:51:10.887Z | Downloaded bitflags v1.3.2 |
765 | 2023-11-29T18:51:10.887Z | Downloaded cargo_metadata v0.18.0 |
766 | 2023-11-29T18:51:10.887Z | Downloaded heck v0.4.1 |
767 | 2023-11-29T18:51:10.887Z | Downloaded clap_lex v0.5.1 |
768 | 2023-11-29T18:51:10.887Z | Downloaded terminal_size v0.2.6 |
769 | 2023-11-29T18:51:10.887Z | Downloaded cargo-platform v0.1.3 |
770 | 2023-11-29T18:51:10.887Z | Downloaded anstream v0.5.0 |
771 | 2023-11-29T18:51:10.887Z | Downloaded camino v1.1.6 |
772 | 2023-11-29T18:51:10.887Z | Downloaded thiserror v1.0.49 |
773 | 2023-11-29T18:51:10.887Z | Downloaded anstyle-parse v0.2.1 |
774 | 2023-11-29T18:51:10.887Z | Downloaded utf8parse v0.2.1 |
775 | 2023-11-29T18:51:10.887Z | Downloaded ryu v1.0.15 |
776 | 2023-11-29T18:51:10.887Z | Downloaded toml v0.8.8 |
777 | 2023-11-29T18:51:10.887Z | Downloaded serde_derive v1.0.192 |
778 | 2023-11-29T18:51:10.887Z | Downloaded anyhow v1.0.75 |
779 | 2023-11-29T18:51:10.887Z | Downloaded unicode-ident v1.0.12 |
780 | 2023-11-29T18:51:10.887Z | Downloaded memchr v2.6.3 |
781 | 2023-11-29T18:51:10.887Z | Downloaded toml_edit v0.21.0 |
782 | 2023-11-29T18:51:10.887Z | Downloaded hashbrown v0.14.2 |
783 | 2023-11-29T18:51:10.887Z | Downloaded winnow v0.5.15 |
784 | 2023-11-29T18:51:10.887Z | Downloaded syn v2.0.32 |
785 | 2023-11-29T18:51:10.887Z | Downloaded rustix v0.37.23 |
786 | 2023-11-29T18:51:10.887Z | Downloaded libc v0.2.150 |
787 | 2023-11-29T18:51:11.010Z | Downloaded serde_json v1.0.108 |
788 | 2023-11-29T18:51:11.010Z | Downloaded clap_builder v4.4.2 |
789 | 2023-11-29T18:51:11.010Z | Downloaded proc-macro2 v1.0.69 |
790 | 2023-11-29T18:51:11.010Z | Downloaded clap v4.4.3 |
791 | 2023-11-29T18:51:11.010Z | Downloaded thiserror-impl v1.0.49 |
792 | 2023-11-29T18:51:11.010Z | Downloaded quote v1.0.33 |
793 | 2023-11-29T18:51:11.010Z | Downloaded semver v1.0.20 |
794 | 2023-11-29T18:51:11.010Z | Downloaded io-lifetimes v1.0.11 |
795 | 2023-11-29T18:51:11.138Z | Downloaded anstyle v1.0.2 |
796 | 2023-11-29T18:51:11.138Z | Downloaded itoa v1.0.9 |
797 | 2023-11-29T18:51:11.138Z | Downloaded strsim v0.10.0 |
798 | 2023-11-29T18:51:11.138Z | Downloaded cargo_toml v0.17.0 |
799 | 2023-11-29T18:51:12.035Z | Compiling proc-macro2 v1.0.69 |
800 | 2023-11-29T18:51:12.035Z | Compiling unicode-ident v1.0.12 |
801 | 2023-11-29T18:51:12.035Z | Compiling serde v1.0.192 |
802 | 2023-11-29T18:51:12.035Z | Compiling libc v0.2.150 |
803 | 2023-11-29T18:51:12.036Z | Compiling io-lifetimes v1.0.11 |
804 | 2023-11-29T18:51:12.036Z | Compiling rustix v0.37.23 |
805 | 2023-11-29T18:51:12.036Z | Compiling hashbrown v0.14.2 |
806 | 2023-11-29T18:51:12.036Z | Compiling equivalent v1.0.1 |
807 | 2023-11-29T18:51:12.036Z | Compiling utf8parse v0.2.1 |
808 | 2023-11-29T18:51:12.036Z | Compiling bitflags v1.3.2 |
809 | 2023-11-29T18:51:12.036Z | Compiling anstyle-parse v0.2.1 |
810 | 2023-11-29T18:51:12.036Z | Compiling anstyle v1.0.2 |
811 | 2023-11-29T18:51:12.778Z | Compiling semver v1.0.20 |
812 | 2023-11-29T18:51:12.778Z | Compiling thiserror v1.0.49 |
813 | 2023-11-29T18:51:13.243Z | Compiling indexmap v2.1.0 |
814 | 2023-11-29T18:51:13.533Z | Compiling anstyle-query v1.0.0 |
815 | 2023-11-29T18:51:14.278Z | Compiling camino v1.1.6 |
816 | 2023-11-29T18:51:34.673Z | Compiling serde_json v1.0.108 |
817 | 2023-11-29T18:51:34.674Z | Compiling winnow v0.5.15 |
818 | 2023-11-29T18:51:35.311Z | Compiling colorchoice v1.0.0 |
819 | 2023-11-29T18:51:35.311Z | Compiling anstream v0.5.0 |
820 | 2023-11-29T18:51:35.311Z | Compiling itoa v1.0.9 |
821 | 2023-11-29T18:51:35.311Z | Compiling heck v0.4.1 |
822 | 2023-11-29T18:51:35.311Z | Compiling clap_lex v0.5.1 |
823 | 2023-11-29T18:51:35.311Z | Compiling anyhow v1.0.75 |
824 | 2023-11-29T18:51:35.311Z | Compiling strsim v0.10.0 |
825 | 2023-11-29T18:51:35.311Z | Compiling ryu v1.0.15 |
826 | 2023-11-29T18:51:35.311Z | Compiling quote v1.0.33 |
827 | 2023-11-29T18:51:35.311Z | Compiling syn v2.0.32 |
828 | 2023-11-29T18:51:35.311Z | Compiling errno v0.3.2 |
829 | 2023-11-29T18:51:35.311Z | Compiling terminal_size v0.2.6 |
830 | 2023-11-29T18:51:35.311Z | Compiling clap_builder v4.4.2 |
831 | 2023-11-29T18:51:35.967Z | Compiling serde_derive v1.0.192 |
832 | 2023-11-29T18:51:35.968Z | Compiling thiserror-impl v1.0.49 |
833 | 2023-11-29T18:51:35.968Z | Compiling clap_derive v4.4.2 |
834 | 2023-11-29T18:51:35.968Z | Compiling clap v4.4.3 |
835 | 2023-11-29T18:51:36.725Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-29T18:51:36.751Z | Compiling serde_spanned v0.6.4 |
837 | 2023-11-29T18:51:36.751Z | Compiling cargo-platform v0.1.3 |
838 | 2023-11-29T18:51:37.032Z | Compiling toml_edit v0.21.0 |
839 | 2023-11-29T18:51:38.782Z | Compiling cargo_metadata v0.18.0 |
840 | 2023-11-29T18:51:40.210Z | Compiling toml v0.8.8 |
841 | 2023-11-29T18:51:41.230Z | Compiling cargo_toml v0.17.0 |
842 | 2023-11-29T18:51:47.657Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2023-11-29T18:51:49.043Z | Finished dev [unoptimized + debuginfo] target(s) in 57.76s |
844 | 2023-11-29T18:51:49.246Z | Running `target/debug/xtask clippy` |
845 | 2023-11-29T18:51:49.297Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2023-11-29T18:51:50.103Z | Downloading crates ... |
847 | 2023-11-29T18:51:50.376Z | Downloaded ahash v0.8.3 |
848 | 2023-11-29T18:51:50.379Z | Downloaded crossbeam-deque v0.8.3 |
849 | 2023-11-29T18:51:50.379Z | Downloaded const-oid v0.9.5 |
850 | 2023-11-29T18:51:50.379Z | Downloaded inout v0.1.3 |
851 | 2023-11-29T18:51:50.385Z | Downloaded ipnetwork v0.20.0 |
852 | 2023-11-29T18:51:50.394Z | Downloaded match_cfg v0.1.0 |
853 | 2023-11-29T18:51:50.402Z | Downloaded crossbeam v0.8.2 |
854 | 2023-11-29T18:51:50.404Z | Downloaded log v0.4.20 |
855 | 2023-11-29T18:51:50.411Z | Downloaded indexmap v1.9.3 |
856 | 2023-11-29T18:51:50.422Z | Downloaded hyper-staticfile v0.9.5 |
857 | 2023-11-29T18:51:50.433Z | Downloaded colored v2.0.4 |
858 | 2023-11-29T18:51:50.446Z | Downloaded curve25519-dalek-derive v0.1.0 |
859 | 2023-11-29T18:51:50.454Z | Downloaded opaque-debug v0.3.0 |
860 | 2023-11-29T18:51:50.458Z | Downloaded serde-big-array v0.5.1 |
861 | 2023-11-29T18:51:50.463Z | Downloaded num-iter v0.1.43 |
862 | 2023-11-29T18:51:50.469Z | Downloaded constant_time_eq v0.3.0 |
863 | 2023-11-29T18:51:50.472Z | Downloaded memoffset v0.9.0 |
864 | 2023-11-29T18:51:50.476Z | Downloaded async-stream-impl v0.3.5 |
865 | 2023-11-29T18:51:50.479Z | Downloaded rusty-fork v0.3.0 |
866 | 2023-11-29T18:51:50.485Z | Downloaded crossbeam-queue v0.3.8 |
867 | 2023-11-29T18:51:50.491Z | Downloaded maybe-uninit v2.0.0 |
868 | 2023-11-29T18:51:50.496Z | Downloaded semver v0.11.0 |
869 | 2023-11-29T18:51:50.511Z | Downloaded oso-derive v0.27.0 |
870 | 2023-11-29T18:51:50.516Z | Downloaded ascii-canvas v3.0.0 |
871 | 2023-11-29T18:51:50.520Z | Downloaded oorandom v11.1.3 |
872 | 2023-11-29T18:51:50.523Z | Downloaded block-padding v0.3.3 |
873 | 2023-11-29T18:51:50.527Z | Downloaded ansi_term v0.12.1 |
874 | 2023-11-29T18:51:50.532Z | Downloaded cancel-safe-futures v0.1.5 |
875 | 2023-11-29T18:51:50.541Z | Downloaded signature v2.1.0 |
876 | 2023-11-29T18:51:50.547Z | Downloaded libtest-mimic v0.6.1 |
877 | 2023-11-29T18:51:50.556Z | Downloaded darling v0.20.3 |
878 | 2023-11-29T18:51:50.566Z | Downloaded waitgroup v0.1.2 |
879 | 2023-11-29T18:51:50.570Z | Downloaded bzip2 v0.4.4 |
880 | 2023-11-29T18:51:50.575Z | Downloaded once_cell v1.18.0 |
881 | 2023-11-29T18:51:50.582Z | Downloaded fxhash v0.2.1 |
882 | 2023-11-29T18:51:50.586Z | Downloaded bcs v0.1.6 |
883 | 2023-11-29T18:51:50.591Z | Downloaded sha2 v0.10.8 |
884 | 2023-11-29T18:51:50.598Z | Downloaded ciborium-ll v0.2.1 |
885 | 2023-11-29T18:51:50.602Z | Downloaded basic-toml v0.1.4 |
886 | 2023-11-29T18:51:50.626Z | Downloaded number_prefix v0.4.0 |
887 | 2023-11-29T18:51:50.628Z | Downloaded nodrop v0.1.14 |
888 | 2023-11-29T18:51:50.631Z | Downloaded zone_cfg_derive v0.3.0 |
889 | 2023-11-29T18:51:50.634Z | Downloaded zeroize v1.6.0 |
890 | 2023-11-29T18:51:50.637Z | Downloaded walkdir v2.4.0 |
891 | 2023-11-29T18:51:50.642Z | Downloaded phf v0.11.2 |
892 | 2023-11-29T18:51:50.644Z | Downloaded foreign-types v0.3.2 |
893 | 2023-11-29T18:51:50.647Z | Downloaded predicates-tree v1.0.9 |
894 | 2023-11-29T18:51:50.650Z | Downloaded rustfmt-wrapper v0.2.0 |
895 | 2023-11-29T18:51:50.653Z | Downloaded rustc_version v0.4.0 |
896 | 2023-11-29T18:51:50.656Z | Downloaded native-tls v0.2.11 |
897 | 2023-11-29T18:51:50.661Z | Downloaded schemars v0.8.13 |
898 | 2023-11-29T18:51:50.686Z | Downloaded openssl-macros v0.1.1 |
899 | 2023-11-29T18:51:50.689Z | Downloaded toolchain_find v0.2.0 |
900 | 2023-11-29T18:51:50.691Z | Downloaded tinyvec_macros v0.1.1 |
901 | 2023-11-29T18:51:50.694Z | Downloaded ref-cast v1.0.20 |
902 | 2023-11-29T18:51:50.698Z | Downloaded num_cpus v1.16.0 |
903 | 2023-11-29T18:51:50.705Z | Downloaded packed_struct_codegen v0.10.1 |
904 | 2023-11-29T18:51:50.709Z | Downloaded trybuild v1.0.85 |
905 | 2023-11-29T18:51:50.718Z | Downloaded headers-core v0.2.0 |
906 | 2023-11-29T18:51:50.721Z | Downloaded parse-display-derive v0.8.2 |
907 | 2023-11-29T18:51:50.724Z | Downloaded group v0.13.0 |
908 | 2023-11-29T18:51:50.727Z | Downloaded darling_macro v0.20.3 |
909 | 2023-11-29T18:51:50.731Z | Downloaded minimal-lexical v0.2.1 |
910 | 2023-11-29T18:51:50.740Z | Downloaded derive_builder_macro v0.12.0 |
911 | 2023-11-29T18:51:50.743Z | Downloaded plotters-svg v0.3.5 |
912 | 2023-11-29T18:51:50.746Z | Downloaded tempdir v0.3.7 |
913 | 2023-11-29T18:51:50.748Z | Downloaded dof v0.1.5 |
914 | 2023-11-29T18:51:50.751Z | Downloaded tap v1.0.1 |
915 | 2023-11-29T18:51:50.754Z | Downloaded newtype_derive v0.1.6 |
916 | 2023-11-29T18:51:50.785Z | Downloaded serde-big-array v0.4.1 |
917 | 2023-11-29T18:51:50.793Z | Downloaded backtrace v0.3.69 |
918 | 2023-11-29T18:51:50.793Z | Downloaded env_logger v0.10.0 |
919 | 2023-11-29T18:51:50.793Z | Downloaded foreign-types v0.5.0 |
920 | 2023-11-29T18:51:50.793Z | Downloaded mockall_derive v0.11.4 |
921 | 2023-11-29T18:51:50.793Z | Downloaded serial_test v0.10.0 |
922 | 2023-11-29T18:51:50.794Z | Downloaded serde_path_to_error v0.1.14 |
923 | 2023-11-29T18:51:50.794Z | Downloaded rustc-hash v1.1.0 |
924 | 2023-11-29T18:51:50.798Z | Downloaded usdt-macro v0.3.5 |
925 | 2023-11-29T18:51:50.798Z | Downloaded zeroize_derive v1.4.2 |
926 | 2023-11-29T18:51:50.802Z | Downloaded nu-ansi-term v0.49.0 |
927 | 2023-11-29T18:51:50.805Z | Downloaded futures-macro v0.3.29 |
928 | 2023-11-29T18:51:50.809Z | Downloaded serde_tokenstream v0.2.0 |
929 | 2023-11-29T18:51:50.812Z | Downloaded try-lock v0.2.4 |
930 | 2023-11-29T18:51:50.824Z | Downloaded remove_dir_all v0.5.3 |
931 | 2023-11-29T18:51:50.827Z | Downloaded futures-task v0.3.29 |
932 | 2023-11-29T18:51:50.827Z | Downloaded dashmap v5.5.1 |
933 | 2023-11-29T18:51:50.827Z | Downloaded oso v0.27.0 |
934 | 2023-11-29T18:51:50.836Z | Downloaded which v4.4.0 |
935 | 2023-11-29T18:51:50.836Z | Downloaded relative-path v1.9.0 |
936 | 2023-11-29T18:51:50.839Z | Downloaded pin-project v1.1.3 |
937 | 2023-11-29T18:51:50.861Z | Downloaded openssl-probe v0.1.5 |
938 | 2023-11-29T18:51:50.865Z | Downloaded topological-sort v0.2.2 |
939 | 2023-11-29T18:51:50.869Z | Downloaded funty v2.0.0 |
940 | 2023-11-29T18:51:50.872Z | Downloaded unicode-xid v0.2.4 |
941 | 2023-11-29T18:51:50.872Z | Downloaded futures-core v0.3.29 |
942 | 2023-11-29T18:51:50.876Z | Downloaded papergrid v0.10.0 |
943 | 2023-11-29T18:51:50.886Z | Downloaded pest_generator v2.7.2 |
944 | 2023-11-29T18:51:50.891Z | Downloaded fs-err v2.11.0 |
945 | 2023-11-29T18:51:50.894Z | Downloaded version_check v0.9.4 |
946 | 2023-11-29T18:51:50.897Z | Downloaded ref-cast-impl v1.0.20 |
947 | 2023-11-29T18:51:50.901Z | Downloaded toml v0.7.8 |
948 | 2023-11-29T18:51:50.906Z | Downloaded precomputed-hash v0.1.1 |
949 | 2023-11-29T18:51:50.910Z | Downloaded phf_shared v0.10.0 |
950 | 2023-11-29T18:51:50.913Z | Downloaded flume v0.11.0 |
951 | 2023-11-29T18:51:50.921Z | Downloaded spki v0.7.2 |
952 | 2023-11-29T18:51:50.926Z | Downloaded slog-stdlog v4.1.1 |
953 | 2023-11-29T18:51:50.938Z | Downloaded rtoolbox v0.0.1 |
954 | 2023-11-29T18:51:50.940Z | Downloaded poly1305 v0.8.0 |
955 | 2023-11-29T18:51:50.940Z | Downloaded tokio-postgres v0.7.10 |
956 | 2023-11-29T18:51:50.947Z | Downloaded zerocopy v0.3.0 |
957 | 2023-11-29T18:51:50.950Z | Downloaded universal-hash v0.5.1 |
958 | 2023-11-29T18:51:50.953Z | Downloaded sct v0.7.0 |
959 | 2023-11-29T18:51:50.959Z | Downloaded vec_map v0.8.2 |
960 | 2023-11-29T18:51:50.962Z | Downloaded serial_test_derive v0.10.0 |
961 | 2023-11-29T18:51:50.965Z | Downloaded tinyvec v1.6.0 |
962 | 2023-11-29T18:51:50.975Z | Downloaded strum v0.25.0 |
963 | 2023-11-29T18:51:50.978Z | Downloaded hex-literal v0.4.1 |
964 | 2023-11-29T18:51:50.981Z | Downloaded hex v0.4.3 |
965 | 2023-11-29T18:51:50.985Z | Downloaded digest v0.10.7 |
966 | 2023-11-29T18:51:50.991Z | Downloaded pest_meta v2.7.2 |
967 | 2023-11-29T18:51:51.000Z | Downloaded foreign-types-macros v0.2.3 |
968 | 2023-11-29T18:51:51.019Z | Downloaded wait-timeout v0.2.0 |
969 | 2023-11-29T18:51:51.021Z | Downloaded vsss-rs v3.3.1 |
970 | 2023-11-29T18:51:51.021Z | Downloaded salty v0.2.0 |
971 | 2023-11-29T18:51:51.021Z | Downloaded strip-ansi-escapes v0.2.0 |
972 | 2023-11-29T18:51:51.024Z | Downloaded unarray v0.1.4 |
973 | 2023-11-29T18:51:51.027Z | Downloaded take_mut v0.2.2 |
974 | 2023-11-29T18:51:51.027Z | Downloaded untrusted v0.9.0 |
975 | 2023-11-29T18:51:51.030Z | Downloaded proc-macro-crate v1.3.1 |
976 | 2023-11-29T18:51:51.033Z | Downloaded rustc_version v0.1.7 |
977 | 2023-11-29T18:51:51.039Z | Downloaded usdt v0.3.5 |
978 | 2023-11-29T18:51:51.039Z | Downloaded expectorate v1.1.0 |
979 | 2023-11-29T18:51:51.042Z | Downloaded flagset v0.4.3 |
980 | 2023-11-29T18:51:51.045Z | Downloaded rustls-native-certs v0.6.3 |
981 | 2023-11-29T18:51:51.048Z | Downloaded tui-tree-widget v0.13.0 |
982 | 2023-11-29T18:51:51.051Z | Downloaded untrusted v0.7.1 |
983 | 2023-11-29T18:51:51.051Z | Downloaded structmeta v0.2.0 |
984 | 2023-11-29T18:51:51.054Z | Downloaded globset v0.4.13 |
985 | 2023-11-29T18:51:51.057Z | Downloaded reedline v0.26.0 |
986 | 2023-11-29T18:51:51.069Z | Downloaded unicase v2.7.0 |
987 | 2023-11-29T18:51:51.071Z | Downloaded spin v0.9.8 |
988 | 2023-11-29T18:51:51.076Z | Downloaded derive_builder v0.12.0 |
989 | 2023-11-29T18:51:51.085Z | Downloaded synstructure v0.12.6 |
990 | 2023-11-29T18:51:51.088Z | Downloaded unsafe-libyaml v0.2.9 |
991 | 2023-11-29T18:51:51.096Z | Downloaded structopt-derive v0.4.18 |
992 | 2023-11-29T18:51:51.098Z | Downloaded highway v1.1.0 |
993 | 2023-11-29T18:51:51.102Z | Downloaded thiserror-no-std v2.0.2 |
994 | 2023-11-29T18:51:51.110Z | Downloaded postgres-types v0.2.6 |
995 | 2023-11-29T18:51:51.114Z | Downloaded ucd-trie v0.1.6 |
996 | 2023-11-29T18:51:51.118Z | Downloaded proc-macro-error v1.0.4 |
997 | 2023-11-29T18:51:51.125Z | Downloaded httparse v1.8.0 |
998 | 2023-11-29T18:51:51.130Z | Downloaded tabled_derive v0.6.0 |
999 | 2023-11-29T18:51:51.133Z | Downloaded der v0.7.8 |
1000 | 2023-11-29T18:51:51.144Z | Downloaded heapless v0.7.16 |
1001 | 2023-11-29T18:51:51.154Z | Downloaded httptest v0.15.5 |
1002 | 2023-11-29T18:51:52.160Z | Downloaded hashbrown v0.12.3 |
1003 | 2023-11-29T18:51:52.164Z | Downloaded prettyplease v0.2.12 |
1004 | 2023-11-29T18:51:52.164Z | Downloaded diff v0.1.13 |
1005 | 2023-11-29T18:51:52.164Z | Downloaded regex-automata v0.1.10 |
1006 | 2023-11-29T18:51:52.164Z | Downloaded tungstenite v0.20.1 |
1007 | 2023-11-29T18:51:52.164Z | Downloaded snafu v0.7.5 |
1008 | 2023-11-29T18:51:52.164Z | Downloaded trust-dns-client v0.22.0 |
1009 | 2023-11-29T18:51:52.164Z | Downloaded pest v2.7.2 |
1010 | 2023-11-29T18:51:52.164Z | Downloaded portable-atomic v1.4.3 |
1011 | 2023-11-29T18:51:52.164Z | Downloaded rand v0.8.5 |
1012 | 2023-11-29T18:51:52.164Z | Downloaded pretty_assertions v1.4.0 |
1013 | 2023-11-29T18:51:52.164Z | Downloaded unicode-segmentation v1.10.1 |
1014 | 2023-11-29T18:51:52.164Z | Downloaded plotters v0.3.5 |
1015 | 2023-11-29T18:51:52.164Z | Downloaded reqwest v0.11.22 |
1016 | 2023-11-29T18:51:52.164Z | Downloaded chrono v0.4.31 |
1017 | 2023-11-29T18:51:52.164Z | Downloaded hyper v0.14.27 |
1018 | 2023-11-29T18:51:52.164Z | Downloaded tough v0.15.0 |
1019 | 2023-11-29T18:51:52.164Z | Downloaded bitvec v1.0.1 |
1020 | 2023-11-29T18:51:52.164Z | Downloaded idna v0.2.3 |
1021 | 2023-11-29T18:51:52.165Z | Downloaded openssl v0.10.57 |
1022 | 2023-11-29T18:51:52.165Z | Downloaded h2 v0.3.21 |
1023 | 2023-11-29T18:51:52.165Z | Downloaded rayon v1.8.0 |
1024 | 2023-11-29T18:51:52.165Z | Downloaded tabled v0.14.0 |
1025 | 2023-11-29T18:51:52.165Z | Downloaded syn v1.0.109 |
1026 | 2023-11-29T18:51:52.165Z | Downloaded smoltcp v0.8.2 |
1027 | 2023-11-29T18:51:52.165Z | Downloaded smoltcp v0.9.1 |
1028 | 2023-11-29T18:51:52.165Z | Downloaded rustls v0.21.9 |
1029 | 2023-11-29T18:51:52.165Z | Downloaded rustix v0.38.25 |
1030 | 2023-11-29T18:51:52.166Z | Downloaded regex-syntax v0.8.2 |
1031 | 2023-11-29T18:51:52.166Z | Downloaded sled v0.34.7 |
1032 | 2023-11-29T18:51:52.166Z | Downloaded zerocopy-derive v0.2.0 |
1033 | 2023-11-29T18:51:52.166Z | Downloaded regex-automata v0.4.3 |
1034 | 2023-11-29T18:51:52.167Z | Downloaded regex-automata v0.3.8 |
1035 | 2023-11-29T18:51:52.167Z | Downloaded sha3 v0.10.8 |
1036 | 2023-11-29T18:51:52.167Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1037 | 2023-11-29T18:51:52.167Z | Downloaded encoding_rs v0.8.33 |
1038 | 2023-11-29T18:51:52.167Z | Downloaded tokio v1.34.0 |
1039 | 2023-11-29T18:51:52.167Z | Downloaded zerocopy-derive v0.6.4 |
1040 | 2023-11-29T18:51:52.167Z | Downloaded regex-syntax v0.7.5 |
1041 | 2023-11-29T18:51:52.167Z | Downloaded openapiv3 v1.0.3 |
1042 | 2023-11-29T18:51:52.167Z | Downloaded openapiv3 v2.0.0-rc.1 |
1043 | 2023-11-29T18:51:52.167Z | Downloaded trust-dns-proto v0.22.0 |
1044 | 2023-11-29T18:51:52.167Z | Downloaded bstr v1.6.0 |
1045 | 2023-11-29T18:51:52.167Z | Downloaded webpki-roots v0.25.2 |
1046 | 2023-11-29T18:51:52.167Z | Downloaded regex-syntax v0.6.29 |
1047 | 2023-11-29T18:51:52.167Z | Downloaded radix_trie v0.2.1 |
1048 | 2023-11-29T18:51:52.167Z | Downloaded regex v1.10.2 |
1049 | 2023-11-29T18:51:52.167Z | Downloaded bstr v0.2.17 |
1050 | 2023-11-29T18:51:52.167Z | Downloaded diesel v2.1.4 |
1051 | 2023-11-29T18:51:52.167Z | Downloaded vcpkg v0.2.15 |
1052 | 2023-11-29T18:51:52.167Z | Downloaded regress v0.7.1 |
1053 | 2023-11-29T18:51:52.167Z | Downloaded ratatui v0.23.0 |
1054 | 2023-11-29T18:51:52.183Z | Downloaded polar-core v0.27.0 |
1055 | 2023-11-29T18:51:52.203Z | Downloaded hkdf v0.12.3 |
1056 | 2023-11-29T18:51:52.206Z | Downloaded object v0.32.1 |
1057 | 2023-11-29T18:51:52.225Z | Downloaded gimli v0.28.0 |
1058 | 2023-11-29T18:51:52.240Z | Downloaded idna v0.4.0 |
1059 | 2023-11-29T18:51:52.252Z | Downloaded object v0.30.4 |
1060 | 2023-11-29T18:51:52.273Z | Downloaded curve25519-dalek v4.1.0 |
1061 | 2023-11-29T18:51:52.289Z | Downloaded bindgen v0.65.1 |
1062 | 2023-11-29T18:51:52.302Z | Downloaded petgraph v0.6.4 |
1063 | 2023-11-29T18:51:52.326Z | Downloaded lalrpop v0.19.12 |
1064 | 2023-11-29T18:51:52.351Z | Downloaded quick-xml v0.23.1 |
1065 | 2023-11-29T18:51:52.360Z | Downloaded futures-util v0.3.29 |
1066 | 2023-11-29T18:51:52.380Z | Downloaded unicode-normalization v0.1.22 |
1067 | 2023-11-29T18:51:52.386Z | Downloaded proptest v1.4.0 |
1068 | 2023-11-29T18:51:52.403Z | Downloaded toml_edit v0.19.15 |
1069 | 2023-11-29T18:51:52.431Z | Downloaded ring v0.17.5 |
1070 | 2023-11-29T18:51:52.566Z | Downloaded rayon-core v1.12.0 |
1071 | 2023-11-29T18:51:52.572Z | Downloaded rustls-webpki v0.101.7 |
1072 | 2023-11-29T18:51:52.603Z | Downloaded rand v0.4.6 |
1073 | 2023-11-29T18:51:52.606Z | Downloaded tracing v0.1.37 |
1074 | 2023-11-29T18:51:52.615Z | Downloaded elliptic-curve v0.13.5 |
1075 | 2023-11-29T18:51:52.618Z | Downloaded typed-path v0.6.0 |
1076 | 2023-11-29T18:51:52.629Z | Downloaded ring v0.16.20 |
1077 | 2023-11-29T18:51:52.788Z | Downloaded rcgen v0.11.3 |
1078 | 2023-11-29T18:51:52.792Z | Downloaded unicode-linebreak v0.1.5 |
1079 | 2023-11-29T18:51:52.796Z | Downloaded typenum v1.16.0 |
1080 | 2023-11-29T18:51:52.799Z | Downloaded serde_with v2.3.3 |
1081 | 2023-11-29T18:51:52.809Z | Downloaded trust-dns-server v0.22.1 |
1082 | 2023-11-29T18:51:52.846Z | Downloaded hashbrown v0.13.2 |
1083 | 2023-11-29T18:51:52.850Z | Downloaded x509-cert v0.2.4 |
1084 | 2023-11-29T18:51:52.850Z | Downloaded tokio-util v0.7.10 |
1085 | 2023-11-29T18:51:52.850Z | Downloaded flate2 v1.0.28 |
1086 | 2023-11-29T18:51:52.855Z | Downloaded futures v0.3.29 |
1087 | 2023-11-29T18:51:52.862Z | Downloaded rstest_macros v0.18.2 |
1088 | 2023-11-29T18:51:52.867Z | Downloaded rsa v0.9.2 |
1089 | 2023-11-29T18:51:52.874Z | Downloaded trust-dns-resolver v0.22.0 |
1090 | 2023-11-29T18:51:52.881Z | Downloaded fatfs v0.3.6 |
1091 | 2023-11-29T18:51:52.887Z | Downloaded aho-corasick v1.0.4 |
1092 | 2023-11-29T18:51:52.896Z | Downloaded http v0.2.11 |
1093 | 2023-11-29T18:51:52.902Z | Downloaded rand_chacha v0.3.1 |
1094 | 2023-11-29T18:51:52.905Z | Downloaded static_assertions v1.1.0 |
1095 | 2023-11-29T18:51:52.907Z | Downloaded time v0.3.27 |
1096 | 2023-11-29T18:51:52.917Z | Downloaded half v1.8.2 |
1097 | 2023-11-29T18:51:52.921Z | Downloaded ed25519 v1.5.3 |
1098 | 2023-11-29T18:51:52.924Z | Downloaded dyn-clone v1.0.13 |
1099 | 2023-11-29T18:51:52.926Z | Downloaded signal-hook-registry v1.4.1 |
1100 | 2023-11-29T18:51:52.928Z | Downloaded signal-hook-mio v0.2.3 |
1101 | 2023-11-29T18:51:52.931Z | Downloaded plotters-backend v0.3.5 |
1102 | 2023-11-29T18:51:52.933Z | Downloaded generic-array v0.14.7 |
1103 | 2023-11-29T18:51:52.936Z | Downloaded home v0.5.5 |
1104 | 2023-11-29T18:51:52.936Z | Downloaded humantime v2.1.0 |
1105 | 2023-11-29T18:51:52.938Z | Downloaded tinytemplate v1.2.1 |
1106 | 2023-11-29T18:51:52.941Z | Downloaded zerocopy v0.6.4 |
1107 | 2023-11-29T18:51:52.944Z | Downloaded tracing-core v0.1.31 |
1108 | 2023-11-29T18:51:52.948Z | Downloaded darling_core v0.20.3 |
1109 | 2023-11-29T18:51:52.956Z | Downloaded serde_yaml v0.9.25 |
1110 | 2023-11-29T18:51:52.962Z | Downloaded scheduled-thread-pool v0.2.7 |
1111 | 2023-11-29T18:51:52.964Z | Downloaded pkg-config v0.3.27 |
1112 | 2023-11-29T18:51:52.967Z | Downloaded hmac v0.12.1 |
1113 | 2023-11-29T18:51:52.970Z | Downloaded diesel_derives v2.1.1 |
1114 | 2023-11-29T18:51:52.974Z | Downloaded hash32 v0.2.1 |
1115 | 2023-11-29T18:51:52.977Z | Downloaded strum_macros v0.24.3 |
1116 | 2023-11-29T18:51:52.980Z | Downloaded strsim v0.8.0 |
1117 | 2023-11-29T18:51:52.983Z | Downloaded ppv-lite86 v0.2.17 |
1118 | 2023-11-29T18:51:52.985Z | Downloaded tower-service v0.3.2 |
1119 | 2023-11-29T18:51:52.985Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1120 | 2023-11-29T18:51:52.988Z | Downloaded filetime v0.2.22 |
1121 | 2023-11-29T18:51:52.990Z | Downloaded rand_core v0.6.4 |
1122 | 2023-11-29T18:51:52.993Z | Downloaded semver v0.1.20 |
1123 | 2023-11-29T18:51:52.993Z | Downloaded toml v0.5.11 |
1124 | 2023-11-29T18:51:52.996Z | Downloaded url v2.4.1 |
1125 | 2023-11-29T18:51:53.002Z | Downloaded semver-parser v0.10.2 |
1126 | 2023-11-29T18:51:53.005Z | Downloaded difflib v0.4.0 |
1127 | 2023-11-29T18:51:53.008Z | Downloaded unicode-width v0.1.11 |
1128 | 2023-11-29T18:51:53.010Z | Downloaded strum_macros v0.25.2 |
1129 | 2023-11-29T18:51:53.013Z | Downloaded derive_builder_core v0.12.0 |
1130 | 2023-11-29T18:51:53.015Z | Downloaded headers v0.3.9 |
1131 | 2023-11-29T18:51:53.023Z | Downloaded libxml v0.3.3 |
1132 | 2023-11-29T18:51:53.034Z | Downloaded heck v0.3.3 |
1133 | 2023-11-29T18:51:53.036Z | Downloaded stable_deref_trait v1.2.0 |
1134 | 2023-11-29T18:51:53.039Z | Downloaded same-file v1.0.6 |
1135 | 2023-11-29T18:51:53.039Z | Downloaded predicates v3.0.4 |
1136 | 2023-11-29T18:51:53.044Z | Downloaded serde_tokenstream v0.1.7 |
1137 | 2023-11-29T18:51:53.048Z | Downloaded postgres-protocol v0.6.6 |
1138 | 2023-11-29T18:51:53.051Z | Downloaded snafu-derive v0.7.5 |
1139 | 2023-11-29T18:51:53.054Z | Downloaded signature v1.6.4 |
1140 | 2023-11-29T18:51:53.057Z | Downloaded derive_more v0.99.17 |
1141 | 2023-11-29T18:51:53.064Z | Downloaded textwrap v0.16.0 |
1142 | 2023-11-29T18:51:53.068Z | Downloaded ron v0.8.1 |
1143 | 2023-11-29T18:51:53.077Z | Downloaded serde_repr v0.1.16 |
1144 | 2023-11-29T18:51:53.079Z | Downloaded num-bigint-dig v0.8.4 |
1145 | 2023-11-29T18:51:53.088Z | Downloaded crossterm v0.27.0 |
1146 | 2023-11-29T18:51:53.098Z | Downloaded want v0.3.1 |
1147 | 2023-11-29T18:51:53.101Z | Downloaded sha1 v0.10.6 |
1148 | 2023-11-29T18:51:53.104Z | Downloaded fragile v2.0.0 |
1149 | 2023-11-29T18:51:53.107Z | Downloaded form_urlencoded v1.2.0 |
1150 | 2023-11-29T18:51:53.516Z | Downloaded futures-channel v0.3.29 |
1151 | 2023-11-29T18:51:53.516Z | Downloaded rstest v0.18.2 |
1152 | 2023-11-29T18:51:53.517Z | Downloaded scopeguard v1.2.0 |
1153 | 2023-11-29T18:51:53.517Z | Downloaded tar v0.4.40 |
1154 | 2023-11-29T18:51:53.517Z | Downloaded rustc-demangle v0.1.23 |
1155 | 2023-11-29T18:51:53.517Z | Downloaded uuid v1.6.1 |
1156 | 2023-11-29T18:51:53.517Z | Downloaded socket2 v0.4.9 |
1157 | 2023-11-29T18:51:53.518Z | Downloaded itertools v0.12.0 |
1158 | 2023-11-29T18:51:53.518Z | Downloaded radium v0.7.0 |
1159 | 2023-11-29T18:51:53.518Z | Downloaded paste v1.0.14 |
1160 | 2023-11-29T18:51:53.518Z | Downloaded num-traits v0.2.16 |
1161 | 2023-11-29T18:51:53.518Z | Downloaded downcast v0.11.0 |
1162 | 2023-11-29T18:51:53.518Z | Downloaded dirs-sys-next v0.1.2 |
1163 | 2023-11-29T18:51:53.518Z | Downloaded dirs-next v2.0.0 |
1164 | 2023-11-29T18:51:53.518Z | Downloaded serde_plain v1.0.2 |
1165 | 2023-11-29T18:51:53.518Z | Downloaded r2d2 v0.8.10 |
1166 | 2023-11-29T18:51:53.518Z | Downloaded zip v0.6.6 |
1167 | 2023-11-29T18:51:53.518Z | Downloaded nom v7.1.3 |
1168 | 2023-11-29T18:51:53.518Z | Downloaded criterion v0.5.1 |
1169 | 2023-11-29T18:51:53.518Z | Downloaded futures-timer v3.0.2 |
1170 | 2023-11-29T18:51:53.518Z | Downloaded secrecy v0.8.0 |
1171 | 2023-11-29T18:51:53.518Z | Downloaded utf-8 v0.7.6 |
1172 | 2023-11-29T18:51:53.518Z | Downloaded slab v0.4.9 |
1173 | 2023-11-29T18:51:53.518Z | Downloaded signal-hook-tokio v0.3.1 |
1174 | 2023-11-29T18:51:53.518Z | Downloaded serde_urlencoded v0.7.1 |
1175 | 2023-11-29T18:51:53.518Z | Downloaded tracing-attributes v0.1.26 |
1176 | 2023-11-29T18:51:53.518Z | Downloaded slog-term v2.9.0 |
1177 | 2023-11-29T18:51:53.518Z | Downloaded tokio-native-tls v0.3.1 |
1178 | 2023-11-29T18:51:53.518Z | Downloaded tokio-macros v2.2.0 |
1179 | 2023-11-29T18:51:53.518Z | Downloaded proc-macro-error-attr v1.0.4 |
1180 | 2023-11-29T18:51:53.518Z | Downloaded vte v0.11.1 |
1181 | 2023-11-29T18:51:53.518Z | Downloaded signal-hook v0.3.17 |
1182 | 2023-11-29T18:51:53.518Z | Downloaded slog v2.7.0 |
1183 | 2023-11-29T18:51:53.518Z | Downloaded steno v0.4.0 |
1184 | 2023-11-29T18:51:53.518Z | Downloaded datatest-stable v0.2.3 |
1185 | 2023-11-29T18:51:53.520Z | Downloaded postcard v0.7.3 |
1186 | 2023-11-29T18:51:53.520Z | Downloaded path-slash v0.1.5 |
1187 | 2023-11-29T18:51:53.520Z | Downloaded fd-lock v3.0.13 |
1188 | 2023-11-29T18:51:53.520Z | Downloaded whoami v1.4.1 |
1189 | 2023-11-29T18:51:53.520Z | Downloaded owo-colors v3.5.0 |
1190 | 2023-11-29T18:51:53.520Z | Downloaded derive-where v1.2.5 |
1191 | 2023-11-29T18:51:53.520Z | Downloaded rust-argon2 v1.0.1 |
1192 | 2023-11-29T18:51:53.520Z | Downloaded password-hash v0.5.0 |
1193 | 2023-11-29T18:51:53.520Z | Downloaded parking_lot_core v0.9.8 |
1194 | 2023-11-29T18:51:53.520Z | Downloaded parking_lot v0.12.1 |
1195 | 2023-11-29T18:51:53.520Z | Downloaded tokio-stream v0.1.14 |
1196 | 2023-11-29T18:51:53.520Z | Downloaded num-bigint v0.4.4 |
1197 | 2023-11-29T18:51:53.520Z | Downloaded data-encoding v2.4.0 |
1198 | 2023-11-29T18:51:53.520Z | Downloaded clap v2.34.0 |
1199 | 2023-11-29T18:51:53.520Z | Downloaded siphasher v0.3.11 |
1200 | 2023-11-29T18:51:53.520Z | Downloaded parking_lot_core v0.8.6 |
1201 | 2023-11-29T18:51:53.520Z | Downloaded base64 v0.21.5 |
1202 | 2023-11-29T18:51:53.520Z | Downloaded omicron-zone-package v0.9.1 |
1203 | 2023-11-29T18:51:53.520Z | Downloaded stringprep v0.1.3 |
1204 | 2023-11-29T18:51:53.520Z | Downloaded resolv-conf v0.7.0 |
1205 | 2023-11-29T18:51:53.520Z | Downloaded partial-io v0.5.4 |
1206 | 2023-11-29T18:51:53.521Z | Downloaded slog-json v2.6.1 |
1207 | 2023-11-29T18:51:53.522Z | Downloaded subprocess v0.2.9 |
1208 | 2023-11-29T18:51:53.522Z | Downloaded wyz v0.5.1 |
1209 | 2023-11-29T18:51:53.522Z | Downloaded pem-rfc7468 v0.7.0 |
1210 | 2023-11-29T18:51:53.522Z | Downloaded pem v3.0.2 |
1211 | 2023-11-29T18:51:53.522Z | Downloaded pem v1.1.1 |
1212 | 2023-11-29T18:51:53.522Z | Downloaded darling_macro v0.14.4 |
1213 | 2023-11-29T18:51:53.523Z | Downloaded rustls-pemfile v1.0.3 |
1214 | 2023-11-29T18:51:53.523Z | Downloaded tokio-tungstenite v0.20.1 |
1215 | 2023-11-29T18:51:53.523Z | Downloaded pkcs8 v0.10.2 |
1216 | 2023-11-29T18:51:53.523Z | Downloaded mio v0.8.9 |
1217 | 2023-11-29T18:51:53.523Z | Downloaded futures-sink v0.3.29 |
1218 | 2023-11-29T18:51:53.523Z | Downloaded vte_generate_state_changes v0.1.1 |
1219 | 2023-11-29T18:51:53.523Z | Downloaded hubpack v0.1.2 |
1220 | 2023-11-29T18:51:53.523Z | Downloaded httpdate v1.0.3 |
1221 | 2023-11-29T18:51:53.523Z | Downloaded tokio-rustls v0.24.1 |
1222 | 2023-11-29T18:51:53.523Z | Downloaded pkcs1 v0.7.5 |
1223 | 2023-11-29T18:51:53.523Z | Downloaded pin-project-lite v0.2.13 |
1224 | 2023-11-29T18:51:53.523Z | Downloaded pin-project-internal v1.1.3 |
1225 | 2023-11-29T18:51:53.523Z | Downloaded pest_derive v2.7.2 |
1226 | 2023-11-29T18:51:53.523Z | Downloaded openssl-sys v0.9.93 |
1227 | 2023-11-29T18:51:53.523Z | Downloaded unicode-bidi v0.3.13 |
1228 | 2023-11-29T18:51:53.523Z | Downloaded predicates v2.1.5 |
1229 | 2023-11-29T18:51:53.523Z | Downloaded arc-swap v1.6.0 |
1230 | 2023-11-29T18:51:53.523Z | Downloaded socket2 v0.5.5 |
1231 | 2023-11-29T18:51:53.523Z | Downloaded crypto-bigint v0.5.2 |
1232 | 2023-11-29T18:51:53.523Z | Downloaded getrandom v0.2.10 |
1233 | 2023-11-29T18:51:53.523Z | Downloaded fnv v1.0.7 |
1234 | 2023-11-29T18:51:53.524Z | Downloaded float-cmp v0.9.0 |
1235 | 2023-11-29T18:51:53.524Z | Downloaded fallible-iterator v0.2.0 |
1236 | 2023-11-29T18:51:53.524Z | Downloaded enum-as-inner v0.5.1 |
1237 | 2023-11-29T18:51:53.524Z | Downloaded either v1.9.0 |
1238 | 2023-11-29T18:51:53.524Z | Downloaded slog-scope v4.4.0 |
1239 | 2023-11-29T18:51:53.524Z | Downloaded term v0.7.0 |
1240 | 2023-11-29T18:51:53.524Z | Downloaded fastrand v2.0.0 |
1241 | 2023-11-29T18:51:53.524Z | Downloaded similar v2.2.1 |
1242 | 2023-11-29T18:51:53.524Z | Downloaded slog-bunyan v2.4.0 |
1243 | 2023-11-29T18:51:53.524Z | Downloaded slog-async v2.8.0 |
1244 | 2023-11-29T18:51:53.524Z | Downloaded postcard-cobs v0.1.5-pre |
1245 | 2023-11-29T18:51:53.524Z | Downloaded structopt v0.3.26 |
1246 | 2023-11-29T18:51:53.524Z | Downloaded fixedbitset v0.4.2 |
1247 | 2023-11-29T18:51:53.524Z | Downloaded mockall v0.11.4 |
1248 | 2023-11-29T18:51:53.524Z | Downloaded rustversion v1.0.14 |
1249 | 2023-11-29T18:51:53.524Z | Downloaded doc-comment v0.3.3 |
1250 | 2023-11-29T18:51:53.527Z | Downloaded display-error-chain v0.2.0 |
1251 | 2023-11-29T18:51:53.527Z | Downloaded shlex v1.1.0 |
1252 | 2023-11-29T18:51:53.527Z | Downloaded test-strategy v0.3.1 |
1253 | 2023-11-29T18:51:53.527Z | Downloaded pretty-hex v0.3.0 |
1254 | 2023-11-29T18:51:53.527Z | Downloaded pretty-hex v0.2.1 |
1255 | 2023-11-29T18:51:53.527Z | Downloaded peeking_take_while v0.1.2 |
1256 | 2023-11-29T18:51:53.527Z | Downloaded hubpack_derive v0.1.1 |
1257 | 2023-11-29T18:51:53.527Z | Downloaded smf v0.2.2 |
1258 | 2023-11-29T18:51:53.527Z | Downloaded rpassword v7.3.1 |
1259 | 2023-11-29T18:51:53.527Z | Downloaded base64 v0.13.1 |
1260 | 2023-11-29T18:51:53.527Z | Downloaded cc v1.0.83 |
1261 | 2023-11-29T18:51:53.527Z | Downloaded chacha20poly1305 v0.10.1 |
1262 | 2023-11-29T18:51:53.527Z | Downloaded predicates-core v1.0.6 |
1263 | 2023-11-29T18:51:53.527Z | Downloaded pin-utils v0.1.0 |
1264 | 2023-11-29T18:51:53.527Z | Downloaded phf_shared v0.11.2 |
1265 | 2023-11-29T18:51:53.527Z | Downloaded futures-io v0.3.29 |
1266 | 2023-11-29T18:51:53.527Z | Downloaded parse-display v0.8.2 |
1267 | 2023-11-29T18:51:53.531Z | Downloaded miniz_oxide v0.7.1 |
1268 | 2023-11-29T18:51:53.534Z | Downloaded thread-id v4.2.0 |
1269 | 2023-11-29T18:51:53.534Z | Downloaded olpc-cjson v0.1.3 |
1270 | 2023-11-29T18:51:53.537Z | Downloaded crossbeam-epoch v0.9.15 |
1271 | 2023-11-29T18:51:53.541Z | Downloaded platforms v3.0.2 |
1272 | 2023-11-29T18:51:53.543Z | Downloaded ff v0.13.0 |
1273 | 2023-11-29T18:51:53.546Z | Downloaded yasna v0.5.2 |
1274 | 2023-11-29T18:51:53.549Z | Downloaded packed_struct v0.10.1 |
1275 | 2023-11-29T18:51:53.552Z | Downloaded textwrap v0.11.0 |
1276 | 2023-11-29T18:51:53.556Z | Downloaded hostname v0.3.1 |
1277 | 2023-11-29T18:51:53.559Z | Downloaded getopts v0.2.21 |
1278 | 2023-11-29T18:51:53.559Z | Downloaded endian-type v0.1.2 |
1279 | 2023-11-29T18:51:53.562Z | Downloaded futures-executor v0.3.29 |
1280 | 2023-11-29T18:51:53.562Z | Downloaded deranged v0.3.8 |
1281 | 2023-11-29T18:51:53.565Z | Downloaded debug-ignore v1.0.5 |
1282 | 2023-11-29T18:51:53.567Z | Downloaded zone v0.3.0 |
1283 | 2023-11-29T18:51:53.567Z | Downloaded blake2 v0.10.6 |
1284 | 2023-11-29T18:51:53.573Z | Downloaded tempfile v3.8.1 |
1285 | 2023-11-29T18:51:53.575Z | Downloaded dtrace-parser v0.1.14 |
1286 | 2023-11-29T18:51:53.578Z | Downloaded serde-hex v0.1.0 |
1287 | 2023-11-29T18:51:53.580Z | Downloaded indicatif v0.17.7 |
1288 | 2023-11-29T18:51:53.587Z | Downloaded xattr v1.0.1 |
1289 | 2023-11-29T18:51:53.590Z | Downloaded backoff v0.4.0 |
1290 | 2023-11-29T18:51:53.593Z | Downloaded der_derive v0.7.2 |
1291 | 2023-11-29T18:51:53.595Z | Downloaded smallvec v1.11.0 |
1292 | 2023-11-29T18:51:53.599Z | Downloaded new_debug_unreachable v1.0.4 |
1293 | 2023-11-29T18:51:53.601Z | Downloaded darling_core v0.14.4 |
1294 | 2023-11-29T18:51:53.608Z | Downloaded termios v0.3.3 |
1295 | 2023-11-29T18:51:53.611Z | Downloaded supports-color v2.1.0 |
1296 | 2023-11-29T18:51:53.613Z | Downloaded num-complex v0.4.4 |
1297 | 2023-11-29T18:51:53.616Z | Downloaded thiserror-impl-no-std v2.0.2 |
1298 | 2023-11-29T18:51:53.619Z | Downloaded lru-cache v0.1.2 |
1299 | 2023-11-29T18:51:53.622Z | Downloaded libloading v0.7.4 |
1300 | 2023-11-29T18:51:53.625Z | Downloaded serde_with_macros v2.3.3 |
1301 | 2023-11-29T18:51:53.628Z | Downloaded serde_derive_internals v0.26.0 |
1302 | 2023-11-29T18:51:53.631Z | Downloaded subtle v2.5.0 |
1303 | 2023-11-29T18:51:53.631Z | Downloaded addr2line v0.21.0 |
1304 | 2023-11-29T18:51:53.634Z | Downloaded similar-asserts v1.5.0 |
1305 | 2023-11-29T18:51:53.638Z | Downloaded darling v0.14.4 |
1306 | 2023-11-29T18:51:53.643Z | Downloaded newline-converter v0.3.0 |
1307 | 2023-11-29T18:51:53.646Z | Downloaded shell-words v1.1.0 |
1308 | 2023-11-29T18:51:53.648Z | Downloaded byteorder v1.5.0 |
1309 | 2023-11-29T18:51:53.651Z | Downloaded bitflags v2.4.0 |
1310 | 2023-11-29T18:51:53.653Z | Downloaded yansi v0.5.1 |
1311 | 2023-11-29T18:51:53.656Z | Downloaded num-rational v0.4.1 |
1312 | 2023-11-29T18:51:53.659Z | Downloaded console v0.15.7 |
1313 | 2023-11-29T18:51:53.664Z | Downloaded rand_xorshift v0.3.0 |
1314 | 2023-11-29T18:51:53.667Z | Downloaded quick-error v1.2.3 |
1315 | 2023-11-29T18:51:53.667Z | Downloaded http-body v0.4.5 |
1316 | 2023-11-29T18:51:53.670Z | Downloaded glob v0.3.1 |
1317 | 2023-11-29T18:51:53.673Z | Downloaded time-macros v0.2.13 |
1318 | 2023-11-29T18:51:53.676Z | Downloaded threadpool v1.8.1 |
1319 | 2023-11-29T18:51:53.678Z | Downloaded string_cache v0.8.7 |
1320 | 2023-11-29T18:51:53.681Z | Downloaded spin v0.5.2 |
1321 | 2023-11-29T18:51:53.684Z | Downloaded smawk v0.3.1 |
1322 | 2023-11-29T18:51:53.684Z | Downloaded smallvec v0.6.14 |
1323 | 2023-11-29T18:51:53.687Z | Downloaded num_enum v0.5.11 |
1324 | 2023-11-29T18:51:53.694Z | Downloaded base64ct v1.6.0 |
1325 | 2023-11-29T18:51:53.698Z | Downloaded argon2 v0.5.2 |
1326 | 2023-11-29T18:51:53.701Z | Downloaded thread_local v1.1.7 |
1327 | 2023-11-29T18:51:53.704Z | Downloaded itertools v0.11.0 |
1328 | 2023-11-29T18:51:53.715Z | Downloaded crossbeam-utils v0.8.16 |
1329 | 2023-11-29T18:51:53.720Z | Downloaded crossbeam-channel v0.5.8 |
1330 | 2023-11-29T18:51:53.728Z | Downloaded blake2b_simd v1.0.1 |
1331 | 2023-11-29T18:51:53.731Z | Downloaded crc-any v2.4.3 |
1332 | 2023-11-29T18:51:53.734Z | Downloaded async-trait v0.1.74 |
1333 | 2023-11-29T18:51:53.740Z | Downloaded autocfg v1.1.0 |
1334 | 2023-11-29T18:51:53.742Z | Downloaded termcolor v1.2.0 |
1335 | 2023-11-29T18:51:53.745Z | Downloaded nibble_vec v0.1.0 |
1336 | 2023-11-29T18:51:53.747Z | Downloaded multer v2.1.0 |
1337 | 2023-11-29T18:51:53.750Z | Downloaded linear-map v1.2.0 |
1338 | 2023-11-29T18:51:53.753Z | Downloaded itertools v0.10.5 |
1339 | 2023-11-29T18:51:53.764Z | Downloaded hyper-rustls v0.24.2 |
1340 | 2023-11-29T18:51:53.769Z | Downloaded termtree v0.4.1 |
1341 | 2023-11-29T18:51:53.771Z | Downloaded linked-hash-map v0.5.6 |
1342 | 2023-11-29T18:51:53.776Z | Downloaded is-terminal v0.4.9 |
1343 | 2023-11-29T18:51:53.776Z | Downloaded ciborium v0.2.1 |
1344 | 2023-11-29T18:51:53.779Z | Downloaded cassowary v0.3.0 |
1345 | 2023-11-29T18:51:53.781Z | Downloaded bitfield v0.14.0 |
1346 | 2023-11-29T18:51:53.784Z | Downloaded anes v0.1.6 |
1347 | 2023-11-29T18:51:53.786Z | Downloaded arrayvec v0.7.4 |
1348 | 2023-11-29T18:51:53.790Z | Downloaded maplit v1.0.2 |
1349 | 2023-11-29T18:51:53.792Z | Downloaded keccak v0.1.4 |
1350 | 2023-11-29T18:51:53.797Z | Downloaded convert_case v0.4.0 |
1351 | 2023-11-29T18:51:53.797Z | Downloaded time-core v0.1.1 |
1352 | 2023-11-29T18:51:53.797Z | Downloaded structmeta-derive v0.2.0 |
1353 | 2023-11-29T18:51:53.800Z | Downloaded slog-dtrace v0.2.3 |
1354 | 2023-11-29T18:51:53.803Z | Downloaded http-range v0.1.5 |
1355 | 2023-11-29T18:51:53.804Z | Downloaded foreign-types-shared v0.3.1 |
1356 | 2023-11-29T18:51:53.808Z | Downloaded bit-vec v0.6.3 |
1357 | 2023-11-29T18:51:53.808Z | Downloaded cexpr v0.6.0 |
1358 | 2023-11-29T18:51:53.811Z | Downloaded bytesize v1.3.0 |
1359 | 2023-11-29T18:51:53.811Z | Downloaded block-buffer v0.10.4 |
1360 | 2023-11-29T18:51:53.813Z | Downloaded bb8 v0.8.1 |
1361 | 2023-11-29T18:51:53.813Z | Downloaded foreign-types-shared v0.1.1 |
1362 | 2023-11-29T18:51:53.816Z | Downloaded swrite v0.1.0 |
1363 | 2023-11-29T18:51:53.816Z | Downloaded percent-encoding v2.3.0 |
1364 | 2023-11-29T18:51:53.818Z | Downloaded ena v0.14.2 |
1365 | 2023-11-29T18:51:53.821Z | Downloaded usdt-impl v0.3.5 |
1366 | 2023-11-29T18:51:53.824Z | Downloaded tiny-keccak v2.0.2 |
1367 | 2023-11-29T18:51:53.826Z | Downloaded crypto-common v0.1.6 |
1368 | 2023-11-29T18:51:53.829Z | Downloaded schemars_derive v0.8.13 |
1369 | 2023-11-29T18:51:53.831Z | Downloaded mime_guess v2.0.4 |
1370 | 2023-11-29T18:51:53.835Z | Downloaded nanorand v0.7.0 |
1371 | 2023-11-29T18:51:53.838Z | Downloaded kstat-rs v0.2.3 |
1372 | 2023-11-29T18:51:53.841Z | Downloaded criterion-plot v0.5.0 |
1373 | 2023-11-29T18:51:53.843Z | Downloaded cipher v0.4.4 |
1374 | 2023-11-29T18:51:53.876Z | Downloaded camino-tempfile v1.1.1 |
1375 | 2023-11-29T18:51:53.879Z | Downloaded base16ct v0.2.0 |
1376 | 2023-11-29T18:51:53.879Z | Downloaded atomic-waker v1.1.1 |
1377 | 2023-11-29T18:51:53.880Z | Downloaded bit-set v0.5.3 |
1378 | 2023-11-29T18:51:53.880Z | Downloaded arrayref v0.3.7 |
1379 | 2023-11-29T18:51:53.880Z | Downloaded aead v0.5.2 |
1380 | 2023-11-29T18:51:53.880Z | Downloaded assert_cmd v2.0.12 |
1381 | 2023-11-29T18:51:53.880Z | Downloaded slog-envlogger v2.2.0 |
1382 | 2023-11-29T18:51:53.880Z | Downloaded parking_lot v0.11.2 |
1383 | 2023-11-29T18:51:53.880Z | Downloaded num-integer v0.1.45 |
1384 | 2023-11-29T18:51:53.880Z | Downloaded lock_api v0.4.10 |
1385 | 2023-11-29T18:51:53.880Z | Downloaded md-5 v0.10.5 |
1386 | 2023-11-29T18:51:53.880Z | Downloaded managed v0.8.0 |
1387 | 2023-11-29T18:51:53.880Z | Downloaded num_enum_derive v0.5.11 |
1388 | 2023-11-29T18:51:53.880Z | Downloaded libefi-sys v0.1.0 |
1389 | 2023-11-29T18:51:53.883Z | Downloaded async-stream v0.3.5 |
1390 | 2023-11-29T18:51:53.883Z | Downloaded approx v0.5.1 |
1391 | 2023-11-29T18:51:53.887Z | Downloaded async-recursion v1.0.5 |
1392 | 2023-11-29T18:51:53.890Z | Downloaded array-init v0.0.4 |
1393 | 2023-11-29T18:51:53.894Z | Downloaded adler v1.0.2 |
1394 | 2023-11-29T18:51:53.894Z | Downloaded cfg-if v1.0.0 |
1395 | 2023-11-29T18:51:53.898Z | Downloaded matches v0.1.10 |
1396 | 2023-11-29T18:51:53.898Z | Downloaded ident_case v1.0.1 |
1397 | 2023-11-29T18:51:53.900Z | Downloaded bytes v1.5.0 |
1398 | 2023-11-29T18:51:53.903Z | Downloaded usdt-attr-macro v0.3.5 |
1399 | 2023-11-29T18:51:53.906Z | Downloaded indoc v1.0.9 |
1400 | 2023-11-29T18:51:53.908Z | Downloaded num-derive v0.4.0 |
1401 | 2023-11-29T18:51:53.911Z | Downloaded libsw v3.3.0 |
1402 | 2023-11-29T18:51:53.915Z | Downloaded num v0.4.1 |
1403 | 2023-11-29T18:51:53.920Z | Downloaded cast v0.3.0 |
1404 | 2023-11-29T18:51:53.920Z | Downloaded impl-trait-for-tuples v0.2.2 |
1405 | 2023-11-29T18:51:53.929Z | Downloaded atomicwrites v0.4.2 |
1406 | 2023-11-29T18:51:53.929Z | Downloaded mime v0.3.17 |
1407 | 2023-11-29T18:51:53.942Z | Downloaded macaddr v1.0.1 |
1408 | 2023-11-29T18:51:53.943Z | Downloaded lazycell v1.3.0 |
1409 | 2023-11-29T18:51:53.943Z | Downloaded num_threads v0.1.6 |
1410 | 2023-11-29T18:51:53.943Z | Downloaded ciborium-io v0.2.1 |
1411 | 2023-11-29T18:51:53.943Z | Downloaded atty v0.2.14 |
1412 | 2023-11-29T18:51:53.951Z | Downloaded assert_matches v1.5.0 |
1413 | 2023-11-29T18:51:53.951Z | Downloaded bytecount v0.6.3 |
1414 | 2023-11-29T18:51:53.951Z | Downloaded libm v0.2.7 |
1415 | 2023-11-29T18:51:53.962Z | Downloaded buf-list v1.0.3 |
1416 | 2023-11-29T18:51:53.967Z | Downloaded normalize-line-endings v0.3.0 |
1417 | 2023-11-29T18:51:53.967Z | Downloaded memoffset v0.7.1 |
1418 | 2023-11-29T18:51:53.967Z | Downloaded iana-time-zone v0.1.57 |
1419 | 2023-11-29T18:51:53.971Z | Downloaded crc32fast v1.3.2 |
1420 | 2023-11-29T18:51:53.971Z | Downloaded clang-sys v1.6.1 |
1421 | 2023-11-29T18:51:53.974Z | Downloaded chacha20 v0.9.1 |
1422 | 2023-11-29T18:51:53.977Z | Downloaded crc-catalog v2.2.0 |
1423 | 2023-11-29T18:51:53.982Z | Downloaded crc v3.0.1 |
1424 | 2023-11-29T18:51:53.985Z | Downloaded cookie v0.18.0 |
1425 | 2023-11-29T18:51:53.988Z | Downloaded cfg-if v0.1.10 |
1426 | 2023-11-29T18:51:53.988Z | Downloaded lazy_static v1.4.0 |
1427 | 2023-11-29T18:51:53.990Z | Downloaded lalrpop-util v0.19.12 |
1428 | 2023-11-29T18:51:53.990Z | Downloaded is_ci v1.1.1 |
1429 | 2023-11-29T18:51:53.993Z | Downloaded ipnet v2.8.0 |
1430 | 2023-11-29T18:51:53.997Z | Downloaded instant v0.1.12 |
1431 | 2023-11-29T18:51:53.997Z | Downloaded indoc v2.0.3 |
1432 | 2023-11-29T18:51:54.000Z | Downloaded hyper-tls v0.5.0 |
1433 | 2023-11-29T18:51:54.003Z | Downloaded crucible-workspace-hack v0.1.0 |
1434 | 2023-11-29T18:51:54.003Z | Downloaded cpufeatures v0.2.9 |
1435 | 2023-11-29T18:51:54.006Z | Downloaded corncobs v0.1.3 |
1436 | 2023-11-29T18:51:54.009Z | Downloaded constant_time_eq v0.2.6 |
1437 | 2023-11-29T18:51:54.012Z | Downloaded cstr-argument v0.1.2 |
1438 | 2023-11-29T18:51:54.012Z | Downloaded crunchy v0.2.2 |
1439 | 2023-11-29T18:51:54.643Z | Compiling serde v1.0.192 |
1440 | 2023-11-29T18:51:54.643Z | Compiling autocfg v1.1.0 |
1441 | 2023-11-29T18:51:54.652Z | Checking cfg-if v1.0.0 |
1442 | 2023-11-29T18:51:54.652Z | Compiling version_check v0.9.4 |
1443 | 2023-11-29T18:51:54.652Z | Compiling syn v1.0.109 |
1444 | 2023-11-29T18:51:54.686Z | Checking libc v0.2.150 |
1445 | 2023-11-29T18:51:54.711Z | Compiling syn v2.0.32 |
1446 | 2023-11-29T18:51:54.794Z | Compiling parking_lot_core v0.9.8 |
1447 | 2023-11-29T18:51:54.817Z | Compiling libm v0.2.7 |
1448 | 2023-11-29T18:51:55.300Z | Compiling cc v1.0.83 |
1449 | 2023-11-29T18:51:55.452Z | Compiling futures-core v0.3.29 |
1450 | 2023-11-29T18:51:55.488Z | Compiling once_cell v1.18.0 |
1451 | 2023-11-29T18:51:55.860Z | Compiling serde_json v1.0.108 |
1452 | 2023-11-29T18:51:56.007Z | Compiling memchr v2.6.3 |
1453 | 2023-11-29T18:51:56.159Z | Compiling lock_api v0.4.10 |
1454 | 2023-11-29T18:51:56.266Z | Compiling num-traits v0.2.16 |
1455 | 2023-11-29T18:51:56.490Z | Compiling slab v0.4.9 |
1456 | 2023-11-29T18:51:56.774Z | Checking getrandom v0.2.10 |
1457 | 2023-11-29T18:51:56.828Z | Compiling futures-channel v0.3.29 |
1458 | 2023-11-29T18:51:56.993Z | Compiling futures-task v0.3.29 |
1459 | 2023-11-29T18:51:57.365Z | Compiling futures-util v0.3.29 |
1460 | 2023-11-29T18:51:57.414Z | Compiling typenum v1.16.0 |
1461 | 2023-11-29T18:51:57.600Z | Compiling generic-array v0.14.7 |
1462 | 2023-11-29T18:51:58.013Z | Checking scopeguard v1.2.0 |
1463 | 2023-11-29T18:51:58.243Z | Compiling log v0.4.20 |
1464 | 2023-11-29T18:51:58.309Z | Compiling pkg-config v0.3.27 |
1465 | 2023-11-29T18:51:59.483Z | Checking smallvec v1.11.0 |
1466 | 2023-11-29T18:51:59.733Z | Checking itoa v1.0.9 |
1467 | 2023-11-29T18:52:00.043Z | Compiling rustix v0.38.25 |
1468 | 2023-11-29T18:52:00.046Z | Compiling indexmap v1.9.3 |
1469 | 2023-11-29T18:52:00.088Z | Compiling schemars v0.8.13 |
1470 | 2023-11-29T18:52:00.492Z | Compiling vcpkg v0.2.15 |
1471 | 2023-11-29T18:52:00.496Z | Compiling fnv v1.0.7 |
1472 | 2023-11-29T18:52:00.719Z | Compiling httparse v1.8.0 |
1473 | 2023-11-29T18:52:01.193Z | Checking rand_core v0.6.4 |
1474 | 2023-11-29T18:52:01.401Z | Compiling ring v0.16.20 |
1475 | 2023-11-29T18:52:01.630Z | Compiling ring v0.17.5 |
1476 | 2023-11-29T18:52:03.197Z | Compiling aho-corasick v1.0.4 |
1477 | 2023-11-29T18:52:03.528Z | Compiling regex-syntax v0.8.2 |
1478 | 2023-11-29T18:52:04.225Z | Compiling openssl-sys v0.9.93 |
1479 | 2023-11-29T18:52:05.785Z | Compiling parking_lot v0.12.1 |
1480 | 2023-11-29T18:52:07.094Z | Compiling serde_derive_internals v0.26.0 |
1481 | 2023-11-29T18:52:07.405Z | Checking pin-project-lite v0.2.13 |
1482 | 2023-11-29T18:52:07.565Z | Compiling ahash v0.8.3 |
1483 | 2023-11-29T18:52:08.043Z | Checking spin v0.5.2 |
1484 | 2023-11-29T18:52:08.450Z | Compiling openssl v0.10.57 |
1485 | 2023-11-29T18:52:08.926Z | Checking signal-hook-registry v1.4.1 |
1486 | 2023-11-29T18:52:09.275Z | Compiling ucd-trie v0.1.6 |
1487 | 2023-11-29T18:52:09.314Z | Compiling rustls v0.21.9 |
1488 | 2023-11-29T18:52:09.703Z | Compiling regex-automata v0.4.3 |
1489 | 2023-11-29T18:52:10.222Z | Checking mio v0.8.9 |
1490 | 2023-11-29T18:52:10.902Z | Compiling native-tls v0.2.11 |
1491 | 2023-11-29T18:52:11.363Z | Compiling iana-time-zone v0.1.57 |
1492 | 2023-11-29T18:52:11.408Z | Compiling async-trait v0.1.74 |
1493 | 2023-11-29T18:52:11.457Z | Checking num_cpus v1.16.0 |
1494 | 2023-11-29T18:52:11.969Z | Compiling unicode-xid v0.2.4 |
1495 | 2023-11-29T18:52:12.208Z | Compiling dyn-clone v1.0.13 |
1496 | 2023-11-29T18:52:12.226Z | Compiling byteorder v1.5.0 |
1497 | 2023-11-29T18:52:12.964Z | Compiling backtrace v0.3.69 |
1498 | 2023-11-29T18:52:12.993Z | Checking socket2 v0.5.5 |
1499 | 2023-11-29T18:52:13.738Z | Compiling futures-sink v0.3.29 |
1500 | 2023-11-29T18:52:13.741Z | Checking ryu v1.0.15 |
1501 | 2023-11-29T18:52:13.930Z | Compiling hashbrown v0.13.2 |
1502 | 2023-11-29T18:52:13.949Z | Compiling errno v0.3.2 |
1503 | 2023-11-29T18:52:14.067Z | Compiling crossbeam-utils v0.8.16 |
1504 | 2023-11-29T18:52:14.250Z | Compiling tinyvec_macros v0.1.1 |
1505 | 2023-11-29T18:52:14.379Z | Compiling crc32fast v1.3.2 |
1506 | 2023-11-29T18:52:14.657Z | Compiling tinyvec v1.6.0 |
1507 | 2023-11-29T18:52:15.482Z | Compiling futures-io v0.3.29 |
1508 | 2023-11-29T18:52:15.626Z | Compiling anyhow v1.0.75 |
1509 | 2023-11-29T18:52:15.734Z | Compiling pin-utils v0.1.0 |
1510 | 2023-11-29T18:52:15.760Z | Compiling spin v0.9.8 |
1511 | 2023-11-29T18:52:15.852Z | Compiling tracing-core v0.1.31 |
1512 | 2023-11-29T18:52:15.920Z | Compiling unicode-bidi v0.3.13 |
1513 | 2023-11-29T18:52:16.477Z | Compiling regex v1.10.2 |
1514 | 2023-11-29T18:52:17.275Z | Compiling unicode-normalization v0.1.22 |
1515 | 2023-11-29T18:52:18.318Z | Compiling num-integer v0.1.45 |
1516 | 2023-11-29T18:52:18.614Z | Compiling synstructure v0.12.6 |
1517 | 2023-11-29T18:52:18.677Z | Compiling lazy_static v1.4.0 |
1518 | 2023-11-29T18:52:18.787Z | Compiling slog v2.7.0 |
1519 | 2023-11-29T18:52:19.232Z | Compiling base64 v0.21.5 |
1520 | 2023-11-29T18:52:19.235Z | Compiling unicode-width v0.1.11 |
1521 | 2023-11-29T18:52:19.235Z | Compiling serde_derive v1.0.192 |
1522 | 2023-11-29T18:52:19.235Z | Compiling thiserror-impl v1.0.49 |
1523 | 2023-11-29T18:52:19.280Z | Compiling zeroize_derive v1.4.2 |
1524 | 2023-11-29T18:52:19.527Z | Compiling tokio-macros v2.2.0 |
1525 | 2023-11-29T18:52:20.018Z | Compiling futures-macro v0.3.29 |
1526 | 2023-11-29T18:52:20.050Z | Compiling tracing-attributes v0.1.26 |
1527 | 2023-11-29T18:52:21.689Z | Compiling schemars_derive v0.8.13 |
1528 | 2023-11-29T18:52:22.031Z | Compiling openssl-macros v0.1.1 |
1529 | 2023-11-29T18:52:22.405Z | Checking zeroize v1.6.0 |
1530 | 2023-11-29T18:52:24.663Z | Compiling thiserror v1.0.49 |
1531 | 2023-11-29T18:52:24.857Z | Compiling pest v2.7.2 |
1532 | 2023-11-29T18:52:25.389Z | Compiling zerocopy-derive v0.2.0 |
1533 | 2023-11-29T18:52:26.776Z | Compiling tracing v0.1.37 |
1534 | 2023-11-29T18:52:26.849Z | Compiling untrusted v0.9.0 |
1535 | 2023-11-29T18:52:27.107Z | Compiling untrusted v0.7.1 |
1536 | 2023-11-29T18:52:27.323Z | Compiling time-core v0.1.1 |
1537 | 2023-11-29T18:52:27.387Z | Compiling hashbrown v0.12.3 |
1538 | 2023-11-29T18:52:27.563Z | Compiling rustversion v1.0.14 |
1539 | 2023-11-29T18:52:27.578Z | Checking subtle v2.5.0 |
1540 | 2023-11-29T18:52:27.638Z | Compiling foreign-types-shared v0.1.1 |
1541 | 2023-11-29T18:52:27.783Z | Compiling openssl-probe v0.1.5 |
1542 | 2023-11-29T18:52:27.964Z | Compiling percent-encoding v2.3.0 |
1543 | 2023-11-29T18:52:28.284Z | Compiling foreign-types v0.3.2 |
1544 | 2023-11-29T18:52:28.396Z | Compiling time-macros v0.2.13 |
1545 | 2023-11-29T18:52:28.785Z | Compiling pest_meta v2.7.2 |
1546 | 2023-11-29T18:52:33.001Z | Compiling pest_generator v2.7.2 |
1547 | 2023-11-29T18:52:33.802Z | Compiling try-lock v0.2.4 |
1548 | 2023-11-29T18:52:34.155Z | Compiling want v0.3.1 |
1549 | 2023-11-29T18:52:34.710Z | Compiling rustls-webpki v0.101.7 |
1550 | 2023-11-29T18:52:35.178Z | Compiling sct v0.7.0 |
1551 | 2023-11-29T18:52:36.379Z | Compiling form_urlencoded v1.2.0 |
1552 | 2023-11-29T18:52:36.870Z | Compiling zerocopy-derive v0.6.4 |
1553 | 2023-11-29T18:52:37.211Z | Compiling pest_derive v2.7.2 |
1554 | 2023-11-29T18:52:38.022Z | Compiling socket2 v0.4.9 |
1555 | 2023-11-29T18:52:38.296Z | Compiling tower-service v0.3.2 |
1556 | 2023-11-29T18:52:38.379Z | Compiling either v1.9.0 |
1557 | 2023-11-29T18:52:38.403Z | Compiling httpdate v1.0.3 |
1558 | 2023-11-29T18:52:38.872Z | Compiling rustls-pemfile v1.0.3 |
1559 | 2023-11-29T18:52:39.136Z | Compiling idna v0.4.0 |
1560 | 2023-11-29T18:52:39.405Z | Compiling memoffset v0.9.0 |
1561 | 2023-11-29T18:52:39.466Z | Compiling usdt-impl v0.3.5 |
1562 | 2023-11-29T18:52:39.836Z | Compiling adler v1.0.2 |
1563 | 2023-11-29T18:52:40.163Z | Compiling miniz_oxide v0.7.1 |
1564 | 2023-11-29T18:52:40.362Z | Compiling rustls-native-certs v0.6.3 |
1565 | 2023-11-29T18:52:40.619Z | Compiling url v2.4.1 |
1566 | 2023-11-29T18:52:40.981Z | Compiling zerocopy v0.3.0 |
1567 | 2023-11-29T18:52:41.953Z | Checking crypto-common v0.1.6 |
1568 | 2023-11-29T18:52:42.206Z | Compiling ipnet v2.8.0 |
1569 | 2023-11-29T18:52:42.249Z | Compiling signal-hook v0.3.17 |
1570 | 2023-11-29T18:52:42.267Z | Checking bytes v1.5.0 |
1571 | 2023-11-29T18:52:42.650Z | Checking bitflags v2.4.0 |
1572 | 2023-11-29T18:52:43.031Z | Compiling dof v0.1.5 |
1573 | 2023-11-29T18:52:43.058Z | Compiling dtrace-parser v0.1.14 |
1574 | 2023-11-29T18:52:43.471Z | Checking tokio v1.34.0 |
1575 | 2023-11-29T18:52:44.222Z | Compiling indexmap v2.1.0 |
1576 | 2023-11-29T18:52:45.209Z | Compiling semver v1.0.20 |
1577 | 2023-11-29T18:52:45.516Z | Compiling uuid v1.6.1 |
1578 | 2023-11-29T18:52:45.803Z | Compiling chrono v0.4.31 |
1579 | 2023-11-29T18:52:46.209Z | Compiling http v0.2.11 |
1580 | 2023-11-29T18:52:46.493Z | Compiling serde_spanned v0.6.4 |
1581 | 2023-11-29T18:52:46.830Z | Compiling toml_datetime v0.6.5 |
1582 | 2023-11-29T18:52:47.530Z | Compiling rustc_version v0.4.0 |
1583 | 2023-11-29T18:52:48.162Z | Compiling toml_edit v0.19.15 |
1584 | 2023-11-29T18:52:49.160Z | Compiling openapiv3 v2.0.0-rc.1 |
1585 | 2023-11-29T18:52:52.427Z | Compiling http-body v0.4.5 |
1586 | 2023-11-29T18:52:53.547Z | Compiling serde_urlencoded v0.7.1 |
1587 | 2023-11-29T18:52:54.041Z | Compiling clap_derive v4.4.2 |
1588 | 2023-11-29T18:52:54.310Z | Compiling crossbeam-epoch v0.9.15 |
1589 | 2023-11-29T18:52:54.959Z | Compiling encoding_rs v0.8.33 |
1590 | 2023-11-29T18:52:54.993Z | Compiling thread-id v4.2.0 |
1591 | 2023-11-29T18:52:55.142Z | Compiling mime v0.3.17 |
1592 | 2023-11-29T18:52:56.067Z | Checking const-oid v0.9.5 |
1593 | 2023-11-29T18:52:56.566Z | Compiling gimli v0.28.0 |
1594 | 2023-11-29T18:52:57.676Z | Compiling siphasher v0.3.11 |
1595 | 2023-11-29T18:52:58.319Z | Compiling webpki-roots v0.25.2 |
1596 | 2023-11-29T18:52:59.085Z | Compiling tokio-util v0.7.10 |
1597 | 2023-11-29T18:53:01.562Z | Compiling h2 v0.3.21 |
1598 | 2023-11-29T18:53:01.595Z | Compiling tokio-rustls v0.24.1 |
1599 | 2023-11-29T18:53:02.197Z | Compiling serde_tokenstream v0.1.7 |
1600 | 2023-11-29T18:53:02.212Z | Compiling strum_macros v0.25.2 |
1601 | 2023-11-29T18:53:03.009Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1602 | 2023-11-29T18:53:03.300Z | Compiling object v0.32.1 |
1603 | 2023-11-29T18:53:03.699Z | Compiling tokio-native-tls v0.3.1 |
1604 | 2023-11-29T18:53:03.826Z | Compiling addr2line v0.21.0 |
1605 | 2023-11-29T18:53:04.382Z | Compiling num-iter v0.1.43 |
1606 | 2023-11-29T18:53:04.821Z | Compiling rustc-demangle v0.1.23 |
1607 | 2023-11-29T18:53:06.382Z | Compiling flate2 v1.0.28 |
1608 | 2023-11-29T18:53:06.439Z | Compiling heapless v0.7.16 |
1609 | 2023-11-29T18:53:07.051Z | Compiling block-buffer v0.10.4 |
1610 | 2023-11-29T18:53:07.420Z | Compiling ppv-lite86 v0.2.17 |
1611 | 2023-11-29T18:53:07.988Z | Compiling doc-comment v0.3.3 |
1612 | 2023-11-29T18:53:08.635Z | Compiling rand_chacha v0.3.1 |
1613 | 2023-11-29T18:53:08.697Z | Compiling usdt-macro v0.3.5 |
1614 | 2023-11-29T18:53:09.046Z | Compiling usdt-attr-macro v0.3.5 |
1615 | 2023-11-29T18:53:09.240Z | Compiling toml v0.7.8 |
1616 | 2023-11-29T18:53:10.801Z | Compiling toml_edit v0.21.0 |
1617 | 2023-11-29T18:53:11.241Z | Compiling digest v0.10.7 |
1618 | 2023-11-29T18:53:11.511Z | Compiling hex v0.4.3 |
1619 | 2023-11-29T18:53:11.534Z | Compiling pin-project-internal v1.1.3 |
1620 | 2023-11-29T18:53:12.015Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1621 | 2023-11-29T18:53:12.166Z | Compiling bit-vec v0.6.3 |
1622 | 2023-11-29T18:53:12.839Z | Compiling hyper v0.14.27 |
1623 | 2023-11-29T18:53:13.551Z | Compiling rand v0.8.5 |
1624 | 2023-11-29T18:53:14.689Z | Compiling phf_shared v0.10.0 |
1625 | 2023-11-29T18:53:15.299Z | Compiling num-bigint v0.4.4 |
1626 | 2023-11-29T18:53:16.415Z | Compiling precomputed-hash v0.1.1 |
1627 | 2023-11-29T18:53:16.568Z | Compiling new_debug_unreachable v1.0.4 |
1628 | 2023-11-29T18:53:16.647Z | Compiling smoltcp v0.9.1 |
1629 | 2023-11-29T18:53:16.747Z | Compiling fixedbitset v0.4.2 |
1630 | 2023-11-29T18:53:16.867Z | Compiling string_cache v0.8.7 |
1631 | 2023-11-29T18:53:17.316Z | Compiling petgraph v0.6.4 |
1632 | 2023-11-29T18:53:17.775Z | Compiling bit-set v0.5.3 |
1633 | 2023-11-29T18:53:18.213Z | Compiling itertools v0.10.5 |
1634 | 2023-11-29T18:53:19.091Z | Compiling enum-as-inner v0.5.1 |
1635 | 2023-11-29T18:53:19.397Z | Compiling hubpack_derive v0.1.1 |
1636 | 2023-11-29T18:53:19.518Z | Compiling diesel_table_macro_syntax v0.1.0 |
1637 | 2023-11-29T18:53:20.159Z | Compiling unicode-segmentation v1.10.1 |
1638 | 2023-11-29T18:53:20.714Z | Compiling lalrpop-util v0.19.12 |
1639 | 2023-11-29T18:53:20.905Z | Compiling diesel_derives v2.1.1 |
1640 | 2023-11-29T18:53:21.655Z | Compiling snafu-derive v0.7.5 |
1641 | 2023-11-29T18:53:22.576Z | Compiling cpufeatures v0.2.9 |
1642 | 2023-11-29T18:53:22.716Z | Compiling sha2 v0.10.8 |
1643 | 2023-11-29T18:53:22.829Z | Compiling rustix v0.37.23 |
1644 | 2023-11-29T18:53:22.851Z | Compiling hmac v0.12.1 |
1645 | 2023-11-29T18:53:23.170Z | Compiling md-5 v0.10.5 |
1646 | 2023-11-29T18:53:23.553Z | Compiling serde_repr v0.1.16 |
1647 | 2023-11-29T18:53:24.070Z | Compiling hyper-tls v0.5.0 |
1648 | 2023-11-29T18:53:24.398Z | Compiling hyper-rustls v0.24.2 |
1649 | 2023-11-29T18:53:34.358Z | Compiling reqwest v0.11.22 |
1650 | 2023-11-29T18:53:34.453Z | Compiling stringprep v0.1.3 |
1651 | 2023-11-29T18:53:34.453Z | Compiling hash32 v0.2.1 |
1652 | 2023-11-29T18:53:34.453Z | Checking bitflags v1.3.2 |
1653 | 2023-11-29T18:53:34.453Z | Compiling stable_deref_trait v1.2.0 |
1654 | 2023-11-29T18:53:34.453Z | Compiling fallible-iterator v0.2.0 |
1655 | 2023-11-29T18:53:34.453Z | Compiling postgres-protocol v0.6.6 |
1656 | 2023-11-29T18:53:34.454Z | Compiling terminal_size v0.2.6 |
1657 | 2023-11-29T18:53:34.504Z | Compiling phf_shared v0.11.2 |
1658 | 2023-11-29T18:53:34.504Z | Compiling block-padding v0.3.3 |
1659 | 2023-11-29T18:53:34.504Z | Compiling scheduled-thread-pool v0.2.7 |
1660 | 2023-11-29T18:53:34.504Z | Compiling deranged v0.3.8 |
1661 | 2023-11-29T18:53:34.504Z | Compiling num_threads v0.1.6 |
1662 | 2023-11-29T18:53:34.504Z | Compiling regex-automata v0.1.10 |
1663 | 2023-11-29T18:53:34.504Z | Compiling managed v0.8.0 |
1664 | 2023-11-29T18:53:34.504Z | Compiling matches v0.1.10 |
1665 | 2023-11-29T18:53:34.504Z | Compiling clap_builder v4.4.2 |
1666 | 2023-11-29T18:53:34.504Z | Compiling idna v0.2.3 |
1667 | 2023-11-29T18:53:34.504Z | Compiling r2d2 v0.8.10 |
1668 | 2023-11-29T18:53:34.505Z | Compiling bstr v0.2.17 |
1669 | 2023-11-29T18:53:34.505Z | Compiling inout v0.1.3 |
1670 | 2023-11-29T18:53:34.505Z | Compiling signal-hook-mio v0.2.3 |
1671 | 2023-11-29T18:53:34.505Z | Compiling phf v0.11.2 |
1672 | 2023-11-29T18:53:34.505Z | Compiling bzip2 v0.4.4 |
1673 | 2023-11-29T18:53:34.505Z | Compiling time v0.3.27 |
1674 | 2023-11-29T18:53:34.505Z | Compiling postgres-types v0.2.6 |
1675 | 2023-11-29T18:53:34.505Z | Compiling hubpack v0.1.2 |
1676 | 2023-11-29T18:53:35.010Z | Compiling pin-project v1.1.3 |
1677 | 2023-11-29T18:53:35.556Z | Compiling ipnetwork v0.20.0 |
1678 | 2023-11-29T18:53:35.714Z | Compiling zerocopy v0.6.4 |
1679 | 2023-11-29T18:53:36.570Z | Compiling itertools v0.11.0 |
1680 | 2023-11-29T18:53:37.063Z | Compiling futures-executor v0.3.29 |
1681 | 2023-11-29T18:53:37.991Z | Compiling float-cmp v0.9.0 |
1682 | 2023-11-29T18:53:38.918Z | Compiling whoami v1.4.1 |
1683 | 2023-11-29T18:53:39.916Z | Compiling static_assertions v1.1.0 |
1684 | 2023-11-29T18:53:40.052Z | Compiling predicates-core v1.0.6 |
1685 | 2023-11-29T18:53:40.616Z | Compiling normalize-line-endings v0.3.0 |
1686 | 2023-11-29T18:53:40.783Z | Compiling difflib v0.4.0 |
1687 | 2023-11-29T18:53:41.009Z | Checking hashbrown v0.14.2 |
1688 | 2023-11-29T18:53:41.472Z | Compiling data-encoding v2.4.0 |
1689 | 2023-11-29T18:53:42.505Z | Compiling regex-automata v0.3.8 |
1690 | 2023-11-29T18:53:42.795Z | Compiling trust-dns-proto v0.22.0 |
1691 | 2023-11-29T18:53:43.487Z | Compiling predicates v3.0.4 |
1692 | 2023-11-29T18:53:45.443Z | Compiling bstr v1.6.0 |
1693 | 2023-11-29T18:53:46.671Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1694 | 2023-11-29T18:53:47.722Z | Compiling tokio-postgres v0.7.10 |
1695 | 2023-11-29T18:53:47.928Z | Compiling diesel v2.1.4 |
1696 | 2023-11-29T18:53:48.067Z | Compiling yasna v0.5.2 |
1697 | 2023-11-29T18:53:51.140Z | Compiling clap v4.4.3 |
1698 | 2023-11-29T18:53:51.317Z | Compiling futures v0.3.29 |
1699 | 2023-11-29T18:53:51.321Z | Compiling snafu v0.7.5 |
1700 | 2023-11-29T18:53:51.502Z | Compiling zip v0.6.6 |
1701 | 2023-11-29T18:53:52.048Z | Compiling similar v2.2.1 |
1702 | 2023-11-29T18:53:52.208Z | Compiling crossterm v0.27.0 |
1703 | 2023-11-29T18:53:52.728Z | Compiling cipher v0.4.4 |
1704 | 2023-11-29T18:53:53.808Z | Compiling signature v2.1.0 |
1705 | 2023-11-29T18:53:54.042Z | Compiling usdt v0.3.5 |
1706 | 2023-11-29T18:53:54.423Z | Compiling tokio-stream v0.1.14 |
1707 | 2023-11-29T18:53:56.158Z | Compiling console v0.15.7 |
1708 | 2023-11-29T18:53:56.820Z | Checking equivalent v1.0.1 |
1709 | 2023-11-29T18:53:57.433Z | Checking unicode-ident v1.0.12 |
1710 | 2023-11-29T18:53:57.670Z | Checking proc-macro2 v1.0.69 |
1711 | 2023-11-29T18:53:58.706Z | Checking quote v1.0.33 |
1712 | 2023-11-29T18:54:00.230Z | Checking utf8parse v0.2.1 |
1713 | 2023-11-29T18:54:00.923Z | Checking anstyle v1.0.2 |
1714 | 2023-11-29T18:54:02.425Z | Checking io-lifetimes v1.0.11 |
1715 | 2023-11-29T18:54:05.241Z | Checking anstyle-parse v0.2.1 |
1716 | 2023-11-29T18:54:09.409Z | Checking colorchoice v1.0.0 |
1717 | 2023-11-29T18:54:09.584Z | Checking anstyle-query v1.0.0 |
1718 | 2023-11-29T18:54:10.218Z | Checking anstream v0.5.0 |
1719 | 2023-11-29T18:54:10.544Z | Checking clap_lex v0.5.1 |
1720 | 2023-11-29T18:54:10.561Z | Checking strsim v0.10.0 |
1721 | 2023-11-29T18:54:11.515Z | Checking winnow v0.5.15 |
1722 | 2023-11-29T18:54:16.292Z | Compiling serde_tokenstream v0.2.0 |
1723 | 2023-11-29T18:54:21.510Z | Compiling regress v0.7.1 |
1724 | 2023-11-29T18:54:27.290Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1725 | 2023-11-29T18:54:34.414Z | Compiling getopts v0.2.21 |
1726 | 2023-11-29T18:54:35.261Z | Compiling unsafe-libyaml v0.2.9 |
1727 | 2023-11-29T18:54:36.153Z | Checking heck v0.4.1 |
1728 | 2023-11-29T18:54:36.666Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1729 | 2023-11-29T18:54:37.507Z | Compiling serde_yaml v0.9.25 |
1730 | 2023-11-29T18:54:37.591Z | Compiling ident_case v1.0.1 |
1731 | 2023-11-29T18:54:37.849Z | Checking fastrand v2.0.0 |
1732 | 2023-11-29T18:54:38.328Z | Checking tempfile v3.8.1 |
1733 | 2023-11-29T18:54:38.406Z | Checking match_cfg v0.1.0 |
1734 | 2023-11-29T18:54:38.520Z | Checking hostname v0.3.1 |
1735 | 2023-11-29T18:54:38.637Z | Checking atty v0.2.14 |
1736 | 2023-11-29T18:54:38.690Z | Checking quick-error v1.2.3 |
1737 | 2023-11-29T18:54:38.761Z | Compiling paste v1.0.14 |
1738 | 2023-11-29T18:54:38.857Z | Checking crossbeam-channel v0.5.8 |
1739 | 2023-11-29T18:54:38.879Z | Checking sha1 v0.10.6 |
1740 | 2023-11-29T18:54:39.311Z | Checking dirs-sys-next v0.1.2 |
1741 | 2023-11-29T18:54:39.545Z | Checking dirs-next v2.0.0 |
1742 | 2023-11-29T18:54:39.721Z | Checking thread_local v1.1.7 |
1743 | 2023-11-29T18:54:40.033Z | Checking instant v0.1.12 |
1744 | 2023-11-29T18:54:40.157Z | Compiling slog-async v2.8.0 |
1745 | 2023-11-29T18:54:40.160Z | Checking term v0.7.0 |
1746 | 2023-11-29T18:54:40.807Z | Checking camino v1.1.6 |
1747 | 2023-11-29T18:54:41.015Z | Compiling multer v2.1.0 |
1748 | 2023-11-29T18:54:41.441Z | Checking take_mut v0.2.2 |
1749 | 2023-11-29T18:54:41.701Z | Checking slog-term v2.9.0 |
1750 | 2023-11-29T18:54:41.721Z | Compiling darling_core v0.20.3 |
1751 | 2023-11-29T18:54:42.039Z | Checking slog-json v2.6.1 |
1752 | 2023-11-29T18:54:42.403Z | Compiling async-stream-impl v0.3.5 |
1753 | 2023-11-29T18:54:42.509Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1754 | 2023-11-29T18:54:42.925Z | Checking atomic-waker v1.1.1 |
1755 | 2023-11-29T18:54:43.099Z | Checking debug-ignore v1.0.5 |
1756 | 2023-11-29T18:54:43.293Z | Checking waitgroup v0.1.2 |
1757 | 2023-11-29T18:54:43.558Z | Checking slog-bunyan v2.4.0 |
1758 | 2023-11-29T18:54:44.380Z | Checking toml v0.8.8 |
1759 | 2023-11-29T18:54:44.529Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1760 | 2023-11-29T18:54:44.660Z | Checking async-stream v0.3.5 |
1761 | 2023-11-29T18:54:44.927Z | Checking serde_path_to_error v0.1.14 |
1762 | 2023-11-29T18:54:45.071Z | Checking strum v0.25.0 |
1763 | 2023-11-29T18:54:45.285Z | Compiling structmeta-derive v0.2.0 |
1764 | 2023-11-29T18:54:45.595Z | Checking wait-timeout v0.2.0 |
1765 | 2023-11-29T18:54:45.847Z | Checking rusty-fork v0.3.0 |
1766 | 2023-11-29T18:54:45.958Z | Checking rand_xorshift v0.3.0 |
1767 | 2023-11-29T18:54:46.210Z | Checking unarray v0.1.4 |
1768 | 2023-11-29T18:54:46.323Z | Compiling regex-syntax v0.7.5 |
1769 | 2023-11-29T18:54:46.413Z | Checking proptest v1.4.0 |
1770 | 2023-11-29T18:54:50.372Z | Compiling structmeta v0.2.0 |
1771 | 2023-11-29T18:54:51.033Z | Checking backoff v0.4.0 |
1772 | 2023-11-29T18:54:51.467Z | Compiling test-strategy v0.3.1 |
1773 | 2023-11-29T18:54:52.053Z | Compiling darling_macro v0.20.3 |
1774 | 2023-11-29T18:54:53.686Z | Compiling darling v0.20.3 |
1775 | 2023-11-29T18:54:53.795Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1776 | 2023-11-29T18:54:53.885Z | Compiling serde_with_macros v2.3.3 |
1777 | 2023-11-29T18:54:54.009Z | Checking macaddr v1.0.1 |
1778 | 2023-11-29T18:54:54.235Z | Checking camino-tempfile v1.1.1 |
1779 | 2023-11-29T18:54:54.526Z | Checking is-terminal v0.4.9 |
1780 | 2023-11-29T18:54:54.633Z | Compiling proc-macro-error-attr v1.0.4 |
1781 | 2023-11-29T18:54:54.688Z | Compiling proc-macro-error v1.0.4 |
1782 | 2023-11-29T18:54:55.217Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1783 | 2023-11-29T18:54:55.313Z | Compiling proc-macro-crate v1.3.1 |
1784 | 2023-11-29T18:54:55.842Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1785 | 2023-11-29T18:54:57.101Z | Checking termtree v0.4.1 |
1786 | 2023-11-29T18:54:57.181Z | Compiling num_enum_derive v0.5.11 |
1787 | 2023-11-29T18:54:57.374Z | Checking predicates-tree v1.0.9 |
1788 | 2023-11-29T18:54:57.570Z | Checking base64ct v1.6.0 |
1789 | 2023-11-29T18:54:57.672Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1790 | 2023-11-29T18:54:57.886Z | Compiling parse-display-derive v0.8.2 |
1791 | 2023-11-29T18:54:58.185Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1792 | 2023-11-29T18:54:58.241Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2023-11-29T18:54:58.273Z | Checking postcard-cobs v0.1.5-pre |
1794 | 2023-11-29T18:54:58.730Z | Checking serde_with v2.3.3 |
1795 | 2023-11-29T18:54:58.733Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1796 | 2023-11-29T18:54:58.733Z | Checking postcard v0.7.3 |
1797 | 2023-11-29T18:54:58.733Z | Checking smoltcp v0.8.2 |
1798 | 2023-11-29T18:54:58.733Z | Compiling foreign-types-macros v0.2.3 |
1799 | 2023-11-29T18:54:59.106Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1800 | 2023-11-29T18:54:59.545Z | Checking cfg-if v0.1.10 |
1801 | 2023-11-29T18:54:59.657Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2023-11-29T18:55:00.079Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1803 | 2023-11-29T18:55:00.285Z | Checking foreign-types-shared v0.3.1 |
1804 | 2023-11-29T18:55:00.755Z | Checking foreign-types v0.5.0 |
1805 | 2023-11-29T18:55:00.892Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1806 | 2023-11-29T18:55:01.202Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1807 | 2023-11-29T18:55:01.801Z | Checking num_enum v0.5.11 |
1808 | 2023-11-29T18:55:02.030Z | Checking cstr-argument v0.1.2 |
1809 | 2023-11-29T18:55:02.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1810 | 2023-11-29T18:55:02.412Z | Checking pretty-hex v0.2.1 |
1811 | 2023-11-29T18:55:02.646Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1812 | 2023-11-29T18:55:02.733Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1813 | 2023-11-29T18:55:02.751Z | Checking colored v2.0.4 |
1814 | 2023-11-29T18:55:03.087Z | Compiling zone_cfg_derive v0.3.0 |
1815 | 2023-11-29T18:55:03.197Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1816 | 2023-11-29T18:55:03.362Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1817 | 2023-11-29T18:55:03.741Z | Checking predicates v2.1.5 |
1818 | 2023-11-29T18:55:04.162Z | Compiling mockall_derive v0.11.4 |
1819 | 2023-11-29T18:55:04.805Z | Compiling num-derive v0.4.0 |
1820 | 2023-11-29T18:55:05.302Z | Checking parse-display v0.8.2 |
1821 | 2023-11-29T18:55:05.505Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1822 | 2023-11-29T18:55:05.527Z | Checking downcast v0.11.0 |
1823 | 2023-11-29T18:55:05.540Z | Checking fragile v2.0.0 |
1824 | 2023-11-29T18:55:05.833Z | Checking zone v0.3.0 |
1825 | 2023-11-29T18:55:05.915Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1826 | 2023-11-29T18:55:06.151Z | Checking smf v0.2.2 |
1827 | 2023-11-29T18:55:06.366Z | Checking filetime v0.2.22 |
1828 | 2023-11-29T18:55:06.650Z | Checking xattr v1.0.1 |
1829 | 2023-11-29T18:55:06.881Z | Checking pem v3.0.2 |
1830 | 2023-11-29T18:55:06.912Z | Checking tar v0.4.40 |
1831 | 2023-11-29T18:55:07.050Z | Checking linked-hash-map v0.5.6 |
1832 | 2023-11-29T18:55:07.182Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1833 | 2023-11-29T18:55:07.370Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1834 | 2023-11-29T18:55:07.526Z | Checking lru-cache v0.1.2 |
1835 | 2023-11-29T18:55:07.703Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-29T18:55:07.794Z | Checking headers-core v0.2.0 |
1837 | 2023-11-29T18:55:08.429Z | Checking headers v0.3.9 |
1838 | 2023-11-29T18:55:08.433Z | Checking password-hash v0.5.0 |
1839 | 2023-11-29T18:55:08.433Z | Checking blake2 v0.10.6 |
1840 | 2023-11-29T18:55:08.780Z | Checking base64 v0.13.1 |
1841 | 2023-11-29T18:55:08.806Z | Checking argon2 v0.5.2 |
1842 | 2023-11-29T18:55:08.843Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1843 | 2023-11-29T18:55:09.432Z | Checking pem v1.1.1 |
1844 | 2023-11-29T18:55:09.514Z | Checking rcgen v0.11.3 |
1845 | 2023-11-29T18:55:09.682Z | Checking atomicwrites v0.4.2 |
1846 | 2023-11-29T18:55:09.714Z | Checking subprocess v0.2.9 |
1847 | 2023-11-29T18:55:09.747Z | Checking arc-swap v1.6.0 |
1848 | 2023-11-29T18:55:09.943Z | Checking half v1.8.2 |
1849 | 2023-11-29T18:55:10.376Z | Compiling cancel-safe-futures v0.1.5 |
1850 | 2023-11-29T18:55:10.441Z | Checking ciborium-io v0.2.1 |
1851 | 2023-11-29T18:55:10.573Z | Checking slog-scope v4.4.0 |
1852 | 2023-11-29T18:55:10.581Z | Checking textwrap v0.11.0 |
1853 | 2023-11-29T18:55:10.581Z | Compiling heck v0.3.3 |
1854 | 2023-11-29T18:55:10.596Z | Checking ciborium-ll v0.2.1 |
1855 | 2023-11-29T18:55:10.825Z | Checking vec_map v0.8.2 |
1856 | 2023-11-29T18:55:10.840Z | Checking ansi_term v0.12.1 |
1857 | 2023-11-29T18:55:10.895Z | Compiling libefi-sys v0.1.0 |
1858 | 2023-11-29T18:55:11.107Z | Checking strsim v0.8.0 |
1859 | 2023-11-29T18:55:11.223Z | Compiling structopt-derive v0.4.18 |
1860 | 2023-11-29T18:55:11.287Z | Checking ciborium v0.2.1 |
1861 | 2023-11-29T18:55:11.387Z | Checking clap v2.34.0 |
1862 | 2023-11-29T18:55:11.426Z | Checking slog-stdlog v4.1.1 |
1863 | 2023-11-29T18:55:11.636Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1864 | 2023-11-29T18:55:12.045Z | Checking slog-envlogger v2.2.0 |
1865 | 2023-11-29T18:55:12.471Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1866 | 2023-11-29T18:55:12.926Z | Checking resolv-conf v0.7.0 |
1867 | 2023-11-29T18:55:12.933Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1868 | 2023-11-29T18:55:12.933Z | Compiling slog-dtrace v0.2.3 |
1869 | 2023-11-29T18:55:13.283Z | Compiling convert_case v0.4.0 |
1870 | 2023-11-29T18:55:13.443Z | Checking trust-dns-resolver v0.22.0 |
1871 | 2023-11-29T18:55:14.084Z | Checking pem-rfc7468 v0.7.0 |
1872 | 2023-11-29T18:55:14.483Z | Checking fxhash v0.2.1 |
1873 | 2023-11-29T18:55:14.721Z | Compiling der_derive v0.7.2 |
1874 | 2023-11-29T18:55:14.857Z | Compiling derive_more v0.99.17 |
1875 | 2023-11-29T18:55:15.855Z | Checking termcolor v1.2.0 |
1876 | 2023-11-29T18:55:16.043Z | Checking flagset v0.4.3 |
1877 | 2023-11-29T18:55:16.156Z | Checking structopt v0.3.26 |
1878 | 2023-11-29T18:55:16.327Z | Checking itertools v0.12.0 |
1879 | 2023-11-29T18:55:16.470Z | Compiling radium v0.7.0 |
1880 | 2023-11-29T18:55:16.720Z | Checking tap v1.0.1 |
1881 | 2023-11-29T18:55:16.952Z | Compiling maybe-uninit v2.0.0 |
1882 | 2023-11-29T18:55:17.409Z | Checking mockall v0.11.4 |
1883 | 2023-11-29T18:55:17.742Z | Checking wyz v0.5.1 |
1884 | 2023-11-29T18:55:17.765Z | Compiling same-file v1.0.6 |
1885 | 2023-11-29T18:55:17.783Z | Compiling packed_struct v0.10.1 |
1886 | 2023-11-29T18:55:18.121Z | Checking crc-catalog v2.2.0 |
1887 | 2023-11-29T18:55:18.309Z | Checking funty v2.0.0 |
1888 | 2023-11-29T18:55:18.336Z | Compiling num-bigint-dig v0.8.4 |
1889 | 2023-11-29T18:55:18.442Z | Checking crc v3.0.1 |
1890 | 2023-11-29T18:55:18.738Z | Compiling walkdir v2.4.0 |
1891 | 2023-11-29T18:55:18.911Z | Compiling semver-parser v0.10.2 |
1892 | 2023-11-29T18:55:19.129Z | Checking der v0.7.8 |
1893 | 2023-11-29T18:55:20.023Z | Compiling packed_struct_codegen v0.10.1 |
1894 | 2023-11-29T18:55:20.086Z | Checking bitvec v1.0.1 |
1895 | 2023-11-29T18:55:20.280Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1896 | 2023-11-29T18:55:20.584Z | Checking nodrop v0.1.14 |
1897 | 2023-11-29T18:55:22.293Z | Checking spki v0.7.2 |
1898 | 2023-11-29T18:55:22.656Z | Checking pkcs8 v0.10.2 |
1899 | 2023-11-29T18:55:22.724Z | Checking array-init v0.0.4 |
1900 | 2023-11-29T18:55:23.056Z | Compiling semver v0.11.0 |
1901 | 2023-11-29T18:55:23.073Z | Checking pkcs1 v0.7.5 |
1902 | 2023-11-29T18:55:23.676Z | Checking smallvec v0.6.14 |
1903 | 2023-11-29T18:55:24.324Z | Compiling num-rational v0.4.1 |
1904 | 2023-11-29T18:55:25.984Z | Checking bitfield v0.14.0 |
1905 | 2023-11-29T18:55:26.397Z | Compiling home v0.5.5 |
1906 | 2023-11-29T18:55:26.397Z | Compiling toolchain_find v0.2.0 |
1907 | 2023-11-29T18:55:26.397Z | Checking serde-hex v0.1.0 |
1908 | 2023-11-29T18:55:26.397Z | Checking x509-cert v0.2.4 |
1909 | 2023-11-29T18:55:26.628Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1910 | 2023-11-29T18:55:27.136Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1911 | 2023-11-29T18:55:27.512Z | Checking env_logger v0.10.0 |
1912 | 2023-11-29T18:55:27.534Z | Checking rsa v0.9.2 |
1913 | 2023-11-29T18:55:28.175Z | Checking newline-converter v0.3.0 |
1914 | 2023-11-29T18:55:28.377Z | Checking hkdf v0.12.3 |
1915 | 2023-11-29T18:55:28.669Z | Checking ron v0.8.1 |
1916 | 2023-11-29T18:55:28.955Z | Compiling toml v0.5.11 |
1917 | 2023-11-29T18:55:28.983Z | Checking crc-any v2.4.3 |
1918 | 2023-11-29T18:55:29.164Z | Checking expectorate v1.1.0 |
1919 | 2023-11-29T18:55:29.336Z | Compiling omicron-zone-package v0.9.1 |
1920 | 2023-11-29T18:55:29.528Z | Checking object v0.30.4 |
1921 | 2023-11-29T18:55:30.718Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2023-11-29T18:55:31.136Z | Checking num-complex v0.4.4 |
1923 | 2023-11-29T18:55:31.471Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1924 | 2023-11-29T18:55:32.668Z | Compiling rustfmt-wrapper v0.2.0 |
1925 | 2023-11-29T18:55:32.853Z | Checking utf-8 v0.7.6 |
1926 | 2023-11-29T18:55:33.168Z | Checking path-slash v0.1.5 |
1927 | 2023-11-29T18:55:33.348Z | Checking keccak v0.1.4 |
1928 | 2023-11-29T18:55:33.643Z | Checking tungstenite v0.20.1 |
1929 | 2023-11-29T18:55:33.789Z | Checking num v0.4.1 |
1930 | 2023-11-29T18:55:33.805Z | Checking sha3 v0.10.8 |
1931 | 2023-11-29T18:55:33.924Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1932 | 2023-11-29T18:55:34.427Z | Checking secrecy v0.8.0 |
1933 | 2023-11-29T18:55:34.736Z | Compiling buf-list v1.0.3 |
1934 | 2023-11-29T18:55:35.023Z | Checking tokio-tungstenite v0.20.1 |
1935 | 2023-11-29T18:55:35.278Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1936 | 2023-11-29T18:55:35.690Z | Checking glob v0.3.1 |
1937 | 2023-11-29T18:55:35.815Z | Checking swrite v0.1.0 |
1938 | 2023-11-29T18:55:35.929Z | Compiling parking_lot_core v0.8.6 |
1939 | 2023-11-29T18:55:36.198Z | Checking nibble_vec v0.1.0 |
1940 | 2023-11-29T18:55:36.217Z | Checking endian-type v0.1.2 |
1941 | 2023-11-29T18:55:36.268Z | Checking libsw v3.3.0 |
1942 | 2023-11-29T18:55:36.460Z | Compiling derive-where v1.2.5 |
1943 | 2023-11-29T18:55:36.541Z | Checking radix_trie v0.2.1 |
1944 | 2023-11-29T18:55:36.958Z | Checking linear-map v1.2.0 |
1945 | 2023-11-29T18:55:37.121Z | Checking owo-colors v3.5.0 |
1946 | 2023-11-29T18:55:37.166Z | Checking parking_lot v0.11.2 |
1947 | 2023-11-29T18:55:37.199Z | Checking trust-dns-client v0.22.0 |
1948 | 2023-11-29T18:55:37.667Z | Checking sled v0.34.7 |
1949 | 2023-11-29T18:55:38.381Z | Compiling semver v0.1.20 |
1950 | 2023-11-29T18:55:39.144Z | Checking trust-dns-server v0.22.1 |
1951 | 2023-11-29T18:55:39.641Z | Checking pretty-hex v0.3.0 |
1952 | 2023-11-29T18:55:39.732Z | Compiling rustc_version v0.1.7 |
1953 | 2023-11-29T18:55:39.954Z | Checking crossbeam-deque v0.8.3 |
1954 | 2023-11-29T18:55:40.623Z | Compiling rayon-core v1.12.0 |
1955 | 2023-11-29T18:55:40.646Z | Compiling newtype_derive v0.1.6 |
1956 | 2023-11-29T18:55:40.647Z | Checking openapiv3 v1.0.3 |
1957 | 2023-11-29T18:55:41.171Z | Compiling memoffset v0.7.1 |
1958 | 2023-11-29T18:55:41.652Z | Compiling unicase v2.7.0 |
1959 | 2023-11-29T18:55:41.968Z | Compiling platforms v3.0.2 |
1960 | 2023-11-29T18:55:42.208Z | Checking rayon v1.8.0 |
1961 | 2023-11-29T18:55:42.485Z | Checking steno v0.4.0 |
1962 | 2023-11-29T18:55:42.521Z | Checking globset v0.4.13 |
1963 | 2023-11-29T18:55:42.658Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1964 | 2023-11-29T18:55:43.255Z | Checking olpc-cjson v0.1.3 |
1965 | 2023-11-29T18:55:43.486Z | Checking serde_plain v1.0.2 |
1966 | 2023-11-29T18:55:43.566Z | Compiling async-recursion v1.0.5 |
1967 | 2023-11-29T18:55:43.858Z | Checking typed-path v0.6.0 |
1968 | 2023-11-29T18:55:46.219Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1969 | 2023-11-29T18:55:46.359Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1970 | 2023-11-29T18:55:46.447Z | Checking display-error-chain v0.2.0 |
1971 | 2023-11-29T18:55:47.051Z | Checking signature v1.6.4 |
1972 | 2023-11-29T18:55:47.062Z | Compiling salty v0.2.0 |
1973 | 2023-11-29T18:55:47.062Z | Checking ed25519 v1.5.3 |
1974 | 2023-11-29T18:55:47.062Z | Compiling curve25519-dalek v4.1.0 |
1975 | 2023-11-29T18:55:47.062Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1976 | 2023-11-29T18:55:47.134Z | Checking tough v0.15.0 |
1977 | 2023-11-29T18:55:47.765Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1978 | 2023-11-29T18:55:48.118Z | Checking serde-big-array v0.5.1 |
1979 | 2023-11-29T18:55:48.208Z | Checking ff v0.13.0 |
1980 | 2023-11-29T18:55:48.450Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1981 | 2023-11-29T18:55:48.467Z | Checking group v0.13.0 |
1982 | 2023-11-29T18:55:48.709Z | Compiling mime_guess v2.0.4 |
1983 | 2023-11-29T18:55:49.862Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1984 | 2023-11-29T18:55:50.337Z | Checking signal-hook-tokio v0.3.1 |
1985 | 2023-11-29T18:55:50.825Z | Checking serde-big-array v0.4.1 |
1986 | 2023-11-29T18:55:50.827Z | Checking universal-hash v0.5.1 |
1987 | 2023-11-29T18:55:50.827Z | Checking crypto-bigint v0.5.2 |
1988 | 2023-11-29T18:55:50.827Z | Compiling thiserror-impl-no-std v2.0.2 |
1989 | 2023-11-29T18:55:50.855Z | Compiling curve25519-dalek-derive v0.1.0 |
1990 | 2023-11-29T18:55:51.210Z | Checking opaque-debug v0.3.0 |
1991 | 2023-11-29T18:55:51.379Z | Checking base16ct v0.2.0 |
1992 | 2023-11-29T18:55:51.571Z | Checking poly1305 v0.8.0 |
1993 | 2023-11-29T18:55:51.601Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1994 | 2023-11-29T18:55:51.672Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1995 | 2023-11-29T18:55:51.967Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1996 | 2023-11-29T18:55:52.249Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1997 | 2023-11-29T18:55:52.903Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1998 | 2023-11-29T18:55:53.220Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1999 | 2023-11-29T18:55:53.428Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2000 | 2023-11-29T18:55:53.839Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2001 | 2023-11-29T18:55:53.957Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2002 | 2023-11-29T18:55:54.590Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2003 | 2023-11-29T18:55:56.306Z | Checking thiserror-no-std v2.0.2 |
2004 | 2023-11-29T18:55:57.074Z | Checking elliptic-curve v0.13.5 |
2005 | 2023-11-29T18:55:57.339Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2006 | 2023-11-29T18:55:58.350Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2007 | 2023-11-29T18:55:58.802Z | Checking chacha20 v0.9.1 |
2008 | 2023-11-29T18:55:58.949Z | Checking bcs v0.1.6 |
2009 | 2023-11-29T18:55:59.298Z | Checking aead v0.5.2 |
2010 | 2023-11-29T18:55:59.356Z | Checking kstat-rs v0.2.3 |
2011 | 2023-11-29T18:55:59.603Z | Checking corncobs v0.1.3 |
2012 | 2023-11-29T18:55:59.674Z | Checking highway v1.1.0 |
2013 | 2023-11-29T18:55:59.870Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2014 | 2023-11-29T18:55:59.886Z | Checking chacha20poly1305 v0.10.1 |
2015 | 2023-11-29T18:56:00.143Z | Checking vsss-rs v3.3.1 |
2016 | 2023-11-29T18:56:00.343Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2017 | 2023-11-29T18:56:01.292Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2018 | 2023-11-29T18:56:02.979Z | Compiling crunchy v0.2.2 |
2019 | 2023-11-29T18:56:03.673Z | Compiling portable-atomic v1.4.3 |
2020 | 2023-11-29T18:56:04.173Z | Compiling clang-sys v1.6.1 |
2021 | 2023-11-29T18:56:05.279Z | Compiling tiny-keccak v2.0.2 |
2022 | 2023-11-29T18:56:05.336Z | Compiling prettyplease v0.2.12 |
2023 | 2023-11-29T18:56:06.563Z | Compiling darling_core v0.14.4 |
2024 | 2023-11-29T18:56:06.975Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2025 | 2023-11-29T18:56:07.343Z | Checking assert_matches v1.5.0 |
2026 | 2023-11-29T18:56:07.463Z | Checking number_prefix v0.4.0 |
2027 | 2023-11-29T18:56:07.510Z | Checking http-range v0.1.5 |
2028 | 2023-11-29T18:56:07.748Z | Checking humantime v2.1.0 |
2029 | 2023-11-29T18:56:07.760Z | Compiling minimal-lexical v0.2.1 |
2030 | 2023-11-29T18:56:08.248Z | Checking hyper-staticfile v0.9.5 |
2031 | 2023-11-29T18:56:08.351Z | Checking indicatif v0.17.7 |
2032 | 2023-11-29T18:56:08.594Z | Compiling nom v7.1.3 |
2033 | 2023-11-29T18:56:08.814Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2034 | 2023-11-29T18:56:09.655Z | Compiling ascii-canvas v3.0.0 |
2035 | 2023-11-29T18:56:12.098Z | Compiling ena v0.14.2 |
2036 | 2023-11-29T18:56:12.340Z | Compiling libloading v0.7.4 |
2037 | 2023-11-29T18:56:12.651Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2038 | 2023-11-29T18:56:12.961Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2039 | 2023-11-29T18:56:14.827Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2040 | 2023-11-29T18:56:15.247Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2041 | 2023-11-29T18:56:15.647Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2042 | 2023-11-29T18:56:16.296Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2043 | 2023-11-29T18:56:16.645Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2044 | 2023-11-29T18:56:17.189Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2045 | 2023-11-29T18:56:17.689Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2046 | 2023-11-29T18:56:18.744Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2047 | 2023-11-29T18:56:19.176Z | Compiling darling_macro v0.14.4 |
2048 | 2023-11-29T18:56:20.314Z | Compiling diff v0.1.13 |
2049 | 2023-11-29T18:56:20.654Z | Compiling bindgen v0.65.1 |
2050 | 2023-11-29T18:56:20.842Z | Compiling regex-syntax v0.6.29 |
2051 | 2023-11-29T18:56:21.094Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2052 | 2023-11-29T18:56:21.715Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2053 | 2023-11-29T18:56:21.887Z | Compiling darling v0.14.4 |
2054 | 2023-11-29T18:56:22.051Z | Compiling cexpr v0.6.0 |
2055 | 2023-11-29T18:56:28.261Z | Compiling lalrpop v0.19.12 |
2056 | 2023-11-29T18:56:31.632Z | Compiling which v4.4.0 |
2057 | 2023-11-29T18:56:32.623Z | Checking maplit v1.0.2 |
2058 | 2023-11-29T18:56:33.184Z | Compiling ref-cast v1.0.20 |
2059 | 2023-11-29T18:56:33.528Z | Compiling shlex v1.1.0 |
2060 | 2023-11-29T18:56:33.981Z | Compiling lazycell v1.3.0 |
2061 | 2023-11-29T18:56:34.182Z | Compiling rustc-hash v1.1.0 |
2062 | 2023-11-29T18:56:34.214Z | Compiling peeking_take_while v0.1.2 |
2063 | 2023-11-29T18:56:34.493Z | Compiling derive_builder_core v0.12.0 |
2064 | 2023-11-29T18:56:41.681Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2065 | 2023-11-29T18:56:41.905Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2066 | 2023-11-29T18:56:41.905Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2067 | 2023-11-29T18:56:41.905Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2068 | 2023-11-29T18:56:41.947Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2069 | 2023-11-29T18:56:41.947Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2070 | 2023-11-29T18:56:42.089Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2071 | 2023-11-29T18:56:43.838Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2072 | 2023-11-29T18:56:45.913Z | Compiling ref-cast-impl v1.0.20 |
2073 | 2023-11-29T18:56:46.108Z | Compiling libxml v0.3.3 |
2074 | 2023-11-29T18:56:46.724Z | Compiling derive_builder_macro v0.12.0 |
2075 | 2023-11-29T18:56:47.471Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2076 | 2023-11-29T18:56:48.050Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2077 | 2023-11-29T18:56:48.055Z | Compiling strum_macros v0.24.3 |
2078 | 2023-11-29T18:56:48.097Z | Compiling fs-err v2.11.0 |
2079 | 2023-11-29T18:56:48.520Z | Compiling cookie v0.18.0 |
2080 | 2023-11-29T18:56:48.966Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2081 | 2023-11-29T18:56:49.785Z | Compiling indoc v1.0.9 |
2082 | 2023-11-29T18:56:49.792Z | Checking derive_builder v0.12.0 |
2083 | 2023-11-29T18:56:51.060Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2084 | 2023-11-29T18:56:52.300Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2085 | 2023-11-29T18:56:52.914Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2086 | 2023-11-29T18:56:54.638Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2087 | 2023-11-29T18:56:54.685Z | Checking bb8 v0.8.1 |
2088 | 2023-11-29T18:56:54.816Z | Checking quick-xml v0.23.1 |
2089 | 2023-11-29T18:56:55.061Z | Compiling impl-trait-for-tuples v0.2.2 |
2090 | 2023-11-29T18:56:55.239Z | Compiling oso-derive v0.27.0 |
2091 | 2023-11-29T18:56:55.440Z | Checking unicode-linebreak v0.1.5 |
2092 | 2023-11-29T18:56:56.108Z | Checking smawk v0.3.1 |
2093 | 2023-11-29T18:56:56.408Z | Checking textwrap v0.16.0 |
2094 | 2023-11-29T18:57:08.885Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2095 | 2023-11-29T18:57:08.915Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2096 | 2023-11-29T18:57:08.915Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2097 | 2023-11-29T18:57:08.915Z | Checking bytesize v1.3.0 |
2098 | 2023-11-29T18:57:08.915Z | Checking is_ci v1.1.1 |
2099 | 2023-11-29T18:57:08.915Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2100 | 2023-11-29T18:57:08.915Z | Checking supports-color v2.1.0 |
2101 | 2023-11-29T18:57:08.915Z | Checking cassowary v0.3.0 |
2102 | 2023-11-29T18:57:08.915Z | Compiling indoc v2.0.3 |
2103 | 2023-11-29T18:57:08.915Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2104 | 2023-11-29T18:57:08.915Z | Checking rtoolbox v0.0.1 |
2105 | 2023-11-29T18:57:08.915Z | Checking rpassword v7.3.1 |
2106 | 2023-11-29T18:57:10.131Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2107 | 2023-11-29T18:57:10.824Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2108 | 2023-11-29T18:57:10.824Z | Checking ratatui v0.23.0 |
2109 | 2023-11-29T18:57:10.824Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2110 | 2023-11-29T18:57:10.824Z | Checking shell-words v1.1.0 |
2111 | 2023-11-29T18:57:10.824Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2112 | 2023-11-29T18:57:10.824Z | Checking fatfs v0.3.6 |
2113 | 2023-11-29T18:57:10.824Z | Checking tui-tree-widget v0.13.0 |
2114 | 2023-11-29T18:57:10.824Z | Checking yansi v0.5.1 |
2115 | 2023-11-29T18:57:10.824Z | Checking plotters-backend v0.3.5 |
2116 | 2023-11-29T18:57:10.824Z | Checking rand v0.4.6 |
2117 | 2023-11-29T18:57:10.824Z | Checking pretty_assertions v1.4.0 |
2118 | 2023-11-29T18:57:10.824Z | Checking plotters-svg v0.3.5 |
2119 | 2023-11-29T18:57:10.824Z | Compiling vte_generate_state_changes v0.1.1 |
2120 | 2023-11-29T18:57:10.824Z | Checking cast v0.3.0 |
2121 | 2023-11-29T18:57:10.824Z | Checking remove_dir_all v0.5.3 |
2122 | 2023-11-29T18:57:10.824Z | Checking criterion-plot v0.5.0 |
2123 | 2023-11-29T18:57:10.824Z | Checking tempdir v0.3.7 |
2124 | 2023-11-29T18:57:10.825Z | Checking vte v0.11.1 |
2125 | 2023-11-29T18:57:10.825Z | Checking plotters v0.3.5 |
2126 | 2023-11-29T18:57:10.825Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2127 | 2023-11-29T18:57:10.825Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2023-11-29T18:57:10.826Z | Checking tinytemplate v1.2.1 |
2129 | 2023-11-29T18:57:10.826Z | Checking anes v0.1.6 |
2130 | 2023-11-29T18:57:10.826Z | Checking oorandom v11.1.3 |
2131 | 2023-11-29T18:57:10.826Z | Checking strip-ansi-escapes v0.2.0 |
2132 | 2023-11-29T18:57:10.826Z | Checking criterion v0.5.1 |
2133 | 2023-11-29T18:57:10.826Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2134 | 2023-11-29T18:57:11.415Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2135 | 2023-11-29T18:57:14.436Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2136 | 2023-11-29T18:57:14.675Z | Checking assert_cmd v2.0.12 |
2137 | 2023-11-29T18:57:15.385Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2138 | 2023-11-29T18:57:17.822Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2139 | 2023-11-29T18:57:17.847Z | Checking fd-lock v3.0.13 |
2140 | 2023-11-29T18:57:18.126Z | Checking dashmap v5.5.1 |
2141 | 2023-11-29T18:57:19.163Z | Compiling serial_test_derive v0.10.0 |
2142 | 2023-11-29T18:57:19.499Z | Checking nu-ansi-term v0.49.0 |
2143 | 2023-11-29T18:57:20.143Z | Checking reedline v0.26.0 |
2144 | 2023-11-29T18:57:21.105Z | Checking serial_test v0.10.0 |
2145 | 2023-11-29T18:57:23.214Z | Checking threadpool v1.8.1 |
2146 | 2023-11-29T18:57:23.393Z | Checking nanorand v0.7.0 |
2147 | 2023-11-29T18:57:23.443Z | Checking topological-sort v0.2.2 |
2148 | 2023-11-29T18:57:23.743Z | Checking libtest-mimic v0.6.1 |
2149 | 2023-11-29T18:57:23.983Z | Checking flume v0.11.0 |
2150 | 2023-11-29T18:57:24.405Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2151 | 2023-11-29T18:57:24.806Z | Checking httptest v0.15.5 |
2152 | 2023-11-29T18:57:25.962Z | Checking similar-asserts v1.5.0 |
2153 | 2023-11-29T18:57:26.308Z | Compiling rstest_macros v0.18.2 |
2154 | 2023-11-29T18:57:27.097Z | Compiling crossbeam-queue v0.3.8 |
2155 | 2023-11-29T18:57:27.872Z | Checking bytecount v0.6.3 |
2156 | 2023-11-29T18:57:27.901Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2157 | 2023-11-29T18:57:28.086Z | Checking papergrid v0.10.0 |
2158 | 2023-11-29T18:57:29.652Z | Checking datatest-stable v0.2.3 |
2159 | 2023-11-29T18:57:29.714Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2160 | 2023-11-29T18:57:29.784Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2161 | 2023-11-29T18:57:30.219Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2162 | 2023-11-29T18:57:30.236Z | Compiling tabled_derive v0.6.0 |
2163 | 2023-11-29T18:57:31.285Z | Checking constant_time_eq v0.2.6 |
2164 | 2023-11-29T18:57:31.465Z | Checking arrayvec v0.7.4 |
2165 | 2023-11-29T18:57:32.024Z | Compiling trybuild v1.0.85 |
2166 | 2023-11-29T18:57:32.093Z | Compiling relative-path v1.9.0 |
2167 | 2023-11-29T18:57:32.640Z | Checking arrayref v0.3.7 |
2168 | 2023-11-29T18:57:32.774Z | Checking blake2b_simd v1.0.1 |
2169 | 2023-11-29T18:57:34.566Z | Checking tabled v0.14.0 |
2170 | 2023-11-29T18:57:35.022Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2171 | 2023-11-29T18:57:38.979Z | Checking basic-toml v0.1.4 |
2172 | 2023-11-29T18:57:40.556Z | Checking constant_time_eq v0.3.0 |
2173 | 2023-11-29T18:57:40.723Z | Checking futures-timer v3.0.2 |
2174 | 2023-11-29T18:57:41.219Z | Checking rust-argon2 v1.0.1 |
2175 | 2023-11-29T18:57:44.436Z | Checking crossbeam v0.8.2 |
2176 | 2023-11-29T18:57:44.583Z | Checking partial-io v0.5.4 |
2177 | 2023-11-29T18:57:45.182Z | Checking approx v0.5.1 |
2178 | 2023-11-29T18:57:45.532Z | Checking termios v0.3.3 |
2179 | 2023-11-29T18:57:45.842Z | Checking hex-literal v0.4.1 |
2180 | 2023-11-29T18:57:51.820Z | Checking rstest v0.18.2 |
2181 | 2023-11-29T18:57:57.121Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2182 | 2023-11-29T18:57:57.121Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2183 | 2023-11-29T18:58:56.206Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2184 | 2023-11-29T18:58:58.207Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2185 | 2023-11-29T18:58:58.876Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2186 | 2023-11-29T18:59:16.820Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2187 | 2023-11-29T18:59:36.941Z | Compiling polar-core v0.27.0 |
2188 | 2023-11-29T18:59:47.901Z | Checking oso v0.27.0 |
2189 | 2023-11-29T19:00:23.896Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2190 | 2023-11-29T19:01:44.133Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 54s |
2191 | 2023-11-29T19:01:44.340Z | |
2192 | 2023-11-29T19:01:44.343Z | real 10:53.179216043 |
2193 | 2023-11-29T19:01:44.343Z | user 59:25.353969407 |
2194 | 2023-11-29T19:01:44.343Z | sys 7:47.451629382 |
2195 | 2023-11-29T19:01:44.343Z | trap 2.054965245 |
2196 | 2023-11-29T19:01:44.343Z | tflt 4.239315658 |
2197 | 2023-11-29T19:01:44.343Z | dflt 7.513495270 |
2198 | 2023-11-29T19:01:44.343Z | kflt 0.022138947 |
2199 | 2023-11-29T19:01:44.343Z | lock 1:34:38.897679889 |
2200 | 2023-11-29T19:01:44.343Z | slp 2:57:24.665653241 |
2201 | 2023-11-29T19:01:44.343Z | lat 2:06.543946889 |
2202 | 2023-11-29T19:01:44.343Z | stop 4:25.373923799 |
2203 | 2023-11-29T19:01:45.480Z | warning: output filename collision. |
2204 | 2023-11-29T19:01:45.480Z | 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)`. |
2205 | 2023-11-29T19:01:45.480Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2206 | 2023-11-29T19:01:45.480Z | The targets should have unique names. |
2207 | 2023-11-29T19:01:45.480Z | This is a known bug where multiple crates with the same name use |
2208 | 2023-11-29T19:01:45.480Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2209 | 2023-11-29T19:01:45.484Z | warning: output filename collision. |
2210 | 2023-11-29T19:01:45.484Z | 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)`. |
2211 | 2023-11-29T19:01:45.484Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2212 | 2023-11-29T19:01:45.484Z | The targets should have unique names. |
2213 | 2023-11-29T19:01:45.484Z | This is a known bug where multiple crates with the same name use |
2214 | 2023-11-29T19:01:45.486Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2215 | 2023-11-29T19:01:45.486Z | warning: output filename collision. |
2216 | 2023-11-29T19:01:45.486Z | 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)`. |
2217 | 2023-11-29T19:01:45.486Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2218 | 2023-11-29T19:01:45.486Z | The targets should have unique names. |
2219 | 2023-11-29T19:01:45.486Z | This is a known bug where multiple crates with the same name use |
2220 | 2023-11-29T19:01:45.486Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2221 | 2023-11-29T19:01:46.054Z | Documenting libc v0.2.150 |
2222 | 2023-11-29T19:01:46.072Z | Documenting cfg-if v1.0.0 |
2223 | 2023-11-29T19:01:46.082Z | Documenting serde_derive v1.0.192 |
2224 | 2023-11-29T19:01:46.108Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2225 | 2023-11-29T19:01:46.120Z | Documenting scopeguard v1.2.0 |
2226 | 2023-11-29T19:01:46.120Z | Documenting log v0.4.20 |
2227 | 2023-11-29T19:01:46.139Z | Documenting smallvec v1.11.0 |
2228 | 2023-11-29T19:01:46.149Z | Documenting itoa v1.0.9 |
2229 | 2023-11-29T19:01:46.537Z | Documenting memchr v2.6.3 |
2230 | 2023-11-29T19:01:50.044Z | Documenting zeroize_derive v1.4.2 |
2231 | 2023-11-29T19:01:50.055Z | Documenting lock_api v0.4.10 |
2232 | 2023-11-29T19:01:50.216Z | Documenting pin-project-lite v0.2.13 |
2233 | 2023-11-29T19:01:50.850Z | Documenting libm v0.2.7 |
2234 | 2023-11-29T19:01:52.070Z | Documenting futures-core v0.3.29 |
2235 | 2023-11-29T19:01:52.406Z | Documenting getrandom v0.2.10 |
2236 | 2023-11-29T19:01:53.297Z | Documenting parking_lot_core v0.9.8 |
2237 | 2023-11-29T19:01:54.193Z | Documenting signal-hook-registry v1.4.1 |
2238 | 2023-11-29T19:01:54.433Z | Documenting mio v0.8.9 |
2239 | 2023-11-29T19:01:55.840Z | Documenting serde v1.0.192 |
2240 | 2023-11-29T19:01:55.874Z | Documenting num-traits v0.2.16 |
2241 | 2023-11-29T19:01:57.608Z | Documenting zeroize v1.6.0 |
2242 | 2023-11-29T19:01:57.670Z | Documenting thiserror-impl v1.0.49 |
2243 | 2023-11-29T19:01:58.152Z | Documenting rand_core v0.6.4 |
2244 | 2023-11-29T19:01:59.229Z | Documenting parking_lot v0.12.1 |
2245 | 2023-11-29T19:02:05.554Z | Documenting socket2 v0.5.5 |
2246 | 2023-11-29T19:02:05.662Z | Documenting num_cpus v1.16.0 |
2247 | 2023-11-29T19:02:05.662Z | Documenting tokio-macros v2.2.0 |
2248 | 2023-11-29T19:02:05.662Z | Documenting typenum v1.16.0 |
2249 | 2023-11-29T19:02:05.662Z | Documenting once_cell v1.18.0 |
2250 | 2023-11-29T19:02:05.689Z | Documenting thiserror v1.0.49 |
2251 | 2023-11-29T19:02:05.689Z | Documenting subtle v2.5.0 |
2252 | 2023-11-29T19:02:06.528Z | Documenting ryu v1.0.15 |
2253 | 2023-11-29T19:02:06.857Z | Documenting byteorder v1.5.0 |
2254 | 2023-11-29T19:02:09.726Z | Documenting futures-sink v0.3.29 |
2255 | 2023-11-29T19:02:09.789Z | Documenting pin-utils v0.1.0 |
2256 | 2023-11-29T19:02:09.954Z | Documenting const-oid v0.9.5 |
2257 | 2023-11-29T19:02:10.675Z | Documenting slab v0.4.9 |
2258 | 2023-11-29T19:02:11.086Z | Documenting futures-task v0.3.29 |
2259 | 2023-11-29T19:02:13.186Z | Documenting futures-macro v0.3.29 |
2260 | 2023-11-29T19:02:15.136Z | Documenting futures-channel v0.3.29 |
2261 | 2023-11-29T19:02:16.537Z | Documenting futures-io v0.3.29 |
2262 | 2023-11-29T19:02:17.101Z | Documenting iana-time-zone v0.1.57 |
2263 | 2023-11-29T19:02:17.953Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2264 | 2023-11-29T19:02:19.189Z | Documenting tinyvec_macros v0.1.1 |
2265 | 2023-11-29T19:02:19.206Z | Documenting ppv-lite86 v0.2.17 |
2266 | 2023-11-29T19:02:20.691Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2267 | 2023-11-29T19:02:21.255Z | Documenting tracing-core v0.1.31 |
2268 | 2023-11-29T19:02:22.659Z | Documenting futures-util v0.3.29 |
2269 | 2023-11-29T19:02:23.233Z | Documenting tracing-attributes v0.1.26 |
2270 | 2023-11-29T19:02:23.664Z | Documenting tinyvec v1.6.0 |
2271 | 2023-11-29T19:02:24.285Z | Documenting rand_chacha v0.3.1 |
2272 | 2023-11-29T19:02:29.062Z | Documenting unicode-normalization v0.1.22 |
2273 | 2023-11-29T19:02:30.707Z | Documenting bytes v1.5.0 |
2274 | 2023-11-29T19:02:31.381Z | Documenting bitflags v2.4.0 |
2275 | 2023-11-29T19:02:33.371Z | Documenting serde_json v1.0.108 |
2276 | 2023-11-29T19:02:34.629Z | Documenting chrono v0.4.31 |
2277 | 2023-11-29T19:02:35.674Z | Documenting uuid v1.6.1 |
2278 | 2023-11-29T19:02:37.569Z | Documenting rand v0.8.5 |
2279 | 2023-11-29T19:02:38.271Z | Documenting base64 v0.21.5 |
2280 | 2023-11-29T19:02:38.317Z | Documenting tokio v1.34.0 |
2281 | 2023-11-29T19:02:41.841Z | Documenting fnv v1.0.7 |
2282 | 2023-11-29T19:02:42.751Z | Documenting lazy_static v1.4.0 |
2283 | 2023-11-29T19:02:44.029Z | Documenting unicode-bidi v0.3.13 |
2284 | 2023-11-29T19:02:44.374Z | Documenting percent-encoding v2.3.0 |
2285 | 2023-11-29T19:02:45.579Z | Documenting spin v0.9.8 |
2286 | 2023-11-29T19:02:47.145Z | Documenting cpufeatures v0.2.9 |
2287 | 2023-11-29T19:02:47.424Z | Documenting http v0.2.11 |
2288 | 2023-11-29T19:02:48.097Z | Documenting generic-array v0.14.7 |
2289 | 2023-11-29T19:02:50.062Z | Documenting serde_derive_internals v0.26.0 |
2290 | 2023-11-29T19:02:50.354Z | Checking serde_derive_internals v0.26.0 |
2291 | 2023-11-29T19:02:50.368Z | Documenting form_urlencoded v1.2.0 |
2292 | 2023-11-29T19:02:51.252Z | Documenting dyn-clone v1.0.13 |
2293 | 2023-11-29T19:02:51.370Z | Documenting idna v0.4.0 |
2294 | 2023-11-29T19:02:54.568Z | Documenting tracing v0.1.37 |
2295 | 2023-11-29T19:02:54.943Z | Documenting crypto-common v0.1.6 |
2296 | 2023-11-29T19:02:55.663Z | Documenting block-buffer v0.10.4 |
2297 | 2023-11-29T19:02:56.109Z | Documenting errno v0.3.2 |
2298 | 2023-11-29T19:02:56.397Z | Documenting httparse v1.8.0 |
2299 | 2023-11-29T19:02:56.803Z | Documenting adler v1.0.2 |
2300 | 2023-11-29T19:02:57.608Z | Documenting url v2.4.1 |
2301 | 2023-11-29T19:02:57.972Z | Documenting schemars_derive v0.8.13 |
2302 | 2023-11-29T19:03:00.789Z | Documenting unicode-ident v1.0.12 |
2303 | 2023-11-29T19:03:01.692Z | Documenting miniz_oxide v0.7.1 |
2304 | 2023-11-29T19:03:02.030Z | Documenting digest v0.10.7 |
2305 | 2023-11-29T19:03:02.180Z | Documenting rustix v0.38.25 |
2306 | 2023-11-29T19:03:02.429Z | Documenting openssl-probe v0.1.5 |
2307 | 2023-11-29T19:03:04.042Z | Documenting untrusted v0.9.0 |
2308 | 2023-11-29T19:03:04.843Z | Documenting proc-macro2 v1.0.69 |
2309 | 2023-11-29T19:03:06.750Z | Documenting try-lock v0.2.4 |
2310 | 2023-11-29T19:03:06.985Z | Documenting schemars v0.8.13 |
2311 | 2023-11-29T19:03:07.857Z | Documenting httpdate v1.0.3 |
2312 | 2023-11-29T19:03:08.188Z | Documenting ring v0.17.5 |
2313 | 2023-11-29T19:03:11.191Z | Documenting want v0.3.1 |
2314 | 2023-11-29T19:03:11.240Z | Documenting quote v1.0.33 |
2315 | 2023-11-29T19:03:12.057Z | Documenting http-body v0.4.5 |
2316 | 2023-11-29T19:03:12.342Z | Documenting openssl-sys v0.9.93 |
2317 | 2023-11-29T19:03:13.923Z | Documenting async-trait v0.1.74 |
2318 | 2023-11-29T19:03:16.532Z | Documenting openssl-macros v0.1.1 |
2319 | 2023-11-29T19:03:16.992Z | Documenting mime v0.3.17 |
2320 | 2023-11-29T19:03:17.089Z | Documenting tower-service v0.3.2 |
2321 | 2023-11-29T19:03:17.128Z | Documenting rustls-webpki v0.101.7 |
2322 | 2023-11-29T19:03:18.417Z | Documenting aho-corasick v1.0.4 |
2323 | 2023-11-29T19:03:20.699Z | Documenting tokio-util v0.7.10 |
2324 | 2023-11-29T19:03:20.986Z | Documenting sct v0.7.0 |
2325 | 2023-11-29T19:03:22.748Z | Documenting slog v2.7.0 |
2326 | 2023-11-29T19:03:23.172Z | Documenting regex-syntax v0.8.2 |
2327 | 2023-11-29T19:03:23.188Z | Documenting openssl v0.10.57 |
2328 | 2023-11-29T19:03:23.567Z | Documenting equivalent v1.0.1 |
2329 | 2023-11-29T19:03:23.762Z | Documenting ipnet v2.8.0 |
2330 | 2023-11-29T19:03:26.124Z | Documenting unicode-width v0.1.11 |
2331 | 2023-11-29T19:03:26.806Z | Documenting hashbrown v0.14.2 |
2332 | 2023-11-29T19:03:27.674Z | Documenting rustls v0.21.9 |
2333 | 2023-11-29T19:03:29.145Z | Documenting rustls-pemfile v1.0.3 |
2334 | 2023-11-29T19:03:30.243Z | Documenting num-integer v0.1.45 |
2335 | 2023-11-29T19:03:30.366Z | Documenting time-macros v0.2.13 |
2336 | 2023-11-29T19:03:30.813Z | Documenting h2 v0.3.21 |
2337 | 2023-11-29T19:03:33.314Z | Documenting indexmap v2.1.0 |
2338 | 2023-11-29T19:03:33.816Z | Documenting regex-automata v0.4.3 |
2339 | 2023-11-29T19:03:34.570Z | Documenting time-core v0.1.1 |
2340 | 2023-11-29T19:03:35.644Z | Documenting utf8parse v0.2.1 |
2341 | 2023-11-29T19:03:36.538Z | Documenting num_threads v0.1.6 |
2342 | 2023-11-29T19:03:37.922Z | Documenting gimli v0.28.0 |
2343 | 2023-11-29T19:03:38.744Z | Documenting deranged v0.3.8 |
2344 | 2023-11-29T19:03:39.832Z | Documenting native-tls v0.2.11 |
2345 | 2023-11-29T19:03:40.278Z | Documenting zerocopy v0.6.4 |
2346 | 2023-11-29T19:03:40.666Z | Documenting tokio-rustls v0.24.1 |
2347 | 2023-11-29T19:03:41.967Z | Documenting object v0.32.1 |
2348 | 2023-11-29T19:03:45.253Z | Documenting time v0.3.27 |
2349 | 2023-11-29T19:03:46.328Z | Documenting hyper v0.14.27 |
2350 | 2023-11-29T19:03:46.798Z | Documenting regex v1.10.2 |
2351 | 2023-11-29T19:03:47.122Z | Documenting crossbeam-utils v0.8.16 |
2352 | 2023-11-29T19:03:47.713Z | Documenting addr2line v0.21.0 |
2353 | 2023-11-29T19:03:48.065Z | Documenting encoding_rs v0.8.33 |
2354 | 2023-11-29T19:03:50.223Z | Checking pest_meta v2.7.2 |
2355 | 2023-11-29T19:03:51.848Z | Documenting rustc-demangle v0.1.23 |
2356 | 2023-11-29T19:03:53.264Z | Documenting tokio-native-tls v0.3.1 |
2357 | 2023-11-29T19:03:53.314Z | Documenting rustls-native-certs v0.6.3 |
2358 | 2023-11-29T19:03:53.449Z | Documenting serde_urlencoded v0.7.1 |
2359 | 2023-11-29T19:03:55.245Z | Documenting pest_meta v2.7.2 |
2360 | 2023-11-29T19:03:55.325Z | Checking pest_generator v2.7.2 |
2361 | 2023-11-29T19:03:56.152Z | Documenting ucd-trie v0.1.6 |
2362 | 2023-11-29T19:03:56.618Z | Documenting webpki-roots v0.25.2 |
2363 | 2023-11-29T19:03:58.979Z | Documenting data-encoding v2.4.0 |
2364 | 2023-11-29T19:03:59.904Z | Documenting anstyle v1.0.2 |
2365 | 2023-11-29T19:04:01.307Z | Documenting backtrace v0.3.69 |
2366 | 2023-11-29T19:04:01.413Z | Documenting anstyle-parse v0.2.1 |
2367 | 2023-11-29T19:04:01.541Z | Documenting pest_generator v2.7.2 |
2368 | 2023-11-29T19:04:02.451Z | Documenting pest v2.7.2 |
2369 | 2023-11-29T19:04:02.597Z | Documenting syn v2.0.32 |
2370 | 2023-11-29T19:04:05.071Z | Documenting hyper-tls v0.5.0 |
2371 | 2023-11-29T19:04:05.335Z | Documenting hyper-rustls v0.24.2 |
2372 | 2023-11-29T19:04:05.518Z | Documenting ipnetwork v0.20.0 |
2373 | 2023-11-29T19:04:06.102Z | Documenting sha2 v0.10.8 |
2374 | 2023-11-29T19:04:09.450Z | Documenting pest_derive v2.7.2 |
2375 | 2023-11-29T19:04:09.839Z | Documenting anyhow v1.0.75 |
2376 | 2023-11-29T19:04:10.721Z | Documenting futures-executor v0.3.29 |
2377 | 2023-11-29T19:04:13.559Z | Documenting hex v0.4.3 |
2378 | 2023-11-29T19:04:13.920Z | Documenting crc32fast v1.3.2 |
2379 | 2023-11-29T19:04:15.505Z | Checking serde_tokenstream v0.1.7 |
2380 | 2023-11-29T19:04:15.785Z | Documenting reqwest v0.11.22 |
2381 | 2023-11-29T19:04:16.085Z | Documenting colorchoice v1.0.0 |
2382 | 2023-11-29T19:04:16.711Z | Documenting anstyle-query v1.0.0 |
2383 | 2023-11-29T19:04:17.832Z | Documenting dtrace-parser v0.1.14 |
2384 | 2023-11-29T19:04:17.927Z | Documenting openapiv3 v2.0.0-rc.1 |
2385 | 2023-11-29T19:04:19.452Z | Documenting num-iter v0.1.43 |
2386 | 2023-11-29T19:04:19.658Z | Documenting hmac v0.12.1 |
2387 | 2023-11-29T19:04:20.177Z | Documenting dof v0.1.5 |
2388 | 2023-11-29T19:04:22.099Z | Documenting anstream v0.5.0 |
2389 | 2023-11-29T19:04:23.462Z | Documenting signal-hook v0.3.17 |
2390 | 2023-11-29T19:04:25.631Z | Documenting thread-id v4.2.0 |
2391 | 2023-11-29T19:04:26.958Z | Documenting terminal_size v0.2.6 |
2392 | 2023-11-29T19:04:26.975Z | Documenting memoffset v0.9.0 |
2393 | 2023-11-29T19:04:27.866Z | Documenting strsim v0.10.0 |
2394 | 2023-11-29T19:04:28.311Z | Documenting clap_lex v0.5.1 |
2395 | 2023-11-29T19:04:29.422Z | Documenting flate2 v1.0.28 |
2396 | 2023-11-29T19:04:31.199Z | Documenting crossbeam-epoch v0.9.15 |
2397 | 2023-11-29T19:04:31.393Z | Documenting usdt-impl v0.3.5 |
2398 | 2023-11-29T19:04:31.791Z | Documenting futures v0.3.29 |
2399 | 2023-11-29T19:04:31.896Z | Documenting usdt-attr-macro v0.3.5 |
2400 | 2023-11-29T19:04:33.506Z | Documenting usdt-macro v0.3.5 |
2401 | 2023-11-29T19:04:34.034Z | Documenting clap_derive v4.4.2 |
2402 | 2023-11-29T19:04:34.624Z | Documenting clap_builder v4.4.2 |
2403 | 2023-11-29T19:04:36.946Z | Documenting signal-hook-mio v0.2.3 |
2404 | 2023-11-29T19:04:37.191Z | Documenting signature v2.1.0 |
2405 | 2023-11-29T19:04:40.517Z | Documenting block-padding v0.3.3 |
2406 | 2023-11-29T19:04:40.665Z | Documenting hash32 v0.2.1 |
2407 | 2023-11-29T19:04:41.786Z | Documenting scheduled-thread-pool v0.2.7 |
2408 | 2023-11-29T19:04:42.411Z | Documenting usdt v0.3.5 |
2409 | 2023-11-29T19:04:42.758Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2410 | 2023-11-29T19:04:44.319Z | Documenting clap v4.4.3 |
2411 | 2023-11-29T19:04:44.480Z | Documenting enum-as-inner v0.5.1 |
2412 | 2023-11-29T19:04:44.583Z | Documenting diesel_table_macro_syntax v0.1.0 |
2413 | 2023-11-29T19:04:46.708Z | Documenting pin-project-internal v1.1.3 |
2414 | 2023-11-29T19:04:46.864Z | Checking diesel_table_macro_syntax v0.1.0 |
2415 | 2023-11-29T19:04:47.113Z | Documenting stable_deref_trait v1.2.0 |
2416 | 2023-11-29T19:04:47.655Z | Documenting unicode-segmentation v1.10.1 |
2417 | 2023-11-29T19:04:48.562Z | Documenting bzip2 v0.4.4 |
2418 | 2023-11-29T19:04:51.162Z | Documenting diesel_derives v2.1.1 |
2419 | 2023-11-29T19:04:51.363Z | Documenting r2d2 v0.8.10 |
2420 | 2023-11-29T19:04:51.412Z | Documenting heapless v0.7.16 |
2421 | 2023-11-29T19:04:51.763Z | Documenting trust-dns-proto v0.22.0 |
2422 | 2023-11-29T19:04:52.608Z | Documenting inout v0.1.3 |
2423 | 2023-11-29T19:04:52.655Z | Documenting crossterm v0.27.0 |
2424 | 2023-11-29T19:04:53.897Z | Documenting pin-project v1.1.3 |
2425 | 2023-11-29T19:04:54.399Z | Documenting md-5 v0.10.5 |
2426 | 2023-11-29T19:04:57.503Z | Documenting stringprep v0.1.3 |
2427 | 2023-11-29T19:04:58.005Z | Documenting toml_datetime v0.6.5 |
2428 | 2023-11-29T19:04:58.822Z | Documenting serde_spanned v0.6.4 |
2429 | 2023-11-29T19:04:58.837Z | Documenting doc-comment v0.3.3 |
2430 | 2023-11-29T19:05:01.149Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2431 | 2023-11-29T19:05:01.713Z | Documenting snafu-derive v0.7.5 |
2432 | 2023-11-29T19:05:01.744Z | Documenting siphasher v0.3.11 |
2433 | 2023-11-29T19:05:02.910Z | Documenting fallible-iterator v0.2.0 |
2434 | 2023-11-29T19:05:03.203Z | Documenting bit-vec v0.6.3 |
2435 | 2023-11-29T19:05:03.964Z | Documenting either v1.9.0 |
2436 | 2023-11-29T19:05:04.604Z | Documenting winnow v0.5.15 |
2437 | 2023-11-29T19:05:05.813Z | Documenting static_assertions v1.1.0 |
2438 | 2023-11-29T19:05:06.171Z | Documenting managed v0.8.0 |
2439 | 2023-11-29T19:05:06.850Z | Documenting diesel v2.1.4 |
2440 | 2023-11-29T19:05:09.500Z | Documenting phf_shared v0.11.2 |
2441 | 2023-11-29T19:05:10.340Z | Documenting cipher v0.4.4 |
2442 | 2023-11-29T19:05:10.371Z | Documenting zip v0.6.6 |
2443 | 2023-11-29T19:05:10.570Z | Documenting postgres-protocol v0.6.6 |
2444 | 2023-11-29T19:05:11.184Z | Documenting smoltcp v0.9.1 |
2445 | 2023-11-29T19:05:12.370Z | Documenting toml_edit v0.21.0 |
2446 | 2023-11-29T19:05:13.117Z | Documenting snafu v0.7.5 |
2447 | 2023-11-29T19:05:15.114Z | Documenting num-bigint v0.4.4 |
2448 | 2023-11-29T19:05:17.696Z | Documenting hubpack v0.1.2 |
2449 | 2023-11-29T19:05:18.503Z | Documenting regress v0.7.1 |
2450 | 2023-11-29T19:05:20.018Z | Documenting bstr v1.6.0 |
2451 | 2023-11-29T19:05:20.097Z | Documenting serde_repr v0.1.16 |
2452 | 2023-11-29T19:05:20.115Z | Documenting lalrpop-util v0.19.12 |
2453 | 2023-11-29T19:05:20.698Z | Documenting fixedbitset v0.4.2 |
2454 | 2023-11-29T19:05:24.335Z | Documenting precomputed-hash v0.1.1 |
2455 | 2023-11-29T19:05:25.374Z | Documenting new_debug_unreachable v1.0.4 |
2456 | 2023-11-29T19:05:25.495Z | Documenting petgraph v0.6.4 |
2457 | 2023-11-29T19:05:26.355Z | Documenting yasna v0.5.2 |
2458 | 2023-11-29T19:05:26.510Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2459 | 2023-11-29T19:05:27.921Z | Documenting postgres-types v0.2.6 |
2460 | 2023-11-29T19:05:29.066Z | Documenting phf v0.11.2 |
2461 | 2023-11-29T19:05:29.556Z | Documenting console v0.15.7 |
2462 | 2023-11-29T19:05:29.768Z | Documenting string_cache v0.8.7 |
2463 | 2023-11-29T19:05:34.791Z | Documenting semver v1.0.20 |
2464 | 2023-11-29T19:05:35.621Z | Documenting float-cmp v0.9.0 |
2465 | 2023-11-29T19:05:35.781Z | Documenting predicates-core v1.0.6 |
2466 | 2023-11-29T19:05:36.050Z | Documenting heck v0.4.1 |
2467 | 2023-11-29T19:05:37.055Z | Checking unsafe-libyaml v0.2.9 |
2468 | 2023-11-29T19:05:37.147Z | Documenting whoami v1.4.1 |
2469 | 2023-11-29T19:05:38.736Z | Documenting difflib v0.4.0 |
2470 | 2023-11-29T19:05:38.975Z | Documenting normalize-line-endings v0.3.0 |
2471 | 2023-11-29T19:05:39.902Z | Documenting bit-set v0.5.3 |
2472 | 2023-11-29T19:05:41.013Z | Documenting similar v2.2.1 |
2473 | 2023-11-29T19:05:41.934Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2474 | 2023-11-29T19:05:42.424Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2475 | 2023-11-29T19:05:42.602Z | Documenting tokio-stream v0.1.14 |
2476 | 2023-11-29T19:05:42.850Z | Documenting tokio-postgres v0.7.10 |
2477 | 2023-11-29T19:05:44.138Z | Documenting unsafe-libyaml v0.2.9 |
2478 | 2023-11-29T19:05:44.563Z | Documenting predicates v3.0.4 |
2479 | 2023-11-29T19:05:46.172Z | Checking ident_case v1.0.1 |
2480 | 2023-11-29T19:05:46.379Z | Checking serde_yaml v0.9.25 |
2481 | 2023-11-29T19:05:47.494Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2482 | 2023-11-29T19:05:49.483Z | Documenting getopts v0.2.21 |
2483 | 2023-11-29T19:05:49.910Z | Documenting serde_yaml v0.9.25 |
2484 | 2023-11-29T19:05:50.370Z | Documenting match_cfg v0.1.0 |
2485 | 2023-11-29T19:05:51.927Z | Documenting sha1 v0.10.6 |
2486 | 2023-11-29T19:05:53.352Z | Documenting dirs-sys-next v0.1.2 |
2487 | 2023-11-29T19:05:53.581Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2488 | 2023-11-29T19:05:54.530Z | Documenting hostname v0.3.1 |
2489 | 2023-11-29T19:05:55.724Z | Documenting thread_local v1.1.7 |
2490 | 2023-11-29T19:05:57.605Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2491 | 2023-11-29T19:05:58.355Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2492 | 2023-11-29T19:05:59.059Z | Documenting dirs-next v2.0.0 |
2493 | 2023-11-29T19:05:59.299Z | Documenting paste v1.0.14 |
2494 | 2023-11-29T19:05:59.587Z | Documenting crossbeam-channel v0.5.8 |
2495 | 2023-11-29T19:06:00.172Z | Documenting atty v0.2.14 |
2496 | 2023-11-29T19:06:02.149Z | Documenting take_mut v0.2.2 |
2497 | 2023-11-29T19:06:02.969Z | Documenting slog-json v2.6.1 |
2498 | 2023-11-29T19:06:04.206Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2499 | 2023-11-29T19:06:04.776Z | Documenting camino v1.1.6 |
2500 | 2023-11-29T19:06:04.947Z | Documenting term v0.7.0 |
2501 | 2023-11-29T19:06:05.709Z | Documenting async-stream-impl v0.3.5 |
2502 | 2023-11-29T19:06:05.749Z | Documenting atomic-waker v1.1.1 |
2503 | 2023-11-29T19:06:07.584Z | Documenting slog-async v2.8.0 |
2504 | 2023-11-29T19:06:09.738Z | Documenting debug-ignore v1.0.5 |
2505 | 2023-11-29T19:06:09.995Z | Documenting slog-bunyan v2.4.0 |
2506 | 2023-11-29T19:06:10.087Z | Documenting waitgroup v0.1.2 |
2507 | 2023-11-29T19:06:10.801Z | Documenting slog-term v2.9.0 |
2508 | 2023-11-29T19:06:11.801Z | Checking darling_core v0.20.3 |
2509 | 2023-11-29T19:06:12.451Z | Documenting async-stream v0.3.5 |
2510 | 2023-11-29T19:06:13.956Z | Documenting toml v0.8.8 |
2511 | 2023-11-29T19:06:14.218Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2512 | 2023-11-29T19:06:14.689Z | Documenting multer v2.1.0 |
2513 | 2023-11-29T19:06:15.675Z | Documenting serde_path_to_error v0.1.14 |
2514 | 2023-11-29T19:06:16.234Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2515 | 2023-11-29T19:06:16.684Z | Documenting strum v0.25.0 |
2516 | 2023-11-29T19:06:17.977Z | Checking darling v0.20.3 |
2517 | 2023-11-29T19:06:18.126Z | Documenting serde_with_macros v2.3.3 |
2518 | 2023-11-29T19:06:18.257Z | Documenting structmeta-derive v0.2.0 |
2519 | 2023-11-29T19:06:21.774Z | Checking structmeta v0.2.0 |
2520 | 2023-11-29T19:06:21.989Z | Documenting instant v0.1.12 |
2521 | 2023-11-29T19:06:22.126Z | Checking regex-syntax v0.7.5 |
2522 | 2023-11-29T19:06:22.298Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2523 | 2023-11-29T19:06:22.424Z | Documenting macaddr v1.0.1 |
2524 | 2023-11-29T19:06:22.525Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2525 | 2023-11-29T19:06:25.576Z | Documenting structmeta v0.2.0 |
2526 | 2023-11-29T19:06:26.292Z | Documenting serde_with v2.3.3 |
2527 | 2023-11-29T19:06:27.174Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2528 | 2023-11-29T19:06:27.558Z | Documenting backoff v0.4.0 |
2529 | 2023-11-29T19:06:28.458Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2530 | 2023-11-29T19:06:28.862Z | Documenting fastrand v2.0.0 |
2531 | 2023-11-29T19:06:32.203Z | Documenting parse-display-derive v0.8.2 |
2532 | 2023-11-29T19:06:32.712Z | Documenting is-terminal v0.4.9 |
2533 | 2023-11-29T19:06:32.959Z | Documenting base64ct v1.6.0 |
2534 | 2023-11-29T19:06:33.446Z | Documenting proc-macro-crate v1.3.1 |
2535 | 2023-11-29T19:06:34.924Z | Documenting tempfile v3.8.1 |
2536 | 2023-11-29T19:06:35.834Z | Checking proc-macro-crate v1.3.1 |
2537 | 2023-11-29T19:06:36.226Z | Documenting proc-macro-error-attr v1.0.4 |
2538 | 2023-11-29T19:06:37.740Z | Checking proc-macro-error v1.0.4 |
2539 | 2023-11-29T19:06:38.133Z | Documenting postcard-cobs v0.1.5-pre |
2540 | 2023-11-29T19:06:39.270Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2541 | 2023-11-29T19:06:39.773Z | Documenting foreign-types-macros v0.2.3 |
2542 | 2023-11-29T19:06:40.793Z | Documenting num_enum_derive v0.5.11 |
2543 | 2023-11-29T19:06:41.115Z | Documenting parse-display v0.8.2 |
2544 | 2023-11-29T19:06:41.501Z | Documenting camino-tempfile v1.1.1 |
2545 | 2023-11-29T19:06:41.834Z | Documenting proc-macro-error v1.0.4 |
2546 | 2023-11-29T19:06:42.356Z | Documenting postcard v0.7.3 |
2547 | 2023-11-29T19:06:45.539Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2548 | 2023-11-29T19:06:45.670Z | Documenting foreign-types-shared v0.3.1 |
2549 | 2023-11-29T19:06:46.711Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2550 | 2023-11-29T19:06:47.116Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2551 | 2023-11-29T19:06:47.119Z | Documenting crucible-workspace-hack v0.1.0 |
2552 | 2023-11-29T19:06:48.155Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2553 | 2023-11-29T19:06:48.364Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2554 | 2023-11-29T19:06:48.974Z | Documenting cstr-argument v0.1.2 |
2555 | 2023-11-29T19:06:49.829Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2556 | 2023-11-29T19:06:50.002Z | Documenting foreign-types v0.5.0 |
2557 | 2023-11-29T19:06:50.481Z | Documenting num_enum v0.5.11 |
2558 | 2023-11-29T19:06:52.520Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2559 | 2023-11-29T19:06:53.793Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2560 | 2023-11-29T19:06:54.315Z | Documenting colored v2.0.4 |
2561 | 2023-11-29T19:06:55.204Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2562 | 2023-11-29T19:06:55.946Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2563 | 2023-11-29T19:06:56.137Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2564 | 2023-11-29T19:06:56.488Z | Documenting zone_cfg_derive v0.3.0 |
2565 | 2023-11-29T19:06:59.120Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2566 | 2023-11-29T19:06:59.171Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2567 | 2023-11-29T19:07:00.039Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2568 | 2023-11-29T19:07:01.597Z | Documenting num-derive v0.4.0 |
2569 | 2023-11-29T19:07:02.334Z | Documenting smf v0.2.2 |
2570 | 2023-11-29T19:07:02.843Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2571 | 2023-11-29T19:07:04.007Z | Documenting zone v0.3.0 |
2572 | 2023-11-29T19:07:04.756Z | Documenting linked-hash-map v0.5.6 |
2573 | 2023-11-29T19:07:05.537Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2574 | 2023-11-29T19:07:06.393Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2575 | 2023-11-29T19:07:08.175Z | Documenting password-hash v0.5.0 |
2576 | 2023-11-29T19:07:08.560Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2577 | 2023-11-29T19:07:08.583Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2578 | 2023-11-29T19:07:11.213Z | Documenting blake2 v0.10.6 |
2579 | 2023-11-29T19:07:11.289Z | Documenting lru-cache v0.1.2 |
2580 | 2023-11-29T19:07:12.641Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2581 | 2023-11-29T19:07:12.939Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2582 | 2023-11-29T19:07:13.378Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2583 | 2023-11-29T19:07:14.227Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2584 | 2023-11-29T19:07:14.459Z | Checking heck v0.3.3 |
2585 | 2023-11-29T19:07:14.690Z | Documenting structopt-derive v0.4.18 |
2586 | 2023-11-29T19:07:15.918Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2587 | 2023-11-29T19:07:17.016Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2588 | 2023-11-29T19:07:17.156Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2589 | 2023-11-29T19:07:19.046Z | Documenting argon2 v0.5.2 |
2590 | 2023-11-29T19:07:19.058Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2591 | 2023-11-29T19:07:19.425Z | Documenting libefi-sys v0.1.0 |
2592 | 2023-11-29T19:07:22.010Z | Documenting pem-rfc7468 v0.7.0 |
2593 | 2023-11-29T19:07:23.471Z | Documenting structopt v0.3.26 |
2594 | 2023-11-29T19:07:24.250Z | Documenting der_derive v0.7.2 |
2595 | 2023-11-29T19:07:25.519Z | Documenting quick-error v1.2.3 |
2596 | 2023-11-29T19:07:26.800Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2597 | 2023-11-29T19:07:28.067Z | Documenting flagset v0.4.3 |
2598 | 2023-11-29T19:07:29.944Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2599 | 2023-11-29T19:07:30.238Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2600 | 2023-11-29T19:07:30.601Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2601 | 2023-11-29T19:07:31.012Z | Documenting resolv-conf v0.7.0 |
2602 | 2023-11-29T19:07:32.125Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2603 | 2023-11-29T19:07:32.279Z | Documenting der v0.7.8 |
2604 | 2023-11-29T19:07:34.798Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2605 | 2023-11-29T19:07:35.663Z | Documenting cancel-safe-futures v0.1.5 |
2606 | 2023-11-29T19:07:36.922Z | Checking convert_case v0.4.0 |
2607 | 2023-11-29T19:07:37.195Z | Documenting trust-dns-resolver v0.22.0 |
2608 | 2023-11-29T19:07:37.252Z | Documenting convert_case v0.4.0 |
2609 | 2023-11-29T19:07:37.334Z | Documenting tap v1.0.1 |
2610 | 2023-11-29T19:07:37.981Z | Documenting radium v0.7.0 |
2611 | 2023-11-29T19:07:39.993Z | Documenting spki v0.7.2 |
2612 | 2023-11-29T19:07:41.566Z | Documenting wyz v0.5.1 |
2613 | 2023-11-29T19:07:42.573Z | Documenting crc-catalog v2.2.0 |
2614 | 2023-11-29T19:07:42.883Z | Documenting derive_more v0.99.17 |
2615 | 2023-11-29T19:07:45.005Z | Documenting funty v2.0.0 |
2616 | 2023-11-29T19:07:46.268Z | Documenting arc-swap v1.6.0 |
2617 | 2023-11-29T19:07:46.955Z | Documenting pkcs8 v0.10.2 |
2618 | 2023-11-29T19:07:47.121Z | Documenting crc v3.0.1 |
2619 | 2023-11-29T19:07:47.411Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2620 | 2023-11-29T19:07:49.359Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2621 | 2023-11-29T19:07:49.641Z | Documenting bitvec v1.0.1 |
2622 | 2023-11-29T19:07:51.264Z | Documenting num-rational v0.4.1 |
2623 | 2023-11-29T19:07:51.391Z | Documenting hkdf v0.12.3 |
2624 | 2023-11-29T19:07:51.451Z | Documenting num-complex v0.4.4 |
2625 | 2023-11-29T19:07:51.714Z | Documenting packed_struct_codegen v0.10.1 |
2626 | 2023-11-29T19:07:52.137Z | Documenting slog-scope v4.4.0 |
2627 | 2023-11-29T19:07:53.675Z | Documenting half v1.8.2 |
2628 | 2023-11-29T19:07:57.604Z | Documenting nodrop v0.1.14 |
2629 | 2023-11-29T19:07:57.861Z | Documenting ciborium-io v0.2.1 |
2630 | 2023-11-29T19:07:57.936Z | Documenting slog-stdlog v4.1.1 |
2631 | 2023-11-29T19:07:58.261Z | Documenting pkcs1 v0.7.5 |
2632 | 2023-11-29T19:07:58.658Z | Documenting num v0.4.1 |
2633 | 2023-11-29T19:07:58.864Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2634 | 2023-11-29T19:08:00.109Z | Documenting packed_struct v0.10.1 |
2635 | 2023-11-29T19:08:00.122Z | Documenting slog-dtrace v0.2.3 |
2636 | 2023-11-29T19:08:01.909Z | Documenting array-init v0.0.4 |
2637 | 2023-11-29T19:08:03.302Z | Documenting ciborium-ll v0.2.1 |
2638 | 2023-11-29T19:08:03.644Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2639 | 2023-11-29T19:08:04.473Z | Documenting num-bigint-dig v0.8.4 |
2640 | 2023-11-29T19:08:05.336Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2641 | 2023-11-29T19:08:06.794Z | Documenting filetime v0.2.22 |
2642 | 2023-11-29T19:08:07.327Z | Documenting xattr v1.0.1 |
2643 | 2023-11-29T19:08:09.446Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2644 | 2023-11-29T19:08:09.891Z | Documenting termcolor v1.2.0 |
2645 | 2023-11-29T19:08:12.641Z | Documenting keccak v0.1.4 |
2646 | 2023-11-29T19:08:13.072Z | Documenting swrite v0.1.0 |
2647 | 2023-11-29T19:08:14.264Z | Documenting bitfield v0.14.0 |
2648 | 2023-11-29T19:08:15.007Z | Documenting rsa v0.9.2 |
2649 | 2023-11-29T19:08:16.548Z | Documenting env_logger v0.10.0 |
2650 | 2023-11-29T19:08:16.732Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2651 | 2023-11-29T19:08:17.107Z | Documenting sha3 v0.10.8 |
2652 | 2023-11-29T19:08:18.433Z | Documenting tar v0.4.40 |
2653 | 2023-11-29T19:08:18.604Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2654 | 2023-11-29T19:08:19.374Z | Documenting ciborium v0.2.1 |
2655 | 2023-11-29T19:08:23.376Z | Documenting serde-hex v0.1.0 |
2656 | 2023-11-29T19:08:24.595Z | Documenting slog-envlogger v2.2.0 |
2657 | 2023-11-29T19:08:24.880Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2658 | 2023-11-29T19:08:26.001Z | Documenting x509-cert v0.2.4 |
2659 | 2023-11-29T19:08:26.737Z | Documenting newtype_derive v0.1.6 |
2660 | 2023-11-29T19:08:30.735Z | Documenting libsw v3.3.0 |
2661 | 2023-11-29T19:08:30.786Z | Documenting ron v0.8.1 |
2662 | 2023-11-29T19:08:32.202Z | Documenting pem v3.0.2 |
2663 | 2023-11-29T19:08:32.479Z | Documenting fxhash v0.2.1 |
2664 | 2023-11-29T19:08:32.710Z | Documenting secrecy v0.8.0 |
2665 | 2023-11-29T19:08:34.604Z | Documenting derive-where v1.2.5 |
2666 | 2023-11-29T19:08:34.737Z | Documenting owo-colors v3.5.0 |
2667 | 2023-11-29T19:08:37.160Z | Documenting linear-map v1.2.0 |
2668 | 2023-11-29T19:08:37.364Z | Documenting utf-8 v0.7.6 |
2669 | 2023-11-29T19:08:37.692Z | Documenting crc-any v2.4.3 |
2670 | 2023-11-29T19:08:37.948Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2671 | 2023-11-29T19:08:38.122Z | Documenting steno v0.4.0 |
2672 | 2023-11-29T19:08:38.821Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2673 | 2023-11-29T19:08:42.228Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2674 | 2023-11-29T19:08:42.246Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2675 | 2023-11-29T19:08:43.088Z | Documenting tungstenite v0.20.1 |
2676 | 2023-11-29T19:08:43.847Z | Documenting path-slash v0.1.5 |
2677 | 2023-11-29T19:08:44.399Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2678 | 2023-11-29T19:08:45.276Z | Documenting same-file v1.0.6 |
2679 | 2023-11-29T19:08:49.419Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2680 | 2023-11-29T19:08:51.471Z | Documenting walkdir v2.4.0 |
2681 | 2023-11-29T19:08:53.724Z | Documenting tokio-tungstenite v0.20.1 |
2682 | 2023-11-29T19:08:54.123Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2683 | 2023-11-29T19:08:54.220Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2684 | 2023-11-29T19:08:57.754Z | Documenting buf-list v1.0.3 |
2685 | 2023-11-29T19:08:58.514Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2686 | 2023-11-29T19:09:02.891Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2687 | 2023-11-29T19:09:04.908Z | Checking darling_core v0.14.4 |
2688 | 2023-11-29T19:09:05.317Z | Documenting itertools v0.12.0 |
2689 | 2023-11-29T19:09:07.911Z | Documenting nibble_vec v0.1.0 |
2690 | 2023-11-29T19:09:08.098Z | Documenting endian-type v0.1.2 |
2691 | 2023-11-29T19:09:13.697Z | Documenting glob v0.3.1 |
2692 | 2023-11-29T19:09:14.270Z | Documenting radix_trie v0.2.1 |
2693 | 2023-11-29T19:09:16.650Z | Checking darling v0.14.4 |
2694 | 2023-11-29T19:09:16.781Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2695 | 2023-11-29T19:09:17.412Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2696 | 2023-11-29T19:09:17.685Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2697 | 2023-11-29T19:09:18.147Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2698 | 2023-11-29T19:09:19.917Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2699 | 2023-11-29T19:09:19.934Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2700 | 2023-11-29T19:09:20.431Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2701 | 2023-11-29T19:09:20.870Z | Documenting trust-dns-client v0.22.0 |
2702 | 2023-11-29T19:09:23.321Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2023-11-29T19:09:31.685Z | Documenting globset v0.4.13 |
2704 | 2023-11-29T19:09:34.648Z | Documenting crossbeam-deque v0.8.3 |
2705 | 2023-11-29T19:09:34.859Z | Documenting headers-core v0.2.0 |
2706 | 2023-11-29T19:09:39.993Z | Documenting olpc-cjson v0.1.3 |
2707 | 2023-11-29T19:09:40.390Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2708 | 2023-11-29T19:09:41.967Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2709 | 2023-11-29T19:09:42.404Z | Documenting serde_plain v1.0.2 |
2710 | 2023-11-29T19:09:42.471Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2711 | 2023-11-29T19:09:42.528Z | Documenting async-recursion v1.0.5 |
2712 | 2023-11-29T19:09:43.394Z | Documenting display-error-chain v0.2.0 |
2713 | 2023-11-29T19:09:45.186Z | Documenting typed-path v0.6.0 |
2714 | 2023-11-29T19:09:47.139Z | Documenting headers v0.3.9 |
2715 | 2023-11-29T19:09:47.831Z | Documenting rayon-core v1.12.0 |
2716 | 2023-11-29T19:09:48.499Z | Documenting trust-dns-server v0.22.1 |
2717 | 2023-11-29T19:09:49.406Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2718 | 2023-11-29T19:09:50.278Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2719 | 2023-11-29T19:09:51.594Z | Checking derive_builder_core v0.12.0 |
2720 | 2023-11-29T19:09:51.764Z | Documenting derive_builder_core v0.12.0 |
2721 | 2023-11-29T19:09:52.141Z | Documenting sled v0.34.7 |
2722 | 2023-11-29T19:09:52.979Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2723 | 2023-11-29T19:09:53.022Z | Documenting tough v0.15.0 |
2724 | 2023-11-29T19:09:53.025Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2725 | 2023-11-29T19:09:54.021Z | Documenting unicase v2.7.0 |
2726 | 2023-11-29T19:09:54.366Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2727 | 2023-11-29T19:09:55.249Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2728 | 2023-11-29T19:09:55.651Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2729 | 2023-11-29T19:09:56.125Z | Documenting bcs v0.1.6 |
2730 | 2023-11-29T19:09:56.958Z | Documenting ff v0.13.0 |
2731 | 2023-11-29T19:09:58.880Z | Documenting pretty-hex v0.3.0 |
2732 | 2023-11-29T19:10:00.839Z | Documenting highway v1.1.0 |
2733 | 2023-11-29T19:10:02.062Z | Documenting mime_guess v2.0.4 |
2734 | 2023-11-29T19:10:02.492Z | Documenting rayon v1.8.0 |
2735 | 2023-11-29T19:10:02.814Z | Documenting derive_builder_macro v0.12.0 |
2736 | 2023-11-29T19:10:02.922Z | Documenting group v0.13.0 |
2737 | 2023-11-29T19:10:03.536Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2738 | 2023-11-29T19:10:06.699Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2739 | 2023-11-29T19:10:08.685Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2740 | 2023-11-29T19:10:11.891Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2741 | 2023-11-29T19:10:14.177Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2742 | 2023-11-29T19:10:15.527Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2743 | 2023-11-29T19:10:23.559Z | Documenting portable-atomic v1.4.3 |
2744 | 2023-11-29T19:10:29.338Z | Documenting ed25519 v1.5.3 |
2745 | 2023-11-29T19:10:32.377Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2746 | 2023-11-29T19:10:33.497Z | Documenting universal-hash v0.5.1 |
2747 | 2023-11-29T19:10:33.691Z | Documenting crypto-bigint v0.5.2 |
2748 | 2023-11-29T19:10:33.703Z | Documenting kstat-rs v0.2.3 |
2749 | 2023-11-29T19:10:37.290Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2750 | 2023-11-29T19:10:39.528Z | Documenting thiserror-impl-no-std v2.0.2 |
2751 | 2023-11-29T19:10:39.565Z | Documenting ref-cast-impl v1.0.20 |
2752 | 2023-11-29T19:10:40.495Z | Documenting curve25519-dalek-derive v0.1.0 |
2753 | 2023-11-29T19:10:43.331Z | Documenting vte_generate_state_changes v0.1.1 |
2754 | 2023-11-29T19:10:44.739Z | Documenting base16ct v0.2.0 |
2755 | 2023-11-29T19:10:47.230Z | Documenting cassowary v0.3.0 |
2756 | 2023-11-29T19:10:47.242Z | Documenting opaque-debug v0.3.0 |
2757 | 2023-11-29T19:10:47.521Z | Documenting number_prefix v0.4.0 |
2758 | 2023-11-29T19:10:47.801Z | Documenting ref-cast v1.0.20 |
2759 | 2023-11-29T19:10:49.350Z | Documenting elliptic-curve v0.13.5 |
2760 | 2023-11-29T19:10:49.539Z | Documenting vte v0.11.1 |
2761 | 2023-11-29T19:10:51.568Z | Documenting poly1305 v0.8.0 |
2762 | 2023-11-29T19:10:52.006Z | Documenting curve25519-dalek v4.1.0 |
2763 | 2023-11-29T19:10:53.060Z | Documenting indicatif v0.17.7 |
2764 | 2023-11-29T19:10:53.428Z | Documenting ratatui v0.23.0 |
2765 | 2023-11-29T19:10:56.138Z | Documenting thiserror-no-std v2.0.2 |
2766 | 2023-11-29T19:10:59.086Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2767 | 2023-11-29T19:11:00.964Z | Documenting salty v0.2.0 |
2768 | 2023-11-29T19:11:01.142Z | Documenting derive_builder v0.12.0 |
2769 | 2023-11-29T19:11:01.777Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2770 | 2023-11-29T19:11:02.149Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2771 | 2023-11-29T19:11:04.621Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2772 | 2023-11-29T19:11:05.168Z | Documenting fs-err v2.11.0 |
2773 | 2023-11-29T19:11:07.840Z | Documenting polar-core v0.27.0 |
2774 | 2023-11-29T19:11:11.185Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2775 | 2023-11-29T19:11:13.174Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2776 | 2023-11-29T19:11:17.714Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2777 | 2023-11-29T19:11:19.606Z | Documenting libxml v0.3.3 |
2778 | 2023-11-29T19:11:21.091Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2779 | 2023-11-29T19:11:27.726Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2780 | 2023-11-29T19:11:29.434Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2781 | 2023-11-29T19:11:29.835Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2782 | 2023-11-29T19:11:32.779Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2783 | 2023-11-29T19:11:33.523Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2784 | 2023-11-29T19:11:33.827Z | Documenting chacha20 v0.9.1 |
2785 | 2023-11-29T19:11:34.166Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2786 | 2023-11-29T19:11:34.554Z | Documenting bb8 v0.8.1 |
2787 | 2023-11-29T19:11:36.480Z | Documenting aead v0.5.2 |
2788 | 2023-11-29T19:11:37.749Z | Documenting quick-xml v0.23.1 |
2789 | 2023-11-29T19:11:40.227Z | Documenting serde-big-array v0.5.1 |
2790 | 2023-11-29T19:11:41.522Z | Documenting bytesize v1.3.0 |
2791 | 2023-11-29T19:11:43.087Z | Documenting rtoolbox v0.0.1 |
2792 | 2023-11-29T19:11:43.700Z | Documenting oso-derive v0.27.0 |
2793 | 2023-11-29T19:11:45.491Z | Documenting impl-trait-for-tuples v0.2.2 |
2794 | 2023-11-29T19:11:45.867Z | Documenting smawk v0.3.1 |
2795 | 2023-11-29T19:11:46.921Z | Documenting humantime v2.1.0 |
2796 | 2023-11-29T19:11:48.486Z | Documenting unicode-linebreak v0.1.5 |
2797 | 2023-11-29T19:11:49.219Z | Documenting is_ci v1.1.1 |
2798 | 2023-11-29T19:11:50.512Z | Documenting maplit v1.0.2 |
2799 | 2023-11-29T19:11:50.590Z | Documenting rpassword v7.3.1 |
2800 | 2023-11-29T19:11:52.224Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2801 | 2023-11-29T19:11:52.597Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2802 | 2023-11-29T19:11:52.909Z | Documenting textwrap v0.16.0 |
2803 | 2023-11-29T19:11:54.561Z | Documenting chacha20poly1305 v0.10.1 |
2804 | 2023-11-29T19:11:54.697Z | Documenting supports-color v2.1.0 |
2805 | 2023-11-29T19:11:56.015Z | Documenting oso v0.27.0 |
2806 | 2023-11-29T19:11:57.079Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2807 | 2023-11-29T19:11:57.802Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2808 | 2023-11-29T19:11:59.476Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2809 | 2023-11-29T19:12:04.410Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2810 | 2023-11-29T19:12:05.534Z | Documenting vsss-rs v3.3.1 |
2811 | 2023-11-29T19:12:11.937Z | Documenting tui-tree-widget v0.13.0 |
2812 | 2023-11-29T19:12:12.183Z | Documenting strip-ansi-escapes v0.2.0 |
2813 | 2023-11-29T19:12:15.970Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2814 | 2023-11-29T19:12:16.524Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2815 | 2023-11-29T19:12:18.333Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2816 | 2023-11-29T19:12:19.928Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2817 | 2023-11-29T19:12:20.937Z | Documenting cookie v0.18.0 |
2818 | 2023-11-29T19:12:22.686Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2819 | 2023-11-29T19:12:24.836Z | Documenting rcgen v0.11.3 |
2820 | 2023-11-29T19:12:28.080Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2821 | 2023-11-29T19:12:28.232Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2822 | 2023-11-29T19:12:28.803Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2823 | 2023-11-29T19:12:29.830Z | Documenting atomicwrites v0.4.2 |
2824 | 2023-11-29T19:12:35.044Z | Documenting signal-hook-tokio v0.3.1 |
2825 | 2023-11-29T19:12:35.392Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2826 | 2023-11-29T19:12:36.483Z | Documenting fd-lock v3.0.13 |
2827 | 2023-11-29T19:12:37.496Z | Documenting subprocess v0.2.9 |
2828 | 2023-11-29T19:12:42.294Z | Documenting corncobs v0.1.3 |
2829 | 2023-11-29T19:12:43.087Z | Documenting nu-ansi-term v0.49.0 |
2830 | 2023-11-29T19:12:43.550Z | Documenting shell-words v1.1.0 |
2831 | 2023-11-29T19:12:43.964Z | Documenting http-range v0.1.5 |
2832 | 2023-11-29T19:12:44.774Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2833 | 2023-11-29T19:12:46.663Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2834 | 2023-11-29T19:12:48.917Z | Documenting reedline v0.26.0 |
2835 | 2023-11-29T19:12:49.660Z | Documenting hyper-staticfile v0.9.5 |
2836 | 2023-11-29T19:12:49.990Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2837 | 2023-11-29T19:12:53.602Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2838 | 2023-11-29T19:12:53.794Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2839 | 2023-11-29T19:13:00.374Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2840 | 2023-11-29T19:13:00.455Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2841 | 2023-11-29T19:13:01.418Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2842 | 2023-11-29T19:13:02.355Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2843 | 2023-11-29T19:13:23.646Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2844 | 2023-11-29T19:13:24.727Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2845 | 2023-11-29T19:13:24.727Z | Documenting fatfs v0.3.6 |
2846 | 2023-11-29T19:13:24.727Z | Documenting nanorand v0.7.0 |
2847 | 2023-11-29T19:13:27.525Z | Documenting assert_matches v1.5.0 |
2848 | 2023-11-29T19:13:29.250Z | Documenting flume v0.11.0 |
2849 | 2023-11-29T19:13:30.159Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2850 | 2023-11-29T19:13:31.835Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2851 | 2023-11-29T19:13:35.591Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2852 | 2023-11-29T19:13:36.094Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2023-11-29T19:13:36.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2854 | 2023-11-29T19:13:36.724Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2855 | 2023-11-29T19:13:38.209Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2856 | 2023-11-29T19:13:38.908Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2857 | 2023-11-29T19:14:05.134Z | Documenting omicron-zone-package v0.9.1 |
2858 | 2023-11-29T19:14:06.731Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2859 | 2023-11-29T19:14:13.693Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2860 | 2023-11-29T19:14:14.789Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2861 | 2023-11-29T19:14:15.934Z | Documenting termios v0.3.3 |
2862 | 2023-11-29T19:14:16.029Z | Documenting topological-sort v0.2.2 |
2863 | 2023-11-29T19:14:18.902Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2864 | 2023-11-29T19:14:19.301Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2865 | 2023-11-29T19:14:22.008Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2866 | 2023-11-29T19:14:23.063Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2867 | 2023-11-29T19:14:42.742Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2868 | 2023-11-29T19:14:45.289Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2869 | 2023-11-29T19:14:45.289Z | --> sled-agent/src/sim/instance.rs:46:7 |
2870 | 2023-11-29T19:14:45.289Z | | |
2871 | 2023-11-29T19:14:45.289Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2872 | 2023-11-29T19:14:45.289Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2873 | 2023-11-29T19:14:45.289Z | | |
2874 | 2023-11-29T19:14:45.289Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2875 | 2023-11-29T19:14:45.289Z | |
2876 | 2023-11-29T19:14:49.248Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2877 | 2023-11-29T19:15:01.824Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2878 | 2023-11-29T19:15:08.245Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2879 | 2023-11-29T19:15:23.977Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2880 | 2023-11-29T19:15:30.084Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2881 | 2023-11-29T19:15:32.602Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2882 | 2023-11-29T19:15:45.749Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2883 | 2023-11-29T19:16:10.013Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2884 | 2023-11-29T19:17:07.759Z | warning: unresolved link to `VolumeConstructionRequest` |
2885 | 2023-11-29T19:17:07.759Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2886 | 2023-11-29T19:17:07.759Z | | |
2887 | 2023-11-29T19:17:07.759Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2888 | 2023-11-29T19:17:07.759Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2889 | 2023-11-29T19:17:07.759Z | | |
2890 | 2023-11-29T19:17:07.759Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2891 | 2023-11-29T19:17:07.759Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2892 | 2023-11-29T19:17:07.759Z | |
2893 | 2023-11-29T19:17:07.765Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2894 | 2023-11-29T19:17:07.765Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2895 | 2023-11-29T19:17:07.766Z | | |
2896 | 2023-11-29T19:17:07.766Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2897 | 2023-11-29T19:17:07.766Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2898 | 2023-11-29T19:17:07.766Z | |
2899 | 2023-11-29T19:17:07.766Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2900 | 2023-11-29T19:17:07.766Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2901 | 2023-11-29T19:17:07.766Z | | |
2902 | 2023-11-29T19:17:07.766Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2903 | 2023-11-29T19:17:07.766Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2904 | 2023-11-29T19:17:07.766Z | |
2905 | 2023-11-29T19:17:07.766Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2906 | 2023-11-29T19:17:07.766Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2907 | 2023-11-29T19:17:07.766Z | | |
2908 | 2023-11-29T19:17:07.766Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2909 | 2023-11-29T19:17:07.766Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2910 | 2023-11-29T19:17:07.766Z | |
2911 | 2023-11-29T19:17:07.766Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2912 | 2023-11-29T19:17:07.766Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2913 | 2023-11-29T19:17:07.766Z | | |
2914 | 2023-11-29T19:17:07.766Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2915 | 2023-11-29T19:17:07.766Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2916 | 2023-11-29T19:17:07.766Z | |
2917 | 2023-11-29T19:17:07.766Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2918 | 2023-11-29T19:17:07.766Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2919 | 2023-11-29T19:17:07.766Z | | |
2920 | 2023-11-29T19:17:07.766Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2921 | 2023-11-29T19:17:07.766Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2922 | 2023-11-29T19:17:07.766Z | |
2923 | 2023-11-29T19:17:07.766Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2924 | 2023-11-29T19:17:07.766Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2925 | 2023-11-29T19:17:07.766Z | | |
2926 | 2023-11-29T19:17:07.766Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2927 | 2023-11-29T19:17:07.766Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2928 | 2023-11-29T19:17:07.766Z | |
2929 | 2023-11-29T19:17:11.090Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2930 | 2023-11-29T19:17:46.978Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 02s |
2931 | 2023-11-29T19:17:47.087Z | |
2932 | 2023-11-29T19:17:47.097Z | real 16:02.762952789 |
2933 | 2023-11-29T19:17:47.097Z | user 51:34.838728667 |
2934 | 2023-11-29T19:17:47.097Z | sys 1:00:33.460370783 |
2935 | 2023-11-29T19:17:47.098Z | trap 1.748501654 |
2936 | 2023-11-29T19:17:47.098Z | tflt 0.681729030 |
2937 | 2023-11-29T19:17:47.098Z | dflt 0.447293750 |
2938 | 2023-11-29T19:17:47.098Z | kflt 0.000151407 |
2939 | 2023-11-29T19:17:47.098Z | lock 3:05:00.830635011 |
2940 | 2023-11-29T19:17:47.098Z | slp 4:02:23.070984466 |
2941 | 2023-11-29T19:17:47.098Z | lat 5:13.199066708 |
2942 | 2023-11-29T19:17:47.098Z | stop 1:22.257520477 |
2943 | 2023-11-29T19:17:47.098Z | process exited: duration 1774210 ms, exit code 0 |
|
2944 | 2023-11-29T19:17:47.115Z | found 0 output files |