|
|
|
1 | 2023-12-06T19:36:40.966Z | job assigned to worker 01HH0A19RW27ZSPR826SJZ3PTH (queued for 1 m 29 s) |
|
2 | 2023-12-06T19:36:41.296Z | starting task 0: "setup" |
3 | 2023-12-06T19:36:42.580Z | ++ uname -s |
4 | 2023-12-06T19:36:42.600Z | + kern=SunOS |
5 | 2023-12-06T19:36:42.602Z | + case "$kern" in |
6 | 2023-12-06T19:36:42.602Z | + groupadd -g 12345 build |
7 | 2023-12-06T19:36:42.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-06T19:36:43.384Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-06T19:36:43.483Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-06T19:36:43.496Z | + home_fs=zfs |
11 | 2023-12-06T19:36:43.497Z | + [[ zfs == autofs ]] |
12 | 2023-12-06T19:36:43.497Z | + mkdir -p /home/build |
13 | 2023-12-06T19:36:43.497Z | + chown build:build /home/build /work |
14 | 2023-12-06T19:36:45.502Z | + chmod 0700 /home/build /work |
15 | 2023-12-06T19:36:45.568Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2023-12-06T19:36:45.622Z | starting task 1: "rust-toolchain" |
17 | 2023-12-06T19:36:45.640Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-06T19:36:45.640Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-06T19:36:45.771Z | info: downloading installer |
20 | 2023-12-06T19:36:47.996Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-06T19:36:47.997Z | warning: /opt/ooce/bin |
22 | 2023-12-06T19:36:47.997Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-06T19:36:47.997Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-06T19:36:47.997Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-06T19:36:47.998Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-06T19:36:47.998Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-06T19:36:47.998Z | error: cannot install while Rust is installed |
28 | 2023-12-06T19:36:47.998Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-06T19:36:48.046Z | info: profile set to 'default' |
30 | 2023-12-06T19:36:48.046Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-06T19:36:48.065Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-06T19:36:48.723Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-06T19:36:48.724Z | info: downloading component 'cargo' |
34 | 2023-12-06T19:36:49.180Z | info: downloading component 'clippy' |
35 | 2023-12-06T19:36:49.300Z | info: downloading component 'rust-docs' |
36 | 2023-12-06T19:36:50.294Z | info: downloading component 'rust-std' |
37 | 2023-12-06T19:36:52.099Z | info: downloading component 'rustc' |
38 | 2023-12-06T19:36:56.321Z | info: downloading component 'rustfmt' |
39 | 2023-12-06T19:36:56.551Z | info: installing component 'cargo' |
40 | 2023-12-06T19:36:58.430Z | info: installing component 'clippy' |
41 | 2023-12-06T19:36:59.234Z | info: installing component 'rust-docs' |
42 | 2023-12-06T19:37:01.957Z | info: installing component 'rust-std' |
43 | 2023-12-06T19:37:06.020Z | info: installing component 'rustc' |
44 | 2023-12-06T19:37:15.207Z | info: installing component 'rustfmt' |
45 | 2023-12-06T19:37:15.692Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-06T19:37:15.693Z | |
47 | 2023-12-06T19:37:15.844Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-06T19:37:15.844Z | |
49 | 2023-12-06T19:37:15.848Z | |
50 | 2023-12-06T19:37:15.849Z | Rust is installed now. Great! |
51 | 2023-12-06T19:37:15.849Z | |
52 | 2023-12-06T19:37:15.849Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-06T19:37:15.849Z | environment variable. This has not been done automatically. |
54 | 2023-12-06T19:37:15.852Z | |
55 | 2023-12-06T19:37:15.852Z | To configure your current shell, run: |
56 | 2023-12-06T19:37:15.852Z | source "$HOME/.cargo/env" |
57 | 2023-12-06T19:37:15.940Z | + rustc --version |
58 | 2023-12-06T19:37:16.064Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-06T19:37:16.155Z | process exited: duration 30453 ms, exit code 0 |
|
60 | 2023-12-06T19:37:16.189Z | starting task 2: "authentication" |
61 | 2023-12-06T19:37:16.225Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-12-06T19:37:16.233Z | starting task 3: "clone repository" |
63 | 2023-12-06T19:37:16.240Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-06T19:37:16.243Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-06T19:37:16.320Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-06T19:37:23.877Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-06T19:37:23.883Z | + [[ -n bugfix-issue-4589 ]] |
68 | 2023-12-06T19:37:23.884Z | + git fetch origin bugfix-issue-4589 |
69 | 2023-12-06T19:37:24.197Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-06T19:37:24.197Z | * branch bugfix-issue-4589 -> FETCH_HEAD |
71 | 2023-12-06T19:37:24.206Z | + git checkout -B bugfix-issue-4589 remotes/origin/bugfix-issue-4589 |
72 | 2023-12-06T19:37:24.319Z | Switched to a new branch 'bugfix-issue-4589' |
73 | 2023-12-06T19:37:24.323Z | branch 'bugfix-issue-4589' set up to track 'origin/bugfix-issue-4589'. |
74 | 2023-12-06T19:37:24.323Z | + git reset --hard feeaad65f69bcbeec262090a7760ba3276eb67b7 |
75 | 2023-12-06T19:37:24.541Z | HEAD is now at feeaad65 bump dendrite |
76 | 2023-12-06T19:37:24.548Z | process exited: duration 8250 ms, exit code 0 |
|
77 | 2023-12-06T19:37:24.560Z | starting task 4: "build" |
78 | 2023-12-06T19:37:24.567Z | + cargo --version |
79 | 2023-12-06T19:37:24.586Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-06T19:37:24.785Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-06T19:37:25.201Z | info: downloading component 'cargo' |
82 | 2023-12-06T19:37:26.069Z | info: downloading component 'clippy' |
83 | 2023-12-06T19:37:26.087Z | info: downloading component 'rust-docs' |
84 | 2023-12-06T19:37:28.181Z | info: downloading component 'rust-std' |
85 | 2023-12-06T19:37:28.637Z | info: downloading component 'rustc' |
86 | 2023-12-06T19:37:32.916Z | info: downloading component 'rustfmt' |
87 | 2023-12-06T19:37:33.162Z | info: installing component 'cargo' |
88 | 2023-12-06T19:37:34.545Z | info: installing component 'clippy' |
89 | 2023-12-06T19:37:34.943Z | info: installing component 'rust-docs' |
90 | 2023-12-06T19:37:37.703Z | info: installing component 'rust-std' |
91 | 2023-12-06T19:37:40.367Z | info: installing component 'rustc' |
92 | 2023-12-06T19:37:46.546Z | info: installing component 'rustfmt' |
93 | 2023-12-06T19:37:47.057Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-06T19:37:47.077Z | + rustc --version |
95 | 2023-12-06T19:37:47.218Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-06T19:37:47.251Z | + source ./env.sh |
97 | 2023-12-06T19:37:47.251Z | ++ set -o xtrace |
98 | 2023-12-06T19:37:47.251Z | ++++ dirname ./env.sh |
99 | 2023-12-06T19:37:47.251Z | +++ cd . |
100 | 2023-12-06T19:37:47.251Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-06T19:37:47.251Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-06T19:37:47.251Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-06T19:37:47.251Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-06T19:37:47.251Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-06T19:37:47.255Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-06T19:37:47.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-12-06T19:37:47.255Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-06T19:37:47.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-12-06T19:37:47.255Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-06T19:37:47.255Z | ++ unset OMICRON_WS |
111 | 2023-12-06T19:37:47.255Z | ++ set +o xtrace |
112 | 2023-12-06T19:37:47.281Z | |
113 | 2023-12-06T19:37:47.282Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-06T19:37:47.282Z | # # # # # # # # # # # # # # # |
115 | 2023-12-06T19:37:47.282Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-06T19:37:47.282Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-06T19:37:47.282Z | # # # # # # # # # # # # # # # |
118 | 2023-12-06T19:37:47.283Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-06T19:37:47.283Z | |
120 | 2023-12-06T19:37:56.037Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-06T19:37:57.251Z | Startup: Caching catalogs ... Done |
122 | 2023-12-06T19:38:03.763Z | Planning: Solver setup ... Done (6.121s) |
123 | 2023-12-06T19:38:03.930Z | Planning: Running solver ... Done (0.147s) |
124 | 2023-12-06T19:38:03.981Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-06T19:38:03.995Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-06T19:38:04.364Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-06T19:38:04.379Z | Planning: Package planning ... Done (0.090s) |
128 | 2023-12-06T19:38:04.456Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-06T19:38:05.320Z | Planning: Checking for conflicting actions ... Done (0.870s) |
130 | 2023-12-06T19:38:05.518Z | Planning: Consolidating action changes ... Done (0.019s) |
131 | 2023-12-06T19:38:09.350Z | Planning: Evaluating mediators ... Done (4.010s) |
132 | 2023-12-06T19:38:09.461Z | Planning: Planning completed in 12.16 seconds |
133 | 2023-12-06T19:38:09.484Z | Packages to install: 4 |
134 | 2023-12-06T19:38:09.490Z | Packages to update: 2 |
135 | 2023-12-06T19:38:09.490Z | Mediators to change: 2 |
136 | 2023-12-06T19:38:09.490Z | Services to change: 1 |
137 | 2023-12-06T19:38:09.490Z | Estimated space available: 148.88 GB |
138 | 2023-12-06T19:38:09.490Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-06T19:38:09.490Z | Create boot environment: No |
140 | 2023-12-06T19:38:09.490Z | Create backup boot environment: Yes |
141 | 2023-12-06T19:38:09.491Z | Rebuild boot archive: No |
142 | 2023-12-06T19:38:09.491Z | |
143 | 2023-12-06T19:38:09.491Z | Changed mediators: |
144 | 2023-12-06T19:38:09.491Z | mediator clang: |
145 | 2023-12-06T19:38:09.491Z | version: None -> 15 (system default) |
146 | 2023-12-06T19:38:09.491Z | |
147 | 2023-12-06T19:38:09.491Z | mediator llvm: |
148 | 2023-12-06T19:38:09.491Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-06T19:38:09.491Z | |
150 | 2023-12-06T19:38:09.491Z | Changed packages: |
151 | 2023-12-06T19:38:09.491Z | helios-dev |
152 | 2023-12-06T19:38:09.491Z | developer/build-essential |
153 | 2023-12-06T19:38:09.491Z | None -> 11-2.0 |
154 | 2023-12-06T19:38:09.492Z | library/libxmlsec1 |
155 | 2023-12-06T19:38:09.492Z | None -> 1.2.35-2.0 |
156 | 2023-12-06T19:38:09.493Z | ooce/developer/clang-15 |
157 | 2023-12-06T19:38:09.493Z | None -> 15.0.7-2.0 |
158 | 2023-12-06T19:38:09.494Z | ooce/developer/llvm-15 |
159 | 2023-12-06T19:38:09.494Z | None -> 15.0.7-2.0 |
160 | 2023-12-06T19:38:09.494Z | system/library/g++-runtime |
161 | 2023-12-06T19:38:09.494Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-06T19:38:09.494Z | system/library/gcc-runtime |
163 | 2023-12-06T19:38:09.494Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-06T19:38:09.494Z | |
165 | 2023-12-06T19:38:09.494Z | Services: |
166 | 2023-12-06T19:38:09.494Z | restart_fmri: |
167 | 2023-12-06T19:38:09.494Z | svc:/system/update-man-index:default |
168 | 2023-12-06T19:38:09.734Z | |
169 | 2023-12-06T19:38:09.734Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-06T19:38:14.735Z | Download: 415/3330 items 16.9/221.1MB 7% complete (3.6M/s) |
171 | 2023-12-06T19:38:19.729Z | Download: 991/3330 items 19.4/221.1MB 8% complete (2.0M/s) |
172 | 2023-12-06T19:38:24.929Z | Download: 1195/3330 items 83.5/221.1MB 37% complete (6.6M/s) |
173 | 2023-12-06T19:38:29.939Z | Download: 1838/3330 items 118.4/221.1MB 53% complete (9.9M/s) |
174 | 2023-12-06T19:38:35.378Z | Download: 2220/3330 items 119.2/221.1MB 53% complete (3.9M/s) |
175 | 2023-12-06T19:38:40.374Z | Download: 2344/3330 items 119.7/221.1MB 54% complete (113k/s) |
176 | 2023-12-06T19:38:45.381Z | Download: 3167/3330 items 151.4/221.1MB 68% complete (3.1M/s) |
177 | 2023-12-06T19:38:53.685Z | Download: 3247/3330 items 203.1/221.1MB 91% complete (11.0M/s) |
178 | 2023-12-06T19:39:00.813Z | Download: 3287/3330 items 211.5/221.1MB 95% complete (4.9M/s) |
179 | 2023-12-06T19:39:02.215Z | Download: Completed 221.11 MB in 52.42 seconds (4.2M/s) |
180 | 2023-12-06T19:39:04.150Z | Actions: 1/3766 actions (Removing old actions) |
181 | 2023-12-06T19:39:04.150Z | Actions: 5/3766 actions (Installing new actions) |
182 | 2023-12-06T19:39:09.393Z | Actions: 2587/3766 actions (Installing new actions) |
183 | 2023-12-06T19:39:12.415Z | Actions: 3729/3766 actions (Updating modified actions) |
184 | 2023-12-06T19:39:13.134Z | Actions: Completed 3766 actions in 9.01 seconds. |
185 | 2023-12-06T19:39:13.330Z | Done (0.186s) |
186 | 2023-12-06T19:39:13.342Z | Done (0.000s) |
187 | 2023-12-06T19:39:13.591Z | Done (0.262s) |
188 | 2023-12-06T19:39:21.111Z | Done (7.403s) |
189 | 2023-12-06T19:39:21.427Z | Done (0.210s) |
190 | 2023-12-06T19:39:21.446Z | Done (0.000s) |
191 | 2023-12-06T19:39:21.635Z | Done (0.000s) |
192 | 2023-12-06T19:39:22.334Z | Planning: Evaluating mediator changes ... Done |
193 | 2023-12-06T19:39:22.606Z | Planning: Checking for conflicting actions ... Done |
194 | 2023-12-06T19:39:22.609Z | Planning: Consolidating action changes ... Done |
195 | 2023-12-06T19:39:23.049Z | Planning: Evaluating mediators ... Done |
196 | 2023-12-06T19:39:23.070Z | Planning: Planning completed in 0.71 seconds |
197 | 2023-12-06T19:39:23.098Z | Mediators to change: 2 |
198 | 2023-12-06T19:39:23.098Z | Create boot environment: No |
199 | 2023-12-06T19:39:23.098Z | Create backup boot environment: No |
200 | 2023-12-06T19:39:23.204Z | Done |
201 | 2023-12-06T19:39:23.205Z | Done |
202 | 2023-12-06T19:39:23.415Z | Done |
203 | 2023-12-06T19:39:29.099Z | Done |
204 | 2023-12-06T19:39:29.230Z | Done |
205 | 2023-12-06T19:39:29.235Z | Done |
206 | 2023-12-06T19:39:30.562Z | Done |
207 | 2023-12-06T19:39:30.587Z | Planning: Evaluating mediator changes ... Done |
208 | 2023-12-06T19:39:30.587Z | Planning: Merging actions ... Done |
209 | 2023-12-06T19:39:31.013Z | Planning: Checking for conflicting actions ... Done |
210 | 2023-12-06T19:39:31.013Z | Planning: Consolidating action changes ... Done |
211 | 2023-12-06T19:39:31.068Z | Planning: Evaluating mediators ... Done |
212 | 2023-12-06T19:39:31.157Z | Planning: Planning completed in 1.28 seconds |
213 | 2023-12-06T19:39:31.220Z | Packages to change: 1 |
214 | 2023-12-06T19:39:31.226Z | Mediators to change: 1 |
215 | 2023-12-06T19:39:31.226Z | Services to change: 1 |
216 | 2023-12-06T19:39:31.226Z | Create boot environment: No |
217 | 2023-12-06T19:39:31.226Z | Create backup boot environment: Yes |
218 | 2023-12-06T19:39:33.231Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2023-12-06T19:39:33.244Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2023-12-06T19:39:33.244Z | Done |
221 | 2023-12-06T19:39:33.244Z | Done |
222 | 2023-12-06T19:39:33.302Z | Done |
223 | 2023-12-06T19:39:38.938Z | Done |
224 | 2023-12-06T19:39:39.136Z | Done |
225 | 2023-12-06T19:39:39.142Z | Done |
226 | 2023-12-06T19:39:39.164Z | Done |
227 | 2023-12-06T19:39:39.878Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2023-12-06T19:39:39.878Z | clang system 15 system |
229 | 2023-12-06T19:39:39.878Z | csh system system illumos |
230 | 2023-12-06T19:39:39.880Z | ctags system system illumos |
231 | 2023-12-06T19:39:39.880Z | gcc vendor 12 vendor |
232 | 2023-12-06T19:39:39.881Z | gcc system 10 system |
233 | 2023-12-06T19:39:39.881Z | gcc system 7 system |
234 | 2023-12-06T19:39:39.881Z | go system 1.20 system |
235 | 2023-12-06T19:39:39.881Z | go system 1.19 system |
236 | 2023-12-06T19:39:39.881Z | llvm system 15 system |
237 | 2023-12-06T19:39:39.881Z | llvm system 14 system |
238 | 2023-12-06T19:39:39.881Z | mariadb system 10.6 system |
239 | 2023-12-06T19:39:39.881Z | mta vendor vendor dma |
240 | 2023-12-06T19:39:39.881Z | openjdk system 17 system |
241 | 2023-12-06T19:39:39.882Z | openjdk system 11 system |
242 | 2023-12-06T19:39:39.882Z | openjdk system 1.8 system |
243 | 2023-12-06T19:39:39.882Z | openssl vendor 3 vendor |
244 | 2023-12-06T19:39:39.882Z | perl system 5.36 system |
245 | 2023-12-06T19:39:39.882Z | postgresql system 15 system |
246 | 2023-12-06T19:39:39.882Z | postgresql system 13 system |
247 | 2023-12-06T19:39:39.882Z | python vendor 3 vendor |
248 | 2023-12-06T19:39:39.882Z | python system 2 system |
249 | 2023-12-06T19:39:39.883Z | python3 system 3.11 system |
250 | 2023-12-06T19:39:39.883Z | ruby system 3.0 system |
251 | 2023-12-06T19:39:39.883Z | words vendor vendor american-english |
252 | 2023-12-06T19:39:39.883Z | words system system australian-english |
253 | 2023-12-06T19:39:39.883Z | words system system british-english |
254 | 2023-12-06T19:39:39.884Z | words system system canadian-english |
255 | 2023-12-06T19:39:39.884Z | words system system french |
256 | 2023-12-06T19:39:39.886Z | words system system italian |
257 | 2023-12-06T19:39:39.887Z | words system system ngerman |
258 | 2023-12-06T19:39:39.887Z | words system system ogerman |
259 | 2023-12-06T19:39:39.887Z | words system system spanish |
260 | 2023-12-06T19:39:40.350Z | FMRI IFO |
261 | 2023-12-06T19:39:40.351Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2023-12-06T19:39:40.351Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2023-12-06T19:39:40.351Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2023-12-06T19:39:40.351Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
265 | 2023-12-06T19:39:40.351Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2023-12-06T19:39:40.352Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
267 | 2023-12-06T19:39:40.353Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
268 | 2023-12-06T19:39:40.353Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
269 | 2023-12-06T19:39:40.533Z | + set -o errexit |
270 | 2023-12-06T19:39:49.213Z | +++ dirname ./tools/ci_download_cockroachdb |
271 | 2023-12-06T19:39:49.213Z | ++ cd ./tools |
272 | 2023-12-06T19:39:49.214Z | ++ pwd |
273 | 2023-12-06T19:39:49.214Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
274 | 2023-12-06T19:39:49.214Z | ++ basename ./tools/ci_download_cockroachdb |
275 | 2023-12-06T19:39:49.214Z | + ARG0=ci_download_cockroachdb |
276 | 2023-12-06T19:39:49.214Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
277 | 2023-12-06T19:39:49.214Z | + CIDL_VERSION=v22.1.9 |
278 | 2023-12-06T19:39:49.214Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
279 | 2023-12-06T19:39:49.214Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
280 | 2023-12-06T19:39:49.214Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
281 | 2023-12-06T19:39:49.214Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
282 | 2023-12-06T19:39:49.214Z | + TARGET_DIR=out |
283 | 2023-12-06T19:39:49.214Z | + DOWNLOAD_DIR=out/downloads |
284 | 2023-12-06T19:39:49.214Z | + DEST_DIR=./out/cockroachdb |
285 | 2023-12-06T19:39:49.214Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
286 | 2023-12-06T19:39:49.214Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
287 | 2023-12-06T19:39:49.214Z | + main |
288 | 2023-12-06T19:39:49.214Z | + [[ 0 != 0 ]] |
289 | 2023-12-06T19:39:49.215Z | + CIDL_OS=solaris2.11 |
290 | 2023-12-06T19:39:49.215Z | + [[ 0 != 0 ]] |
291 | 2023-12-06T19:39:49.215Z | + configure_os solaris2.11 |
292 | 2023-12-06T19:39:49.215Z | + echo 'current directory: /work/oxidecomputer/omicron' |
293 | 2023-12-06T19:39:49.215Z | current directory: /work/oxidecomputer/omicron |
294 | 2023-12-06T19:39:49.215Z | configuring based on OS: "solaris2.11" |
295 | 2023-12-06T19:39:49.215Z | + echo 'configuring based on OS: "solaris2.11"' |
296 | 2023-12-06T19:39:49.215Z | + case "$1" in |
297 | 2023-12-06T19:39:49.215Z | + CIDL_BUILD=illumos |
298 | 2023-12-06T19:39:49.215Z | + CIDL_SUFFIX=tar.gz |
299 | 2023-12-06T19:39:49.215Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-06T19:39:49.215Z | + CIDL_MD5FUNC=do_md5sum |
301 | 2023-12-06T19:39:49.215Z | + CIDL_URL_BASE=https://illumos.org/downloads |
302 | 2023-12-06T19:39:49.215Z | + CIDL_ASSEMBLE=do_assemble_illumos |
303 | 2023-12-06T19:39:49.215Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
304 | 2023-12-06T19:39:49.215Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-06T19:39:49.215Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-06T19:39:49.215Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
307 | 2023-12-06T19:39:49.215Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-06T19:39:49.216Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2023-12-06T19:39:49.216Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-06T19:39:49.216Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-06T19:39:49.216Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
312 | 2023-12-06T19:39:49.216Z | + mkdir -p out/downloads |
313 | 2023-12-06T19:39:49.216Z | + mkdir -p ./out/cockroachdb |
314 | 2023-12-06T19:39:49.217Z | + local DO_DOWNLOAD=true |
315 | 2023-12-06T19:39:49.217Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
316 | 2023-12-06T19:39:49.217Z | + '[' true == true ']' |
317 | 2023-12-06T19:39:49.217Z | + echo Downloading... |
318 | 2023-12-06T19:39:49.217Z | Downloading... |
319 | 2023-12-06T19:39:49.217Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2023-12-06T19:39:49.217Z | + 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 |
321 | 2023-12-06T19:39:49.680Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2023-12-06T19:39:49.849Z | ++ md5sum |
323 | 2023-12-06T19:39:49.851Z | ++ awk '{print $1}' |
324 | 2023-12-06T19:39:49.889Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
325 | 2023-12-06T19:39:49.889Z | + [[ 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 ]] |
326 | 2023-12-06T19:39:49.890Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2023-12-06T19:39:49.890Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
328 | 2023-12-06T19:39:53.050Z | + do_assemble_illumos |
329 | 2023-12-06T19:39:53.050Z | + rm -r ./out/cockroachdb |
330 | 2023-12-06T19:39:53.068Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
331 | 2023-12-06T19:39:53.722Z | + ./out/cockroachdb/bin/cockroach version |
332 | 2023-12-06T19:39:54.013Z | Build Tag: v22.1.9-dirty |
333 | 2023-12-06T19:39:54.013Z | Build Time: 2022/10/26 21:17:46 |
334 | 2023-12-06T19:39:54.013Z | Distribution: OSS |
335 | 2023-12-06T19:39:54.013Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
336 | 2023-12-06T19:39:54.013Z | Go Version: go1.17.13 |
337 | 2023-12-06T19:39:54.013Z | C Compiler: gcc 10.3.0 |
338 | 2023-12-06T19:39:54.013Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
339 | 2023-12-06T19:39:54.014Z | Build Type: release |
340 | 2023-12-06T19:39:54.057Z | + set -o errexit |
341 | 2023-12-06T19:39:54.071Z | +++ dirname ./tools/ci_download_clickhouse |
342 | 2023-12-06T19:39:54.072Z | ++ cd ./tools |
343 | 2023-12-06T19:39:54.072Z | ++ pwd |
344 | 2023-12-06T19:39:54.072Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
345 | 2023-12-06T19:39:54.072Z | ++ basename ./tools/ci_download_clickhouse |
346 | 2023-12-06T19:39:54.072Z | + ARG0=ci_download_clickhouse |
347 | 2023-12-06T19:39:54.072Z | + TARGET_DIR=out |
348 | 2023-12-06T19:39:54.072Z | + DOWNLOAD_DIR=out/downloads |
349 | 2023-12-06T19:39:54.072Z | + DEST_DIR=./out/clickhouse |
350 | 2023-12-06T19:39:54.072Z | + CIDL_VERSION=v22.8.9.24 |
351 | 2023-12-06T19:39:54.072Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
352 | 2023-12-06T19:39:54.072Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
353 | 2023-12-06T19:39:54.073Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
354 | 2023-12-06T19:39:54.073Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-12-06T19:39:54.073Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
356 | 2023-12-06T19:39:54.073Z | + main |
357 | 2023-12-06T19:39:54.073Z | + [[ 0 != 0 ]] |
358 | 2023-12-06T19:39:54.073Z | + CIDL_OS=solaris2.11 |
359 | 2023-12-06T19:39:54.073Z | + [[ 0 != 0 ]] |
360 | 2023-12-06T19:39:54.073Z | + configure_os solaris2.11 |
361 | 2023-12-06T19:39:54.073Z | + echo 'current directory: /work/oxidecomputer/omicron' |
362 | 2023-12-06T19:39:54.073Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2023-12-06T19:39:54.073Z | current directory: /work/oxidecomputer/omicron |
364 | 2023-12-06T19:39:54.074Z | configuring based on OS: "solaris2.11" |
365 | 2023-12-06T19:39:54.074Z | + CIDL_DASHREV= |
366 | 2023-12-06T19:39:54.074Z | + case "$1" in |
367 | 2023-12-06T19:39:54.075Z | + CIDL_PLATFORM=illumos |
368 | 2023-12-06T19:39:54.075Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
369 | 2023-12-06T19:39:54.075Z | + CIDL_MD5FUNC=do_md5sum |
370 | 2023-12-06T19:39:54.075Z | + CIDL_DASHREV=-1 |
371 | 2023-12-06T19:39:54.075Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
372 | 2023-12-06T19:39:54.075Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-06T19:39:54.075Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-06T19:39:54.075Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-06T19:39:54.075Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
376 | 2023-12-06T19:39:54.075Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-06T19:39:54.075Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
378 | 2023-12-06T19:39:54.075Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-12-06T19:39:54.075Z | + mkdir -p out/downloads |
380 | 2023-12-06T19:39:54.076Z | + mkdir -p ./out/clickhouse |
381 | 2023-12-06T19:39:54.076Z | + local DO_DOWNLOAD=true |
382 | 2023-12-06T19:39:54.076Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
383 | 2023-12-06T19:39:54.076Z | + '[' true == true ']' |
384 | 2023-12-06T19:39:54.076Z | + echo Downloading... |
385 | 2023-12-06T19:39:54.076Z | Downloading... |
386 | 2023-12-06T19:39:54.077Z | + 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 |
387 | 2023-12-06T19:39:54.077Z | + 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 |
388 | 2023-12-06T19:39:56.485Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
389 | 2023-12-06T19:39:56.489Z | ++ md5sum |
390 | 2023-12-06T19:39:56.489Z | ++ awk '{print $1}' |
391 | 2023-12-06T19:39:56.746Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
392 | 2023-12-06T19:39:56.746Z | + [[ 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 ]] |
393 | 2023-12-06T19:39:56.746Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
394 | 2023-12-06T19:39:56.750Z | + mkdir -p ./out/clickhouse |
395 | 2023-12-06T19:39:56.750Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
396 | 2023-12-06T19:40:01.525Z | + ./out/clickhouse/clickhouse server --version |
397 | 2023-12-06T19:40:01.578Z | ClickHouse server version 22.8.9.1. |
398 | 2023-12-06T19:40:01.607Z | + set -o errexit |
399 | 2023-12-06T19:40:01.620Z | +++ dirname ./tools/ci_download_console |
400 | 2023-12-06T19:40:01.620Z | ++ cd ./tools |
401 | 2023-12-06T19:40:01.620Z | ++ pwd |
402 | 2023-12-06T19:40:01.620Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
403 | 2023-12-06T19:40:01.620Z | ++ basename ./tools/ci_download_console |
404 | 2023-12-06T19:40:01.621Z | + ARG0=ci_download_console |
405 | 2023-12-06T19:40:01.621Z | + TARGET_DIR=out |
406 | 2023-12-06T19:40:01.621Z | + DOWNLOAD_DIR=out/downloads |
407 | 2023-12-06T19:40:01.621Z | + DEST_DIR=./out/console-assets |
408 | 2023-12-06T19:40:01.621Z | + source /work/oxidecomputer/omicron/tools/console_version |
409 | 2023-12-06T19:40:01.621Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
410 | 2023-12-06T19:40:01.621Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
411 | 2023-12-06T19:40:01.621Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-12-06T19:40:01.621Z | + TARBALL_FILE=out/downloads/console.tar.gz |
413 | 2023-12-06T19:40:01.621Z | + main |
414 | 2023-12-06T19:40:01.622Z | + [[ 0 != 0 ]] |
415 | 2023-12-06T19:40:01.622Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
416 | 2023-12-06T19:40:01.622Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
417 | 2023-12-06T19:40:01.622Z | + echo 'Local file: out/downloads/console.tar.gz' |
418 | 2023-12-06T19:40:01.622Z | Local file: out/downloads/console.tar.gz |
419 | 2023-12-06T19:40:01.622Z | + local DO_DOWNLOAD=true |
420 | 2023-12-06T19:40:01.622Z | + [[ -f out/downloads/console.tar.gz ]] |
421 | 2023-12-06T19:40:01.623Z | + mkdir -p out/downloads |
422 | 2023-12-06T19:40:01.623Z | + '[' true == true ']' |
423 | 2023-12-06T19:40:01.623Z | + echo Downloading... |
424 | 2023-12-06T19:40:01.623Z | Downloading... |
425 | 2023-12-06T19:40:01.623Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
426 | 2023-12-06T19:40:01.623Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
427 | 2023-12-06T19:40:02.306Z | ++ do_sha256sum out/downloads/console.tar.gz |
428 | 2023-12-06T19:40:02.324Z | ++ case "$OSTYPE" in |
429 | 2023-12-06T19:40:02.324Z | ++ SHA=sha256sum |
430 | 2023-12-06T19:40:02.324Z | ++ sha256sum |
431 | 2023-12-06T19:40:02.324Z | ++ awk '{print $1}' |
432 | 2023-12-06T19:40:02.333Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
433 | 2023-12-06T19:40:02.333Z | + [[ 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 ]] |
434 | 2023-12-06T19:40:02.348Z | + rm -rf ./out/console-assets |
435 | 2023-12-06T19:40:02.348Z | + mkdir -p ./out/console-assets |
436 | 2023-12-06T19:40:02.349Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
437 | 2023-12-06T19:40:02.349Z | + mkdir -p ./out/console-assets |
438 | 2023-12-06T19:40:02.349Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
439 | 2023-12-06T19:40:02.483Z | + set -o errexit |
440 | 2023-12-06T19:40:02.487Z | +++ dirname ./tools/ci_download_maghemite_openapi |
441 | 2023-12-06T19:40:02.487Z | ++ cd ./tools |
442 | 2023-12-06T19:40:02.487Z | ++ pwd |
443 | 2023-12-06T19:40:02.487Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
444 | 2023-12-06T19:40:02.493Z | ++ basename ./tools/ci_download_maghemite_openapi |
445 | 2023-12-06T19:40:02.493Z | + ARG0=ci_download_maghemite_openapi |
446 | 2023-12-06T19:40:02.493Z | + TARGET_DIR=out |
447 | 2023-12-06T19:40:02.493Z | + DOWNLOAD_DIR=out/downloads |
448 | 2023-12-06T19:40:02.494Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
449 | 2023-12-06T19:40:02.494Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
450 | 2023-12-06T19:40:02.494Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
451 | 2023-12-06T19:40:02.494Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
452 | 2023-12-06T19:40:02.494Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-12-06T19:40:02.494Z | + main |
454 | 2023-12-06T19:40:02.494Z | + [[ 0 != 0 ]] |
455 | 2023-12-06T19:40:02.494Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
456 | 2023-12-06T19:40:02.495Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
457 | 2023-12-06T19:40:02.495Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
458 | 2023-12-06T19:40:02.495Z | + local DO_DOWNLOAD=true |
459 | 2023-12-06T19:40:02.495Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-12-06T19:40:02.495Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
461 | 2023-12-06T19:40:02.495Z | + mkdir -p out/downloads |
462 | 2023-12-06T19:40:02.502Z | + '[' true == true ']' |
463 | 2023-12-06T19:40:02.502Z | + echo Downloading... |
464 | 2023-12-06T19:40:02.502Z | Downloading... |
465 | 2023-12-06T19:40:02.502Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
466 | 2023-12-06T19:40:02.503Z | + 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 |
467 | 2023-12-06T19:40:02.659Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
468 | 2023-12-06T19:40:02.659Z | ++ case "$OSTYPE" in |
469 | 2023-12-06T19:40:02.663Z | ++ SHA=sha256sum |
470 | 2023-12-06T19:40:02.663Z | ++ sha256sum |
471 | 2023-12-06T19:40:02.663Z | ++ awk '{print $1}' |
472 | 2023-12-06T19:40:02.667Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
473 | 2023-12-06T19:40:02.667Z | + [[ 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 ]] |
474 | 2023-12-06T19:40:02.668Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
475 | 2023-12-06T19:40:02.668Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
476 | 2023-12-06T19:40:02.668Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
477 | 2023-12-06T19:40:02.668Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
478 | 2023-12-06T19:40:02.668Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
479 | 2023-12-06T19:40:02.668Z | + main |
480 | 2023-12-06T19:40:02.669Z | + [[ 0 != 0 ]] |
481 | 2023-12-06T19:40:02.669Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
482 | 2023-12-06T19:40:02.669Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
483 | 2023-12-06T19:40:02.669Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
484 | 2023-12-06T19:40:02.669Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
485 | 2023-12-06T19:40:02.669Z | + local DO_DOWNLOAD=true |
486 | 2023-12-06T19:40:02.669Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
487 | 2023-12-06T19:40:02.669Z | + mkdir -p out/downloads |
488 | 2023-12-06T19:40:02.675Z | + '[' true == true ']' |
489 | 2023-12-06T19:40:02.675Z | + echo Downloading... |
490 | 2023-12-06T19:40:02.675Z | Downloading... |
491 | 2023-12-06T19:40:02.675Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
492 | 2023-12-06T19:40:02.675Z | + 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 |
493 | 2023-12-06T19:40:02.856Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
494 | 2023-12-06T19:40:02.866Z | ++ case "$OSTYPE" in |
495 | 2023-12-06T19:40:02.866Z | ++ SHA=sha256sum |
496 | 2023-12-06T19:40:02.866Z | ++ sha256sum |
497 | 2023-12-06T19:40:02.866Z | ++ awk '{print $1}' |
498 | 2023-12-06T19:40:02.866Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
499 | 2023-12-06T19:40:02.866Z | + [[ 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 ]] |
500 | 2023-12-06T19:40:02.875Z | + set -o errexit |
501 | 2023-12-06T19:40:02.883Z | +++ dirname ./tools/ci_download_dendrite_openapi |
502 | 2023-12-06T19:40:02.884Z | ++ cd ./tools |
503 | 2023-12-06T19:40:02.884Z | ++ pwd |
504 | 2023-12-06T19:40:02.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-12-06T19:40:02.884Z | ++ basename ./tools/ci_download_dendrite_openapi |
506 | 2023-12-06T19:40:02.884Z | + ARG0=ci_download_dendrite_openapi |
507 | 2023-12-06T19:40:02.884Z | + TARGET_DIR=out |
508 | 2023-12-06T19:40:02.884Z | + DOWNLOAD_DIR=out/downloads |
509 | 2023-12-06T19:40:02.884Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-12-06T19:40:02.884Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
511 | 2023-12-06T19:40:02.884Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2023-12-06T19:40:02.884Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
513 | 2023-12-06T19:40:02.884Z | + LOCAL_FILE=out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
514 | 2023-12-06T19:40:02.884Z | + main |
515 | 2023-12-06T19:40:02.884Z | + [[ 0 != 0 ]] |
516 | 2023-12-06T19:40:02.884Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json' |
517 | 2023-12-06T19:40:02.884Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
518 | 2023-12-06T19:40:02.884Z | Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
519 | 2023-12-06T19:40:02.884Z | + echo 'Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json' |
520 | 2023-12-06T19:40:02.885Z | + local DO_DOWNLOAD=true |
521 | 2023-12-06T19:40:02.885Z | + [[ -f out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json ]] |
522 | 2023-12-06T19:40:02.885Z | + mkdir -p out/downloads |
523 | 2023-12-06T19:40:02.894Z | + '[' true == true ']' |
524 | 2023-12-06T19:40:02.895Z | + echo Downloading... |
525 | 2023-12-06T19:40:02.895Z | Downloading... |
526 | 2023-12-06T19:40:02.895Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
527 | 2023-12-06T19:40:02.895Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
528 | 2023-12-06T19:40:03.109Z | ++ do_sha256sum out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
529 | 2023-12-06T19:40:03.109Z | ++ case "$OSTYPE" in |
530 | 2023-12-06T19:40:03.113Z | ++ SHA=sha256sum |
531 | 2023-12-06T19:40:03.113Z | ++ sha256sum |
532 | 2023-12-06T19:40:03.113Z | ++ awk '{print $1}' |
533 | 2023-12-06T19:40:03.119Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
534 | 2023-12-06T19:40:03.119Z | + [[ 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 ]] |
535 | 2023-12-06T19:40:03.125Z | + set -o errexit |
536 | 2023-12-06T19:40:03.131Z | +++ dirname ./tools/ci_download_dendrite_stub |
537 | 2023-12-06T19:40:03.131Z | ++ cd ./tools |
538 | 2023-12-06T19:40:03.133Z | ++ pwd |
539 | 2023-12-06T19:40:03.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
540 | 2023-12-06T19:40:03.138Z | ++ basename ./tools/ci_download_dendrite_stub |
541 | 2023-12-06T19:40:03.138Z | + ARG0=ci_download_dendrite_stub |
542 | 2023-12-06T19:40:03.138Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
543 | 2023-12-06T19:40:03.138Z | ++ CIDL_SHA256_ILLUMOS=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
544 | 2023-12-06T19:40:03.138Z | ++ CIDL_SHA256_LINUX_DPD=99a800cbd5739245154831004892d47be5a871e37c536ec3009911ddb02fdb16 |
545 | 2023-12-06T19:40:03.138Z | ++ CIDL_SHA256_LINUX_SWADM=e92bfc071f3944523a2e69b13ee877a4fd87cb8a9a78011b4aa8f40218347e25 |
546 | 2023-12-06T19:40:03.138Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
547 | 2023-12-06T19:40:03.138Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
548 | 2023-12-06T19:40:03.138Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
549 | 2023-12-06T19:40:03.139Z | + TARGET_DIR=out |
550 | 2023-12-06T19:40:03.139Z | + DOWNLOAD_DIR=out/downloads |
551 | 2023-12-06T19:40:03.139Z | + DEST_DIR=./out/dendrite-stub |
552 | 2023-12-06T19:40:03.139Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
553 | 2023-12-06T19:40:03.139Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
554 | 2023-12-06T19:40:03.139Z | + REPO=oxidecomputer/dendrite |
555 | 2023-12-06T19:40:03.139Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
556 | 2023-12-06T19:40:03.139Z | + main |
557 | 2023-12-06T19:40:03.139Z | + [[ 0 != 0 ]] |
558 | 2023-12-06T19:40:03.139Z | + CIDL_OS=solaris2.11 |
559 | 2023-12-06T19:40:03.139Z | + [[ 0 != 0 ]] |
560 | 2023-12-06T19:40:03.139Z | + configure_os solaris2.11 |
561 | 2023-12-06T19:40:03.139Z | + echo 'current directory: /work/oxidecomputer/omicron' |
562 | 2023-12-06T19:40:03.139Z | current directory: /work/oxidecomputer/omicron |
563 | 2023-12-06T19:40:03.139Z | + echo 'configuring based on OS: "solaris2.11"' |
564 | 2023-12-06T19:40:03.139Z | configuring based on OS: "solaris2.11" |
565 | 2023-12-06T19:40:03.139Z | + case "$1" in |
566 | 2023-12-06T19:40:03.139Z | + SET_BINARIES= |
567 | 2023-12-06T19:40:03.139Z | + CIDL_SHA256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
568 | 2023-12-06T19:40:03.141Z | + CIDL_SHA256FUNC=do_sha256sum |
569 | 2023-12-06T19:40:03.141Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
570 | 2023-12-06T19:40:03.141Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
571 | 2023-12-06T19:40:03.141Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-06T19:40:03.141Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz' |
573 | 2023-12-06T19:40:03.141Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
574 | 2023-12-06T19:40:03.141Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
575 | 2023-12-06T19:40:03.141Z | Local file: out/downloads/dendrite-stub.tar.gz |
576 | 2023-12-06T19:40:03.141Z | + mkdir -p out/downloads |
577 | 2023-12-06T19:40:03.141Z | + mkdir -p ./out/dendrite-stub |
578 | 2023-12-06T19:40:03.146Z | + fetch_and_verify |
579 | 2023-12-06T19:40:03.146Z | + local DO_DOWNLOAD=true |
580 | 2023-12-06T19:40:03.146Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
581 | 2023-12-06T19:40:03.146Z | + '[' true == true ']' |
582 | 2023-12-06T19:40:03.146Z | + echo Downloading... |
583 | 2023-12-06T19:40:03.146Z | Downloading... |
584 | 2023-12-06T19:40:03.146Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
585 | 2023-12-06T19:40:03.146Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
586 | 2023-12-06T19:40:12.352Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
587 | 2023-12-06T19:40:12.367Z | ++ sha256sum |
588 | 2023-12-06T19:40:12.368Z | ++ awk '{print $1}' |
589 | 2023-12-06T19:40:12.445Z | + calculated_sha256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
590 | 2023-12-06T19:40:12.445Z | + [[ 06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 != \0\6\b\5\e\e\e\d\a\e\b\f\3\0\e\9\6\a\5\c\5\e\9\3\2\e\0\8\0\3\4\c\9\0\9\4\7\a\f\7\a\5\4\e\9\b\c\0\4\d\5\7\d\6\8\0\7\0\1\3\a\d\e\9 ]] |
591 | 2023-12-06T19:40:12.457Z | + do_untar out/downloads/dendrite-stub.tar.gz |
592 | 2023-12-06T19:40:12.457Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
593 | 2023-12-06T19:40:13.425Z | + do_assemble |
594 | 2023-12-06T19:40:13.425Z | + rm -r ./out/dendrite-stub |
595 | 2023-12-06T19:40:13.457Z | + mkdir ./out/dendrite-stub |
596 | 2023-12-06T19:40:13.458Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
597 | 2023-12-06T19:40:13.548Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
598 | 2023-12-06T19:40:13.562Z | + set -o errexit |
599 | 2023-12-06T19:40:13.570Z | +++ dirname ./tools/ci_download_maghemite_mgd |
600 | 2023-12-06T19:40:13.570Z | ++ cd ./tools |
601 | 2023-12-06T19:40:13.570Z | ++ pwd |
602 | 2023-12-06T19:40:13.570Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
603 | 2023-12-06T19:40:13.570Z | ++ basename ./tools/ci_download_maghemite_mgd |
604 | 2023-12-06T19:40:13.570Z | + ARG0=ci_download_maghemite_mgd |
605 | 2023-12-06T19:40:13.571Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
606 | 2023-12-06T19:40:13.577Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
607 | 2023-12-06T19:40:13.578Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
608 | 2023-12-06T19:40:13.578Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
609 | 2023-12-06T19:40:13.578Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
610 | 2023-12-06T19:40:13.578Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
611 | 2023-12-06T19:40:13.579Z | + TARGET_DIR=out |
612 | 2023-12-06T19:40:13.579Z | + DOWNLOAD_DIR=out/downloads |
613 | 2023-12-06T19:40:13.579Z | + DEST_DIR=./out/mgd |
614 | 2023-12-06T19:40:13.579Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
615 | 2023-12-06T19:40:13.579Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
616 | 2023-12-06T19:40:13.579Z | + REPO=oxidecomputer/maghemite |
617 | 2023-12-06T19:40:13.579Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
618 | 2023-12-06T19:40:13.580Z | + main |
619 | 2023-12-06T19:40:13.580Z | + [[ 0 != 0 ]] |
620 | 2023-12-06T19:40:13.580Z | + CIDL_OS=solaris2.11 |
621 | 2023-12-06T19:40:13.580Z | + [[ 0 != 0 ]] |
622 | 2023-12-06T19:40:13.580Z | + configure_os solaris2.11 |
623 | 2023-12-06T19:40:13.580Z | + echo 'current directory: /work/oxidecomputer/omicron' |
624 | 2023-12-06T19:40:13.580Z | current directory: /work/oxidecomputer/omicron |
625 | 2023-12-06T19:40:13.580Z | + echo 'configuring based on OS: "solaris2.11"' |
626 | 2023-12-06T19:40:13.581Z | + case "$1" in |
627 | 2023-12-06T19:40:13.581Z | + SET_BINARIES= |
628 | 2023-12-06T19:40:13.581Z | + CIDL_SHA256FUNC=do_sha256sum |
629 | 2023-12-06T19:40:13.581Z | + TARBALL_FILENAME=mgd.tar.gz |
630 | 2023-12-06T19:40:13.581Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
631 | 2023-12-06T19:40:13.581Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
632 | 2023-12-06T19:40:13.581Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
633 | 2023-12-06T19:40:13.582Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
634 | 2023-12-06T19:40:13.582Z | + mkdir -p out/downloads |
635 | 2023-12-06T19:40:13.582Z | configuring based on OS: "solaris2.11" |
636 | 2023-12-06T19:40:13.582Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
637 | 2023-12-06T19:40:13.582Z | Local file: out/downloads/mgd.tar.gz |
638 | 2023-12-06T19:40:13.582Z | + mkdir -p ./out/mgd |
639 | 2023-12-06T19:40:13.590Z | + fetch_and_verify |
640 | 2023-12-06T19:40:13.590Z | + local DO_DOWNLOAD=true |
641 | 2023-12-06T19:40:13.591Z | + [[ -f out/downloads/mgd.tar.gz ]] |
642 | 2023-12-06T19:40:13.591Z | + '[' true == true ']' |
643 | 2023-12-06T19:40:13.591Z | + echo Downloading... |
644 | 2023-12-06T19:40:13.591Z | Downloading... |
645 | 2023-12-06T19:40:13.591Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
646 | 2023-12-06T19:40:13.591Z | + 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 |
647 | 2023-12-06T19:40:25.416Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
648 | 2023-12-06T19:40:25.425Z | ++ sha256sum |
649 | 2023-12-06T19:40:25.426Z | ++ awk '{print $1}' |
650 | 2023-12-06T19:40:25.508Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
651 | 2023-12-06T19:40:25.509Z | + [[ 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 ]] |
652 | 2023-12-06T19:40:25.529Z | + do_untar out/downloads/mgd.tar.gz |
653 | 2023-12-06T19:40:25.530Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
654 | 2023-12-06T19:40:26.145Z | + do_assemble |
655 | 2023-12-06T19:40:26.147Z | + rm -r ./out/mgd |
656 | 2023-12-06T19:40:26.158Z | + mkdir ./out/mgd |
657 | 2023-12-06T19:40:26.158Z | + cp -r out/downloads/root ./out/mgd/root |
658 | 2023-12-06T19:40:26.359Z | + set -o errexit |
659 | 2023-12-06T19:40:26.380Z | +++ dirname ./tools/ci_download_transceiver_control |
660 | 2023-12-06T19:40:26.380Z | ++ cd ./tools |
661 | 2023-12-06T19:40:26.380Z | ++ pwd |
662 | 2023-12-06T19:40:26.380Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
663 | 2023-12-06T19:40:26.381Z | ++ basename ./tools/ci_download_transceiver_control |
664 | 2023-12-06T19:40:26.381Z | + ARG0=ci_download_transceiver_control |
665 | 2023-12-06T19:40:26.381Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
666 | 2023-12-06T19:40:26.381Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2023-12-06T19:40:26.381Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
668 | 2023-12-06T19:40:26.381Z | + TARGET_DIR=out |
669 | 2023-12-06T19:40:26.381Z | + DOWNLOAD_DIR=out/downloads |
670 | 2023-12-06T19:40:26.381Z | + DEST_DIR=./out/transceiver-control |
671 | 2023-12-06T19:40:26.381Z | + BIN_DIR=/opt/oxide/bin |
672 | 2023-12-06T19:40:26.382Z | + BINARY=xcvradm |
673 | 2023-12-06T19:40:26.382Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
674 | 2023-12-06T19:40:26.382Z | + REPO=oxidecomputer/transceiver-control |
675 | 2023-12-06T19:40:26.382Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
676 | 2023-12-06T19:40:26.382Z | + main |
677 | 2023-12-06T19:40:26.382Z | + [[ 0 != 0 ]] |
678 | 2023-12-06T19:40:26.382Z | + CIDL_OS=solaris2.11 |
679 | 2023-12-06T19:40:26.382Z | + [[ 0 != 0 ]] |
680 | 2023-12-06T19:40:26.382Z | + configure_os solaris2.11 |
681 | 2023-12-06T19:40:26.382Z | + echo 'current directory: /work/oxidecomputer/omicron' |
682 | 2023-12-06T19:40:26.382Z | current directory: /work/oxidecomputer/omicron |
683 | 2023-12-06T19:40:26.382Z | + echo 'configuring based on OS: "solaris2.11"' |
684 | 2023-12-06T19:40:26.382Z | configuring based on OS: "solaris2.11" |
685 | 2023-12-06T19:40:26.383Z | + case "$1" in |
686 | 2023-12-06T19:40:26.384Z | + SET_BINARIES= |
687 | 2023-12-06T19:40:26.384Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
688 | 2023-12-06T19:40:26.384Z | + CIDL_SHA256FUNC=do_sha256sum |
689 | 2023-12-06T19:40:26.384Z | + ARCHIVE_FILENAME=xcvradm.gz |
690 | 2023-12-06T19:40:26.384Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
691 | 2023-12-06T19:40:26.384Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
692 | 2023-12-06T19:40:26.384Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
693 | 2023-12-06T19:40:26.384Z | + echo 'Local file: out/downloads/xcvradm.gz' |
694 | 2023-12-06T19:40:26.384Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
695 | 2023-12-06T19:40:26.384Z | Local file: out/downloads/xcvradm.gz |
696 | 2023-12-06T19:40:26.384Z | + mkdir -p out/downloads |
697 | 2023-12-06T19:40:26.384Z | + mkdir -p ./out/transceiver-control |
698 | 2023-12-06T19:40:26.385Z | + fetch_and_verify |
699 | 2023-12-06T19:40:26.385Z | + local DO_DOWNLOAD=true |
700 | 2023-12-06T19:40:26.385Z | + [[ -f out/downloads/xcvradm.gz ]] |
701 | 2023-12-06T19:40:26.385Z | + '[' true == true ']' |
702 | 2023-12-06T19:40:26.385Z | + echo Downloading... |
703 | 2023-12-06T19:40:26.385Z | Downloading... |
704 | 2023-12-06T19:40:26.385Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
705 | 2023-12-06T19:40:26.385Z | + 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 |
706 | 2023-12-06T19:40:29.468Z | ++ do_sha256sum out/downloads/xcvradm.gz |
707 | 2023-12-06T19:40:29.474Z | ++ sha256sum |
708 | 2023-12-06T19:40:29.474Z | ++ awk '{print $1}' |
709 | 2023-12-06T19:40:29.493Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
710 | 2023-12-06T19:40:29.493Z | + [[ 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 ]] |
711 | 2023-12-06T19:40:29.498Z | + do_unpack out/downloads/xcvradm.gz |
712 | 2023-12-06T19:40:29.499Z | + mkdir -p out/downloads/root//opt/oxide/bin |
713 | 2023-12-06T19:40:29.499Z | + gzip -dc out/downloads/xcvradm.gz |
714 | 2023-12-06T19:40:30.073Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
715 | 2023-12-06T19:40:30.080Z | + do_assemble |
716 | 2023-12-06T19:40:30.081Z | + rm -r ./out/transceiver-control |
717 | 2023-12-06T19:40:30.081Z | + mkdir ./out/transceiver-control |
718 | 2023-12-06T19:40:30.081Z | + cp -r out/downloads/root ./out/transceiver-control/root |
719 | 2023-12-06T19:40:30.081Z | All builder prerequisites installed successfully, and PATH looks valid |
720 | 2023-12-06T19:40:30.081Z | |
721 | 2023-12-06T19:40:30.081Z | real 2:42.596054894 |
722 | 2023-12-06T19:40:30.081Z | user 55.195260584 |
723 | 2023-12-06T19:40:30.081Z | sys 10.185252071 |
724 | 2023-12-06T19:40:30.081Z | trap 0.021809568 |
725 | 2023-12-06T19:40:30.082Z | tflt 0.123619028 |
726 | 2023-12-06T19:40:30.084Z | dflt 0.690037508 |
727 | 2023-12-06T19:40:30.084Z | kflt 0.112575144 |
728 | 2023-12-06T19:40:30.084Z | lock 1.783561288 |
729 | 2023-12-06T19:40:30.084Z | slp 5:17.127869857 |
730 | 2023-12-06T19:40:30.084Z | lat 3.302838877 |
731 | 2023-12-06T19:40:30.085Z | stop 0.051110249 |
732 | 2023-12-06T19:40:30.085Z | |
733 | 2023-12-06T19:40:30.085Z | #### # # ##### ##### # # |
734 | 2023-12-06T19:40:30.085Z | # # # # # # # # # # |
735 | 2023-12-06T19:40:30.085Z | # # # # # # # # |
736 | 2023-12-06T19:40:30.085Z | # # # ##### ##### # |
737 | 2023-12-06T19:40:30.085Z | # # # # # # # |
738 | 2023-12-06T19:40:30.085Z | #### ###### # # # # |
739 | 2023-12-06T19:40:30.085Z | |
740 | 2023-12-06T19:40:30.229Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
741 | 2023-12-06T19:40:30.604Z | Updating crates.io index |
742 | 2023-12-06T19:40:30.656Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
743 | 2023-12-06T19:40:31.522Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
744 | 2023-12-06T19:40:33.358Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
745 | 2023-12-06T19:40:34.277Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
746 | 2023-12-06T19:40:34.585Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
747 | 2023-12-06T19:40:34.899Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
748 | 2023-12-06T19:40:35.240Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
749 | 2023-12-06T19:40:36.130Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
750 | 2023-12-06T19:40:38.373Z | Updating git repository `https://github.com/oxidecomputer/opte` |
751 | 2023-12-06T19:40:39.420Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
752 | 2023-12-06T19:40:39.751Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
753 | 2023-12-06T19:40:40.361Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
754 | 2023-12-06T19:40:40.786Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
755 | 2023-12-06T19:40:41.112Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
756 | 2023-12-06T19:40:41.523Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
757 | 2023-12-06T19:40:41.900Z | Updating git repository `https://github.com/njaremko/samael` |
758 | 2023-12-06T19:40:42.394Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
759 | 2023-12-06T19:40:43.116Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
760 | 2023-12-06T19:40:43.495Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
761 | 2023-12-06T19:40:43.813Z | Updating git repository `https://github.com/jgallagher/nix` |
762 | 2023-12-06T19:40:45.216Z | Updating git repository `https://github.com/cbiffle/hubpack` |
763 | 2023-12-06T19:40:45.847Z | Updating git repository `https://github.com/oxidecomputer/typify` |
764 | 2023-12-06T19:40:46.827Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
765 | 2023-12-06T19:40:47.249Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
766 | 2023-12-06T19:40:47.551Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
767 | 2023-12-06T19:40:49.142Z | Downloading crates ... |
768 | 2023-12-06T19:40:49.384Z | Downloaded camino v1.1.6 |
769 | 2023-12-06T19:40:49.396Z | Downloaded equivalent v1.0.1 |
770 | 2023-12-06T19:40:49.397Z | Downloaded quote v1.0.33 |
771 | 2023-12-06T19:40:49.397Z | Downloaded colorchoice v1.0.0 |
772 | 2023-12-06T19:40:49.411Z | Downloaded anstyle v1.0.2 |
773 | 2023-12-06T19:40:49.411Z | Downloaded thiserror-impl v1.0.49 |
774 | 2023-12-06T19:40:49.411Z | Downloaded itoa v1.0.9 |
775 | 2023-12-06T19:40:49.419Z | Downloaded heck v0.4.1 |
776 | 2023-12-06T19:40:49.419Z | Downloaded bitflags v1.3.2 |
777 | 2023-12-06T19:40:49.419Z | Downloaded utf8parse v0.2.1 |
778 | 2023-12-06T19:40:49.419Z | Downloaded toml_datetime v0.6.5 |
779 | 2023-12-06T19:40:49.419Z | Downloaded cargo_toml v0.17.0 |
780 | 2023-12-06T19:40:49.420Z | Downloaded serde_spanned v0.6.4 |
781 | 2023-12-06T19:40:49.424Z | Downloaded terminal_size v0.2.6 |
782 | 2023-12-06T19:40:49.425Z | Downloaded cargo-platform v0.1.3 |
783 | 2023-12-06T19:40:49.425Z | Downloaded thiserror v1.0.49 |
784 | 2023-12-06T19:40:49.435Z | Downloaded anstyle-parse v0.2.1 |
785 | 2023-12-06T19:40:49.441Z | Downloaded io-lifetimes v1.0.11 |
786 | 2023-12-06T19:40:49.441Z | Downloaded semver v1.0.20 |
787 | 2023-12-06T19:40:49.441Z | Downloaded toml v0.8.8 |
788 | 2023-12-06T19:40:49.445Z | Downloaded serde_derive v1.0.192 |
789 | 2023-12-06T19:40:49.449Z | Downloaded unicode-ident v1.0.12 |
790 | 2023-12-06T19:40:49.454Z | Downloaded proc-macro2 v1.0.69 |
791 | 2023-12-06T19:40:49.458Z | Downloaded indexmap v2.1.0 |
792 | 2023-12-06T19:40:49.463Z | Downloaded clap v4.4.3 |
793 | 2023-12-06T19:40:49.483Z | Downloaded toml_edit v0.21.0 |
794 | 2023-12-06T19:40:49.516Z | Downloaded winnow v0.5.15 |
795 | 2023-12-06T19:40:49.546Z | Downloaded serde_json v1.0.108 |
796 | 2023-12-06T19:40:49.561Z | Downloaded syn v2.0.32 |
797 | 2023-12-06T19:40:49.574Z | Downloaded rustix v0.37.23 |
798 | 2023-12-06T19:40:49.597Z | Downloaded libc v0.2.150 |
799 | 2023-12-06T19:40:49.643Z | Downloaded hashbrown v0.14.2 |
800 | 2023-12-06T19:40:49.652Z | Downloaded clap_builder v4.4.2 |
801 | 2023-12-06T19:40:49.662Z | Downloaded memchr v2.6.3 |
802 | 2023-12-06T19:40:49.674Z | Downloaded serde v1.0.192 |
803 | 2023-12-06T19:40:49.680Z | Downloaded clap_derive v4.4.2 |
804 | 2023-12-06T19:40:49.680Z | Downloaded anyhow v1.0.75 |
805 | 2023-12-06T19:40:49.684Z | Downloaded ryu v1.0.15 |
806 | 2023-12-06T19:40:49.690Z | Downloaded clap_lex v0.5.1 |
807 | 2023-12-06T19:40:49.695Z | Downloaded strsim v0.10.0 |
808 | 2023-12-06T19:40:49.695Z | Downloaded anstream v0.5.0 |
809 | 2023-12-06T19:40:49.698Z | Downloaded anstyle-query v1.0.0 |
810 | 2023-12-06T19:40:49.698Z | Downloaded errno v0.3.2 |
811 | 2023-12-06T19:40:49.703Z | Downloaded cargo_metadata v0.18.0 |
812 | 2023-12-06T19:40:49.812Z | Compiling proc-macro2 v1.0.69 |
813 | 2023-12-06T19:40:49.812Z | Compiling unicode-ident v1.0.12 |
814 | 2023-12-06T19:40:49.821Z | Compiling serde v1.0.192 |
815 | 2023-12-06T19:40:49.821Z | Compiling libc v0.2.150 |
816 | 2023-12-06T19:40:49.843Z | Compiling io-lifetimes v1.0.11 |
817 | 2023-12-06T19:40:49.843Z | Compiling rustix v0.37.23 |
818 | 2023-12-06T19:40:49.843Z | Compiling utf8parse v0.2.1 |
819 | 2023-12-06T19:40:49.843Z | Compiling equivalent v1.0.1 |
820 | 2023-12-06T19:40:50.070Z | Compiling hashbrown v0.14.2 |
821 | 2023-12-06T19:40:50.130Z | Compiling bitflags v1.3.2 |
822 | 2023-12-06T19:40:50.140Z | Compiling anstyle-parse v0.2.1 |
823 | 2023-12-06T19:40:50.245Z | Compiling thiserror v1.0.49 |
824 | 2023-12-06T19:40:50.615Z | Compiling serde_json v1.0.108 |
825 | 2023-12-06T19:40:51.528Z | Compiling indexmap v2.1.0 |
826 | 2023-12-06T19:40:52.726Z | Compiling semver v1.0.20 |
827 | 2023-12-06T19:40:52.746Z | Compiling camino v1.1.6 |
828 | 2023-12-06T19:40:52.818Z | Compiling winnow v0.5.15 |
829 | 2023-12-06T19:40:52.903Z | Compiling anstyle v1.0.2 |
830 | 2023-12-06T19:40:52.913Z | Compiling colorchoice v1.0.0 |
831 | 2023-12-06T19:40:53.061Z | Compiling anstyle-query v1.0.0 |
832 | 2023-12-06T19:40:53.250Z | Compiling heck v0.4.1 |
833 | 2023-12-06T19:40:53.287Z | Compiling strsim v0.10.0 |
834 | 2023-12-06T19:40:53.491Z | Compiling anstream v0.5.0 |
835 | 2023-12-06T19:40:53.558Z | Compiling itoa v1.0.9 |
836 | 2023-12-06T19:40:53.791Z | Compiling ryu v1.0.15 |
837 | 2023-12-06T19:40:53.954Z | Compiling anyhow v1.0.75 |
838 | 2023-12-06T19:40:54.008Z | Compiling clap_lex v0.5.1 |
839 | 2023-12-06T19:40:54.731Z | Compiling quote v1.0.33 |
840 | 2023-12-06T19:40:54.807Z | Compiling errno v0.3.2 |
841 | 2023-12-06T19:40:55.005Z | Compiling syn v2.0.32 |
842 | 2023-12-06T19:40:56.285Z | Compiling terminal_size v0.2.6 |
843 | 2023-12-06T19:40:56.409Z | Compiling clap_builder v4.4.2 |
844 | 2023-12-06T19:41:02.555Z | Compiling serde_derive v1.0.192 |
845 | 2023-12-06T19:41:02.560Z | Compiling thiserror-impl v1.0.49 |
846 | 2023-12-06T19:41:02.560Z | Compiling clap_derive v4.4.2 |
847 | 2023-12-06T19:41:07.093Z | Compiling clap v4.4.3 |
848 | 2023-12-06T19:41:15.161Z | Compiling toml_datetime v0.6.5 |
849 | 2023-12-06T19:41:15.166Z | Compiling serde_spanned v0.6.4 |
850 | 2023-12-06T19:41:15.166Z | Compiling cargo-platform v0.1.3 |
851 | 2023-12-06T19:41:15.522Z | Compiling toml_edit v0.21.0 |
852 | 2023-12-06T19:41:17.168Z | Compiling cargo_metadata v0.18.0 |
853 | 2023-12-06T19:41:18.628Z | Compiling toml v0.8.8 |
854 | 2023-12-06T19:41:19.500Z | Compiling cargo_toml v0.17.0 |
855 | 2023-12-06T19:41:25.319Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
856 | 2023-12-06T19:41:26.665Z | Finished dev [unoptimized + debuginfo] target(s) in 56.70s |
857 | 2023-12-06T19:41:26.869Z | Running `target/debug/xtask clippy` |
858 | 2023-12-06T19:41:26.918Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
859 | 2023-12-06T19:41:27.715Z | Downloading crates ... |
860 | 2023-12-06T19:41:27.962Z | Downloaded addr2line v0.21.0 |
861 | 2023-12-06T19:41:27.975Z | Downloaded matches v0.1.10 |
862 | 2023-12-06T19:41:27.991Z | Downloaded impl-trait-for-tuples v0.2.2 |
863 | 2023-12-06T19:41:27.991Z | Downloaded maplit v1.0.2 |
864 | 2023-12-06T19:41:28.002Z | Downloaded newtype_derive v0.1.6 |
865 | 2023-12-06T19:41:28.002Z | Downloaded crossbeam v0.8.2 |
866 | 2023-12-06T19:41:28.003Z | Downloaded corncobs v0.1.3 |
867 | 2023-12-06T19:41:28.003Z | Downloaded log v0.4.20 |
868 | 2023-12-06T19:41:28.017Z | Downloaded anes v0.1.6 |
869 | 2023-12-06T19:41:28.018Z | Downloaded native-tls v0.2.11 |
870 | 2023-12-06T19:41:28.028Z | Downloaded crc-catalog v2.2.0 |
871 | 2023-12-06T19:41:28.029Z | Downloaded crossbeam-deque v0.8.3 |
872 | 2023-12-06T19:41:28.044Z | Downloaded adler v1.0.2 |
873 | 2023-12-06T19:41:28.045Z | Downloaded ipnetwork v0.20.0 |
874 | 2023-12-06T19:41:28.045Z | Downloaded cexpr v0.6.0 |
875 | 2023-12-06T19:41:28.058Z | Downloaded nanorand v0.7.0 |
876 | 2023-12-06T19:41:28.058Z | Downloaded num_threads v0.1.6 |
877 | 2023-12-06T19:41:28.077Z | Downloaded camino-tempfile v1.1.1 |
878 | 2023-12-06T19:41:28.078Z | Downloaded ident_case v1.0.1 |
879 | 2023-12-06T19:41:28.078Z | Downloaded nodrop v0.1.14 |
880 | 2023-12-06T19:41:28.089Z | Downloaded atomic-waker v1.1.1 |
881 | 2023-12-06T19:41:28.090Z | Downloaded number_prefix v0.4.0 |
882 | 2023-12-06T19:41:28.090Z | Downloaded num-integer v0.1.45 |
883 | 2023-12-06T19:41:28.105Z | Downloaded bb8 v0.8.1 |
884 | 2023-12-06T19:41:28.105Z | Downloaded kstat-rs v0.2.3 |
885 | 2023-12-06T19:41:28.105Z | Downloaded chacha20 v0.9.1 |
886 | 2023-12-06T19:41:28.106Z | Downloaded oso-derive v0.27.0 |
887 | 2023-12-06T19:41:28.106Z | Downloaded openssl-macros v0.1.1 |
888 | 2023-12-06T19:41:28.112Z | Downloaded opaque-debug v0.3.0 |
889 | 2023-12-06T19:41:28.113Z | Downloaded async-trait v0.1.74 |
890 | 2023-12-06T19:41:28.123Z | Downloaded num_cpus v1.16.0 |
891 | 2023-12-06T19:41:28.135Z | Downloaded lazy_static v1.4.0 |
892 | 2023-12-06T19:41:28.198Z | Downloaded hyper-rustls v0.24.2 |
893 | 2023-12-06T19:41:28.227Z | Downloaded packed_struct_codegen v0.10.1 |
894 | 2023-12-06T19:41:28.228Z | Downloaded try-lock v0.2.4 |
895 | 2023-12-06T19:41:28.228Z | Downloaded oorandom v11.1.3 |
896 | 2023-12-06T19:41:28.228Z | Downloaded foreign-types-shared v0.3.1 |
897 | 2023-12-06T19:41:28.228Z | Downloaded packed_struct v0.10.1 |
898 | 2023-12-06T19:41:28.228Z | Downloaded num_enum v0.5.11 |
899 | 2023-12-06T19:41:28.228Z | Downloaded peeking_take_while v0.1.2 |
900 | 2023-12-06T19:41:28.228Z | Downloaded basic-toml v0.1.4 |
901 | 2023-12-06T19:41:28.228Z | Downloaded rpassword v7.3.1 |
902 | 2023-12-06T19:41:28.228Z | Downloaded display-error-chain v0.2.0 |
903 | 2023-12-06T19:41:28.228Z | Downloaded once_cell v1.18.0 |
904 | 2023-12-06T19:41:28.240Z | Downloaded either v1.9.0 |
905 | 2023-12-06T19:41:28.241Z | Downloaded strum v0.25.0 |
906 | 2023-12-06T19:41:28.241Z | Downloaded getopts v0.2.21 |
907 | 2023-12-06T19:41:28.241Z | Downloaded chacha20poly1305 v0.10.1 |
908 | 2023-12-06T19:41:28.242Z | Downloaded usdt-attr-macro v0.3.5 |
909 | 2023-12-06T19:41:28.242Z | Downloaded owo-colors v3.5.0 |
910 | 2023-12-06T19:41:28.242Z | Downloaded signal-hook-registry v1.4.1 |
911 | 2023-12-06T19:41:28.250Z | Downloaded debug-ignore v1.0.5 |
912 | 2023-12-06T19:41:28.250Z | Downloaded yasna v0.5.2 |
913 | 2023-12-06T19:41:28.250Z | Downloaded phf_shared v0.11.2 |
914 | 2023-12-06T19:41:28.251Z | Downloaded parse-display v0.8.2 |
915 | 2023-12-06T19:41:28.262Z | Downloaded glob v0.3.1 |
916 | 2023-12-06T19:41:28.262Z | Downloaded tokio-stream v0.1.14 |
917 | 2023-12-06T19:41:28.271Z | Downloaded version_check v0.9.4 |
918 | 2023-12-06T19:41:28.271Z | Downloaded slog-envlogger v2.2.0 |
919 | 2023-12-06T19:41:28.279Z | Downloaded waitgroup v0.1.2 |
920 | 2023-12-06T19:41:28.279Z | Downloaded paste v1.0.14 |
921 | 2023-12-06T19:41:28.289Z | Downloaded wyz v0.5.1 |
922 | 2023-12-06T19:41:28.289Z | Downloaded parse-display-derive v0.8.2 |
923 | 2023-12-06T19:41:28.289Z | Downloaded base64 v0.21.5 |
924 | 2023-12-06T19:41:28.300Z | Downloaded parking_lot_core v0.9.8 |
925 | 2023-12-06T19:41:28.315Z | Downloaded parking_lot_core v0.8.6 |
926 | 2023-12-06T19:41:28.315Z | Downloaded whoami v1.4.1 |
927 | 2023-12-06T19:41:28.854Z | Downloaded httpdate v1.0.3 |
928 | 2023-12-06T19:41:28.854Z | Downloaded newline-converter v0.3.0 |
929 | 2023-12-06T19:41:28.854Z | Downloaded tokio-rustls v0.24.1 |
930 | 2023-12-06T19:41:28.854Z | Downloaded humantime v2.1.0 |
931 | 2023-12-06T19:41:28.854Z | Downloaded unicode-xid v0.2.4 |
932 | 2023-12-06T19:41:28.854Z | Downloaded rand_xorshift v0.3.0 |
933 | 2023-12-06T19:41:28.854Z | Downloaded typenum v1.16.0 |
934 | 2023-12-06T19:41:28.854Z | Downloaded wait-timeout v0.2.0 |
935 | 2023-12-06T19:41:28.854Z | Downloaded serde-big-array v0.4.1 |
936 | 2023-12-06T19:41:28.854Z | Downloaded utf-8 v0.7.6 |
937 | 2023-12-06T19:41:28.854Z | Downloaded fd-lock v3.0.13 |
938 | 2023-12-06T19:41:28.855Z | Downloaded spki v0.7.2 |
939 | 2023-12-06T19:41:28.855Z | Downloaded path-slash v0.1.5 |
940 | 2023-12-06T19:41:28.855Z | Downloaded signal-hook-tokio v0.3.1 |
941 | 2023-12-06T19:41:28.856Z | Downloaded usdt-macro v0.3.5 |
942 | 2023-12-06T19:41:28.856Z | Downloaded serde_tokenstream v0.2.0 |
943 | 2023-12-06T19:41:28.856Z | Downloaded dirs-next v2.0.0 |
944 | 2023-12-06T19:41:28.856Z | Downloaded postcard v0.7.3 |
945 | 2023-12-06T19:41:28.856Z | Downloaded derive_more v0.99.17 |
946 | 2023-12-06T19:41:28.856Z | Downloaded tokio-native-tls v0.3.1 |
947 | 2023-12-06T19:41:28.856Z | Downloaded fastrand v2.0.0 |
948 | 2023-12-06T19:41:28.856Z | Downloaded tungstenite v0.20.1 |
949 | 2023-12-06T19:41:28.856Z | Downloaded strsim v0.8.0 |
950 | 2023-12-06T19:41:28.856Z | Downloaded strip-ansi-escapes v0.2.0 |
951 | 2023-12-06T19:41:28.856Z | Downloaded r2d2 v0.8.10 |
952 | 2023-12-06T19:41:28.856Z | Downloaded http-range v0.1.5 |
953 | 2023-12-06T19:41:28.857Z | Downloaded ref-cast v1.0.20 |
954 | 2023-12-06T19:41:28.857Z | Downloaded hostname v0.3.1 |
955 | 2023-12-06T19:41:28.857Z | Downloaded foreign-types-macros v0.2.3 |
956 | 2023-12-06T19:41:28.857Z | Downloaded dashmap v5.5.1 |
957 | 2023-12-06T19:41:28.857Z | Downloaded serde-big-array v0.5.1 |
958 | 2023-12-06T19:41:28.857Z | Downloaded similar-asserts v1.5.0 |
959 | 2023-12-06T19:41:28.857Z | Downloaded same-file v1.0.6 |
960 | 2023-12-06T19:41:28.857Z | Downloaded foreign-types v0.5.0 |
961 | 2023-12-06T19:41:28.857Z | Downloaded zone_cfg_derive v0.3.0 |
962 | 2023-12-06T19:41:28.857Z | Downloaded pin-utils v0.1.0 |
963 | 2023-12-06T19:41:28.857Z | Downloaded pest_meta v2.7.2 |
964 | 2023-12-06T19:41:28.857Z | Downloaded plotters-svg v0.3.5 |
965 | 2023-12-06T19:41:28.857Z | Downloaded structopt v0.3.26 |
966 | 2023-12-06T19:41:28.857Z | Downloaded smawk v0.3.1 |
967 | 2023-12-06T19:41:28.857Z | Downloaded zerocopy v0.3.0 |
968 | 2023-12-06T19:41:28.857Z | Downloaded sha1 v0.10.6 |
969 | 2023-12-06T19:41:28.859Z | Downloaded tokio-tungstenite v0.20.1 |
970 | 2023-12-06T19:41:28.859Z | Downloaded headers-core v0.2.0 |
971 | 2023-12-06T19:41:28.859Z | Downloaded digest v0.10.7 |
972 | 2023-12-06T19:41:28.859Z | Downloaded strum_macros v0.25.2 |
973 | 2023-12-06T19:41:28.859Z | Downloaded tap v1.0.1 |
974 | 2023-12-06T19:41:28.859Z | Downloaded pem v3.0.2 |
975 | 2023-12-06T19:41:28.859Z | Downloaded dirs-sys-next v0.1.2 |
976 | 2023-12-06T19:41:28.859Z | Downloaded darling_core v0.20.3 |
977 | 2023-12-06T19:41:28.860Z | Downloaded tinyvec_macros v0.1.1 |
978 | 2023-12-06T19:41:28.860Z | Downloaded zone v0.3.0 |
979 | 2023-12-06T19:41:28.860Z | Downloaded rustc_version v0.4.0 |
980 | 2023-12-06T19:41:28.860Z | Downloaded foreign-types-shared v0.1.1 |
981 | 2023-12-06T19:41:28.860Z | Downloaded hash32 v0.2.1 |
982 | 2023-12-06T19:41:28.860Z | Downloaded typed-path v0.6.0 |
983 | 2023-12-06T19:41:28.860Z | Downloaded endian-type v0.1.2 |
984 | 2023-12-06T19:41:28.860Z | Downloaded rand_chacha v0.3.1 |
985 | 2023-12-06T19:41:28.860Z | Downloaded serde_repr v0.1.16 |
986 | 2023-12-06T19:41:28.860Z | Downloaded subtle v2.5.0 |
987 | 2023-12-06T19:41:28.860Z | Downloaded futures-io v0.3.29 |
988 | 2023-12-06T19:41:28.860Z | Downloaded dtrace-parser v0.1.14 |
989 | 2023-12-06T19:41:28.860Z | Downloaded scopeguard v1.2.0 |
990 | 2023-12-06T19:41:28.860Z | Downloaded env_logger v0.10.0 |
991 | 2023-12-06T19:41:28.860Z | Downloaded postcard-cobs v0.1.5-pre |
992 | 2023-12-06T19:41:28.860Z | Downloaded httparse v1.8.0 |
993 | 2023-12-06T19:41:28.860Z | Downloaded rustfmt-wrapper v0.2.0 |
994 | 2023-12-06T19:41:28.861Z | Downloaded tabled_derive v0.6.0 |
995 | 2023-12-06T19:41:28.861Z | Downloaded signature v1.6.4 |
996 | 2023-12-06T19:41:28.861Z | Downloaded pin-project v1.1.3 |
997 | 2023-12-06T19:41:28.862Z | Downloaded strum_macros v0.24.3 |
998 | 2023-12-06T19:41:28.862Z | Downloaded proc-macro-crate v1.3.1 |
999 | 2023-12-06T19:41:28.862Z | Downloaded smallvec v0.6.14 |
1000 | 2023-12-06T19:41:28.862Z | Downloaded md-5 v0.10.5 |
1001 | 2023-12-06T19:41:28.862Z | Downloaded supports-color v2.1.0 |
1002 | 2023-12-06T19:41:28.862Z | Downloaded fs-err v2.11.0 |
1003 | 2023-12-06T19:41:28.862Z | Downloaded rtoolbox v0.0.1 |
1004 | 2023-12-06T19:41:28.862Z | Downloaded zerocopy v0.6.4 |
1005 | 2023-12-06T19:41:28.862Z | Downloaded flume v0.11.0 |
1006 | 2023-12-06T19:41:28.862Z | Downloaded termios v0.3.3 |
1007 | 2023-12-06T19:41:28.862Z | Downloaded funty v2.0.0 |
1008 | 2023-12-06T19:41:28.863Z | Downloaded pin-project-lite v0.2.13 |
1009 | 2023-12-06T19:41:28.863Z | Downloaded poly1305 v0.8.0 |
1010 | 2023-12-06T19:41:28.863Z | Downloaded serde_derive_internals v0.26.0 |
1011 | 2023-12-06T19:41:28.863Z | Downloaded prettyplease v0.2.12 |
1012 | 2023-12-06T19:41:28.863Z | Downloaded hashbrown v0.13.2 |
1013 | 2023-12-06T19:41:28.863Z | Downloaded trybuild v1.0.85 |
1014 | 2023-12-06T19:41:28.863Z | Downloaded vte v0.11.1 |
1015 | 2023-12-06T19:41:28.863Z | Downloaded unsafe-libyaml v0.2.9 |
1016 | 2023-12-06T19:41:28.863Z | Downloaded openssl-sys v0.9.96 |
1017 | 2023-12-06T19:41:28.863Z | Downloaded reedline v0.26.0 |
1018 | 2023-12-06T19:41:28.879Z | Downloaded toml v0.7.8 |
1019 | 2023-12-06T19:41:28.879Z | Downloaded rstest_macros v0.18.2 |
1020 | 2023-12-06T19:41:28.879Z | Downloaded quick-xml v0.23.1 |
1021 | 2023-12-06T19:41:28.879Z | Downloaded x509-cert v0.2.4 |
1022 | 2023-12-06T19:41:28.879Z | Downloaded regex-automata v0.1.10 |
1023 | 2023-12-06T19:41:28.879Z | Downloaded chrono v0.4.31 |
1024 | 2023-12-06T19:41:28.880Z | Downloaded reqwest v0.11.22 |
1025 | 2023-12-06T19:41:28.880Z | Downloaded plotters v0.3.5 |
1026 | 2023-12-06T19:41:28.880Z | Downloaded portable-atomic v1.4.3 |
1027 | 2023-12-06T19:41:28.880Z | Downloaded proptest v1.4.0 |
1028 | 2023-12-06T19:41:28.880Z | Downloaded tabled v0.14.0 |
1029 | 2023-12-06T19:41:28.895Z | Downloaded gimli v0.28.0 |
1030 | 2023-12-06T19:41:28.914Z | Downloaded polar-core v0.27.0 |
1031 | 2023-12-06T19:41:28.935Z | Downloaded object v0.30.4 |
1032 | 2023-12-06T19:41:28.948Z | Downloaded zerocopy-derive v0.6.4 |
1033 | 2023-12-06T19:41:28.971Z | Downloaded bstr v0.2.17 |
1034 | 2023-12-06T19:41:28.985Z | Downloaded regex-syntax v0.8.2 |
1035 | 2023-12-06T19:41:29.003Z | Downloaded ratatui v0.23.0 |
1036 | 2023-12-06T19:41:29.023Z | Downloaded webpki-roots v0.25.2 |
1037 | 2023-12-06T19:41:29.031Z | Downloaded openapiv3 v2.0.0-rc.1 |
1038 | 2023-12-06T19:41:29.055Z | Downloaded smoltcp v0.9.1 |
1039 | 2023-12-06T19:41:29.076Z | Downloaded regex v1.10.2 |
1040 | 2023-12-06T19:41:29.101Z | Downloaded radix_trie v0.2.1 |
1041 | 2023-12-06T19:41:29.111Z | Downloaded rustls v0.21.9 |
1042 | 2023-12-06T19:41:29.135Z | Downloaded regex-syntax v0.7.5 |
1043 | 2023-12-06T19:41:29.152Z | Downloaded regex-syntax v0.6.29 |
1044 | 2023-12-06T19:41:29.167Z | Downloaded rustix v0.38.25 |
1045 | 2023-12-06T19:41:29.217Z | Downloaded bstr v1.6.0 |
1046 | 2023-12-06T19:41:29.244Z | Downloaded sled v0.34.7 |
1047 | 2023-12-06T19:41:29.265Z | Downloaded diesel v2.1.4 |
1048 | 2023-12-06T19:41:29.288Z | Downloaded zerocopy-derive v0.2.0 |
1049 | 2023-12-06T19:41:29.308Z | Downloaded curve25519-dalek v4.1.0 |
1050 | 2023-12-06T19:41:29.328Z | Downloaded regex-automata v0.3.8 |
1051 | 2023-12-06T19:41:29.363Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1052 | 2023-12-06T19:41:29.386Z | Downloaded rustls-webpki v0.101.7 |
1053 | 2023-12-06T19:41:29.412Z | Downloaded regex-automata v0.4.3 |
1054 | 2023-12-06T19:41:29.448Z | Downloaded tokio v1.34.0 |
1055 | 2023-12-06T19:41:29.516Z | Downloaded regress v0.7.1 |
1056 | 2023-12-06T19:41:29.530Z | Downloaded sha3 v0.10.8 |
1057 | 2023-12-06T19:41:29.543Z | Downloaded object v0.32.1 |
1058 | 2023-12-06T19:41:29.563Z | Downloaded trust-dns-proto v0.22.0 |
1059 | 2023-12-06T19:41:29.584Z | Downloaded futures-util v0.3.29 |
1060 | 2023-12-06T19:41:29.607Z | Downloaded rayon v1.8.0 |
1061 | 2023-12-06T19:41:29.626Z | Downloaded hkdf v0.12.3 |
1062 | 2023-12-06T19:41:29.630Z | Downloaded h2 v0.3.21 |
1063 | 2023-12-06T19:41:29.643Z | Downloaded encoding_rs v0.8.33 |
1064 | 2023-12-06T19:41:29.692Z | Downloaded vcpkg v0.2.15 |
1065 | 2023-12-06T19:41:29.761Z | Downloaded idna v0.5.0 |
1066 | 2023-12-06T19:41:29.789Z | Downloaded syn v1.0.109 |
1067 | 2023-12-06T19:41:29.806Z | Downloaded smoltcp v0.8.2 |
1068 | 2023-12-06T19:41:29.817Z | Downloaded idna v0.2.3 |
1069 | 2023-12-06T19:41:29.841Z | Downloaded bitvec v1.0.1 |
1070 | 2023-12-06T19:41:29.861Z | Downloaded petgraph v0.6.4 |
1071 | 2023-12-06T19:41:30.300Z | Downloaded hyper v0.14.27 |
1072 | 2023-12-06T19:41:30.310Z | Downloaded openssl v0.10.60 |
1073 | 2023-12-06T19:41:30.311Z | Downloaded clap v2.34.0 |
1074 | 2023-12-06T19:41:30.311Z | Downloaded bindgen v0.65.1 |
1075 | 2023-12-06T19:41:30.311Z | Downloaded pest v2.7.2 |
1076 | 2023-12-06T19:41:30.312Z | Downloaded subprocess v0.2.9 |
1077 | 2023-12-06T19:41:30.312Z | Downloaded heapless v0.7.16 |
1078 | 2023-12-06T19:41:30.312Z | Downloaded expectorate v1.1.0 |
1079 | 2023-12-06T19:41:30.312Z | Downloaded num-bigint v0.4.4 |
1080 | 2023-12-06T19:41:30.312Z | Downloaded unicode-normalization v0.1.22 |
1081 | 2023-12-06T19:41:30.312Z | Downloaded rayon-core v1.12.0 |
1082 | 2023-12-06T19:41:30.312Z | Downloaded pretty_assertions v1.4.0 |
1083 | 2023-12-06T19:41:30.312Z | Downloaded unicode-segmentation v1.10.1 |
1084 | 2023-12-06T19:41:30.312Z | Downloaded platforms v3.0.2 |
1085 | 2023-12-06T19:41:30.312Z | Downloaded zip v0.6.6 |
1086 | 2023-12-06T19:41:30.312Z | Downloaded snafu v0.7.5 |
1087 | 2023-12-06T19:41:30.312Z | Downloaded tough v0.15.0 |
1088 | 2023-12-06T19:41:30.312Z | Downloaded aho-corasick v1.0.4 |
1089 | 2023-12-06T19:41:30.312Z | Downloaded pin-project-internal v1.1.3 |
1090 | 2023-12-06T19:41:30.312Z | Downloaded textwrap v0.16.0 |
1091 | 2023-12-06T19:41:30.312Z | Downloaded postgres-protocol v0.6.6 |
1092 | 2023-12-06T19:41:30.313Z | Downloaded parking_lot v0.12.1 |
1093 | 2023-12-06T19:41:30.313Z | Downloaded libxml v0.3.3 |
1094 | 2023-12-06T19:41:30.313Z | Downloaded futures-macro v0.3.29 |
1095 | 2023-12-06T19:41:30.313Z | Downloaded libloading v0.7.4 |
1096 | 2023-12-06T19:41:30.313Z | Downloaded rustc-demangle v0.1.23 |
1097 | 2023-12-06T19:41:30.313Z | Downloaded socket2 v0.4.9 |
1098 | 2023-12-06T19:41:30.313Z | Downloaded toml_edit v0.19.15 |
1099 | 2023-12-06T19:41:30.313Z | Downloaded ring v0.17.5 |
1100 | 2023-12-06T19:41:30.313Z | Downloaded enum-as-inner v0.5.1 |
1101 | 2023-12-06T19:41:30.313Z | Downloaded schemars_derive v0.8.13 |
1102 | 2023-12-06T19:41:30.313Z | Downloaded rustc-hash v1.1.0 |
1103 | 2023-12-06T19:41:30.313Z | Downloaded postgres-types v0.2.6 |
1104 | 2023-12-06T19:41:30.313Z | Downloaded pem-rfc7468 v0.7.0 |
1105 | 2023-12-06T19:41:30.313Z | Downloaded which v4.4.0 |
1106 | 2023-12-06T19:41:30.314Z | Downloaded futures-sink v0.3.29 |
1107 | 2023-12-06T19:41:30.314Z | Downloaded predicates-core v1.0.6 |
1108 | 2023-12-06T19:41:30.314Z | Downloaded pkcs8 v0.10.2 |
1109 | 2023-12-06T19:41:30.314Z | Downloaded futures-channel v0.3.29 |
1110 | 2023-12-06T19:41:30.314Z | Downloaded rustls-pemfile v1.0.3 |
1111 | 2023-12-06T19:41:30.314Z | Downloaded unicode-width v0.1.11 |
1112 | 2023-12-06T19:41:30.314Z | Downloaded time-macros v0.2.13 |
1113 | 2023-12-06T19:41:30.314Z | Downloaded ring v0.16.20 |
1114 | 2023-12-06T19:41:30.465Z | Downloaded relative-path v1.9.0 |
1115 | 2023-12-06T19:41:30.469Z | Downloaded headers v0.3.9 |
1116 | 2023-12-06T19:41:30.476Z | Downloaded hashbrown v0.12.3 |
1117 | 2023-12-06T19:41:30.483Z | Downloaded nom v7.1.3 |
1118 | 2023-12-06T19:41:30.493Z | Downloaded tracing v0.1.37 |
1119 | 2023-12-06T19:41:30.500Z | Downloaded tokio-util v0.7.10 |
1120 | 2023-12-06T19:41:30.511Z | Downloaded rand_core v0.6.4 |
1121 | 2023-12-06T19:41:30.514Z | Downloaded pkg-config v0.3.27 |
1122 | 2023-12-06T19:41:30.518Z | Downloaded pem v1.1.1 |
1123 | 2023-12-06T19:41:30.518Z | Downloaded der_derive v0.7.2 |
1124 | 2023-12-06T19:41:30.521Z | Downloaded lalrpop v0.19.12 |
1125 | 2023-12-06T19:41:30.540Z | Downloaded rustls-native-certs v0.6.3 |
1126 | 2023-12-06T19:41:30.544Z | Downloaded predicates v2.1.5 |
1127 | 2023-12-06T19:41:30.549Z | Downloaded snafu-derive v0.7.5 |
1128 | 2023-12-06T19:41:30.552Z | Downloaded fatfs v0.3.6 |
1129 | 2023-12-06T19:41:30.559Z | Downloaded trust-dns-client v0.22.0 |
1130 | 2023-12-06T19:41:30.565Z | Downloaded time v0.3.27 |
1131 | 2023-12-06T19:41:30.575Z | Downloaded serde_with v2.3.3 |
1132 | 2023-12-06T19:41:30.588Z | Downloaded fnv v1.0.7 |
1133 | 2023-12-06T19:41:30.592Z | Downloaded stable_deref_trait v1.2.0 |
1134 | 2023-12-06T19:41:30.592Z | Downloaded predicates v3.0.4 |
1135 | 2023-12-06T19:41:30.598Z | Downloaded getrandom v0.2.10 |
1136 | 2023-12-06T19:41:30.603Z | Downloaded rcgen v0.11.3 |
1137 | 2023-12-06T19:41:30.603Z | Downloaded uuid v1.6.1 |
1138 | 2023-12-06T19:41:30.609Z | Downloaded papergrid v0.10.0 |
1139 | 2023-12-06T19:41:30.618Z | Downloaded tar v0.4.40 |
1140 | 2023-12-06T19:41:30.624Z | Downloaded http v0.2.11 |
1141 | 2023-12-06T19:41:30.630Z | Downloaded url v2.5.0 |
1142 | 2023-12-06T19:41:30.637Z | Downloaded tokio-postgres v0.7.10 |
1143 | 2023-12-06T19:41:30.643Z | Downloaded steno v0.4.0 |
1144 | 2023-12-06T19:41:30.651Z | Downloaded universal-hash v0.5.1 |
1145 | 2023-12-06T19:41:31.069Z | Downloaded spin v0.9.8 |
1146 | 2023-12-06T19:41:31.069Z | Downloaded deranged v0.3.8 |
1147 | 2023-12-06T19:41:31.069Z | Downloaded smallvec v1.11.0 |
1148 | 2023-12-06T19:41:31.085Z | Downloaded take_mut v0.2.2 |
1149 | 2023-12-06T19:41:31.085Z | Downloaded secrecy v0.8.0 |
1150 | 2023-12-06T19:41:31.086Z | Downloaded serde-hex v0.1.0 |
1151 | 2023-12-06T19:41:31.086Z | Downloaded partial-io v0.5.4 |
1152 | 2023-12-06T19:41:31.086Z | Downloaded half v1.8.2 |
1153 | 2023-12-06T19:41:31.086Z | Downloaded trust-dns-resolver v0.22.0 |
1154 | 2023-12-06T19:41:31.086Z | Downloaded ron v0.8.1 |
1155 | 2023-12-06T19:41:31.087Z | Downloaded trust-dns-server v0.22.1 |
1156 | 2023-12-06T19:41:31.087Z | Downloaded highway v1.1.0 |
1157 | 2023-12-06T19:41:31.087Z | Downloaded hex-literal v0.4.1 |
1158 | 2023-12-06T19:41:31.087Z | Downloaded scheduled-thread-pool v0.2.7 |
1159 | 2023-12-06T19:41:31.087Z | Downloaded rust-argon2 v1.0.1 |
1160 | 2023-12-06T19:41:31.087Z | Downloaded rsa v0.9.2 |
1161 | 2023-12-06T19:41:31.087Z | Downloaded vsss-rs v3.3.1 |
1162 | 2023-12-06T19:41:31.087Z | Downloaded test-strategy v0.3.1 |
1163 | 2023-12-06T19:41:31.087Z | Downloaded flate2 v1.0.28 |
1164 | 2023-12-06T19:41:31.088Z | Downloaded semver v0.1.20 |
1165 | 2023-12-06T19:41:31.088Z | Downloaded untrusted v0.9.0 |
1166 | 2023-12-06T19:41:31.088Z | Downloaded untrusted v0.7.1 |
1167 | 2023-12-06T19:41:31.088Z | Downloaded ref-cast-impl v1.0.20 |
1168 | 2023-12-06T19:41:31.088Z | Downloaded pest_derive v2.7.2 |
1169 | 2023-12-06T19:41:31.088Z | Downloaded futures-timer v3.0.2 |
1170 | 2023-12-06T19:41:31.088Z | Downloaded futures-task v0.3.29 |
1171 | 2023-12-06T19:41:31.088Z | Downloaded num-bigint-dig v0.8.4 |
1172 | 2023-12-06T19:41:31.088Z | Downloaded structmeta v0.2.0 |
1173 | 2023-12-06T19:41:31.088Z | Downloaded fallible-iterator v0.2.0 |
1174 | 2023-12-06T19:41:31.089Z | Downloaded der v0.7.8 |
1175 | 2023-12-06T19:41:31.089Z | Downloaded rustversion v1.0.14 |
1176 | 2023-12-06T19:41:31.089Z | Downloaded filetime v0.2.22 |
1177 | 2023-12-06T19:41:31.089Z | Downloaded ff v0.13.0 |
1178 | 2023-12-06T19:41:31.089Z | Downloaded siphasher v0.3.11 |
1179 | 2023-12-06T19:41:31.089Z | Downloaded derive-where v1.2.5 |
1180 | 2023-12-06T19:41:31.089Z | Downloaded tracing-core v0.1.31 |
1181 | 2023-12-06T19:41:31.090Z | Downloaded rstest v0.18.2 |
1182 | 2023-12-06T19:41:31.090Z | Downloaded pretty-hex v0.4.0 |
1183 | 2023-12-06T19:41:31.090Z | Downloaded foreign-types v0.3.2 |
1184 | 2023-12-06T19:41:31.090Z | Downloaded hex v0.4.3 |
1185 | 2023-12-06T19:41:31.090Z | Downloaded form_urlencoded v1.2.1 |
1186 | 2023-12-06T19:41:31.090Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2023-12-06T19:41:31.090Z | Downloaded radium v0.7.0 |
1188 | 2023-12-06T19:41:31.091Z | Downloaded plotters-backend v0.3.5 |
1189 | 2023-12-06T19:41:31.091Z | Downloaded generic-array v0.14.7 |
1190 | 2023-12-06T19:41:31.091Z | Downloaded rand v0.8.5 |
1191 | 2023-12-06T19:41:31.091Z | Downloaded ena v0.14.2 |
1192 | 2023-12-06T19:41:31.091Z | Downloaded linear-map v1.2.0 |
1193 | 2023-12-06T19:41:31.091Z | Downloaded rand v0.4.6 |
1194 | 2023-12-06T19:41:31.091Z | Downloaded tinytemplate v1.2.1 |
1195 | 2023-12-06T19:41:31.091Z | Downloaded signal-hook v0.3.17 |
1196 | 2023-12-06T19:41:31.091Z | Downloaded salty v0.2.0 |
1197 | 2023-12-06T19:41:31.091Z | Downloaded resolv-conf v0.7.0 |
1198 | 2023-12-06T19:41:31.091Z | Downloaded pest_generator v2.7.2 |
1199 | 2023-12-06T19:41:31.092Z | Downloaded slog-term v2.9.0 |
1200 | 2023-12-06T19:41:31.092Z | Downloaded stringprep v0.1.3 |
1201 | 2023-12-06T19:41:31.092Z | Downloaded proc-macro-error v1.0.4 |
1202 | 2023-12-06T19:41:31.092Z | Downloaded pkcs1 v0.7.5 |
1203 | 2023-12-06T19:41:31.092Z | Downloaded percent-encoding v2.3.1 |
1204 | 2023-12-06T19:41:31.092Z | Downloaded elliptic-curve v0.13.5 |
1205 | 2023-12-06T19:41:31.092Z | Downloaded serde_with_macros v2.3.3 |
1206 | 2023-12-06T19:41:31.092Z | Downloaded socket2 v0.5.5 |
1207 | 2023-12-06T19:41:31.092Z | Downloaded tinyvec v1.6.0 |
1208 | 2023-12-06T19:41:31.092Z | Downloaded hmac v0.12.1 |
1209 | 2023-12-06T19:41:31.104Z | Downloaded home v0.5.5 |
1210 | 2023-12-06T19:41:31.104Z | Downloaded heck v0.3.3 |
1211 | 2023-12-06T19:41:31.104Z | Downloaded futures-executor v0.3.29 |
1212 | 2023-12-06T19:41:31.104Z | Downloaded futures-core v0.3.29 |
1213 | 2023-12-06T19:41:31.104Z | Downloaded data-encoding v2.4.0 |
1214 | 2023-12-06T19:41:31.104Z | Downloaded remove_dir_all v0.5.3 |
1215 | 2023-12-06T19:41:31.105Z | Downloaded rustc_version v0.1.7 |
1216 | 2023-12-06T19:41:31.105Z | Downloaded futures v0.3.29 |
1217 | 2023-12-06T19:41:31.105Z | Downloaded zeroize v1.7.0 |
1218 | 2023-12-06T19:41:31.105Z | Downloaded tokio-macros v2.2.0 |
1219 | 2023-12-06T19:41:31.105Z | Downloaded itertools v0.12.0 |
1220 | 2023-12-06T19:41:31.105Z | Downloaded minimal-lexical v0.2.1 |
1221 | 2023-12-06T19:41:31.105Z | Downloaded thiserror-impl-no-std v2.0.2 |
1222 | 2023-12-06T19:41:31.105Z | Downloaded globset v0.4.13 |
1223 | 2023-12-06T19:41:31.105Z | Downloaded phf v0.11.2 |
1224 | 2023-12-06T19:41:31.105Z | Downloaded diff v0.1.13 |
1225 | 2023-12-06T19:41:31.106Z | Downloaded proc-macro-error-attr v1.0.4 |
1226 | 2023-12-06T19:41:31.106Z | Downloaded datatest-stable v0.2.3 |
1227 | 2023-12-06T19:41:31.106Z | Downloaded diesel_derives v2.1.2 |
1228 | 2023-12-06T19:41:31.106Z | Downloaded group v0.13.0 |
1229 | 2023-12-06T19:41:31.106Z | Downloaded httptest v0.15.5 |
1230 | 2023-12-06T19:41:31.106Z | Downloaded password-hash v0.5.0 |
1231 | 2023-12-06T19:41:31.106Z | Downloaded clang-sys v1.6.1 |
1232 | 2023-12-06T19:41:31.106Z | Downloaded difflib v0.4.0 |
1233 | 2023-12-06T19:41:31.106Z | Downloaded unicode-bidi v0.3.13 |
1234 | 2023-12-06T19:41:31.106Z | Downloaded ucd-trie v0.1.6 |
1235 | 2023-12-06T19:41:31.106Z | Downloaded slog-json v2.6.1 |
1236 | 2023-12-06T19:41:31.107Z | Downloaded sha2 v0.10.8 |
1237 | 2023-12-06T19:41:31.107Z | Downloaded serde_yaml v0.9.25 |
1238 | 2023-12-06T19:41:31.108Z | Downloaded tempfile v3.8.1 |
1239 | 2023-12-06T19:41:31.108Z | Downloaded similar v2.2.1 |
1240 | 2023-12-06T19:41:31.108Z | Downloaded new_debug_unreachable v1.0.4 |
1241 | 2023-12-06T19:41:31.108Z | Downloaded precomputed-hash v0.1.1 |
1242 | 2023-12-06T19:41:31.108Z | Downloaded want v0.3.1 |
1243 | 2023-12-06T19:41:31.108Z | Downloaded phf_shared v0.10.0 |
1244 | 2023-12-06T19:41:31.108Z | Downloaded static_assertions v1.1.0 |
1245 | 2023-12-06T19:41:31.108Z | Downloaded zeroize_derive v1.4.2 |
1246 | 2023-12-06T19:41:31.108Z | Downloaded mio v0.8.9 |
1247 | 2023-12-06T19:41:31.108Z | Downloaded walkdir v2.4.0 |
1248 | 2023-12-06T19:41:31.120Z | Downloaded derive_builder_core v0.12.0 |
1249 | 2023-12-06T19:41:31.120Z | Downloaded vec_map v0.8.2 |
1250 | 2023-12-06T19:41:31.120Z | Downloaded parking_lot v0.11.2 |
1251 | 2023-12-06T19:41:31.120Z | Downloaded num-traits v0.2.16 |
1252 | 2023-12-06T19:41:31.122Z | Downloaded derive_builder v0.12.0 |
1253 | 2023-12-06T19:41:31.122Z | Downloaded darling_macro v0.20.3 |
1254 | 2023-12-06T19:41:31.122Z | Downloaded usdt-impl v0.3.5 |
1255 | 2023-12-06T19:41:31.122Z | Downloaded slab v0.4.9 |
1256 | 2023-12-06T19:41:31.122Z | Downloaded oso v0.27.0 |
1257 | 2023-12-06T19:41:31.122Z | Downloaded miniz_oxide v0.7.1 |
1258 | 2023-12-06T19:41:31.123Z | Downloaded darling_core v0.14.4 |
1259 | 2023-12-06T19:41:31.123Z | Downloaded toml v0.5.11 |
1260 | 2023-12-06T19:41:31.123Z | Downloaded crossbeam-channel v0.5.8 |
1261 | 2023-12-06T19:41:31.123Z | Downloaded rusty-fork v0.3.0 |
1262 | 2023-12-06T19:41:31.123Z | Downloaded tiny-keccak v2.0.2 |
1263 | 2023-12-06T19:41:31.123Z | Downloaded textwrap v0.11.0 |
1264 | 2023-12-06T19:41:31.123Z | Downloaded tempdir v0.3.7 |
1265 | 2023-12-06T19:41:31.124Z | Downloaded hubpack v0.1.2 |
1266 | 2023-12-06T19:41:31.124Z | Downloaded doc-comment v0.3.3 |
1267 | 2023-12-06T19:41:31.124Z | Downloaded http-body v0.4.5 |
1268 | 2023-12-06T19:41:31.124Z | Downloaded usdt v0.3.5 |
1269 | 2023-12-06T19:41:31.124Z | Downloaded crossbeam-utils v0.8.16 |
1270 | 2023-12-06T19:41:31.124Z | Downloaded vte_generate_state_changes v0.1.1 |
1271 | 2023-12-06T19:41:31.124Z | Downloaded slog-dtrace v0.2.3 |
1272 | 2023-12-06T19:41:31.124Z | Downloaded slog-bunyan v2.4.0 |
1273 | 2023-12-06T19:41:31.124Z | Downloaded fragile v2.0.0 |
1274 | 2023-12-06T19:41:31.125Z | Downloaded termtree v0.4.1 |
1275 | 2023-12-06T19:41:31.125Z | Downloaded tracing-attributes v0.1.26 |
1276 | 2023-12-06T19:41:31.133Z | Downloaded term v0.7.0 |
1277 | 2023-12-06T19:41:31.133Z | Downloaded managed v0.8.0 |
1278 | 2023-12-06T19:41:31.133Z | Downloaded hubpack_derive v0.1.1 |
1279 | 2023-12-06T19:41:31.133Z | Downloaded dyn-clone v1.0.13 |
1280 | 2023-12-06T19:41:31.134Z | Downloaded cc v1.0.83 |
1281 | 2023-12-06T19:41:31.142Z | Downloaded backtrace v0.3.69 |
1282 | 2023-12-06T19:41:31.142Z | Downloaded nu-ansi-term v0.49.0 |
1283 | 2023-12-06T19:41:31.152Z | Downloaded signal-hook-mio v0.2.3 |
1284 | 2023-12-06T19:41:31.152Z | Downloaded shell-words v1.1.0 |
1285 | 2023-12-06T19:41:31.152Z | Downloaded num-rational v0.4.1 |
1286 | 2023-12-06T19:41:31.153Z | Downloaded multer v2.1.0 |
1287 | 2023-12-06T19:41:31.163Z | Downloaded indexmap v1.9.3 |
1288 | 2023-12-06T19:41:31.163Z | Downloaded slog v2.7.0 |
1289 | 2023-12-06T19:41:31.172Z | Downloaded ed25519 v1.5.3 |
1290 | 2023-12-06T19:41:31.172Z | Downloaded quick-error v1.2.3 |
1291 | 2023-12-06T19:41:31.172Z | Downloaded flagset v0.4.3 |
1292 | 2023-12-06T19:41:31.172Z | Downloaded indicatif v0.17.7 |
1293 | 2023-12-06T19:41:31.183Z | Downloaded fixedbitset v0.4.2 |
1294 | 2023-12-06T19:41:31.183Z | Downloaded schemars v0.8.13 |
1295 | 2023-12-06T19:41:31.199Z | Downloaded num-iter v0.1.43 |
1296 | 2023-12-06T19:41:31.209Z | Downloaded mime v0.3.17 |
1297 | 2023-12-06T19:41:31.209Z | Downloaded predicates-tree v1.0.9 |
1298 | 2023-12-06T19:41:31.210Z | Downloaded dof v0.1.5 |
1299 | 2023-12-06T19:41:31.210Z | Downloaded serde_urlencoded v0.7.1 |
1300 | 2023-12-06T19:41:31.221Z | Downloaded float-cmp v0.9.0 |
1301 | 2023-12-06T19:41:31.221Z | Downloaded unicode-linebreak v0.1.5 |
1302 | 2023-12-06T19:41:31.221Z | Downloaded string_cache v0.8.7 |
1303 | 2023-12-06T19:41:31.221Z | Downloaded mockall_derive v0.11.4 |
1304 | 2023-12-06T19:41:31.221Z | Downloaded serde_tokenstream v0.1.7 |
1305 | 2023-12-06T19:41:31.229Z | Downloaded xattr v1.0.1 |
1306 | 2023-12-06T19:41:31.230Z | Downloaded bzip2 v0.4.4 |
1307 | 2023-12-06T19:41:31.230Z | Downloaded blake2 v0.10.6 |
1308 | 2023-12-06T19:41:31.239Z | Downloaded base64 v0.13.1 |
1309 | 2023-12-06T19:41:31.240Z | Downloaded arc-swap v1.6.0 |
1310 | 2023-12-06T19:41:31.249Z | Downloaded unicase v2.7.0 |
1311 | 2023-12-06T19:41:31.249Z | Downloaded unarray v0.1.4 |
1312 | 2023-12-06T19:41:31.303Z | Downloaded tui-tree-widget v0.13.0 |
1313 | 2023-12-06T19:41:31.303Z | Downloaded termcolor v1.2.0 |
1314 | 2023-12-06T19:41:31.303Z | Downloaded synstructure v0.12.6 |
1315 | 2023-12-06T19:41:31.303Z | Downloaded structopt-derive v0.4.18 |
1316 | 2023-12-06T19:41:31.303Z | Downloaded smf v0.2.2 |
1317 | 2023-12-06T19:41:31.303Z | Downloaded slog-stdlog v4.1.1 |
1318 | 2023-12-06T19:41:31.315Z | Downloaded slog-scope v4.4.0 |
1319 | 2023-12-06T19:41:31.315Z | Downloaded slog-async v2.8.0 |
1320 | 2023-12-06T19:41:31.315Z | Downloaded signature v2.1.0 |
1321 | 2023-12-06T19:41:31.315Z | Downloaded openssl-probe v0.1.5 |
1322 | 2023-12-06T19:41:31.315Z | Downloaded fxhash v0.2.1 |
1323 | 2023-12-06T19:41:31.315Z | Downloaded derive_builder_macro v0.12.0 |
1324 | 2023-12-06T19:41:31.316Z | Downloaded omicron-zone-package v0.9.1 |
1325 | 2023-12-06T19:41:31.316Z | Downloaded yansi v0.5.1 |
1326 | 2023-12-06T19:41:31.316Z | Downloaded threadpool v1.8.1 |
1327 | 2023-12-06T19:41:31.316Z | Downloaded thread_local v1.1.7 |
1328 | 2023-12-06T19:41:31.316Z | Downloaded thread-id v4.2.0 |
1329 | 2023-12-06T19:41:31.316Z | Downloaded sct v0.7.0 |
1330 | 2023-12-06T19:41:31.316Z | Downloaded bcs v0.1.6 |
1331 | 2023-12-06T19:41:31.316Z | Downloaded thiserror-no-std v2.0.2 |
1332 | 2023-12-06T19:41:31.316Z | Downloaded num-complex v0.4.4 |
1333 | 2023-12-06T19:41:31.331Z | Downloaded bytes v1.5.0 |
1334 | 2023-12-06T19:41:31.331Z | Downloaded nibble_vec v0.1.0 |
1335 | 2023-12-06T19:41:31.331Z | Downloaded cast v0.3.0 |
1336 | 2023-12-06T19:41:31.331Z | Downloaded darling_macro v0.14.4 |
1337 | 2023-12-06T19:41:31.331Z | Downloaded pretty-hex v0.2.1 |
1338 | 2023-12-06T19:41:31.332Z | Downloaded downcast v0.11.0 |
1339 | 2023-12-06T19:41:31.332Z | Downloaded olpc-cjson v0.1.3 |
1340 | 2023-12-06T19:41:31.332Z | Downloaded macaddr v1.0.1 |
1341 | 2023-12-06T19:41:31.332Z | Downloaded toolchain_find v0.2.0 |
1342 | 2023-12-06T19:41:31.332Z | Downloaded structmeta-derive v0.2.0 |
1343 | 2023-12-06T19:41:31.332Z | Downloaded spin v0.5.2 |
1344 | 2023-12-06T19:41:31.332Z | Downloaded criterion v0.5.1 |
1345 | 2023-12-06T19:41:31.341Z | Downloaded const-oid v0.9.5 |
1346 | 2023-12-06T19:41:31.342Z | Downloaded cancel-safe-futures v0.1.5 |
1347 | 2023-12-06T19:41:31.350Z | Downloaded tower-service v0.3.2 |
1348 | 2023-12-06T19:41:31.350Z | Downloaded topological-sort v0.2.2 |
1349 | 2023-12-06T19:41:31.350Z | Downloaded num v0.4.1 |
1350 | 2023-12-06T19:41:31.351Z | Downloaded console v0.15.7 |
1351 | 2023-12-06T19:41:31.356Z | Downloaded bytecount v0.6.3 |
1352 | 2023-12-06T19:41:31.357Z | Downloaded blake2b_simd v1.0.1 |
1353 | 2023-12-06T19:41:31.362Z | Downloaded ciborium v0.2.1 |
1354 | 2023-12-06T19:41:31.362Z | Downloaded base64ct v1.6.0 |
1355 | 2023-12-06T19:41:31.371Z | Downloaded autocfg v1.1.0 |
1356 | 2023-12-06T19:41:31.371Z | Downloaded ahash v0.8.3 |
1357 | 2023-12-06T19:41:31.375Z | Downloaded mime_guess v2.0.4 |
1358 | 2023-12-06T19:41:31.375Z | Downloaded ciborium-ll v0.2.1 |
1359 | 2023-12-06T19:41:31.376Z | Downloaded crc32fast v1.3.2 |
1360 | 2023-12-06T19:41:31.379Z | Downloaded colored v2.0.4 |
1361 | 2023-12-06T19:41:31.383Z | Downloaded bitfield v0.14.0 |
1362 | 2023-12-06T19:41:31.383Z | Downloaded keccak v0.1.4 |
1363 | 2023-12-06T19:41:31.387Z | Downloaded backoff v0.4.0 |
1364 | 2023-12-06T19:41:31.391Z | Downloaded serde_path_to_error v0.1.14 |
1365 | 2023-12-06T19:41:31.394Z | Downloaded semver v0.11.0 |
1366 | 2023-12-06T19:41:31.394Z | Downloaded time-core v0.1.1 |
1367 | 2023-12-06T19:41:31.398Z | Downloaded semver-parser v0.10.2 |
1368 | 2023-12-06T19:41:31.398Z | Downloaded libtest-mimic v0.6.1 |
1369 | 2023-12-06T19:41:31.402Z | Downloaded itertools v0.11.0 |
1370 | 2023-12-06T19:41:31.419Z | Downloaded maybe-uninit v2.0.0 |
1371 | 2023-12-06T19:41:31.428Z | Downloaded bitflags v2.4.0 |
1372 | 2023-12-06T19:41:31.431Z | Downloaded assert_cmd v2.0.12 |
1373 | 2023-12-06T19:41:31.431Z | Downloaded num-derive v0.4.0 |
1374 | 2023-12-06T19:41:31.439Z | Downloaded libm v0.2.7 |
1375 | 2023-12-06T19:41:31.449Z | Downloaded itertools v0.10.5 |
1376 | 2023-12-06T19:41:31.457Z | Downloaded buf-list v1.0.3 |
1377 | 2023-12-06T19:41:31.876Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1378 | 2023-12-06T19:41:31.877Z | Downloaded swrite v0.1.0 |
1379 | 2023-12-06T19:41:31.877Z | Downloaded num_enum_derive v0.5.11 |
1380 | 2023-12-06T19:41:31.877Z | Downloaded criterion-plot v0.5.0 |
1381 | 2023-12-06T19:41:31.892Z | Downloaded arrayvec v0.7.4 |
1382 | 2023-12-06T19:41:31.892Z | Downloaded async-recursion v1.0.5 |
1383 | 2023-12-06T19:41:31.892Z | Downloaded argon2 v0.5.2 |
1384 | 2023-12-06T19:41:31.892Z | Downloaded is-terminal v0.4.9 |
1385 | 2023-12-06T19:41:31.892Z | Downloaded indoc v1.0.9 |
1386 | 2023-12-06T19:41:31.893Z | Downloaded serial_test_derive v0.10.0 |
1387 | 2023-12-06T19:41:31.893Z | Downloaded libsw v3.3.0 |
1388 | 2023-12-06T19:41:31.893Z | Downloaded darling v0.14.4 |
1389 | 2023-12-06T19:41:31.893Z | Downloaded block-padding v0.3.3 |
1390 | 2023-12-06T19:41:31.893Z | Downloaded hyper-tls v0.5.0 |
1391 | 2023-12-06T19:41:31.894Z | Downloaded cassowary v0.3.0 |
1392 | 2023-12-06T19:41:31.894Z | Downloaded bit-set v0.5.3 |
1393 | 2023-12-06T19:41:31.896Z | Downloaded iana-time-zone v0.1.57 |
1394 | 2023-12-06T19:41:31.896Z | Downloaded bytesize v1.3.0 |
1395 | 2023-12-06T19:41:31.896Z | Downloaded lazycell v1.3.0 |
1396 | 2023-12-06T19:41:31.896Z | Downloaded crucible-workspace-hack v0.1.0 |
1397 | 2023-12-06T19:41:31.896Z | Downloaded block-buffer v0.10.4 |
1398 | 2023-12-06T19:41:31.897Z | Downloaded shlex v1.1.0 |
1399 | 2023-12-06T19:41:31.897Z | Downloaded serial_test v0.10.0 |
1400 | 2023-12-06T19:41:31.897Z | Downloaded cfg-if v0.1.10 |
1401 | 2023-12-06T19:41:31.897Z | Downloaded hyper-staticfile v0.9.5 |
1402 | 2023-12-06T19:41:31.897Z | Downloaded constant_time_eq v0.2.6 |
1403 | 2023-12-06T19:41:31.897Z | Downloaded indoc v2.0.3 |
1404 | 2023-12-06T19:41:31.897Z | Downloaded byteorder v1.5.0 |
1405 | 2023-12-06T19:41:31.898Z | Downloaded base16ct v0.2.0 |
1406 | 2023-12-06T19:41:31.898Z | Downloaded ansi_term v0.12.1 |
1407 | 2023-12-06T19:41:31.898Z | Downloaded mockall v0.11.4 |
1408 | 2023-12-06T19:41:31.898Z | Downloaded crossbeam-queue v0.3.8 |
1409 | 2023-12-06T19:41:31.898Z | Downloaded bit-vec v0.6.3 |
1410 | 2023-12-06T19:41:31.898Z | Downloaded arrayref v0.3.7 |
1411 | 2023-12-06T19:41:31.898Z | Downloaded crunchy v0.2.2 |
1412 | 2023-12-06T19:41:31.898Z | Downloaded normalize-line-endings v0.3.0 |
1413 | 2023-12-06T19:41:31.898Z | Downloaded ipnet v2.8.0 |
1414 | 2023-12-06T19:41:31.899Z | Downloaded ciborium-io v0.2.1 |
1415 | 2023-12-06T19:41:31.899Z | Downloaded async-stream v0.3.5 |
1416 | 2023-12-06T19:41:31.899Z | Downloaded assert_matches v1.5.0 |
1417 | 2023-12-06T19:41:31.899Z | Downloaded memoffset v0.9.0 |
1418 | 2023-12-06T19:41:31.899Z | Downloaded darling v0.20.3 |
1419 | 2023-12-06T19:41:31.899Z | Downloaded instant v0.1.12 |
1420 | 2023-12-06T19:41:31.900Z | Downloaded lalrpop-util v0.19.12 |
1421 | 2023-12-06T19:41:31.901Z | Downloaded crossterm v0.27.0 |
1422 | 2023-12-06T19:41:31.901Z | Downloaded async-stream-impl v0.3.5 |
1423 | 2023-12-06T19:41:31.901Z | Downloaded aead v0.5.2 |
1424 | 2023-12-06T19:41:31.901Z | Downloaded array-init v0.0.4 |
1425 | 2023-12-06T19:41:31.902Z | Downloaded approx v0.5.1 |
1426 | 2023-12-06T19:41:31.902Z | Downloaded ascii-canvas v3.0.0 |
1427 | 2023-12-06T19:41:31.902Z | Downloaded memoffset v0.7.1 |
1428 | 2023-12-06T19:41:31.902Z | Downloaded crc v3.0.1 |
1429 | 2023-12-06T19:41:31.902Z | Downloaded lock_api v0.4.10 |
1430 | 2023-12-06T19:41:31.902Z | Downloaded is_ci v1.1.1 |
1431 | 2023-12-06T19:41:31.902Z | Downloaded atomicwrites v0.4.2 |
1432 | 2023-12-06T19:41:31.902Z | Downloaded atty v0.2.14 |
1433 | 2023-12-06T19:41:31.903Z | Downloaded serde_plain v1.0.2 |
1434 | 2023-12-06T19:41:31.903Z | Downloaded linked-hash-map v0.5.6 |
1435 | 2023-12-06T19:41:31.903Z | Downloaded curve25519-dalek-derive v0.1.0 |
1436 | 2023-12-06T19:41:31.903Z | Downloaded cpufeatures v0.2.9 |
1437 | 2023-12-06T19:41:31.903Z | Downloaded crossbeam-epoch v0.9.15 |
1438 | 2023-12-06T19:41:31.903Z | Downloaded crc-any v2.4.3 |
1439 | 2023-12-06T19:41:31.903Z | Downloaded cookie v0.18.0 |
1440 | 2023-12-06T19:41:31.903Z | Downloaded lru-cache v0.1.2 |
1441 | 2023-12-06T19:41:31.903Z | Downloaded libefi-sys v0.1.0 |
1442 | 2023-12-06T19:41:31.903Z | Downloaded inout v0.1.3 |
1443 | 2023-12-06T19:41:31.903Z | Downloaded crypto-common v0.1.6 |
1444 | 2023-12-06T19:41:31.903Z | Downloaded cipher v0.4.4 |
1445 | 2023-12-06T19:41:31.903Z | Downloaded cfg-if v1.0.0 |
1446 | 2023-12-06T19:41:31.903Z | Downloaded match_cfg v0.1.0 |
1447 | 2023-12-06T19:41:31.903Z | Downloaded cstr-argument v0.1.2 |
1448 | 2023-12-06T19:41:31.904Z | Downloaded crypto-bigint v0.5.2 |
1449 | 2023-12-06T19:41:31.906Z | Downloaded convert_case v0.4.0 |
1450 | 2023-12-06T19:41:31.906Z | Downloaded constant_time_eq v0.3.0 |
1451 | 2023-12-06T19:41:32.262Z | Compiling serde v1.0.192 |
1452 | 2023-12-06T19:41:32.262Z | Compiling autocfg v1.1.0 |
1453 | 2023-12-06T19:41:32.272Z | Checking cfg-if v1.0.0 |
1454 | 2023-12-06T19:41:32.272Z | Compiling version_check v0.9.4 |
1455 | 2023-12-06T19:41:32.272Z | Compiling syn v1.0.109 |
1456 | 2023-12-06T19:41:32.292Z | Checking libc v0.2.150 |
1457 | 2023-12-06T19:41:32.353Z | Compiling syn v2.0.32 |
1458 | 2023-12-06T19:41:32.387Z | Compiling parking_lot_core v0.9.8 |
1459 | 2023-12-06T19:41:32.413Z | Compiling libm v0.2.7 |
1460 | 2023-12-06T19:41:32.904Z | Compiling cc v1.0.83 |
1461 | 2023-12-06T19:41:33.051Z | Compiling futures-core v0.3.29 |
1462 | 2023-12-06T19:41:33.098Z | Compiling once_cell v1.18.0 |
1463 | 2023-12-06T19:41:33.454Z | Compiling serde_json v1.0.108 |
1464 | 2023-12-06T19:41:33.561Z | Compiling memchr v2.6.3 |
1465 | 2023-12-06T19:41:33.592Z | Compiling lock_api v0.4.10 |
1466 | 2023-12-06T19:41:33.893Z | Compiling num-traits v0.2.16 |
1467 | 2023-12-06T19:41:34.167Z | Compiling slab v0.4.9 |
1468 | 2023-12-06T19:41:34.339Z | Checking getrandom v0.2.10 |
1469 | 2023-12-06T19:41:34.433Z | Compiling futures-task v0.3.29 |
1470 | 2023-12-06T19:41:34.678Z | Compiling futures-channel v0.3.29 |
1471 | 2023-12-06T19:41:34.933Z | Compiling typenum v1.16.0 |
1472 | 2023-12-06T19:41:34.979Z | Compiling futures-util v0.3.29 |
1473 | 2023-12-06T19:41:35.277Z | Compiling generic-array v0.14.7 |
1474 | 2023-12-06T19:41:35.689Z | Checking scopeguard v1.2.0 |
1475 | 2023-12-06T19:41:35.865Z | Compiling log v0.4.20 |
1476 | 2023-12-06T19:41:35.882Z | Compiling pkg-config v0.3.27 |
1477 | 2023-12-06T19:41:37.051Z | Checking smallvec v1.11.0 |
1478 | 2023-12-06T19:41:37.426Z | Checking itoa v1.0.9 |
1479 | 2023-12-06T19:41:37.614Z | Compiling rustix v0.38.25 |
1480 | 2023-12-06T19:41:37.664Z | Compiling indexmap v1.9.3 |
1481 | 2023-12-06T19:41:37.730Z | Compiling schemars v0.8.13 |
1482 | 2023-12-06T19:41:38.071Z | Compiling vcpkg v0.2.15 |
1483 | 2023-12-06T19:41:38.112Z | Compiling fnv v1.0.7 |
1484 | 2023-12-06T19:41:38.247Z | Compiling httparse v1.8.0 |
1485 | 2023-12-06T19:41:38.768Z | Checking rand_core v0.6.4 |
1486 | 2023-12-06T19:41:38.970Z | Compiling ring v0.16.20 |
1487 | 2023-12-06T19:41:39.178Z | Compiling ring v0.17.5 |
1488 | 2023-12-06T19:41:40.688Z | Compiling aho-corasick v1.0.4 |
1489 | 2023-12-06T19:41:41.000Z | Compiling regex-syntax v0.8.2 |
1490 | 2023-12-06T19:41:41.748Z | Compiling openssl-sys v0.9.96 |
1491 | 2023-12-06T19:41:43.113Z | Compiling parking_lot v0.12.1 |
1492 | 2023-12-06T19:41:44.423Z | Checking pin-project-lite v0.2.13 |
1493 | 2023-12-06T19:41:44.574Z | Compiling ahash v0.8.3 |
1494 | 2023-12-06T19:41:44.688Z | Checking spin v0.5.2 |
1495 | 2023-12-06T19:41:44.975Z | Compiling serde_derive_internals v0.26.0 |
1496 | 2023-12-06T19:41:45.184Z | Compiling openssl v0.10.60 |
1497 | 2023-12-06T19:41:45.786Z | Checking signal-hook-registry v1.4.1 |
1498 | 2023-12-06T19:41:46.261Z | Compiling ucd-trie v0.1.6 |
1499 | 2023-12-06T19:41:46.344Z | Compiling rustls v0.21.9 |
1500 | 2023-12-06T19:41:46.710Z | Compiling regex-automata v0.4.3 |
1501 | 2023-12-06T19:41:47.182Z | Checking mio v0.8.9 |
1502 | 2023-12-06T19:41:47.710Z | Compiling iana-time-zone v0.1.57 |
1503 | 2023-12-06T19:41:48.138Z | Compiling native-tls v0.2.11 |
1504 | 2023-12-06T19:41:48.334Z | Compiling async-trait v0.1.74 |
1505 | 2023-12-06T19:41:48.645Z | Checking num_cpus v1.16.0 |
1506 | 2023-12-06T19:41:49.194Z | Compiling unicode-xid v0.2.4 |
1507 | 2023-12-06T19:41:49.419Z | Compiling byteorder v1.5.0 |
1508 | 2023-12-06T19:41:49.596Z | Compiling dyn-clone v1.0.13 |
1509 | 2023-12-06T19:41:50.091Z | Compiling backtrace v0.3.69 |
1510 | 2023-12-06T19:41:50.131Z | Checking socket2 v0.5.5 |
1511 | 2023-12-06T19:41:50.889Z | Compiling futures-sink v0.3.29 |
1512 | 2023-12-06T19:41:50.917Z | Compiling hashbrown v0.13.2 |
1513 | 2023-12-06T19:41:51.009Z | Compiling errno v0.3.2 |
1514 | 2023-12-06T19:41:51.082Z | Compiling tinyvec_macros v0.1.1 |
1515 | 2023-12-06T19:41:51.194Z | Compiling crc32fast v1.3.2 |
1516 | 2023-12-06T19:41:51.323Z | Compiling crossbeam-utils v0.8.16 |
1517 | 2023-12-06T19:41:51.906Z | Checking ryu v1.0.15 |
1518 | 2023-12-06T19:41:52.133Z | Compiling tinyvec v1.6.0 |
1519 | 2023-12-06T19:41:52.678Z | Compiling anyhow v1.0.75 |
1520 | 2023-12-06T19:41:52.726Z | Compiling futures-io v0.3.29 |
1521 | 2023-12-06T19:41:53.169Z | Compiling pin-utils v0.1.0 |
1522 | 2023-12-06T19:41:53.197Z | Compiling spin v0.9.8 |
1523 | 2023-12-06T19:41:53.197Z | Compiling tracing-core v0.1.31 |
1524 | 2023-12-06T19:41:53.198Z | Compiling unicode-bidi v0.3.13 |
1525 | 2023-12-06T19:41:53.416Z | Compiling regex v1.10.2 |
1526 | 2023-12-06T19:41:54.722Z | Compiling unicode-normalization v0.1.22 |
1527 | 2023-12-06T19:41:55.268Z | Compiling num-integer v0.1.45 |
1528 | 2023-12-06T19:41:55.650Z | Compiling synstructure v0.12.6 |
1529 | 2023-12-06T19:41:55.721Z | Compiling lazy_static v1.4.0 |
1530 | 2023-12-06T19:41:55.863Z | Compiling unicode-width v0.1.11 |
1531 | 2023-12-06T19:41:55.912Z | Compiling slog v2.7.0 |
1532 | 2023-12-06T19:41:56.027Z | Compiling base64 v0.21.5 |
1533 | 2023-12-06T19:41:56.232Z | Compiling serde_derive v1.0.192 |
1534 | 2023-12-06T19:41:56.484Z | Compiling thiserror-impl v1.0.49 |
1535 | 2023-12-06T19:41:56.643Z | Compiling zeroize_derive v1.4.2 |
1536 | 2023-12-06T19:41:56.882Z | Compiling tokio-macros v2.2.0 |
1537 | 2023-12-06T19:41:57.218Z | Compiling futures-macro v0.3.29 |
1538 | 2023-12-06T19:41:57.425Z | Compiling tracing-attributes v0.1.26 |
1539 | 2023-12-06T19:41:58.593Z | Compiling schemars_derive v0.8.13 |
1540 | 2023-12-06T19:41:59.333Z | Compiling openssl-macros v0.1.1 |
1541 | 2023-12-06T19:41:59.631Z | Checking zeroize v1.7.0 |
1542 | 2023-12-06T19:42:01.897Z | Compiling thiserror v1.0.49 |
1543 | 2023-12-06T19:42:02.081Z | Compiling pest v2.7.2 |
1544 | 2023-12-06T19:42:02.581Z | Compiling zerocopy-derive v0.2.0 |
1545 | 2023-12-06T19:42:02.722Z | Compiling untrusted v0.7.1 |
1546 | 2023-12-06T19:42:03.016Z | Compiling rustversion v1.0.14 |
1547 | 2023-12-06T19:42:03.957Z | Compiling tracing v0.1.37 |
1548 | 2023-12-06T19:42:04.063Z | Compiling foreign-types-shared v0.1.1 |
1549 | 2023-12-06T19:42:04.172Z | Compiling openssl-probe v0.1.5 |
1550 | 2023-12-06T19:42:04.201Z | Compiling hashbrown v0.12.3 |
1551 | 2023-12-06T19:42:04.641Z | Compiling percent-encoding v2.3.1 |
1552 | 2023-12-06T19:42:04.712Z | Compiling untrusted v0.9.0 |
1553 | 2023-12-06T19:42:04.742Z | Checking subtle v2.5.0 |
1554 | 2023-12-06T19:42:05.362Z | Compiling time-core v0.1.1 |
1555 | 2023-12-06T19:42:05.366Z | Compiling time-macros v0.2.13 |
1556 | 2023-12-06T19:42:05.366Z | Compiling foreign-types v0.3.2 |
1557 | 2023-12-06T19:42:06.480Z | Compiling pest_meta v2.7.2 |
1558 | 2023-12-06T19:42:09.543Z | Compiling pest_generator v2.7.2 |
1559 | 2023-12-06T19:42:10.430Z | Compiling try-lock v0.2.4 |
1560 | 2023-12-06T19:42:10.717Z | Compiling want v0.3.1 |
1561 | 2023-12-06T19:42:11.608Z | Compiling sct v0.7.0 |
1562 | 2023-12-06T19:42:11.611Z | Compiling rustls-webpki v0.101.7 |
1563 | 2023-12-06T19:42:12.813Z | Compiling form_urlencoded v1.2.1 |
1564 | 2023-12-06T19:42:13.281Z | Compiling zerocopy-derive v0.6.4 |
1565 | 2023-12-06T19:42:14.553Z | Compiling socket2 v0.4.9 |
1566 | 2023-12-06T19:42:14.731Z | Compiling either v1.9.0 |
1567 | 2023-12-06T19:42:14.846Z | Compiling pest_derive v2.7.2 |
1568 | 2023-12-06T19:42:14.868Z | Compiling httpdate v1.0.3 |
1569 | 2023-12-06T19:42:15.232Z | Compiling tower-service v0.3.2 |
1570 | 2023-12-06T19:42:15.570Z | Compiling rustls-pemfile v1.0.3 |
1571 | 2023-12-06T19:42:15.896Z | Compiling idna v0.5.0 |
1572 | 2023-12-06T19:42:16.028Z | Compiling memoffset v0.9.0 |
1573 | 2023-12-06T19:42:16.104Z | Compiling usdt-impl v0.3.5 |
1574 | 2023-12-06T19:42:16.439Z | Compiling adler v1.0.2 |
1575 | 2023-12-06T19:42:16.772Z | Compiling miniz_oxide v0.7.1 |
1576 | 2023-12-06T19:42:16.956Z | Compiling rustls-native-certs v0.6.3 |
1577 | 2023-12-06T19:42:17.011Z | Compiling zerocopy v0.3.0 |
1578 | 2023-12-06T19:42:17.617Z | Compiling url v2.5.0 |
1579 | 2023-12-06T19:42:18.245Z | Checking crypto-common v0.1.6 |
1580 | 2023-12-06T19:42:18.487Z | Compiling ipnet v2.8.0 |
1581 | 2023-12-06T19:42:18.553Z | Compiling signal-hook v0.3.17 |
1582 | 2023-12-06T19:42:18.989Z | Compiling dof v0.1.5 |
1583 | 2023-12-06T19:42:19.051Z | Checking bytes v1.5.0 |
1584 | 2023-12-06T19:42:19.316Z | Checking bitflags v2.4.0 |
1585 | 2023-12-06T19:42:19.733Z | Compiling dtrace-parser v0.1.14 |
1586 | 2023-12-06T19:42:20.233Z | Checking tokio v1.34.0 |
1587 | 2023-12-06T19:42:20.730Z | Compiling indexmap v2.1.0 |
1588 | 2023-12-06T19:42:21.380Z | Compiling semver v1.0.20 |
1589 | 2023-12-06T19:42:22.235Z | Compiling uuid v1.6.1 |
1590 | 2023-12-06T19:42:22.481Z | Compiling chrono v0.4.31 |
1591 | 2023-12-06T19:42:22.534Z | Compiling http v0.2.11 |
1592 | 2023-12-06T19:42:23.018Z | Compiling toml_datetime v0.6.5 |
1593 | 2023-12-06T19:42:23.730Z | Compiling serde_spanned v0.6.4 |
1594 | 2023-12-06T19:42:24.082Z | Compiling rustc_version v0.4.0 |
1595 | 2023-12-06T19:42:24.754Z | Compiling toml_edit v0.19.15 |
1596 | 2023-12-06T19:42:25.604Z | Compiling openapiv3 v2.0.0-rc.1 |
1597 | 2023-12-06T19:42:28.891Z | Compiling http-body v0.4.5 |
1598 | 2023-12-06T19:42:30.178Z | Compiling serde_urlencoded v0.7.1 |
1599 | 2023-12-06T19:42:30.218Z | Compiling clap_derive v4.4.2 |
1600 | 2023-12-06T19:42:30.992Z | Compiling crossbeam-epoch v0.9.15 |
1601 | 2023-12-06T19:42:31.167Z | Compiling encoding_rs v0.8.33 |
1602 | 2023-12-06T19:42:31.632Z | Compiling thread-id v4.2.0 |
1603 | 2023-12-06T19:42:31.782Z | Compiling mime v0.3.17 |
1604 | 2023-12-06T19:42:32.459Z | Compiling webpki-roots v0.25.2 |
1605 | 2023-12-06T19:42:32.677Z | Compiling siphasher v0.3.11 |
1606 | 2023-12-06T19:42:32.698Z | Checking const-oid v0.9.5 |
1607 | 2023-12-06T19:42:33.303Z | Compiling gimli v0.28.0 |
1608 | 2023-12-06T19:42:35.696Z | Compiling tokio-util v0.7.10 |
1609 | 2023-12-06T19:42:36.730Z | Compiling tokio-rustls v0.24.1 |
1610 | 2023-12-06T19:42:37.488Z | Compiling h2 v0.3.21 |
1611 | 2023-12-06T19:42:38.379Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2023-12-06T19:42:38.397Z | Compiling strum_macros v0.25.2 |
1613 | 2023-12-06T19:42:38.947Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1614 | 2023-12-06T19:42:38.966Z | Compiling object v0.32.1 |
1615 | 2023-12-06T19:42:39.946Z | Compiling tokio-native-tls v0.3.1 |
1616 | 2023-12-06T19:42:40.093Z | Compiling num-iter v0.1.43 |
1617 | 2023-12-06T19:42:40.219Z | Compiling addr2line v0.21.0 |
1618 | 2023-12-06T19:42:40.713Z | Compiling rustc-demangle v0.1.23 |
1619 | 2023-12-06T19:42:42.281Z | Compiling flate2 v1.0.28 |
1620 | 2023-12-06T19:42:42.848Z | Compiling heapless v0.7.16 |
1621 | 2023-12-06T19:42:43.449Z | Compiling block-buffer v0.10.4 |
1622 | 2023-12-06T19:42:43.589Z | Compiling doc-comment v0.3.3 |
1623 | 2023-12-06T19:42:44.351Z | Compiling ppv-lite86 v0.2.17 |
1624 | 2023-12-06T19:42:44.753Z | Compiling usdt-attr-macro v0.3.5 |
1625 | 2023-12-06T19:42:44.831Z | Compiling usdt-macro v0.3.5 |
1626 | 2023-12-06T19:42:44.990Z | Compiling toml v0.7.8 |
1627 | 2023-12-06T19:42:45.572Z | Compiling rand_chacha v0.3.1 |
1628 | 2023-12-06T19:42:46.887Z | Compiling digest v0.10.7 |
1629 | 2023-12-06T19:42:47.067Z | Compiling toml_edit v0.21.0 |
1630 | 2023-12-06T19:42:47.075Z | Compiling hex v0.4.3 |
1631 | 2023-12-06T19:42:47.393Z | Compiling pin-project-internal v1.1.3 |
1632 | 2023-12-06T19:42:47.722Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1633 | 2023-12-06T19:42:47.745Z | Compiling bit-vec v0.6.3 |
1634 | 2023-12-06T19:42:48.483Z | Compiling hyper v0.14.27 |
1635 | 2023-12-06T19:42:49.909Z | Compiling rand v0.8.5 |
1636 | 2023-12-06T19:42:49.996Z | Compiling phf_shared v0.10.0 |
1637 | 2023-12-06T19:42:50.654Z | Compiling num-bigint v0.4.4 |
1638 | 2023-12-06T19:42:51.916Z | Compiling fixedbitset v0.4.2 |
1639 | 2023-12-06T19:42:52.175Z | Compiling smoltcp v0.9.1 |
1640 | 2023-12-06T19:42:52.610Z | Compiling precomputed-hash v0.1.1 |
1641 | 2023-12-06T19:42:52.615Z | Compiling new_debug_unreachable v1.0.4 |
1642 | 2023-12-06T19:42:52.712Z | Compiling string_cache v0.8.7 |
1643 | 2023-12-06T19:42:52.730Z | Compiling petgraph v0.6.4 |
1644 | 2023-12-06T19:42:53.936Z | Compiling bit-set v0.5.3 |
1645 | 2023-12-06T19:42:53.963Z | Compiling itertools v0.10.5 |
1646 | 2023-12-06T19:42:54.916Z | Compiling enum-as-inner v0.5.1 |
1647 | 2023-12-06T19:42:54.936Z | Compiling hubpack_derive v0.1.1 |
1648 | 2023-12-06T19:42:54.941Z | Compiling diesel_table_macro_syntax v0.1.0 |
1649 | 2023-12-06T19:42:55.561Z | Compiling lalrpop-util v0.19.12 |
1650 | 2023-12-06T19:42:56.070Z | Compiling unicode-segmentation v1.10.1 |
1651 | 2023-12-06T19:42:56.277Z | Compiling diesel_derives v2.1.2 |
1652 | 2023-12-06T19:42:57.083Z | Compiling snafu-derive v0.7.5 |
1653 | 2023-12-06T19:42:57.450Z | Compiling cpufeatures v0.2.9 |
1654 | 2023-12-06T19:42:58.313Z | Compiling sha2 v0.10.8 |
1655 | 2023-12-06T19:42:58.459Z | Compiling rustix v0.37.23 |
1656 | 2023-12-06T19:42:58.580Z | Compiling hmac v0.12.1 |
1657 | 2023-12-06T19:42:58.939Z | Compiling md-5 v0.10.5 |
1658 | 2023-12-06T19:42:59.312Z | Compiling serde_repr v0.1.16 |
1659 | 2023-12-06T19:42:59.350Z | Compiling stringprep v0.1.3 |
1660 | 2023-12-06T19:43:00.271Z | Compiling hyper-tls v0.5.0 |
1661 | 2023-12-06T19:43:00.746Z | Compiling hyper-rustls v0.24.2 |
1662 | 2023-12-06T19:43:00.960Z | Compiling hash32 v0.2.1 |
1663 | 2023-12-06T19:43:01.151Z | Checking bitflags v1.3.2 |
1664 | 2023-12-06T19:43:01.275Z | Compiling fallible-iterator v0.2.0 |
1665 | 2023-12-06T19:43:01.555Z | Compiling reqwest v0.11.22 |
1666 | 2023-12-06T19:43:02.080Z | Compiling stable_deref_trait v1.2.0 |
1667 | 2023-12-06T19:43:02.439Z | Compiling postgres-protocol v0.6.6 |
1668 | 2023-12-06T19:43:04.234Z | Compiling terminal_size v0.2.6 |
1669 | 2023-12-06T19:43:04.634Z | Compiling phf_shared v0.11.2 |
1670 | 2023-12-06T19:43:04.781Z | Compiling block-padding v0.3.3 |
1671 | 2023-12-06T19:43:05.176Z | Compiling scheduled-thread-pool v0.2.7 |
1672 | 2023-12-06T19:43:05.180Z | Compiling deranged v0.3.8 |
1673 | 2023-12-06T19:43:06.267Z | Compiling managed v0.8.0 |
1674 | 2023-12-06T19:43:06.338Z | Compiling num_threads v0.1.6 |
1675 | 2023-12-06T19:43:06.511Z | Compiling regex-automata v0.1.10 |
1676 | 2023-12-06T19:43:06.598Z | Compiling matches v0.1.10 |
1677 | 2023-12-06T19:43:06.724Z | Compiling idna v0.2.3 |
1678 | 2023-12-06T19:43:06.737Z | Compiling clap_builder v4.4.2 |
1679 | 2023-12-06T19:43:07.250Z | Compiling bstr v0.2.17 |
1680 | 2023-12-06T19:43:07.519Z | Compiling r2d2 v0.8.10 |
1681 | 2023-12-06T19:43:08.053Z | Compiling time v0.3.27 |
1682 | 2023-12-06T19:43:08.083Z | Compiling signal-hook-mio v0.2.3 |
1683 | 2023-12-06T19:43:08.301Z | Compiling inout v0.1.3 |
1684 | 2023-12-06T19:43:08.756Z | Compiling phf v0.11.2 |
1685 | 2023-12-06T19:43:09.176Z | Compiling bzip2 v0.4.4 |
1686 | 2023-12-06T19:43:09.365Z | Compiling postgres-types v0.2.6 |
1687 | 2023-12-06T19:43:09.760Z | Compiling hubpack v0.1.2 |
1688 | 2023-12-06T19:43:10.452Z | Compiling pin-project v1.1.3 |
1689 | 2023-12-06T19:43:10.735Z | Compiling ipnetwork v0.20.0 |
1690 | 2023-12-06T19:43:11.108Z | Compiling zerocopy v0.6.4 |
1691 | 2023-12-06T19:43:11.985Z | Compiling itertools v0.11.0 |
1692 | 2023-12-06T19:43:12.117Z | Compiling futures-executor v0.3.29 |
1693 | 2023-12-06T19:43:13.010Z | Compiling float-cmp v0.9.0 |
1694 | 2023-12-06T19:43:14.303Z | Compiling difflib v0.4.0 |
1695 | 2023-12-06T19:43:15.937Z | Compiling predicates-core v1.0.6 |
1696 | 2023-12-06T19:43:17.348Z | Compiling whoami v1.4.1 |
1697 | 2023-12-06T19:43:17.348Z | Compiling data-encoding v2.4.0 |
1698 | 2023-12-06T19:43:17.348Z | Compiling static_assertions v1.1.0 |
1699 | 2023-12-06T19:43:17.348Z | Compiling regex-automata v0.3.8 |
1700 | 2023-12-06T19:43:17.348Z | Compiling normalize-line-endings v0.3.0 |
1701 | 2023-12-06T19:43:17.349Z | Compiling predicates v3.0.4 |
1702 | 2023-12-06T19:43:17.421Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1703 | 2023-12-06T19:43:20.050Z | Compiling bstr v1.6.0 |
1704 | 2023-12-06T19:43:20.659Z | Compiling trust-dns-proto v0.22.0 |
1705 | 2023-12-06T19:43:20.995Z | Compiling tokio-postgres v0.7.10 |
1706 | 2023-12-06T19:43:22.668Z | Compiling yasna v0.5.2 |
1707 | 2023-12-06T19:43:22.978Z | Compiling diesel v2.1.4 |
1708 | 2023-12-06T19:43:25.786Z | Compiling clap v4.4.3 |
1709 | 2023-12-06T19:43:25.931Z | Compiling futures v0.3.29 |
1710 | 2023-12-06T19:43:26.097Z | Compiling snafu v0.7.5 |
1711 | 2023-12-06T19:43:26.824Z | Compiling zip v0.6.6 |
1712 | 2023-12-06T19:43:27.048Z | Compiling similar v2.2.1 |
1713 | 2023-12-06T19:43:27.136Z | Compiling cipher v0.4.4 |
1714 | 2023-12-06T19:43:27.517Z | Compiling crossterm v0.27.0 |
1715 | 2023-12-06T19:43:28.349Z | Compiling signature v2.1.0 |
1716 | 2023-12-06T19:43:28.431Z | Compiling usdt v0.3.5 |
1717 | 2023-12-06T19:43:28.841Z | Compiling tokio-stream v0.1.14 |
1718 | 2023-12-06T19:43:29.392Z | Compiling console v0.15.7 |
1719 | 2023-12-06T19:43:30.568Z | Checking hashbrown v0.14.2 |
1720 | 2023-12-06T19:43:31.923Z | Checking equivalent v1.0.1 |
1721 | 2023-12-06T19:43:32.060Z | Checking unicode-ident v1.0.12 |
1722 | 2023-12-06T19:43:32.290Z | Checking proc-macro2 v1.0.69 |
1723 | 2023-12-06T19:43:33.688Z | Checking quote v1.0.33 |
1724 | 2023-12-06T19:43:35.078Z | Checking utf8parse v0.2.1 |
1725 | 2023-12-06T19:43:36.079Z | Checking anstyle v1.0.2 |
1726 | 2023-12-06T19:43:36.969Z | Checking io-lifetimes v1.0.11 |
1727 | 2023-12-06T19:43:39.848Z | Checking anstyle-parse v0.2.1 |
1728 | 2023-12-06T19:43:43.785Z | Checking colorchoice v1.0.0 |
1729 | 2023-12-06T19:43:44.598Z | Checking anstyle-query v1.0.0 |
1730 | 2023-12-06T19:43:44.758Z | Checking anstream v0.5.0 |
1731 | 2023-12-06T19:43:45.085Z | Checking clap_lex v0.5.1 |
1732 | 2023-12-06T19:43:45.208Z | Checking strsim v0.10.0 |
1733 | 2023-12-06T19:43:46.259Z | Checking winnow v0.5.15 |
1734 | 2023-12-06T19:43:51.078Z | Compiling serde_tokenstream v0.2.0 |
1735 | 2023-12-06T19:43:55.735Z | Compiling regress v0.7.1 |
1736 | 2023-12-06T19:44:01.362Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1737 | 2023-12-06T19:44:08.514Z | Compiling getopts v0.2.21 |
1738 | 2023-12-06T19:44:09.704Z | Compiling unsafe-libyaml v0.2.9 |
1739 | 2023-12-06T19:44:10.214Z | Checking heck v0.4.1 |
1740 | 2023-12-06T19:44:10.506Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1741 | 2023-12-06T19:44:11.406Z | Compiling ident_case v1.0.1 |
1742 | 2023-12-06T19:44:11.646Z | Checking fastrand v2.0.0 |
1743 | 2023-12-06T19:44:11.707Z | Checking match_cfg v0.1.0 |
1744 | 2023-12-06T19:44:11.825Z | Compiling serde_yaml v0.9.25 |
1745 | 2023-12-06T19:44:12.132Z | Checking tempfile v3.8.1 |
1746 | 2023-12-06T19:44:12.465Z | Checking hostname v0.3.1 |
1747 | 2023-12-06T19:44:12.641Z | Checking atty v0.2.14 |
1748 | 2023-12-06T19:44:12.658Z | Checking quick-error v1.2.3 |
1749 | 2023-12-06T19:44:12.795Z | Compiling paste v1.0.14 |
1750 | 2023-12-06T19:44:13.243Z | Checking crossbeam-channel v0.5.8 |
1751 | 2023-12-06T19:44:13.251Z | Checking sha1 v0.10.6 |
1752 | 2023-12-06T19:44:13.251Z | Checking dirs-sys-next v0.1.2 |
1753 | 2023-12-06T19:44:13.476Z | Checking dirs-next v2.0.0 |
1754 | 2023-12-06T19:44:13.669Z | Checking thread_local v1.1.7 |
1755 | 2023-12-06T19:44:13.990Z | Checking instant v0.1.12 |
1756 | 2023-12-06T19:44:14.074Z | Compiling slog-async v2.8.0 |
1757 | 2023-12-06T19:44:14.129Z | Checking term v0.7.0 |
1758 | 2023-12-06T19:44:14.757Z | Checking camino v1.1.6 |
1759 | 2023-12-06T19:44:14.889Z | Compiling multer v2.1.0 |
1760 | 2023-12-06T19:44:15.314Z | Checking take_mut v0.2.2 |
1761 | 2023-12-06T19:44:15.645Z | Checking slog-term v2.9.0 |
1762 | 2023-12-06T19:44:15.651Z | Compiling darling_core v0.20.3 |
1763 | 2023-12-06T19:44:15.924Z | Checking slog-json v2.6.1 |
1764 | 2023-12-06T19:44:16.337Z | Compiling async-stream-impl v0.3.5 |
1765 | 2023-12-06T19:44:16.372Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1766 | 2023-12-06T19:44:16.793Z | Checking atomic-waker v1.1.1 |
1767 | 2023-12-06T19:44:16.961Z | Checking debug-ignore v1.0.5 |
1768 | 2023-12-06T19:44:17.137Z | Checking waitgroup v0.1.2 |
1769 | 2023-12-06T19:44:17.398Z | Checking slog-bunyan v2.4.0 |
1770 | 2023-12-06T19:44:18.196Z | Checking toml v0.8.8 |
1771 | 2023-12-06T19:44:18.503Z | Checking async-stream v0.3.5 |
1772 | 2023-12-06T19:44:18.749Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1773 | 2023-12-06T19:44:18.791Z | Checking serde_path_to_error v0.1.14 |
1774 | 2023-12-06T19:44:19.037Z | Checking strum v0.25.0 |
1775 | 2023-12-06T19:44:19.229Z | Compiling structmeta-derive v0.2.0 |
1776 | 2023-12-06T19:44:19.375Z | Checking wait-timeout v0.2.0 |
1777 | 2023-12-06T19:44:19.617Z | Checking rusty-fork v0.3.0 |
1778 | 2023-12-06T19:44:19.788Z | Checking rand_xorshift v0.3.0 |
1779 | 2023-12-06T19:44:20.003Z | Compiling regex-syntax v0.7.5 |
1780 | 2023-12-06T19:44:20.026Z | Checking unarray v0.1.4 |
1781 | 2023-12-06T19:44:20.233Z | Checking proptest v1.4.0 |
1782 | 2023-12-06T19:44:24.239Z | Compiling structmeta v0.2.0 |
1783 | 2023-12-06T19:44:24.846Z | Checking backoff v0.4.0 |
1784 | 2023-12-06T19:44:25.252Z | Compiling test-strategy v0.3.1 |
1785 | 2023-12-06T19:44:25.676Z | Compiling darling_macro v0.20.3 |
1786 | 2023-12-06T19:44:27.294Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1787 | 2023-12-06T19:44:27.314Z | Compiling darling v0.20.3 |
1788 | 2023-12-06T19:44:27.463Z | Compiling serde_with_macros v2.3.3 |
1789 | 2023-12-06T19:44:27.505Z | Checking macaddr v1.0.1 |
1790 | 2023-12-06T19:44:27.998Z | Checking camino-tempfile v1.1.1 |
1791 | 2023-12-06T19:44:28.277Z | Checking is-terminal v0.4.9 |
1792 | 2023-12-06T19:44:28.399Z | Compiling proc-macro-error-attr v1.0.4 |
1793 | 2023-12-06T19:44:28.434Z | Compiling proc-macro-error v1.0.4 |
1794 | 2023-12-06T19:44:29.111Z | Compiling proc-macro-crate v1.3.1 |
1795 | 2023-12-06T19:44:30.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1796 | 2023-12-06T19:44:30.709Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1797 | 2023-12-06T19:44:30.847Z | Checking termtree v0.4.1 |
1798 | 2023-12-06T19:44:31.115Z | Checking predicates-tree v1.0.9 |
1799 | 2023-12-06T19:44:31.310Z | Compiling num_enum_derive v0.5.11 |
1800 | 2023-12-06T19:44:31.329Z | Compiling parse-display-derive v0.8.2 |
1801 | 2023-12-06T19:44:31.388Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2023-12-06T19:44:31.672Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1803 | 2023-12-06T19:44:31.872Z | Checking serde_with v2.3.3 |
1804 | 2023-12-06T19:44:31.890Z | Checking base64ct v1.6.0 |
1805 | 2023-12-06T19:44:31.934Z | Checking postcard-cobs v0.1.5-pre |
1806 | 2023-12-06T19:44:31.949Z | Compiling crucible-workspace-hack v0.1.0 |
1807 | 2023-12-06T19:44:32.159Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1808 | 2023-12-06T19:44:32.363Z | Checking postcard v0.7.3 |
1809 | 2023-12-06T19:44:32.575Z | Checking smoltcp v0.8.2 |
1810 | 2023-12-06T19:44:32.607Z | Compiling foreign-types-macros v0.2.3 |
1811 | 2023-12-06T19:44:32.960Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1812 | 2023-12-06T19:44:33.387Z | Checking cfg-if v0.1.10 |
1813 | 2023-12-06T19:44:33.505Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-12-06T19:44:33.754Z | Checking foreign-types-shared v0.3.1 |
1815 | 2023-12-06T19:44:33.901Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1816 | 2023-12-06T19:44:34.746Z | Checking foreign-types v0.5.0 |
1817 | 2023-12-06T19:44:34.875Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1818 | 2023-12-06T19:44:34.949Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1819 | 2023-12-06T19:44:35.772Z | Checking num_enum v0.5.11 |
1820 | 2023-12-06T19:44:35.972Z | Checking cstr-argument v0.1.2 |
1821 | 2023-12-06T19:44:36.215Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1822 | 2023-12-06T19:44:36.240Z | Checking pretty-hex v0.2.1 |
1823 | 2023-12-06T19:44:36.456Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2023-12-06T19:44:36.485Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1825 | 2023-12-06T19:44:36.635Z | Checking colored v2.0.4 |
1826 | 2023-12-06T19:44:36.861Z | Compiling zone_cfg_derive v0.3.0 |
1827 | 2023-12-06T19:44:36.918Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1828 | 2023-12-06T19:44:37.144Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1829 | 2023-12-06T19:44:37.401Z | Checking predicates v2.1.5 |
1830 | 2023-12-06T19:44:37.637Z | Compiling mockall_derive v0.11.4 |
1831 | 2023-12-06T19:44:38.419Z | Compiling num-derive v0.4.0 |
1832 | 2023-12-06T19:44:38.840Z | Checking parse-display v0.8.2 |
1833 | 2023-12-06T19:44:39.433Z | Checking fragile v2.0.0 |
1834 | 2023-12-06T19:44:39.433Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-12-06T19:44:39.433Z | Checking downcast v0.11.0 |
1836 | 2023-12-06T19:44:39.438Z | Checking zone v0.3.0 |
1837 | 2023-12-06T19:44:39.595Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1838 | 2023-12-06T19:44:39.915Z | Checking smf v0.2.2 |
1839 | 2023-12-06T19:44:39.964Z | Checking xattr v1.0.1 |
1840 | 2023-12-06T19:44:40.091Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1841 | 2023-12-06T19:44:40.280Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1842 | 2023-12-06T19:44:40.553Z | Checking filetime v0.2.22 |
1843 | 2023-12-06T19:44:40.590Z | Checking pem v3.0.2 |
1844 | 2023-12-06T19:44:40.829Z | Checking tar v0.4.40 |
1845 | 2023-12-06T19:44:40.945Z | Checking linked-hash-map v0.5.6 |
1846 | 2023-12-06T19:44:41.311Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-12-06T19:44:41.416Z | Checking lru-cache v0.1.2 |
1848 | 2023-12-06T19:44:41.684Z | Checking headers-core v0.2.0 |
1849 | 2023-12-06T19:44:41.707Z | Checking password-hash v0.5.0 |
1850 | 2023-12-06T19:44:41.862Z | Checking headers v0.3.9 |
1851 | 2023-12-06T19:44:41.967Z | Checking blake2 v0.10.6 |
1852 | 2023-12-06T19:44:42.314Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1853 | 2023-12-06T19:44:42.366Z | Checking base64 v0.13.1 |
1854 | 2023-12-06T19:44:42.601Z | Checking argon2 v0.5.2 |
1855 | 2023-12-06T19:44:42.957Z | Checking pem v1.1.1 |
1856 | 2023-12-06T19:44:42.979Z | Checking rcgen v0.11.3 |
1857 | 2023-12-06T19:44:43.276Z | Checking atomicwrites v0.4.2 |
1858 | 2023-12-06T19:44:43.293Z | Checking subprocess v0.2.9 |
1859 | 2023-12-06T19:44:43.509Z | Compiling cancel-safe-futures v0.1.5 |
1860 | 2023-12-06T19:44:43.539Z | Checking ciborium-io v0.2.1 |
1861 | 2023-12-06T19:44:43.587Z | Checking half v1.8.2 |
1862 | 2023-12-06T19:44:43.742Z | Checking arc-swap v1.6.0 |
1863 | 2023-12-06T19:44:44.057Z | Checking textwrap v0.11.0 |
1864 | 2023-12-06T19:44:44.074Z | Compiling heck v0.3.3 |
1865 | 2023-12-06T19:44:44.159Z | Checking vec_map v0.8.2 |
1866 | 2023-12-06T19:44:44.288Z | Checking ciborium-ll v0.2.1 |
1867 | 2023-12-06T19:44:44.344Z | Compiling libefi-sys v0.1.0 |
1868 | 2023-12-06T19:44:44.405Z | Checking slog-scope v4.4.0 |
1869 | 2023-12-06T19:44:44.545Z | Checking strsim v0.8.0 |
1870 | 2023-12-06T19:44:44.674Z | Checking ansi_term v0.12.1 |
1871 | 2023-12-06T19:44:44.732Z | Checking slog-stdlog v4.1.1 |
1872 | 2023-12-06T19:44:44.738Z | Checking ciborium v0.2.1 |
1873 | 2023-12-06T19:44:44.773Z | Compiling structopt-derive v0.4.18 |
1874 | 2023-12-06T19:44:44.892Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1875 | 2023-12-06T19:44:45.131Z | Checking clap v2.34.0 |
1876 | 2023-12-06T19:44:45.429Z | Checking slog-envlogger v2.2.0 |
1877 | 2023-12-06T19:44:45.730Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1878 | 2023-12-06T19:44:46.172Z | Checking resolv-conf v0.7.0 |
1879 | 2023-12-06T19:44:46.210Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1880 | 2023-12-06T19:44:46.271Z | Compiling slog-dtrace v0.2.3 |
1881 | 2023-12-06T19:44:46.534Z | Compiling convert_case v0.4.0 |
1882 | 2023-12-06T19:44:46.712Z | Checking trust-dns-resolver v0.22.0 |
1883 | 2023-12-06T19:44:47.359Z | Checking fxhash v0.2.1 |
1884 | 2023-12-06T19:44:47.598Z | Checking itertools v0.12.0 |
1885 | 2023-12-06T19:44:48.004Z | Compiling derive_more v0.99.17 |
1886 | 2023-12-06T19:44:49.209Z | Checking pem-rfc7468 v0.7.0 |
1887 | 2023-12-06T19:44:49.565Z | Compiling der_derive v0.7.2 |
1888 | 2023-12-06T19:44:49.601Z | Checking flagset v0.4.3 |
1889 | 2023-12-06T19:44:49.636Z | Checking structopt v0.3.26 |
1890 | 2023-12-06T19:44:49.865Z | Checking termcolor v1.2.0 |
1891 | 2023-12-06T19:44:50.181Z | Compiling same-file v1.0.6 |
1892 | 2023-12-06T19:44:50.451Z | Compiling radium v0.7.0 |
1893 | 2023-12-06T19:44:50.516Z | Compiling walkdir v2.4.0 |
1894 | 2023-12-06T19:44:50.869Z | Checking mockall v0.11.4 |
1895 | 2023-12-06T19:44:51.149Z | Compiling semver-parser v0.10.2 |
1896 | 2023-12-06T19:44:51.193Z | Compiling maybe-uninit v2.0.0 |
1897 | 2023-12-06T19:44:51.633Z | Checking tap v1.0.1 |
1898 | 2023-12-06T19:44:51.855Z | Checking wyz v0.5.1 |
1899 | 2023-12-06T19:44:52.468Z | Compiling semver v0.11.0 |
1900 | 2023-12-06T19:44:52.627Z | Compiling num-rational v0.4.1 |
1901 | 2023-12-06T19:44:52.940Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1902 | 2023-12-06T19:44:53.728Z | Checking funty v2.0.0 |
1903 | 2023-12-06T19:44:53.803Z | Checking der v0.7.8 |
1904 | 2023-12-06T19:44:53.936Z | Compiling num-bigint-dig v0.8.4 |
1905 | 2023-12-06T19:44:53.957Z | Compiling packed_struct v0.10.1 |
1906 | 2023-12-06T19:44:54.369Z | Checking crc-catalog v2.2.0 |
1907 | 2023-12-06T19:44:54.557Z | Compiling home v0.5.5 |
1908 | 2023-12-06T19:44:54.619Z | Checking crc v3.0.1 |
1909 | 2023-12-06T19:44:54.788Z | Compiling toolchain_find v0.2.0 |
1910 | 2023-12-06T19:44:55.384Z | Checking hkdf v0.12.3 |
1911 | 2023-12-06T19:44:55.469Z | Checking bitvec v1.0.1 |
1912 | 2023-12-06T19:44:55.729Z | Compiling toml v0.5.11 |
1913 | 2023-12-06T19:44:56.307Z | Compiling packed_struct_codegen v0.10.1 |
1914 | 2023-12-06T19:44:56.800Z | Checking spki v0.7.2 |
1915 | 2023-12-06T19:44:57.232Z | Checking pkcs8 v0.10.2 |
1916 | 2023-12-06T19:44:57.612Z | Checking nodrop v0.1.14 |
1917 | 2023-12-06T19:44:57.762Z | Checking array-init v0.0.4 |
1918 | 2023-12-06T19:44:58.139Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1919 | 2023-12-06T19:44:58.336Z | Checking pkcs1 v0.7.5 |
1920 | 2023-12-06T19:44:58.639Z | Compiling rustfmt-wrapper v0.2.0 |
1921 | 2023-12-06T19:44:58.961Z | Compiling omicron-zone-package v0.9.1 |
1922 | 2023-12-06T19:44:59.455Z | Checking smallvec v0.6.14 |
1923 | 2023-12-06T19:45:00.655Z | Checking newline-converter v0.3.0 |
1924 | 2023-12-06T19:45:01.191Z | Checking num-complex v0.4.4 |
1925 | 2023-12-06T19:45:01.896Z | Checking utf-8 v0.7.6 |
1926 | 2023-12-06T19:45:02.180Z | Checking keccak v0.1.4 |
1927 | 2023-12-06T19:45:02.255Z | Checking bitfield v0.14.0 |
1928 | 2023-12-06T19:45:02.651Z | Checking sha3 v0.10.8 |
1929 | 2023-12-06T19:45:02.673Z | Checking num v0.4.1 |
1930 | 2023-12-06T19:45:02.693Z | Checking tungstenite v0.20.1 |
1931 | 2023-12-06T19:45:02.805Z | Checking expectorate v1.1.0 |
1932 | 2023-12-06T19:45:03.030Z | Checking serde-hex v0.1.0 |
1933 | 2023-12-06T19:45:03.172Z | Checking rsa v0.9.2 |
1934 | 2023-12-06T19:45:03.245Z | Checking x509-cert v0.2.4 |
1935 | 2023-12-06T19:45:03.761Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1936 | 2023-12-06T19:45:04.115Z | Checking env_logger v0.10.0 |
1937 | 2023-12-06T19:45:04.193Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1938 | 2023-12-06T19:45:04.604Z | Checking ron v0.8.1 |
1939 | 2023-12-06T19:45:04.759Z | Checking secrecy v0.8.0 |
1940 | 2023-12-06T19:45:05.064Z | Checking crc-any v2.4.3 |
1941 | 2023-12-06T19:45:05.631Z | Checking tokio-tungstenite v0.20.1 |
1942 | 2023-12-06T19:45:05.881Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1943 | 2023-12-06T19:45:05.924Z | Checking object v0.30.4 |
1944 | 2023-12-06T19:45:06.142Z | Checking path-slash v0.1.5 |
1945 | 2023-12-06T19:45:06.336Z | Compiling buf-list v1.0.3 |
1946 | 2023-12-06T19:45:06.380Z | Checking glob v0.3.1 |
1947 | 2023-12-06T19:45:06.571Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1948 | 2023-12-06T19:45:06.589Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1949 | 2023-12-06T19:45:06.824Z | Compiling parking_lot_core v0.8.6 |
1950 | 2023-12-06T19:45:06.918Z | Checking swrite v0.1.0 |
1951 | 2023-12-06T19:45:07.074Z | Checking nibble_vec v0.1.0 |
1952 | 2023-12-06T19:45:07.351Z | Checking endian-type v0.1.2 |
1953 | 2023-12-06T19:45:07.636Z | Checking radix_trie v0.2.1 |
1954 | 2023-12-06T19:45:07.760Z | Checking pretty-hex v0.4.0 |
1955 | 2023-12-06T19:45:07.991Z | Checking libsw v3.3.0 |
1956 | 2023-12-06T19:45:07.999Z | Checking parking_lot v0.11.2 |
1957 | 2023-12-06T19:45:08.234Z | Checking trust-dns-client v0.22.0 |
1958 | 2023-12-06T19:45:08.383Z | Compiling derive-where v1.2.5 |
1959 | 2023-12-06T19:45:08.508Z | Checking sled v0.34.7 |
1960 | 2023-12-06T19:45:09.272Z | Checking linear-map v1.2.0 |
1961 | 2023-12-06T19:45:09.747Z | Checking owo-colors v3.5.0 |
1962 | 2023-12-06T19:45:10.028Z | Compiling semver v0.1.20 |
1963 | 2023-12-06T19:45:10.186Z | Checking trust-dns-server v0.22.1 |
1964 | 2023-12-06T19:45:11.104Z | Compiling rustc_version v0.1.7 |
1965 | 2023-12-06T19:45:12.292Z | Compiling newtype_derive v0.1.6 |
1966 | 2023-12-06T19:45:12.314Z | Checking crossbeam-deque v0.8.3 |
1967 | 2023-12-06T19:45:12.760Z | Compiling unicase v2.7.0 |
1968 | 2023-12-06T19:45:12.968Z | Compiling rayon-core v1.12.0 |
1969 | 2023-12-06T19:45:13.077Z | Compiling platforms v3.0.2 |
1970 | 2023-12-06T19:45:13.642Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1971 | 2023-12-06T19:45:14.186Z | Compiling memoffset v0.7.1 |
1972 | 2023-12-06T19:45:14.392Z | Checking steno v0.4.0 |
1973 | 2023-12-06T19:45:14.485Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1974 | 2023-12-06T19:45:14.549Z | Compiling curve25519-dalek v4.1.0 |
1975 | 2023-12-06T19:45:14.759Z | Checking rayon v1.8.0 |
1976 | 2023-12-06T19:45:15.375Z | Checking globset v0.4.13 |
1977 | 2023-12-06T19:45:15.392Z | Checking olpc-cjson v0.1.3 |
1978 | 2023-12-06T19:45:15.688Z | Checking serde_plain v1.0.2 |
1979 | 2023-12-06T19:45:15.923Z | Checking ff v0.13.0 |
1980 | 2023-12-06T19:45:16.037Z | Compiling async-recursion v1.0.5 |
1981 | 2023-12-06T19:45:16.103Z | Checking typed-path v0.6.0 |
1982 | 2023-12-06T19:45:16.214Z | Checking group v0.13.0 |
1983 | 2023-12-06T19:45:16.570Z | Compiling mime_guess v2.0.4 |
1984 | 2023-12-06T19:45:19.006Z | Checking universal-hash v0.5.1 |
1985 | 2023-12-06T19:45:20.039Z | Checking crypto-bigint v0.5.2 |
1986 | 2023-12-06T19:45:20.039Z | Compiling thiserror-impl-no-std v2.0.2 |
1987 | 2023-12-06T19:45:20.039Z | Compiling curve25519-dalek-derive v0.1.0 |
1988 | 2023-12-06T19:45:21.687Z | Checking tough v0.15.0 |
1989 | 2023-12-06T19:45:23.479Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1990 | 2023-12-06T19:45:23.479Z | Checking display-error-chain v0.2.0 |
1991 | 2023-12-06T19:45:23.479Z | Checking base16ct v0.2.0 |
1992 | 2023-12-06T19:45:23.479Z | Checking signature v1.6.4 |
1993 | 2023-12-06T19:45:23.479Z | Compiling salty v0.2.0 |
1994 | 2023-12-06T19:45:23.479Z | Checking opaque-debug v0.3.0 |
1995 | 2023-12-06T19:45:23.479Z | Checking elliptic-curve v0.13.5 |
1996 | 2023-12-06T19:45:24.884Z | Checking poly1305 v0.8.0 |
1997 | 2023-12-06T19:45:24.884Z | Checking ed25519 v1.5.3 |
1998 | 2023-12-06T19:45:24.884Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1999 | 2023-12-06T19:45:24.884Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2000 | 2023-12-06T19:45:24.884Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2001 | 2023-12-06T19:45:24.884Z | Checking chacha20 v0.9.1 |
2002 | 2023-12-06T19:45:24.884Z | Checking serde-big-array v0.5.1 |
2003 | 2023-12-06T19:45:24.885Z | Checking aead v0.5.2 |
2004 | 2023-12-06T19:45:24.885Z | Checking kstat-rs v0.2.3 |
2005 | 2023-12-06T19:45:24.885Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2006 | 2023-12-06T19:45:25.920Z | Checking thiserror-no-std v2.0.2 |
2007 | 2023-12-06T19:45:25.920Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2008 | 2023-12-06T19:45:25.920Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2009 | 2023-12-06T19:45:25.920Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2010 | 2023-12-06T19:45:25.920Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2011 | 2023-12-06T19:45:46.641Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2012 | 2023-12-06T19:45:46.642Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2013 | 2023-12-06T19:45:46.642Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2014 | 2023-12-06T19:45:47.881Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2015 | 2023-12-06T19:45:48.414Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2016 | 2023-12-06T19:45:48.414Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2017 | 2023-12-06T19:45:48.414Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2018 | 2023-12-06T19:45:48.414Z | Checking vsss-rs v3.3.1 |
2019 | 2023-12-06T19:45:48.414Z | Checking chacha20poly1305 v0.10.1 |
2020 | 2023-12-06T19:45:48.415Z | Checking signal-hook-tokio v0.3.1 |
2021 | 2023-12-06T19:45:48.415Z | Checking serde-big-array v0.4.1 |
2022 | 2023-12-06T19:45:48.415Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2023 | 2023-12-06T19:45:48.415Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2024 | 2023-12-06T19:45:48.419Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2025 | 2023-12-06T19:45:48.419Z | Checking bcs v0.1.6 |
2026 | 2023-12-06T19:45:48.419Z | Checking corncobs v0.1.3 |
2027 | 2023-12-06T19:45:48.419Z | Checking highway v1.1.0 |
2028 | 2023-12-06T19:45:48.591Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2029 | 2023-12-06T19:45:48.591Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2030 | 2023-12-06T19:45:48.591Z | Compiling portable-atomic v1.4.3 |
2031 | 2023-12-06T19:45:48.591Z | Compiling crunchy v0.2.2 |
2032 | 2023-12-06T19:45:48.591Z | Checking http-range v0.1.5 |
2033 | 2023-12-06T19:45:48.591Z | Checking hyper-staticfile v0.9.5 |
2034 | 2023-12-06T19:45:48.592Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2035 | 2023-12-06T19:45:48.592Z | Compiling clang-sys v1.6.1 |
2036 | 2023-12-06T19:45:48.592Z | Checking assert_matches v1.5.0 |
2037 | 2023-12-06T19:45:48.592Z | Compiling prettyplease v0.2.12 |
2038 | 2023-12-06T19:45:48.592Z | Compiling tiny-keccak v2.0.2 |
2039 | 2023-12-06T19:45:48.592Z | Compiling darling_core v0.14.4 |
2040 | 2023-12-06T19:45:48.592Z | Checking humantime v2.1.0 |
2041 | 2023-12-06T19:45:48.593Z | Compiling minimal-lexical v0.2.1 |
2042 | 2023-12-06T19:45:48.593Z | Checking number_prefix v0.4.0 |
2043 | 2023-12-06T19:45:48.593Z | Checking indicatif v0.17.7 |
2044 | 2023-12-06T19:45:48.593Z | Compiling nom v7.1.3 |
2045 | 2023-12-06T19:45:48.593Z | Compiling ascii-canvas v3.0.0 |
2046 | 2023-12-06T19:45:48.593Z | Compiling ena v0.14.2 |
2047 | 2023-12-06T19:45:48.593Z | Compiling libloading v0.7.4 |
2048 | 2023-12-06T19:45:48.593Z | Compiling regex-syntax v0.6.29 |
2049 | 2023-12-06T19:45:48.593Z | Compiling bindgen v0.65.1 |
2050 | 2023-12-06T19:45:48.593Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2051 | 2023-12-06T19:45:48.593Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2052 | 2023-12-06T19:45:48.593Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2053 | 2023-12-06T19:45:48.593Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2054 | 2023-12-06T19:45:48.933Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2055 | 2023-12-06T19:45:49.071Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2056 | 2023-12-06T19:45:49.950Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2057 | 2023-12-06T19:45:50.439Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2058 | 2023-12-06T19:45:50.965Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2059 | 2023-12-06T19:45:51.729Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2060 | 2023-12-06T19:45:52.892Z | Compiling darling_macro v0.14.4 |
2061 | 2023-12-06T19:45:53.275Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2062 | 2023-12-06T19:45:53.421Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2063 | 2023-12-06T19:45:53.557Z | Compiling diff v0.1.13 |
2064 | 2023-12-06T19:45:54.756Z | Compiling darling v0.14.4 |
2065 | 2023-12-06T19:45:54.763Z | Compiling lalrpop v0.19.12 |
2066 | 2023-12-06T19:45:54.899Z | Compiling cexpr v0.6.0 |
2067 | 2023-12-06T19:46:01.015Z | Compiling which v4.4.0 |
2068 | 2023-12-06T19:46:01.969Z | Compiling ref-cast v1.0.20 |
2069 | 2023-12-06T19:46:02.744Z | Checking maplit v1.0.2 |
2070 | 2023-12-06T19:46:02.883Z | Compiling shlex v1.1.0 |
2071 | 2023-12-06T19:46:03.315Z | Compiling lazycell v1.3.0 |
2072 | 2023-12-06T19:46:03.568Z | Compiling peeking_take_while v0.1.2 |
2073 | 2023-12-06T19:46:03.745Z | Compiling rustc-hash v1.1.0 |
2074 | 2023-12-06T19:46:06.169Z | Compiling derive_builder_core v0.12.0 |
2075 | 2023-12-06T19:46:10.246Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2076 | 2023-12-06T19:46:10.250Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2077 | 2023-12-06T19:46:11.292Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2078 | 2023-12-06T19:46:12.335Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2079 | 2023-12-06T19:46:12.763Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2080 | 2023-12-06T19:46:14.701Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2081 | 2023-12-06T19:46:14.849Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2082 | 2023-12-06T19:46:16.791Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2083 | 2023-12-06T19:46:17.193Z | Compiling ref-cast-impl v1.0.20 |
2084 | 2023-12-06T19:46:17.902Z | Compiling libxml v0.3.3 |
2085 | 2023-12-06T19:46:18.125Z | Compiling derive_builder_macro v0.12.0 |
2086 | 2023-12-06T19:46:18.475Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2087 | 2023-12-06T19:46:19.121Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2088 | 2023-12-06T19:46:19.352Z | Compiling strum_macros v0.24.3 |
2089 | 2023-12-06T19:46:19.486Z | Compiling fs-err v2.11.0 |
2090 | 2023-12-06T19:46:19.916Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2091 | 2023-12-06T19:46:20.365Z | Compiling cookie v0.18.0 |
2092 | 2023-12-06T19:46:21.205Z | Compiling indoc v1.0.9 |
2093 | 2023-12-06T19:46:21.800Z | Checking derive_builder v0.12.0 |
2094 | 2023-12-06T19:46:22.398Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2095 | 2023-12-06T19:46:24.829Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2096 | 2023-12-06T19:46:25.687Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2097 | 2023-12-06T19:46:25.748Z | Checking bb8 v0.8.1 |
2098 | 2023-12-06T19:46:26.424Z | Checking quick-xml v0.23.1 |
2099 | 2023-12-06T19:46:26.429Z | Compiling impl-trait-for-tuples v0.2.2 |
2100 | 2023-12-06T19:46:26.463Z | Compiling oso-derive v0.27.0 |
2101 | 2023-12-06T19:46:27.233Z | Checking unicode-linebreak v0.1.5 |
2102 | 2023-12-06T19:46:27.490Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2103 | 2023-12-06T19:46:27.934Z | Checking smawk v0.3.1 |
2104 | 2023-12-06T19:46:27.938Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2105 | 2023-12-06T19:46:28.235Z | Checking textwrap v0.16.0 |
2106 | 2023-12-06T19:46:28.845Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2107 | 2023-12-06T19:46:29.229Z | Checking bytesize v1.3.0 |
2108 | 2023-12-06T19:46:29.422Z | Checking is_ci v1.1.1 |
2109 | 2023-12-06T19:46:29.996Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2110 | 2023-12-06T19:46:30.012Z | Checking supports-color v2.1.0 |
2111 | 2023-12-06T19:46:30.013Z | Checking cassowary v0.3.0 |
2112 | 2023-12-06T19:46:30.107Z | Compiling indoc v2.0.3 |
2113 | 2023-12-06T19:46:30.615Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2114 | 2023-12-06T19:46:31.377Z | Checking rtoolbox v0.0.1 |
2115 | 2023-12-06T19:46:31.639Z | Checking rpassword v7.3.1 |
2116 | 2023-12-06T19:46:31.839Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2117 | 2023-12-06T19:46:31.851Z | Checking ratatui v0.23.0 |
2118 | 2023-12-06T19:46:32.187Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2119 | 2023-12-06T19:46:33.358Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2120 | 2023-12-06T19:46:34.104Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2121 | 2023-12-06T19:46:34.515Z | Checking shell-words v1.1.0 |
2122 | 2023-12-06T19:46:34.598Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2123 | 2023-12-06T19:46:34.738Z | Checking fatfs v0.3.6 |
2124 | 2023-12-06T19:46:35.542Z | Checking tui-tree-widget v0.13.0 |
2125 | 2023-12-06T19:46:35.933Z | Checking yansi v0.5.1 |
2126 | 2023-12-06T19:46:36.389Z | Checking plotters-backend v0.3.5 |
2127 | 2023-12-06T19:46:36.653Z | Checking pretty_assertions v1.4.0 |
2128 | 2023-12-06T19:46:36.778Z | Checking rand v0.4.6 |
2129 | 2023-12-06T19:46:36.916Z | Compiling vte_generate_state_changes v0.1.1 |
2130 | 2023-12-06T19:46:36.968Z | Checking plotters-svg v0.3.5 |
2131 | 2023-12-06T19:46:37.272Z | Checking remove_dir_all v0.5.3 |
2132 | 2023-12-06T19:46:37.402Z | Checking cast v0.3.0 |
2133 | 2023-12-06T19:46:37.877Z | Checking criterion-plot v0.5.0 |
2134 | 2023-12-06T19:46:37.916Z | Checking vte v0.11.1 |
2135 | 2023-12-06T19:46:38.682Z | Checking tempdir v0.3.7 |
2136 | 2023-12-06T19:46:39.205Z | Checking plotters v0.3.5 |
2137 | 2023-12-06T19:46:39.205Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2138 | 2023-12-06T19:46:39.747Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2139 | 2023-12-06T19:46:40.289Z | Checking dashmap v5.5.1 |
2140 | 2023-12-06T19:46:42.107Z | Checking tinytemplate v1.2.1 |
2141 | 2023-12-06T19:46:43.343Z | Compiling serial_test_derive v0.10.0 |
2142 | 2023-12-06T19:46:43.344Z | Checking oorandom v11.1.3 |
2143 | 2023-12-06T19:46:43.344Z | Checking anes v0.1.6 |
2144 | 2023-12-06T19:46:45.406Z | Checking criterion v0.5.1 |
2145 | 2023-12-06T19:46:45.406Z | Checking serial_test v0.10.0 |
2146 | 2023-12-06T19:46:46.424Z | Checking strip-ansi-escapes v0.2.0 |
2147 | 2023-12-06T19:46:46.424Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2148 | 2023-12-06T19:46:46.424Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2149 | 2023-12-06T19:46:46.424Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2150 | 2023-12-06T19:46:47.508Z | Checking assert_cmd v2.0.12 |
2151 | 2023-12-06T19:46:48.399Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2152 | 2023-12-06T19:47:07.438Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2153 | 2023-12-06T19:47:08.620Z | Checking fd-lock v3.0.13 |
2154 | 2023-12-06T19:47:08.621Z | Checking nu-ansi-term v0.49.0 |
2155 | 2023-12-06T19:47:08.985Z | Checking reedline v0.26.0 |
2156 | 2023-12-06T19:47:08.985Z | Checking threadpool v1.8.1 |
2157 | 2023-12-06T19:47:08.985Z | Checking nanorand v0.7.0 |
2158 | 2023-12-06T19:47:08.985Z | Checking topological-sort v0.2.2 |
2159 | 2023-12-06T19:47:08.985Z | Checking flume v0.11.0 |
2160 | 2023-12-06T19:47:08.985Z | Checking libtest-mimic v0.6.1 |
2161 | 2023-12-06T19:47:08.985Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2162 | 2023-12-06T19:47:08.985Z | Checking httptest v0.15.5 |
2163 | 2023-12-06T19:47:08.985Z | Checking similar-asserts v1.5.0 |
2164 | 2023-12-06T19:47:08.985Z | Compiling rstest_macros v0.18.2 |
2165 | 2023-12-06T19:47:08.985Z | Compiling crossbeam-queue v0.3.8 |
2166 | 2023-12-06T19:47:08.985Z | Checking bytecount v0.6.3 |
2167 | 2023-12-06T19:47:08.985Z | Checking papergrid v0.10.0 |
2168 | 2023-12-06T19:47:08.985Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2169 | 2023-12-06T19:47:08.985Z | Checking datatest-stable v0.2.3 |
2170 | 2023-12-06T19:47:08.987Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2171 | 2023-12-06T19:47:08.987Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2172 | 2023-12-06T19:47:08.987Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2173 | 2023-12-06T19:47:08.987Z | Compiling tabled_derive v0.6.0 |
2174 | 2023-12-06T19:47:08.987Z | Compiling relative-path v1.9.0 |
2175 | 2023-12-06T19:47:08.987Z | Checking arrayref v0.3.7 |
2176 | 2023-12-06T19:47:08.987Z | Checking constant_time_eq v0.2.6 |
2177 | 2023-12-06T19:47:08.987Z | Compiling trybuild v1.0.85 |
2178 | 2023-12-06T19:47:08.987Z | Checking arrayvec v0.7.4 |
2179 | 2023-12-06T19:47:08.987Z | Checking blake2b_simd v1.0.1 |
2180 | 2023-12-06T19:47:08.987Z | Checking tabled v0.14.0 |
2181 | 2023-12-06T19:47:08.987Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2182 | 2023-12-06T19:47:10.112Z | Checking basic-toml v0.1.4 |
2183 | 2023-12-06T19:47:11.663Z | Checking constant_time_eq v0.3.0 |
2184 | 2023-12-06T19:47:11.827Z | Checking futures-timer v3.0.2 |
2185 | 2023-12-06T19:47:12.270Z | Checking rust-argon2 v1.0.1 |
2186 | 2023-12-06T19:47:15.454Z | Checking crossbeam v0.8.2 |
2187 | 2023-12-06T19:47:15.599Z | Checking partial-io v0.5.4 |
2188 | 2023-12-06T19:47:16.142Z | Checking approx v0.5.1 |
2189 | 2023-12-06T19:47:16.467Z | Checking termios v0.3.3 |
2190 | 2023-12-06T19:47:16.755Z | Checking hex-literal v0.4.1 |
2191 | 2023-12-06T19:47:20.275Z | Checking rstest v0.18.2 |
2192 | 2023-12-06T19:47:28.995Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2193 | 2023-12-06T19:47:29.224Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2194 | 2023-12-06T19:48:25.565Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2195 | 2023-12-06T19:48:27.762Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2196 | 2023-12-06T19:48:30.454Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2197 | 2023-12-06T19:48:50.818Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2198 | 2023-12-06T19:49:07.405Z | Compiling polar-core v0.27.0 |
2199 | 2023-12-06T19:49:18.024Z | Checking oso v0.27.0 |
2200 | 2023-12-06T19:49:56.772Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2201 | 2023-12-06T19:51:14.250Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 47s |
2202 | 2023-12-06T19:51:14.473Z | |
2203 | 2023-12-06T19:51:14.474Z | real 10:44.566981582 |
2204 | 2023-12-06T19:51:14.474Z | user 58:37.980564815 |
2205 | 2023-12-06T19:51:14.487Z | sys 7:26.841209013 |
2206 | 2023-12-06T19:51:14.488Z | trap 1.994075710 |
2207 | 2023-12-06T19:51:14.488Z | tflt 3.811584629 |
2208 | 2023-12-06T19:51:14.488Z | dflt 7.381075449 |
2209 | 2023-12-06T19:51:14.489Z | kflt 0.023166799 |
2210 | 2023-12-06T19:51:14.489Z | lock 1:33:15.714677757 |
2211 | 2023-12-06T19:51:14.489Z | slp 2:54:40.607745818 |
2212 | 2023-12-06T19:51:14.489Z | lat 2:07.272698019 |
2213 | 2023-12-06T19:51:14.489Z | stop 4:18.211799405 |
2214 | 2023-12-06T19:51:15.607Z | warning: output filename collision. |
2215 | 2023-12-06T19:51:15.608Z | 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)`. |
2216 | 2023-12-06T19:51:15.608Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2217 | 2023-12-06T19:51:15.608Z | The targets should have unique names. |
2218 | 2023-12-06T19:51:15.608Z | This is a known bug where multiple crates with the same name use |
2219 | 2023-12-06T19:51:15.608Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2220 | 2023-12-06T19:51:15.615Z | warning: output filename collision. |
2221 | 2023-12-06T19:51:15.615Z | 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)`. |
2222 | 2023-12-06T19:51:15.615Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2223 | 2023-12-06T19:51:15.615Z | The targets should have unique names. |
2224 | 2023-12-06T19:51:15.615Z | This is a known bug where multiple crates with the same name use |
2225 | 2023-12-06T19:51:15.615Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2226 | 2023-12-06T19:51:15.615Z | warning: output filename collision. |
2227 | 2023-12-06T19:51:15.615Z | 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)`. |
2228 | 2023-12-06T19:51:15.615Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2229 | 2023-12-06T19:51:15.615Z | The targets should have unique names. |
2230 | 2023-12-06T19:51:15.615Z | This is a known bug where multiple crates with the same name use |
2231 | 2023-12-06T19:51:15.615Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2232 | 2023-12-06T19:51:16.195Z | Documenting libc v0.2.150 |
2233 | 2023-12-06T19:51:16.205Z | Documenting cfg-if v1.0.0 |
2234 | 2023-12-06T19:51:16.214Z | Documenting serde_derive v1.0.192 |
2235 | 2023-12-06T19:51:16.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2236 | 2023-12-06T19:51:16.262Z | Documenting log v0.4.20 |
2237 | 2023-12-06T19:51:16.262Z | Documenting scopeguard v1.2.0 |
2238 | 2023-12-06T19:51:16.273Z | Documenting itoa v1.0.9 |
2239 | 2023-12-06T19:51:16.273Z | Documenting smallvec v1.11.0 |
2240 | 2023-12-06T19:51:16.671Z | Documenting memchr v2.6.3 |
2241 | 2023-12-06T19:51:20.145Z | Documenting lock_api v0.4.10 |
2242 | 2023-12-06T19:51:20.166Z | Documenting zeroize_derive v1.4.2 |
2243 | 2023-12-06T19:51:20.226Z | Documenting pin-project-lite v0.2.13 |
2244 | 2023-12-06T19:51:20.672Z | Documenting libm v0.2.7 |
2245 | 2023-12-06T19:51:22.293Z | Documenting futures-core v0.3.29 |
2246 | 2023-12-06T19:51:22.422Z | Documenting getrandom v0.2.10 |
2247 | 2023-12-06T19:51:23.378Z | Documenting parking_lot_core v0.9.8 |
2248 | 2023-12-06T19:51:24.329Z | Documenting signal-hook-registry v1.4.1 |
2249 | 2023-12-06T19:51:24.507Z | Documenting mio v0.8.9 |
2250 | 2023-12-06T19:51:25.609Z | Documenting num-traits v0.2.16 |
2251 | 2023-12-06T19:51:25.643Z | Documenting serde v1.0.192 |
2252 | 2023-12-06T19:51:27.644Z | Documenting zeroize v1.7.0 |
2253 | 2023-12-06T19:51:27.731Z | Documenting thiserror-impl v1.0.49 |
2254 | 2023-12-06T19:51:27.855Z | Documenting rand_core v0.6.4 |
2255 | 2023-12-06T19:51:29.209Z | Documenting parking_lot v0.12.1 |
2256 | 2023-12-06T19:51:30.267Z | Documenting socket2 v0.5.5 |
2257 | 2023-12-06T19:51:30.517Z | Documenting num_cpus v1.16.0 |
2258 | 2023-12-06T19:51:32.473Z | Documenting tokio-macros v2.2.0 |
2259 | 2023-12-06T19:51:33.282Z | Documenting typenum v1.16.0 |
2260 | 2023-12-06T19:51:33.304Z | Documenting once_cell v1.18.0 |
2261 | 2023-12-06T19:51:34.822Z | Documenting thiserror v1.0.49 |
2262 | 2023-12-06T19:51:34.883Z | Documenting subtle v2.5.0 |
2263 | 2023-12-06T19:51:36.166Z | Documenting ryu v1.0.15 |
2264 | 2023-12-06T19:51:36.483Z | Documenting byteorder v1.5.0 |
2265 | 2023-12-06T19:51:38.902Z | Documenting futures-sink v0.3.29 |
2266 | 2023-12-06T19:51:39.176Z | Documenting const-oid v0.9.5 |
2267 | 2023-12-06T19:51:40.008Z | Documenting pin-utils v0.1.0 |
2268 | 2023-12-06T19:51:40.146Z | Documenting futures-task v0.3.29 |
2269 | 2023-12-06T19:51:40.513Z | Documenting slab v0.4.9 |
2270 | 2023-12-06T19:51:42.429Z | Documenting futures-macro v0.3.29 |
2271 | 2023-12-06T19:51:44.202Z | Documenting futures-channel v0.3.29 |
2272 | 2023-12-06T19:51:45.573Z | Documenting futures-io v0.3.29 |
2273 | 2023-12-06T19:51:46.548Z | Documenting iana-time-zone v0.1.57 |
2274 | 2023-12-06T19:51:47.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2275 | 2023-12-06T19:51:48.407Z | Documenting tinyvec_macros v0.1.1 |
2276 | 2023-12-06T19:51:49.278Z | Documenting ppv-lite86 v0.2.17 |
2277 | 2023-12-06T19:51:49.517Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2278 | 2023-12-06T19:51:50.325Z | Documenting tracing-core v0.1.31 |
2279 | 2023-12-06T19:51:51.403Z | Documenting futures-util v0.3.29 |
2280 | 2023-12-06T19:51:52.288Z | Documenting tracing-attributes v0.1.26 |
2281 | 2023-12-06T19:51:52.617Z | Documenting tinyvec v1.6.0 |
2282 | 2023-12-06T19:51:54.111Z | Documenting rand_chacha v0.3.1 |
2283 | 2023-12-06T19:51:58.514Z | Documenting unicode-normalization v0.1.22 |
2284 | 2023-12-06T19:52:00.124Z | Documenting rand v0.8.5 |
2285 | 2023-12-06T19:52:00.368Z | Documenting bytes v1.5.0 |
2286 | 2023-12-06T19:52:01.910Z | Documenting bitflags v2.4.0 |
2287 | 2023-12-06T19:52:03.399Z | Documenting serde_json v1.0.108 |
2288 | 2023-12-06T19:52:05.202Z | Documenting chrono v0.4.31 |
2289 | 2023-12-06T19:52:06.697Z | Documenting uuid v1.6.1 |
2290 | 2023-12-06T19:52:07.576Z | Documenting tokio v1.34.0 |
2291 | 2023-12-06T19:52:08.022Z | Documenting fnv v1.0.7 |
2292 | 2023-12-06T19:52:08.308Z | Documenting base64 v0.21.5 |
2293 | 2023-12-06T19:52:11.707Z | Documenting lazy_static v1.4.0 |
2294 | 2023-12-06T19:52:13.280Z | Documenting unicode-bidi v0.3.13 |
2295 | 2023-12-06T19:52:13.511Z | Documenting http v0.2.11 |
2296 | 2023-12-06T19:52:14.112Z | Documenting percent-encoding v2.3.1 |
2297 | 2023-12-06T19:52:14.459Z | Documenting spin v0.9.8 |
2298 | 2023-12-06T19:52:15.971Z | Documenting cpufeatures v0.2.9 |
2299 | 2023-12-06T19:52:17.221Z | Documenting generic-array v0.14.7 |
2300 | 2023-12-06T19:52:18.775Z | Documenting serde_derive_internals v0.26.0 |
2301 | 2023-12-06T19:52:19.596Z | Documenting tracing v0.1.37 |
2302 | 2023-12-06T19:52:19.720Z | Checking serde_derive_internals v0.26.0 |
2303 | 2023-12-06T19:52:19.868Z | Documenting form_urlencoded v1.2.1 |
2304 | 2023-12-06T19:52:20.242Z | Documenting dyn-clone v1.0.13 |
2305 | 2023-12-06T19:52:20.636Z | Documenting idna v0.5.0 |
2306 | 2023-12-06T19:52:22.033Z | Documenting errno v0.3.2 |
2307 | 2023-12-06T19:52:23.466Z | Documenting crypto-common v0.1.6 |
2308 | 2023-12-06T19:52:24.247Z | Documenting block-buffer v0.10.4 |
2309 | 2023-12-06T19:52:24.666Z | Documenting httparse v1.8.0 |
2310 | 2023-12-06T19:52:25.771Z | Documenting adler v1.0.2 |
2311 | 2023-12-06T19:52:26.578Z | Documenting schemars_derive v0.8.13 |
2312 | 2023-12-06T19:52:26.720Z | Documenting url v2.5.0 |
2313 | 2023-12-06T19:52:27.650Z | Documenting rustix v0.38.25 |
2314 | 2023-12-06T19:52:29.739Z | Documenting unicode-ident v1.0.12 |
2315 | 2023-12-06T19:52:30.222Z | Documenting miniz_oxide v0.7.1 |
2316 | 2023-12-06T19:52:30.673Z | Documenting openssl-probe v0.1.5 |
2317 | 2023-12-06T19:52:30.735Z | Documenting digest v0.10.7 |
2318 | 2023-12-06T19:52:32.973Z | Documenting try-lock v0.2.4 |
2319 | 2023-12-06T19:52:33.930Z | Documenting proc-macro2 v1.0.69 |
2320 | 2023-12-06T19:52:35.214Z | Documenting untrusted v0.9.0 |
2321 | 2023-12-06T19:52:35.452Z | Documenting schemars v0.8.13 |
2322 | 2023-12-06T19:52:36.481Z | Documenting httpdate v1.0.3 |
2323 | 2023-12-06T19:52:37.412Z | Documenting want v0.3.1 |
2324 | 2023-12-06T19:52:37.534Z | Documenting http-body v0.4.5 |
2325 | 2023-12-06T19:52:41.050Z | Documenting ring v0.17.5 |
2326 | 2023-12-06T19:52:41.537Z | Documenting quote v1.0.33 |
2327 | 2023-12-06T19:52:41.537Z | Documenting openssl-sys v0.9.96 |
2328 | 2023-12-06T19:52:42.167Z | Documenting async-trait v0.1.74 |
2329 | 2023-12-06T19:53:01.221Z | Documenting openssl-macros v0.1.1 |
2330 | 2023-12-06T19:53:01.221Z | Documenting tower-service v0.3.2 |
2331 | 2023-12-06T19:53:01.221Z | Documenting mime v0.3.17 |
2332 | 2023-12-06T19:53:01.221Z | Documenting aho-corasick v1.0.4 |
2333 | 2023-12-06T19:53:01.416Z | Documenting rustls-webpki v0.101.7 |
2334 | 2023-12-06T19:53:01.539Z | Documenting tokio-util v0.7.10 |
2335 | 2023-12-06T19:53:01.540Z | Documenting sct v0.7.0 |
2336 | 2023-12-06T19:53:01.540Z | Documenting slog v2.7.0 |
2337 | 2023-12-06T19:53:01.541Z | Documenting regex-syntax v0.8.2 |
2338 | 2023-12-06T19:53:01.541Z | Documenting openssl v0.10.60 |
2339 | 2023-12-06T19:53:01.541Z | Documenting equivalent v1.0.1 |
2340 | 2023-12-06T19:53:01.541Z | Documenting ipnet v2.8.0 |
2341 | 2023-12-06T19:53:01.541Z | Documenting hashbrown v0.14.2 |
2342 | 2023-12-06T19:53:01.541Z | Documenting unicode-width v0.1.11 |
2343 | 2023-12-06T19:53:01.541Z | Documenting rustls v0.21.9 |
2344 | 2023-12-06T19:53:01.541Z | Documenting rustls-pemfile v1.0.3 |
2345 | 2023-12-06T19:53:01.542Z | Documenting h2 v0.3.21 |
2346 | 2023-12-06T19:53:01.542Z | Documenting num-integer v0.1.45 |
2347 | 2023-12-06T19:53:01.542Z | Documenting time-macros v0.2.13 |
2348 | 2023-12-06T19:53:01.542Z | Documenting regex-automata v0.4.3 |
2349 | 2023-12-06T19:53:01.542Z | Documenting indexmap v2.1.0 |
2350 | 2023-12-06T19:53:01.542Z | Documenting time-core v0.1.1 |
2351 | 2023-12-06T19:53:02.080Z | Documenting num_threads v0.1.6 |
2352 | 2023-12-06T19:53:04.812Z | Documenting gimli v0.28.0 |
2353 | 2023-12-06T19:53:05.069Z | Documenting utf8parse v0.2.1 |
2354 | 2023-12-06T19:53:06.423Z | Documenting deranged v0.3.8 |
2355 | 2023-12-06T19:53:06.912Z | Documenting native-tls v0.2.11 |
2356 | 2023-12-06T19:53:07.026Z | Documenting tokio-rustls v0.24.1 |
2357 | 2023-12-06T19:53:07.463Z | Documenting zerocopy v0.6.4 |
2358 | 2023-12-06T19:53:09.185Z | Documenting object v0.32.1 |
2359 | 2023-12-06T19:53:12.202Z | Documenting hyper v0.14.27 |
2360 | 2023-12-06T19:53:12.572Z | Documenting regex v1.10.2 |
2361 | 2023-12-06T19:53:13.008Z | Documenting time v0.3.27 |
2362 | 2023-12-06T19:53:14.213Z | Documenting addr2line v0.21.0 |
2363 | 2023-12-06T19:53:14.224Z | Documenting crossbeam-utils v0.8.16 |
2364 | 2023-12-06T19:53:14.237Z | Documenting encoding_rs v0.8.33 |
2365 | 2023-12-06T19:53:15.966Z | Checking pest_meta v2.7.2 |
2366 | 2023-12-06T19:53:17.453Z | Documenting rustc-demangle v0.1.23 |
2367 | 2023-12-06T19:53:19.713Z | Documenting tokio-native-tls v0.3.1 |
2368 | 2023-12-06T19:53:20.149Z | Documenting rustls-native-certs v0.6.3 |
2369 | 2023-12-06T19:53:21.081Z | Documenting serde_urlencoded v0.7.1 |
2370 | 2023-12-06T19:53:21.141Z | Documenting pest_meta v2.7.2 |
2371 | 2023-12-06T19:53:21.226Z | Checking pest_generator v2.7.2 |
2372 | 2023-12-06T19:53:21.704Z | Documenting webpki-roots v0.25.2 |
2373 | 2023-12-06T19:53:22.431Z | Documenting ucd-trie v0.1.6 |
2374 | 2023-12-06T19:53:25.741Z | Documenting anstyle v1.0.2 |
2375 | 2023-12-06T19:53:26.940Z | Documenting pest_generator v2.7.2 |
2376 | 2023-12-06T19:53:27.281Z | Documenting data-encoding v2.4.0 |
2377 | 2023-12-06T19:53:27.476Z | Documenting anstyle-parse v0.2.1 |
2378 | 2023-12-06T19:53:27.901Z | Documenting backtrace v0.3.69 |
2379 | 2023-12-06T19:53:28.000Z | Documenting syn v2.0.32 |
2380 | 2023-12-06T19:53:28.618Z | Documenting pest v2.7.2 |
2381 | 2023-12-06T19:53:30.687Z | Documenting hyper-tls v0.5.0 |
2382 | 2023-12-06T19:53:31.551Z | Documenting hyper-rustls v0.24.2 |
2383 | 2023-12-06T19:53:32.170Z | Documenting ipnetwork v0.20.0 |
2384 | 2023-12-06T19:53:33.849Z | Documenting sha2 v0.10.8 |
2385 | 2023-12-06T19:53:33.989Z | Documenting pest_derive v2.7.2 |
2386 | 2023-12-06T19:53:36.146Z | Documenting anyhow v1.0.75 |
2387 | 2023-12-06T19:53:36.712Z | Documenting futures-executor v0.3.29 |
2388 | 2023-12-06T19:53:40.474Z | Documenting hex v0.4.3 |
2389 | 2023-12-06T19:53:40.688Z | Documenting crc32fast v1.3.2 |
2390 | 2023-12-06T19:53:40.888Z | Checking serde_tokenstream v0.1.7 |
2391 | 2023-12-06T19:53:41.055Z | Documenting anstyle-query v1.0.0 |
2392 | 2023-12-06T19:53:41.426Z | Documenting colorchoice v1.0.0 |
2393 | 2023-12-06T19:53:41.764Z | Documenting reqwest v0.11.22 |
2394 | 2023-12-06T19:53:42.825Z | Documenting dtrace-parser v0.1.14 |
2395 | 2023-12-06T19:53:43.968Z | Documenting openapiv3 v2.0.0-rc.1 |
2396 | 2023-12-06T19:53:45.537Z | Documenting num-iter v0.1.43 |
2397 | 2023-12-06T19:53:46.139Z | Documenting hmac v0.12.1 |
2398 | 2023-12-06T19:53:46.363Z | Documenting dof v0.1.5 |
2399 | 2023-12-06T19:53:46.461Z | Documenting anstream v0.5.0 |
2400 | 2023-12-06T19:53:48.394Z | Documenting signal-hook v0.3.17 |
2401 | 2023-12-06T19:53:51.603Z | Documenting thread-id v4.2.0 |
2402 | 2023-12-06T19:53:52.091Z | Documenting terminal_size v0.2.6 |
2403 | 2023-12-06T19:53:52.985Z | Documenting memoffset v0.9.0 |
2404 | 2023-12-06T19:53:53.191Z | Documenting clap_lex v0.5.1 |
2405 | 2023-12-06T19:53:54.075Z | Documenting strsim v0.10.0 |
2406 | 2023-12-06T19:53:54.507Z | Documenting flate2 v1.0.28 |
2407 | 2023-12-06T19:53:56.389Z | Documenting futures v0.3.29 |
2408 | 2023-12-06T19:53:57.007Z | Documenting usdt-attr-macro v0.3.5 |
2409 | 2023-12-06T19:53:57.043Z | Documenting crossbeam-epoch v0.9.15 |
2410 | 2023-12-06T19:53:57.253Z | Documenting usdt-impl v0.3.5 |
2411 | 2023-12-06T19:53:57.932Z | Documenting usdt-macro v0.3.5 |
2412 | 2023-12-06T19:53:59.182Z | Documenting clap_derive v4.4.2 |
2413 | 2023-12-06T19:54:00.299Z | Documenting clap_builder v4.4.2 |
2414 | 2023-12-06T19:54:01.766Z | Documenting signal-hook-mio v0.2.3 |
2415 | 2023-12-06T19:54:02.973Z | Documenting signature v2.1.0 |
2416 | 2023-12-06T19:54:04.488Z | Documenting block-padding v0.3.3 |
2417 | 2023-12-06T19:54:05.271Z | Documenting hash32 v0.2.1 |
2418 | 2023-12-06T19:54:05.350Z | Documenting usdt v0.3.5 |
2419 | 2023-12-06T19:54:06.820Z | Documenting scheduled-thread-pool v0.2.7 |
2420 | 2023-12-06T19:54:07.442Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2421 | 2023-12-06T19:54:07.828Z | Documenting enum-as-inner v0.5.1 |
2422 | 2023-12-06T19:54:09.899Z | Documenting clap v4.4.3 |
2423 | 2023-12-06T19:54:10.104Z | Documenting diesel_table_macro_syntax v0.1.0 |
2424 | 2023-12-06T19:54:10.483Z | Checking diesel_table_macro_syntax v0.1.0 |
2425 | 2023-12-06T19:54:10.720Z | Documenting pin-project-internal v1.1.3 |
2426 | 2023-12-06T19:54:11.207Z | Documenting stable_deref_trait v1.2.0 |
2427 | 2023-12-06T19:54:12.619Z | Documenting unicode-segmentation v1.10.1 |
2428 | 2023-12-06T19:54:12.823Z | Documenting r2d2 v0.8.10 |
2429 | 2023-12-06T19:54:13.108Z | Documenting bzip2 v0.4.4 |
2430 | 2023-12-06T19:54:14.923Z | Documenting trust-dns-proto v0.22.0 |
2431 | 2023-12-06T19:54:15.322Z | Documenting heapless v0.7.16 |
2432 | 2023-12-06T19:54:16.688Z | Documenting diesel_derives v2.1.2 |
2433 | 2023-12-06T19:54:17.031Z | Documenting inout v0.1.3 |
2434 | 2023-12-06T19:54:17.489Z | Documenting crossterm v0.27.0 |
2435 | 2023-12-06T19:54:17.756Z | Documenting pin-project v1.1.3 |
2436 | 2023-12-06T19:54:18.875Z | Documenting md-5 v0.10.5 |
2437 | 2023-12-06T19:54:18.993Z | Documenting stringprep v0.1.3 |
2438 | 2023-12-06T19:54:21.856Z | Documenting serde_spanned v0.6.4 |
2439 | 2023-12-06T19:54:22.627Z | Documenting toml_datetime v0.6.5 |
2440 | 2023-12-06T19:54:23.288Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2441 | 2023-12-06T19:54:24.661Z | Documenting doc-comment v0.3.3 |
2442 | 2023-12-06T19:54:25.810Z | Documenting snafu-derive v0.7.5 |
2443 | 2023-12-06T19:54:25.898Z | Documenting winnow v0.5.15 |
2444 | 2023-12-06T19:54:27.203Z | Documenting siphasher v0.3.11 |
2445 | 2023-12-06T19:54:27.698Z | Documenting managed v0.8.0 |
2446 | 2023-12-06T19:54:28.419Z | Documenting fallible-iterator v0.2.0 |
2447 | 2023-12-06T19:54:28.431Z | Documenting bit-vec v0.6.3 |
2448 | 2023-12-06T19:54:28.805Z | Documenting either v1.9.0 |
2449 | 2023-12-06T19:54:28.827Z | Documenting static_assertions v1.1.0 |
2450 | 2023-12-06T19:54:31.549Z | Documenting phf_shared v0.11.2 |
2451 | 2023-12-06T19:54:32.567Z | Documenting smoltcp v0.9.1 |
2452 | 2023-12-06T19:54:33.263Z | Documenting diesel v2.1.4 |
2453 | 2023-12-06T19:54:33.751Z | Documenting toml_edit v0.21.0 |
2454 | 2023-12-06T19:54:34.410Z | Documenting cipher v0.4.4 |
2455 | 2023-12-06T19:54:34.648Z | Documenting zip v0.6.6 |
2456 | 2023-12-06T19:54:35.965Z | Documenting postgres-protocol v0.6.6 |
2457 | 2023-12-06T19:54:37.063Z | Documenting num-bigint v0.4.4 |
2458 | 2023-12-06T19:54:37.079Z | Documenting snafu v0.7.5 |
2459 | 2023-12-06T19:54:39.952Z | Documenting hubpack v0.1.2 |
2460 | 2023-12-06T19:54:41.403Z | Documenting bstr v1.6.0 |
2461 | 2023-12-06T19:54:41.481Z | Documenting regress v0.7.1 |
2462 | 2023-12-06T19:54:43.691Z | Documenting serde_repr v0.1.16 |
2463 | 2023-12-06T19:54:44.400Z | Documenting new_debug_unreachable v1.0.4 |
2464 | 2023-12-06T19:54:45.424Z | Documenting fixedbitset v0.4.2 |
2465 | 2023-12-06T19:54:46.616Z | Documenting lalrpop-util v0.19.12 |
2466 | 2023-12-06T19:54:47.585Z | Documenting precomputed-hash v0.1.1 |
2467 | 2023-12-06T19:54:48.452Z | Documenting yasna v0.5.2 |
2468 | 2023-12-06T19:54:49.219Z | Documenting postgres-types v0.2.6 |
2469 | 2023-12-06T19:54:50.098Z | Documenting petgraph v0.6.4 |
2470 | 2023-12-06T19:54:50.212Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2471 | 2023-12-06T19:54:50.940Z | Documenting phf v0.11.2 |
2472 | 2023-12-06T19:55:01.143Z | Documenting console v0.15.7 |
2473 | 2023-12-06T19:55:01.266Z | Documenting string_cache v0.8.7 |
2474 | 2023-12-06T19:55:01.456Z | Documenting semver v1.0.20 |
2475 | 2023-12-06T19:55:01.456Z | Documenting float-cmp v0.9.0 |
2476 | 2023-12-06T19:55:01.460Z | Documenting normalize-line-endings v0.3.0 |
2477 | 2023-12-06T19:55:01.460Z | Documenting heck v0.4.1 |
2478 | 2023-12-06T19:55:01.460Z | Documenting whoami v1.4.1 |
2479 | 2023-12-06T19:55:01.461Z | Documenting predicates-core v1.0.6 |
2480 | 2023-12-06T19:55:01.461Z | Checking unsafe-libyaml v0.2.9 |
2481 | 2023-12-06T19:55:02.367Z | Documenting difflib v0.4.0 |
2482 | 2023-12-06T19:55:02.697Z | Documenting bit-set v0.5.3 |
2483 | 2023-12-06T19:55:14.392Z | Documenting similar v2.2.1 |
2484 | 2023-12-06T19:55:14.830Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2485 | 2023-12-06T19:55:14.830Z | Documenting tokio-postgres v0.7.10 |
2486 | 2023-12-06T19:55:14.830Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2487 | 2023-12-06T19:55:14.830Z | Documenting tokio-stream v0.1.14 |
2488 | 2023-12-06T19:55:14.830Z | Documenting unsafe-libyaml v0.2.9 |
2489 | 2023-12-06T19:55:15.034Z | Documenting predicates v3.0.4 |
2490 | 2023-12-06T19:55:15.034Z | Checking ident_case v1.0.1 |
2491 | 2023-12-06T19:55:15.034Z | Checking serde_yaml v0.9.25 |
2492 | 2023-12-06T19:55:15.034Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2493 | 2023-12-06T19:55:15.034Z | Documenting serde_yaml v0.9.25 |
2494 | 2023-12-06T19:55:15.034Z | Documenting getopts v0.2.21 |
2495 | 2023-12-06T19:55:15.034Z | Documenting match_cfg v0.1.0 |
2496 | 2023-12-06T19:55:15.034Z | Documenting sha1 v0.10.6 |
2497 | 2023-12-06T19:55:15.619Z | Documenting dirs-sys-next v0.1.2 |
2498 | 2023-12-06T19:55:17.431Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2499 | 2023-12-06T19:55:17.478Z | Documenting hostname v0.3.1 |
2500 | 2023-12-06T19:55:17.941Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2501 | 2023-12-06T19:55:18.348Z | Documenting thread_local v1.1.7 |
2502 | 2023-12-06T19:55:19.846Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2503 | 2023-12-06T19:55:21.185Z | Documenting dirs-next v2.0.0 |
2504 | 2023-12-06T19:55:21.983Z | Documenting paste v1.0.14 |
2505 | 2023-12-06T19:55:22.498Z | Documenting crossbeam-channel v0.5.8 |
2506 | 2023-12-06T19:55:23.041Z | Documenting atty v0.2.14 |
2507 | 2023-12-06T19:55:23.178Z | Documenting take_mut v0.2.2 |
2508 | 2023-12-06T19:55:24.474Z | Documenting slog-json v2.6.1 |
2509 | 2023-12-06T19:55:26.625Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2510 | 2023-12-06T19:55:26.860Z | Documenting term v0.7.0 |
2511 | 2023-12-06T19:55:27.630Z | Documenting camino v1.1.6 |
2512 | 2023-12-06T19:55:28.110Z | Documenting async-stream-impl v0.3.5 |
2513 | 2023-12-06T19:55:28.557Z | Documenting atomic-waker v1.1.1 |
2514 | 2023-12-06T19:55:28.598Z | Documenting slog-async v2.8.0 |
2515 | 2023-12-06T19:55:31.141Z | Documenting debug-ignore v1.0.5 |
2516 | 2023-12-06T19:55:31.374Z | Documenting slog-bunyan v2.4.0 |
2517 | 2023-12-06T19:55:32.656Z | Documenting slog-term v2.9.0 |
2518 | 2023-12-06T19:55:32.764Z | Documenting waitgroup v0.1.2 |
2519 | 2023-12-06T19:55:34.423Z | Checking darling_core v0.20.3 |
2520 | 2023-12-06T19:55:34.691Z | Documenting async-stream v0.3.5 |
2521 | 2023-12-06T19:55:34.886Z | Documenting toml v0.8.8 |
2522 | 2023-12-06T19:55:35.235Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2523 | 2023-12-06T19:55:37.311Z | Documenting multer v2.1.0 |
2524 | 2023-12-06T19:55:38.107Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2525 | 2023-12-06T19:55:38.112Z | Documenting serde_path_to_error v0.1.14 |
2526 | 2023-12-06T19:55:38.297Z | Documenting strum v0.25.0 |
2527 | 2023-12-06T19:55:39.068Z | Checking darling v0.20.3 |
2528 | 2023-12-06T19:55:39.211Z | Documenting serde_with_macros v2.3.3 |
2529 | 2023-12-06T19:55:40.112Z | Documenting structmeta-derive v0.2.0 |
2530 | 2023-12-06T19:55:42.025Z | Checking structmeta v0.2.0 |
2531 | 2023-12-06T19:55:42.353Z | Documenting instant v0.1.12 |
2532 | 2023-12-06T19:55:43.031Z | Checking regex-syntax v0.7.5 |
2533 | 2023-12-06T19:55:43.589Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2534 | 2023-12-06T19:55:44.371Z | Documenting macaddr v1.0.1 |
2535 | 2023-12-06T19:55:44.512Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2536 | 2023-12-06T19:55:55.415Z | Documenting serde_with v2.3.3 |
2537 | 2023-12-06T19:55:55.743Z | Documenting structmeta v0.2.0 |
2538 | 2023-12-06T19:55:55.744Z | Documenting backoff v0.4.0 |
2539 | 2023-12-06T19:55:55.744Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2540 | 2023-12-06T19:55:55.744Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2541 | 2023-12-06T19:55:55.744Z | Documenting fastrand v2.0.0 |
2542 | 2023-12-06T19:55:55.744Z | Documenting parse-display-derive v0.8.2 |
2543 | 2023-12-06T19:55:55.744Z | Documenting is-terminal v0.4.9 |
2544 | 2023-12-06T19:55:55.744Z | Documenting base64ct v1.6.0 |
2545 | 2023-12-06T19:55:55.744Z | Documenting proc-macro-crate v1.3.1 |
2546 | 2023-12-06T19:55:56.183Z | Checking proc-macro-crate v1.3.1 |
2547 | 2023-12-06T19:55:56.523Z | Documenting tempfile v3.8.1 |
2548 | 2023-12-06T19:55:56.528Z | Documenting proc-macro-error-attr v1.0.4 |
2549 | 2023-12-06T19:55:57.419Z | Checking proc-macro-error v1.0.4 |
2550 | 2023-12-06T19:55:57.809Z | Documenting postcard-cobs v0.1.5-pre |
2551 | 2023-12-06T19:56:00.421Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2552 | 2023-12-06T19:56:00.970Z | Documenting num_enum_derive v0.5.11 |
2553 | 2023-12-06T19:56:01.137Z | Documenting foreign-types-macros v0.2.3 |
2554 | 2023-12-06T19:56:02.069Z | Documenting postcard v0.7.3 |
2555 | 2023-12-06T19:56:02.272Z | Documenting proc-macro-error v1.0.4 |
2556 | 2023-12-06T19:56:02.594Z | Documenting parse-display v0.8.2 |
2557 | 2023-12-06T19:56:03.014Z | Documenting camino-tempfile v1.1.1 |
2558 | 2023-12-06T19:56:06.669Z | Documenting foreign-types-shared v0.3.1 |
2559 | 2023-12-06T19:56:07.237Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2560 | 2023-12-06T19:56:07.771Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2561 | 2023-12-06T19:56:08.174Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2562 | 2023-12-06T19:56:08.662Z | Documenting crucible-workspace-hack v0.1.0 |
2563 | 2023-12-06T19:56:08.822Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2564 | 2023-12-06T19:56:09.068Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2565 | 2023-12-06T19:56:09.298Z | Documenting num_enum v0.5.11 |
2566 | 2023-12-06T19:56:09.617Z | Documenting cstr-argument v0.1.2 |
2567 | 2023-12-06T19:56:10.648Z | Documenting foreign-types v0.5.0 |
2568 | 2023-12-06T19:56:11.372Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2569 | 2023-12-06T19:56:14.087Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2570 | 2023-12-06T19:56:14.205Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2571 | 2023-12-06T19:56:14.511Z | Documenting colored v2.0.4 |
2572 | 2023-12-06T19:56:14.695Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2573 | 2023-12-06T19:56:15.543Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2574 | 2023-12-06T19:56:16.651Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2575 | 2023-12-06T19:56:16.761Z | Documenting zone_cfg_derive v0.3.0 |
2576 | 2023-12-06T19:56:20.445Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2577 | 2023-12-06T19:56:20.494Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2578 | 2023-12-06T19:56:20.583Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2579 | 2023-12-06T19:56:21.469Z | Documenting num-derive v0.4.0 |
2580 | 2023-12-06T19:56:21.657Z | Documenting smf v0.2.2 |
2581 | 2023-12-06T19:56:22.753Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2582 | 2023-12-06T19:56:24.201Z | Documenting zone v0.3.0 |
2583 | 2023-12-06T19:56:24.590Z | Documenting linked-hash-map v0.5.6 |
2584 | 2023-12-06T19:56:26.623Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2585 | 2023-12-06T19:56:26.785Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2586 | 2023-12-06T19:56:27.800Z | Documenting password-hash v0.5.0 |
2587 | 2023-12-06T19:56:28.230Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2588 | 2023-12-06T19:56:29.725Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2589 | 2023-12-06T19:56:31.126Z | Documenting lru-cache v0.1.2 |
2590 | 2023-12-06T19:56:31.756Z | Documenting blake2 v0.10.6 |
2591 | 2023-12-06T19:56:33.368Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2592 | 2023-12-06T19:56:33.681Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2593 | 2023-12-06T19:56:34.560Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2594 | 2023-12-06T19:56:35.685Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2595 | 2023-12-06T19:56:36.156Z | Checking heck v0.3.3 |
2596 | 2023-12-06T19:56:36.156Z | Documenting structopt-derive v0.4.18 |
2597 | 2023-12-06T19:56:37.149Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2598 | 2023-12-06T19:56:37.500Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2599 | 2023-12-06T19:56:39.161Z | Documenting argon2 v0.5.2 |
2600 | 2023-12-06T19:56:39.657Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2601 | 2023-12-06T19:56:40.045Z | Documenting libefi-sys v0.1.0 |
2602 | 2023-12-06T19:56:41.842Z | Documenting quick-error v1.2.3 |
2603 | 2023-12-06T19:56:43.129Z | Documenting structopt v0.3.26 |
2604 | 2023-12-06T19:57:00.229Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2605 | 2023-12-06T19:57:00.229Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2606 | 2023-12-06T19:57:01.042Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2607 | 2023-12-06T19:57:01.089Z | Documenting resolv-conf v0.7.0 |
2608 | 2023-12-06T19:57:01.089Z | Documenting pem-rfc7468 v0.7.0 |
2609 | 2023-12-06T19:57:01.089Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2610 | 2023-12-06T19:57:01.089Z | Documenting der_derive v0.7.2 |
2611 | 2023-12-06T19:57:01.089Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2612 | 2023-12-06T19:57:01.089Z | Documenting flagset v0.4.3 |
2613 | 2023-12-06T19:57:01.089Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2614 | 2023-12-06T19:57:01.089Z | Documenting trust-dns-resolver v0.22.0 |
2615 | 2023-12-06T19:57:01.089Z | Documenting cancel-safe-futures v0.1.5 |
2616 | 2023-12-06T19:57:01.089Z | Checking convert_case v0.4.0 |
2617 | 2023-12-06T19:57:01.089Z | Documenting convert_case v0.4.0 |
2618 | 2023-12-06T19:57:01.089Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2619 | 2023-12-06T19:57:01.089Z | Documenting arc-swap v1.6.0 |
2620 | 2023-12-06T19:57:01.096Z | Documenting tap v1.0.1 |
2621 | 2023-12-06T19:57:01.096Z | Documenting der v0.7.8 |
2622 | 2023-12-06T19:57:01.096Z | Documenting derive_more v0.99.17 |
2623 | 2023-12-06T19:57:01.096Z | Documenting wyz v0.5.1 |
2624 | 2023-12-06T19:57:01.288Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2625 | 2023-12-06T19:57:01.745Z | Documenting slog-scope v4.4.0 |
2626 | 2023-12-06T19:57:03.242Z | Documenting num-rational v0.4.1 |
2627 | 2023-12-06T19:57:04.744Z | Documenting spki v0.7.2 |
2628 | 2023-12-06T19:57:05.231Z | Documenting radium v0.7.0 |
2629 | 2023-12-06T19:57:06.676Z | Documenting hkdf v0.12.3 |
2630 | 2023-12-06T19:57:07.421Z | Documenting num-complex v0.4.4 |
2631 | 2023-12-06T19:57:09.054Z | Documenting funty v2.0.0 |
2632 | 2023-12-06T19:57:09.566Z | Documenting ciborium-io v0.2.1 |
2633 | 2023-12-06T19:57:09.709Z | Documenting crc-catalog v2.2.0 |
2634 | 2023-12-06T19:57:11.429Z | Documenting half v1.8.2 |
2635 | 2023-12-06T19:57:11.787Z | Documenting pkcs8 v0.10.2 |
2636 | 2023-12-06T19:57:12.962Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2637 | 2023-12-06T19:57:13.670Z | Documenting bitvec v1.0.1 |
2638 | 2023-12-06T19:57:13.809Z | Documenting slog-stdlog v4.1.1 |
2639 | 2023-12-06T19:57:14.088Z | Documenting crc v3.0.1 |
2640 | 2023-12-06T19:57:14.633Z | Documenting num v0.4.1 |
2641 | 2023-12-06T19:57:14.910Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2642 | 2023-12-06T19:57:15.867Z | Documenting ciborium-ll v0.2.1 |
2643 | 2023-12-06T19:57:16.750Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2644 | 2023-12-06T19:57:17.956Z | Documenting slog-dtrace v0.2.3 |
2645 | 2023-12-06T19:57:18.348Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2646 | 2023-12-06T19:57:18.503Z | Documenting filetime v0.2.22 |
2647 | 2023-12-06T19:57:20.058Z | Documenting xattr v1.0.1 |
2648 | 2023-12-06T19:57:21.783Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2649 | 2023-12-06T19:57:22.231Z | Documenting packed_struct_codegen v0.10.1 |
2650 | 2023-12-06T19:57:23.221Z | Documenting keccak v0.1.4 |
2651 | 2023-12-06T19:57:24.281Z | Documenting nodrop v0.1.14 |
2652 | 2023-12-06T19:57:25.936Z | Documenting tar v0.4.40 |
2653 | 2023-12-06T19:57:27.358Z | Documenting sha3 v0.10.8 |
2654 | 2023-12-06T19:57:28.101Z | Documenting ciborium v0.2.1 |
2655 | 2023-12-06T19:57:28.546Z | Documenting array-init v0.0.4 |
2656 | 2023-12-06T19:57:28.846Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2657 | 2023-12-06T19:57:30.942Z | Documenting packed_struct v0.10.1 |
2658 | 2023-12-06T19:57:32.467Z | Documenting slog-envlogger v2.2.0 |
2659 | 2023-12-06T19:57:32.636Z | Documenting pkcs1 v0.7.5 |
2660 | 2023-12-06T19:57:35.234Z | Documenting num-bigint-dig v0.8.4 |
2661 | 2023-12-06T19:57:35.258Z | Documenting fxhash v0.2.1 |
2662 | 2023-12-06T19:57:35.258Z | Documenting secrecy v0.8.0 |
2663 | 2023-12-06T19:57:39.368Z | Documenting swrite v0.1.0 |
2664 | 2023-12-06T19:57:39.944Z | Documenting bitfield v0.14.0 |
2665 | 2023-12-06T19:57:40.212Z | Documenting termcolor v1.2.0 |
2666 | 2023-12-06T19:57:41.020Z | Documenting utf-8 v0.7.6 |
2667 | 2023-12-06T19:57:42.796Z | Documenting serde-hex v0.1.0 |
2668 | 2023-12-06T19:57:43.012Z | Documenting rsa v0.9.2 |
2669 | 2023-12-06T19:57:43.997Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2670 | 2023-12-06T19:57:44.244Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2671 | 2023-12-06T19:57:44.790Z | Documenting x509-cert v0.2.4 |
2672 | 2023-12-06T19:57:46.731Z | Documenting tungstenite v0.20.1 |
2673 | 2023-12-06T19:57:46.853Z | Documenting env_logger v0.10.0 |
2674 | 2023-12-06T19:57:49.780Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2675 | 2023-12-06T19:57:51.680Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2676 | 2023-12-06T19:57:53.244Z | Documenting newtype_derive v0.1.6 |
2677 | 2023-12-06T19:57:53.618Z | Documenting libsw v3.3.0 |
2678 | 2023-12-06T19:57:54.333Z | Documenting pem v3.0.2 |
2679 | 2023-12-06T19:57:56.200Z | Documenting ron v0.8.1 |
2680 | 2023-12-06T19:57:56.734Z | Documenting derive-where v1.2.5 |
2681 | 2023-12-06T19:57:57.323Z | Documenting crc-any v2.4.3 |
2682 | 2023-12-06T19:57:59.027Z | Documenting linear-map v1.2.0 |
2683 | 2023-12-06T19:57:59.744Z | Documenting owo-colors v3.5.0 |
2684 | 2023-12-06T19:58:09.095Z | Documenting steno v0.4.0 |
2685 | 2023-12-06T19:58:09.356Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2686 | 2023-12-06T19:58:09.356Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2687 | 2023-12-06T19:58:09.356Z | Documenting tokio-tungstenite v0.20.1 |
2688 | 2023-12-06T19:58:09.357Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2689 | 2023-12-06T19:58:09.357Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2690 | 2023-12-06T19:58:09.357Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2691 | 2023-12-06T19:58:09.385Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2692 | 2023-12-06T19:58:16.346Z | Documenting itertools v0.12.0 |
2693 | 2023-12-06T19:58:16.479Z | Documenting nibble_vec v0.1.0 |
2694 | 2023-12-06T19:58:17.307Z | Documenting same-file v1.0.6 |
2695 | 2023-12-06T19:58:18.202Z | Documenting path-slash v0.1.5 |
2696 | 2023-12-06T19:58:22.824Z | Documenting glob v0.3.1 |
2697 | 2023-12-06T19:58:22.930Z | Documenting endian-type v0.1.2 |
2698 | 2023-12-06T19:58:23.445Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2699 | 2023-12-06T19:58:23.704Z | Documenting walkdir v2.4.0 |
2700 | 2023-12-06T19:58:27.624Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2701 | 2023-12-06T19:58:28.475Z | Documenting radix_trie v0.2.1 |
2702 | 2023-12-06T19:58:29.279Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2703 | 2023-12-06T19:58:30.063Z | Documenting buf-list v1.0.3 |
2704 | 2023-12-06T19:58:33.873Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2705 | 2023-12-06T19:58:34.496Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2706 | 2023-12-06T19:58:34.760Z | Checking darling_core v0.14.4 |
2707 | 2023-12-06T19:58:34.819Z | Documenting trust-dns-client v0.22.0 |
2708 | 2023-12-06T19:58:37.222Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2709 | 2023-12-06T19:58:37.599Z | Checking darling v0.14.4 |
2710 | 2023-12-06T19:58:38.029Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2711 | 2023-12-06T19:58:38.786Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2712 | 2023-12-06T19:58:40.502Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2713 | 2023-12-06T19:58:40.931Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2714 | 2023-12-06T19:58:43.158Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2715 | 2023-12-06T19:58:48.257Z | Documenting trust-dns-server v0.22.1 |
2716 | 2023-12-06T19:58:51.530Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2717 | 2023-12-06T19:58:53.332Z | Documenting sled v0.34.7 |
2718 | 2023-12-06T19:58:54.275Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2719 | 2023-12-06T19:58:55.304Z | Documenting unicase v2.7.0 |
2720 | 2023-12-06T19:58:58.216Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2721 | 2023-12-06T19:58:58.646Z | Documenting globset v0.4.13 |
2722 | 2023-12-06T19:59:00.085Z | Documenting crossbeam-deque v0.8.3 |
2723 | 2023-12-06T19:59:01.309Z | Documenting headers-core v0.2.0 |
2724 | 2023-12-06T19:59:01.946Z | Documenting olpc-cjson v0.1.3 |
2725 | 2023-12-06T19:59:04.361Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2726 | 2023-12-06T19:59:04.900Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2727 | 2023-12-06T19:59:05.652Z | Documenting serde_plain v1.0.2 |
2728 | 2023-12-06T19:59:06.405Z | Documenting ff v0.13.0 |
2729 | 2023-12-06T19:59:06.571Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2730 | 2023-12-06T19:59:06.622Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2731 | 2023-12-06T19:59:07.322Z | Documenting async-recursion v1.0.5 |
2732 | 2023-12-06T19:59:07.996Z | Documenting display-error-chain v0.2.0 |
2733 | 2023-12-06T19:59:08.882Z | Documenting pretty-hex v0.4.0 |
2734 | 2023-12-06T19:59:10.660Z | Documenting typed-path v0.6.0 |
2735 | 2023-12-06T19:59:11.735Z | Documenting headers v0.3.9 |
2736 | 2023-12-06T19:59:11.852Z | Documenting rayon-core v1.12.0 |
2737 | 2023-12-06T19:59:21.780Z | Documenting group v0.13.0 |
2738 | 2023-12-06T19:59:21.806Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2739 | 2023-12-06T19:59:21.806Z | Documenting mime_guess v2.0.4 |
2740 | 2023-12-06T19:59:21.806Z | Checking derive_builder_core v0.12.0 |
2741 | 2023-12-06T19:59:22.218Z | Documenting derive_builder_core v0.12.0 |
2742 | 2023-12-06T19:59:22.218Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2743 | 2023-12-06T19:59:22.219Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2744 | 2023-12-06T19:59:22.219Z | Documenting tough v0.15.0 |
2745 | 2023-12-06T19:59:22.219Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2746 | 2023-12-06T19:59:22.219Z | Documenting universal-hash v0.5.1 |
2747 | 2023-12-06T19:59:22.219Z | Documenting crypto-bigint v0.5.2 |
2748 | 2023-12-06T19:59:22.219Z | Documenting bcs v0.1.6 |
2749 | 2023-12-06T19:59:25.960Z | Documenting kstat-rs v0.2.3 |
2750 | 2023-12-06T19:59:27.486Z | Documenting thiserror-impl-no-std v2.0.2 |
2751 | 2023-12-06T19:59:28.315Z | Documenting curve25519-dalek-derive v0.1.0 |
2752 | 2023-12-06T19:59:31.400Z | Documenting base16ct v0.2.0 |
2753 | 2023-12-06T19:59:32.456Z | Documenting opaque-debug v0.3.0 |
2754 | 2023-12-06T19:59:32.890Z | Documenting highway v1.1.0 |
2755 | 2023-12-06T19:59:35.042Z | Documenting curve25519-dalek v4.1.0 |
2756 | 2023-12-06T19:59:35.348Z | Documenting thiserror-no-std v2.0.2 |
2757 | 2023-12-06T19:59:35.700Z | Documenting elliptic-curve v0.13.5 |
2758 | 2023-12-06T19:59:36.643Z | Documenting poly1305 v0.8.0 |
2759 | 2023-12-06T19:59:36.973Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2760 | 2023-12-06T19:59:38.792Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2761 | 2023-12-06T19:59:39.408Z | Documenting derive_builder_macro v0.12.0 |
2762 | 2023-12-06T19:59:39.530Z | Documenting rayon v1.8.0 |
2763 | 2023-12-06T19:59:41.151Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2764 | 2023-12-06T19:59:44.200Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2023-12-06T19:59:46.927Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2766 | 2023-12-06T19:59:51.165Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2767 | 2023-12-06T19:59:51.308Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2768 | 2023-12-06T20:00:02.872Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2769 | 2023-12-06T20:00:06.711Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2770 | 2023-12-06T20:00:09.489Z | Documenting portable-atomic v1.4.3 |
2771 | 2023-12-06T20:00:11.022Z | Documenting ed25519 v1.5.3 |
2772 | 2023-12-06T20:00:14.084Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2773 | 2023-12-06T20:00:14.349Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2774 | 2023-12-06T20:00:15.326Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2775 | 2023-12-06T20:00:17.976Z | Documenting chacha20 v0.9.1 |
2776 | 2023-12-06T20:00:18.113Z | Documenting aead v0.5.2 |
2777 | 2023-12-06T20:00:20.132Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2778 | 2023-12-06T20:00:22.339Z | Documenting ref-cast-impl v1.0.20 |
2779 | 2023-12-06T20:00:25.778Z | Documenting vte_generate_state_changes v0.1.1 |
2780 | 2023-12-06T20:00:27.256Z | Documenting number_prefix v0.4.0 |
2781 | 2023-12-06T20:00:30.493Z | Documenting cassowary v0.3.0 |
2782 | 2023-12-06T20:00:30.785Z | Documenting ref-cast v1.0.20 |
2783 | 2023-12-06T20:00:31.426Z | Documenting vte v0.11.1 |
2784 | 2023-12-06T20:00:32.132Z | Documenting chacha20poly1305 v0.10.1 |
2785 | 2023-12-06T20:00:32.777Z | Documenting indicatif v0.17.7 |
2786 | 2023-12-06T20:00:33.485Z | Documenting salty v0.2.0 |
2787 | 2023-12-06T20:00:35.180Z | Documenting vsss-rs v3.3.1 |
2788 | 2023-12-06T20:00:36.162Z | Documenting ratatui v0.23.0 |
2789 | 2023-12-06T20:00:37.901Z | Documenting derive_builder v0.12.0 |
2790 | 2023-12-06T20:00:40.370Z | Documenting fs-err v2.11.0 |
2791 | 2023-12-06T20:00:41.738Z | Documenting polar-core v0.27.0 |
2792 | 2023-12-06T20:00:41.897Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2793 | 2023-12-06T20:00:44.034Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2794 | 2023-12-06T20:00:45.940Z | Documenting libxml v0.3.3 |
2795 | 2023-12-06T20:00:46.319Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2796 | 2023-12-06T20:00:47.275Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2797 | 2023-12-06T20:00:48.661Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2798 | 2023-12-06T20:00:49.796Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2799 | 2023-12-06T20:00:53.936Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2800 | 2023-12-06T20:00:54.419Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2801 | 2023-12-06T20:00:54.691Z | Documenting bb8 v0.8.1 |
2802 | 2023-12-06T20:00:55.076Z | Documenting quick-xml v0.23.1 |
2803 | 2023-12-06T20:00:55.524Z | Documenting serde-big-array v0.5.1 |
2804 | 2023-12-06T20:01:02.099Z | Documenting bytesize v1.3.0 |
2805 | 2023-12-06T20:01:02.192Z | Documenting rtoolbox v0.0.1 |
2806 | 2023-12-06T20:01:02.711Z | Documenting oso-derive v0.27.0 |
2807 | 2023-12-06T20:01:03.626Z | Documenting impl-trait-for-tuples v0.2.2 |
2808 | 2023-12-06T20:01:05.177Z | Documenting unicode-linebreak v0.1.5 |
2809 | 2023-12-06T20:01:08.443Z | Documenting http-range v0.1.5 |
2810 | 2023-12-06T20:01:08.621Z | Documenting humantime v2.1.0 |
2811 | 2023-12-06T20:01:09.164Z | Documenting is_ci v1.1.1 |
2812 | 2023-12-06T20:01:09.548Z | Documenting maplit v1.0.2 |
2813 | 2023-12-06T20:01:12.316Z | Documenting smawk v0.3.1 |
2814 | 2023-12-06T20:01:13.514Z | Documenting hyper-staticfile v0.9.5 |
2815 | 2023-12-06T20:01:14.200Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2816 | 2023-12-06T20:01:14.750Z | Documenting supports-color v2.1.0 |
2817 | 2023-12-06T20:01:14.850Z | Documenting rpassword v7.3.1 |
2818 | 2023-12-06T20:01:14.945Z | Documenting oso v0.27.0 |
2819 | 2023-12-06T20:01:16.905Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2820 | 2023-12-06T20:01:18.374Z | Documenting textwrap v0.16.0 |
2821 | 2023-12-06T20:01:21.468Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2822 | 2023-12-06T20:01:21.868Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2823 | 2023-12-06T20:01:22.861Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2824 | 2023-12-06T20:01:23.632Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2825 | 2023-12-06T20:01:25.038Z | Documenting tui-tree-widget v0.13.0 |
2826 | 2023-12-06T20:01:30.968Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2827 | 2023-12-06T20:01:33.176Z | Documenting strip-ansi-escapes v0.2.0 |
2828 | 2023-12-06T20:01:33.771Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2829 | 2023-12-06T20:01:55.042Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2830 | 2023-12-06T20:01:55.404Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2831 | 2023-12-06T20:01:55.573Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2832 | 2023-12-06T20:01:55.649Z | Documenting cookie v0.18.0 |
2833 | 2023-12-06T20:01:55.650Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2834 | 2023-12-06T20:01:55.650Z | Documenting rcgen v0.11.3 |
2835 | 2023-12-06T20:01:55.650Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2836 | 2023-12-06T20:01:55.650Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2837 | 2023-12-06T20:01:55.650Z | Documenting atomicwrites v0.4.2 |
2838 | 2023-12-06T20:01:57.781Z | Documenting signal-hook-tokio v0.3.1 |
2839 | 2023-12-06T20:01:57.852Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2840 | 2023-12-06T20:01:58.876Z | Documenting fd-lock v3.0.13 |
2841 | 2023-12-06T20:01:59.445Z | Documenting subprocess v0.2.9 |
2842 | 2023-12-06T20:02:00.093Z | Documenting shell-words v1.1.0 |
2843 | 2023-12-06T20:02:04.978Z | Documenting nu-ansi-term v0.49.0 |
2844 | 2023-12-06T20:02:05.300Z | Documenting corncobs v0.1.3 |
2845 | 2023-12-06T20:02:05.711Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2846 | 2023-12-06T20:02:06.023Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2847 | 2023-12-06T20:02:06.728Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2848 | 2023-12-06T20:02:07.615Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2849 | 2023-12-06T20:02:08.236Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2850 | 2023-12-06T20:02:09.651Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2851 | 2023-12-06T20:02:09.916Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2852 | 2023-12-06T20:02:10.730Z | Documenting reedline v0.26.0 |
2853 | 2023-12-06T20:02:16.648Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2854 | 2023-12-06T20:02:21.730Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2855 | 2023-12-06T20:02:35.840Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2856 | 2023-12-06T20:02:36.690Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2857 | 2023-12-06T20:02:37.642Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2858 | 2023-12-06T20:02:39.266Z | Documenting fatfs v0.3.6 |
2859 | 2023-12-06T20:02:46.746Z | Documenting nanorand v0.7.0 |
2860 | 2023-12-06T20:02:51.390Z | Documenting assert_matches v1.5.0 |
2861 | 2023-12-06T20:02:51.655Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2862 | 2023-12-06T20:02:52.832Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2863 | 2023-12-06T20:02:53.320Z | Documenting flume v0.11.0 |
2864 | 2023-12-06T20:02:55.536Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2865 | 2023-12-06T20:02:56.142Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2866 | 2023-12-06T20:02:57.634Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2867 | 2023-12-06T20:02:58.675Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2868 | 2023-12-06T20:02:59.338Z | Documenting omicron-zone-package v0.9.1 |
2869 | 2023-12-06T20:03:15.413Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2870 | 2023-12-06T20:03:15.628Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2871 | 2023-12-06T20:03:17.577Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2872 | 2023-12-06T20:03:18.758Z | Documenting termios v0.3.3 |
2873 | 2023-12-06T20:03:18.849Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2874 | 2023-12-06T20:03:18.849Z | --> sled-agent/src/sim/instance.rs:46:7 |
2875 | 2023-12-06T20:03:18.849Z | | |
2876 | 2023-12-06T20:03:18.849Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2877 | 2023-12-06T20:03:18.849Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2878 | 2023-12-06T20:03:18.849Z | | |
2879 | 2023-12-06T20:03:18.849Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2880 | 2023-12-06T20:03:18.849Z | |
2881 | 2023-12-06T20:03:20.325Z | Documenting topological-sort v0.2.2 |
2882 | 2023-12-06T20:03:20.821Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2883 | 2023-12-06T20:03:22.751Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2884 | 2023-12-06T20:03:24.766Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2885 | 2023-12-06T20:03:27.069Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2886 | 2023-12-06T20:03:30.833Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2887 | 2023-12-06T20:03:34.174Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2888 | 2023-12-06T20:04:08.300Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2889 | 2023-12-06T20:04:15.500Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2890 | 2023-12-06T20:04:39.415Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2891 | 2023-12-06T20:04:40.744Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2892 | 2023-12-06T20:04:40.744Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2893 | 2023-12-06T20:04:43.030Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2894 | 2023-12-06T20:04:52.698Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2895 | 2023-12-06T20:05:53.410Z | warning: unresolved link to `VolumeConstructionRequest` |
2896 | 2023-12-06T20:05:53.411Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2897 | 2023-12-06T20:05:53.769Z | | |
2898 | 2023-12-06T20:05:53.770Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2899 | 2023-12-06T20:05:53.770Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2900 | 2023-12-06T20:05:53.770Z | | |
2901 | 2023-12-06T20:05:53.770Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2902 | 2023-12-06T20:05:53.771Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2903 | 2023-12-06T20:05:53.771Z | |
2904 | 2023-12-06T20:05:53.771Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2905 | 2023-12-06T20:05:53.771Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2906 | 2023-12-06T20:05:53.771Z | | |
2907 | 2023-12-06T20:05:53.771Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2908 | 2023-12-06T20:05:53.784Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2909 | 2023-12-06T20:05:53.784Z | |
2910 | 2023-12-06T20:05:53.784Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2911 | 2023-12-06T20:05:53.784Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2912 | 2023-12-06T20:05:53.785Z | | |
2913 | 2023-12-06T20:05:53.785Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2914 | 2023-12-06T20:05:53.785Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2915 | 2023-12-06T20:05:53.785Z | |
2916 | 2023-12-06T20:05:53.785Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2917 | 2023-12-06T20:05:53.785Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2918 | 2023-12-06T20:05:53.785Z | | |
2919 | 2023-12-06T20:05:53.785Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2920 | 2023-12-06T20:05:53.785Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2921 | 2023-12-06T20:05:53.785Z | |
2922 | 2023-12-06T20:05:53.785Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2923 | 2023-12-06T20:05:53.785Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2924 | 2023-12-06T20:05:53.785Z | | |
2925 | 2023-12-06T20:05:53.785Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2926 | 2023-12-06T20:05:53.785Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2927 | 2023-12-06T20:05:53.785Z | |
2928 | 2023-12-06T20:05:53.785Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2929 | 2023-12-06T20:05:53.785Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2930 | 2023-12-06T20:05:53.785Z | | |
2931 | 2023-12-06T20:05:53.785Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2932 | 2023-12-06T20:05:53.785Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2933 | 2023-12-06T20:05:53.785Z | |
2934 | 2023-12-06T20:05:53.789Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2935 | 2023-12-06T20:05:53.789Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2936 | 2023-12-06T20:05:53.789Z | | |
2937 | 2023-12-06T20:05:53.789Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2938 | 2023-12-06T20:05:53.789Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2939 | 2023-12-06T20:05:53.789Z | |
2940 | 2023-12-06T20:05:53.789Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2941 | 2023-12-06T20:06:19.613Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 05s |
2942 | 2023-12-06T20:06:19.719Z | |
2943 | 2023-12-06T20:06:19.727Z | real 15:05.223024607 |
2944 | 2023-12-06T20:06:19.728Z | user 50:52.975323057 |
2945 | 2023-12-06T20:06:19.728Z | sys 57:25.446260467 |
2946 | 2023-12-06T20:06:19.728Z | trap 1.715528766 |
2947 | 2023-12-06T20:06:19.728Z | tflt 0.975121474 |
2948 | 2023-12-06T20:06:19.729Z | dflt 0.404120987 |
2949 | 2023-12-06T20:06:19.729Z | kflt 0.000184315 |
2950 | 2023-12-06T20:06:19.729Z | lock 3:02:11.989108992 |
2951 | 2023-12-06T20:06:19.729Z | slp 3:54:17.962157977 |
2952 | 2023-12-06T20:06:19.729Z | lat 5:09.856955175 |
2953 | 2023-12-06T20:06:19.730Z | stop 1:18.578121977 |
2954 | 2023-12-06T20:06:19.730Z | process exited: duration 1735147 ms, exit code 0 |
|
2955 | 2023-12-06T20:06:19.742Z | found 0 output files |