|
|
|
1 | 2024-02-15T07:22:42.159Z | job assigned to worker 01HPNT8ZR77ES4S5N2HA6SMB1G (queued for 1 m 14 s) |
|
2 | 2024-02-15T07:22:42.976Z | starting task 0: "setup" |
3 | 2024-02-15T07:22:43.057Z | ++ uname -s |
4 | 2024-02-15T07:22:43.068Z | + kern=SunOS |
5 | 2024-02-15T07:22:43.068Z | + case "$kern" in |
6 | 2024-02-15T07:22:43.068Z | + groupadd -g 12345 build |
7 | 2024-02-15T07:22:43.068Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T07:22:45.080Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T07:22:45.156Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T07:22:45.175Z | + home_fs=zfs |
11 | 2024-02-15T07:22:45.175Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T07:22:45.175Z | + mkdir -p /home/build |
13 | 2024-02-15T07:22:45.176Z | + chown build:build /home/build /work |
14 | 2024-02-15T07:22:47.160Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T07:22:47.180Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-02-15T07:22:47.659Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T07:22:47.682Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T07:22:47.683Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T07:22:47.784Z | info: downloading installer |
20 | 2024-02-15T07:22:49.847Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T07:22:49.847Z | warning: /opt/ooce/bin |
22 | 2024-02-15T07:22:49.847Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T07:22:49.847Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T07:22:49.848Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T07:22:49.848Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T07:22:49.848Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T07:22:49.848Z | error: cannot install while Rust is installed |
28 | 2024-02-15T07:22:49.849Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T07:22:49.879Z | info: profile set to 'default' |
30 | 2024-02-15T07:22:49.879Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T07:22:49.879Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T07:22:49.879Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T07:22:49.879Z | info: downloading component 'cargo' |
34 | 2024-02-15T07:22:51.502Z | info: downloading component 'clippy' |
35 | 2024-02-15T07:22:51.527Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T07:22:52.334Z | info: downloading component 'rust-std' |
37 | 2024-02-15T07:22:55.837Z | info: downloading component 'rustc' |
38 | 2024-02-15T07:23:00.969Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T07:23:01.361Z | info: installing component 'cargo' |
40 | 2024-02-15T07:23:02.231Z | info: installing component 'clippy' |
41 | 2024-02-15T07:23:03.055Z | info: installing component 'rust-docs' |
42 | 2024-02-15T07:23:04.156Z | info: installing component 'rust-std' |
43 | 2024-02-15T07:23:06.044Z | info: installing component 'rustc' |
44 | 2024-02-15T07:23:10.305Z | info: installing component 'rustfmt' |
45 | 2024-02-15T07:23:10.637Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T07:23:10.637Z | |
47 | 2024-02-15T07:23:11.325Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T07:23:11.325Z | |
49 | 2024-02-15T07:23:11.334Z | |
50 | 2024-02-15T07:23:11.334Z | Rust is installed now. Great! |
51 | 2024-02-15T07:23:11.334Z | |
52 | 2024-02-15T07:23:11.334Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T07:23:11.334Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T07:23:11.335Z | |
55 | 2024-02-15T07:23:11.335Z | To configure your current shell, run: |
56 | 2024-02-15T07:23:11.335Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T07:23:11.335Z | + rustc --version |
58 | 2024-02-15T07:23:11.335Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T07:23:11.336Z | process exited: duration 23391 ms, exit code 0 |
|
60 | 2024-02-15T07:23:11.364Z | starting task 2: "authentication" |
61 | 2024-02-15T07:23:11.400Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2024-02-15T07:23:19.471Z | process exited: duration 8101 ms, exit code 0 |
|
63 | 2024-02-15T07:23:19.501Z | starting task 3: "clone repository" |
64 | 2024-02-15T07:23:19.511Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-02-15T07:23:19.511Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-02-15T07:23:20.819Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-02-15T07:23:28.536Z | + cd /work/oxidecomputer/omicron |
68 | 2024-02-15T07:23:28.536Z | + git fetch origin 4667ac76836b476cd70e8adbd4ab512670896aa8 |
69 | 2024-02-15T07:23:28.859Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-02-15T07:23:28.859Z | * branch 4667ac76836b476cd70e8adbd4ab512670896aa8 -> FETCH_HEAD |
71 | 2024-02-15T07:23:28.886Z | + [[ -n renovate/actions-setup-node-4.x ]] |
72 | 2024-02-15T07:23:28.886Z | ++ git branch --show-current |
73 | 2024-02-15T07:23:28.892Z | + current=main |
74 | 2024-02-15T07:23:28.893Z | + [[ main != renovate/actions-setup-node-4.x ]] |
75 | 2024-02-15T07:23:28.894Z | + git branch -f renovate/actions-setup-node-4.x 4667ac76836b476cd70e8adbd4ab512670896aa8 |
76 | 2024-02-15T07:23:28.894Z | + git checkout -f renovate/actions-setup-node-4.x |
77 | 2024-02-15T07:23:28.965Z | Switched to branch 'renovate/actions-setup-node-4.x' |
78 | 2024-02-15T07:23:28.979Z | + git reset --hard 4667ac76836b476cd70e8adbd4ab512670896aa8 |
79 | 2024-02-15T07:23:28.979Z | HEAD is now at 4667ac768 chore(deps): update actions/setup-node action to v4.0.2 |
80 | 2024-02-15T07:23:28.979Z | process exited: duration 9479 ms, exit code 0 |
|
81 | 2024-02-15T07:23:29.010Z | starting task 4: "build" |
82 | 2024-02-15T07:23:29.026Z | + cargo --version |
83 | 2024-02-15T07:23:29.026Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
84 | 2024-02-15T07:23:29.340Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
85 | 2024-02-15T07:23:29.340Z | info: downloading component 'cargo' |
86 | 2024-02-15T07:23:30.640Z | info: downloading component 'clippy' |
87 | 2024-02-15T07:23:31.062Z | info: downloading component 'rust-docs' |
88 | 2024-02-15T07:23:32.310Z | info: downloading component 'rust-std' |
89 | 2024-02-15T07:23:34.013Z | info: downloading component 'rustc' |
90 | 2024-02-15T07:23:38.524Z | info: downloading component 'rustfmt' |
91 | 2024-02-15T07:23:38.779Z | info: installing component 'cargo' |
92 | 2024-02-15T07:23:39.651Z | info: installing component 'clippy' |
93 | 2024-02-15T07:23:40.014Z | info: installing component 'rust-docs' |
94 | 2024-02-15T07:23:41.602Z | info: installing component 'rust-std' |
95 | 2024-02-15T07:23:43.264Z | info: installing component 'rustc' |
96 | 2024-02-15T07:23:47.676Z | info: installing component 'rustfmt' |
97 | 2024-02-15T07:23:47.686Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
98 | 2024-02-15T07:23:47.686Z | + rustc --version |
99 | 2024-02-15T07:23:47.704Z | rustc 1.74.1 (a28077b28 2023-12-04) |
100 | 2024-02-15T07:23:47.710Z | + source ./env.sh |
101 | 2024-02-15T07:23:47.710Z | ++ set -o xtrace |
102 | 2024-02-15T07:23:47.710Z | ++++ dirname ./env.sh |
103 | 2024-02-15T07:23:48.167Z | +++ cd . |
104 | 2024-02-15T07:23:48.190Z | +++ echo /work/oxidecomputer/omicron |
105 | 2024-02-15T07:23:48.190Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
106 | 2024-02-15T07:23:48.190Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-15T07:23:48.190Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-02-15T07:23:48.190Z | ++ 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 |
109 | 2024-02-15T07:23:48.191Z | ++ 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 |
110 | 2024-02-15T07:23:48.191Z | ++ 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 |
111 | 2024-02-15T07:23:48.191Z | ++ 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 |
112 | 2024-02-15T07:23:48.191Z | ++ 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 |
113 | 2024-02-15T07:23:48.191Z | ++ 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 |
114 | 2024-02-15T07:23:48.191Z | ++ unset OMICRON_WS |
115 | 2024-02-15T07:23:48.191Z | ++ set +o xtrace |
116 | 2024-02-15T07:23:48.191Z | |
117 | 2024-02-15T07:23:48.191Z | ##### ##### ###### ##### ###### #### # # # #### # |
118 | 2024-02-15T07:23:48.191Z | # # # # # # # # # # # # # # # |
119 | 2024-02-15T07:23:48.192Z | # # # # ##### # # ##### # # # # # #### # |
120 | 2024-02-15T07:23:48.192Z | ##### ##### # ##### # # # # # # # # # |
121 | 2024-02-15T07:23:48.192Z | # # # # # # # # # # # # # # # |
122 | 2024-02-15T07:23:48.192Z | # # # ###### # # ###### ### # #### # #### # |
123 | 2024-02-15T07:23:48.192Z | |
124 | 2024-02-15T07:23:59.139Z | Startup: Refreshing catalog 'helios-dev' ... Done |
125 | 2024-02-15T07:24:00.321Z | Startup: Caching catalogs ... Done |
126 | 2024-02-15T07:24:01.944Z | Planning: Solver setup ... Done (0.887s) |
127 | 2024-02-15T07:24:01.961Z | Planning: Running solver ... Done (0.020s) |
128 | 2024-02-15T07:24:01.962Z | Planning: Finding local manifests ... Done (0.368s) |
129 | 2024-02-15T07:24:01.974Z | Planning: Fetching manifests: 0/4 0% complete |
130 | 2024-02-15T07:24:02.145Z | Planning: Fetching manifests: 4/4 100% complete |
131 | 2024-02-15T07:24:02.604Z | Planning: Package planning ... Done (0.048s) |
132 | 2024-02-15T07:24:02.615Z | Planning: Merging actions ... Done (0.051s) |
133 | 2024-02-15T07:24:03.501Z | Planning: Checking for conflicting actions ... Done (1.257s) |
134 | 2024-02-15T07:24:03.518Z | Planning: Consolidating action changes ... Done (0.011s) |
135 | 2024-02-15T07:24:07.680Z | Planning: Evaluating mediators ... Done (4.118s) |
136 | 2024-02-15T07:24:07.698Z | Planning: Planning completed in 7.27 seconds |
137 | 2024-02-15T07:24:07.699Z | Packages to install: 4 |
138 | 2024-02-15T07:24:07.699Z | Mediators to change: 2 |
139 | 2024-02-15T07:24:07.700Z | Services to change: 1 |
140 | 2024-02-15T07:24:07.701Z | Estimated space available: 148.87 GB |
141 | 2024-02-15T07:24:07.701Z | Estimated space to be consumed: 1.41 GB |
142 | 2024-02-15T07:24:07.701Z | Create boot environment: No |
143 | 2024-02-15T07:24:07.701Z | Create backup boot environment: No |
144 | 2024-02-15T07:24:07.703Z | Rebuild boot archive: No |
145 | 2024-02-15T07:24:07.703Z | |
146 | 2024-02-15T07:24:07.703Z | Changed mediators: |
147 | 2024-02-15T07:24:07.703Z | mediator clang: |
148 | 2024-02-15T07:24:07.704Z | version: None -> 15 (system default) |
149 | 2024-02-15T07:24:07.704Z | |
150 | 2024-02-15T07:24:07.704Z | mediator llvm: |
151 | 2024-02-15T07:24:07.704Z | version: 14 (system default) -> 15 (system default) |
152 | 2024-02-15T07:24:07.704Z | |
153 | 2024-02-15T07:24:07.704Z | Changed packages: |
154 | 2024-02-15T07:24:07.704Z | helios-dev |
155 | 2024-02-15T07:24:07.704Z | developer/build-essential |
156 | 2024-02-15T07:24:07.704Z | None -> 11-2.0 |
157 | 2024-02-15T07:24:07.705Z | library/libxmlsec1 |
158 | 2024-02-15T07:24:07.705Z | None -> 1.2.35-2.0 |
159 | 2024-02-15T07:24:07.705Z | ooce/developer/clang-15 |
160 | 2024-02-15T07:24:07.705Z | None -> 15.0.7-2.0 |
161 | 2024-02-15T07:24:07.705Z | ooce/developer/llvm-15 |
162 | 2024-02-15T07:24:07.705Z | None -> 15.0.7-2.0 |
163 | 2024-02-15T07:24:07.705Z | |
164 | 2024-02-15T07:24:07.705Z | Services: |
165 | 2024-02-15T07:24:07.705Z | restart_fmri: |
166 | 2024-02-15T07:24:07.705Z | svc:/system/update-man-index:default |
167 | 2024-02-15T07:24:07.886Z | |
168 | 2024-02-15T07:24:07.886Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
169 | 2024-02-15T07:24:12.998Z | Download: 489/3290 items 16.7/212.6MB 7% complete (3.9M/s) |
170 | 2024-02-15T07:24:17.984Z | Download: 1188/3290 items 58.0/212.6MB 27% complete (5.7M/s) |
171 | 2024-02-15T07:24:23.819Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (6.7M/s) |
172 | 2024-02-15T07:24:28.017Z | Download: 1657/3290 items 117.9/212.6MB 55% complete (6.7M/s) |
173 | 2024-02-15T07:24:33.020Z | Download: 2476/3290 items 120.2/212.6MB 56% complete (3.7M/s) |
174 | 2024-02-15T07:24:38.009Z | Download: 3181/3290 items 185.3/212.6MB 87% complete (6.7M/s) |
175 | 2024-02-15T07:24:45.493Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
176 | 2024-02-15T07:24:47.024Z | Download: Completed 212.60 MB in 39.15 seconds (5.4M/s) |
177 | 2024-02-15T07:24:47.193Z | Actions: 1/3689 actions (Installing new actions) |
178 | 2024-02-15T07:24:52.222Z | Actions: 3688/3689 actions (Installing new actions) |
179 | 2024-02-15T07:24:52.235Z | Actions: Completed 3689 actions in 5.03 seconds. |
180 | 2024-02-15T07:24:52.334Z | Done (0.082s) |
181 | 2024-02-15T07:24:52.334Z | Done (0.000s) |
182 | 2024-02-15T07:24:52.515Z | Done (0.208s) |
183 | 2024-02-15T07:24:58.471Z | Done (5.478s) |
184 | 2024-02-15T07:24:58.471Z | Done (0.154s) |
185 | 2024-02-15T07:24:58.472Z | Done (0.000s) |
186 | 2024-02-15T07:24:58.506Z | Done (0.000s) |
187 | 2024-02-15T07:24:58.997Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-02-15T07:24:59.159Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-02-15T07:24:59.173Z | Planning: Consolidating action changes ... Done |
190 | 2024-02-15T07:24:59.434Z | Planning: Evaluating mediators ... Done |
191 | 2024-02-15T07:24:59.455Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-02-15T07:24:59.475Z | Mediators to change: 2 |
193 | 2024-02-15T07:24:59.475Z | Create boot environment: No |
194 | 2024-02-15T07:24:59.475Z | Create backup boot environment: No |
195 | 2024-02-15T07:24:59.532Z | Done |
196 | 2024-02-15T07:24:59.532Z | Done |
197 | 2024-02-15T07:24:59.654Z | Done |
198 | 2024-02-15T07:25:03.287Z | Done |
199 | 2024-02-15T07:25:03.793Z | Done |
200 | 2024-02-15T07:25:03.813Z | Done |
201 | 2024-02-15T07:25:03.814Z | Done |
202 | 2024-02-15T07:25:04.111Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-02-15T07:25:04.117Z | Planning: Merging actions ... Done |
204 | 2024-02-15T07:25:04.304Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-02-15T07:25:04.313Z | Planning: Consolidating action changes ... Done |
206 | 2024-02-15T07:25:04.583Z | Planning: Evaluating mediators ... Done |
207 | 2024-02-15T07:25:04.647Z | Planning: Planning completed in 0.80 seconds |
208 | 2024-02-15T07:25:04.672Z | Packages to change: 1 |
209 | 2024-02-15T07:25:04.672Z | Mediators to change: 1 |
210 | 2024-02-15T07:25:04.687Z | Services to change: 1 |
211 | 2024-02-15T07:25:04.687Z | Create boot environment: No |
212 | 2024-02-15T07:25:04.687Z | Create backup boot environment: Yes |
213 | 2024-02-15T07:25:06.444Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-02-15T07:25:06.579Z | Actions: Completed 6 actions in 0.08 seconds. |
215 | 2024-02-15T07:25:06.595Z | Done |
216 | 2024-02-15T07:25:06.595Z | Done |
217 | 2024-02-15T07:25:06.595Z | Done |
218 | 2024-02-15T07:25:10.248Z | Done |
219 | 2024-02-15T07:25:10.722Z | Done |
220 | 2024-02-15T07:25:10.722Z | Done |
221 | 2024-02-15T07:25:10.722Z | Done |
222 | 2024-02-15T07:25:10.872Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-02-15T07:25:10.873Z | clang system 15 system |
224 | 2024-02-15T07:25:10.873Z | csh system system illumos |
225 | 2024-02-15T07:25:10.873Z | ctags system system illumos |
226 | 2024-02-15T07:25:10.873Z | gcc vendor 12 vendor |
227 | 2024-02-15T07:25:10.873Z | gcc system 10 system |
228 | 2024-02-15T07:25:10.873Z | gcc system 7 system |
229 | 2024-02-15T07:25:10.874Z | go system 1.20 system |
230 | 2024-02-15T07:25:10.874Z | go system 1.19 system |
231 | 2024-02-15T07:25:10.874Z | llvm system 15 system |
232 | 2024-02-15T07:25:10.874Z | llvm system 14 system |
233 | 2024-02-15T07:25:10.874Z | mariadb system 10.6 system |
234 | 2024-02-15T07:25:10.874Z | mta vendor vendor dma |
235 | 2024-02-15T07:25:10.874Z | openjdk system 17 system |
236 | 2024-02-15T07:25:10.875Z | openjdk system 11 system |
237 | 2024-02-15T07:25:10.875Z | openjdk system 1.8 system |
238 | 2024-02-15T07:25:10.875Z | openssl vendor 3 vendor |
239 | 2024-02-15T07:25:10.875Z | perl system 5.36 system |
240 | 2024-02-15T07:25:10.875Z | postgresql system 15 system |
241 | 2024-02-15T07:25:10.875Z | postgresql system 13 system |
242 | 2024-02-15T07:25:10.875Z | python vendor 3 vendor |
243 | 2024-02-15T07:25:10.875Z | python system 2 system |
244 | 2024-02-15T07:25:10.876Z | python3 system 3.11 system |
245 | 2024-02-15T07:25:10.876Z | ruby system 3.0 system |
246 | 2024-02-15T07:25:10.876Z | words vendor vendor american-english |
247 | 2024-02-15T07:25:10.876Z | words system system australian-english |
248 | 2024-02-15T07:25:10.876Z | words system system british-english |
249 | 2024-02-15T07:25:10.876Z | words system system canadian-english |
250 | 2024-02-15T07:25:10.876Z | words system system french |
251 | 2024-02-15T07:25:10.876Z | words system system italian |
252 | 2024-02-15T07:25:10.877Z | words system system ngerman |
253 | 2024-02-15T07:25:10.877Z | words system system ogerman |
254 | 2024-02-15T07:25:10.877Z | words system system spanish |
255 | 2024-02-15T07:25:11.198Z | FMRI IFO |
256 | 2024-02-15T07:25:11.198Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-02-15T07:25:11.198Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-02-15T07:25:11.199Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-02-15T07:25:11.199Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-02-15T07:25:11.199Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-02-15T07:25:11.199Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
262 | 2024-02-15T07:25:11.199Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-02-15T07:25:11.199Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-02-15T07:25:11.273Z | + set -o errexit |
265 | 2024-02-15T07:25:11.288Z | +++ dirname ./tools/ci_download_cockroachdb |
266 | 2024-02-15T07:25:11.288Z | ++ cd ./tools |
267 | 2024-02-15T07:25:11.288Z | ++ pwd |
268 | 2024-02-15T07:25:11.288Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
269 | 2024-02-15T07:25:11.289Z | ++ basename ./tools/ci_download_cockroachdb |
270 | 2024-02-15T07:25:11.289Z | + ARG0=ci_download_cockroachdb |
271 | 2024-02-15T07:25:11.289Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
272 | 2024-02-15T07:25:11.289Z | + CIDL_VERSION=v22.1.9 |
273 | 2024-02-15T07:25:11.289Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
274 | 2024-02-15T07:25:11.289Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
275 | 2024-02-15T07:25:11.289Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
276 | 2024-02-15T07:25:11.289Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
277 | 2024-02-15T07:25:11.290Z | + TARGET_DIR=out |
278 | 2024-02-15T07:25:11.290Z | + DOWNLOAD_DIR=out/downloads |
279 | 2024-02-15T07:25:11.290Z | + DEST_DIR=./out/cockroachdb |
280 | 2024-02-15T07:25:11.290Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
281 | 2024-02-15T07:25:11.290Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
282 | 2024-02-15T07:25:11.290Z | + main |
283 | 2024-02-15T07:25:11.290Z | + [[ 0 != 0 ]] |
284 | 2024-02-15T07:25:11.290Z | + CIDL_OS=solaris2.11 |
285 | 2024-02-15T07:25:11.291Z | + [[ 0 != 0 ]] |
286 | 2024-02-15T07:25:11.291Z | + configure_os solaris2.11 |
287 | 2024-02-15T07:25:11.291Z | + echo 'current directory: /work/oxidecomputer/omicron' |
288 | 2024-02-15T07:25:11.291Z | current directory: /work/oxidecomputer/omicron |
289 | 2024-02-15T07:25:11.292Z | + echo 'configuring based on OS: "solaris2.11"' |
290 | 2024-02-15T07:25:11.292Z | + case "$1" in |
291 | 2024-02-15T07:25:11.292Z | configuring based on OS: "solaris2.11" |
292 | 2024-02-15T07:25:11.292Z | + CIDL_BUILD=illumos |
293 | 2024-02-15T07:25:11.292Z | + CIDL_SUFFIX=tar.gz |
294 | 2024-02-15T07:25:11.292Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-15T07:25:11.292Z | + CIDL_URL_BASE=https://illumos.org/downloads |
296 | 2024-02-15T07:25:11.293Z | + CIDL_ASSEMBLE=do_assemble_illumos |
297 | 2024-02-15T07:25:11.293Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
298 | 2024-02-15T07:25:11.293Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-15T07:25:11.293Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-15T07:25:11.293Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
301 | 2024-02-15T07:25:11.293Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-15T07:25:11.294Z | + CIDL_SHA256FUNC=do_sha256sum |
303 | 2024-02-15T07:25:11.294Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-02-15T07:25:11.294Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-15T07:25:11.294Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-02-15T07:25:11.294Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2024-02-15T07:25:11.295Z | + mkdir -p out/downloads |
308 | 2024-02-15T07:25:11.295Z | + mkdir -p ./out/cockroachdb |
309 | 2024-02-15T07:25:11.295Z | + local DO_DOWNLOAD=true |
310 | 2024-02-15T07:25:11.295Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
311 | 2024-02-15T07:25:11.295Z | + '[' true == true ']' |
312 | 2024-02-15T07:25:11.295Z | + echo Downloading... |
313 | 2024-02-15T07:25:11.295Z | Downloading... |
314 | 2024-02-15T07:25:11.296Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-15T07:25:11.296Z | + 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 |
316 | 2024-02-15T07:25:20.726Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-02-15T07:25:20.813Z | ++ sha256sum |
318 | 2024-02-15T07:25:20.813Z | ++ awk '{print $1}' |
319 | 2024-02-15T07:25:20.813Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
320 | 2024-02-15T07:25:20.814Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
321 | 2024-02-15T07:25:20.814Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-02-15T07:25:20.814Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
323 | 2024-02-15T07:25:22.517Z | + do_assemble_illumos |
324 | 2024-02-15T07:25:22.517Z | + rm -r ./out/cockroachdb |
325 | 2024-02-15T07:25:22.531Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
326 | 2024-02-15T07:25:22.949Z | + ./out/cockroachdb/bin/cockroach version |
327 | 2024-02-15T07:25:23.161Z | Build Tag: v22.1.9-dirty |
328 | 2024-02-15T07:25:23.161Z | Build Time: 2022/10/26 21:17:46 |
329 | 2024-02-15T07:25:23.161Z | Distribution: OSS |
330 | 2024-02-15T07:25:23.161Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
331 | 2024-02-15T07:25:23.161Z | Go Version: go1.17.13 |
332 | 2024-02-15T07:25:23.162Z | C Compiler: gcc 10.3.0 |
333 | 2024-02-15T07:25:23.162Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
334 | 2024-02-15T07:25:23.162Z | Build Type: release |
335 | 2024-02-15T07:25:23.181Z | + set -o errexit |
336 | 2024-02-15T07:25:23.181Z | +++ dirname ./tools/ci_download_clickhouse |
337 | 2024-02-15T07:25:23.181Z | ++ cd ./tools |
338 | 2024-02-15T07:25:23.181Z | ++ pwd |
339 | 2024-02-15T07:25:23.181Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
340 | 2024-02-15T07:25:23.181Z | ++ basename ./tools/ci_download_clickhouse |
341 | 2024-02-15T07:25:23.182Z | + ARG0=ci_download_clickhouse |
342 | 2024-02-15T07:25:23.182Z | + TARGET_DIR=out |
343 | 2024-02-15T07:25:23.182Z | + DOWNLOAD_DIR=out/downloads |
344 | 2024-02-15T07:25:23.182Z | + DEST_DIR=./out/clickhouse |
345 | 2024-02-15T07:25:23.182Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
346 | 2024-02-15T07:25:23.182Z | + CIDL_VERSION=v22.8.9.24 |
347 | 2024-02-15T07:25:23.183Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2024-02-15T07:25:23.183Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
349 | 2024-02-15T07:25:23.183Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
350 | 2024-02-15T07:25:23.183Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
351 | 2024-02-15T07:25:23.183Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2024-02-15T07:25:23.183Z | + main |
353 | 2024-02-15T07:25:23.183Z | + [[ 0 != 0 ]] |
354 | 2024-02-15T07:25:23.183Z | + CIDL_OS=solaris2.11 |
355 | 2024-02-15T07:25:23.184Z | + [[ 0 != 0 ]] |
356 | 2024-02-15T07:25:23.184Z | + configure_os solaris2.11 |
357 | 2024-02-15T07:25:23.184Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2024-02-15T07:25:23.184Z | current directory: /work/oxidecomputer/omicron |
359 | 2024-02-15T07:25:23.184Z | + echo 'configuring based on OS: "solaris2.11"' |
360 | 2024-02-15T07:25:23.184Z | + CIDL_DASHREV= |
361 | 2024-02-15T07:25:23.184Z | + case "$1" in |
362 | 2024-02-15T07:25:23.184Z | configuring based on OS: "solaris2.11" |
363 | 2024-02-15T07:25:23.185Z | + CIDL_PLATFORM=illumos |
364 | 2024-02-15T07:25:23.185Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-15T07:25:23.185Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2024-02-15T07:25:23.185Z | + CIDL_DASHREV=-1 |
367 | 2024-02-15T07:25:23.185Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
368 | 2024-02-15T07:25:23.185Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-02-15T07:25:23.185Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-15T07:25:23.185Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-15T07:25:23.185Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-02-15T07:25:23.186Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2024-02-15T07:25:23.186Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
374 | 2024-02-15T07:25:23.186Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-15T07:25:23.186Z | + mkdir -p out/downloads |
376 | 2024-02-15T07:25:23.186Z | + mkdir -p ./out/clickhouse |
377 | 2024-02-15T07:25:23.186Z | + local DO_DOWNLOAD=true |
378 | 2024-02-15T07:25:23.186Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
379 | 2024-02-15T07:25:23.186Z | + '[' true == true ']' |
380 | 2024-02-15T07:25:23.186Z | + echo Downloading... |
381 | 2024-02-15T07:25:23.186Z | Downloading... |
382 | 2024-02-15T07:25:23.187Z | + 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 |
383 | 2024-02-15T07:25:23.187Z | + 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 |
384 | 2024-02-15T07:25:24.853Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
385 | 2024-02-15T07:25:24.865Z | ++ md5sum |
386 | 2024-02-15T07:25:24.865Z | ++ awk '{print $1}' |
387 | 2024-02-15T07:25:25.033Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
388 | 2024-02-15T07:25:25.033Z | + [[ 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 ]] |
389 | 2024-02-15T07:25:25.058Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
390 | 2024-02-15T07:25:25.058Z | + mkdir -p ./out/clickhouse |
391 | 2024-02-15T07:25:25.058Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
392 | 2024-02-15T07:25:28.143Z | + ./out/clickhouse/clickhouse server --version |
393 | 2024-02-15T07:25:28.188Z | ClickHouse server version 22.8.9.1. |
394 | 2024-02-15T07:25:28.208Z | + set -o errexit |
395 | 2024-02-15T07:25:28.208Z | +++ dirname ./tools/ci_download_console |
396 | 2024-02-15T07:25:28.208Z | ++ cd ./tools |
397 | 2024-02-15T07:25:28.208Z | ++ pwd |
398 | 2024-02-15T07:25:28.209Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2024-02-15T07:25:28.209Z | ++ basename ./tools/ci_download_console |
400 | 2024-02-15T07:25:28.209Z | + ARG0=ci_download_console |
401 | 2024-02-15T07:25:28.209Z | + TARGET_DIR=out |
402 | 2024-02-15T07:25:28.209Z | + DOWNLOAD_DIR=out/downloads |
403 | 2024-02-15T07:25:28.209Z | + DEST_DIR=./out/console-assets |
404 | 2024-02-15T07:25:28.210Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2024-02-15T07:25:28.210Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
406 | 2024-02-15T07:25:28.210Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
407 | 2024-02-15T07:25:28.210Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
408 | 2024-02-15T07:25:28.210Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2024-02-15T07:25:28.210Z | + main |
410 | 2024-02-15T07:25:28.211Z | + [[ 0 != 0 ]] |
411 | 2024-02-15T07:25:28.211Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
412 | 2024-02-15T07:25:28.211Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
413 | 2024-02-15T07:25:28.211Z | + echo 'Local file: out/downloads/console.tar.gz' |
414 | 2024-02-15T07:25:28.211Z | + local DO_DOWNLOAD=true |
415 | 2024-02-15T07:25:28.211Z | Local file: out/downloads/console.tar.gz |
416 | 2024-02-15T07:25:28.211Z | + [[ -f out/downloads/console.tar.gz ]] |
417 | 2024-02-15T07:25:28.212Z | + mkdir -p out/downloads |
418 | 2024-02-15T07:25:28.212Z | + '[' true == true ']' |
419 | 2024-02-15T07:25:28.212Z | + echo Downloading... |
420 | 2024-02-15T07:25:28.212Z | Downloading... |
421 | 2024-02-15T07:25:28.212Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
422 | 2024-02-15T07:25:28.213Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
423 | 2024-02-15T07:25:29.280Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2024-02-15T07:25:29.280Z | ++ case "$OSTYPE" in |
425 | 2024-02-15T07:25:29.280Z | ++ SHA=sha256sum |
426 | 2024-02-15T07:25:29.378Z | ++ sha256sum |
427 | 2024-02-15T07:25:29.378Z | ++ awk '{print $1}' |
428 | 2024-02-15T07:25:29.378Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
429 | 2024-02-15T07:25:29.379Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
430 | 2024-02-15T07:25:29.379Z | + rm -rf ./out/console-assets |
431 | 2024-02-15T07:25:29.379Z | + mkdir -p ./out/console-assets |
432 | 2024-02-15T07:25:29.379Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2024-02-15T07:25:29.379Z | + mkdir -p ./out/console-assets |
434 | 2024-02-15T07:25:29.379Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2024-02-15T07:25:29.379Z | + set -o errexit |
436 | 2024-02-15T07:25:29.379Z | +++ dirname ./tools/ci_download_maghemite_openapi |
437 | 2024-02-15T07:25:29.379Z | ++ cd ./tools |
438 | 2024-02-15T07:25:29.379Z | ++ pwd |
439 | 2024-02-15T07:25:29.380Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2024-02-15T07:25:29.380Z | ++ basename ./tools/ci_download_maghemite_openapi |
441 | 2024-02-15T07:25:29.380Z | + ARG0=ci_download_maghemite_openapi |
442 | 2024-02-15T07:25:29.380Z | + TARGET_DIR=out |
443 | 2024-02-15T07:25:29.380Z | + DOWNLOAD_DIR=out/downloads |
444 | 2024-02-15T07:25:29.380Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
445 | 2024-02-15T07:25:29.380Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
446 | 2024-02-15T07:25:29.380Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
447 | 2024-02-15T07:25:29.380Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
448 | 2024-02-15T07:25:29.380Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
449 | 2024-02-15T07:25:29.380Z | + main |
450 | 2024-02-15T07:25:29.381Z | + [[ 0 != 0 ]] |
451 | 2024-02-15T07:25:29.381Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
452 | 2024-02-15T07:25:29.381Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
453 | 2024-02-15T07:25:29.381Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
454 | 2024-02-15T07:25:29.381Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-15T07:25:29.381Z | + local DO_DOWNLOAD=true |
456 | 2024-02-15T07:25:29.381Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
457 | 2024-02-15T07:25:29.381Z | + mkdir -p out/downloads |
458 | 2024-02-15T07:25:29.381Z | + '[' true == true ']' |
459 | 2024-02-15T07:25:29.381Z | + echo Downloading... |
460 | 2024-02-15T07:25:29.381Z | Downloading... |
461 | 2024-02-15T07:25:29.381Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-15T07:25:29.381Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
463 | 2024-02-15T07:25:30.290Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
464 | 2024-02-15T07:25:30.291Z | ++ case "$OSTYPE" in |
465 | 2024-02-15T07:25:30.338Z | ++ SHA=sha256sum |
466 | 2024-02-15T07:25:30.338Z | ++ sha256sum |
467 | 2024-02-15T07:25:30.338Z | ++ awk '{print $1}' |
468 | 2024-02-15T07:25:30.338Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
469 | 2024-02-15T07:25:30.339Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
470 | 2024-02-15T07:25:30.339Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
471 | 2024-02-15T07:25:30.339Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
472 | 2024-02-15T07:25:30.339Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
473 | 2024-02-15T07:25:30.339Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
474 | 2024-02-15T07:25:30.339Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
475 | 2024-02-15T07:25:30.339Z | + main |
476 | 2024-02-15T07:25:30.339Z | + [[ 0 != 0 ]] |
477 | 2024-02-15T07:25:30.339Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
478 | 2024-02-15T07:25:30.339Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
479 | 2024-02-15T07:25:30.339Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
480 | 2024-02-15T07:25:30.340Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
481 | 2024-02-15T07:25:30.340Z | + local DO_DOWNLOAD=true |
482 | 2024-02-15T07:25:30.340Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
483 | 2024-02-15T07:25:30.340Z | + mkdir -p out/downloads |
484 | 2024-02-15T07:25:30.341Z | + '[' true == true ']' |
485 | 2024-02-15T07:25:30.341Z | + echo Downloading... |
486 | 2024-02-15T07:25:30.341Z | Downloading... |
487 | 2024-02-15T07:25:30.341Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
488 | 2024-02-15T07:25:30.341Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
489 | 2024-02-15T07:25:30.627Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
490 | 2024-02-15T07:25:30.652Z | ++ case "$OSTYPE" in |
491 | 2024-02-15T07:25:30.652Z | ++ SHA=sha256sum |
492 | 2024-02-15T07:25:30.653Z | ++ sha256sum |
493 | 2024-02-15T07:25:30.653Z | ++ awk '{print $1}' |
494 | 2024-02-15T07:25:30.653Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
495 | 2024-02-15T07:25:30.653Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
496 | 2024-02-15T07:25:30.653Z | + set -o errexit |
497 | 2024-02-15T07:25:30.653Z | +++ dirname ./tools/ci_download_dendrite_openapi |
498 | 2024-02-15T07:25:30.653Z | ++ cd ./tools |
499 | 2024-02-15T07:25:30.653Z | ++ pwd |
500 | 2024-02-15T07:25:30.653Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2024-02-15T07:25:30.654Z | ++ basename ./tools/ci_download_dendrite_openapi |
502 | 2024-02-15T07:25:30.654Z | + ARG0=ci_download_dendrite_openapi |
503 | 2024-02-15T07:25:30.654Z | + TARGET_DIR=out |
504 | 2024-02-15T07:25:30.654Z | + DOWNLOAD_DIR=out/downloads |
505 | 2024-02-15T07:25:30.654Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
506 | 2024-02-15T07:25:30.654Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
507 | 2024-02-15T07:25:30.654Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
508 | 2024-02-15T07:25:30.654Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
509 | 2024-02-15T07:25:30.654Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
510 | 2024-02-15T07:25:30.654Z | + main |
511 | 2024-02-15T07:25:30.655Z | + [[ 0 != 0 ]] |
512 | 2024-02-15T07:25:30.655Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
513 | 2024-02-15T07:25:30.655Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
514 | 2024-02-15T07:25:30.655Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
515 | 2024-02-15T07:25:30.655Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
516 | 2024-02-15T07:25:30.655Z | + local DO_DOWNLOAD=true |
517 | 2024-02-15T07:25:30.655Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
518 | 2024-02-15T07:25:30.656Z | + mkdir -p out/downloads |
519 | 2024-02-15T07:25:30.656Z | + '[' true == true ']' |
520 | 2024-02-15T07:25:30.658Z | + echo Downloading... |
521 | 2024-02-15T07:25:30.658Z | Downloading... |
522 | 2024-02-15T07:25:30.658Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
523 | 2024-02-15T07:25:30.658Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
524 | 2024-02-15T07:25:32.993Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
525 | 2024-02-15T07:25:32.994Z | ++ case "$OSTYPE" in |
526 | 2024-02-15T07:25:32.994Z | ++ SHA=sha256sum |
527 | 2024-02-15T07:25:33.043Z | ++ sha256sum |
528 | 2024-02-15T07:25:33.043Z | ++ awk '{print $1}' |
529 | 2024-02-15T07:25:33.043Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
530 | 2024-02-15T07:25:33.044Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
531 | 2024-02-15T07:25:33.044Z | + set -o errexit |
532 | 2024-02-15T07:25:33.044Z | +++ dirname ./tools/ci_download_dendrite_stub |
533 | 2024-02-15T07:25:33.045Z | ++ cd ./tools |
534 | 2024-02-15T07:25:33.045Z | ++ pwd |
535 | 2024-02-15T07:25:33.045Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2024-02-15T07:25:33.045Z | ++ basename ./tools/ci_download_dendrite_stub |
537 | 2024-02-15T07:25:33.045Z | + ARG0=ci_download_dendrite_stub |
538 | 2024-02-15T07:25:33.045Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
539 | 2024-02-15T07:25:33.046Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
540 | 2024-02-15T07:25:33.046Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
541 | 2024-02-15T07:25:33.046Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
542 | 2024-02-15T07:25:33.066Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
543 | 2024-02-15T07:25:33.066Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
544 | 2024-02-15T07:25:33.066Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
545 | 2024-02-15T07:25:33.066Z | + TARGET_DIR=out |
546 | 2024-02-15T07:25:33.066Z | + DOWNLOAD_DIR=out/downloads |
547 | 2024-02-15T07:25:33.067Z | + DEST_DIR=./out/dendrite-stub |
548 | 2024-02-15T07:25:33.067Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
549 | 2024-02-15T07:25:33.067Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
550 | 2024-02-15T07:25:33.067Z | + REPO=oxidecomputer/dendrite |
551 | 2024-02-15T07:25:33.067Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
552 | 2024-02-15T07:25:33.067Z | + main |
553 | 2024-02-15T07:25:33.068Z | + [[ 0 != 0 ]] |
554 | 2024-02-15T07:25:33.068Z | + CIDL_OS=solaris2.11 |
555 | 2024-02-15T07:25:33.068Z | + [[ 0 != 0 ]] |
556 | 2024-02-15T07:25:33.068Z | + configure_os solaris2.11 |
557 | 2024-02-15T07:25:33.068Z | + echo 'current directory: /work/oxidecomputer/omicron' |
558 | 2024-02-15T07:25:33.068Z | current directory: /work/oxidecomputer/omicron |
559 | 2024-02-15T07:25:33.068Z | + echo 'configuring based on OS: "solaris2.11"' |
560 | 2024-02-15T07:25:33.068Z | + case "$1" in |
561 | 2024-02-15T07:25:33.068Z | configuring based on OS: "solaris2.11" |
562 | 2024-02-15T07:25:33.069Z | + SET_BINARIES= |
563 | 2024-02-15T07:25:33.069Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
564 | 2024-02-15T07:25:33.069Z | + CIDL_SHA256FUNC=do_sha256sum |
565 | 2024-02-15T07:25:33.069Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
566 | 2024-02-15T07:25:33.069Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
567 | 2024-02-15T07:25:33.069Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
568 | 2024-02-15T07:25:33.069Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
569 | 2024-02-15T07:25:33.069Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
570 | 2024-02-15T07:25:33.070Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
571 | 2024-02-15T07:25:33.070Z | + mkdir -p out/downloads |
572 | 2024-02-15T07:25:33.070Z | Local file: out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-15T07:25:33.070Z | + mkdir -p ./out/dendrite-stub |
574 | 2024-02-15T07:25:33.070Z | + fetch_and_verify |
575 | 2024-02-15T07:25:33.070Z | + local DO_DOWNLOAD=true |
576 | 2024-02-15T07:25:33.070Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
577 | 2024-02-15T07:25:33.070Z | + '[' true == true ']' |
578 | 2024-02-15T07:25:33.071Z | + echo Downloading... |
579 | 2024-02-15T07:25:33.071Z | Downloading... |
580 | 2024-02-15T07:25:33.071Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-15T07:25:33.071Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
582 | 2024-02-15T07:26:01.212Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
583 | 2024-02-15T07:26:01.233Z | ++ sha256sum |
584 | 2024-02-15T07:26:01.233Z | ++ awk '{print $1}' |
585 | 2024-02-15T07:26:01.253Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
586 | 2024-02-15T07:26:01.253Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
587 | 2024-02-15T07:26:01.253Z | + do_untar out/downloads/dendrite-stub.tar.gz |
588 | 2024-02-15T07:26:01.253Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
589 | 2024-02-15T07:26:01.910Z | + do_assemble |
590 | 2024-02-15T07:26:01.910Z | + rm -r ./out/dendrite-stub |
591 | 2024-02-15T07:26:01.926Z | + mkdir ./out/dendrite-stub |
592 | 2024-02-15T07:26:01.927Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
593 | 2024-02-15T07:26:02.007Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
594 | 2024-02-15T07:26:02.439Z | + set -o errexit |
595 | 2024-02-15T07:26:02.440Z | +++ dirname ./tools/ci_download_maghemite_mgd |
596 | 2024-02-15T07:26:02.440Z | ++ cd ./tools |
597 | 2024-02-15T07:26:02.440Z | ++ pwd |
598 | 2024-02-15T07:26:02.440Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
599 | 2024-02-15T07:26:02.440Z | ++ basename ./tools/ci_download_maghemite_mgd |
600 | 2024-02-15T07:26:02.440Z | + ARG0=ci_download_maghemite_mgd |
601 | 2024-02-15T07:26:02.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
602 | 2024-02-15T07:26:02.440Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
603 | 2024-02-15T07:26:02.440Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
604 | 2024-02-15T07:26:02.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
605 | 2024-02-15T07:26:02.441Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
606 | 2024-02-15T07:26:02.441Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
607 | 2024-02-15T07:26:02.441Z | + TARGET_DIR=out |
608 | 2024-02-15T07:26:02.441Z | + DOWNLOAD_DIR=out/downloads |
609 | 2024-02-15T07:26:02.441Z | + DEST_DIR=./out/mgd |
610 | 2024-02-15T07:26:02.441Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
611 | 2024-02-15T07:26:02.441Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
612 | 2024-02-15T07:26:02.441Z | + REPO=oxidecomputer/maghemite |
613 | 2024-02-15T07:26:02.441Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
614 | 2024-02-15T07:26:02.442Z | + main |
615 | 2024-02-15T07:26:02.442Z | + [[ 0 != 0 ]] |
616 | 2024-02-15T07:26:02.442Z | + CIDL_OS=solaris2.11 |
617 | 2024-02-15T07:26:02.442Z | + [[ 0 != 0 ]] |
618 | 2024-02-15T07:26:02.442Z | + configure_os solaris2.11 |
619 | 2024-02-15T07:26:02.442Z | + echo 'current directory: /work/oxidecomputer/omicron' |
620 | 2024-02-15T07:26:02.458Z | current directory: /work/oxidecomputer/omicron |
621 | 2024-02-15T07:26:02.458Z | + echo 'configuring based on OS: "solaris2.11"' |
622 | 2024-02-15T07:26:02.458Z | + case "$1" in |
623 | 2024-02-15T07:26:02.458Z | + SET_BINARIES= |
624 | 2024-02-15T07:26:02.458Z | + CIDL_SHA256FUNC=do_sha256sum |
625 | 2024-02-15T07:26:02.458Z | configuring based on OS: "solaris2.11" |
626 | 2024-02-15T07:26:02.458Z | + TARBALL_FILENAME=mgd.tar.gz |
627 | 2024-02-15T07:26:02.459Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
628 | 2024-02-15T07:26:02.459Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
629 | 2024-02-15T07:26:02.459Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
630 | 2024-02-15T07:26:02.459Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
631 | 2024-02-15T07:26:02.459Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
632 | 2024-02-15T07:26:02.459Z | + mkdir -p out/downloads |
633 | 2024-02-15T07:26:02.459Z | Local file: out/downloads/mgd.tar.gz |
634 | 2024-02-15T07:26:02.459Z | + mkdir -p ./out/mgd |
635 | 2024-02-15T07:26:02.460Z | + fetch_and_verify |
636 | 2024-02-15T07:26:02.460Z | + local DO_DOWNLOAD=true |
637 | 2024-02-15T07:26:02.460Z | + [[ -f out/downloads/mgd.tar.gz ]] |
638 | 2024-02-15T07:26:02.460Z | + '[' true == true ']' |
639 | 2024-02-15T07:26:02.460Z | + echo Downloading... |
640 | 2024-02-15T07:26:02.460Z | Downloading... |
641 | 2024-02-15T07:26:02.460Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
642 | 2024-02-15T07:26:02.460Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
643 | 2024-02-15T07:26:23.481Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
644 | 2024-02-15T07:26:23.481Z | ++ sha256sum |
645 | 2024-02-15T07:26:23.482Z | ++ awk '{print $1}' |
646 | 2024-02-15T07:26:23.482Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
647 | 2024-02-15T07:26:23.482Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
648 | 2024-02-15T07:26:23.482Z | + do_untar out/downloads/mgd.tar.gz |
649 | 2024-02-15T07:26:23.482Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
650 | 2024-02-15T07:26:23.652Z | + do_assemble |
651 | 2024-02-15T07:26:23.652Z | + rm -r ./out/mgd |
652 | 2024-02-15T07:26:23.678Z | + mkdir ./out/mgd |
653 | 2024-02-15T07:26:23.678Z | + cp -r out/downloads/root ./out/mgd/root |
654 | 2024-02-15T07:26:24.259Z | + set -o errexit |
655 | 2024-02-15T07:26:24.789Z | +++ dirname ./tools/ci_download_transceiver_control |
656 | 2024-02-15T07:26:24.789Z | ++ cd ./tools |
657 | 2024-02-15T07:26:24.790Z | ++ pwd |
658 | 2024-02-15T07:26:24.790Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
659 | 2024-02-15T07:26:24.790Z | ++ basename ./tools/ci_download_transceiver_control |
660 | 2024-02-15T07:26:24.790Z | + ARG0=ci_download_transceiver_control |
661 | 2024-02-15T07:26:24.790Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
662 | 2024-02-15T07:26:24.791Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-02-15T07:26:24.791Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2024-02-15T07:26:24.791Z | + TARGET_DIR=out |
665 | 2024-02-15T07:26:24.791Z | + DOWNLOAD_DIR=out/downloads |
666 | 2024-02-15T07:26:24.791Z | + DEST_DIR=./out/transceiver-control |
667 | 2024-02-15T07:26:24.791Z | + BIN_DIR=/opt/oxide/bin |
668 | 2024-02-15T07:26:24.792Z | + BINARY=xcvradm |
669 | 2024-02-15T07:26:24.792Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
670 | 2024-02-15T07:26:24.792Z | + REPO=oxidecomputer/transceiver-control |
671 | 2024-02-15T07:26:24.792Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
672 | 2024-02-15T07:26:24.792Z | + main |
673 | 2024-02-15T07:26:24.792Z | + [[ 0 != 0 ]] |
674 | 2024-02-15T07:26:24.793Z | + CIDL_OS=solaris2.11 |
675 | 2024-02-15T07:26:24.793Z | + [[ 0 != 0 ]] |
676 | 2024-02-15T07:26:24.793Z | + configure_os solaris2.11 |
677 | 2024-02-15T07:26:24.793Z | + echo 'current directory: /work/oxidecomputer/omicron' |
678 | 2024-02-15T07:26:24.794Z | current directory: /work/oxidecomputer/omicron |
679 | 2024-02-15T07:26:24.794Z | + echo 'configuring based on OS: "solaris2.11"' |
680 | 2024-02-15T07:26:24.794Z | + case "$1" in |
681 | 2024-02-15T07:26:24.794Z | + SET_BINARIES= |
682 | 2024-02-15T07:26:24.794Z | configuring based on OS: "solaris2.11" |
683 | 2024-02-15T07:26:24.794Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-02-15T07:26:24.795Z | + CIDL_SHA256FUNC=do_sha256sum |
685 | 2024-02-15T07:26:24.795Z | + ARCHIVE_FILENAME=xcvradm.gz |
686 | 2024-02-15T07:26:24.796Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-02-15T07:26:24.797Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
688 | 2024-02-15T07:26:24.797Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
689 | 2024-02-15T07:26:24.798Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2024-02-15T07:26:24.798Z | + echo 'Local file: out/downloads/xcvradm.gz' |
691 | 2024-02-15T07:26:24.798Z | Local file: out/downloads/xcvradm.gz |
692 | 2024-02-15T07:26:24.798Z | + mkdir -p out/downloads |
693 | 2024-02-15T07:26:24.799Z | + mkdir -p ./out/transceiver-control |
694 | 2024-02-15T07:26:24.800Z | + fetch_and_verify |
695 | 2024-02-15T07:26:24.800Z | + local DO_DOWNLOAD=true |
696 | 2024-02-15T07:26:24.801Z | + [[ -f out/downloads/xcvradm.gz ]] |
697 | 2024-02-15T07:26:24.802Z | + '[' true == true ']' |
698 | 2024-02-15T07:26:24.803Z | + echo Downloading... |
699 | 2024-02-15T07:26:24.803Z | Downloading... |
700 | 2024-02-15T07:26:24.804Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
701 | 2024-02-15T07:26:24.804Z | + 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 |
702 | 2024-02-15T07:26:28.452Z | ++ do_sha256sum out/downloads/xcvradm.gz |
703 | 2024-02-15T07:26:28.452Z | ++ sha256sum |
704 | 2024-02-15T07:26:28.452Z | ++ awk '{print $1}' |
705 | 2024-02-15T07:26:28.470Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
706 | 2024-02-15T07:26:28.470Z | + [[ 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 ]] |
707 | 2024-02-15T07:26:28.471Z | + do_unpack out/downloads/xcvradm.gz |
708 | 2024-02-15T07:26:28.471Z | + mkdir -p out/downloads/root//opt/oxide/bin |
709 | 2024-02-15T07:26:28.471Z | + gzip -dc out/downloads/xcvradm.gz |
710 | 2024-02-15T07:26:28.575Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
711 | 2024-02-15T07:26:28.596Z | + do_assemble |
712 | 2024-02-15T07:26:28.596Z | + rm -r ./out/transceiver-control |
713 | 2024-02-15T07:26:28.596Z | + mkdir ./out/transceiver-control |
714 | 2024-02-15T07:26:28.597Z | + cp -r out/downloads/root ./out/transceiver-control/root |
715 | 2024-02-15T07:26:28.893Z | All builder prerequisites installed successfully, and PATH looks valid |
716 | 2024-02-15T07:26:28.918Z | |
717 | 2024-02-15T07:26:28.918Z | real 2:40.974682534 |
718 | 2024-02-15T07:26:28.919Z | user 33.672601245 |
719 | 2024-02-15T07:26:28.919Z | sys 6.437977934 |
720 | 2024-02-15T07:26:28.919Z | trap 0.006783713 |
721 | 2024-02-15T07:26:28.920Z | tflt 0.268359522 |
722 | 2024-02-15T07:26:28.920Z | dflt 0.605261247 |
723 | 2024-02-15T07:26:28.920Z | kflt 0.359343929 |
724 | 2024-02-15T07:26:28.920Z | lock 1.234726167 |
725 | 2024-02-15T07:26:28.920Z | slp 6:04.003119409 |
726 | 2024-02-15T07:26:28.921Z | lat 1.829189260 |
727 | 2024-02-15T07:26:28.921Z | stop 0.121042834 |
728 | 2024-02-15T07:26:28.921Z | |
729 | 2024-02-15T07:26:28.921Z | #### # # ##### ##### # # |
730 | 2024-02-15T07:26:28.922Z | # # # # # # # # # # |
731 | 2024-02-15T07:26:28.922Z | # # # # # # # # |
732 | 2024-02-15T07:26:28.922Z | # # # ##### ##### # |
733 | 2024-02-15T07:26:28.922Z | # # # # # # # |
734 | 2024-02-15T07:26:28.922Z | #### ###### # # # # |
735 | 2024-02-15T07:26:28.922Z | |
736 | 2024-02-15T07:26:29.076Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
737 | 2024-02-15T07:26:29.358Z | Updating git repository `https://github.com/oxidecomputer/samael` |
738 | 2024-02-15T07:26:29.691Z | Updating crates.io index |
739 | 2024-02-15T07:26:29.906Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2024-02-15T07:26:30.543Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-02-15T07:26:32.196Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2024-02-15T07:26:32.705Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2024-02-15T07:26:33.004Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2024-02-15T07:26:33.274Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2024-02-15T07:26:33.501Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2024-02-15T07:26:35.607Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2024-02-15T07:26:36.511Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2024-02-15T07:26:37.410Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2024-02-15T07:26:37.803Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2024-02-15T07:26:38.352Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2024-02-15T07:26:38.646Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
752 | 2024-02-15T07:26:38.900Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2024-02-15T07:26:39.205Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2024-02-15T07:26:39.621Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2024-02-15T07:26:40.453Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
756 | 2024-02-15T07:26:40.465Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2024-02-15T07:26:40.840Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2024-02-15T07:26:41.168Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2024-02-15T07:26:42.495Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2024-02-15T07:26:43.675Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2024-02-15T07:26:44.004Z | Updating git repository `https://github.com/oxidecomputer/typify` |
762 | 2024-02-15T07:26:45.205Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
763 | 2024-02-15T07:26:45.511Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
764 | 2024-02-15T07:26:45.782Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
765 | 2024-02-15T07:26:47.016Z | Downloading crates ... |
766 | 2024-02-15T07:26:47.245Z | Downloaded semver v1.0.21 |
767 | 2024-02-15T07:26:47.261Z | Downloaded colorchoice v1.0.0 |
768 | 2024-02-15T07:26:47.276Z | Downloaded equivalent v1.0.1 |
769 | 2024-02-15T07:26:47.276Z | Downloaded cargo-platform v0.1.3 |
770 | 2024-02-15T07:26:47.276Z | Downloaded thiserror v1.0.56 |
771 | 2024-02-15T07:26:47.718Z | Downloaded utf8parse v0.2.1 |
772 | 2024-02-15T07:26:47.718Z | Downloaded heck v0.4.1 |
773 | 2024-02-15T07:26:47.718Z | Downloaded clap_lex v0.5.1 |
774 | 2024-02-15T07:26:47.719Z | Downloaded itoa v1.0.9 |
775 | 2024-02-15T07:26:47.719Z | Downloaded strsim v0.10.0 |
776 | 2024-02-15T07:26:47.719Z | Downloaded bitflags v1.3.2 |
777 | 2024-02-15T07:26:47.719Z | Downloaded terminal_size v0.2.6 |
778 | 2024-02-15T07:26:47.719Z | Downloaded serde_spanned v0.6.5 |
779 | 2024-02-15T07:26:47.719Z | Downloaded errno v0.3.8 |
780 | 2024-02-15T07:26:47.719Z | Downloaded anstyle v1.0.2 |
781 | 2024-02-15T07:26:47.720Z | Downloaded toml_datetime v0.6.5 |
782 | 2024-02-15T07:26:47.720Z | Downloaded anstyle-query v1.0.0 |
783 | 2024-02-15T07:26:47.787Z | Downloaded thiserror-impl v1.0.56 |
784 | 2024-02-15T07:26:47.787Z | Downloaded anstream v0.5.0 |
785 | 2024-02-15T07:26:47.787Z | Downloaded quote v1.0.35 |
786 | 2024-02-15T07:26:47.788Z | Downloaded clap_derive v4.4.2 |
787 | 2024-02-15T07:26:47.788Z | Downloaded camino v1.1.6 |
788 | 2024-02-15T07:26:47.788Z | Downloaded cargo_toml v0.19.0 |
789 | 2024-02-15T07:26:47.788Z | Downloaded cargo_metadata v0.18.1 |
790 | 2024-02-15T07:26:47.788Z | Downloaded unicode-ident v1.0.12 |
791 | 2024-02-15T07:26:47.788Z | Downloaded serde_derive v1.0.196 |
792 | 2024-02-15T07:26:47.788Z | Downloaded clap v4.4.3 |
793 | 2024-02-15T07:26:47.788Z | Downloaded anyhow v1.0.75 |
794 | 2024-02-15T07:26:47.789Z | Downloaded anstyle-parse v0.2.1 |
795 | 2024-02-15T07:26:47.789Z | Downloaded proc-macro2 v1.0.78 |
796 | 2024-02-15T07:26:47.789Z | Downloaded ryu v1.0.15 |
797 | 2024-02-15T07:26:47.789Z | Downloaded toml v0.8.10 |
798 | 2024-02-15T07:26:47.789Z | Downloaded io-lifetimes v1.0.11 |
799 | 2024-02-15T07:26:47.789Z | Downloaded serde v1.0.196 |
800 | 2024-02-15T07:26:47.789Z | Downloaded indexmap v2.2.2 |
801 | 2024-02-15T07:26:47.790Z | Downloaded memchr v2.6.3 |
802 | 2024-02-15T07:26:47.790Z | Downloaded toml_edit v0.22.4 |
803 | 2024-02-15T07:26:47.790Z | Downloaded hashbrown v0.14.3 |
804 | 2024-02-15T07:26:47.790Z | Downloaded serde_json v1.0.113 |
805 | 2024-02-15T07:26:47.790Z | Downloaded winnow v0.5.15 |
806 | 2024-02-15T07:26:47.790Z | Downloaded clap_builder v4.4.2 |
807 | 2024-02-15T07:26:47.790Z | Downloaded syn v2.0.48 |
808 | 2024-02-15T07:26:47.791Z | Downloaded rustix v0.37.23 |
809 | 2024-02-15T07:26:47.791Z | Downloaded libc v0.2.153 |
810 | 2024-02-15T07:26:47.791Z | Compiling proc-macro2 v1.0.78 |
811 | 2024-02-15T07:26:47.791Z | Compiling unicode-ident v1.0.12 |
812 | 2024-02-15T07:26:47.791Z | Compiling serde v1.0.196 |
813 | 2024-02-15T07:26:47.791Z | Compiling libc v0.2.153 |
814 | 2024-02-15T07:26:47.791Z | Compiling io-lifetimes v1.0.11 |
815 | 2024-02-15T07:26:47.791Z | Compiling rustix v0.37.23 |
816 | 2024-02-15T07:26:47.791Z | Compiling bitflags v1.3.2 |
817 | 2024-02-15T07:26:47.792Z | Compiling hashbrown v0.14.3 |
818 | 2024-02-15T07:26:47.817Z | Compiling equivalent v1.0.1 |
819 | 2024-02-15T07:26:47.871Z | Compiling utf8parse v0.2.1 |
820 | 2024-02-15T07:26:47.894Z | Compiling winnow v0.5.15 |
821 | 2024-02-15T07:26:48.599Z | Compiling anstyle-parse v0.2.1 |
822 | 2024-02-15T07:26:48.599Z | Compiling colorchoice v1.0.0 |
823 | 2024-02-15T07:26:48.599Z | Compiling anstyle-query v1.0.0 |
824 | 2024-02-15T07:26:48.599Z | Compiling semver v1.0.21 |
825 | 2024-02-15T07:26:49.070Z | Compiling indexmap v2.2.2 |
826 | 2024-02-15T07:26:49.070Z | Compiling serde_json v1.0.113 |
827 | 2024-02-15T07:26:49.097Z | Compiling thiserror v1.0.56 |
828 | 2024-02-15T07:26:49.135Z | Compiling anstyle v1.0.2 |
829 | 2024-02-15T07:26:49.628Z | Compiling camino v1.1.6 |
830 | 2024-02-15T07:26:49.662Z | Compiling strsim v0.10.0 |
831 | 2024-02-15T07:26:49.663Z | Compiling anstream v0.5.0 |
832 | 2024-02-15T07:26:49.764Z | Compiling clap_lex v0.5.1 |
833 | 2024-02-15T07:26:49.903Z | Compiling quote v1.0.35 |
834 | 2024-02-15T07:26:50.159Z | Compiling heck v0.4.1 |
835 | 2024-02-15T07:26:50.171Z | Compiling ryu v1.0.15 |
836 | 2024-02-15T07:26:50.222Z | Compiling errno v0.3.8 |
837 | 2024-02-15T07:26:50.412Z | Compiling syn v2.0.48 |
838 | 2024-02-15T07:26:50.490Z | Compiling anyhow v1.0.75 |
839 | 2024-02-15T07:26:50.604Z | Compiling itoa v1.0.9 |
840 | 2024-02-15T07:26:51.325Z | Compiling terminal_size v0.2.6 |
841 | 2024-02-15T07:26:51.416Z | Compiling clap_builder v4.4.2 |
842 | 2024-02-15T07:26:55.814Z | Compiling serde_derive v1.0.196 |
843 | 2024-02-15T07:26:55.814Z | Compiling thiserror-impl v1.0.56 |
844 | 2024-02-15T07:26:55.868Z | Compiling clap_derive v4.4.2 |
845 | 2024-02-15T07:26:58.271Z | Compiling clap v4.4.3 |
846 | 2024-02-15T07:27:03.953Z | Compiling serde_spanned v0.6.5 |
847 | 2024-02-15T07:27:03.957Z | Compiling toml_datetime v0.6.5 |
848 | 2024-02-15T07:27:03.957Z | Compiling cargo-platform v0.1.3 |
849 | 2024-02-15T07:27:03.957Z | Compiling toml_edit v0.22.4 |
850 | 2024-02-15T07:27:04.838Z | Compiling cargo_metadata v0.18.1 |
851 | 2024-02-15T07:27:05.839Z | Compiling toml v0.8.10 |
852 | 2024-02-15T07:27:06.544Z | Compiling cargo_toml v0.19.0 |
853 | 2024-02-15T07:27:10.076Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
854 | 2024-02-15T07:27:11.005Z | Finished dev [unoptimized + debuginfo] target(s) in 42.09s |
855 | 2024-02-15T07:27:11.179Z | Running `target/debug/xtask clippy` |
856 | 2024-02-15T07:27:11.215Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
857 | 2024-02-15T07:27:11.704Z | Downloading crates ... |
858 | 2024-02-15T07:27:11.903Z | Downloaded bit-vec v0.6.3 |
859 | 2024-02-15T07:27:11.914Z | Downloaded allocator-api2 v0.2.16 |
860 | 2024-02-15T07:27:11.933Z | Downloaded cexpr v0.6.0 |
861 | 2024-02-15T07:27:11.933Z | Downloaded highway v1.1.0 |
862 | 2024-02-15T07:27:11.956Z | Downloaded cfg-if v1.0.0 |
863 | 2024-02-15T07:27:11.957Z | Downloaded http-range v0.1.5 |
864 | 2024-02-15T07:27:11.957Z | Downloaded curve25519-dalek-derive v0.1.0 |
865 | 2024-02-15T07:27:11.957Z | Downloaded ciborium-io v0.2.2 |
866 | 2024-02-15T07:27:11.957Z | Downloaded camino-tempfile v1.1.1 |
867 | 2024-02-15T07:27:11.957Z | Downloaded castaway v0.2.2 |
868 | 2024-02-15T07:27:11.957Z | Downloaded ident_case v1.0.1 |
869 | 2024-02-15T07:27:11.957Z | Downloaded block-buffer v0.10.4 |
870 | 2024-02-15T07:27:11.957Z | Downloaded cast v0.3.0 |
871 | 2024-02-15T07:27:11.957Z | Downloaded http-body v1.0.0 |
872 | 2024-02-15T07:27:11.957Z | Downloaded crc v3.0.1 |
873 | 2024-02-15T07:27:11.957Z | Downloaded approx v0.5.1 |
874 | 2024-02-15T07:27:11.958Z | Downloaded num-iter v0.1.43 |
875 | 2024-02-15T07:27:11.958Z | Downloaded iana-time-zone v0.1.57 |
876 | 2024-02-15T07:27:11.958Z | Downloaded lazycell v1.3.0 |
877 | 2024-02-15T07:27:11.958Z | Downloaded ansi_term v0.12.1 |
878 | 2024-02-15T07:27:11.958Z | Downloaded bitfield v0.14.0 |
879 | 2024-02-15T07:27:12.455Z | Downloaded hyper-tls v0.5.0 |
880 | 2024-02-15T07:27:12.456Z | Downloaded bit-set v0.5.3 |
881 | 2024-02-15T07:27:12.456Z | Downloaded constant_time_eq v0.2.6 |
882 | 2024-02-15T07:27:12.456Z | Downloaded instant v0.1.12 |
883 | 2024-02-15T07:27:12.456Z | Downloaded atomic-waker v1.1.1 |
884 | 2024-02-15T07:27:12.456Z | Downloaded hubpack_derive v0.1.1 |
885 | 2024-02-15T07:27:12.456Z | Downloaded clang-sys v1.6.1 |
886 | 2024-02-15T07:27:12.456Z | Downloaded ciborium v0.2.2 |
887 | 2024-02-15T07:27:12.489Z | Downloaded crucible-workspace-hack v0.1.0 |
888 | 2024-02-15T07:27:12.489Z | Downloaded aho-corasick v1.0.4 |
889 | 2024-02-15T07:27:12.490Z | Downloaded byteorder v1.5.0 |
890 | 2024-02-15T07:27:12.490Z | Downloaded is_ci v1.1.1 |
891 | 2024-02-15T07:27:12.490Z | Downloaded hyper-rustls v0.24.2 |
892 | 2024-02-15T07:27:12.490Z | Downloaded kstat-rs v0.2.3 |
893 | 2024-02-15T07:27:12.490Z | Downloaded convert_case v0.4.0 |
894 | 2024-02-15T07:27:12.490Z | Downloaded cstr-argument v0.1.2 |
895 | 2024-02-15T07:27:12.490Z | Downloaded atty v0.2.14 |
896 | 2024-02-15T07:27:12.490Z | Downloaded atomicwrites v0.4.3 |
897 | 2024-02-15T07:27:12.490Z | Downloaded bytes v1.5.0 |
898 | 2024-02-15T07:27:12.490Z | Downloaded csv-core v0.1.11 |
899 | 2024-02-15T07:27:12.490Z | Downloaded lru-cache v0.1.2 |
900 | 2024-02-15T07:27:12.490Z | Downloaded cassowary v0.3.0 |
901 | 2024-02-15T07:27:12.490Z | Downloaded block-padding v0.3.3 |
902 | 2024-02-15T07:27:12.490Z | Downloaded indexmap v1.9.3 |
903 | 2024-02-15T07:27:12.490Z | Downloaded maplit v1.0.2 |
904 | 2024-02-15T07:27:12.490Z | Downloaded match_cfg v0.1.0 |
905 | 2024-02-15T07:27:12.490Z | Downloaded linear-map v1.2.0 |
906 | 2024-02-15T07:27:12.491Z | Downloaded crc-catalog v2.2.0 |
907 | 2024-02-15T07:27:12.491Z | Downloaded new_debug_unreachable v1.0.4 |
908 | 2024-02-15T07:27:12.491Z | Downloaded matches v0.1.10 |
909 | 2024-02-15T07:27:12.491Z | Downloaded indoc v2.0.3 |
910 | 2024-02-15T07:27:12.491Z | Downloaded bzip2 v0.4.4 |
911 | 2024-02-15T07:27:12.491Z | Downloaded libtest-mimic v0.6.1 |
912 | 2024-02-15T07:27:12.491Z | Downloaded autocfg v1.1.0 |
913 | 2024-02-15T07:27:12.491Z | Downloaded normalize-line-endings v0.3.0 |
914 | 2024-02-15T07:27:12.491Z | Downloaded async-recursion v1.0.5 |
915 | 2024-02-15T07:27:12.491Z | Downloaded newline-converter v0.3.0 |
916 | 2024-02-15T07:27:12.491Z | Downloaded maybe-uninit v2.0.0 |
917 | 2024-02-15T07:27:12.491Z | Downloaded cc v1.0.83 |
918 | 2024-02-15T07:27:12.491Z | Downloaded memoffset v0.9.0 |
919 | 2024-02-15T07:27:12.491Z | Downloaded bb8 v0.8.3 |
920 | 2024-02-15T07:27:12.491Z | Downloaded assert_cmd v2.0.13 |
921 | 2024-02-15T07:27:12.491Z | Downloaded strum v0.25.0 |
922 | 2024-02-15T07:27:12.491Z | Downloaded scroll_derive v0.12.0 |
923 | 2024-02-15T07:27:12.491Z | Downloaded strum v0.26.1 |
924 | 2024-02-15T07:27:12.491Z | Downloaded serde-big-array v0.5.1 |
925 | 2024-02-15T07:27:12.492Z | Downloaded lru v0.12.1 |
926 | 2024-02-15T07:27:12.492Z | Downloaded newtype_derive v0.1.6 |
927 | 2024-02-15T07:27:12.492Z | Downloaded mockall v0.12.0 |
928 | 2024-02-15T07:27:12.492Z | Downloaded nibble_vec v0.1.0 |
929 | 2024-02-15T07:27:12.492Z | Downloaded darling_macro v0.20.3 |
930 | 2024-02-15T07:27:12.492Z | Downloaded darling_macro v0.14.4 |
931 | 2024-02-15T07:27:12.492Z | Downloaded nanorand v0.7.0 |
932 | 2024-02-15T07:27:12.492Z | Downloaded num-derive v0.4.0 |
933 | 2024-02-15T07:27:12.492Z | Downloaded memoffset v0.7.1 |
934 | 2024-02-15T07:27:12.492Z | Downloaded rpassword v7.3.1 |
935 | 2024-02-15T07:27:12.492Z | Downloaded lock_api v0.4.10 |
936 | 2024-02-15T07:27:12.492Z | Downloaded rustc_version v0.4.0 |
937 | 2024-02-15T07:27:12.492Z | Downloaded async-trait v0.1.77 |
938 | 2024-02-15T07:27:12.492Z | Downloaded crc32fast v1.3.2 |
939 | 2024-02-15T07:27:12.492Z | Downloaded multimap v0.8.3 |
940 | 2024-02-15T07:27:12.492Z | Downloaded indoc v1.0.9 |
941 | 2024-02-15T07:27:12.493Z | Downloaded memmap2 v0.7.1 |
942 | 2024-02-15T07:27:12.493Z | Downloaded termtree v0.4.1 |
943 | 2024-02-15T07:27:12.493Z | Downloaded swrite v0.1.0 |
944 | 2024-02-15T07:27:12.493Z | Downloaded num-integer v0.1.45 |
945 | 2024-02-15T07:27:12.493Z | Downloaded md-5 v0.10.5 |
946 | 2024-02-15T07:27:12.493Z | Downloaded fs-err v2.11.0 |
947 | 2024-02-15T07:27:12.493Z | Downloaded debug-ignore v1.0.5 |
948 | 2024-02-15T07:27:12.493Z | Downloaded precomputed-hash v0.1.1 |
949 | 2024-02-15T07:27:12.493Z | Downloaded endian-type v0.1.2 |
950 | 2024-02-15T07:27:12.493Z | Downloaded chacha20poly1305 v0.10.1 |
951 | 2024-02-15T07:27:12.493Z | Downloaded try-lock v0.2.4 |
952 | 2024-02-15T07:27:12.494Z | Downloaded datatest-stable v0.2.3 |
953 | 2024-02-15T07:27:12.494Z | Downloaded funty v2.0.0 |
954 | 2024-02-15T07:27:12.494Z | Downloaded supports-color v2.1.0 |
955 | 2024-02-15T07:27:12.494Z | Downloaded doc-comment v0.3.3 |
956 | 2024-02-15T07:27:12.494Z | Downloaded pin-utils v0.1.0 |
957 | 2024-02-15T07:27:12.494Z | Downloaded log v0.4.20 |
958 | 2024-02-15T07:27:12.494Z | Downloaded path-slash v0.1.5 |
959 | 2024-02-15T07:27:12.494Z | Downloaded relative-path v1.9.0 |
960 | 2024-02-15T07:27:12.494Z | Downloaded basic-toml v0.1.8 |
961 | 2024-02-15T07:27:12.494Z | Downloaded crossterm v0.27.0 |
962 | 2024-02-15T07:27:12.494Z | Downloaded peeking_take_while v0.1.2 |
963 | 2024-02-15T07:27:12.494Z | Downloaded nu-ansi-term v0.49.0 |
964 | 2024-02-15T07:27:12.494Z | Downloaded zeroize v1.7.0 |
965 | 2024-02-15T07:27:12.494Z | Downloaded thread-id v4.2.0 |
966 | 2024-02-15T07:27:12.495Z | Downloaded blake2b_simd v1.0.1 |
967 | 2024-02-15T07:27:12.495Z | Downloaded untrusted v0.7.1 |
968 | 2024-02-15T07:27:12.495Z | Downloaded take_mut v0.2.2 |
969 | 2024-02-15T07:27:12.495Z | Downloaded miniz_oxide v0.7.1 |
970 | 2024-02-15T07:27:12.495Z | Downloaded strip-ansi-escapes v0.2.0 |
971 | 2024-02-15T07:27:12.495Z | Downloaded sqlformat v0.2.3 |
972 | 2024-02-15T07:27:12.495Z | Downloaded crossbeam-utils v0.8.16 |
973 | 2024-02-15T07:27:12.495Z | Downloaded num-traits v0.2.16 |
974 | 2024-02-15T07:27:12.495Z | Downloaded untrusted v0.9.0 |
975 | 2024-02-15T07:27:12.495Z | Downloaded ena v0.14.2 |
976 | 2024-02-15T07:27:12.495Z | Downloaded structmeta v0.2.0 |
977 | 2024-02-15T07:27:12.495Z | Downloaded arc-swap v1.6.0 |
978 | 2024-02-15T07:27:12.495Z | Downloaded serde_derive_internals v0.26.0 |
979 | 2024-02-15T07:27:12.495Z | Downloaded float-cmp v0.9.0 |
980 | 2024-02-15T07:27:12.495Z | Downloaded tracing-attributes v0.1.26 |
981 | 2024-02-15T07:27:12.495Z | Downloaded foreign-types v0.3.2 |
982 | 2024-02-15T07:27:12.495Z | Downloaded mockall_derive v0.12.0 |
983 | 2024-02-15T07:27:12.495Z | Downloaded toolchain_find v0.2.0 |
984 | 2024-02-15T07:27:12.495Z | Downloaded http v1.0.0 |
985 | 2024-02-15T07:27:12.496Z | Downloaded pathdiff v0.2.1 |
986 | 2024-02-15T07:27:12.496Z | Downloaded strum_macros v0.25.2 |
987 | 2024-02-15T07:27:12.513Z | Downloaded smawk v0.3.1 |
988 | 2024-02-15T07:27:12.513Z | Downloaded serde_plain v1.0.2 |
989 | 2024-02-15T07:27:12.513Z | Downloaded phf_shared v0.10.0 |
990 | 2024-02-15T07:27:12.514Z | Downloaded password-hash v0.5.0 |
991 | 2024-02-15T07:27:12.514Z | Downloaded similar v2.3.0 |
992 | 2024-02-15T07:27:12.514Z | Downloaded embedded-io v0.4.0 |
993 | 2024-02-15T07:27:12.514Z | Downloaded wait-timeout v0.2.0 |
994 | 2024-02-15T07:27:12.514Z | Downloaded fxhash v0.2.1 |
995 | 2024-02-15T07:27:12.514Z | Downloaded number_prefix v0.4.0 |
996 | 2024-02-15T07:27:12.514Z | Downloaded termcolor v1.2.0 |
997 | 2024-02-15T07:27:12.514Z | Downloaded derive_builder v0.12.0 |
998 | 2024-02-15T07:27:12.515Z | Downloaded plain v0.2.3 |
999 | 2024-02-15T07:27:12.515Z | Downloaded usdt-macro v0.5.0 |
1000 | 2024-02-15T07:27:12.515Z | Downloaded phf v0.11.2 |
1001 | 2024-02-15T07:27:12.515Z | Downloaded olpc-cjson v0.1.3 |
1002 | 2024-02-15T07:27:12.515Z | Downloaded sqlparser_derive v0.2.2 |
1003 | 2024-02-15T07:27:12.515Z | Downloaded zerocopy v0.6.4 |
1004 | 2024-02-15T07:27:12.515Z | Downloaded sec1 v0.7.3 |
1005 | 2024-02-15T07:27:12.515Z | Downloaded diff v0.1.13 |
1006 | 2024-02-15T07:27:12.515Z | Downloaded threadpool v1.8.1 |
1007 | 2024-02-15T07:27:12.515Z | Downloaded serde_urlencoded v0.7.1 |
1008 | 2024-02-15T07:27:12.515Z | Downloaded tower-service v0.3.2 |
1009 | 2024-02-15T07:27:12.515Z | Downloaded backtrace v0.3.69 |
1010 | 2024-02-15T07:27:12.516Z | Downloaded enum-as-inner v0.5.1 |
1011 | 2024-02-15T07:27:12.516Z | Downloaded proc-macro-error-attr v1.0.4 |
1012 | 2024-02-15T07:27:12.516Z | Downloaded usdt-impl v0.3.5 |
1013 | 2024-02-15T07:27:12.516Z | Downloaded glob v0.3.1 |
1014 | 2024-02-15T07:27:12.516Z | Downloaded pest_generator v2.7.6 |
1015 | 2024-02-15T07:27:12.516Z | Downloaded trybuild v1.0.89 |
1016 | 2024-02-15T07:27:12.516Z | Downloaded pem v3.0.2 |
1017 | 2024-02-15T07:27:12.516Z | Downloaded universal-hash v0.5.1 |
1018 | 2024-02-15T07:27:12.516Z | Downloaded thiserror-impl-no-std v2.0.2 |
1019 | 2024-02-15T07:27:12.516Z | Downloaded indicatif v0.17.7 |
1020 | 2024-02-15T07:27:12.516Z | Downloaded serde_repr v0.1.16 |
1021 | 2024-02-15T07:27:12.516Z | Downloaded dirs-sys-next v0.1.2 |
1022 | 2024-02-15T07:27:12.517Z | Downloaded fallible-iterator v0.2.0 |
1023 | 2024-02-15T07:27:12.517Z | Downloaded toml v0.5.11 |
1024 | 2024-02-15T07:27:12.517Z | Downloaded zerocopy v0.3.0 |
1025 | 2024-02-15T07:27:12.517Z | Downloaded yasna v0.5.2 |
1026 | 2024-02-15T07:27:12.517Z | Downloaded parking_lot v0.11.2 |
1027 | 2024-02-15T07:27:12.517Z | Downloaded owo-colors v4.0.0 |
1028 | 2024-02-15T07:27:12.517Z | Downloaded plotters-svg v0.3.5 |
1029 | 2024-02-15T07:27:12.517Z | Downloaded usdt-attr-macro v0.3.5 |
1030 | 2024-02-15T07:27:12.517Z | Downloaded tokio-rustls v0.25.0 |
1031 | 2024-02-15T07:27:12.517Z | Downloaded topological-sort v0.2.2 |
1032 | 2024-02-15T07:27:12.517Z | Downloaded socket2 v0.5.5 |
1033 | 2024-02-15T07:27:12.517Z | Downloaded signal-hook-tokio v0.3.1 |
1034 | 2024-02-15T07:27:12.518Z | Downloaded pretty-hex v0.2.1 |
1035 | 2024-02-15T07:27:12.518Z | Downloaded mio v0.8.9 |
1036 | 2024-02-15T07:27:12.518Z | Downloaded filetime v0.2.23 |
1037 | 2024-02-15T07:27:12.518Z | Downloaded partial-io v0.5.4 |
1038 | 2024-02-15T07:27:12.518Z | Downloaded num_enum v0.5.11 |
1039 | 2024-02-15T07:27:12.518Z | Downloaded stable_deref_trait v1.2.0 |
1040 | 2024-02-15T07:27:12.518Z | Downloaded vte v0.11.1 |
1041 | 2024-02-15T07:27:12.518Z | Downloaded parking_lot_core v0.8.6 |
1042 | 2024-02-15T07:27:12.518Z | Downloaded openssl-probe v0.1.5 |
1043 | 2024-02-15T07:27:12.518Z | Downloaded time-macros v0.2.13 |
1044 | 2024-02-15T07:27:12.518Z | Downloaded smallvec v0.6.14 |
1045 | 2024-02-15T07:27:12.518Z | Downloaded tinyvec_macros v0.1.1 |
1046 | 2024-02-15T07:27:12.518Z | Downloaded serde_with_macros v3.6.0 |
1047 | 2024-02-15T07:27:12.519Z | Downloaded flagset v0.4.3 |
1048 | 2024-02-15T07:27:12.519Z | Downloaded spin v0.5.2 |
1049 | 2024-02-15T07:27:12.519Z | Downloaded pem-rfc7468 v0.7.0 |
1050 | 2024-02-15T07:27:12.519Z | Downloaded slog-dtrace v0.3.0 |
1051 | 2024-02-15T07:27:12.519Z | Downloaded percent-encoding v2.3.1 |
1052 | 2024-02-15T07:27:12.519Z | Downloaded digest v0.10.7 |
1053 | 2024-02-15T07:27:12.519Z | Downloaded tungstenite v0.20.1 |
1054 | 2024-02-15T07:27:12.519Z | Downloaded socket2 v0.4.9 |
1055 | 2024-02-15T07:27:12.519Z | Downloaded tower-layer v0.3.2 |
1056 | 2024-02-15T07:27:12.519Z | Downloaded oso-derive v0.27.0 |
1057 | 2024-02-15T07:27:12.519Z | Downloaded num-bigint v0.4.4 |
1058 | 2024-02-15T07:27:12.520Z | Downloaded shlex v1.3.0 |
1059 | 2024-02-15T07:27:12.520Z | Downloaded static_assertions v1.1.0 |
1060 | 2024-02-15T07:27:12.520Z | Downloaded foreign-types-shared v0.1.1 |
1061 | 2024-02-15T07:27:12.520Z | Downloaded derive_builder_macro v0.12.0 |
1062 | 2024-02-15T07:27:12.520Z | Downloaded flume v0.11.0 |
1063 | 2024-02-15T07:27:12.520Z | Downloaded downcast v0.11.0 |
1064 | 2024-02-15T07:27:12.520Z | Downloaded predicates-tree v1.0.9 |
1065 | 2024-02-15T07:27:12.520Z | Downloaded trust-dns-client v0.22.0 |
1066 | 2024-02-15T07:27:12.520Z | Downloaded postgres-protocol v0.6.6 |
1067 | 2024-02-15T07:27:12.520Z | Downloaded poly1305 v0.8.0 |
1068 | 2024-02-15T07:27:12.520Z | Downloaded scopeguard v1.2.0 |
1069 | 2024-02-15T07:27:12.520Z | Downloaded blake3 v1.5.0 |
1070 | 2024-02-15T07:27:12.520Z | Downloaded hex v0.4.3 |
1071 | 2024-02-15T07:27:12.521Z | Downloaded heck v0.3.3 |
1072 | 2024-02-15T07:27:12.521Z | Downloaded postgres-types v0.2.6 |
1073 | 2024-02-15T07:27:12.521Z | Downloaded typed-path v0.7.0 |
1074 | 2024-02-15T07:27:12.521Z | Downloaded siphasher v0.3.11 |
1075 | 2024-02-15T07:27:12.521Z | Downloaded parse-display v0.9.0 |
1076 | 2024-02-15T07:27:12.521Z | Downloaded rcgen v0.12.1 |
1077 | 2024-02-15T07:27:12.521Z | Downloaded zone v0.3.0 |
1078 | 2024-02-15T07:27:12.521Z | Downloaded packed_struct v0.10.1 |
1079 | 2024-02-15T07:27:12.521Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1080 | 2024-02-15T07:27:12.521Z | Downloaded dof v0.1.5 |
1081 | 2024-02-15T07:27:12.521Z | Downloaded darling_core v0.20.3 |
1082 | 2024-02-15T07:27:12.521Z | Downloaded opaque-debug v0.3.0 |
1083 | 2024-02-15T07:27:12.522Z | Downloaded tracing-core v0.1.31 |
1084 | 2024-02-15T07:27:12.522Z | Downloaded vte_generate_state_changes v0.1.1 |
1085 | 2024-02-15T07:27:12.522Z | Downloaded stability v0.1.1 |
1086 | 2024-02-15T07:27:12.522Z | Downloaded tui-tree-widget v0.17.0 |
1087 | 2024-02-15T07:27:12.530Z | Downloaded display-error-chain v0.2.0 |
1088 | 2024-02-15T07:27:12.530Z | Downloaded pin-project-internal v1.1.3 |
1089 | 2024-02-15T07:27:12.530Z | Downloaded getrandom v0.2.10 |
1090 | 2024-02-15T07:27:12.530Z | Downloaded fragile v2.0.0 |
1091 | 2024-02-15T07:27:12.530Z | Downloaded parking_lot_core v0.9.8 |
1092 | 2024-02-15T07:27:12.530Z | Downloaded snafu v0.7.5 |
1093 | 2024-02-15T07:27:12.531Z | Downloaded pretty-hex v0.4.1 |
1094 | 2024-02-15T07:27:12.531Z | Downloaded num_threads v0.1.6 |
1095 | 2024-02-15T07:27:12.531Z | Downloaded zone_cfg_derive v0.3.0 |
1096 | 2024-02-15T07:27:12.531Z | Downloaded tracing v0.1.37 |
1097 | 2024-02-15T07:27:12.531Z | Downloaded libxml v0.3.3 |
1098 | 2024-02-15T07:27:12.531Z | Downloaded version_check v0.9.4 |
1099 | 2024-02-15T07:27:12.531Z | Downloaded either v1.9.0 |
1100 | 2024-02-15T07:27:12.531Z | Downloaded subprocess v0.2.9 |
1101 | 2024-02-15T07:27:12.531Z | Downloaded proc-macro-crate v1.3.1 |
1102 | 2024-02-15T07:27:12.531Z | Downloaded half v2.3.1 |
1103 | 2024-02-15T07:27:12.531Z | Downloaded parse-size v1.0.0 |
1104 | 2024-02-15T07:27:12.531Z | Downloaded ref-cast v1.0.20 |
1105 | 2024-02-15T07:27:12.531Z | Downloaded utf-8 v0.7.6 |
1106 | 2024-02-15T07:27:12.531Z | Downloaded usdt-impl v0.5.0 |
1107 | 2024-02-15T07:27:12.531Z | Downloaded ppv-lite86 v0.2.17 |
1108 | 2024-02-15T07:27:12.531Z | Downloaded num_enum_derive v0.5.11 |
1109 | 2024-02-15T07:27:12.531Z | Downloaded structmeta-derive v0.2.0 |
1110 | 2024-02-15T07:27:12.531Z | Downloaded vec_map v0.8.2 |
1111 | 2024-02-15T07:27:12.531Z | Downloaded fatfs v0.3.6 |
1112 | 2024-02-15T07:27:12.531Z | Downloaded schemars_derive v0.8.16 |
1113 | 2024-02-15T07:27:12.532Z | Downloaded clap v2.34.0 |
1114 | 2024-02-15T07:27:12.532Z | Downloaded deranged v0.3.8 |
1115 | 2024-02-15T07:27:12.532Z | Downloaded structmeta-derive v0.3.0 |
1116 | 2024-02-15T07:27:12.532Z | Downloaded unicode-linebreak v0.1.5 |
1117 | 2024-02-15T07:27:12.532Z | Downloaded fixedbitset v0.4.2 |
1118 | 2024-02-15T07:27:12.532Z | Downloaded foreign-types-macros v0.2.3 |
1119 | 2024-02-15T07:27:12.532Z | Downloaded defmt-macros v0.3.6 |
1120 | 2024-02-15T07:27:12.532Z | Downloaded nom v7.1.3 |
1121 | 2024-02-15T07:27:12.532Z | Downloaded signature v1.6.4 |
1122 | 2024-02-15T07:27:12.532Z | Downloaded structopt-derive v0.4.18 |
1123 | 2024-02-15T07:27:12.532Z | Downloaded portable-atomic v1.4.3 |
1124 | 2024-02-15T07:27:12.532Z | Downloaded tabled_derive v0.7.0 |
1125 | 2024-02-15T07:27:12.532Z | Downloaded strum_macros v0.26.1 |
1126 | 2024-02-15T07:27:12.532Z | Downloaded signal-hook v0.3.17 |
1127 | 2024-02-15T07:27:12.532Z | Downloaded unicode_categories v0.1.1 |
1128 | 2024-02-15T07:27:12.532Z | Downloaded num-bigint-dig v0.8.4 |
1129 | 2024-02-15T07:27:12.532Z | Downloaded defmt-parser v0.3.3 |
1130 | 2024-02-15T07:27:12.532Z | Downloaded scroll v0.12.0 |
1131 | 2024-02-15T07:27:12.537Z | Downloaded hyper v0.14.27 |
1132 | 2024-02-15T07:27:12.537Z | Downloaded globset v0.4.13 |
1133 | 2024-02-15T07:27:12.537Z | Downloaded target-spec v3.1.0 |
1134 | 2024-02-15T07:27:12.541Z | Downloaded structopt v0.3.26 |
1135 | 2024-02-15T07:27:12.545Z | Downloaded predicates v3.1.0 |
1136 | 2024-02-15T07:27:12.561Z | Downloaded predicates-core v1.0.6 |
1137 | 2024-02-15T07:27:12.561Z | Downloaded pest_derive v2.7.6 |
1138 | 2024-02-15T07:27:12.566Z | Downloaded unicode-bidi v0.3.13 |
1139 | 2024-02-15T07:27:12.566Z | Downloaded vsss-rs v3.3.4 |
1140 | 2024-02-15T07:27:12.566Z | Downloaded smallvec v1.13.1 |
1141 | 2024-02-15T07:27:12.566Z | Downloaded steno v0.4.0 |
1142 | 2024-02-15T07:27:12.567Z | Downloaded target-lexicon v0.12.13 |
1143 | 2024-02-15T07:27:12.567Z | Downloaded similar-asserts v1.5.0 |
1144 | 2024-02-15T07:27:12.572Z | Downloaded headers v0.3.9 |
1145 | 2024-02-15T07:27:12.578Z | Downloaded parse-display-derive v0.9.0 |
1146 | 2024-02-15T07:27:12.578Z | Downloaded spin v0.9.8 |
1147 | 2024-02-15T07:27:12.578Z | Downloaded proc-macro-error v1.0.4 |
1148 | 2024-02-15T07:27:12.582Z | Downloaded unsafe-libyaml v0.2.10 |
1149 | 2024-02-15T07:27:12.586Z | Downloaded futures v0.3.30 |
1150 | 2024-02-15T07:27:12.591Z | Downloaded guppy v0.17.5 |
1151 | 2024-02-15T07:27:12.595Z | Downloaded derive_more v0.99.17 |
1152 | 2024-02-15T07:27:12.600Z | Downloaded waitgroup v0.1.2 |
1153 | 2024-02-15T07:27:12.603Z | Downloaded elliptic-curve v0.13.8 |
1154 | 2024-02-15T07:27:12.607Z | Downloaded pest_meta v2.7.6 |
1155 | 2024-02-15T07:27:12.610Z | Downloaded rstest_macros v0.18.2 |
1156 | 2024-02-15T07:27:12.610Z | Downloaded want v0.3.1 |
1157 | 2024-02-15T07:27:12.652Z | Downloaded headers-core v0.2.0 |
1158 | 2024-02-15T07:27:12.652Z | Downloaded unicode-segmentation v1.10.1 |
1159 | 2024-02-15T07:27:12.652Z | Downloaded futures-util v0.3.30 |
1160 | 2024-02-15T07:27:12.652Z | Downloaded flate2 v1.0.28 |
1161 | 2024-02-15T07:27:12.653Z | Downloaded unicode-normalization v0.1.22 |
1162 | 2024-02-15T07:27:12.653Z | Downloaded tokio-native-tls v0.3.1 |
1163 | 2024-02-15T07:27:12.653Z | Downloaded serde_tokenstream v0.2.0 |
1164 | 2024-02-15T07:27:12.653Z | Downloaded heapless v0.8.0 |
1165 | 2024-02-15T07:27:12.658Z | Downloaded hashbrown v0.12.3 |
1166 | 2024-02-15T07:27:12.658Z | Downloaded trust-dns-resolver v0.22.0 |
1167 | 2024-02-15T07:27:12.658Z | Downloaded wyz v0.5.1 |
1168 | 2024-02-15T07:27:12.658Z | Downloaded regex-automata v0.1.10 |
1169 | 2024-02-15T07:27:12.665Z | Downloaded rtoolbox v0.0.1 |
1170 | 2024-02-15T07:27:12.665Z | Downloaded rustc_version v0.1.7 |
1171 | 2024-02-15T07:27:12.673Z | Downloaded rustc-hash v1.1.0 |
1172 | 2024-02-15T07:27:12.673Z | Downloaded walkdir v2.4.0 |
1173 | 2024-02-15T07:27:12.674Z | Downloaded reedline v0.28.0 |
1174 | 2024-02-15T07:27:12.680Z | Downloaded pest v2.7.6 |
1175 | 2024-02-15T07:27:12.689Z | Downloaded der v0.7.8 |
1176 | 2024-02-15T07:27:12.690Z | Downloaded tokio-stream v0.1.14 |
1177 | 2024-02-15T07:27:12.698Z | Downloaded hashbrown v0.13.2 |
1178 | 2024-02-15T07:27:12.698Z | Downloaded tower v0.4.13 |
1179 | 2024-02-15T07:27:12.708Z | Downloaded zerocopy-derive v0.7.32 |
1180 | 2024-02-15T07:27:12.716Z | Downloaded tokio-util v0.7.10 |
1181 | 2024-02-15T07:27:12.717Z | Downloaded idna v0.5.0 |
1182 | 2024-02-15T07:27:12.723Z | Downloaded tough v0.16.0 |
1183 | 2024-02-15T07:27:12.732Z | Downloaded tinyvec v1.6.0 |
1184 | 2024-02-15T07:27:12.738Z | Downloaded serde_tokenstream v0.1.7 |
1185 | 2024-02-15T07:27:12.738Z | Downloaded petgraph v0.6.4 |
1186 | 2024-02-15T07:27:12.750Z | Downloaded idna v0.2.3 |
1187 | 2024-02-15T07:27:12.757Z | Downloaded rayon v1.8.0 |
1188 | 2024-02-15T07:27:12.782Z | Downloaded tabled v0.15.0 |
1189 | 2024-02-15T07:27:12.795Z | Downloaded tokio-postgres v0.7.10 |
1190 | 2024-02-15T07:27:12.796Z | Downloaded prettyplease v0.2.16 |
1191 | 2024-02-15T07:27:13.207Z | Downloaded rustls-webpki v0.101.7 |
1192 | 2024-02-15T07:27:13.207Z | Downloaded regex v1.10.3 |
1193 | 2024-02-15T07:27:13.207Z | Downloaded rustls-webpki v0.102.1 |
1194 | 2024-02-15T07:27:13.207Z | Downloaded x509-cert v0.2.4 |
1195 | 2024-02-15T07:27:13.207Z | Downloaded trust-dns-proto v0.22.0 |
1196 | 2024-02-15T07:27:13.207Z | Downloaded syn v1.0.109 |
1197 | 2024-02-15T07:27:13.208Z | Downloaded rustyline v13.0.0 |
1198 | 2024-02-15T07:27:13.208Z | Downloaded regex-syntax v0.8.2 |
1199 | 2024-02-15T07:27:13.208Z | Downloaded polar-core v0.27.0 |
1200 | 2024-02-15T07:27:13.208Z | Downloaded bstr v1.6.0 |
1201 | 2024-02-15T07:27:13.208Z | Downloaded vcpkg v0.2.15 |
1202 | 2024-02-15T07:27:13.208Z | Downloaded regress v0.7.1 |
1203 | 2024-02-15T07:27:13.208Z | Downloaded gimli v0.28.0 |
1204 | 2024-02-15T07:27:13.209Z | Downloaded zerocopy v0.7.32 |
1205 | 2024-02-15T07:27:13.209Z | Downloaded regex-syntax v0.6.29 |
1206 | 2024-02-15T07:27:13.209Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1207 | 2024-02-15T07:27:13.209Z | Downloaded object v0.32.1 |
1208 | 2024-02-15T07:27:13.741Z | Downloaded regex-automata v0.4.4 |
1209 | 2024-02-15T07:27:13.741Z | Downloaded rustls v0.22.2 |
1210 | 2024-02-15T07:27:13.741Z | Downloaded webpki-roots v0.25.2 |
1211 | 2024-02-15T07:27:13.742Z | Downloaded tokio v1.36.0 |
1212 | 2024-02-15T07:27:13.742Z | Downloaded openapiv3 v2.0.0 |
1213 | 2024-02-15T07:27:13.742Z | Downloaded diesel v2.1.4 |
1214 | 2024-02-15T07:27:13.742Z | Downloaded sled v0.34.7 |
1215 | 2024-02-15T07:27:13.742Z | Downloaded ratatui v0.26.1 |
1216 | 2024-02-15T07:27:13.742Z | Downloaded rustix v0.38.31 |
1217 | 2024-02-15T07:27:13.742Z | Downloaded encoding_rs v0.8.33 |
1218 | 2024-02-15T07:27:13.742Z | Downloaded zerocopy-derive v0.2.0 |
1219 | 2024-02-15T07:27:13.742Z | Downloaded zerocopy-derive v0.6.4 |
1220 | 2024-02-15T07:27:13.742Z | Downloaded sha3 v0.10.8 |
1221 | 2024-02-15T07:27:13.742Z | Downloaded rustls v0.21.9 |
1222 | 2024-02-15T07:27:13.743Z | Downloaded csv v1.3.0 |
1223 | 2024-02-15T07:27:13.743Z | Downloaded regex-automata v0.3.8 |
1224 | 2024-02-15T07:27:13.743Z | Downloaded quick-xml v0.30.0 |
1225 | 2024-02-15T07:27:13.743Z | Downloaded radix_trie v0.2.1 |
1226 | 2024-02-15T07:27:13.743Z | Downloaded reqwest v0.11.22 |
1227 | 2024-02-15T07:27:13.773Z | Downloaded salty v0.2.0 |
1228 | 2024-02-15T07:27:13.774Z | Downloaded smoltcp v0.11.0 |
1229 | 2024-02-15T07:27:13.774Z | Downloaded openssl v0.10.60 |
1230 | 2024-02-15T07:27:13.774Z | Downloaded curve25519-dalek v4.1.1 |
1231 | 2024-02-15T07:27:13.774Z | Downloaded bstr v0.2.17 |
1232 | 2024-02-15T07:27:13.774Z | Downloaded regress v0.8.0 |
1233 | 2024-02-15T07:27:13.774Z | Downloaded object v0.30.4 |
1234 | 2024-02-15T07:27:13.774Z | Downloaded smoltcp v0.9.1 |
1235 | 2024-02-15T07:27:13.774Z | Downloaded ron v0.8.1 |
1236 | 2024-02-15T07:27:13.774Z | Downloaded nix v0.27.1 |
1237 | 2024-02-15T07:27:13.774Z | Downloaded lalrpop v0.19.12 |
1238 | 2024-02-15T07:27:13.774Z | Downloaded proptest v1.4.0 |
1239 | 2024-02-15T07:27:13.775Z | Downloaded rstest v0.18.2 |
1240 | 2024-02-15T07:27:13.775Z | Downloaded goblin v0.8.0 |
1241 | 2024-02-15T07:27:13.775Z | Downloaded tokio-tungstenite v0.20.1 |
1242 | 2024-02-15T07:27:13.775Z | Downloaded tokio-macros v2.2.0 |
1243 | 2024-02-15T07:27:13.775Z | Downloaded tinytemplate v1.2.1 |
1244 | 2024-02-15T07:27:13.775Z | Downloaded tiny-keccak v2.0.2 |
1245 | 2024-02-15T07:27:13.775Z | Downloaded futures-channel v0.3.30 |
1246 | 2024-02-15T07:27:13.775Z | Downloaded serde_with v3.6.0 |
1247 | 2024-02-15T07:27:13.775Z | Downloaded expectorate v1.1.0 |
1248 | 2024-02-15T07:27:13.775Z | Downloaded futures-timer v3.0.2 |
1249 | 2024-02-15T07:27:13.775Z | Downloaded xattr v1.0.1 |
1250 | 2024-02-15T07:27:13.775Z | Downloaded plotters v0.3.5 |
1251 | 2024-02-15T07:27:13.775Z | Downloaded which v4.4.0 |
1252 | 2024-02-15T07:27:13.775Z | Downloaded yansi v0.5.1 |
1253 | 2024-02-15T07:27:13.775Z | Downloaded rusty-fork v0.3.0 |
1254 | 2024-02-15T07:27:13.776Z | Downloaded futures-core v0.3.30 |
1255 | 2024-02-15T07:27:13.776Z | Downloaded time v0.3.27 |
1256 | 2024-02-15T07:27:13.776Z | Downloaded bitvec v1.0.1 |
1257 | 2024-02-15T07:27:13.776Z | Downloaded bindgen v0.69.2 |
1258 | 2024-02-15T07:27:13.776Z | Downloaded whoami v1.4.1 |
1259 | 2024-02-15T07:27:13.776Z | Downloaded resolv-conf v0.7.0 |
1260 | 2024-02-15T07:27:13.776Z | Downloaded difflib v0.4.0 |
1261 | 2024-02-15T07:27:13.776Z | Downloaded dirs-next v2.0.0 |
1262 | 2024-02-15T07:27:13.776Z | Downloaded rustversion v1.0.14 |
1263 | 2024-02-15T07:27:13.776Z | Downloaded r2d2 v0.8.10 |
1264 | 2024-02-15T07:27:13.776Z | Downloaded radium v0.7.0 |
1265 | 2024-02-15T07:27:13.776Z | Downloaded quick-error v1.2.3 |
1266 | 2024-02-15T07:27:13.776Z | Downloaded futures-sink v0.3.30 |
1267 | 2024-02-15T07:27:13.777Z | Downloaded futures-io v0.3.30 |
1268 | 2024-02-15T07:27:13.777Z | Downloaded slog-envlogger v2.2.0 |
1269 | 2024-02-15T07:27:13.777Z | Downloaded h2 v0.3.24 |
1270 | 2024-02-15T07:27:13.777Z | Downloaded sqlparser v0.43.1 |
1271 | 2024-02-15T07:27:13.777Z | Downloaded futures-task v0.3.30 |
1272 | 2024-02-15T07:27:13.777Z | Downloaded futures-macro v0.3.30 |
1273 | 2024-02-15T07:27:13.777Z | Downloaded pretty_assertions v1.4.0 |
1274 | 2024-02-15T07:27:13.777Z | Downloaded darling_core v0.14.4 |
1275 | 2024-02-15T07:27:13.777Z | Downloaded openssl-sys v0.9.96 |
1276 | 2024-02-15T07:27:13.777Z | Downloaded heapless v0.7.16 |
1277 | 2024-02-15T07:27:13.777Z | Downloaded rand v0.8.5 |
1278 | 2024-02-15T07:27:13.777Z | Downloaded slab v0.4.9 |
1279 | 2024-02-15T07:27:13.778Z | Downloaded rand v0.4.6 |
1280 | 2024-02-15T07:27:13.778Z | Downloaded getopts v0.2.21 |
1281 | 2024-02-15T07:27:13.778Z | Downloaded slog-term v2.9.0 |
1282 | 2024-02-15T07:27:13.778Z | Downloaded toml v0.7.8 |
1283 | 2024-02-15T07:27:13.778Z | Downloaded oso v0.27.0 |
1284 | 2024-02-15T07:27:13.778Z | Downloaded pin-project v1.1.3 |
1285 | 2024-02-15T07:27:13.778Z | Downloaded chrono v0.4.31 |
1286 | 2024-02-15T07:27:13.778Z | Downloaded ref-cast-impl v1.0.20 |
1287 | 2024-02-15T07:27:13.778Z | Downloaded derive-where v1.2.7 |
1288 | 2024-02-15T07:27:13.778Z | Downloaded zip v0.6.6 |
1289 | 2024-02-15T07:27:13.778Z | Downloaded slog-json v2.6.1 |
1290 | 2024-02-15T07:27:13.778Z | Downloaded papergrid v0.11.0 |
1291 | 2024-02-15T07:27:13.778Z | Downloaded uuid v1.7.0 |
1292 | 2024-02-15T07:27:13.778Z | Downloaded rand_chacha v0.3.1 |
1293 | 2024-02-15T07:27:13.778Z | Downloaded dof v0.3.0 |
1294 | 2024-02-15T07:27:13.778Z | Downloaded remove_dir_all v0.5.3 |
1295 | 2024-02-15T07:27:13.778Z | Downloaded plotters-backend v0.3.5 |
1296 | 2024-02-15T07:27:13.778Z | Downloaded toml_edit v0.21.1 |
1297 | 2024-02-15T07:27:13.778Z | Downloaded unicase v2.7.0 |
1298 | 2024-02-15T07:27:13.778Z | Downloaded gethostname v0.4.3 |
1299 | 2024-02-15T07:27:13.778Z | Downloaded form_urlencoded v1.2.1 |
1300 | 2024-02-15T07:27:13.778Z | Downloaded hkdf v0.12.4 |
1301 | 2024-02-15T07:27:13.779Z | Downloaded derive_builder_core v0.12.0 |
1302 | 2024-02-15T07:27:13.779Z | Downloaded once_cell v1.19.0 |
1303 | 2024-02-15T07:27:13.779Z | Downloaded test-strategy v0.3.1 |
1304 | 2024-02-15T07:27:13.779Z | Downloaded thread_local v1.1.7 |
1305 | 2024-02-15T07:27:13.779Z | Downloaded usdt-macro v0.3.5 |
1306 | 2024-02-15T07:27:13.779Z | Downloaded textwrap v0.11.0 |
1307 | 2024-02-15T07:27:13.779Z | Downloaded trust-dns-server v0.22.1 |
1308 | 2024-02-15T07:27:13.779Z | Downloaded rust-argon2 v1.0.1 |
1309 | 2024-02-15T07:27:13.779Z | Downloaded url v2.5.0 |
1310 | 2024-02-15T07:27:13.779Z | Downloaded toml_edit v0.19.15 |
1311 | 2024-02-15T07:27:13.779Z | Downloaded ring v0.17.7 |
1312 | 2024-02-15T07:27:13.779Z | Downloaded hyper v1.1.0 |
1313 | 2024-02-15T07:27:13.779Z | Downloaded diesel_derives v2.1.2 |
1314 | 2024-02-15T07:27:13.779Z | Downloaded generic-array v0.14.7 |
1315 | 2024-02-15T07:27:13.779Z | Downloaded der_derive v0.7.2 |
1316 | 2024-02-15T07:27:13.779Z | Downloaded rand_xorshift v0.3.0 |
1317 | 2024-02-15T07:27:13.780Z | Downloaded rand_core v0.6.4 |
1318 | 2024-02-15T07:27:13.780Z | Downloaded serde_yaml v0.9.25 |
1319 | 2024-02-15T07:27:13.780Z | Downloaded rayon-core v1.12.0 |
1320 | 2024-02-15T07:27:13.780Z | Downloaded ring v0.16.20 |
1321 | 2024-02-15T07:27:13.835Z | Downloaded ucd-trie v0.1.6 |
1322 | 2024-02-15T07:27:13.848Z | Downloaded schemars v0.8.16 |
1323 | 2024-02-15T07:27:13.848Z | Downloaded itertools v0.12.1 |
1324 | 2024-02-15T07:27:13.869Z | Downloaded itertools v0.10.5 |
1325 | 2024-02-15T07:27:13.870Z | Downloaded criterion v0.5.1 |
1326 | 2024-02-15T07:27:13.892Z | Downloaded signal-hook-mio v0.2.3 |
1327 | 2024-02-15T07:27:13.892Z | Downloaded hash32 v0.3.1 |
1328 | 2024-02-15T07:27:13.892Z | Downloaded string_cache v0.8.7 |
1329 | 2024-02-15T07:27:13.892Z | Downloaded darling v0.14.4 |
1330 | 2024-02-15T07:27:13.893Z | Downloaded unicode-width v0.1.11 |
1331 | 2024-02-15T07:27:13.893Z | Downloaded usdt v0.3.5 |
1332 | 2024-02-15T07:27:13.893Z | Downloaded pkcs1 v0.7.5 |
1333 | 2024-02-15T07:27:13.893Z | Downloaded libm v0.2.7 |
1334 | 2024-02-15T07:27:13.923Z | Downloaded openssl-macros v0.1.1 |
1335 | 2024-02-15T07:27:13.923Z | Downloaded postcard v1.0.8 |
1336 | 2024-02-15T07:27:13.924Z | Downloaded tokio-rustls v0.24.1 |
1337 | 2024-02-15T07:27:13.924Z | Downloaded term v0.7.0 |
1338 | 2024-02-15T07:27:13.924Z | Downloaded slog-bunyan v2.5.0 |
1339 | 2024-02-15T07:27:13.924Z | Downloaded tar v0.4.40 |
1340 | 2024-02-15T07:27:13.924Z | Downloaded group v0.13.0 |
1341 | 2024-02-15T07:27:13.924Z | Downloaded packed_struct_codegen v0.10.1 |
1342 | 2024-02-15T07:27:13.924Z | Downloaded sha1 v0.10.6 |
1343 | 2024-02-15T07:27:13.924Z | Downloaded env_logger v0.10.0 |
1344 | 2024-02-15T07:27:13.924Z | Downloaded fd-lock v3.0.13 |
1345 | 2024-02-15T07:27:13.924Z | Downloaded phf_shared v0.11.2 |
1346 | 2024-02-15T07:27:13.924Z | Downloaded hex-literal v0.4.1 |
1347 | 2024-02-15T07:27:13.924Z | Downloaded ff v0.13.0 |
1348 | 2024-02-15T07:27:13.925Z | Downloaded fastrand v2.0.1 |
1349 | 2024-02-15T07:27:13.925Z | Downloaded defmt v0.3.5 |
1350 | 2024-02-15T07:27:13.925Z | Downloaded pkcs8 v0.10.2 |
1351 | 2024-02-15T07:27:13.925Z | Downloaded textwrap v0.16.0 |
1352 | 2024-02-15T07:27:13.925Z | Downloaded platforms v3.0.2 |
1353 | 2024-02-15T07:27:13.925Z | Downloaded parking_lot v0.12.1 |
1354 | 2024-02-15T07:27:13.925Z | Downloaded omicron-zone-package v0.11.0 |
1355 | 2024-02-15T07:27:13.925Z | Downloaded hash32 v0.2.1 |
1356 | 2024-02-15T07:27:14.342Z | Downloaded shell-words v1.1.0 |
1357 | 2024-02-15T07:27:14.342Z | Downloaded darling v0.20.3 |
1358 | 2024-02-15T07:27:14.342Z | Downloaded termios v0.3.3 |
1359 | 2024-02-15T07:27:14.342Z | Downloaded pin-project-lite v0.2.13 |
1360 | 2024-02-15T07:27:14.342Z | Downloaded usdt v0.5.0 |
1361 | 2024-02-15T07:27:14.342Z | Downloaded snafu-derive v0.7.5 |
1362 | 2024-02-15T07:27:14.342Z | Downloaded rustls-native-certs v0.7.0 |
1363 | 2024-02-15T07:27:14.342Z | Downloaded unicode-xid v0.2.4 |
1364 | 2024-02-15T07:27:14.342Z | Downloaded rsa v0.9.2 |
1365 | 2024-02-15T07:27:14.382Z | Downloaded minimal-lexical v0.2.1 |
1366 | 2024-02-15T07:27:14.382Z | Downloaded pkg-config v0.3.27 |
1367 | 2024-02-15T07:27:14.383Z | Downloaded sct v0.7.0 |
1368 | 2024-02-15T07:27:14.383Z | Downloaded fnv v1.0.7 |
1369 | 2024-02-15T07:27:14.383Z | Downloaded base64 v0.21.7 |
1370 | 2024-02-15T07:27:14.383Z | Downloaded tap v1.0.1 |
1371 | 2024-02-15T07:27:14.383Z | Downloaded synstructure v0.12.6 |
1372 | 2024-02-15T07:27:14.383Z | Downloaded serde_path_to_error v0.1.15 |
1373 | 2024-02-15T07:27:14.384Z | Downloaded usdt-attr-macro v0.5.0 |
1374 | 2024-02-15T07:27:14.384Z | Downloaded time-core v0.1.1 |
1375 | 2024-02-15T07:27:14.384Z | Downloaded foreign-types v0.5.0 |
1376 | 2024-02-15T07:27:14.384Z | Downloaded typenum v1.16.0 |
1377 | 2024-02-15T07:27:14.384Z | Downloaded blake2 v0.10.6 |
1378 | 2024-02-15T07:27:14.384Z | Downloaded tempfile v3.10.0 |
1379 | 2024-02-15T07:27:14.384Z | Downloaded slog v2.7.0 |
1380 | 2024-02-15T07:27:14.384Z | Downloaded ed25519 v1.5.3 |
1381 | 2024-02-15T07:27:14.385Z | Downloaded zeroize_derive v1.4.2 |
1382 | 2024-02-15T07:27:14.385Z | Downloaded paste v1.0.14 |
1383 | 2024-02-15T07:27:14.385Z | Downloaded crossbeam-channel v0.5.8 |
1384 | 2024-02-15T07:27:14.385Z | Downloaded unarray v0.1.4 |
1385 | 2024-02-15T07:27:14.385Z | Downloaded sha2 v0.10.8 |
1386 | 2024-02-15T07:27:14.385Z | Downloaded futures-executor v0.3.30 |
1387 | 2024-02-15T07:27:14.385Z | Downloaded cookie v0.18.0 |
1388 | 2024-02-15T07:27:14.385Z | Downloaded thiserror-no-std v2.0.2 |
1389 | 2024-02-15T07:27:14.386Z | Downloaded crypto-bigint v0.5.2 |
1390 | 2024-02-15T07:27:14.386Z | Downloaded http v0.2.11 |
1391 | 2024-02-15T07:27:14.386Z | Downloaded tempdir v0.3.7 |
1392 | 2024-02-15T07:27:14.386Z | Downloaded strum_macros v0.24.3 |
1393 | 2024-02-15T07:27:14.386Z | Downloaded structmeta v0.3.0 |
1394 | 2024-02-15T07:27:14.386Z | Downloaded num_cpus v1.16.0 |
1395 | 2024-02-15T07:27:14.387Z | Downloaded smf v0.2.2 |
1396 | 2024-02-15T07:27:14.387Z | Downloaded crossbeam-epoch v0.9.15 |
1397 | 2024-02-15T07:27:14.387Z | Downloaded stringprep v0.1.3 |
1398 | 2024-02-15T07:27:14.387Z | Downloaded spki v0.7.2 |
1399 | 2024-02-15T07:27:14.387Z | Downloaded crossbeam-deque v0.8.3 |
1400 | 2024-02-15T07:27:14.387Z | Downloaded oorandom v11.1.3 |
1401 | 2024-02-15T07:27:14.387Z | Downloaded subtle v2.5.0 |
1402 | 2024-02-15T07:27:14.387Z | Downloaded signal-hook-registry v1.4.1 |
1403 | 2024-02-15T07:27:14.388Z | Downloaded serde-hex v0.1.0 |
1404 | 2024-02-15T07:27:14.388Z | Downloaded fd-lock v4.0.2 |
1405 | 2024-02-15T07:27:14.388Z | Downloaded rustc-demangle v0.1.23 |
1406 | 2024-02-15T07:27:14.388Z | Downloaded semver-parser v0.10.2 |
1407 | 2024-02-15T07:27:14.388Z | Downloaded semver v0.1.20 |
1408 | 2024-02-15T07:27:14.388Z | Downloaded num-rational v0.4.1 |
1409 | 2024-02-15T07:27:14.389Z | Downloaded num-complex v0.4.4 |
1410 | 2024-02-15T07:27:14.389Z | Downloaded native-tls v0.2.11 |
1411 | 2024-02-15T07:27:14.389Z | Downloaded arrayvec v0.7.4 |
1412 | 2024-02-15T07:27:14.389Z | Downloaded dyn-clone v1.0.16 |
1413 | 2024-02-15T07:27:14.389Z | Downloaded data-encoding v2.4.0 |
1414 | 2024-02-15T07:27:14.389Z | Downloaded semver v0.11.0 |
1415 | 2024-02-15T07:27:14.389Z | Downloaded strsim v0.8.0 |
1416 | 2024-02-15T07:27:14.389Z | Downloaded signature v2.1.0 |
1417 | 2024-02-15T07:27:14.390Z | Downloaded secrecy v0.8.0 |
1418 | 2024-02-15T07:27:14.390Z | Downloaded rustls-pemfile v2.0.0 |
1419 | 2024-02-15T07:27:14.390Z | Downloaded ipnet v2.9.0 |
1420 | 2024-02-15T07:27:14.390Z | Downloaded multer v3.0.0 |
1421 | 2024-02-15T07:27:14.390Z | Downloaded memmap v0.7.0 |
1422 | 2024-02-15T07:27:14.390Z | Downloaded backoff v0.4.0 |
1423 | 2024-02-15T07:27:14.391Z | Downloaded base64ct v1.6.0 |
1424 | 2024-02-15T07:27:14.391Z | Downloaded foreign-types-shared v0.3.1 |
1425 | 2024-02-15T07:27:14.391Z | Downloaded dtrace-parser v0.1.14 |
1426 | 2024-02-15T07:27:14.391Z | Downloaded slog-stdlog v4.1.1 |
1427 | 2024-02-15T07:27:14.391Z | Downloaded slog-scope v4.4.0 |
1428 | 2024-02-15T07:27:14.391Z | Downloaded same-file v1.0.6 |
1429 | 2024-02-15T07:27:14.391Z | Downloaded mime_guess v2.0.4 |
1430 | 2024-02-15T07:27:14.392Z | Downloaded libloading v0.7.4 |
1431 | 2024-02-15T07:27:14.392Z | Downloaded slog-async v2.8.0 |
1432 | 2024-02-15T07:27:14.392Z | Downloaded scheduled-thread-pool v0.2.7 |
1433 | 2024-02-15T07:27:14.392Z | Downloaded rustls-pki-types v1.1.0 |
1434 | 2024-02-15T07:27:14.392Z | Downloaded rustls-pemfile v1.0.3 |
1435 | 2024-02-15T07:27:14.392Z | Downloaded rustfmt-wrapper v0.2.0 |
1436 | 2024-02-15T07:27:14.392Z | Downloaded keccak v0.1.4 |
1437 | 2024-02-15T07:27:14.392Z | Downloaded hyper-util v0.1.2 |
1438 | 2024-02-15T07:27:14.392Z | Downloaded bitflags v2.4.0 |
1439 | 2024-02-15T07:27:14.392Z | Downloaded crc-any v2.4.3 |
1440 | 2024-02-15T07:27:14.393Z | Downloaded ahash v0.8.7 |
1441 | 2024-02-15T07:27:14.393Z | Downloaded addr2line v0.21.0 |
1442 | 2024-02-15T07:27:14.393Z | Downloaded macaddr v1.0.1 |
1443 | 2024-02-15T07:27:14.393Z | Downloaded guppy-workspace-hack v0.1.0 |
1444 | 2024-02-15T07:27:14.393Z | Downloaded serde-big-array v0.4.1 |
1445 | 2024-02-15T07:27:14.393Z | Downloaded num v0.4.1 |
1446 | 2024-02-15T07:27:14.393Z | Downloaded criterion-plot v0.5.0 |
1447 | 2024-02-15T07:27:14.393Z | Downloaded ipnetwork v0.20.0 |
1448 | 2024-02-15T07:27:14.393Z | Downloaded lalrpop-util v0.19.12 |
1449 | 2024-02-15T07:27:14.394Z | Downloaded mime v0.3.17 |
1450 | 2024-02-15T07:27:14.394Z | Downloaded buf-list v1.0.3 |
1451 | 2024-02-15T07:27:14.394Z | Downloaded dtrace-parser v0.2.0 |
1452 | 2024-02-15T07:27:14.394Z | Downloaded hmac v0.12.1 |
1453 | 2024-02-15T07:27:14.394Z | Downloaded const-oid v0.9.5 |
1454 | 2024-02-15T07:27:14.394Z | Downloaded libefi-sys v0.1.0 |
1455 | 2024-02-15T07:27:14.394Z | Downloaded managed v0.8.0 |
1456 | 2024-02-15T07:27:14.395Z | Downloaded argon2 v0.5.3 |
1457 | 2024-02-15T07:27:14.395Z | Downloaded inout v0.1.3 |
1458 | 2024-02-15T07:27:14.395Z | Downloaded nodrop v0.1.14 |
1459 | 2024-02-15T07:27:14.395Z | Downloaded base16ct v0.2.0 |
1460 | 2024-02-15T07:27:14.395Z | Downloaded async-stream v0.3.5 |
1461 | 2024-02-15T07:27:14.395Z | Downloaded ascii-canvas v3.0.0 |
1462 | 2024-02-15T07:27:14.395Z | Downloaded console v0.15.8 |
1463 | 2024-02-15T07:27:14.395Z | Downloaded chacha20 v0.9.1 |
1464 | 2024-02-15T07:27:14.395Z | Downloaded hyper-rustls v0.26.0 |
1465 | 2024-02-15T07:27:14.425Z | Downloaded adler v1.0.2 |
1466 | 2024-02-15T07:27:14.425Z | Downloaded bcs v0.1.6 |
1467 | 2024-02-15T07:27:14.426Z | Downloaded compact_str v0.7.1 |
1468 | 2024-02-15T07:27:14.426Z | Downloaded assert_matches v1.5.0 |
1469 | 2024-02-15T07:27:14.426Z | Downloaded array-init v0.0.4 |
1470 | 2024-02-15T07:27:14.427Z | Downloaded anes v0.1.6 |
1471 | 2024-02-15T07:27:14.427Z | Downloaded linked-hash-map v0.5.6 |
1472 | 2024-02-15T07:27:14.427Z | Downloaded lazy_static v1.4.0 |
1473 | 2024-02-15T07:27:14.427Z | Downloaded ciborium-ll v0.2.2 |
1474 | 2024-02-15T07:27:14.427Z | Downloaded libsw v3.3.1 |
1475 | 2024-02-15T07:27:14.428Z | Downloaded arrayref v0.3.7 |
1476 | 2024-02-15T07:27:14.428Z | Downloaded httptest v0.15.5 |
1477 | 2024-02-15T07:27:14.429Z | Downloaded cfg-expr v0.15.6 |
1478 | 2024-02-15T07:27:14.429Z | Downloaded bytecount v0.6.3 |
1479 | 2024-02-15T07:27:14.429Z | Downloaded async-stream-impl v0.3.5 |
1480 | 2024-02-15T07:27:14.430Z | Downloaded crunchy v0.2.2 |
1481 | 2024-02-15T07:27:14.430Z | Downloaded constant_time_eq v0.3.0 |
1482 | 2024-02-15T07:27:14.430Z | Downloaded impl-trait-for-tuples v0.2.2 |
1483 | 2024-02-15T07:27:14.431Z | Downloaded humantime v2.1.0 |
1484 | 2024-02-15T07:27:14.431Z | Downloaded httparse v1.8.0 |
1485 | 2024-02-15T07:27:14.431Z | Downloaded cpufeatures v0.2.12 |
1486 | 2024-02-15T07:27:14.431Z | Downloaded is-terminal v0.4.9 |
1487 | 2024-02-15T07:27:14.431Z | Downloaded corncobs v0.1.3 |
1488 | 2024-02-15T07:27:14.432Z | Downloaded crypto-common v0.1.6 |
1489 | 2024-02-15T07:27:14.432Z | Downloaded hubpack v0.1.2 |
1490 | 2024-02-15T07:27:14.432Z | Downloaded http-body v0.4.5 |
1491 | 2024-02-15T07:27:14.432Z | Downloaded cipher v0.4.4 |
1492 | 2024-02-15T07:27:14.432Z | Downloaded hyper-staticfile v0.9.5 |
1493 | 2024-02-15T07:27:14.432Z | Downloaded hostname v0.3.1 |
1494 | 2024-02-15T07:27:14.433Z | Downloaded home v0.5.5 |
1495 | 2024-02-15T07:27:14.433Z | Downloaded httpdate v1.0.3 |
1496 | 2024-02-15T07:27:14.433Z | Downloaded cobs v0.2.3 |
1497 | 2024-02-15T07:27:14.433Z | Downloaded aead v0.5.2 |
1498 | 2024-02-15T07:27:14.433Z | Downloaded nested v0.1.1 |
1499 | 2024-02-15T07:27:14.433Z | Downloaded colored v2.0.4 |
1500 | 2024-02-15T07:27:14.433Z | Downloaded cancel-safe-futures v0.1.5 |
1501 | 2024-02-15T07:27:14.626Z | Compiling serde v1.0.196 |
1502 | 2024-02-15T07:27:14.626Z | Compiling autocfg v1.1.0 |
1503 | 2024-02-15T07:27:14.626Z | Compiling version_check v0.9.4 |
1504 | 2024-02-15T07:27:14.627Z | Checking cfg-if v1.0.0 |
1505 | 2024-02-15T07:27:14.633Z | Compiling syn v1.0.109 |
1506 | 2024-02-15T07:27:14.685Z | Checking libc v0.2.153 |
1507 | 2024-02-15T07:27:14.711Z | Compiling syn v2.0.48 |
1508 | 2024-02-15T07:27:14.765Z | Compiling parking_lot_core v0.9.8 |
1509 | 2024-02-15T07:27:14.779Z | Compiling cc v1.0.83 |
1510 | 2024-02-15T07:27:15.224Z | Compiling once_cell v1.19.0 |
1511 | 2024-02-15T07:27:15.244Z | Compiling memchr v2.6.3 |
1512 | 2024-02-15T07:27:15.414Z | Compiling ahash v0.8.7 |
1513 | 2024-02-15T07:27:15.902Z | Compiling lock_api v0.4.10 |
1514 | 2024-02-15T07:27:15.917Z | Compiling libm v0.2.7 |
1515 | 2024-02-15T07:27:15.917Z | Checking getrandom v0.2.10 |
1516 | 2024-02-15T07:27:15.917Z | Compiling num-traits v0.2.16 |
1517 | 2024-02-15T07:27:16.418Z | Compiling byteorder v1.5.0 |
1518 | 2024-02-15T07:27:16.430Z | Compiling serde_json v1.0.113 |
1519 | 2024-02-15T07:27:16.430Z | Compiling log v0.4.20 |
1520 | 2024-02-15T07:27:16.449Z | Compiling slab v0.4.9 |
1521 | 2024-02-15T07:27:16.944Z | Compiling typenum v1.16.0 |
1522 | 2024-02-15T07:27:17.085Z | Compiling generic-array v0.14.7 |
1523 | 2024-02-15T07:27:17.167Z | Checking scopeguard v1.2.0 |
1524 | 2024-02-15T07:27:17.281Z | Checking itoa v1.0.9 |
1525 | 2024-02-15T07:27:17.303Z | Compiling pkg-config v0.3.27 |
1526 | 2024-02-15T07:27:17.426Z | Checking smallvec v1.13.1 |
1527 | 2024-02-15T07:27:17.853Z | Compiling allocator-api2 v0.2.16 |
1528 | 2024-02-15T07:27:17.853Z | Compiling rustix v0.38.31 |
1529 | 2024-02-15T07:27:17.884Z | Compiling ring v0.17.7 |
1530 | 2024-02-15T07:27:18.013Z | Compiling schemars v0.8.16 |
1531 | 2024-02-15T07:27:18.483Z | Compiling httparse v1.8.0 |
1532 | 2024-02-15T07:27:18.685Z | Compiling fnv v1.0.7 |
1533 | 2024-02-15T07:27:18.781Z | Compiling vcpkg v0.2.15 |
1534 | 2024-02-15T07:27:18.874Z | Compiling aho-corasick v1.0.4 |
1535 | 2024-02-15T07:27:18.898Z | Checking pin-project-lite v0.2.13 |
1536 | 2024-02-15T07:27:19.007Z | Compiling regex-syntax v0.8.2 |
1537 | 2024-02-15T07:27:19.157Z | Checking parking_lot v0.12.1 |
1538 | 2024-02-15T07:27:19.643Z | Compiling ucd-trie v0.1.6 |
1539 | 2024-02-15T07:27:21.531Z | Compiling openssl-sys v0.9.96 |
1540 | 2024-02-15T07:27:22.139Z | Compiling ring v0.16.20 |
1541 | 2024-02-15T07:27:22.150Z | Checking signal-hook-registry v1.4.1 |
1542 | 2024-02-15T07:27:22.396Z | Compiling regex-automata v0.4.4 |
1543 | 2024-02-15T07:27:23.279Z | Compiling serde_derive_internals v0.26.0 |
1544 | 2024-02-15T07:27:24.664Z | Checking mio v0.8.9 |
1545 | 2024-02-15T07:27:25.265Z | Checking rand_core v0.6.4 |
1546 | 2024-02-15T07:27:25.371Z | Compiling crossbeam-utils v0.8.16 |
1547 | 2024-02-15T07:27:25.551Z | Compiling openssl v0.10.60 |
1548 | 2024-02-15T07:27:25.900Z | Compiling iana-time-zone v0.1.57 |
1549 | 2024-02-15T07:27:25.917Z | Checking ryu v1.0.15 |
1550 | 2024-02-15T07:27:25.975Z | Checking num_cpus v1.16.0 |
1551 | 2024-02-15T07:27:26.066Z | Checking futures-core v0.3.30 |
1552 | 2024-02-15T07:27:26.098Z | Compiling rustls v0.21.9 |
1553 | 2024-02-15T07:27:26.134Z | Compiling native-tls v0.2.11 |
1554 | 2024-02-15T07:27:26.185Z | Checking socket2 v0.5.5 |
1555 | 2024-02-15T07:27:26.233Z | Compiling spin v0.5.2 |
1556 | 2024-02-15T07:27:26.397Z | Compiling dyn-clone v1.0.16 |
1557 | 2024-02-15T07:27:26.883Z | Compiling slog v2.7.0 |
1558 | 2024-02-15T07:27:26.883Z | Compiling async-trait v0.1.77 |
1559 | 2024-02-15T07:27:26.883Z | Compiling regex v1.10.3 |
1560 | 2024-02-15T07:27:26.883Z | Compiling memoffset v0.9.0 |
1561 | 2024-02-15T07:27:27.093Z | Compiling crossbeam-epoch v0.9.15 |
1562 | 2024-02-15T07:27:27.316Z | Compiling backtrace v0.3.69 |
1563 | 2024-02-15T07:27:27.635Z | Compiling errno v0.3.8 |
1564 | 2024-02-15T07:27:27.779Z | Compiling futures-sink v0.3.30 |
1565 | 2024-02-15T07:27:27.831Z | Compiling either v1.9.0 |
1566 | 2024-02-15T07:27:27.901Z | Compiling unicode-xid v0.2.4 |
1567 | 2024-02-15T07:27:27.974Z | Compiling crc32fast v1.3.2 |
1568 | 2024-02-15T07:27:28.241Z | Compiling rustversion v1.0.14 |
1569 | 2024-02-15T07:27:28.258Z | Compiling tinyvec_macros v0.1.1 |
1570 | 2024-02-15T07:27:28.683Z | Compiling tinyvec v1.6.0 |
1571 | 2024-02-15T07:27:28.683Z | Compiling futures-channel v0.3.30 |
1572 | 2024-02-15T07:27:28.774Z | Compiling unicode-width v0.1.11 |
1573 | 2024-02-15T07:27:28.836Z | Compiling pin-utils v0.1.0 |
1574 | 2024-02-15T07:27:28.912Z | Compiling futures-io v0.3.30 |
1575 | 2024-02-15T07:27:28.946Z | Compiling anyhow v1.0.75 |
1576 | 2024-02-15T07:27:29.082Z | Compiling futures-task v0.3.30 |
1577 | 2024-02-15T07:27:29.205Z | Compiling spin v0.9.8 |
1578 | 2024-02-15T07:27:29.319Z | Compiling tracing-core v0.1.31 |
1579 | 2024-02-15T07:27:29.661Z | Compiling unicode-bidi v0.3.13 |
1580 | 2024-02-15T07:27:30.113Z | Compiling serde_derive v1.0.196 |
1581 | 2024-02-15T07:27:30.113Z | Compiling zerocopy-derive v0.7.32 |
1582 | 2024-02-15T07:27:30.113Z | Compiling thiserror-impl v1.0.56 |
1583 | 2024-02-15T07:27:30.564Z | Compiling zeroize_derive v1.4.2 |
1584 | 2024-02-15T07:27:30.671Z | Compiling tokio-macros v2.2.0 |
1585 | 2024-02-15T07:27:31.179Z | Compiling futures-macro v0.3.30 |
1586 | 2024-02-15T07:27:31.222Z | Compiling tracing-attributes v0.1.26 |
1587 | 2024-02-15T07:27:32.255Z | Compiling schemars_derive v0.8.16 |
1588 | 2024-02-15T07:27:32.324Z | Compiling openssl-macros v0.1.1 |
1589 | 2024-02-15T07:27:32.355Z | Compiling zerocopy v0.7.32 |
1590 | 2024-02-15T07:27:32.481Z | Checking zeroize v1.7.0 |
1591 | 2024-02-15T07:27:33.492Z | Compiling futures-util v0.3.30 |
1592 | 2024-02-15T07:27:33.554Z | Compiling thiserror v1.0.56 |
1593 | 2024-02-15T07:27:34.105Z | Compiling pest v2.7.6 |
1594 | 2024-02-15T07:27:34.687Z | Compiling hashbrown v0.14.3 |
1595 | 2024-02-15T07:27:34.995Z | Compiling hashbrown v0.13.2 |
1596 | 2024-02-15T07:27:35.422Z | Compiling unicode-normalization v0.1.22 |
1597 | 2024-02-15T07:27:35.910Z | Compiling pest_meta v2.7.6 |
1598 | 2024-02-15T07:27:36.141Z | Compiling tracing v0.1.37 |
1599 | 2024-02-15T07:27:36.165Z | Compiling der_derive v0.7.2 |
1600 | 2024-02-15T07:27:36.428Z | Compiling num-integer v0.1.45 |
1601 | 2024-02-15T07:27:36.590Z | Checking subtle v2.5.0 |
1602 | 2024-02-15T07:27:36.874Z | Compiling lazy_static v1.4.0 |
1603 | 2024-02-15T07:27:37.654Z | Compiling pest_generator v2.7.6 |
1604 | 2024-02-15T07:27:39.206Z | Compiling percent-encoding v2.3.1 |
1605 | 2024-02-15T07:27:39.565Z | Compiling foreign-types-shared v0.1.1 |
1606 | 2024-02-15T07:27:39.580Z | Compiling time-core v0.1.1 |
1607 | 2024-02-15T07:27:39.753Z | Compiling untrusted v0.7.1 |
1608 | 2024-02-15T07:27:39.768Z | Compiling untrusted v0.9.0 |
1609 | 2024-02-15T07:27:40.197Z | Compiling time-macros v0.2.13 |
1610 | 2024-02-15T07:27:40.198Z | Compiling foreign-types v0.3.2 |
1611 | 2024-02-15T07:27:41.149Z | Compiling scroll_derive v0.12.0 |
1612 | 2024-02-15T07:27:41.419Z | Compiling pest_derive v2.7.6 |
1613 | 2024-02-15T07:27:42.260Z | Compiling synstructure v0.12.6 |
1614 | 2024-02-15T07:27:43.021Z | Compiling thread-id v4.2.0 |
1615 | 2024-02-15T07:27:43.172Z | Compiling base64 v0.21.7 |
1616 | 2024-02-15T07:27:43.415Z | Compiling try-lock v0.2.4 |
1617 | 2024-02-15T07:27:43.520Z | Compiling want v0.3.1 |
1618 | 2024-02-15T07:27:44.191Z | Compiling rustls-webpki v0.101.7 |
1619 | 2024-02-15T07:27:44.248Z | Compiling sct v0.7.0 |
1620 | 2024-02-15T07:27:44.248Z | Compiling form_urlencoded v1.2.1 |
1621 | 2024-02-15T07:27:44.248Z | Compiling socket2 v0.4.9 |
1622 | 2024-02-15T07:27:44.248Z | Compiling openssl-probe v0.1.5 |
1623 | 2024-02-15T07:27:44.249Z | Compiling tower-service v0.3.2 |
1624 | 2024-02-15T07:27:44.249Z | Compiling zerocopy-derive v0.2.0 |
1625 | 2024-02-15T07:27:44.276Z | Checking bytes v1.5.0 |
1626 | 2024-02-15T07:27:44.495Z | Checking bitflags v2.4.0 |
1627 | 2024-02-15T07:27:44.994Z | Compiling httpdate v1.0.3 |
1628 | 2024-02-15T07:27:45.019Z | Compiling const-oid v0.9.5 |
1629 | 2024-02-15T07:27:45.019Z | Compiling idna v0.5.0 |
1630 | 2024-02-15T07:27:45.057Z | Checking tokio v1.36.0 |
1631 | 2024-02-15T07:27:46.092Z | Compiling indexmap v2.2.2 |
1632 | 2024-02-15T07:27:46.623Z | Compiling chrono v0.4.31 |
1633 | 2024-02-15T07:27:46.700Z | Compiling uuid v1.7.0 |
1634 | 2024-02-15T07:27:46.752Z | Compiling http v0.2.11 |
1635 | 2024-02-15T07:27:46.940Z | Compiling semver v1.0.21 |
1636 | 2024-02-15T07:27:48.169Z | Compiling serde_spanned v0.6.5 |
1637 | 2024-02-15T07:27:48.220Z | Compiling toml_datetime v0.6.5 |
1638 | 2024-02-15T07:27:48.316Z | Compiling openapiv3 v2.0.0 |
1639 | 2024-02-15T07:27:48.511Z | Compiling rustc_version v0.4.0 |
1640 | 2024-02-15T07:27:48.828Z | Compiling toml_edit v0.19.15 |
1641 | 2024-02-15T07:27:50.640Z | Compiling http-body v0.4.5 |
1642 | 2024-02-15T07:27:52.594Z | Compiling adler v1.0.2 |
1643 | 2024-02-15T07:27:52.828Z | Compiling miniz_oxide v0.7.1 |
1644 | 2024-02-15T07:27:53.502Z | Compiling url v2.5.0 |
1645 | 2024-02-15T07:27:53.554Z | Compiling signal-hook v0.3.17 |
1646 | 2024-02-15T07:27:53.857Z | Compiling ipnet v2.9.0 |
1647 | 2024-02-15T07:27:54.490Z | Compiling serde_urlencoded v0.7.1 |
1648 | 2024-02-15T07:27:54.523Z | Compiling rustls-pemfile v1.0.3 |
1649 | 2024-02-15T07:27:54.523Z | Compiling crypto-common v0.1.6 |
1650 | 2024-02-15T07:27:54.523Z | Compiling zerocopy-derive v0.6.4 |
1651 | 2024-02-15T07:27:54.625Z | Compiling clap_derive v4.4.2 |
1652 | 2024-02-15T07:27:54.679Z | Compiling usdt-impl v0.3.5 |
1653 | 2024-02-15T07:27:55.090Z | Compiling encoding_rs v0.8.33 |
1654 | 2024-02-15T07:27:55.154Z | Compiling mime v0.3.17 |
1655 | 2024-02-15T07:27:55.459Z | Compiling siphasher v0.3.11 |
1656 | 2024-02-15T07:27:55.797Z | Compiling tokio-util v0.7.10 |
1657 | 2024-02-15T07:27:56.291Z | Compiling tokio-rustls v0.24.1 |
1658 | 2024-02-15T07:27:56.311Z | Compiling webpki-roots v0.25.2 |
1659 | 2024-02-15T07:27:56.446Z | Checking equivalent v1.0.1 |
1660 | 2024-02-15T07:27:56.547Z | Compiling gimli v0.28.0 |
1661 | 2024-02-15T07:27:57.011Z | Compiling h2 v0.3.24 |
1662 | 2024-02-15T07:27:58.053Z | Compiling tokio-native-tls v0.3.1 |
1663 | 2024-02-15T07:27:58.170Z | Compiling zerocopy v0.3.0 |
1664 | 2024-02-15T07:27:58.310Z | Compiling scroll v0.12.0 |
1665 | 2024-02-15T07:27:58.994Z | Compiling block-buffer v0.10.4 |
1666 | 2024-02-15T07:27:59.267Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1667 | 2024-02-15T07:27:59.436Z | Compiling object v0.32.1 |
1668 | 2024-02-15T07:27:59.750Z | Compiling num-iter v0.1.43 |
1669 | 2024-02-15T07:27:59.776Z | Compiling usdt-impl v0.5.0 |
1670 | 2024-02-15T07:27:59.888Z | Compiling plain v0.2.3 |
1671 | 2024-02-15T07:28:00.070Z | Compiling rustc-demangle v0.1.23 |
1672 | 2024-02-15T07:28:00.395Z | Compiling goblin v0.8.0 |
1673 | 2024-02-15T07:28:01.061Z | Compiling addr2line v0.21.0 |
1674 | 2024-02-15T07:28:01.798Z | Compiling flate2 v1.0.28 |
1675 | 2024-02-15T07:28:01.825Z | Compiling digest v0.10.7 |
1676 | 2024-02-15T07:28:02.328Z | Compiling dof v0.1.5 |
1677 | 2024-02-15T07:28:02.759Z | Compiling heapless v0.7.16 |
1678 | 2024-02-15T07:28:03.276Z | Compiling dtrace-parser v0.1.14 |
1679 | 2024-02-15T07:28:03.276Z | Compiling futures-executor v0.3.30 |
1680 | 2024-02-15T07:28:03.277Z | Compiling strum_macros v0.25.2 |
1681 | 2024-02-15T07:28:03.930Z | Compiling ppv-lite86 v0.2.17 |
1682 | 2024-02-15T07:28:03.953Z | Compiling pretty-hex v0.4.1 |
1683 | 2024-02-15T07:28:03.953Z | Compiling futures v0.3.30 |
1684 | 2024-02-15T07:28:04.000Z | Compiling hyper v0.14.27 |
1685 | 2024-02-15T07:28:04.306Z | Compiling rand_chacha v0.3.1 |
1686 | 2024-02-15T07:28:04.648Z | Compiling toml v0.7.8 |
1687 | 2024-02-15T07:28:06.261Z | Compiling serde_tokenstream v0.1.7 |
1688 | 2024-02-15T07:28:06.383Z | Compiling dof v0.3.0 |
1689 | 2024-02-15T07:28:06.416Z | Compiling hex v0.4.3 |
1690 | 2024-02-15T07:28:06.797Z | Compiling dtrace-parser v0.2.0 |
1691 | 2024-02-15T07:28:08.052Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1692 | 2024-02-15T07:28:08.150Z | Compiling bit-vec v0.6.3 |
1693 | 2024-02-15T07:28:08.690Z | Compiling rand v0.8.5 |
1694 | 2024-02-15T07:28:08.975Z | Compiling phf_shared v0.10.0 |
1695 | 2024-02-15T07:28:09.063Z | Compiling num-bigint v0.4.4 |
1696 | 2024-02-15T07:28:09.377Z | Compiling minimal-lexical v0.2.1 |
1697 | 2024-02-15T07:28:09.590Z | Compiling new_debug_unreachable v1.0.4 |
1698 | 2024-02-15T07:28:09.686Z | Compiling smoltcp v0.9.1 |
1699 | 2024-02-15T07:28:09.901Z | Compiling fixedbitset v0.4.2 |
1700 | 2024-02-15T07:28:09.928Z | Compiling base64ct v1.6.0 |
1701 | 2024-02-15T07:28:09.944Z | Compiling precomputed-hash v0.1.1 |
1702 | 2024-02-15T07:28:10.054Z | Compiling string_cache v0.8.7 |
1703 | 2024-02-15T07:28:10.252Z | Compiling petgraph v0.6.4 |
1704 | 2024-02-15T07:28:10.425Z | Compiling pem-rfc7468 v0.7.0 |
1705 | 2024-02-15T07:28:10.518Z | Compiling nom v7.1.3 |
1706 | 2024-02-15T07:28:10.559Z | Compiling bit-set v0.5.3 |
1707 | 2024-02-15T07:28:11.970Z | Compiling usdt-macro v0.3.5 |
1708 | 2024-02-15T07:28:11.992Z | Compiling usdt-attr-macro v0.3.5 |
1709 | 2024-02-15T07:28:11.992Z | Compiling hyper-rustls v0.24.2 |
1710 | 2024-02-15T07:28:11.992Z | Compiling hyper-tls v0.5.0 |
1711 | 2024-02-15T07:28:11.993Z | Compiling hmac v0.12.1 |
1712 | 2024-02-15T07:28:11.993Z | Compiling reqwest v0.11.22 |
1713 | 2024-02-15T07:28:11.993Z | Compiling enum-as-inner v0.5.1 |
1714 | 2024-02-15T07:28:12.065Z | Compiling hubpack_derive v0.1.1 |
1715 | 2024-02-15T07:28:12.200Z | Compiling itertools v0.10.5 |
1716 | 2024-02-15T07:28:12.494Z | Compiling diesel_table_macro_syntax v0.1.0 |
1717 | 2024-02-15T07:28:12.959Z | Compiling flagset v0.4.3 |
1718 | 2024-02-15T07:28:13.035Z | Compiling unicode-segmentation v1.10.1 |
1719 | 2024-02-15T07:28:13.177Z | Compiling lalrpop-util v0.19.12 |
1720 | 2024-02-15T07:28:13.937Z | Compiling der v0.7.8 |
1721 | 2024-02-15T07:28:14.031Z | Compiling diesel_derives v2.1.2 |
1722 | 2024-02-15T07:28:14.224Z | Compiling cpufeatures v0.2.12 |
1723 | 2024-02-15T07:28:14.322Z | Compiling sha2 v0.10.8 |
1724 | 2024-02-15T07:28:14.365Z | Compiling rustix v0.37.23 |
1725 | 2024-02-15T07:28:15.018Z | Compiling md-5 v0.10.5 |
1726 | 2024-02-15T07:28:15.466Z | Compiling stringprep v0.1.3 |
1727 | 2024-02-15T07:28:15.666Z | Compiling serde_repr v0.1.16 |
1728 | 2024-02-15T07:28:15.781Z | Compiling hash32 v0.2.1 |
1729 | 2024-02-15T07:28:16.064Z | Compiling spki v0.7.2 |
1730 | 2024-02-15T07:28:16.150Z | Compiling fallible-iterator v0.2.0 |
1731 | 2024-02-15T07:28:16.429Z | Compiling stable_deref_trait v1.2.0 |
1732 | 2024-02-15T07:28:16.542Z | Checking unicode-ident v1.0.12 |
1733 | 2024-02-15T07:28:16.834Z | Compiling postgres-protocol v0.6.6 |
1734 | 2024-02-15T07:28:16.923Z | Compiling pkcs8 v0.10.2 |
1735 | 2024-02-15T07:28:16.954Z | Compiling terminal_size v0.2.6 |
1736 | 2024-02-15T07:28:17.456Z | Compiling phf_shared v0.11.2 |
1737 | 2024-02-15T07:28:17.809Z | Compiling ff v0.13.0 |
1738 | 2024-02-15T07:28:17.933Z | Compiling block-padding v0.3.3 |
1739 | 2024-02-15T07:28:18.457Z | Compiling scheduled-thread-pool v0.2.7 |
1740 | 2024-02-15T07:28:18.457Z | Compiling deranged v0.3.8 |
1741 | 2024-02-15T07:28:18.457Z | Compiling base16ct v0.2.0 |
1742 | 2024-02-15T07:28:18.457Z | Compiling managed v0.8.0 |
1743 | 2024-02-15T07:28:18.512Z | Compiling matches v0.1.10 |
1744 | 2024-02-15T07:28:18.573Z | Compiling num_threads v0.1.6 |
1745 | 2024-02-15T07:28:18.594Z | Compiling regex-automata v0.1.10 |
1746 | 2024-02-15T07:28:19.099Z | Compiling idna v0.2.3 |
1747 | 2024-02-15T07:28:19.112Z | Compiling clap_builder v4.4.2 |
1748 | 2024-02-15T07:28:19.112Z | Compiling sec1 v0.7.3 |
1749 | 2024-02-15T07:28:19.112Z | Compiling bstr v0.2.17 |
1750 | 2024-02-15T07:28:19.486Z | Compiling r2d2 v0.8.10 |
1751 | 2024-02-15T07:28:19.869Z | Compiling inout v0.1.3 |
1752 | 2024-02-15T07:28:20.362Z | Compiling time v0.3.27 |
1753 | 2024-02-15T07:28:20.362Z | Compiling group v0.13.0 |
1754 | 2024-02-15T07:28:20.368Z | Compiling signal-hook-mio v0.2.3 |
1755 | 2024-02-15T07:28:20.479Z | Compiling phf v0.11.2 |
1756 | 2024-02-15T07:28:20.541Z | Compiling postgres-types v0.2.6 |
1757 | 2024-02-15T07:28:21.041Z | Compiling bzip2 v0.4.4 |
1758 | 2024-02-15T07:28:21.061Z | Compiling hubpack v0.1.2 |
1759 | 2024-02-15T07:28:21.061Z | Compiling hkdf v0.12.4 |
1760 | 2024-02-15T07:28:21.378Z | Compiling zerocopy v0.6.4 |
1761 | 2024-02-15T07:28:21.678Z | Compiling ipnetwork v0.20.0 |
1762 | 2024-02-15T07:28:22.148Z | Compiling crypto-bigint v0.5.2 |
1763 | 2024-02-15T07:28:22.241Z | Compiling float-cmp v0.9.0 |
1764 | 2024-02-15T07:28:22.475Z | Compiling predicates-core v1.0.6 |
1765 | 2024-02-15T07:28:22.607Z | Checking bitflags v1.3.2 |
1766 | 2024-02-15T07:28:23.036Z | Compiling data-encoding v2.4.0 |
1767 | 2024-02-15T07:28:23.036Z | Compiling normalize-line-endings v0.3.0 |
1768 | 2024-02-15T07:28:23.036Z | Compiling whoami v1.4.1 |
1769 | 2024-02-15T07:28:23.659Z | Compiling regex-automata v0.3.8 |
1770 | 2024-02-15T07:28:25.257Z | Compiling static_assertions v1.1.0 |
1771 | 2024-02-15T07:28:25.366Z | Compiling difflib v0.4.0 |
1772 | 2024-02-15T07:28:25.661Z | Compiling bstr v1.6.0 |
1773 | 2024-02-15T07:28:25.740Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1774 | 2024-02-15T07:28:26.225Z | Compiling predicates v3.1.0 |
1775 | 2024-02-15T07:28:26.585Z | Compiling elliptic-curve v0.13.8 |
1776 | 2024-02-15T07:28:27.055Z | Compiling yasna v0.5.2 |
1777 | 2024-02-15T07:28:27.680Z | Compiling trust-dns-proto v0.22.0 |
1778 | 2024-02-15T07:28:27.704Z | Compiling tokio-postgres v0.7.10 |
1779 | 2024-02-15T07:28:28.003Z | Compiling clap v4.4.3 |
1780 | 2024-02-15T07:28:28.177Z | Compiling zip v0.6.6 |
1781 | 2024-02-15T07:28:28.993Z | Compiling crossterm v0.27.0 |
1782 | 2024-02-15T07:28:29.148Z | Compiling cipher v0.4.4 |
1783 | 2024-02-15T07:28:29.581Z | Compiling similar v2.3.0 |
1784 | 2024-02-15T07:28:29.955Z | Checking proc-macro2 v1.0.78 |
1785 | 2024-02-15T07:28:30.933Z | Compiling usdt v0.3.5 |
1786 | 2024-02-15T07:28:30.995Z | Compiling diesel v2.1.4 |
1787 | 2024-02-15T07:28:31.035Z | Compiling strum v0.25.0 |
1788 | 2024-02-15T07:28:31.619Z | Compiling tokio-stream v0.1.14 |
1789 | 2024-02-15T07:28:31.782Z | Compiling console v0.15.8 |
1790 | 2024-02-15T07:28:32.293Z | Checking quote v1.0.35 |
1791 | 2024-02-15T07:28:35.741Z | Checking utf8parse v0.2.1 |
1792 | 2024-02-15T07:28:37.230Z | Checking anstyle v1.0.2 |
1793 | 2024-02-15T07:28:39.001Z | Compiling serde_tokenstream v0.2.0 |
1794 | 2024-02-15T07:28:39.099Z | Checking io-lifetimes v1.0.11 |
1795 | 2024-02-15T07:28:42.678Z | Checking anstyle-parse v0.2.1 |
1796 | 2024-02-15T07:28:43.182Z | Checking colorchoice v1.0.0 |
1797 | 2024-02-15T07:28:43.372Z | Checking anstyle-query v1.0.0 |
1798 | 2024-02-15T07:28:43.473Z | Checking anstream v0.5.0 |
1799 | 2024-02-15T07:28:43.835Z | Checking strsim v0.10.0 |
1800 | 2024-02-15T07:28:43.949Z | Checking winnow v0.5.15 |
1801 | 2024-02-15T07:28:44.060Z | Checking clap_lex v0.5.1 |
1802 | 2024-02-15T07:28:49.442Z | Compiling regress v0.7.1 |
1803 | 2024-02-15T07:28:52.797Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1804 | 2024-02-15T07:28:59.668Z | Compiling getopts v0.2.21 |
1805 | 2024-02-15T07:28:59.764Z | Compiling unsafe-libyaml v0.2.10 |
1806 | 2024-02-15T07:29:00.020Z | Checking heck v0.4.1 |
1807 | 2024-02-15T07:29:01.471Z | Compiling serde_yaml v0.9.25 |
1808 | 2024-02-15T07:29:01.574Z | Checking camino v1.1.6 |
1809 | 2024-02-15T07:29:01.734Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1810 | 2024-02-15T07:29:01.986Z | Compiling ident_case v1.0.1 |
1811 | 2024-02-15T07:29:02.498Z | Checking match_cfg v0.1.0 |
1812 | 2024-02-15T07:29:02.510Z | Checking rustls-pki-types v1.1.0 |
1813 | 2024-02-15T07:29:02.510Z | Checking fastrand v2.0.1 |
1814 | 2024-02-15T07:29:02.510Z | Checking hostname v0.3.1 |
1815 | 2024-02-15T07:29:02.510Z | Checking http v1.0.0 |
1816 | 2024-02-15T07:29:02.510Z | Checking tempfile v3.10.0 |
1817 | 2024-02-15T07:29:02.510Z | Checking atty v0.2.14 |
1818 | 2024-02-15T07:29:02.618Z | Checking quick-error v1.2.3 |
1819 | 2024-02-15T07:29:02.748Z | Compiling paste v1.0.14 |
1820 | 2024-02-15T07:29:02.802Z | Checking sha1 v0.10.6 |
1821 | 2024-02-15T07:29:03.070Z | Checking dirs-sys-next v0.1.2 |
1822 | 2024-02-15T07:29:03.242Z | Compiling rustls v0.22.2 |
1823 | 2024-02-15T07:29:03.559Z | Checking dirs-next v2.0.0 |
1824 | 2024-02-15T07:29:03.684Z | Checking rustls-webpki v0.102.1 |
1825 | 2024-02-15T07:29:04.116Z | Checking crossbeam-channel v0.5.8 |
1826 | 2024-02-15T07:29:04.439Z | Checking thread_local v1.1.7 |
1827 | 2024-02-15T07:29:04.486Z | Checking instant v0.1.12 |
1828 | 2024-02-15T07:29:04.606Z | Compiling slog-async v2.8.0 |
1829 | 2024-02-15T07:29:04.696Z | Checking term v0.7.0 |
1830 | 2024-02-15T07:29:05.113Z | Checking rustls-pemfile v2.0.0 |
1831 | 2024-02-15T07:29:05.215Z | Compiling multer v3.0.0 |
1832 | 2024-02-15T07:29:05.288Z | Checking debug-ignore v1.0.5 |
1833 | 2024-02-15T07:29:05.327Z | Checking take_mut v0.2.2 |
1834 | 2024-02-15T07:29:05.377Z | Checking slog-term v2.9.0 |
1835 | 2024-02-15T07:29:05.430Z | Compiling darling_core v0.20.3 |
1836 | 2024-02-15T07:29:05.631Z | Checking toml_edit v0.22.4 |
1837 | 2024-02-15T07:29:05.766Z | Checking slog-json v2.6.1 |
1838 | 2024-02-15T07:29:05.868Z | Compiling async-stream-impl v0.3.5 |
1839 | 2024-02-15T07:29:06.023Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1840 | 2024-02-15T07:29:06.338Z | Checking atomic-waker v1.1.1 |
1841 | 2024-02-15T07:29:06.524Z | Checking waitgroup v0.1.2 |
1842 | 2024-02-15T07:29:07.095Z | Checking slog-bunyan v2.5.0 |
1843 | 2024-02-15T07:29:07.268Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1844 | 2024-02-15T07:29:07.357Z | Checking async-stream v0.3.5 |
1845 | 2024-02-15T07:29:07.552Z | Checking serde_path_to_error v0.1.15 |
1846 | 2024-02-15T07:29:08.016Z | Checking toml v0.8.10 |
1847 | 2024-02-15T07:29:08.218Z | Checking regress v0.8.0 |
1848 | 2024-02-15T07:29:08.298Z | Checking tokio-rustls v0.25.0 |
1849 | 2024-02-15T07:29:08.668Z | Checking wait-timeout v0.2.0 |
1850 | 2024-02-15T07:29:09.196Z | Compiling strum_macros v0.26.1 |
1851 | 2024-02-15T07:29:09.211Z | Compiling structmeta-derive v0.3.0 |
1852 | 2024-02-15T07:29:11.480Z | Checking rusty-fork v0.3.0 |
1853 | 2024-02-15T07:29:11.912Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1854 | 2024-02-15T07:29:11.912Z | Compiling darling_macro v0.20.3 |
1855 | 2024-02-15T07:29:11.912Z | Compiling structmeta-derive v0.2.0 |
1856 | 2024-02-15T07:29:12.126Z | Compiling structmeta v0.3.0 |
1857 | 2024-02-15T07:29:12.634Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1858 | 2024-02-15T07:29:12.635Z | Checking rand_xorshift v0.3.0 |
1859 | 2024-02-15T07:29:12.721Z | Checking unarray v0.1.4 |
1860 | 2024-02-15T07:29:12.749Z | Compiling parse-display-derive v0.9.0 |
1861 | 2024-02-15T07:29:12.794Z | Compiling darling v0.20.3 |
1862 | 2024-02-15T07:29:12.856Z | Checking proptest v1.4.0 |
1863 | 2024-02-15T07:29:12.949Z | Compiling serde_with_macros v3.6.0 |
1864 | 2024-02-15T07:29:13.476Z | Checking backoff v0.4.0 |
1865 | 2024-02-15T07:29:13.791Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1866 | 2024-02-15T07:29:14.190Z | Checking strum v0.26.1 |
1867 | 2024-02-15T07:29:14.615Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1868 | 2024-02-15T07:29:14.615Z | Checking macaddr v1.0.1 |
1869 | 2024-02-15T07:29:14.674Z | Checking camino-tempfile v1.1.1 |
1870 | 2024-02-15T07:29:15.166Z | Checking is-terminal v0.4.9 |
1871 | 2024-02-15T07:29:15.166Z | Compiling proc-macro-error-attr v1.0.4 |
1872 | 2024-02-15T07:29:15.166Z | Compiling proc-macro-error v1.0.4 |
1873 | 2024-02-15T07:29:15.167Z | Compiling structmeta v0.2.0 |
1874 | 2024-02-15T07:29:16.108Z | Compiling proc-macro-crate v1.3.1 |
1875 | 2024-02-15T07:29:16.108Z | Compiling test-strategy v0.3.1 |
1876 | 2024-02-15T07:29:16.365Z | Checking serde_with v3.6.0 |
1877 | 2024-02-15T07:29:16.582Z | Compiling heapless v0.8.0 |
1878 | 2024-02-15T07:29:17.317Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1879 | 2024-02-15T07:29:17.335Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1880 | 2024-02-15T07:29:17.335Z | Checking termtree v0.4.1 |
1881 | 2024-02-15T07:29:17.360Z | Checking predicates-tree v1.0.9 |
1882 | 2024-02-15T07:29:17.498Z | Compiling num_enum_derive v0.5.11 |
1883 | 2024-02-15T07:29:17.618Z | Checking hash32 v0.3.1 |
1884 | 2024-02-15T07:29:17.656Z | Checking parse-display v0.9.0 |
1885 | 2024-02-15T07:29:17.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1886 | 2024-02-15T07:29:18.606Z | Compiling smoltcp v0.11.0 |
1887 | 2024-02-15T07:29:19.003Z | Compiling usdt-attr-macro v0.5.0 |
1888 | 2024-02-15T07:29:19.003Z | Compiling usdt-macro v0.5.0 |
1889 | 2024-02-15T07:29:19.716Z | Checking memmap v0.7.0 |
1890 | 2024-02-15T07:29:19.740Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-02-15T07:29:19.778Z | Checking embedded-io v0.4.0 |
1892 | 2024-02-15T07:29:19.919Z | Compiling crucible-workspace-hack v0.1.0 |
1893 | 2024-02-15T07:29:19.992Z | Checking cobs v0.2.3 |
1894 | 2024-02-15T07:29:20.164Z | Checking postcard v1.0.8 |
1895 | 2024-02-15T07:29:20.246Z | Compiling foreign-types-macros v0.2.3 |
1896 | 2024-02-15T07:29:20.400Z | Checking num_enum v0.5.11 |
1897 | 2024-02-15T07:29:20.515Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1898 | 2024-02-15T07:29:21.005Z | Checking usdt v0.5.0 |
1899 | 2024-02-15T07:29:21.005Z | Checking foreign-types-shared v0.3.1 |
1900 | 2024-02-15T07:29:21.028Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1901 | 2024-02-15T07:29:21.028Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1902 | 2024-02-15T07:29:21.029Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1903 | 2024-02-15T07:29:21.029Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1904 | 2024-02-15T07:29:21.029Z | Checking cstr-argument v0.1.2 |
1905 | 2024-02-15T07:29:21.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1906 | 2024-02-15T07:29:21.175Z | Checking pretty-hex v0.2.1 |
1907 | 2024-02-15T07:29:21.352Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1908 | 2024-02-15T07:29:21.888Z | Checking colored v2.0.4 |
1909 | 2024-02-15T07:29:21.917Z | Checking foreign-types v0.5.0 |
1910 | 2024-02-15T07:29:21.917Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1911 | 2024-02-15T07:29:21.917Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1912 | 2024-02-15T07:29:21.918Z | Compiling zone_cfg_derive v0.3.0 |
1913 | 2024-02-15T07:29:21.918Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1914 | 2024-02-15T07:29:21.952Z | Compiling num-derive v0.4.0 |
1915 | 2024-02-15T07:29:22.482Z | Compiling mockall_derive v0.12.0 |
1916 | 2024-02-15T07:29:22.483Z | Checking fragile v2.0.0 |
1917 | 2024-02-15T07:29:22.500Z | Checking downcast v0.11.0 |
1918 | 2024-02-15T07:29:22.699Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1919 | 2024-02-15T07:29:23.026Z | Checking smf v0.2.2 |
1920 | 2024-02-15T07:29:23.153Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1921 | 2024-02-15T07:29:23.369Z | Checking zone v0.3.0 |
1922 | 2024-02-15T07:29:23.911Z | Checking filetime v0.2.23 |
1923 | 2024-02-15T07:29:23.958Z | Checking xattr v1.0.1 |
1924 | 2024-02-15T07:29:23.959Z | Checking same-file v1.0.6 |
1925 | 2024-02-15T07:29:23.959Z | Checking tar v0.4.40 |
1926 | 2024-02-15T07:29:23.985Z | Checking walkdir v2.4.0 |
1927 | 2024-02-15T07:29:24.141Z | Checking pem v3.0.2 |
1928 | 2024-02-15T07:29:24.249Z | Compiling rayon-core v1.12.0 |
1929 | 2024-02-15T07:29:24.388Z | Checking linked-hash-map v0.5.6 |
1930 | 2024-02-15T07:29:24.435Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1931 | 2024-02-15T07:29:24.560Z | Checking itertools v0.12.1 |
1932 | 2024-02-15T07:29:24.590Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1933 | 2024-02-15T07:29:25.055Z | Checking headers-core v0.2.0 |
1934 | 2024-02-15T07:29:25.056Z | Checking lru-cache v0.1.2 |
1935 | 2024-02-15T07:29:25.056Z | Checking headers v0.3.9 |
1936 | 2024-02-15T07:29:25.056Z | Checking password-hash v0.5.0 |
1937 | 2024-02-15T07:29:25.056Z | Checking blake2 v0.10.6 |
1938 | 2024-02-15T07:29:25.659Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1939 | 2024-02-15T07:29:25.668Z | Checking swrite v0.1.0 |
1940 | 2024-02-15T07:29:25.668Z | Checking argon2 v0.5.3 |
1941 | 2024-02-15T07:29:25.668Z | Checking rcgen v0.12.1 |
1942 | 2024-02-15T07:29:25.937Z | Checking atomicwrites v0.4.3 |
1943 | 2024-02-15T07:29:25.946Z | Checking subprocess v0.2.9 |
1944 | 2024-02-15T07:29:25.956Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1945 | 2024-02-15T07:29:26.112Z | Checking arc-swap v1.6.0 |
1946 | 2024-02-15T07:29:26.131Z | Compiling cancel-safe-futures v0.1.5 |
1947 | 2024-02-15T07:29:26.226Z | Checking half v2.3.1 |
1948 | 2024-02-15T07:29:26.451Z | Checking ciborium-io v0.2.2 |
1949 | 2024-02-15T07:29:26.563Z | Checking slog-scope v4.4.0 |
1950 | 2024-02-15T07:29:26.576Z | Checking resolv-conf v0.7.0 |
1951 | 2024-02-15T07:29:26.691Z | Checking ciborium-ll v0.2.2 |
1952 | 2024-02-15T07:29:26.747Z | Checking slog-stdlog v4.1.1 |
1953 | 2024-02-15T07:29:26.891Z | Checking slog-envlogger v2.2.0 |
1954 | 2024-02-15T07:29:26.896Z | Checking trust-dns-resolver v0.22.0 |
1955 | 2024-02-15T07:29:26.957Z | Checking libsw v3.3.1 |
1956 | 2024-02-15T07:29:26.999Z | Checking ciborium v0.2.2 |
1957 | 2024-02-15T07:29:27.106Z | Compiling derive-where v1.2.7 |
1958 | 2024-02-15T07:29:27.621Z | Checking owo-colors v4.0.0 |
1959 | 2024-02-15T07:29:27.650Z | Checking linear-map v1.2.0 |
1960 | 2024-02-15T07:29:27.682Z | Compiling slog-dtrace v0.3.0 |
1961 | 2024-02-15T07:29:28.035Z | Checking textwrap v0.11.0 |
1962 | 2024-02-15T07:29:28.558Z | Compiling heck v0.3.3 |
1963 | 2024-02-15T07:29:28.558Z | Compiling blake3 v1.5.0 |
1964 | 2024-02-15T07:29:28.558Z | Checking strsim v0.8.0 |
1965 | 2024-02-15T07:29:28.558Z | Checking ansi_term v0.12.1 |
1966 | 2024-02-15T07:29:28.664Z | Compiling libefi-sys v0.1.0 |
1967 | 2024-02-15T07:29:29.192Z | Checking vec_map v0.8.2 |
1968 | 2024-02-15T07:29:29.210Z | Checking termcolor v1.2.0 |
1969 | 2024-02-15T07:29:29.210Z | Checking clap v2.34.0 |
1970 | 2024-02-15T07:29:29.282Z | Compiling structopt-derive v0.4.18 |
1971 | 2024-02-15T07:29:29.310Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1972 | 2024-02-15T07:29:30.107Z | Checking nibble_vec v0.1.0 |
1973 | 2024-02-15T07:29:30.115Z | Checking endian-type v0.1.2 |
1974 | 2024-02-15T07:29:30.115Z | Compiling radium v0.7.0 |
1975 | 2024-02-15T07:29:30.115Z | Checking radix_trie v0.2.1 |
1976 | 2024-02-15T07:29:30.602Z | Checking mockall v0.12.0 |
1977 | 2024-02-15T07:29:30.708Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1978 | 2024-02-15T07:29:30.733Z | Compiling maybe-uninit v2.0.0 |
1979 | 2024-02-15T07:29:30.814Z | Checking tap v1.0.1 |
1980 | 2024-02-15T07:29:30.852Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1981 | 2024-02-15T07:29:30.945Z | Checking wyz v0.5.1 |
1982 | 2024-02-15T07:29:31.103Z | Checking fxhash v0.2.1 |
1983 | 2024-02-15T07:29:31.274Z | Checking gethostname v0.4.3 |
1984 | 2024-02-15T07:29:31.284Z | Checking funty v2.0.0 |
1985 | 2024-02-15T07:29:31.341Z | Compiling packed_struct v0.10.1 |
1986 | 2024-02-15T07:29:31.357Z | Checking crc-catalog v2.2.0 |
1987 | 2024-02-15T07:29:31.413Z | Compiling semver v0.1.20 |
1988 | 2024-02-15T07:29:31.458Z | Compiling num-bigint-dig v0.8.4 |
1989 | 2024-02-15T07:29:31.802Z | Compiling rustc_version v0.1.7 |
1990 | 2024-02-15T07:29:31.839Z | Checking crc v3.0.1 |
1991 | 2024-02-15T07:29:32.365Z | Compiling packed_struct_codegen v0.10.1 |
1992 | 2024-02-15T07:29:32.381Z | Compiling indexmap v1.9.3 |
1993 | 2024-02-15T07:29:32.381Z | Checking nodrop v0.1.14 |
1994 | 2024-02-15T07:29:32.381Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1995 | 2024-02-15T07:29:32.381Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-02-15T07:29:32.381Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-02-15T07:29:32.381Z | Checking structopt v0.3.26 |
1998 | 2024-02-15T07:29:32.391Z | Compiling newtype_derive v0.1.6 |
1999 | 2024-02-15T07:29:32.406Z | Checking bitvec v1.0.1 |
2000 | 2024-02-15T07:29:32.490Z | Checking array-init v0.0.4 |
2001 | 2024-02-15T07:29:32.521Z | Checking smallvec v0.6.14 |
2002 | 2024-02-15T07:29:32.732Z | Checking pkcs1 v0.7.5 |
2003 | 2024-02-15T07:29:32.914Z | Checking signature v2.1.0 |
2004 | 2024-02-15T07:29:33.144Z | Compiling crossbeam-deque v0.8.3 |
2005 | 2024-02-15T07:29:33.406Z | Checking hashbrown v0.12.3 |
2006 | 2024-02-15T07:29:33.568Z | Checking bitfield v0.14.0 |
2007 | 2024-02-15T07:29:33.833Z | Checking serde-hex v0.1.0 |
2008 | 2024-02-15T07:29:34.759Z | Checking rsa v0.9.2 |
2009 | 2024-02-15T07:29:35.258Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2010 | 2024-02-15T07:29:35.499Z | Checking env_logger v0.10.0 |
2011 | 2024-02-15T07:29:35.685Z | Checking x509-cert v0.2.4 |
2012 | 2024-02-15T07:29:36.112Z | Checking ron v0.8.1 |
2013 | 2024-02-15T07:29:36.112Z | Compiling semver-parser v0.10.2 |
2014 | 2024-02-15T07:29:36.781Z | Compiling num-rational v0.4.1 |
2015 | 2024-02-15T07:29:37.092Z | Checking crc-any v2.4.3 |
2016 | 2024-02-15T07:29:37.280Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2017 | 2024-02-15T07:29:37.316Z | Compiling semver v0.11.0 |
2018 | 2024-02-15T07:29:37.347Z | Compiling rayon v1.8.0 |
2019 | 2024-02-15T07:29:37.537Z | Checking object v0.30.4 |
2020 | 2024-02-15T07:29:38.083Z | Compiling memmap2 v0.7.1 |
2021 | 2024-02-15T07:29:38.912Z | Compiling arrayref v0.3.7 |
2022 | 2024-02-15T07:29:38.925Z | Checking path-slash v0.1.5 |
2023 | 2024-02-15T07:29:38.925Z | Compiling constant_time_eq v0.3.0 |
2024 | 2024-02-15T07:29:38.925Z | Compiling arrayvec v0.7.4 |
2025 | 2024-02-15T07:29:38.926Z | Compiling home v0.5.5 |
2026 | 2024-02-15T07:29:38.926Z | Compiling toolchain_find v0.2.0 |
2027 | 2024-02-15T07:29:39.421Z | Checking steno v0.4.0 |
2028 | 2024-02-15T07:29:39.428Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2029 | 2024-02-15T07:29:39.517Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2030 | 2024-02-15T07:29:40.231Z | Compiling toml v0.5.11 |
2031 | 2024-02-15T07:29:40.898Z | Checking num-complex v0.4.4 |
2032 | 2024-02-15T07:29:41.347Z | Compiling convert_case v0.4.0 |
2033 | 2024-02-15T07:29:42.084Z | Compiling topological-sort v0.2.2 |
2034 | 2024-02-15T07:29:42.302Z | Compiling rustfmt-wrapper v0.2.0 |
2035 | 2024-02-15T07:29:42.375Z | Compiling derive_more v0.99.17 |
2036 | 2024-02-15T07:29:44.072Z | Compiling omicron-zone-package v0.11.0 |
2037 | 2024-02-15T07:29:44.086Z | Checking num v0.4.1 |
2038 | 2024-02-15T07:29:44.086Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2039 | 2024-02-15T07:29:44.117Z | Checking newline-converter v0.3.0 |
2040 | 2024-02-15T07:29:44.272Z | Checking expectorate v1.1.0 |
2041 | 2024-02-15T07:29:44.452Z | Checking utf-8 v0.7.6 |
2042 | 2024-02-15T07:29:44.632Z | Checking tungstenite v0.20.1 |
2043 | 2024-02-15T07:29:44.707Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2044 | 2024-02-15T07:29:44.935Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2045 | 2024-02-15T07:29:44.985Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2046 | 2024-02-15T07:29:45.441Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2047 | 2024-02-15T07:29:45.705Z | Compiling buf-list v1.0.3 |
2048 | 2024-02-15T07:29:46.031Z | Checking tokio-tungstenite v0.20.1 |
2049 | 2024-02-15T07:29:46.933Z | Checking display-error-chain v0.2.0 |
2050 | 2024-02-15T07:29:46.966Z | Compiling parking_lot_core v0.8.6 |
2051 | 2024-02-15T07:29:46.966Z | Checking keccak v0.1.4 |
2052 | 2024-02-15T07:29:46.966Z | Checking sha3 v0.10.8 |
2053 | 2024-02-15T07:29:47.251Z | Checking trust-dns-client v0.22.0 |
2054 | 2024-02-15T07:29:47.462Z | Checking parking_lot v0.11.2 |
2055 | 2024-02-15T07:29:48.149Z | Checking secrecy v0.8.0 |
2056 | 2024-02-15T07:29:48.394Z | Compiling pin-project-internal v1.1.3 |
2057 | 2024-02-15T07:29:48.601Z | Compiling doc-comment v0.3.3 |
2058 | 2024-02-15T07:29:49.344Z | Checking sled v0.34.7 |
2059 | 2024-02-15T07:29:49.372Z | Checking trust-dns-server v0.22.1 |
2060 | 2024-02-15T07:29:50.333Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2061 | 2024-02-15T07:29:50.753Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2062 | 2024-02-15T07:29:51.374Z | Checking glob v0.3.1 |
2063 | 2024-02-15T07:29:51.577Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2064 | 2024-02-15T07:29:51.621Z | Checking pin-project v1.1.3 |
2065 | 2024-02-15T07:29:51.664Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2066 | 2024-02-15T07:29:51.737Z | Compiling vte_generate_state_changes v0.1.1 |
2067 | 2024-02-15T07:29:52.293Z | Compiling unicase v2.7.0 |
2068 | 2024-02-15T07:29:52.300Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2069 | 2024-02-15T07:29:52.300Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2070 | 2024-02-15T07:29:52.300Z | Compiling platforms v3.0.2 |
2071 | 2024-02-15T07:29:52.366Z | Checking fd-lock v3.0.13 |
2072 | 2024-02-15T07:29:52.396Z | Compiling snafu-derive v0.7.5 |
2073 | 2024-02-15T07:29:52.418Z | Checking vte v0.11.1 |
2074 | 2024-02-15T07:29:52.515Z | Compiling fs-err v2.11.0 |
2075 | 2024-02-15T07:29:53.004Z | Checking nu-ansi-term v0.49.0 |
2076 | 2024-02-15T07:29:53.028Z | Checking globset v0.4.13 |
2077 | 2024-02-15T07:29:53.523Z | Checking olpc-cjson v0.1.3 |
2078 | 2024-02-15T07:29:53.642Z | Checking serde_plain v1.0.2 |
2079 | 2024-02-15T07:29:53.741Z | Compiling async-recursion v1.0.5 |
2080 | 2024-02-15T07:29:53.884Z | Checking typed-path v0.7.0 |
2081 | 2024-02-15T07:29:53.902Z | Checking strip-ansi-escapes v0.2.0 |
2082 | 2024-02-15T07:29:54.042Z | Checking reedline v0.28.0 |
2083 | 2024-02-15T07:29:54.063Z | Compiling curve25519-dalek v4.1.1 |
2084 | 2024-02-15T07:29:54.991Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2085 | 2024-02-15T07:29:55.618Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2086 | 2024-02-15T07:29:55.869Z | Compiling memoffset v0.7.1 |
2087 | 2024-02-15T07:29:56.173Z | Checking parse-size v1.0.0 |
2088 | 2024-02-15T07:29:56.338Z | Compiling mime_guess v2.0.4 |
2089 | 2024-02-15T07:29:56.386Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2090 | 2024-02-15T07:29:56.640Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2091 | 2024-02-15T07:29:57.711Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2092 | 2024-02-15T07:29:58.168Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2093 | 2024-02-15T07:29:58.484Z | Checking snafu v0.7.5 |
2094 | 2024-02-15T07:29:58.503Z | Checking universal-hash v0.5.1 |
2095 | 2024-02-15T07:29:58.679Z | Compiling thiserror-impl-no-std v2.0.2 |
2096 | 2024-02-15T07:29:58.761Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2097 | 2024-02-15T07:29:58.922Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2098 | 2024-02-15T07:29:58.948Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2099 | 2024-02-15T07:30:00.751Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2100 | 2024-02-15T07:30:02.187Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2101 | 2024-02-15T07:30:03.216Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2102 | 2024-02-15T07:30:03.314Z | Checking tough v0.16.0 |
2103 | 2024-02-15T07:30:04.718Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2104 | 2024-02-15T07:30:05.311Z | Compiling curve25519-dalek-derive v0.1.0 |
2105 | 2024-02-15T07:30:06.981Z | Checking opaque-debug v0.3.0 |
2106 | 2024-02-15T07:30:07.076Z | Checking poly1305 v0.8.0 |
2107 | 2024-02-15T07:30:07.490Z | Checking thiserror-no-std v2.0.2 |
2108 | 2024-02-15T07:30:08.014Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2109 | 2024-02-15T07:30:09.452Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2110 | 2024-02-15T07:30:09.793Z | Checking chacha20 v0.9.1 |
2111 | 2024-02-15T07:30:10.282Z | Checking aead v0.5.2 |
2112 | 2024-02-15T07:30:10.369Z | Checking kstat-rs v0.2.3 |
2113 | 2024-02-15T07:30:10.973Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2114 | 2024-02-15T07:30:11.401Z | Compiling salty v0.2.0 |
2115 | 2024-02-15T07:30:11.456Z | Checking signature v1.6.4 |
2116 | 2024-02-15T07:30:11.581Z | Checking ed25519 v1.5.3 |
2117 | 2024-02-15T07:30:11.782Z | Checking chacha20poly1305 v0.10.1 |
2118 | 2024-02-15T07:30:11.872Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2119 | 2024-02-15T07:30:11.967Z | Checking vsss-rs v3.3.4 |
2120 | 2024-02-15T07:30:12.490Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2121 | 2024-02-15T07:30:12.722Z | Checking serde-big-array v0.5.1 |
2122 | 2024-02-15T07:30:12.967Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2123 | 2024-02-15T07:30:13.533Z | Checking bytecount v0.6.3 |
2124 | 2024-02-15T07:30:13.697Z | Checking papergrid v0.11.0 |
2125 | 2024-02-15T07:30:13.939Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2126 | 2024-02-15T07:30:14.840Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2127 | 2024-02-15T07:30:15.219Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2128 | 2024-02-15T07:30:15.754Z | Compiling tabled_derive v0.7.0 |
2129 | 2024-02-15T07:30:16.188Z | Checking signal-hook-tokio v0.3.1 |
2130 | 2024-02-15T07:30:16.273Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2024-02-15T07:30:16.348Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2024-02-15T07:30:16.365Z | Checking fd-lock v4.0.2 |
2133 | 2024-02-15T07:30:16.858Z | Checking nix v0.27.1 |
2134 | 2024-02-15T07:30:16.879Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2135 | 2024-02-15T07:30:17.513Z | Checking serde-big-array v0.4.1 |
2136 | 2024-02-15T07:30:17.666Z | Compiling sqlparser_derive v0.2.2 |
2137 | 2024-02-15T07:30:18.122Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2138 | 2024-02-15T07:30:18.437Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-02-15T07:30:19.080Z | Checking unicode_categories v0.1.1 |
2140 | 2024-02-15T07:30:19.362Z | Checking humantime v2.1.0 |
2141 | 2024-02-15T07:30:19.650Z | Compiling prettyplease v0.2.16 |
2142 | 2024-02-15T07:30:20.424Z | Checking rustyline v13.0.0 |
2143 | 2024-02-15T07:30:20.439Z | Checking sqlformat v0.2.3 |
2144 | 2024-02-15T07:30:20.439Z | Checking sqlparser v0.43.1 |
2145 | 2024-02-15T07:30:21.448Z | Checking tabled v0.15.0 |
2146 | 2024-02-15T07:30:21.821Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2147 | 2024-02-15T07:30:21.859Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2148 | 2024-02-15T07:30:22.793Z | Checking bcs v0.1.6 |
2149 | 2024-02-15T07:30:23.005Z | Checking corncobs v0.1.3 |
2150 | 2024-02-15T07:30:23.461Z | Checking highway v1.1.0 |
2151 | 2024-02-15T07:30:23.461Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2152 | 2024-02-15T07:30:23.520Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2153 | 2024-02-15T07:30:23.810Z | Compiling crunchy v0.2.2 |
2154 | 2024-02-15T07:30:24.195Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2155 | 2024-02-15T07:30:24.312Z | Checking http-range v0.1.5 |
2156 | 2024-02-15T07:30:24.400Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2157 | 2024-02-15T07:30:24.459Z | Checking hyper-staticfile v0.9.5 |
2158 | 2024-02-15T07:30:24.503Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2159 | 2024-02-15T07:30:24.561Z | Compiling clang-sys v1.6.1 |
2160 | 2024-02-15T07:30:24.852Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2161 | 2024-02-15T07:30:25.620Z | Compiling tiny-keccak v2.0.2 |
2162 | 2024-02-15T07:30:25.642Z | Compiling darling_core v0.14.4 |
2163 | 2024-02-15T07:30:25.642Z | Checking assert_matches v1.5.0 |
2164 | 2024-02-15T07:30:26.340Z | Compiling ascii-canvas v3.0.0 |
2165 | 2024-02-15T07:30:26.893Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2166 | 2024-02-15T07:30:27.057Z | Compiling ena v0.14.2 |
2167 | 2024-02-15T07:30:27.506Z | Compiling libloading v0.7.4 |
2168 | 2024-02-15T07:30:27.933Z | Compiling diff v0.1.13 |
2169 | 2024-02-15T07:30:28.208Z | Compiling regex-syntax v0.6.29 |
2170 | 2024-02-15T07:30:28.474Z | Compiling bindgen v0.69.2 |
2171 | 2024-02-15T07:30:29.049Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2172 | 2024-02-15T07:30:29.221Z | Compiling cexpr v0.6.0 |
2173 | 2024-02-15T07:30:29.586Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2174 | 2024-02-15T07:30:30.925Z | Compiling which v4.4.0 |
2175 | 2024-02-15T07:30:31.551Z | Compiling lalrpop v0.19.12 |
2176 | 2024-02-15T07:30:31.715Z | Compiling darling_macro v0.14.4 |
2177 | 2024-02-15T07:30:31.907Z | Compiling ref-cast v1.0.20 |
2178 | 2024-02-15T07:30:32.453Z | Compiling lazycell v1.3.0 |
2179 | 2024-02-15T07:30:32.499Z | Checking maplit v1.0.2 |
2180 | 2024-02-15T07:30:32.595Z | Compiling portable-atomic v1.4.3 |
2181 | 2024-02-15T07:30:32.602Z | Compiling peeking_take_while v0.1.2 |
2182 | 2024-02-15T07:30:32.733Z | Compiling rustc-hash v1.1.0 |
2183 | 2024-02-15T07:30:32.856Z | Compiling darling v0.14.4 |
2184 | 2024-02-15T07:30:32.882Z | Compiling shlex v1.3.0 |
2185 | 2024-02-15T07:30:33.437Z | Compiling derive_builder_core v0.12.0 |
2186 | 2024-02-15T07:30:33.844Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2187 | 2024-02-15T07:30:34.052Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2188 | 2024-02-15T07:30:34.159Z | Compiling ref-cast-impl v1.0.20 |
2189 | 2024-02-15T07:30:34.588Z | Compiling libxml v0.3.3 |
2190 | 2024-02-15T07:30:35.609Z | Compiling derive_builder_macro v0.12.0 |
2191 | 2024-02-15T07:30:35.665Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2192 | 2024-02-15T07:30:36.103Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2193 | 2024-02-15T07:30:36.450Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2194 | 2024-02-15T07:30:36.485Z | Compiling strum_macros v0.24.3 |
2195 | 2024-02-15T07:30:36.555Z | Compiling cookie v0.18.0 |
2196 | 2024-02-15T07:30:36.839Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2197 | 2024-02-15T07:30:37.123Z | Checking number_prefix v0.4.0 |
2198 | 2024-02-15T07:30:37.149Z | Compiling indoc v1.0.9 |
2199 | 2024-02-15T07:30:37.310Z | Checking indicatif v0.17.7 |
2200 | 2024-02-15T07:30:38.274Z | Checking derive_builder v0.12.0 |
2201 | 2024-02-15T07:30:38.431Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2202 | 2024-02-15T07:30:38.750Z | Checking bb8 v0.8.3 |
2203 | 2024-02-15T07:30:39.208Z | Checking quick-xml v0.30.0 |
2204 | 2024-02-15T07:30:40.117Z | Checking castaway v0.2.2 |
2205 | 2024-02-15T07:30:40.271Z | Compiling impl-trait-for-tuples v0.2.2 |
2206 | 2024-02-15T07:30:40.793Z | Compiling oso-derive v0.27.0 |
2207 | 2024-02-15T07:30:41.185Z | Checking compact_str v0.7.1 |
2208 | 2024-02-15T07:30:41.731Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2209 | 2024-02-15T07:30:42.333Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2210 | 2024-02-15T07:30:42.455Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2211 | 2024-02-15T07:30:42.480Z | Checking lru v0.12.1 |
2212 | 2024-02-15T07:30:42.767Z | Compiling stability v0.1.1 |
2213 | 2024-02-15T07:30:43.736Z | Checking cassowary v0.3.0 |
2214 | 2024-02-15T07:30:43.883Z | Compiling indoc v2.0.3 |
2215 | 2024-02-15T07:30:44.145Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2216 | 2024-02-15T07:30:44.221Z | Checking smawk v0.3.1 |
2217 | 2024-02-15T07:30:44.447Z | Checking unicode-linebreak v0.1.5 |
2218 | 2024-02-15T07:30:44.864Z | Checking textwrap v0.16.0 |
2219 | 2024-02-15T07:30:45.033Z | Checking ratatui v0.26.1 |
2220 | 2024-02-15T07:30:45.259Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2221 | 2024-02-15T07:30:45.763Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2222 | 2024-02-15T07:30:46.194Z | Checking is_ci v1.1.1 |
2223 | 2024-02-15T07:30:46.338Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2224 | 2024-02-15T07:30:46.347Z | Checking supports-color v2.1.0 |
2225 | 2024-02-15T07:30:46.540Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2226 | 2024-02-15T07:30:46.896Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2227 | 2024-02-15T07:30:47.856Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2228 | 2024-02-15T07:30:47.939Z | Checking rtoolbox v0.0.1 |
2229 | 2024-02-15T07:30:48.147Z | Checking rpassword v7.3.1 |
2230 | 2024-02-15T07:30:48.219Z | Checking tui-tree-widget v0.17.0 |
2231 | 2024-02-15T07:30:48.301Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2232 | 2024-02-15T07:30:48.540Z | Checking toml_edit v0.21.1 |
2233 | 2024-02-15T07:30:49.716Z | Checking fatfs v0.3.6 |
2234 | 2024-02-15T07:30:50.481Z | Checking shell-words v1.1.0 |
2235 | 2024-02-15T07:30:50.662Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2236 | 2024-02-15T07:30:50.989Z | Checking yansi v0.5.1 |
2237 | 2024-02-15T07:30:51.157Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2238 | 2024-02-15T07:30:51.295Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2239 | 2024-02-15T07:30:51.788Z | Checking pretty_assertions v1.4.0 |
2240 | 2024-02-15T07:30:52.008Z | Compiling target-lexicon v0.12.13 |
2241 | 2024-02-15T07:30:52.111Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-02-15T07:30:52.303Z | Compiling guppy-workspace-hack v0.1.0 |
2243 | 2024-02-15T07:30:53.035Z | Checking plotters-backend v0.3.5 |
2244 | 2024-02-15T07:30:53.711Z | Checking plotters-svg v0.3.5 |
2245 | 2024-02-15T07:30:54.025Z | Checking http-body v1.0.0 |
2246 | 2024-02-15T07:30:54.025Z | Checking rand v0.4.6 |
2247 | 2024-02-15T07:30:54.025Z | Compiling target-spec v3.1.0 |
2248 | 2024-02-15T07:30:54.077Z | Checking tower-layer v0.3.2 |
2249 | 2024-02-15T07:30:54.240Z | Checking remove_dir_all v0.5.3 |
2250 | 2024-02-15T07:30:54.252Z | Checking cast v0.3.0 |
2251 | 2024-02-15T07:30:54.361Z | Checking tower v0.4.13 |
2252 | 2024-02-15T07:30:54.563Z | Checking criterion-plot v0.5.0 |
2253 | 2024-02-15T07:30:54.651Z | Checking tempdir v0.3.7 |
2254 | 2024-02-15T07:30:54.823Z | Checking hyper v1.1.0 |
2255 | 2024-02-15T07:30:55.042Z | Checking cfg-expr v0.15.6 |
2256 | 2024-02-15T07:30:55.271Z | Checking plotters v0.3.5 |
2257 | 2024-02-15T07:30:55.869Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2258 | 2024-02-15T07:30:56.091Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2259 | 2024-02-15T07:30:56.867Z | Checking tinytemplate v1.2.1 |
2260 | 2024-02-15T07:30:57.135Z | Checking cargo-platform v0.1.3 |
2261 | 2024-02-15T07:30:57.283Z | Checking oorandom v11.1.3 |
2262 | 2024-02-15T07:30:57.422Z | Checking anes v0.1.6 |
2263 | 2024-02-15T07:30:57.437Z | Checking cargo_metadata v0.18.1 |
2264 | 2024-02-15T07:30:57.670Z | Checking hyper-util v0.1.2 |
2265 | 2024-02-15T07:30:58.083Z | Checking criterion v0.5.1 |
2266 | 2024-02-15T07:30:58.083Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2267 | 2024-02-15T07:30:59.244Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2268 | 2024-02-15T07:30:59.604Z | Checking assert_cmd v2.0.13 |
2269 | 2024-02-15T07:31:00.066Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2270 | 2024-02-15T07:31:01.171Z | Checking rustls-native-certs v0.7.0 |
2271 | 2024-02-15T07:31:01.192Z | Checking pathdiff v0.2.1 |
2272 | 2024-02-15T07:31:01.192Z | Checking nested v0.1.1 |
2273 | 2024-02-15T07:31:01.266Z | Checking guppy v0.17.5 |
2274 | 2024-02-15T07:31:03.438Z | Checking hyper-rustls v0.26.0 |
2275 | 2024-02-15T07:31:03.792Z | Checking httptest v0.15.5 |
2276 | 2024-02-15T07:31:04.431Z | Checking threadpool v1.8.1 |
2277 | 2024-02-15T07:31:04.972Z | Checking nanorand v0.7.0 |
2278 | 2024-02-15T07:31:05.004Z | Checking libtest-mimic v0.6.1 |
2279 | 2024-02-15T07:31:05.004Z | Checking flume v0.11.0 |
2280 | 2024-02-15T07:31:06.274Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2281 | 2024-02-15T07:31:06.713Z | Checking similar-asserts v1.5.0 |
2282 | 2024-02-15T07:31:06.713Z | Compiling rstest_macros v0.18.2 |
2283 | 2024-02-15T07:31:06.713Z | Checking datatest-stable v0.2.3 |
2284 | 2024-02-15T07:31:06.727Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2285 | 2024-02-15T07:31:07.562Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2286 | 2024-02-15T07:31:07.670Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2287 | 2024-02-15T07:31:08.026Z | Checking csv-core v0.1.11 |
2288 | 2024-02-15T07:31:08.545Z | Checking constant_time_eq v0.2.6 |
2289 | 2024-02-15T07:31:09.948Z | Compiling trybuild v1.0.89 |
2290 | 2024-02-15T07:31:09.948Z | Compiling relative-path v1.9.0 |
2291 | 2024-02-15T07:31:09.948Z | Checking csv v1.3.0 |
2292 | 2024-02-15T07:31:09.948Z | Checking blake2b_simd v1.0.1 |
2293 | 2024-02-15T07:31:09.948Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2294 | 2024-02-15T07:31:09.948Z | Checking multimap v0.8.3 |
2295 | 2024-02-15T07:31:09.948Z | Checking basic-toml v0.1.8 |
2296 | 2024-02-15T07:31:10.677Z | Checking futures-timer v3.0.2 |
2297 | 2024-02-15T07:31:12.350Z | Checking rust-argon2 v1.0.1 |
2298 | 2024-02-15T07:31:13.173Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2299 | 2024-02-15T07:31:14.816Z | Checking partial-io v0.5.4 |
2300 | 2024-02-15T07:31:15.186Z | Checking approx v0.5.1 |
2301 | 2024-02-15T07:31:15.405Z | Checking termios v0.3.3 |
2302 | 2024-02-15T07:31:15.625Z | Checking hex-literal v0.4.1 |
2303 | 2024-02-15T07:31:19.090Z | Checking rstest v0.18.2 |
2304 | 2024-02-15T07:31:20.987Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2305 | 2024-02-15T07:32:03.845Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2306 | 2024-02-15T07:32:07.046Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2307 | 2024-02-15T07:32:07.756Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2308 | 2024-02-15T07:32:10.607Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2309 | 2024-02-15T07:32:18.050Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2310 | 2024-02-15T07:32:31.724Z | Compiling polar-core v0.27.0 |
2311 | 2024-02-15T07:32:38.635Z | Checking oso v0.27.0 |
2312 | 2024-02-15T07:33:04.092Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2313 | 2024-02-15T07:34:03.137Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 51s |
2314 | 2024-02-15T07:34:03.308Z | |
2315 | 2024-02-15T07:34:03.308Z | real 7:34.375147708 |
2316 | 2024-02-15T07:34:03.308Z | user 39:32.874952941 |
2317 | 2024-02-15T07:34:03.308Z | sys 6:44.896891187 |
2318 | 2024-02-15T07:34:03.312Z | trap 1.028202092 |
2319 | 2024-02-15T07:34:03.312Z | tflt 3.750806833 |
2320 | 2024-02-15T07:34:03.312Z | dflt 2.628225531 |
2321 | 2024-02-15T07:34:03.312Z | kflt 0.051754461 |
2322 | 2024-02-15T07:34:03.312Z | lock 1:00:50.170996878 |
2323 | 2024-02-15T07:34:03.312Z | slp 2:00:45.933234132 |
2324 | 2024-02-15T07:34:03.312Z | lat 1:43.222918751 |
2325 | 2024-02-15T07:34:03.312Z | stop 4:08.663721918 |
2326 | 2024-02-15T07:34:04.105Z | warning: output filename collision. |
2327 | 2024-02-15T07:34:04.106Z | 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)`. |
2328 | 2024-02-15T07:34:04.106Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2329 | 2024-02-15T07:34:04.106Z | The targets should have unique names. |
2330 | 2024-02-15T07:34:04.106Z | This is a known bug where multiple crates with the same name use |
2331 | 2024-02-15T07:34:04.106Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2024-02-15T07:34:04.520Z | warning: output filename collision. |
2333 | 2024-02-15T07:34:04.520Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2334 | 2024-02-15T07:34:04.520Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2335 | 2024-02-15T07:34:04.521Z | The targets should have unique names. |
2336 | 2024-02-15T07:34:04.521Z | This is a known bug where multiple crates with the same name use |
2337 | 2024-02-15T07:34:04.521Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2338 | 2024-02-15T07:34:04.521Z | warning: output filename collision. |
2339 | 2024-02-15T07:34:04.521Z | 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)`. |
2340 | 2024-02-15T07:34:04.521Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2341 | 2024-02-15T07:34:04.521Z | The targets should have unique names. |
2342 | 2024-02-15T07:34:04.521Z | This is a known bug where multiple crates with the same name use |
2343 | 2024-02-15T07:34:04.521Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2344 | 2024-02-15T07:34:04.521Z | warning: output filename collision. |
2345 | 2024-02-15T07:34:04.521Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2346 | 2024-02-15T07:34:04.522Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2347 | 2024-02-15T07:34:04.522Z | The targets should have unique names. |
2348 | 2024-02-15T07:34:04.522Z | This is a known bug where multiple crates with the same name use |
2349 | 2024-02-15T07:34:04.522Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2350 | 2024-02-15T07:34:04.522Z | warning: output filename collision. |
2351 | 2024-02-15T07:34:04.522Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2352 | 2024-02-15T07:34:04.522Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2353 | 2024-02-15T07:34:04.522Z | The targets should have unique names. |
2354 | 2024-02-15T07:34:04.522Z | This is a known bug where multiple crates with the same name use |
2355 | 2024-02-15T07:34:04.522Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2356 | 2024-02-15T07:34:04.523Z | warning: output filename collision. |
2357 | 2024-02-15T07:34:04.523Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2358 | 2024-02-15T07:34:04.523Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2359 | 2024-02-15T07:34:04.523Z | The targets should have unique names. |
2360 | 2024-02-15T07:34:04.523Z | This is a known bug where multiple crates with the same name use |
2361 | 2024-02-15T07:34:04.523Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2362 | 2024-02-15T07:34:04.523Z | warning: output filename collision. |
2363 | 2024-02-15T07:34:04.523Z | 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)`. |
2364 | 2024-02-15T07:34:04.523Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2365 | 2024-02-15T07:34:04.524Z | The targets should have unique names. |
2366 | 2024-02-15T07:34:04.524Z | This is a known bug where multiple crates with the same name use |
2367 | 2024-02-15T07:34:04.524Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2368 | 2024-02-15T07:34:04.530Z | Documenting libc v0.2.153 |
2369 | 2024-02-15T07:34:04.559Z | Documenting cfg-if v1.0.0 |
2370 | 2024-02-15T07:34:04.573Z | Documenting serde_derive v1.0.196 |
2371 | 2024-02-15T07:34:04.593Z | Documenting log v0.4.20 |
2372 | 2024-02-15T07:34:04.605Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2373 | 2024-02-15T07:34:04.617Z | Documenting scopeguard v1.2.0 |
2374 | 2024-02-15T07:34:04.621Z | Documenting memchr v2.6.3 |
2375 | 2024-02-15T07:34:04.636Z | Documenting byteorder v1.5.0 |
2376 | 2024-02-15T07:34:04.931Z | Documenting smallvec v1.13.1 |
2377 | 2024-02-15T07:34:07.243Z | Documenting itoa v1.0.9 |
2378 | 2024-02-15T07:34:07.288Z | Documenting lock_api v0.4.10 |
2379 | 2024-02-15T07:34:08.191Z | Documenting zeroize_derive v1.4.2 |
2380 | 2024-02-15T07:34:08.775Z | Documenting getrandom v0.2.10 |
2381 | 2024-02-15T07:34:08.960Z | Documenting once_cell v1.19.0 |
2382 | 2024-02-15T07:34:09.011Z | Documenting parking_lot_core v0.9.8 |
2383 | 2024-02-15T07:34:09.125Z | Documenting pin-project-lite v0.2.13 |
2384 | 2024-02-15T07:34:10.060Z | Documenting libm v0.2.7 |
2385 | 2024-02-15T07:34:10.214Z | Documenting signal-hook-registry v1.4.1 |
2386 | 2024-02-15T07:34:11.793Z | Documenting mio v0.8.9 |
2387 | 2024-02-15T07:34:12.087Z | Documenting serde v1.0.196 |
2388 | 2024-02-15T07:34:12.760Z | Documenting rand_core v0.6.4 |
2389 | 2024-02-15T07:34:12.862Z | Documenting parking_lot v0.12.1 |
2390 | 2024-02-15T07:34:13.290Z | Documenting num-traits v0.2.16 |
2391 | 2024-02-15T07:34:13.505Z | Documenting futures-core v0.3.30 |
2392 | 2024-02-15T07:34:13.679Z | Documenting zeroize v1.7.0 |
2393 | 2024-02-15T07:34:14.102Z | Documenting thiserror-impl v1.0.56 |
2394 | 2024-02-15T07:34:16.028Z | Documenting socket2 v0.5.5 |
2395 | 2024-02-15T07:34:16.913Z | Documenting num_cpus v1.16.0 |
2396 | 2024-02-15T07:34:16.944Z | Documenting tokio-macros v2.2.0 |
2397 | 2024-02-15T07:34:17.560Z | Documenting ryu v1.0.15 |
2398 | 2024-02-15T07:34:17.966Z | Documenting typenum v1.16.0 |
2399 | 2024-02-15T07:34:18.144Z | Documenting subtle v2.5.0 |
2400 | 2024-02-15T07:34:19.747Z | Documenting thiserror v1.0.56 |
2401 | 2024-02-15T07:34:20.039Z | Documenting zerocopy v0.7.32 |
2402 | 2024-02-15T07:34:20.363Z | Documenting futures-sink v0.3.30 |
2403 | 2024-02-15T07:34:21.341Z | Documenting pin-utils v0.1.0 |
2404 | 2024-02-15T07:34:21.974Z | Documenting slab v0.4.9 |
2405 | 2024-02-15T07:34:22.284Z | Documenting futures-macro v0.3.30 |
2406 | 2024-02-15T07:34:24.343Z | Documenting futures-task v0.3.30 |
2407 | 2024-02-15T07:34:25.126Z | Documenting futures-channel v0.3.30 |
2408 | 2024-02-15T07:34:26.370Z | Documenting const-oid v0.9.5 |
2409 | 2024-02-15T07:34:26.442Z | Documenting futures-io v0.3.30 |
2410 | 2024-02-15T07:34:27.650Z | Documenting iana-time-zone v0.1.57 |
2411 | 2024-02-15T07:34:28.255Z | Documenting ahash v0.8.7 |
2412 | 2024-02-15T07:34:29.106Z | Documenting allocator-api2 v0.2.16 |
2413 | 2024-02-15T07:34:30.045Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2414 | 2024-02-15T07:34:30.861Z | Documenting tinyvec_macros v0.1.1 |
2415 | 2024-02-15T07:34:31.541Z | Documenting futures-util v0.3.30 |
2416 | 2024-02-15T07:34:32.457Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2417 | 2024-02-15T07:34:32.575Z | Documenting tracing-core v0.1.31 |
2418 | 2024-02-15T07:34:32.980Z | Documenting tracing-attributes v0.1.26 |
2419 | 2024-02-15T07:34:33.318Z | Documenting hashbrown v0.14.3 |
2420 | 2024-02-15T07:34:33.977Z | Documenting tinyvec v1.6.0 |
2421 | 2024-02-15T07:34:36.121Z | Documenting bytes v1.5.0 |
2422 | 2024-02-15T07:34:37.854Z | Documenting bitflags v2.4.0 |
2423 | 2024-02-15T07:34:39.795Z | Documenting serde_json v1.0.113 |
2424 | 2024-02-15T07:34:39.923Z | Documenting chrono v0.4.31 |
2425 | 2024-02-15T07:34:41.187Z | Documenting tokio v1.36.0 |
2426 | 2024-02-15T07:34:41.377Z | Documenting uuid v1.7.0 |
2427 | 2024-02-15T07:34:41.970Z | Documenting unicode-normalization v0.1.22 |
2428 | 2024-02-15T07:34:42.946Z | Documenting generic-array v0.14.7 |
2429 | 2024-02-15T07:34:43.189Z | Documenting ppv-lite86 v0.2.17 |
2430 | 2024-02-15T07:34:45.775Z | Documenting equivalent v1.0.1 |
2431 | 2024-02-15T07:34:46.099Z | Documenting unicode-bidi v0.3.13 |
2432 | 2024-02-15T07:34:46.360Z | Documenting base64 v0.21.7 |
2433 | 2024-02-15T07:34:46.516Z | Documenting rand_chacha v0.3.1 |
2434 | 2024-02-15T07:34:47.354Z | Documenting percent-encoding v2.3.1 |
2435 | 2024-02-15T07:34:47.686Z | Documenting crypto-common v0.1.6 |
2436 | 2024-02-15T07:34:48.651Z | Documenting block-buffer v0.10.4 |
2437 | 2024-02-15T07:34:50.462Z | Documenting rand v0.8.5 |
2438 | 2024-02-15T07:34:50.526Z | Documenting indexmap v2.2.2 |
2439 | 2024-02-15T07:34:51.181Z | Documenting lazy_static v1.4.0 |
2440 | 2024-02-15T07:34:51.499Z | Documenting form_urlencoded v1.2.1 |
2441 | 2024-02-15T07:34:51.829Z | Checking serde_derive_internals v0.26.0 |
2442 | 2024-02-15T07:34:52.408Z | Documenting serde_derive_internals v0.26.0 |
2443 | 2024-02-15T07:34:52.594Z | Documenting fnv v1.0.7 |
2444 | 2024-02-15T07:34:53.402Z | Documenting digest v0.10.7 |
2445 | 2024-02-15T07:34:53.533Z | Documenting tracing v0.1.37 |
2446 | 2024-02-15T07:34:53.967Z | Documenting dyn-clone v1.0.16 |
2447 | 2024-02-15T07:34:55.434Z | Documenting cpufeatures v0.2.12 |
2448 | 2024-02-15T07:34:56.047Z | Documenting idna v0.5.0 |
2449 | 2024-02-15T07:34:56.460Z | Documenting httparse v1.8.0 |
2450 | 2024-02-15T07:34:57.147Z | Documenting errno v0.3.8 |
2451 | 2024-02-15T07:34:57.192Z | Documenting unicode-ident v1.0.12 |
2452 | 2024-02-15T07:34:58.189Z | Documenting unicode-width v0.1.11 |
2453 | 2024-02-15T07:34:58.613Z | Documenting schemars_derive v0.8.16 |
2454 | 2024-02-15T07:34:59.503Z | Documenting httpdate v1.0.3 |
2455 | 2024-02-15T07:35:00.165Z | Documenting proc-macro2 v1.0.78 |
2456 | 2024-02-15T07:35:00.890Z | Documenting url v2.5.0 |
2457 | 2024-02-15T07:35:00.910Z | Documenting adler v1.0.2 |
2458 | 2024-02-15T07:35:01.026Z | Documenting rustix v0.38.31 |
2459 | 2024-02-15T07:35:01.112Z | Documenting try-lock v0.2.4 |
2460 | 2024-02-15T07:35:03.520Z | Documenting miniz_oxide v0.7.1 |
2461 | 2024-02-15T07:35:03.872Z | Documenting want v0.3.1 |
2462 | 2024-02-15T07:35:03.968Z | Documenting http-body v0.4.5 |
2463 | 2024-02-15T07:35:04.507Z | Documenting openssl-sys v0.9.96 |
2464 | 2024-02-15T07:35:05.202Z | Documenting openssl-macros v0.1.1 |
2465 | 2024-02-15T07:35:05.213Z | Documenting schemars v0.8.16 |
2466 | 2024-02-15T07:35:07.011Z | Documenting tower-service v0.3.2 |
2467 | 2024-02-15T07:35:07.514Z | Documenting base64ct v1.6.0 |
2468 | 2024-02-15T07:35:08.586Z | Documenting mime v0.3.17 |
2469 | 2024-02-15T07:35:09.226Z | Documenting quote v1.0.35 |
2470 | 2024-02-15T07:35:10.661Z | Documenting aho-corasick v1.0.4 |
2471 | 2024-02-15T07:35:10.727Z | Documenting openssl v0.10.60 |
2472 | 2024-02-15T07:35:11.661Z | Documenting slog v2.7.0 |
2473 | 2024-02-15T07:35:11.935Z | Documenting ipnet v2.9.0 |
2474 | 2024-02-15T07:35:12.422Z | Documenting regex-syntax v0.8.2 |
2475 | 2024-02-15T07:35:13.274Z | Documenting openssl-probe v0.1.5 |
2476 | 2024-02-15T07:35:13.677Z | Documenting tokio-util v0.7.10 |
2477 | 2024-02-15T07:35:14.113Z | Documenting syn v2.0.48 |
2478 | 2024-02-15T07:35:15.620Z | Documenting async-trait v0.1.77 |
2479 | 2024-02-15T07:35:16.027Z | Documenting pem-rfc7468 v0.7.0 |
2480 | 2024-02-15T07:35:16.154Z | Documenting encoding_rs v0.8.33 |
2481 | 2024-02-15T07:35:17.919Z | Documenting crossbeam-utils v0.8.16 |
2482 | 2024-02-15T07:35:18.988Z | Documenting regex-automata v0.4.4 |
2483 | 2024-02-15T07:35:19.384Z | Documenting h2 v0.3.24 |
2484 | 2024-02-15T07:35:20.085Z | Documenting der_derive v0.7.2 |
2485 | 2024-02-15T07:35:20.332Z | Documenting native-tls v0.2.11 |
2486 | 2024-02-15T07:35:20.757Z | Documenting flagset v0.4.3 |
2487 | 2024-02-15T07:35:21.312Z | Documenting utf8parse v0.2.1 |
2488 | 2024-02-15T07:35:22.931Z | Documenting serde_urlencoded v0.7.1 |
2489 | 2024-02-15T07:35:23.632Z | Documenting num-integer v0.1.45 |
2490 | 2024-02-15T07:35:24.167Z | Documenting time-macros v0.2.13 |
2491 | 2024-02-15T07:35:25.410Z | Documenting tokio-native-tls v0.3.1 |
2492 | 2024-02-15T07:35:26.329Z | Documenting der v0.7.8 |
2493 | 2024-02-15T07:35:26.556Z | Documenting regex v1.10.3 |
2494 | 2024-02-15T07:35:27.771Z | Documenting time-core v0.1.1 |
2495 | 2024-02-15T07:35:28.020Z | Documenting gimli v0.28.0 |
2496 | 2024-02-15T07:35:35.598Z | Documenting num_threads v0.1.6 |
2497 | 2024-02-15T07:35:35.950Z | Documenting hyper v0.14.27 |
2498 | 2024-02-15T07:35:35.950Z | Documenting deranged v0.3.8 |
2499 | 2024-02-15T07:35:35.950Z | Documenting object v0.32.1 |
2500 | 2024-02-15T07:35:35.950Z | Documenting spki v0.7.2 |
2501 | 2024-02-15T07:35:35.950Z | Documenting rustc-demangle v0.1.23 |
2502 | 2024-02-15T07:35:36.140Z | Documenting webpki-roots v0.25.2 |
2503 | 2024-02-15T07:35:36.140Z | Documenting addr2line v0.21.0 |
2504 | 2024-02-15T07:35:36.140Z | Documenting spin v0.9.8 |
2505 | 2024-02-15T07:35:36.141Z | Documenting either v1.9.0 |
2506 | 2024-02-15T07:35:36.152Z | Documenting time v0.3.27 |
2507 | 2024-02-15T07:35:36.996Z | Documenting pkcs8 v0.10.2 |
2508 | 2024-02-15T07:35:37.614Z | Documenting openapiv3 v2.0.0 |
2509 | 2024-02-15T07:35:37.845Z | Documenting futures-executor v0.3.30 |
2510 | 2024-02-15T07:35:38.674Z | Checking pest_meta v2.7.6 |
2511 | 2024-02-15T07:35:39.655Z | Documenting memoffset v0.9.0 |
2512 | 2024-02-15T07:35:39.846Z | Documenting anstyle v1.0.2 |
2513 | 2024-02-15T07:35:41.535Z | Documenting data-encoding v2.4.0 |
2514 | 2024-02-15T07:35:41.791Z | Documenting backtrace v0.3.69 |
2515 | 2024-02-15T07:35:42.025Z | Documenting anstyle-parse v0.2.1 |
2516 | 2024-02-15T07:35:42.822Z | Documenting crossbeam-epoch v0.9.15 |
2517 | 2024-02-15T07:35:43.019Z | Documenting ipnetwork v0.20.0 |
2518 | 2024-02-15T07:35:43.083Z | Documenting hyper-tls v0.5.0 |
2519 | 2024-02-15T07:35:44.498Z | Documenting hyper-rustls v0.24.2 |
2520 | 2024-02-15T07:35:45.278Z | Documenting sha2 v0.10.8 |
2521 | 2024-02-15T07:35:45.713Z | Documenting hex v0.4.3 |
2522 | 2024-02-15T07:35:46.214Z | Documenting crc32fast v1.3.2 |
2523 | 2024-02-15T07:35:47.582Z | Documenting pest_meta v2.7.6 |
2524 | 2024-02-15T07:35:48.073Z | Documenting anyhow v1.0.75 |
2525 | 2024-02-15T07:35:49.345Z | Documenting scroll_derive v0.12.0 |
2526 | 2024-02-15T07:35:50.163Z | Documenting untrusted v0.9.0 |
2527 | 2024-02-15T07:35:50.331Z | Documenting anstyle-query v1.0.0 |
2528 | 2024-02-15T07:35:50.649Z | Documenting colorchoice v1.0.0 |
2529 | 2024-02-15T07:35:50.768Z | Documenting futures v0.3.30 |
2530 | 2024-02-15T07:35:52.192Z | Documenting pest_generator v2.7.6 |
2531 | 2024-02-15T07:35:52.479Z | Documenting reqwest v0.11.22 |
2532 | 2024-02-15T07:35:52.980Z | Checking pest_generator v2.7.6 |
2533 | 2024-02-15T07:35:53.006Z | Documenting ring v0.17.7 |
2534 | 2024-02-15T07:35:53.458Z | Documenting num-iter v0.1.43 |
2535 | 2024-02-15T07:35:53.722Z | Documenting hmac v0.12.1 |
2536 | 2024-02-15T07:35:54.646Z | Documenting scroll v0.12.0 |
2537 | 2024-02-15T07:35:54.874Z | Documenting anstream v0.5.0 |
2538 | 2024-02-15T07:35:56.924Z | Documenting signal-hook v0.3.17 |
2539 | 2024-02-15T07:35:57.717Z | Documenting terminal_size v0.2.6 |
2540 | 2024-02-15T07:35:58.308Z | Documenting static_assertions v1.1.0 |
2541 | 2024-02-15T07:35:58.510Z | Documenting strsim v0.10.0 |
2542 | 2024-02-15T07:35:58.750Z | Documenting ucd-trie v0.1.6 |
2543 | 2024-02-15T07:35:59.428Z | Documenting plain v0.2.3 |
2544 | 2024-02-15T07:35:59.739Z | Documenting clap_lex v0.5.1 |
2545 | 2024-02-15T07:36:01.321Z | Documenting pest_derive v2.7.6 |
2546 | 2024-02-15T07:36:01.739Z | Documenting flate2 v1.0.28 |
2547 | 2024-02-15T07:36:01.783Z | Documenting clap_derive v4.4.2 |
2548 | 2024-02-15T07:36:02.234Z | Documenting goblin v0.8.0 |
2549 | 2024-02-15T07:36:02.976Z | Documenting unicode-segmentation v1.10.1 |
2550 | 2024-02-15T07:36:03.034Z | Documenting pretty-hex v0.4.1 |
2551 | 2024-02-15T07:36:03.124Z | Documenting pest v2.7.6 |
2552 | 2024-02-15T07:36:04.093Z | Documenting clap_builder v4.4.2 |
2553 | 2024-02-15T07:36:05.777Z | Documenting managed v0.8.0 |
2554 | 2024-02-15T07:36:06.163Z | Documenting signal-hook-mio v0.2.3 |
2555 | 2024-02-15T07:36:06.304Z | Documenting block-padding v0.3.3 |
2556 | 2024-02-15T07:36:07.026Z | Documenting scheduled-thread-pool v0.2.7 |
2557 | 2024-02-15T07:36:07.964Z | Documenting dtrace-parser v0.2.0 |
2558 | 2024-02-15T07:36:07.968Z | Documenting thread-id v4.2.0 |
2559 | 2024-02-15T07:36:09.050Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2560 | 2024-02-15T07:36:10.079Z | Documenting clap v4.4.3 |
2561 | 2024-02-15T07:36:10.407Z | Documenting enum-as-inner v0.5.1 |
2562 | 2024-02-15T07:36:10.787Z | Documenting dof v0.3.0 |
2563 | 2024-02-15T07:36:11.421Z | Checking diesel_table_macro_syntax v0.1.0 |
2564 | 2024-02-15T07:36:11.594Z | Documenting diesel_table_macro_syntax v0.1.0 |
2565 | 2024-02-15T07:36:11.921Z | Documenting r2d2 v0.8.10 |
2566 | 2024-02-15T07:36:12.635Z | Documenting inout v0.1.3 |
2567 | 2024-02-15T07:36:12.760Z | Documenting crossterm v0.27.0 |
2568 | 2024-02-15T07:36:13.059Z | Documenting bzip2 v0.4.4 |
2569 | 2024-02-15T07:36:15.018Z | Documenting md-5 v0.10.5 |
2570 | 2024-02-15T07:36:15.581Z | Documenting trust-dns-proto v0.22.0 |
2571 | 2024-02-15T07:36:16.027Z | Documenting usdt-impl v0.5.0 |
2572 | 2024-02-15T07:36:16.143Z | Documenting stringprep v0.1.3 |
2573 | 2024-02-15T07:36:16.919Z | Documenting diesel_derives v2.1.2 |
2574 | 2024-02-15T07:36:17.097Z | Documenting toml_datetime v0.6.5 |
2575 | 2024-02-15T07:36:17.950Z | Documenting ff v0.13.0 |
2576 | 2024-02-15T07:36:18.046Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2577 | 2024-02-15T07:36:19.819Z | Documenting fallible-iterator v0.2.0 |
2578 | 2024-02-15T07:36:20.084Z | Documenting siphasher v0.3.11 |
2579 | 2024-02-15T07:36:23.228Z | Documenting bit-vec v0.6.3 |
2580 | 2024-02-15T07:36:23.297Z | Documenting base16ct v0.2.0 |
2581 | 2024-02-15T07:36:23.297Z | Documenting group v0.13.0 |
2582 | 2024-02-15T07:36:23.297Z | Documenting phf_shared v0.11.2 |
2583 | 2024-02-15T07:36:23.552Z | Documenting cipher v0.4.4 |
2584 | 2024-02-15T07:36:24.426Z | Documenting zip v0.6.6 |
2585 | 2024-02-15T07:36:24.700Z | Documenting postgres-protocol v0.6.6 |
2586 | 2024-02-15T07:36:25.203Z | Documenting diesel v2.1.4 |
2587 | 2024-02-15T07:36:25.463Z | Documenting sec1 v0.7.3 |
2588 | 2024-02-15T07:36:26.343Z | Documenting hkdf v0.12.4 |
2589 | 2024-02-15T07:36:26.996Z | Documenting num-bigint v0.4.4 |
2590 | 2024-02-15T07:36:27.854Z | Documenting crypto-bigint v0.5.2 |
2591 | 2024-02-15T07:36:28.775Z | Documenting hubpack v0.1.2 |
2592 | 2024-02-15T07:36:29.969Z | Documenting bstr v1.6.0 |
2593 | 2024-02-15T07:36:31.531Z | Documenting serde_repr v0.1.16 |
2594 | 2024-02-15T07:36:31.573Z | Documenting precomputed-hash v0.1.1 |
2595 | 2024-02-15T07:36:31.665Z | Documenting heck v0.4.1 |
2596 | 2024-02-15T07:36:33.147Z | Documenting lalrpop-util v0.19.12 |
2597 | 2024-02-15T07:36:34.767Z | Documenting fixedbitset v0.4.2 |
2598 | 2024-02-15T07:36:34.778Z | Documenting minimal-lexical v0.2.1 |
2599 | 2024-02-15T07:36:35.112Z | Documenting new_debug_unreachable v1.0.4 |
2600 | 2024-02-15T07:36:36.456Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2601 | 2024-02-15T07:36:36.522Z | Documenting elliptic-curve v0.13.8 |
2602 | 2024-02-15T07:36:37.094Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2603 | 2024-02-15T07:36:37.776Z | Documenting yasna v0.5.2 |
2604 | 2024-02-15T07:36:37.915Z | Documenting petgraph v0.6.4 |
2605 | 2024-02-15T07:36:37.943Z | Documenting string_cache v0.8.7 |
2606 | 2024-02-15T07:36:39.373Z | Documenting nom v7.1.3 |
2607 | 2024-02-15T07:36:42.249Z | Documenting postgres-types v0.2.6 |
2608 | 2024-02-15T07:36:43.591Z | Documenting phf v0.11.2 |
2609 | 2024-02-15T07:36:44.271Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2610 | 2024-02-15T07:36:44.311Z | Documenting console v0.15.8 |
2611 | 2024-02-15T07:36:44.568Z | Documenting semver v1.0.21 |
2612 | 2024-02-15T07:36:45.229Z | Documenting float-cmp v0.9.0 |
2613 | 2024-02-15T07:36:45.388Z | Documenting whoami v1.4.1 |
2614 | 2024-02-15T07:36:46.655Z | Documenting normalize-line-endings v0.3.0 |
2615 | 2024-02-15T07:36:48.676Z | Documenting predicates-core v1.0.6 |
2616 | 2024-02-15T07:36:49.388Z | Documenting difflib v0.4.0 |
2617 | 2024-02-15T07:36:49.636Z | Documenting bit-set v0.5.3 |
2618 | 2024-02-15T07:36:50.003Z | Documenting similar v2.3.0 |
2619 | 2024-02-15T07:36:50.024Z | Documenting tokio-postgres v0.7.10 |
2620 | 2024-02-15T07:36:50.126Z | Documenting getopts v0.2.21 |
2621 | 2024-02-15T07:36:51.176Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2622 | 2024-02-15T07:36:51.343Z | Documenting tokio-stream v0.1.14 |
2623 | 2024-02-15T07:36:53.368Z | Checking ident_case v1.0.1 |
2624 | 2024-02-15T07:36:53.518Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2625 | 2024-02-15T07:36:53.760Z | Documenting match_cfg v0.1.0 |
2626 | 2024-02-15T07:36:53.912Z | Documenting predicates v3.1.0 |
2627 | 2024-02-15T07:36:54.304Z | Documenting sha1 v0.10.6 |
2628 | 2024-02-15T07:36:54.576Z | Documenting dirs-sys-next v0.1.2 |
2629 | 2024-02-15T07:36:56.397Z | Documenting rustls-pki-types v1.1.0 |
2630 | 2024-02-15T07:36:56.604Z | Documenting hostname v0.3.1 |
2631 | 2024-02-15T07:36:57.753Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2632 | 2024-02-15T07:36:58.873Z | Documenting camino v1.1.6 |
2633 | 2024-02-15T07:36:59.117Z | Documenting paste v1.0.14 |
2634 | 2024-02-15T07:36:59.189Z | Documenting dirs-next v2.0.0 |
2635 | 2024-02-15T07:36:59.412Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2636 | 2024-02-15T07:37:01.146Z | Documenting thread_local v1.1.7 |
2637 | 2024-02-15T07:37:01.246Z | Documenting rustls-webpki v0.102.1 |
2638 | 2024-02-15T07:37:01.980Z | Documenting crossbeam-channel v0.5.8 |
2639 | 2024-02-15T07:37:03.118Z | Documenting term v0.7.0 |
2640 | 2024-02-15T07:37:03.689Z | Documenting serde_spanned v0.6.5 |
2641 | 2024-02-15T07:37:03.737Z | Documenting atty v0.2.14 |
2642 | 2024-02-15T07:37:03.970Z | Documenting winnow v0.5.15 |
2643 | 2024-02-15T07:37:05.680Z | Documenting take_mut v0.2.2 |
2644 | 2024-02-15T07:37:06.033Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2645 | 2024-02-15T07:37:06.194Z | Documenting rustls v0.22.2 |
2646 | 2024-02-15T07:37:06.741Z | Documenting slog-json v2.6.1 |
2647 | 2024-02-15T07:37:07.033Z | Documenting http v1.0.0 |
2648 | 2024-02-15T07:37:07.813Z | Documenting slog-term v2.9.0 |
2649 | 2024-02-15T07:37:08.586Z | Documenting async-stream-impl v0.3.5 |
2650 | 2024-02-15T07:37:09.977Z | Documenting toml_edit v0.22.4 |
2651 | 2024-02-15T07:37:10.233Z | Documenting slog-async v2.8.0 |
2652 | 2024-02-15T07:37:11.975Z | Documenting atomic-waker v1.1.1 |
2653 | 2024-02-15T07:37:12.302Z | Documenting debug-ignore v1.0.5 |
2654 | 2024-02-15T07:37:13.024Z | Documenting multer v3.0.0 |
2655 | 2024-02-15T07:37:13.975Z | Documenting async-stream v0.3.5 |
2656 | 2024-02-15T07:37:14.794Z | Documenting slog-bunyan v2.5.0 |
2657 | 2024-02-15T07:37:14.888Z | Documenting waitgroup v0.1.2 |
2658 | 2024-02-15T07:37:15.275Z | Documenting tokio-rustls v0.25.0 |
2659 | 2024-02-15T07:37:15.306Z | Documenting rustls-pemfile v2.0.0 |
2660 | 2024-02-15T07:37:15.315Z | Checking darling_core v0.20.3 |
2661 | 2024-02-15T07:37:15.828Z | Documenting toml v0.8.10 |
2662 | 2024-02-15T07:37:17.172Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2663 | 2024-02-15T07:37:17.923Z | Documenting serde_path_to_error v0.1.15 |
2664 | 2024-02-15T07:37:18.636Z | Checking darling v0.20.3 |
2665 | 2024-02-15T07:37:18.733Z | Documenting serde_with_macros v3.6.0 |
2666 | 2024-02-15T07:37:19.349Z | Documenting structmeta-derive v0.3.0 |
2667 | 2024-02-15T07:37:19.466Z | Documenting regress v0.8.0 |
2668 | 2024-02-15T07:37:19.642Z | Documenting strum v0.26.1 |
2669 | 2024-02-15T07:37:20.616Z | Checking structmeta v0.3.0 |
2670 | 2024-02-15T07:37:20.849Z | Documenting instant v0.1.12 |
2671 | 2024-02-15T07:37:21.685Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2672 | 2024-02-15T07:37:23.029Z | Documenting macaddr v1.0.1 |
2673 | 2024-02-15T07:37:23.091Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2674 | 2024-02-15T07:37:23.775Z | Documenting serde_with v3.6.0 |
2675 | 2024-02-15T07:37:24.293Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2676 | 2024-02-15T07:37:25.440Z | Documenting backoff v0.4.0 |
2677 | 2024-02-15T07:37:25.470Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-02-15T07:37:25.698Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2679 | 2024-02-15T07:37:25.737Z | Documenting structmeta v0.3.0 |
2680 | 2024-02-15T07:37:26.046Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2681 | 2024-02-15T07:37:28.215Z | Documenting fastrand v2.0.1 |
2682 | 2024-02-15T07:37:28.361Z | Documenting proc-macro-error-attr v1.0.4 |
2683 | 2024-02-15T07:37:29.910Z | Documenting is-terminal v0.4.9 |
2684 | 2024-02-15T07:37:30.184Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2685 | 2024-02-15T07:37:31.015Z | Documenting parse-display-derive v0.9.0 |
2686 | 2024-02-15T07:37:31.031Z | Checking proc-macro-error v1.0.4 |
2687 | 2024-02-15T07:37:31.295Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2688 | 2024-02-15T07:37:31.401Z | Checking proc-macro-crate v1.3.1 |
2689 | 2024-02-15T07:37:31.558Z | Documenting proc-macro-crate v1.3.1 |
2690 | 2024-02-15T07:37:31.591Z | Documenting hash32 v0.3.1 |
2691 | 2024-02-15T07:37:31.665Z | Documenting stable_deref_trait v1.2.0 |
2692 | 2024-02-15T07:37:32.586Z | Documenting tempfile v3.10.0 |
2693 | 2024-02-15T07:37:32.806Z | Documenting proc-macro-error v1.0.4 |
2694 | 2024-02-15T07:37:34.648Z | Documenting embedded-io v0.4.0 |
2695 | 2024-02-15T07:37:34.967Z | Documenting cobs v0.2.3 |
2696 | 2024-02-15T07:37:35.593Z | Documenting heapless v0.8.0 |
2697 | 2024-02-15T07:37:36.790Z | Documenting num_enum_derive v0.5.11 |
2698 | 2024-02-15T07:37:37.155Z | Documenting parse-display v0.9.0 |
2699 | 2024-02-15T07:37:40.206Z | Documenting camino-tempfile v1.1.1 |
2700 | 2024-02-15T07:37:40.743Z | Documenting foreign-types-macros v0.2.3 |
2701 | 2024-02-15T07:37:40.743Z | Documenting postcard v1.0.8 |
2702 | 2024-02-15T07:37:40.743Z | Documenting foreign-types-shared v0.3.1 |
2703 | 2024-02-15T07:37:40.743Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2704 | 2024-02-15T07:37:41.385Z | Documenting smoltcp v0.11.0 |
2705 | 2024-02-15T07:37:41.495Z | Documenting crucible-workspace-hack v0.1.0 |
2706 | 2024-02-15T07:37:41.495Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2707 | 2024-02-15T07:37:41.495Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2708 | 2024-02-15T07:37:41.712Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2709 | 2024-02-15T07:37:42.613Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2710 | 2024-02-15T07:37:42.928Z | Documenting num_enum v0.5.11 |
2711 | 2024-02-15T07:37:43.274Z | Documenting foreign-types v0.5.0 |
2712 | 2024-02-15T07:37:45.560Z | Documenting cstr-argument v0.1.2 |
2713 | 2024-02-15T07:37:46.137Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2714 | 2024-02-15T07:37:46.231Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2715 | 2024-02-15T07:37:46.508Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2716 | 2024-02-15T07:37:47.374Z | Documenting colored v2.0.4 |
2717 | 2024-02-15T07:37:47.696Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2718 | 2024-02-15T07:37:58.543Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2719 | 2024-02-15T07:37:58.884Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2720 | 2024-02-15T07:37:58.884Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2721 | 2024-02-15T07:37:58.884Z | Documenting zone_cfg_derive v0.3.0 |
2722 | 2024-02-15T07:37:58.884Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2723 | 2024-02-15T07:37:58.884Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2724 | 2024-02-15T07:37:59.019Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2725 | 2024-02-15T07:37:59.019Z | Documenting num-derive v0.4.0 |
2726 | 2024-02-15T07:37:59.019Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2727 | 2024-02-15T07:37:59.019Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2728 | 2024-02-15T07:37:59.019Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2729 | 2024-02-15T07:37:59.020Z | Documenting zone v0.3.0 |
2730 | 2024-02-15T07:37:59.020Z | Documenting smf v0.2.2 |
2731 | 2024-02-15T07:37:59.077Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2732 | 2024-02-15T07:37:59.882Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2733 | 2024-02-15T07:38:00.457Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2734 | 2024-02-15T07:38:00.710Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2735 | 2024-02-15T07:38:02.502Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2736 | 2024-02-15T07:38:03.745Z | Documenting password-hash v0.5.0 |
2737 | 2024-02-15T07:38:03.745Z | Documenting blake2 v0.10.6 |
2738 | 2024-02-15T07:38:04.216Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2739 | 2024-02-15T07:38:04.899Z | Documenting linked-hash-map v0.5.6 |
2740 | 2024-02-15T07:38:05.261Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2024-02-15T07:38:05.403Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2742 | 2024-02-15T07:38:05.971Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2743 | 2024-02-15T07:38:07.791Z | Documenting itertools v0.12.1 |
2744 | 2024-02-15T07:38:08.122Z | Documenting memmap v0.7.0 |
2745 | 2024-02-15T07:38:08.386Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2746 | 2024-02-15T07:38:08.691Z | Documenting argon2 v0.5.3 |
2747 | 2024-02-15T07:38:09.352Z | Documenting lru-cache v0.1.2 |
2748 | 2024-02-15T07:38:09.582Z | Documenting swrite v0.1.0 |
2749 | 2024-02-15T07:38:10.690Z | Documenting quick-error v1.2.3 |
2750 | 2024-02-15T07:38:12.123Z | Documenting usdt v0.5.0 |
2751 | 2024-02-15T07:38:13.300Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2752 | 2024-02-15T07:38:13.675Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2753 | 2024-02-15T07:38:14.031Z | Documenting newtype_derive v0.1.6 |
2754 | 2024-02-15T07:38:14.098Z | Documenting tap v1.0.1 |
2755 | 2024-02-15T07:38:15.310Z | Documenting resolv-conf v0.7.0 |
2756 | 2024-02-15T07:38:15.790Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2757 | 2024-02-15T07:38:15.853Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2758 | 2024-02-15T07:38:17.124Z | Documenting radium v0.7.0 |
2759 | 2024-02-15T07:38:17.264Z | Documenting wyz v0.5.1 |
2760 | 2024-02-15T07:38:18.707Z | Documenting steno v0.4.0 |
2761 | 2024-02-15T07:38:19.374Z | Documenting nibble_vec v0.1.0 |
2762 | 2024-02-15T07:38:19.524Z | Documenting trust-dns-resolver v0.22.0 |
2763 | 2024-02-15T07:38:20.054Z | Checking heck v0.3.3 |
2764 | 2024-02-15T07:38:20.236Z | Documenting crc-catalog v2.2.0 |
2765 | 2024-02-15T07:38:20.268Z | Documenting funty v2.0.0 |
2766 | 2024-02-15T07:38:20.448Z | Documenting endian-type v0.1.2 |
2767 | 2024-02-15T07:38:23.179Z | Documenting crc v3.0.1 |
2768 | 2024-02-15T07:38:23.478Z | Documenting bitvec v1.0.1 |
2769 | 2024-02-15T07:38:23.767Z | Documenting structopt-derive v0.4.18 |
2770 | 2024-02-15T07:38:25.021Z | Documenting radix_trie v0.2.1 |
2771 | 2024-02-15T07:38:26.123Z | Documenting cancel-safe-futures v0.1.5 |
2772 | 2024-02-15T07:38:28.234Z | Documenting xattr v1.0.1 |
2773 | 2024-02-15T07:38:28.858Z | Documenting filetime v0.2.23 |
2774 | 2024-02-15T07:38:29.090Z | Documenting packed_struct_codegen v0.10.1 |
2775 | 2024-02-15T07:38:29.446Z | Documenting nodrop v0.1.14 |
2776 | 2024-02-15T07:38:29.929Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2777 | 2024-02-15T07:38:30.063Z | Documenting structopt v0.3.26 |
2778 | 2024-02-15T07:38:30.766Z | Documenting libefi-sys v0.1.0 |
2779 | 2024-02-15T07:38:32.278Z | Documenting num-bigint-dig v0.8.4 |
2780 | 2024-02-15T07:38:32.373Z | Documenting array-init v0.0.4 |
2781 | 2024-02-15T07:38:32.707Z | Documenting num-rational v0.4.1 |
2782 | 2024-02-15T07:38:32.833Z | Documenting tar v0.4.40 |
2783 | 2024-02-15T07:38:34.018Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2784 | 2024-02-15T07:38:35.023Z | Documenting packed_struct v0.10.1 |
2785 | 2024-02-15T07:38:35.688Z | Documenting pkcs1 v0.7.5 |
2786 | 2024-02-15T07:38:35.748Z | Documenting signature v2.1.0 |
2787 | 2024-02-15T07:38:37.058Z | Documenting num-complex v0.4.4 |
2788 | 2024-02-15T07:38:37.762Z | Documenting bitfield v0.14.0 |
2789 | 2024-02-15T07:38:38.820Z | Documenting termcolor v1.2.0 |
2790 | 2024-02-15T07:38:38.991Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2791 | 2024-02-15T07:38:39.022Z | Documenting arc-swap v1.6.0 |
2792 | 2024-02-15T07:38:40.287Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2793 | 2024-02-15T07:38:40.641Z | Documenting rsa v0.9.2 |
2794 | 2024-02-15T07:38:40.709Z | Documenting serde-hex v0.1.0 |
2795 | 2024-02-15T07:38:44.200Z | Documenting num v0.4.1 |
2796 | 2024-02-15T07:38:44.282Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2797 | 2024-02-15T07:38:44.282Z | Documenting env_logger v0.10.0 |
2798 | 2024-02-15T07:38:44.282Z | Documenting slog-scope v4.4.0 |
2799 | 2024-02-15T07:38:45.317Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2800 | 2024-02-15T07:38:47.194Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2801 | 2024-02-15T07:38:48.770Z | Documenting x509-cert v0.2.4 |
2802 | 2024-02-15T07:38:48.776Z | Documenting libsw v3.3.1 |
2803 | 2024-02-15T07:38:48.776Z | Documenting ron v0.8.1 |
2804 | 2024-02-15T07:38:48.957Z | Documenting gethostname v0.4.3 |
2805 | 2024-02-15T07:38:49.733Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2806 | 2024-02-15T07:38:51.110Z | Documenting half v2.3.1 |
2807 | 2024-02-15T07:38:51.464Z | Documenting derive-where v1.2.7 |
2808 | 2024-02-15T07:38:52.880Z | Documenting owo-colors v4.0.0 |
2809 | 2024-02-15T07:38:53.183Z | Documenting linear-map v1.2.0 |
2810 | 2024-02-15T07:38:53.970Z | Documenting ciborium-io v0.2.2 |
2811 | 2024-02-15T07:38:54.000Z | Documenting crc-any v2.4.3 |
2812 | 2024-02-15T07:38:54.170Z | Documenting same-file v1.0.6 |
2813 | 2024-02-15T07:38:54.949Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2814 | 2024-02-15T07:38:57.064Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2815 | 2024-02-15T07:38:57.737Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2816 | 2024-02-15T07:38:57.890Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2817 | 2024-02-15T07:38:58.352Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2818 | 2024-02-15T07:38:58.560Z | Documenting walkdir v2.4.0 |
2819 | 2024-02-15T07:38:58.665Z | Documenting ciborium-ll v0.2.2 |
2820 | 2024-02-15T07:39:02.880Z | Documenting slog-stdlog v4.1.1 |
2821 | 2024-02-15T07:39:03.067Z | Documenting slog-dtrace v0.3.0 |
2822 | 2024-02-15T07:39:03.260Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2024-02-15T07:39:05.350Z | Documenting path-slash v0.1.5 |
2824 | 2024-02-15T07:39:07.435Z | Documenting slog-envlogger v2.2.0 |
2825 | 2024-02-15T07:39:08.144Z | Documenting ciborium v0.2.2 |
2826 | 2024-02-15T07:39:08.691Z | Documenting pem v3.0.2 |
2827 | 2024-02-15T07:39:09.963Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2828 | 2024-02-15T07:39:10.309Z | Documenting fxhash v0.2.1 |
2829 | 2024-02-15T07:39:12.839Z | Documenting display-error-chain v0.2.0 |
2830 | 2024-02-15T07:39:13.060Z | Documenting utf-8 v0.7.6 |
2831 | 2024-02-15T07:39:13.491Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2832 | 2024-02-15T07:39:13.687Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2833 | 2024-02-15T07:39:13.806Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2834 | 2024-02-15T07:39:14.303Z | Documenting vte_generate_state_changes v0.1.1 |
2835 | 2024-02-15T07:39:14.932Z | Checking convert_case v0.4.0 |
2836 | 2024-02-15T07:39:15.152Z | Documenting convert_case v0.4.0 |
2837 | 2024-02-15T07:39:17.489Z | Documenting buf-list v1.0.3 |
2838 | 2024-02-15T07:39:17.724Z | Documenting tungstenite v0.20.1 |
2839 | 2024-02-15T07:39:18.800Z | Documenting vte v0.11.1 |
2840 | 2024-02-15T07:39:19.889Z | Documenting derive_more v0.99.17 |
2841 | 2024-02-15T07:39:22.280Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2842 | 2024-02-15T07:39:22.389Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2843 | 2024-02-15T07:39:22.783Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2844 | 2024-02-15T07:39:23.112Z | Checking darling_core v0.14.4 |
2845 | 2024-02-15T07:39:23.399Z | Documenting pin-project-internal v1.1.3 |
2846 | 2024-02-15T07:39:24.892Z | Documenting tokio-tungstenite v0.20.1 |
2847 | 2024-02-15T07:39:24.980Z | Checking darling v0.14.4 |
2848 | 2024-02-15T07:39:25.117Z | Documenting strip-ansi-escapes v0.2.0 |
2849 | 2024-02-15T07:39:28.168Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2850 | 2024-02-15T07:39:29.512Z | Documenting pin-project v1.1.3 |
2851 | 2024-02-15T07:39:29.726Z | Documenting doc-comment v0.3.3 |
2852 | 2024-02-15T07:39:30.236Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2853 | 2024-02-15T07:39:32.444Z | Documenting crossbeam-deque v0.8.3 |
2854 | 2024-02-15T07:39:32.552Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2855 | 2024-02-15T07:39:32.562Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2856 | 2024-02-15T07:39:32.901Z | Documenting snafu-derive v0.7.5 |
2857 | 2024-02-15T07:39:32.966Z | Documenting nu-ansi-term v0.49.0 |
2858 | 2024-02-15T07:39:35.091Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2859 | 2024-02-15T07:39:35.921Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2860 | 2024-02-15T07:39:37.334Z | Documenting rayon-core v1.12.0 |
2861 | 2024-02-15T07:39:37.783Z | Documenting trust-dns-client v0.22.0 |
2862 | 2024-02-15T07:39:38.298Z | Documenting reedline v0.28.0 |
2863 | 2024-02-15T07:39:38.457Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2864 | 2024-02-15T07:39:39.744Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2865 | 2024-02-15T07:39:40.076Z | Documenting globset v0.4.13 |
2866 | 2024-02-15T07:39:41.853Z | Documenting snafu v0.7.5 |
2867 | 2024-02-15T07:39:42.681Z | Documenting olpc-cjson v0.1.3 |
2868 | 2024-02-15T07:39:44.725Z | Documenting serde_plain v1.0.2 |
2869 | 2024-02-15T07:39:45.203Z | Documenting headers-core v0.2.0 |
2870 | 2024-02-15T07:39:45.650Z | Documenting async-recursion v1.0.5 |
2871 | 2024-02-15T07:39:46.144Z | Documenting keccak v0.1.4 |
2872 | 2024-02-15T07:39:46.568Z | Documenting bytecount v0.6.3 |
2873 | 2024-02-15T07:39:47.050Z | Documenting typed-path v0.7.0 |
2874 | 2024-02-15T07:39:47.507Z | Documenting trust-dns-server v0.22.1 |
2875 | 2024-02-15T07:39:49.117Z | Documenting sha3 v0.10.8 |
2876 | 2024-02-15T07:39:49.383Z | Documenting papergrid v0.11.0 |
2877 | 2024-02-15T07:39:49.920Z | Documenting headers v0.3.9 |
2878 | 2024-02-15T07:39:49.946Z | Documenting rayon v1.8.0 |
2879 | 2024-02-15T07:39:53.533Z | Documenting tough v0.16.0 |
2880 | 2024-02-15T07:39:53.676Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2881 | 2024-02-15T07:39:54.611Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2882 | 2024-02-15T07:39:55.046Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2883 | 2024-02-15T07:39:55.844Z | Documenting derive_builder_core v0.12.0 |
2884 | 2024-02-15T07:39:56.341Z | Checking derive_builder_core v0.12.0 |
2885 | 2024-02-15T07:39:56.459Z | Documenting sled v0.34.7 |
2886 | 2024-02-15T07:39:56.765Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2887 | 2024-02-15T07:39:57.231Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2888 | 2024-02-15T07:39:57.361Z | Documenting fs-err v2.11.0 |
2889 | 2024-02-15T07:39:58.094Z | Documenting unicase v2.7.0 |
2890 | 2024-02-15T07:39:58.727Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2891 | 2024-02-15T07:39:58.875Z | Documenting tabled_derive v0.7.0 |
2892 | 2024-02-15T07:39:59.031Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2893 | 2024-02-15T07:40:01.360Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2894 | 2024-02-15T07:40:02.255Z | Documenting fd-lock v4.0.2 |
2895 | 2024-02-15T07:40:02.265Z | Documenting nix v0.27.1 |
2896 | 2024-02-15T07:40:03.606Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2897 | 2024-02-15T07:40:05.002Z | Documenting secrecy v0.8.0 |
2898 | 2024-02-15T07:40:05.009Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2899 | 2024-02-15T07:40:06.193Z | Documenting rustversion v1.0.14 |
2900 | 2024-02-15T07:40:07.304Z | Documenting sqlparser_derive v0.2.2 |
2901 | 2024-02-15T07:40:07.617Z | Documenting parse-size v1.0.0 |
2902 | 2024-02-15T07:40:07.683Z | Documenting home v0.5.5 |
2903 | 2024-02-15T07:40:08.086Z | Documenting unicode_categories v0.1.1 |
2904 | 2024-02-15T07:40:08.533Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2905 | 2024-02-15T07:40:08.821Z | Documenting tabled v0.15.0 |
2906 | 2024-02-15T07:40:13.367Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2907 | 2024-02-15T07:40:13.530Z | Documenting castaway v0.2.2 |
2908 | 2024-02-15T07:40:13.530Z | Documenting rustyline v13.0.0 |
2909 | 2024-02-15T07:40:13.530Z | Documenting sqlparser v0.43.1 |
2910 | 2024-02-15T07:40:13.530Z | Documenting sqlformat v0.2.3 |
2911 | 2024-02-15T07:40:17.910Z | Documenting derive_builder_macro v0.12.0 |
2912 | 2024-02-15T07:40:18.342Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2913 | 2024-02-15T07:40:18.342Z | Documenting mime_guess v2.0.4 |
2914 | 2024-02-15T07:40:19.181Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2915 | 2024-02-15T07:40:19.921Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2916 | 2024-02-15T07:40:19.940Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2917 | 2024-02-15T07:40:22.136Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2918 | 2024-02-15T07:40:22.452Z | Documenting universal-hash v0.5.1 |
2919 | 2024-02-15T07:40:26.756Z | Documenting bcs v0.1.6 |
2920 | 2024-02-15T07:40:28.545Z | Documenting kstat-rs v0.2.3 |
2921 | 2024-02-15T07:40:28.824Z | Documenting thiserror-impl-no-std v2.0.2 |
2922 | 2024-02-15T07:40:31.974Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2923 | 2024-02-15T07:40:33.497Z | Documenting ref-cast-impl v1.0.20 |
2924 | 2024-02-15T07:40:33.509Z | Documenting curve25519-dalek-derive v0.1.0 |
2925 | 2024-02-15T07:40:33.509Z | Documenting opaque-debug v0.3.0 |
2926 | 2024-02-15T07:40:34.875Z | Documenting highway v1.1.0 |
2927 | 2024-02-15T07:40:35.285Z | Documenting thiserror-no-std v2.0.2 |
2928 | 2024-02-15T07:40:36.341Z | Documenting poly1305 v0.8.0 |
2929 | 2024-02-15T07:40:37.289Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2930 | 2024-02-15T07:40:38.218Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2024-02-15T07:40:38.736Z | Documenting ref-cast v1.0.20 |
2932 | 2024-02-15T07:40:38.931Z | Documenting derive_builder v0.12.0 |
2933 | 2024-02-15T07:40:38.940Z | Documenting curve25519-dalek v4.1.1 |
2934 | 2024-02-15T07:40:39.863Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2935 | 2024-02-15T07:40:41.657Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2936 | 2024-02-15T07:40:41.680Z | Documenting compact_str v0.7.1 |
2937 | 2024-02-15T07:40:41.892Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2938 | 2024-02-15T07:40:44.733Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2024-02-15T07:40:46.150Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2940 | 2024-02-15T07:40:46.668Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2941 | 2024-02-15T07:40:48.000Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2942 | 2024-02-15T07:40:52.262Z | Documenting portable-atomic v1.4.3 |
2943 | 2024-02-15T07:40:56.124Z | Documenting polar-core v0.27.0 |
2944 | 2024-02-15T07:40:56.592Z | Documenting ed25519 v1.5.3 |
2945 | 2024-02-15T07:41:03.229Z | Documenting libxml v0.3.3 |
2946 | 2024-02-15T07:41:03.229Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2947 | 2024-02-15T07:41:03.230Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2948 | 2024-02-15T07:41:04.879Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2949 | 2024-02-15T07:41:05.777Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2950 | 2024-02-15T07:41:05.883Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2951 | 2024-02-15T07:41:06.176Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2952 | 2024-02-15T07:41:07.131Z | Documenting chacha20 v0.9.1 |
2953 | 2024-02-15T07:41:07.290Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2954 | 2024-02-15T07:41:09.183Z | Documenting bb8 v0.8.3 |
2955 | 2024-02-15T07:41:12.075Z | Documenting aead v0.5.2 |
2956 | 2024-02-15T07:41:13.813Z | Documenting lru v0.12.1 |
2957 | 2024-02-15T07:41:15.699Z | Documenting quick-xml v0.30.0 |
2958 | 2024-02-15T07:41:15.873Z | Documenting stability v0.1.1 |
2959 | 2024-02-15T07:41:17.985Z | Documenting oso-derive v0.27.0 |
2960 | 2024-02-15T07:41:19.237Z | Documenting impl-trait-for-tuples v0.2.2 |
2961 | 2024-02-15T07:41:19.302Z | Documenting number_prefix v0.4.0 |
2962 | 2024-02-15T07:41:21.251Z | Documenting glob v0.3.1 |
2963 | 2024-02-15T07:41:21.817Z | Documenting cassowary v0.3.0 |
2964 | 2024-02-15T07:41:21.989Z | Documenting maplit v1.0.2 |
2965 | 2024-02-15T07:41:23.256Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2966 | 2024-02-15T07:41:23.760Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2967 | 2024-02-15T07:41:24.022Z | Documenting indicatif v0.17.7 |
2968 | 2024-02-15T07:41:24.389Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2969 | 2024-02-15T07:41:25.626Z | Documenting chacha20poly1305 v0.10.1 |
2970 | 2024-02-15T07:41:25.863Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2971 | 2024-02-15T07:41:26.614Z | Documenting ratatui v0.26.1 |
2972 | 2024-02-15T07:41:26.702Z | Documenting oso v0.27.0 |
2973 | 2024-02-15T07:41:29.290Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2974 | 2024-02-15T07:41:31.809Z | Documenting salty v0.2.0 |
2975 | 2024-02-15T07:41:32.898Z | Documenting vsss-rs v3.3.4 |
2976 | 2024-02-15T07:41:38.358Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2977 | 2024-02-15T07:41:39.900Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2978 | 2024-02-15T07:41:39.900Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2979 | 2024-02-15T07:41:39.900Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2980 | 2024-02-15T07:41:39.900Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2981 | 2024-02-15T07:41:40.122Z | Documenting cookie v0.18.0 |
2982 | 2024-02-15T07:41:41.010Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2983 | 2024-02-15T07:41:55.619Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2984 | 2024-02-15T07:41:56.000Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2985 | 2024-02-15T07:41:56.004Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2986 | 2024-02-15T07:41:56.004Z | Documenting serde-big-array v0.5.1 |
2987 | 2024-02-15T07:41:56.004Z | Documenting rtoolbox v0.0.1 |
2988 | 2024-02-15T07:41:56.004Z | Documenting smawk v0.3.1 |
2989 | 2024-02-15T07:41:56.004Z | Documenting unicode-linebreak v0.1.5 |
2990 | 2024-02-15T07:41:56.005Z | Documenting http-range v0.1.5 |
2991 | 2024-02-15T07:41:56.005Z | Documenting humantime v2.1.0 |
2992 | 2024-02-15T07:41:56.005Z | Documenting is_ci v1.1.1 |
2993 | 2024-02-15T07:41:56.005Z | Documenting rpassword v7.3.1 |
2994 | 2024-02-15T07:41:56.006Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2995 | 2024-02-15T07:41:56.006Z | Documenting textwrap v0.16.0 |
2996 | 2024-02-15T07:41:56.006Z | Documenting hyper-staticfile v0.9.5 |
2997 | 2024-02-15T07:41:56.006Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2998 | 2024-02-15T07:41:56.006Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2999 | 2024-02-15T07:41:56.007Z | Documenting supports-color v2.1.0 |
3000 | 2024-02-15T07:41:56.143Z | Documenting tui-tree-widget v0.17.0 |
3001 | 2024-02-15T07:41:57.359Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3002 | 2024-02-15T07:41:59.668Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3003 | 2024-02-15T07:41:59.901Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3004 | 2024-02-15T07:42:00.702Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3005 | 2024-02-15T07:42:01.646Z | Documenting rcgen v0.12.1 |
3006 | 2024-02-15T07:42:02.332Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3007 | 2024-02-15T07:42:02.460Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3008 | 2024-02-15T07:42:02.906Z | Documenting atomicwrites v0.4.3 |
3009 | 2024-02-15T07:42:05.011Z | Documenting signal-hook-tokio v0.3.1 |
3010 | 2024-02-15T07:42:07.838Z | Documenting memmap2 v0.7.1 |
3011 | 2024-02-15T07:42:07.960Z | Documenting subprocess v0.2.9 |
3012 | 2024-02-15T07:42:09.404Z | Documenting shell-words v1.1.0 |
3013 | 2024-02-15T07:42:11.433Z | Documenting arrayref v0.3.7 |
3014 | 2024-02-15T07:42:11.945Z | Documenting arrayvec v0.7.4 |
3015 | 2024-02-15T07:42:12.709Z | Documenting corncobs v0.1.3 |
3016 | 2024-02-15T07:42:13.051Z | Documenting constant_time_eq v0.3.0 |
3017 | 2024-02-15T07:42:13.945Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3018 | 2024-02-15T07:42:15.098Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3019 | 2024-02-15T07:42:15.725Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3020 | 2024-02-15T07:42:16.351Z | Documenting blake3 v1.5.0 |
3021 | 2024-02-15T07:42:19.608Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2024-02-15T07:42:19.964Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3023 | 2024-02-15T07:42:20.502Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3024 | 2024-02-15T07:42:21.819Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-02-15T07:42:23.571Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3026 | 2024-02-15T07:42:27.423Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3027 | 2024-02-15T07:42:35.479Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3028 | 2024-02-15T07:42:37.222Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3029 | 2024-02-15T07:42:39.147Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3030 | 2024-02-15T07:42:39.765Z | warning: unclosed HTML tag `usize` |
3031 | 2024-02-15T07:42:39.765Z | --> wicket/src/ui/panes/update.rs:153:19 |
3032 | 2024-02-15T07:42:39.766Z | | |
3033 | 2024-02-15T07:42:39.766Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3034 | 2024-02-15T07:42:39.766Z | | ^^^^^^^ |
3035 | 2024-02-15T07:42:39.766Z | | |
3036 | 2024-02-15T07:42:39.766Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3037 | 2024-02-15T07:42:39.766Z | |
3038 | 2024-02-15T07:42:42.356Z | warning: `wicket` (lib doc) generated 1 warning |
3039 | 2024-02-15T07:42:42.431Z | Documenting fatfs v0.3.6 |
3040 | 2024-02-15T07:42:43.045Z | Documenting nanorand v0.7.0 |
3041 | 2024-02-15T07:42:46.594Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3042 | 2024-02-15T07:42:46.633Z | Documenting assert_matches v1.5.0 |
3043 | 2024-02-15T07:42:47.331Z | Documenting topological-sort v0.2.2 |
3044 | 2024-02-15T07:42:48.968Z | Documenting flume v0.11.0 |
3045 | 2024-02-15T07:42:49.528Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3046 | 2024-02-15T07:42:51.646Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3047 | 2024-02-15T07:42:51.849Z | Documenting omicron-zone-package v0.11.0 |
3048 | 2024-02-15T07:42:53.320Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3049 | 2024-02-15T07:42:55.936Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3050 | 2024-02-15T07:42:56.529Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3051 | 2024-02-15T07:42:58.406Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3052 | 2024-02-15T07:43:04.269Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3053 | 2024-02-15T07:43:07.711Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3054 | 2024-02-15T07:43:08.518Z | Documenting termios v0.3.3 |
3055 | 2024-02-15T07:43:10.548Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3056 | 2024-02-15T07:43:10.548Z | --> sled-agent/src/sim/instance.rs:46:7 |
3057 | 2024-02-15T07:43:10.549Z | | |
3058 | 2024-02-15T07:43:10.549Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3059 | 2024-02-15T07:43:10.549Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3060 | 2024-02-15T07:43:10.549Z | | |
3061 | 2024-02-15T07:43:10.549Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3062 | 2024-02-15T07:43:10.549Z | |
3063 | 2024-02-15T07:43:14.158Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3064 | 2024-02-15T07:43:14.161Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3065 | 2024-02-15T07:43:19.426Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3066 | 2024-02-15T07:43:19.848Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3067 | 2024-02-15T07:43:22.324Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3068 | 2024-02-15T07:43:28.794Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3069 | 2024-02-15T07:43:43.091Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3070 | 2024-02-15T07:43:51.590Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3071 | 2024-02-15T07:43:55.186Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3072 | 2024-02-15T07:43:55.186Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3073 | 2024-02-15T07:43:55.186Z | | |
3074 | 2024-02-15T07:43:55.186Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3075 | 2024-02-15T07:43:55.186Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3076 | 2024-02-15T07:43:55.186Z | | |
3077 | 2024-02-15T07:43:55.186Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3078 | 2024-02-15T07:43:55.186Z | |
3079 | 2024-02-15T07:43:59.329Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3080 | 2024-02-15T07:44:04.632Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3081 | 2024-02-15T07:44:04.636Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3082 | 2024-02-15T07:44:05.177Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3083 | 2024-02-15T07:44:07.625Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3084 | 2024-02-15T07:44:11.061Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3085 | 2024-02-15T07:44:11.076Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3086 | 2024-02-15T07:44:35.763Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3087 | 2024-02-15T07:45:20.402Z | warning: unresolved link to `VolumeConstructionRequest` |
3088 | 2024-02-15T07:45:20.402Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3089 | 2024-02-15T07:45:20.402Z | | |
3090 | 2024-02-15T07:45:20.403Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3091 | 2024-02-15T07:45:20.403Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3092 | 2024-02-15T07:45:20.403Z | | |
3093 | 2024-02-15T07:45:20.403Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3094 | 2024-02-15T07:45:20.403Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3095 | 2024-02-15T07:45:20.403Z | |
3096 | 2024-02-15T07:45:20.406Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3097 | 2024-02-15T07:45:20.407Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3098 | 2024-02-15T07:45:20.407Z | | |
3099 | 2024-02-15T07:45:20.407Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3100 | 2024-02-15T07:45:20.407Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3101 | 2024-02-15T07:45:20.407Z | |
3102 | 2024-02-15T07:45:20.407Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3103 | 2024-02-15T07:45:20.407Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3104 | 2024-02-15T07:45:20.407Z | | |
3105 | 2024-02-15T07:45:20.407Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3106 | 2024-02-15T07:45:20.407Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3107 | 2024-02-15T07:45:20.407Z | |
3108 | 2024-02-15T07:45:20.407Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3109 | 2024-02-15T07:45:20.407Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3110 | 2024-02-15T07:45:20.407Z | | |
3111 | 2024-02-15T07:45:20.407Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3112 | 2024-02-15T07:45:20.407Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3113 | 2024-02-15T07:45:20.407Z | |
3114 | 2024-02-15T07:45:20.407Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3115 | 2024-02-15T07:45:20.407Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3116 | 2024-02-15T07:45:20.407Z | | |
3117 | 2024-02-15T07:45:20.407Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3118 | 2024-02-15T07:45:20.407Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3119 | 2024-02-15T07:45:20.407Z | |
3120 | 2024-02-15T07:45:20.408Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3121 | 2024-02-15T07:45:20.408Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3122 | 2024-02-15T07:45:20.408Z | | |
3123 | 2024-02-15T07:45:20.408Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3124 | 2024-02-15T07:45:20.408Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3125 | 2024-02-15T07:45:20.408Z | |
3126 | 2024-02-15T07:45:20.408Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3127 | 2024-02-15T07:45:20.408Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3128 | 2024-02-15T07:45:20.408Z | | |
3129 | 2024-02-15T07:45:20.408Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3130 | 2024-02-15T07:45:20.408Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3131 | 2024-02-15T07:45:20.408Z | |
3132 | 2024-02-15T07:45:23.260Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3133 | 2024-02-15T07:45:45.186Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 41s |
3134 | 2024-02-15T07:45:45.275Z | |
3135 | 2024-02-15T07:45:45.278Z | real 11:41.816549691 |
3136 | 2024-02-15T07:45:45.278Z | user 30:20.907675156 |
3137 | 2024-02-15T07:45:45.278Z | sys 51:29.091036188 |
3138 | 2024-02-15T07:45:45.278Z | trap 0.896552196 |
3139 | 2024-02-15T07:45:45.279Z | tflt 0.096442903 |
3140 | 2024-02-15T07:45:45.279Z | dflt 0.580817523 |
3141 | 2024-02-15T07:45:45.279Z | kflt 0.000108937 |
3142 | 2024-02-15T07:45:45.279Z | lock 2:07:50.817793054 |
3143 | 2024-02-15T07:45:45.279Z | slp 2:56:13.612042528 |
3144 | 2024-02-15T07:45:45.279Z | lat 4:47.751570409 |
3145 | 2024-02-15T07:45:45.279Z | stop 1:26.317870237 |
3146 | 2024-02-15T07:45:45.279Z | process exited: duration 1336040 ms, exit code 0 |
|
3147 | 2024-02-15T07:45:45.285Z | found 0 output files |