|
|
|
1 | 2024-02-15T04:08:42.949Z | job assigned to worker 01HPNF61YZDSZHV41FKAHTA2VS (queued for 1 m 2 s) |
|
2 | 2024-02-15T04:08:43.828Z | starting task 0: "setup" |
3 | 2024-02-15T04:08:43.856Z | ++ uname -s |
4 | 2024-02-15T04:08:43.861Z | + kern=SunOS |
5 | 2024-02-15T04:08:43.861Z | + case "$kern" in |
6 | 2024-02-15T04:08:43.861Z | + groupadd -g 12345 build |
7 | 2024-02-15T04:08:43.862Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T04:08:45.870Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T04:08:45.951Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T04:08:45.954Z | + home_fs=zfs |
11 | 2024-02-15T04:08:45.954Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T04:08:45.954Z | + mkdir -p /home/build |
13 | 2024-02-15T04:08:45.958Z | + chown build:build /home/build /work |
14 | 2024-02-15T04:08:47.959Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T04:08:47.962Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-02-15T04:08:47.969Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T04:08:47.976Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T04:08:47.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T04:08:48.142Z | info: downloading installer |
20 | 2024-02-15T04:08:49.253Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T04:08:49.253Z | warning: /opt/ooce/bin |
22 | 2024-02-15T04:08:49.253Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T04:08:49.253Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T04:08:49.253Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T04:08:49.253Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T04:08:49.253Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T04:08:49.253Z | error: cannot install while Rust is installed |
28 | 2024-02-15T04:08:49.254Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T04:08:49.347Z | info: profile set to 'default' |
30 | 2024-02-15T04:08:49.347Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T04:08:49.350Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T04:08:49.480Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T04:08:49.480Z | info: downloading component 'cargo' |
34 | 2024-02-15T04:08:50.116Z | info: downloading component 'clippy' |
35 | 2024-02-15T04:08:50.360Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T04:08:51.247Z | info: downloading component 'rust-std' |
37 | 2024-02-15T04:08:54.123Z | info: downloading component 'rustc' |
38 | 2024-02-15T04:08:57.796Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T04:08:58.018Z | info: installing component 'cargo' |
40 | 2024-02-15T04:08:58.932Z | info: installing component 'clippy' |
41 | 2024-02-15T04:08:59.359Z | info: installing component 'rust-docs' |
42 | 2024-02-15T04:09:00.846Z | info: installing component 'rust-std' |
43 | 2024-02-15T04:09:02.815Z | info: installing component 'rustc' |
44 | 2024-02-15T04:09:07.205Z | info: installing component 'rustfmt' |
45 | 2024-02-15T04:09:07.528Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T04:09:07.528Z | |
47 | 2024-02-15T04:09:07.826Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T04:09:07.826Z | |
49 | 2024-02-15T04:09:07.826Z | |
50 | 2024-02-15T04:09:07.826Z | Rust is installed now. Great! |
51 | 2024-02-15T04:09:07.826Z | |
52 | 2024-02-15T04:09:07.826Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T04:09:07.826Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T04:09:07.826Z | |
55 | 2024-02-15T04:09:07.826Z | To configure your current shell, run: |
56 | 2024-02-15T04:09:07.827Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T04:09:07.892Z | + rustc --version |
58 | 2024-02-15T04:09:07.965Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T04:09:07.971Z | process exited: duration 19996 ms, exit code 0 |
|
60 | 2024-02-15T04:09:07.986Z | starting task 2: "authentication" |
61 | 2024-02-15T04:09:08.016Z | process exited: duration 25 ms, exit code 0 |
|
62 | 2024-02-15T04:09:08.033Z | starting task 3: "clone repository" |
63 | 2024-02-15T04:09:08.041Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T04:09:08.041Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T04:09:08.262Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T04:09:13.147Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T04:09:13.150Z | + git fetch origin cc614b30014d8b83667c92b9318ea181a4df920c |
68 | 2024-02-15T04:09:13.453Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T04:09:13.453Z | * branch cc614b30014d8b83667c92b9318ea181a4df920c -> FETCH_HEAD |
70 | 2024-02-15T04:09:13.464Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
71 | 2024-02-15T04:09:13.469Z | ++ git branch --show-current |
72 | 2024-02-15T04:09:13.469Z | + current=main |
73 | 2024-02-15T04:09:13.469Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
74 | 2024-02-15T04:09:13.470Z | + git branch -f renovate/taiki-e-install-action-digest cc614b30014d8b83667c92b9318ea181a4df920c |
75 | 2024-02-15T04:09:13.473Z | + git checkout -f renovate/taiki-e-install-action-digest |
76 | 2024-02-15T04:09:13.589Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
77 | 2024-02-15T04:09:13.592Z | + git reset --hard cc614b30014d8b83667c92b9318ea181a4df920c |
78 | 2024-02-15T04:09:13.708Z | HEAD is now at cc614b300 Update taiki-e/install-action digest to 14422f8 |
79 | 2024-02-15T04:09:13.716Z | process exited: duration 5679 ms, exit code 0 |
|
80 | 2024-02-15T04:09:13.745Z | starting task 4: "build" |
81 | 2024-02-15T04:09:13.759Z | + cargo --version |
82 | 2024-02-15T04:09:13.769Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-15T04:09:13.886Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-15T04:09:13.886Z | info: downloading component 'cargo' |
85 | 2024-02-15T04:09:14.911Z | info: downloading component 'clippy' |
86 | 2024-02-15T04:09:14.916Z | info: downloading component 'rust-docs' |
87 | 2024-02-15T04:09:15.469Z | info: downloading component 'rust-std' |
88 | 2024-02-15T04:09:16.591Z | info: downloading component 'rustc' |
89 | 2024-02-15T04:09:19.758Z | info: downloading component 'rustfmt' |
90 | 2024-02-15T04:09:19.940Z | info: installing component 'cargo' |
91 | 2024-02-15T04:09:20.861Z | info: installing component 'clippy' |
92 | 2024-02-15T04:09:21.213Z | info: installing component 'rust-docs' |
93 | 2024-02-15T04:09:22.902Z | info: installing component 'rust-std' |
94 | 2024-02-15T04:09:24.525Z | info: installing component 'rustc' |
95 | 2024-02-15T04:09:28.669Z | info: installing component 'rustfmt' |
96 | 2024-02-15T04:09:30.090Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-15T04:09:30.090Z | + rustc --version |
98 | 2024-02-15T04:09:30.090Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-15T04:09:30.090Z | + source ./env.sh |
100 | 2024-02-15T04:09:30.090Z | ++ set -o xtrace |
101 | 2024-02-15T04:09:30.090Z | ++++ dirname ./env.sh |
102 | 2024-02-15T04:09:30.090Z | +++ cd . |
103 | 2024-02-15T04:09:30.090Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-15T04:09:30.091Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-15T04:09:30.091Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-15T04:09:30.091Z | ++ 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-15T04:09:30.091Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-02-15T04:09:30.091Z | ++ 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-15T04:09:30.091Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-02-15T04:09:30.091Z | ++ 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-15T04:09:30.091Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-02-15T04:09:30.091Z | ++ 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-15T04:09:30.091Z | ++ unset OMICRON_WS |
114 | 2024-02-15T04:09:30.091Z | ++ set +o xtrace |
115 | 2024-02-15T04:09:30.091Z | |
116 | 2024-02-15T04:09:30.091Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-15T04:09:30.091Z | # # # # # # # # # # # # # # # |
118 | 2024-02-15T04:09:30.091Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-15T04:09:30.091Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-15T04:09:30.091Z | # # # # # # # # # # # # # # # |
121 | 2024-02-15T04:09:30.091Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-15T04:09:30.091Z | |
123 | 2024-02-15T04:09:43.006Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-15T04:09:44.242Z | Startup: Caching catalogs ... Done |
125 | 2024-02-15T04:09:45.585Z | Planning: Solver setup ... Done (0.988s) |
126 | 2024-02-15T04:09:45.614Z | Planning: Running solver ... Done (0.023s) |
127 | 2024-02-15T04:09:45.851Z | Planning: Finding local manifests ... Done (0.210s) |
128 | 2024-02-15T04:09:45.879Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-15T04:09:46.070Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-15T04:09:46.123Z | Planning: Package planning ... Done (0.055s) |
131 | 2024-02-15T04:09:46.170Z | Planning: Merging actions ... Done (0.053s) |
132 | 2024-02-15T04:09:47.919Z | Planning: Checking for conflicting actions ... Done (1.743s) |
133 | 2024-02-15T04:09:47.954Z | Planning: Consolidating action changes ... Done (0.012s) |
134 | 2024-02-15T04:09:53.289Z | Planning: Evaluating mediators ... Done (5.350s) |
135 | 2024-02-15T04:09:53.316Z | Planning: Planning completed in 9.00 seconds |
136 | 2024-02-15T04:09:53.316Z | Packages to install: 4 |
137 | 2024-02-15T04:09:53.316Z | Mediators to change: 2 |
138 | 2024-02-15T04:09:53.316Z | Services to change: 1 |
139 | 2024-02-15T04:09:53.317Z | Estimated space available: 148.87 GB |
140 | 2024-02-15T04:09:53.317Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-15T04:09:53.317Z | Create boot environment: No |
142 | 2024-02-15T04:09:53.317Z | Create backup boot environment: No |
143 | 2024-02-15T04:09:53.317Z | Rebuild boot archive: No |
144 | 2024-02-15T04:09:53.317Z | |
145 | 2024-02-15T04:09:53.317Z | Changed mediators: |
146 | 2024-02-15T04:09:53.317Z | mediator clang: |
147 | 2024-02-15T04:09:53.318Z | version: None -> 15 (system default) |
148 | 2024-02-15T04:09:53.318Z | |
149 | 2024-02-15T04:09:53.318Z | mediator llvm: |
150 | 2024-02-15T04:09:53.318Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-15T04:09:53.318Z | |
152 | 2024-02-15T04:09:53.318Z | Changed packages: |
153 | 2024-02-15T04:09:53.318Z | helios-dev |
154 | 2024-02-15T04:09:53.318Z | developer/build-essential |
155 | 2024-02-15T04:09:53.319Z | None -> 11-2.0 |
156 | 2024-02-15T04:09:53.319Z | library/libxmlsec1 |
157 | 2024-02-15T04:09:53.319Z | None -> 1.2.35-2.0 |
158 | 2024-02-15T04:09:53.319Z | ooce/developer/clang-15 |
159 | 2024-02-15T04:09:53.319Z | None -> 15.0.7-2.0 |
160 | 2024-02-15T04:09:53.319Z | ooce/developer/llvm-15 |
161 | 2024-02-15T04:09:53.319Z | None -> 15.0.7-2.0 |
162 | 2024-02-15T04:09:53.319Z | |
163 | 2024-02-15T04:09:53.319Z | Services: |
164 | 2024-02-15T04:09:53.320Z | restart_fmri: |
165 | 2024-02-15T04:09:53.320Z | svc:/system/update-man-index:default |
166 | 2024-02-15T04:09:53.641Z | |
167 | 2024-02-15T04:09:53.641Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-15T04:09:59.053Z | Download: 649/3290 items 18.0/212.6MB 8% complete (3.8M/s) |
169 | 2024-02-15T04:10:03.719Z | Download: 1193/3290 items 82.2/212.6MB 38% complete (8.4M/s) |
170 | 2024-02-15T04:10:08.723Z | Download: 1899/3290 items 118.6/212.6MB 55% complete (10.1M/s) |
171 | 2024-02-15T04:10:15.362Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.6M/s) |
172 | 2024-02-15T04:10:18.973Z | Download: 3034/3290 items 121.1/212.6MB 56% complete (251k/s) |
173 | 2024-02-15T04:10:27.255Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (9.5M/s) |
174 | 2024-02-15T04:10:29.334Z | Download: Completed 212.60 MB in 35.70 seconds (6.0M/s) |
175 | 2024-02-15T04:10:29.517Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-02-15T04:10:34.535Z | Actions: 3576/3689 actions (Installing new actions) |
177 | 2024-02-15T04:10:35.087Z | Actions: Completed 3689 actions in 5.56 seconds. |
178 | 2024-02-15T04:10:35.172Z | Done (0.088s) |
179 | 2024-02-15T04:10:35.172Z | Done (0.000s) |
180 | 2024-02-15T04:10:35.396Z | Done (0.216s) |
181 | 2024-02-15T04:10:41.637Z | Done (6.120s) |
182 | 2024-02-15T04:10:41.822Z | Done (0.105s) |
183 | 2024-02-15T04:10:41.825Z | Done (0.000s) |
184 | 2024-02-15T04:10:42.034Z | Done (0.000s) |
185 | 2024-02-15T04:10:42.617Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-02-15T04:10:42.794Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-02-15T04:10:42.798Z | Planning: Consolidating action changes ... Done |
188 | 2024-02-15T04:10:43.085Z | Planning: Evaluating mediators ... Done |
189 | 2024-02-15T04:10:43.089Z | Planning: Planning completed in 0.47 seconds |
190 | 2024-02-15T04:10:43.122Z | Mediators to change: 2 |
191 | 2024-02-15T04:10:43.122Z | Create boot environment: No |
192 | 2024-02-15T04:10:43.122Z | Create backup boot environment: No |
193 | 2024-02-15T04:10:43.201Z | Done |
194 | 2024-02-15T04:10:43.201Z | Done |
195 | 2024-02-15T04:10:43.338Z | Done |
196 | 2024-02-15T04:10:47.679Z | Done |
197 | 2024-02-15T04:10:47.779Z | Done |
198 | 2024-02-15T04:10:47.792Z | Done |
199 | 2024-02-15T04:10:48.290Z | Done |
200 | 2024-02-15T04:10:48.608Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-02-15T04:10:48.624Z | Planning: Merging actions ... Done |
202 | 2024-02-15T04:10:48.816Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-02-15T04:10:48.828Z | Planning: Consolidating action changes ... Done |
204 | 2024-02-15T04:10:49.111Z | Planning: Evaluating mediators ... Done |
205 | 2024-02-15T04:10:49.178Z | Planning: Planning completed in 0.86 seconds |
206 | 2024-02-15T04:10:49.217Z | Packages to change: 1 |
207 | 2024-02-15T04:10:49.217Z | Mediators to change: 1 |
208 | 2024-02-15T04:10:49.217Z | Services to change: 1 |
209 | 2024-02-15T04:10:49.232Z | Create boot environment: No |
210 | 2024-02-15T04:10:49.232Z | Create backup boot environment: Yes |
211 | 2024-02-15T04:10:51.136Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-02-15T04:10:51.167Z | Actions: Completed 6 actions in 0.03 seconds. |
213 | 2024-02-15T04:10:51.184Z | Done |
214 | 2024-02-15T04:10:51.184Z | Done |
215 | 2024-02-15T04:10:51.224Z | Done |
216 | 2024-02-15T04:10:55.541Z | Done |
217 | 2024-02-15T04:10:55.639Z | Done |
218 | 2024-02-15T04:10:55.653Z | Done |
219 | 2024-02-15T04:10:55.752Z | Done |
220 | 2024-02-15T04:10:56.245Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-02-15T04:10:56.245Z | clang system 15 system |
222 | 2024-02-15T04:10:56.245Z | csh system system illumos |
223 | 2024-02-15T04:10:56.245Z | ctags system system illumos |
224 | 2024-02-15T04:10:56.245Z | gcc vendor 12 vendor |
225 | 2024-02-15T04:10:56.246Z | gcc system 10 system |
226 | 2024-02-15T04:10:56.246Z | gcc system 7 system |
227 | 2024-02-15T04:10:56.246Z | go system 1.20 system |
228 | 2024-02-15T04:10:56.246Z | go system 1.19 system |
229 | 2024-02-15T04:10:56.246Z | llvm system 15 system |
230 | 2024-02-15T04:10:56.246Z | llvm system 14 system |
231 | 2024-02-15T04:10:56.246Z | mariadb system 10.6 system |
232 | 2024-02-15T04:10:56.246Z | mta vendor vendor dma |
233 | 2024-02-15T04:10:56.246Z | openjdk system 17 system |
234 | 2024-02-15T04:10:56.246Z | openjdk system 11 system |
235 | 2024-02-15T04:10:56.247Z | openjdk system 1.8 system |
236 | 2024-02-15T04:10:56.247Z | openssl vendor 3 vendor |
237 | 2024-02-15T04:10:56.247Z | perl system 5.36 system |
238 | 2024-02-15T04:10:56.247Z | postgresql system 15 system |
239 | 2024-02-15T04:10:56.247Z | postgresql system 13 system |
240 | 2024-02-15T04:10:56.247Z | python vendor 3 vendor |
241 | 2024-02-15T04:10:56.248Z | python system 2 system |
242 | 2024-02-15T04:10:56.248Z | python3 system 3.11 system |
243 | 2024-02-15T04:10:56.248Z | ruby system 3.0 system |
244 | 2024-02-15T04:10:56.248Z | words vendor vendor american-english |
245 | 2024-02-15T04:10:56.248Z | words system system australian-english |
246 | 2024-02-15T04:10:56.248Z | words system system british-english |
247 | 2024-02-15T04:10:56.248Z | words system system canadian-english |
248 | 2024-02-15T04:10:56.248Z | words system system french |
249 | 2024-02-15T04:10:56.249Z | words system system italian |
250 | 2024-02-15T04:10:56.249Z | words system system ngerman |
251 | 2024-02-15T04:10:56.249Z | words system system ogerman |
252 | 2024-02-15T04:10:56.249Z | words system system spanish |
253 | 2024-02-15T04:10:56.637Z | FMRI IFO |
254 | 2024-02-15T04:10:56.637Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-02-15T04:10:56.637Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-02-15T04:10:56.638Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-02-15T04:10:56.638Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-02-15T04:10:56.638Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-02-15T04:10:56.638Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
260 | 2024-02-15T04:10:56.638Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-02-15T04:10:56.639Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
262 | 2024-02-15T04:10:56.700Z | + set -o errexit |
263 | 2024-02-15T04:10:56.705Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2024-02-15T04:10:56.705Z | ++ cd ./tools |
265 | 2024-02-15T04:10:56.705Z | ++ pwd |
266 | 2024-02-15T04:10:56.705Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2024-02-15T04:10:56.709Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2024-02-15T04:10:56.709Z | + ARG0=ci_download_cockroachdb |
269 | 2024-02-15T04:10:56.709Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2024-02-15T04:10:56.713Z | + CIDL_VERSION=v22.1.9 |
271 | 2024-02-15T04:10:56.713Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2024-02-15T04:10:56.713Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
273 | 2024-02-15T04:10:56.713Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
274 | 2024-02-15T04:10:56.713Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
275 | 2024-02-15T04:10:56.713Z | + TARGET_DIR=out |
276 | 2024-02-15T04:10:56.714Z | + DOWNLOAD_DIR=out/downloads |
277 | 2024-02-15T04:10:56.714Z | + DEST_DIR=./out/cockroachdb |
278 | 2024-02-15T04:10:56.714Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2024-02-15T04:10:56.714Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2024-02-15T04:10:56.714Z | + main |
281 | 2024-02-15T04:10:56.714Z | + [[ 0 != 0 ]] |
282 | 2024-02-15T04:10:56.714Z | + CIDL_OS=solaris2.11 |
283 | 2024-02-15T04:10:56.714Z | + [[ 0 != 0 ]] |
284 | 2024-02-15T04:10:56.714Z | + configure_os solaris2.11 |
285 | 2024-02-15T04:10:56.714Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2024-02-15T04:10:56.714Z | current directory: /work/oxidecomputer/omicron |
287 | 2024-02-15T04:10:56.714Z | configuring based on OS: "solaris2.11" |
288 | 2024-02-15T04:10:56.714Z | + echo 'configuring based on OS: "solaris2.11"' |
289 | 2024-02-15T04:10:56.714Z | + case "$1" in |
290 | 2024-02-15T04:10:56.714Z | + CIDL_BUILD=illumos |
291 | 2024-02-15T04:10:56.714Z | + CIDL_SUFFIX=tar.gz |
292 | 2024-02-15T04:10:56.714Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
293 | 2024-02-15T04:10:56.714Z | + CIDL_URL_BASE=https://illumos.org/downloads |
294 | 2024-02-15T04:10:56.714Z | + CIDL_ASSEMBLE=do_assemble_illumos |
295 | 2024-02-15T04:10:56.714Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
296 | 2024-02-15T04:10:56.714Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-15T04:10:56.714Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-15T04:10:56.714Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
299 | 2024-02-15T04:10:56.715Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-15T04:10:56.715Z | + CIDL_SHA256FUNC=do_sha256sum |
301 | 2024-02-15T04:10:56.715Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-02-15T04:10:56.715Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-15T04:10:56.715Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-02-15T04:10:56.715Z | + mkdir -p out/downloads |
305 | 2024-02-15T04:10:56.715Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-02-15T04:10:56.718Z | + mkdir -p ./out/cockroachdb |
307 | 2024-02-15T04:10:56.718Z | + local DO_DOWNLOAD=true |
308 | 2024-02-15T04:10:56.718Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2024-02-15T04:10:56.718Z | + '[' true == true ']' |
310 | 2024-02-15T04:10:56.718Z | + echo Downloading... |
311 | 2024-02-15T04:10:56.718Z | Downloading... |
312 | 2024-02-15T04:10:56.718Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-02-15T04:10:56.719Z | + 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 |
314 | 2024-02-15T04:11:02.244Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-15T04:11:02.257Z | ++ sha256sum |
316 | 2024-02-15T04:11:02.257Z | ++ awk '{print $1}' |
317 | 2024-02-15T04:11:02.432Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
318 | 2024-02-15T04:11:02.433Z | + [[ 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 ]] |
319 | 2024-02-15T04:11:02.439Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-02-15T04:11:02.439Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2024-02-15T04:11:04.627Z | + do_assemble_illumos |
322 | 2024-02-15T04:11:04.627Z | + rm -r ./out/cockroachdb |
323 | 2024-02-15T04:11:04.640Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2024-02-15T04:11:05.058Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2024-02-15T04:11:05.284Z | Build Tag: v22.1.9-dirty |
326 | 2024-02-15T04:11:05.285Z | Build Time: 2022/10/26 21:17:46 |
327 | 2024-02-15T04:11:05.285Z | Distribution: OSS |
328 | 2024-02-15T04:11:05.285Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2024-02-15T04:11:05.285Z | Go Version: go1.17.13 |
330 | 2024-02-15T04:11:05.285Z | C Compiler: gcc 10.3.0 |
331 | 2024-02-15T04:11:05.285Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2024-02-15T04:11:05.285Z | Build Type: release |
333 | 2024-02-15T04:11:05.304Z | + set -o errexit |
334 | 2024-02-15T04:11:05.326Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2024-02-15T04:11:05.326Z | ++ cd ./tools |
336 | 2024-02-15T04:11:05.326Z | ++ pwd |
337 | 2024-02-15T04:11:05.326Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2024-02-15T04:11:05.336Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2024-02-15T04:11:05.336Z | + ARG0=ci_download_clickhouse |
340 | 2024-02-15T04:11:05.336Z | + TARGET_DIR=out |
341 | 2024-02-15T04:11:05.336Z | + DOWNLOAD_DIR=out/downloads |
342 | 2024-02-15T04:11:05.336Z | + DEST_DIR=./out/clickhouse |
343 | 2024-02-15T04:11:05.336Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
344 | 2024-02-15T04:11:05.337Z | + CIDL_VERSION=v22.8.9.24 |
345 | 2024-02-15T04:11:05.337Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
346 | 2024-02-15T04:11:05.337Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
347 | 2024-02-15T04:11:05.337Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
348 | 2024-02-15T04:11:05.337Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
349 | 2024-02-15T04:11:05.337Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
350 | 2024-02-15T04:11:05.337Z | + main |
351 | 2024-02-15T04:11:05.338Z | + [[ 0 != 0 ]] |
352 | 2024-02-15T04:11:05.338Z | + CIDL_OS=solaris2.11 |
353 | 2024-02-15T04:11:05.338Z | + [[ 0 != 0 ]] |
354 | 2024-02-15T04:11:05.338Z | + configure_os solaris2.11 |
355 | 2024-02-15T04:11:05.338Z | + echo 'current directory: /work/oxidecomputer/omicron' |
356 | 2024-02-15T04:11:05.338Z | current directory: /work/oxidecomputer/omicron |
357 | 2024-02-15T04:11:05.338Z | + echo 'configuring based on OS: "solaris2.11"' |
358 | 2024-02-15T04:11:05.339Z | + CIDL_DASHREV= |
359 | 2024-02-15T04:11:05.339Z | + case "$1" in |
360 | 2024-02-15T04:11:05.339Z | configuring based on OS: "solaris2.11" |
361 | 2024-02-15T04:11:05.339Z | + CIDL_PLATFORM=illumos |
362 | 2024-02-15T04:11:05.339Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-15T04:11:05.339Z | + CIDL_MD5FUNC=do_md5sum |
364 | 2024-02-15T04:11:05.339Z | + CIDL_DASHREV=-1 |
365 | 2024-02-15T04:11:05.339Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
366 | 2024-02-15T04:11:05.339Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-15T04:11:05.339Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-15T04:11:05.339Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-02-15T04:11:05.339Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2024-02-15T04:11:05.339Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-15T04:11:05.339Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2024-02-15T04:11:05.339Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2024-02-15T04:11:05.339Z | + mkdir -p out/downloads |
374 | 2024-02-15T04:11:05.339Z | + mkdir -p ./out/clickhouse |
375 | 2024-02-15T04:11:05.339Z | + local DO_DOWNLOAD=true |
376 | 2024-02-15T04:11:05.339Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
377 | 2024-02-15T04:11:05.340Z | + '[' true == true ']' |
378 | 2024-02-15T04:11:05.340Z | + echo Downloading... |
379 | 2024-02-15T04:11:05.340Z | Downloading... |
380 | 2024-02-15T04:11:05.340Z | + 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 |
381 | 2024-02-15T04:11:05.340Z | + 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 |
382 | 2024-02-15T04:11:07.192Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2024-02-15T04:11:07.205Z | ++ md5sum |
384 | 2024-02-15T04:11:07.205Z | ++ awk '{print $1}' |
385 | 2024-02-15T04:11:07.374Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
386 | 2024-02-15T04:11:07.374Z | + [[ 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 ]] |
387 | 2024-02-15T04:11:07.384Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
388 | 2024-02-15T04:11:07.384Z | + mkdir -p ./out/clickhouse |
389 | 2024-02-15T04:11:07.384Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
390 | 2024-02-15T04:11:10.569Z | + ./out/clickhouse/clickhouse server --version |
391 | 2024-02-15T04:11:10.601Z | ClickHouse server version 22.8.9.1. |
392 | 2024-02-15T04:11:10.618Z | + set -o errexit |
393 | 2024-02-15T04:11:10.631Z | +++ dirname ./tools/ci_download_console |
394 | 2024-02-15T04:11:10.631Z | ++ cd ./tools |
395 | 2024-02-15T04:11:10.631Z | ++ pwd |
396 | 2024-02-15T04:11:10.631Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2024-02-15T04:11:10.632Z | ++ basename ./tools/ci_download_console |
398 | 2024-02-15T04:11:10.632Z | + ARG0=ci_download_console |
399 | 2024-02-15T04:11:10.632Z | + TARGET_DIR=out |
400 | 2024-02-15T04:11:10.632Z | + DOWNLOAD_DIR=out/downloads |
401 | 2024-02-15T04:11:10.633Z | + DEST_DIR=./out/console-assets |
402 | 2024-02-15T04:11:10.633Z | + source /work/oxidecomputer/omicron/tools/console_version |
403 | 2024-02-15T04:11:10.633Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
404 | 2024-02-15T04:11:10.633Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
405 | 2024-02-15T04:11:10.633Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
406 | 2024-02-15T04:11:10.633Z | + TARBALL_FILE=out/downloads/console.tar.gz |
407 | 2024-02-15T04:11:10.634Z | + main |
408 | 2024-02-15T04:11:10.634Z | + [[ 0 != 0 ]] |
409 | 2024-02-15T04:11:10.634Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
410 | 2024-02-15T04:11:10.634Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
411 | 2024-02-15T04:11:10.635Z | Local file: out/downloads/console.tar.gz |
412 | 2024-02-15T04:11:10.635Z | + echo 'Local file: out/downloads/console.tar.gz' |
413 | 2024-02-15T04:11:10.635Z | + local DO_DOWNLOAD=true |
414 | 2024-02-15T04:11:10.635Z | + [[ -f out/downloads/console.tar.gz ]] |
415 | 2024-02-15T04:11:10.635Z | + mkdir -p out/downloads |
416 | 2024-02-15T04:11:10.636Z | + '[' true == true ']' |
417 | 2024-02-15T04:11:10.636Z | + echo Downloading... |
418 | 2024-02-15T04:11:10.636Z | Downloading... |
419 | 2024-02-15T04:11:10.636Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
420 | 2024-02-15T04:11:10.637Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
421 | 2024-02-15T04:11:11.350Z | ++ do_sha256sum out/downloads/console.tar.gz |
422 | 2024-02-15T04:11:11.361Z | ++ case "$OSTYPE" in |
423 | 2024-02-15T04:11:11.361Z | ++ SHA=sha256sum |
424 | 2024-02-15T04:11:11.361Z | ++ sha256sum |
425 | 2024-02-15T04:11:11.361Z | ++ awk '{print $1}' |
426 | 2024-02-15T04:11:11.361Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
427 | 2024-02-15T04:11:11.362Z | + [[ 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 ]] |
428 | 2024-02-15T04:11:11.362Z | + rm -rf ./out/console-assets |
429 | 2024-02-15T04:11:11.375Z | + mkdir -p ./out/console-assets |
430 | 2024-02-15T04:11:11.375Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
431 | 2024-02-15T04:11:11.375Z | + mkdir -p ./out/console-assets |
432 | 2024-02-15T04:11:11.375Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
433 | 2024-02-15T04:11:11.475Z | + set -o errexit |
434 | 2024-02-15T04:11:11.592Z | +++ dirname ./tools/ci_download_maghemite_openapi |
435 | 2024-02-15T04:11:11.592Z | ++ cd ./tools |
436 | 2024-02-15T04:11:11.592Z | ++ pwd |
437 | 2024-02-15T04:11:11.592Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
438 | 2024-02-15T04:11:11.593Z | ++ basename ./tools/ci_download_maghemite_openapi |
439 | 2024-02-15T04:11:11.593Z | + ARG0=ci_download_maghemite_openapi |
440 | 2024-02-15T04:11:11.593Z | + TARGET_DIR=out |
441 | 2024-02-15T04:11:11.593Z | + DOWNLOAD_DIR=out/downloads |
442 | 2024-02-15T04:11:11.593Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
443 | 2024-02-15T04:11:11.593Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
444 | 2024-02-15T04:11:11.593Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-15T04:11:11.594Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
446 | 2024-02-15T04:11:11.594Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
447 | 2024-02-15T04:11:11.594Z | + main |
448 | 2024-02-15T04:11:11.594Z | + [[ 0 != 0 ]] |
449 | 2024-02-15T04:11:11.594Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
450 | 2024-02-15T04:11:11.594Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
451 | 2024-02-15T04:11:11.595Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
452 | 2024-02-15T04:11:11.595Z | + local DO_DOWNLOAD=true |
453 | 2024-02-15T04:11:11.595Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-15T04:11:11.595Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
455 | 2024-02-15T04:11:11.595Z | + mkdir -p out/downloads |
456 | 2024-02-15T04:11:11.595Z | + '[' true == true ']' |
457 | 2024-02-15T04:11:11.596Z | + echo Downloading... |
458 | 2024-02-15T04:11:11.596Z | Downloading... |
459 | 2024-02-15T04:11:11.596Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
460 | 2024-02-15T04:11:11.596Z | + 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 |
461 | 2024-02-15T04:11:11.841Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-15T04:11:11.841Z | ++ case "$OSTYPE" in |
463 | 2024-02-15T04:11:11.841Z | ++ SHA=sha256sum |
464 | 2024-02-15T04:11:11.854Z | ++ sha256sum |
465 | 2024-02-15T04:11:11.854Z | ++ awk '{print $1}' |
466 | 2024-02-15T04:11:11.854Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
467 | 2024-02-15T04:11:11.854Z | + [[ 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 ]] |
468 | 2024-02-15T04:11:11.854Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
469 | 2024-02-15T04:11:11.855Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
470 | 2024-02-15T04:11:11.855Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-15T04:11:11.855Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
472 | 2024-02-15T04:11:11.855Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
473 | 2024-02-15T04:11:11.855Z | + main |
474 | 2024-02-15T04:11:11.856Z | + [[ 0 != 0 ]] |
475 | 2024-02-15T04:11:11.856Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
476 | 2024-02-15T04:11:11.856Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
477 | 2024-02-15T04:11:11.856Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
478 | 2024-02-15T04:11:11.856Z | + local DO_DOWNLOAD=true |
479 | 2024-02-15T04:11:11.857Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
480 | 2024-02-15T04:11:11.857Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
481 | 2024-02-15T04:11:11.857Z | + mkdir -p out/downloads |
482 | 2024-02-15T04:11:11.857Z | + '[' true == true ']' |
483 | 2024-02-15T04:11:11.857Z | + echo Downloading... |
484 | 2024-02-15T04:11:11.858Z | Downloading... |
485 | 2024-02-15T04:11:11.858Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
486 | 2024-02-15T04:11:11.858Z | + 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 |
487 | 2024-02-15T04:11:12.572Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
488 | 2024-02-15T04:11:12.572Z | ++ case "$OSTYPE" in |
489 | 2024-02-15T04:11:12.994Z | ++ SHA=sha256sum |
490 | 2024-02-15T04:11:12.994Z | ++ sha256sum |
491 | 2024-02-15T04:11:12.995Z | ++ awk '{print $1}' |
492 | 2024-02-15T04:11:12.995Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
493 | 2024-02-15T04:11:12.995Z | + [[ 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 ]] |
494 | 2024-02-15T04:11:13.006Z | + set -o errexit |
495 | 2024-02-15T04:11:13.006Z | +++ dirname ./tools/ci_download_dendrite_openapi |
496 | 2024-02-15T04:11:13.006Z | ++ cd ./tools |
497 | 2024-02-15T04:11:13.006Z | ++ pwd |
498 | 2024-02-15T04:11:13.006Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2024-02-15T04:11:13.007Z | ++ basename ./tools/ci_download_dendrite_openapi |
500 | 2024-02-15T04:11:13.007Z | + ARG0=ci_download_dendrite_openapi |
501 | 2024-02-15T04:11:13.007Z | + TARGET_DIR=out |
502 | 2024-02-15T04:11:13.007Z | + DOWNLOAD_DIR=out/downloads |
503 | 2024-02-15T04:11:13.008Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2024-02-15T04:11:13.008Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
505 | 2024-02-15T04:11:13.008Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
506 | 2024-02-15T04:11:13.008Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
507 | 2024-02-15T04:11:13.008Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
508 | 2024-02-15T04:11:13.009Z | + main |
509 | 2024-02-15T04:11:13.009Z | + [[ 0 != 0 ]] |
510 | 2024-02-15T04:11:13.009Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
511 | 2024-02-15T04:11:13.009Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
512 | 2024-02-15T04:11:13.010Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
513 | 2024-02-15T04:11:13.010Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
514 | 2024-02-15T04:11:13.010Z | + local DO_DOWNLOAD=true |
515 | 2024-02-15T04:11:13.010Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
516 | 2024-02-15T04:11:13.011Z | + mkdir -p out/downloads |
517 | 2024-02-15T04:11:13.011Z | + '[' true == true ']' |
518 | 2024-02-15T04:11:13.011Z | + echo Downloading... |
519 | 2024-02-15T04:11:13.011Z | Downloading... |
520 | 2024-02-15T04:11:13.011Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
521 | 2024-02-15T04:11:13.012Z | + 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 |
522 | 2024-02-15T04:11:13.341Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
523 | 2024-02-15T04:11:13.341Z | ++ case "$OSTYPE" in |
524 | 2024-02-15T04:11:13.415Z | ++ SHA=sha256sum |
525 | 2024-02-15T04:11:13.415Z | ++ sha256sum |
526 | 2024-02-15T04:11:13.415Z | ++ awk '{print $1}' |
527 | 2024-02-15T04:11:13.415Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
528 | 2024-02-15T04:11:13.416Z | + [[ 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 ]] |
529 | 2024-02-15T04:11:13.416Z | + set -o errexit |
530 | 2024-02-15T04:11:13.416Z | +++ dirname ./tools/ci_download_dendrite_stub |
531 | 2024-02-15T04:11:13.416Z | ++ cd ./tools |
532 | 2024-02-15T04:11:13.417Z | ++ pwd |
533 | 2024-02-15T04:11:13.417Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
534 | 2024-02-15T04:11:13.417Z | ++ basename ./tools/ci_download_dendrite_stub |
535 | 2024-02-15T04:11:13.417Z | + ARG0=ci_download_dendrite_stub |
536 | 2024-02-15T04:11:13.417Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
537 | 2024-02-15T04:11:13.417Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
538 | 2024-02-15T04:11:13.417Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
539 | 2024-02-15T04:11:13.418Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
540 | 2024-02-15T04:11:13.418Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
541 | 2024-02-15T04:11:13.418Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
542 | 2024-02-15T04:11:13.418Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
543 | 2024-02-15T04:11:13.418Z | + TARGET_DIR=out |
544 | 2024-02-15T04:11:13.418Z | + DOWNLOAD_DIR=out/downloads |
545 | 2024-02-15T04:11:13.418Z | + DEST_DIR=./out/dendrite-stub |
546 | 2024-02-15T04:11:13.418Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
547 | 2024-02-15T04:11:13.418Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
548 | 2024-02-15T04:11:13.418Z | + REPO=oxidecomputer/dendrite |
549 | 2024-02-15T04:11:13.418Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
550 | 2024-02-15T04:11:13.418Z | + main |
551 | 2024-02-15T04:11:13.418Z | + [[ 0 != 0 ]] |
552 | 2024-02-15T04:11:13.418Z | + CIDL_OS=solaris2.11 |
553 | 2024-02-15T04:11:13.418Z | + [[ 0 != 0 ]] |
554 | 2024-02-15T04:11:13.418Z | + configure_os solaris2.11 |
555 | 2024-02-15T04:11:13.419Z | + echo 'current directory: /work/oxidecomputer/omicron' |
556 | 2024-02-15T04:11:13.419Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-02-15T04:11:13.419Z | current directory: /work/oxidecomputer/omicron |
558 | 2024-02-15T04:11:13.419Z | configuring based on OS: "solaris2.11" |
559 | 2024-02-15T04:11:13.419Z | + case "$1" in |
560 | 2024-02-15T04:11:13.419Z | + SET_BINARIES= |
561 | 2024-02-15T04:11:13.419Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
562 | 2024-02-15T04:11:13.419Z | + CIDL_SHA256FUNC=do_sha256sum |
563 | 2024-02-15T04:11:13.419Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
564 | 2024-02-15T04:11:13.420Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
565 | 2024-02-15T04:11:13.420Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-15T04:11:13.420Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
567 | 2024-02-15T04:11:13.420Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2024-02-15T04:11:13.420Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
569 | 2024-02-15T04:11:13.420Z | Local file: out/downloads/dendrite-stub.tar.gz |
570 | 2024-02-15T04:11:13.420Z | + mkdir -p out/downloads |
571 | 2024-02-15T04:11:13.420Z | + mkdir -p ./out/dendrite-stub |
572 | 2024-02-15T04:11:13.420Z | + fetch_and_verify |
573 | 2024-02-15T04:11:13.420Z | + local DO_DOWNLOAD=true |
574 | 2024-02-15T04:11:13.420Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
575 | 2024-02-15T04:11:13.420Z | + '[' true == true ']' |
576 | 2024-02-15T04:11:13.420Z | + echo Downloading... |
577 | 2024-02-15T04:11:13.420Z | Downloading... |
578 | 2024-02-15T04:11:13.420Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
579 | 2024-02-15T04:11:13.421Z | + 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 |
580 | 2024-02-15T04:11:31.857Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-15T04:11:31.884Z | ++ sha256sum |
582 | 2024-02-15T04:11:31.884Z | ++ awk '{print $1}' |
583 | 2024-02-15T04:11:31.897Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
584 | 2024-02-15T04:11:31.897Z | + [[ 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 ]] |
585 | 2024-02-15T04:11:31.897Z | + do_untar out/downloads/dendrite-stub.tar.gz |
586 | 2024-02-15T04:11:31.897Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
587 | 2024-02-15T04:11:32.584Z | + do_assemble |
588 | 2024-02-15T04:11:32.584Z | + rm -r ./out/dendrite-stub |
589 | 2024-02-15T04:11:32.604Z | + mkdir ./out/dendrite-stub |
590 | 2024-02-15T04:11:32.604Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
591 | 2024-02-15T04:11:32.665Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
592 | 2024-02-15T04:11:32.682Z | + set -o errexit |
593 | 2024-02-15T04:11:32.682Z | +++ dirname ./tools/ci_download_maghemite_mgd |
594 | 2024-02-15T04:11:32.708Z | ++ cd ./tools |
595 | 2024-02-15T04:11:32.708Z | ++ pwd |
596 | 2024-02-15T04:11:32.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
597 | 2024-02-15T04:11:32.709Z | ++ basename ./tools/ci_download_maghemite_mgd |
598 | 2024-02-15T04:11:32.709Z | + ARG0=ci_download_maghemite_mgd |
599 | 2024-02-15T04:11:32.709Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
600 | 2024-02-15T04:11:32.710Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
601 | 2024-02-15T04:11:32.711Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
602 | 2024-02-15T04:11:32.711Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
603 | 2024-02-15T04:11:32.711Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
604 | 2024-02-15T04:11:32.711Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
605 | 2024-02-15T04:11:32.712Z | + TARGET_DIR=out |
606 | 2024-02-15T04:11:32.712Z | + DOWNLOAD_DIR=out/downloads |
607 | 2024-02-15T04:11:32.712Z | + DEST_DIR=./out/mgd |
608 | 2024-02-15T04:11:32.713Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
609 | 2024-02-15T04:11:32.713Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
610 | 2024-02-15T04:11:32.713Z | + REPO=oxidecomputer/maghemite |
611 | 2024-02-15T04:11:32.714Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
612 | 2024-02-15T04:11:32.714Z | + main |
613 | 2024-02-15T04:11:32.714Z | + [[ 0 != 0 ]] |
614 | 2024-02-15T04:11:32.714Z | + CIDL_OS=solaris2.11 |
615 | 2024-02-15T04:11:32.715Z | + [[ 0 != 0 ]] |
616 | 2024-02-15T04:11:32.715Z | + configure_os solaris2.11 |
617 | 2024-02-15T04:11:32.715Z | + echo 'current directory: /work/oxidecomputer/omicron' |
618 | 2024-02-15T04:11:32.715Z | + echo 'configuring based on OS: "solaris2.11"' |
619 | 2024-02-15T04:11:32.716Z | current directory: /work/oxidecomputer/omicron |
620 | 2024-02-15T04:11:32.716Z | configuring based on OS: "solaris2.11" |
621 | 2024-02-15T04:11:32.716Z | + case "$1" in |
622 | 2024-02-15T04:11:32.716Z | + SET_BINARIES= |
623 | 2024-02-15T04:11:32.717Z | + CIDL_SHA256FUNC=do_sha256sum |
624 | 2024-02-15T04:11:32.717Z | + TARBALL_FILENAME=mgd.tar.gz |
625 | 2024-02-15T04:11:32.717Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
626 | 2024-02-15T04:11:32.718Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
627 | 2024-02-15T04:11:32.718Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
628 | 2024-02-15T04:11:32.718Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
629 | 2024-02-15T04:11:32.719Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2024-02-15T04:11:32.719Z | Local file: out/downloads/mgd.tar.gz |
631 | 2024-02-15T04:11:32.719Z | + mkdir -p out/downloads |
632 | 2024-02-15T04:11:32.719Z | + mkdir -p ./out/mgd |
633 | 2024-02-15T04:11:32.719Z | + fetch_and_verify |
634 | 2024-02-15T04:11:32.719Z | + local DO_DOWNLOAD=true |
635 | 2024-02-15T04:11:32.719Z | + [[ -f out/downloads/mgd.tar.gz ]] |
636 | 2024-02-15T04:11:32.720Z | + '[' true == true ']' |
637 | 2024-02-15T04:11:32.720Z | + echo Downloading... |
638 | 2024-02-15T04:11:32.720Z | Downloading... |
639 | 2024-02-15T04:11:32.720Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
640 | 2024-02-15T04:11:32.720Z | + 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 |
641 | 2024-02-15T04:11:51.334Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
642 | 2024-02-15T04:11:51.350Z | ++ sha256sum |
643 | 2024-02-15T04:11:51.350Z | ++ awk '{print $1}' |
644 | 2024-02-15T04:11:51.361Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
645 | 2024-02-15T04:11:51.361Z | + [[ 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 ]] |
646 | 2024-02-15T04:11:51.361Z | + do_untar out/downloads/mgd.tar.gz |
647 | 2024-02-15T04:11:51.361Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
648 | 2024-02-15T04:11:51.811Z | + do_assemble |
649 | 2024-02-15T04:11:51.811Z | + rm -r ./out/mgd |
650 | 2024-02-15T04:11:51.828Z | + mkdir ./out/mgd |
651 | 2024-02-15T04:11:51.828Z | + cp -r out/downloads/root ./out/mgd/root |
652 | 2024-02-15T04:11:51.982Z | + set -o errexit |
653 | 2024-02-15T04:11:52.436Z | +++ dirname ./tools/ci_download_transceiver_control |
654 | 2024-02-15T04:11:52.436Z | ++ cd ./tools |
655 | 2024-02-15T04:11:52.436Z | ++ pwd |
656 | 2024-02-15T04:11:52.436Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
657 | 2024-02-15T04:11:52.437Z | ++ basename ./tools/ci_download_transceiver_control |
658 | 2024-02-15T04:11:52.437Z | + ARG0=ci_download_transceiver_control |
659 | 2024-02-15T04:11:52.437Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
660 | 2024-02-15T04:11:52.437Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2024-02-15T04:11:52.437Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-02-15T04:11:52.437Z | + TARGET_DIR=out |
663 | 2024-02-15T04:11:52.437Z | + DOWNLOAD_DIR=out/downloads |
664 | 2024-02-15T04:11:52.437Z | + DEST_DIR=./out/transceiver-control |
665 | 2024-02-15T04:11:52.437Z | + BIN_DIR=/opt/oxide/bin |
666 | 2024-02-15T04:11:52.437Z | + BINARY=xcvradm |
667 | 2024-02-15T04:11:52.437Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
668 | 2024-02-15T04:11:52.437Z | + REPO=oxidecomputer/transceiver-control |
669 | 2024-02-15T04:11:52.438Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2024-02-15T04:11:52.438Z | + main |
671 | 2024-02-15T04:11:52.438Z | + [[ 0 != 0 ]] |
672 | 2024-02-15T04:11:52.438Z | + CIDL_OS=solaris2.11 |
673 | 2024-02-15T04:11:52.438Z | + [[ 0 != 0 ]] |
674 | 2024-02-15T04:11:52.438Z | + configure_os solaris2.11 |
675 | 2024-02-15T04:11:52.438Z | + echo 'current directory: /work/oxidecomputer/omicron' |
676 | 2024-02-15T04:11:52.438Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-02-15T04:11:52.438Z | + case "$1" in |
678 | 2024-02-15T04:11:52.438Z | + SET_BINARIES= |
679 | 2024-02-15T04:11:52.438Z | current directory: /work/oxidecomputer/omicron |
680 | 2024-02-15T04:11:52.438Z | configuring based on OS: "solaris2.11" |
681 | 2024-02-15T04:11:52.438Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-15T04:11:52.438Z | + CIDL_SHA256FUNC=do_sha256sum |
683 | 2024-02-15T04:11:52.438Z | + ARCHIVE_FILENAME=xcvradm.gz |
684 | 2024-02-15T04:11:52.438Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2024-02-15T04:11:52.438Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
686 | 2024-02-15T04:11:52.439Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-02-15T04:11:52.439Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
688 | 2024-02-15T04:11:52.439Z | Local file: out/downloads/xcvradm.gz |
689 | 2024-02-15T04:11:52.439Z | + echo 'Local file: out/downloads/xcvradm.gz' |
690 | 2024-02-15T04:11:52.439Z | + mkdir -p out/downloads |
691 | 2024-02-15T04:11:52.439Z | + mkdir -p ./out/transceiver-control |
692 | 2024-02-15T04:11:52.439Z | + fetch_and_verify |
693 | 2024-02-15T04:11:52.439Z | + local DO_DOWNLOAD=true |
694 | 2024-02-15T04:11:52.439Z | + [[ -f out/downloads/xcvradm.gz ]] |
695 | 2024-02-15T04:11:52.439Z | + '[' true == true ']' |
696 | 2024-02-15T04:11:52.439Z | + echo Downloading... |
697 | 2024-02-15T04:11:52.439Z | Downloading... |
698 | 2024-02-15T04:11:52.439Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
699 | 2024-02-15T04:11:52.440Z | + 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 |
700 | 2024-02-15T04:11:57.811Z | ++ do_sha256sum out/downloads/xcvradm.gz |
701 | 2024-02-15T04:11:57.819Z | ++ sha256sum |
702 | 2024-02-15T04:11:57.819Z | ++ awk '{print $1}' |
703 | 2024-02-15T04:11:57.835Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
704 | 2024-02-15T04:11:57.835Z | + [[ 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 ]] |
705 | 2024-02-15T04:11:57.835Z | + do_unpack out/downloads/xcvradm.gz |
706 | 2024-02-15T04:11:57.836Z | + mkdir -p out/downloads/root//opt/oxide/bin |
707 | 2024-02-15T04:11:57.836Z | + gzip -dc out/downloads/xcvradm.gz |
708 | 2024-02-15T04:11:57.943Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
709 | 2024-02-15T04:11:57.951Z | + do_assemble |
710 | 2024-02-15T04:11:57.951Z | + rm -r ./out/transceiver-control |
711 | 2024-02-15T04:11:57.951Z | + mkdir ./out/transceiver-control |
712 | 2024-02-15T04:11:57.952Z | + cp -r out/downloads/root ./out/transceiver-control/root |
713 | 2024-02-15T04:11:58.541Z | All builder prerequisites installed successfully, and PATH looks valid |
714 | 2024-02-15T04:11:58.561Z | |
715 | 2024-02-15T04:11:58.561Z | real 2:29.103906776 |
716 | 2024-02-15T04:11:58.561Z | user 36.708591134 |
717 | 2024-02-15T04:11:58.561Z | sys 7.237390859 |
718 | 2024-02-15T04:11:58.561Z | trap 0.009806834 |
719 | 2024-02-15T04:11:58.561Z | tflt 0.391556865 |
720 | 2024-02-15T04:11:58.561Z | dflt 0.901987462 |
721 | 2024-02-15T04:11:58.561Z | kflt 0.131072771 |
722 | 2024-02-15T04:11:58.561Z | lock 1.703120058 |
723 | 2024-02-15T04:11:58.561Z | slp 5:20.899831775 |
724 | 2024-02-15T04:11:58.561Z | lat 1.889029801 |
725 | 2024-02-15T04:11:58.561Z | stop 0.134381092 |
726 | 2024-02-15T04:11:58.561Z | |
727 | 2024-02-15T04:11:58.561Z | #### # # ##### ##### # # |
728 | 2024-02-15T04:11:58.561Z | # # # # # # # # # # |
729 | 2024-02-15T04:11:58.562Z | # # # # # # # # |
730 | 2024-02-15T04:11:58.562Z | # # # ##### ##### # |
731 | 2024-02-15T04:11:58.562Z | # # # # # # # |
732 | 2024-02-15T04:11:58.562Z | #### ###### # # # # |
733 | 2024-02-15T04:11:58.562Z | |
734 | 2024-02-15T04:11:59.033Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
735 | 2024-02-15T04:11:59.284Z | Updating git repository `https://github.com/oxidecomputer/samael` |
736 | 2024-02-15T04:11:59.390Z | Updating crates.io index |
737 | 2024-02-15T04:11:59.408Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
738 | 2024-02-15T04:12:00.313Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2024-02-15T04:12:02.174Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
740 | 2024-02-15T04:12:02.704Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
741 | 2024-02-15T04:12:02.997Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
742 | 2024-02-15T04:12:03.663Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
743 | 2024-02-15T04:12:03.668Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2024-02-15T04:12:04.374Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2024-02-15T04:12:06.468Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2024-02-15T04:12:07.334Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
747 | 2024-02-15T04:12:07.794Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
748 | 2024-02-15T04:12:08.426Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
749 | 2024-02-15T04:12:09.151Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
750 | 2024-02-15T04:12:09.154Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2024-02-15T04:12:09.307Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2024-02-15T04:12:09.735Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2024-02-15T04:12:10.215Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
754 | 2024-02-15T04:12:10.642Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
755 | 2024-02-15T04:12:11.521Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2024-02-15T04:12:11.529Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
757 | 2024-02-15T04:12:11.734Z | Updating git repository `https://github.com/jgallagher/nix` |
758 | 2024-02-15T04:12:12.897Z | Updating git repository `https://github.com/cbiffle/hubpack` |
759 | 2024-02-15T04:12:13.283Z | Updating git repository `https://github.com/oxidecomputer/typify` |
760 | 2024-02-15T04:12:14.844Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
761 | 2024-02-15T04:12:15.259Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2024-02-15T04:12:15.539Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
763 | 2024-02-15T04:12:16.873Z | Downloading crates ... |
764 | 2024-02-15T04:12:17.144Z | Downloaded anstyle-parse v0.2.1 |
765 | 2024-02-15T04:12:17.564Z | Downloaded equivalent v1.0.1 |
766 | 2024-02-15T04:12:17.570Z | Downloaded cargo-platform v0.1.3 |
767 | 2024-02-15T04:12:17.570Z | Downloaded terminal_size v0.2.6 |
768 | 2024-02-15T04:12:17.570Z | Downloaded clap_lex v0.5.1 |
769 | 2024-02-15T04:12:17.570Z | Downloaded thiserror-impl v1.0.56 |
770 | 2024-02-15T04:12:17.570Z | Downloaded bitflags v1.3.2 |
771 | 2024-02-15T04:12:17.570Z | Downloaded toml_datetime v0.6.5 |
772 | 2024-02-15T04:12:17.570Z | Downloaded serde v1.0.196 |
773 | 2024-02-15T04:12:17.571Z | Downloaded anstream v0.5.0 |
774 | 2024-02-15T04:12:17.571Z | Downloaded heck v0.4.1 |
775 | 2024-02-15T04:12:17.571Z | Downloaded anstyle-query v1.0.0 |
776 | 2024-02-15T04:12:17.571Z | Downloaded itoa v1.0.9 |
777 | 2024-02-15T04:12:17.571Z | Downloaded serde_spanned v0.6.5 |
778 | 2024-02-15T04:12:17.571Z | Downloaded strsim v0.10.0 |
779 | 2024-02-15T04:12:17.571Z | Downloaded colorchoice v1.0.0 |
780 | 2024-02-15T04:12:17.571Z | Downloaded cargo_metadata v0.18.1 |
781 | 2024-02-15T04:12:17.572Z | Downloaded utf8parse v0.2.1 |
782 | 2024-02-15T04:12:17.572Z | Downloaded errno v0.3.8 |
783 | 2024-02-15T04:12:17.572Z | Downloaded anstyle v1.0.2 |
784 | 2024-02-15T04:12:17.572Z | Downloaded clap_derive v4.4.2 |
785 | 2024-02-15T04:12:17.572Z | Downloaded thiserror v1.0.56 |
786 | 2024-02-15T04:12:17.572Z | Downloaded camino v1.1.6 |
787 | 2024-02-15T04:12:17.572Z | Downloaded cargo_toml v0.19.0 |
788 | 2024-02-15T04:12:17.572Z | Downloaded quote v1.0.35 |
789 | 2024-02-15T04:12:17.572Z | Downloaded anyhow v1.0.75 |
790 | 2024-02-15T04:12:17.573Z | Downloaded unicode-ident v1.0.12 |
791 | 2024-02-15T04:12:17.573Z | Downloaded ryu v1.0.15 |
792 | 2024-02-15T04:12:17.573Z | Downloaded io-lifetimes v1.0.11 |
793 | 2024-02-15T04:12:17.573Z | Downloaded serde_derive v1.0.196 |
794 | 2024-02-15T04:12:17.573Z | Downloaded semver v1.0.21 |
795 | 2024-02-15T04:12:17.573Z | Downloaded toml v0.8.9 |
796 | 2024-02-15T04:12:17.573Z | Downloaded proc-macro2 v1.0.78 |
797 | 2024-02-15T04:12:17.573Z | Downloaded clap v4.4.3 |
798 | 2024-02-15T04:12:17.573Z | Downloaded indexmap v2.2.2 |
799 | 2024-02-15T04:12:17.574Z | Downloaded memchr v2.6.3 |
800 | 2024-02-15T04:12:17.574Z | Downloaded toml_edit v0.21.1 |
801 | 2024-02-15T04:12:17.574Z | Downloaded winnow v0.5.15 |
802 | 2024-02-15T04:12:17.574Z | Downloaded hashbrown v0.14.2 |
803 | 2024-02-15T04:12:17.574Z | Downloaded clap_builder v4.4.2 |
804 | 2024-02-15T04:12:17.574Z | Downloaded serde_json v1.0.113 |
805 | 2024-02-15T04:12:17.574Z | Downloaded syn v2.0.48 |
806 | 2024-02-15T04:12:17.574Z | Downloaded rustix v0.37.23 |
807 | 2024-02-15T04:12:17.574Z | Downloaded libc v0.2.153 |
808 | 2024-02-15T04:12:17.605Z | Compiling proc-macro2 v1.0.78 |
809 | 2024-02-15T04:12:17.606Z | Compiling unicode-ident v1.0.12 |
810 | 2024-02-15T04:12:17.609Z | Compiling serde v1.0.196 |
811 | 2024-02-15T04:12:17.609Z | Compiling libc v0.2.153 |
812 | 2024-02-15T04:12:17.609Z | Compiling io-lifetimes v1.0.11 |
813 | 2024-02-15T04:12:17.609Z | Compiling rustix v0.37.23 |
814 | 2024-02-15T04:12:17.630Z | Compiling utf8parse v0.2.1 |
815 | 2024-02-15T04:12:17.634Z | Compiling hashbrown v0.14.2 |
816 | 2024-02-15T04:12:17.842Z | Compiling bitflags v1.3.2 |
817 | 2024-02-15T04:12:17.845Z | Compiling equivalent v1.0.1 |
818 | 2024-02-15T04:12:17.949Z | Compiling anstyle-parse v0.2.1 |
819 | 2024-02-15T04:12:17.964Z | Compiling serde_json v1.0.113 |
820 | 2024-02-15T04:12:18.260Z | Compiling colorchoice v1.0.0 |
821 | 2024-02-15T04:12:18.374Z | Compiling semver v1.0.21 |
822 | 2024-02-15T04:12:18.723Z | Compiling indexmap v2.2.2 |
823 | 2024-02-15T04:12:19.666Z | Compiling anstyle-query v1.0.0 |
824 | 2024-02-15T04:12:19.764Z | Compiling camino v1.1.6 |
825 | 2024-02-15T04:12:20.121Z | Compiling winnow v0.5.15 |
826 | 2024-02-15T04:12:20.135Z | Compiling thiserror v1.0.56 |
827 | 2024-02-15T04:12:20.305Z | Compiling anstyle v1.0.2 |
828 | 2024-02-15T04:12:20.427Z | Compiling heck v0.4.1 |
829 | 2024-02-15T04:12:20.452Z | Compiling strsim v0.10.0 |
830 | 2024-02-15T04:12:20.493Z | Compiling anyhow v1.0.75 |
831 | 2024-02-15T04:12:20.803Z | Compiling anstream v0.5.0 |
832 | 2024-02-15T04:12:20.830Z | Compiling clap_lex v0.5.1 |
833 | 2024-02-15T04:12:20.952Z | Compiling ryu v1.0.15 |
834 | 2024-02-15T04:12:21.088Z | Compiling itoa v1.0.9 |
835 | 2024-02-15T04:12:21.307Z | Compiling quote v1.0.35 |
836 | 2024-02-15T04:12:21.554Z | Compiling errno v0.3.8 |
837 | 2024-02-15T04:12:21.762Z | Compiling syn v2.0.48 |
838 | 2024-02-15T04:12:22.687Z | Compiling terminal_size v0.2.6 |
839 | 2024-02-15T04:12:22.807Z | Compiling clap_builder v4.4.2 |
840 | 2024-02-15T04:12:27.511Z | Compiling serde_derive v1.0.196 |
841 | 2024-02-15T04:12:27.511Z | Compiling thiserror-impl v1.0.56 |
842 | 2024-02-15T04:12:27.530Z | Compiling clap_derive v4.4.2 |
843 | 2024-02-15T04:12:30.342Z | Compiling clap v4.4.3 |
844 | 2024-02-15T04:12:36.908Z | Compiling serde_spanned v0.6.5 |
845 | 2024-02-15T04:12:36.911Z | Compiling toml_datetime v0.6.5 |
846 | 2024-02-15T04:12:36.911Z | Compiling cargo-platform v0.1.3 |
847 | 2024-02-15T04:12:36.911Z | Compiling toml_edit v0.21.1 |
848 | 2024-02-15T04:12:38.001Z | Compiling cargo_metadata v0.18.1 |
849 | 2024-02-15T04:12:39.039Z | Compiling toml v0.8.9 |
850 | 2024-02-15T04:12:39.808Z | Compiling cargo_toml v0.19.0 |
851 | 2024-02-15T04:12:44.128Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
852 | 2024-02-15T04:12:44.819Z | Finished dev [unoptimized + debuginfo] target(s) in 46.14s |
853 | 2024-02-15T04:12:44.929Z | Running `target/debug/xtask clippy` |
854 | 2024-02-15T04:12:44.972Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
855 | 2024-02-15T04:12:45.570Z | Downloading crates ... |
856 | 2024-02-15T04:12:45.808Z | Downloaded base64ct v1.6.0 |
857 | 2024-02-15T04:12:45.823Z | Downloaded addr2line v0.21.0 |
858 | 2024-02-15T04:12:45.860Z | Downloaded cstr-argument v0.1.2 |
859 | 2024-02-15T04:12:45.875Z | Downloaded cpufeatures v0.2.12 |
860 | 2024-02-15T04:12:45.875Z | Downloaded block-padding v0.3.3 |
861 | 2024-02-15T04:12:45.875Z | Downloaded constant_time_eq v0.3.0 |
862 | 2024-02-15T04:12:45.875Z | Downloaded curve25519-dalek-derive v0.1.0 |
863 | 2024-02-15T04:12:45.875Z | Downloaded convert_case v0.4.0 |
864 | 2024-02-15T04:12:45.876Z | Downloaded crossbeam-deque v0.8.3 |
865 | 2024-02-15T04:12:45.876Z | Downloaded constant_time_eq v0.2.6 |
866 | 2024-02-15T04:12:45.876Z | Downloaded buf-list v1.0.3 |
867 | 2024-02-15T04:12:45.876Z | Downloaded crc-catalog v2.2.0 |
868 | 2024-02-15T04:12:45.892Z | Downloaded criterion-plot v0.5.0 |
869 | 2024-02-15T04:12:45.893Z | Downloaded console v0.15.8 |
870 | 2024-02-15T04:12:45.893Z | Downloaded http-body v1.0.0 |
871 | 2024-02-15T04:12:45.893Z | Downloaded colored v2.0.4 |
872 | 2024-02-15T04:12:45.893Z | Downloaded csv-core v0.1.11 |
873 | 2024-02-15T04:12:45.893Z | Downloaded bitflags v2.4.0 |
874 | 2024-02-15T04:12:45.916Z | Downloaded http-range v0.1.5 |
875 | 2024-02-15T04:12:45.917Z | Downloaded crossbeam-utils v0.8.16 |
876 | 2024-02-15T04:12:45.933Z | Downloaded hostname v0.3.1 |
877 | 2024-02-15T04:12:45.934Z | Downloaded home v0.5.5 |
878 | 2024-02-15T04:12:45.934Z | Downloaded crc-any v2.4.3 |
879 | 2024-02-15T04:12:45.934Z | Downloaded hubpack_derive v0.1.1 |
880 | 2024-02-15T04:12:45.934Z | Downloaded cookie v0.18.0 |
881 | 2024-02-15T04:12:45.934Z | Downloaded assert_matches v1.5.0 |
882 | 2024-02-15T04:12:45.935Z | Downloaded async-stream-impl v0.3.5 |
883 | 2024-02-15T04:12:45.935Z | Downloaded hyper-tls v0.5.0 |
884 | 2024-02-15T04:12:45.935Z | Downloaded http-body v0.4.5 |
885 | 2024-02-15T04:12:45.935Z | Downloaded cfg-if v1.0.0 |
886 | 2024-02-15T04:12:45.935Z | Downloaded cassowary v0.3.0 |
887 | 2024-02-15T04:12:46.361Z | Downloaded bzip2 v0.4.4 |
888 | 2024-02-15T04:12:46.361Z | Downloaded atomicwrites v0.4.3 |
889 | 2024-02-15T04:12:46.361Z | Downloaded camino-tempfile v1.1.1 |
890 | 2024-02-15T04:12:46.361Z | Downloaded atty v0.2.14 |
891 | 2024-02-15T04:12:46.362Z | Downloaded ident_case v1.0.1 |
892 | 2024-02-15T04:12:46.362Z | Downloaded crossbeam-epoch v0.9.15 |
893 | 2024-02-15T04:12:46.362Z | Downloaded ciborium-io v0.2.2 |
894 | 2024-02-15T04:12:46.380Z | Downloaded aead v0.5.2 |
895 | 2024-02-15T04:12:46.380Z | Downloaded nodrop v0.1.14 |
896 | 2024-02-15T04:12:46.380Z | Downloaded block-buffer v0.10.4 |
897 | 2024-02-15T04:12:46.381Z | Downloaded cexpr v0.6.0 |
898 | 2024-02-15T04:12:46.381Z | Downloaded is_ci v1.1.1 |
899 | 2024-02-15T04:12:46.381Z | Downloaded impl-trait-for-tuples v0.2.2 |
900 | 2024-02-15T04:12:46.381Z | Downloaded ciborium-ll v0.2.2 |
901 | 2024-02-15T04:12:46.381Z | Downloaded assert_cmd v2.0.13 |
902 | 2024-02-15T04:12:46.381Z | Downloaded anes v0.1.6 |
903 | 2024-02-15T04:12:46.381Z | Downloaded cipher v0.4.4 |
904 | 2024-02-15T04:12:46.381Z | Downloaded ciborium v0.2.2 |
905 | 2024-02-15T04:12:46.381Z | Downloaded bit-vec v0.6.3 |
906 | 2024-02-15T04:12:46.382Z | Downloaded indoc v1.0.9 |
907 | 2024-02-15T04:12:46.382Z | Downloaded new_debug_unreachable v1.0.4 |
908 | 2024-02-15T04:12:46.382Z | Downloaded match_cfg v0.1.0 |
909 | 2024-02-15T04:12:46.382Z | Downloaded cfg-expr v0.15.6 |
910 | 2024-02-15T04:12:46.382Z | Downloaded cc v1.0.83 |
911 | 2024-02-15T04:12:46.382Z | Downloaded bb8 v0.8.3 |
912 | 2024-02-15T04:12:46.382Z | Downloaded signal-hook-tokio v0.3.1 |
913 | 2024-02-15T04:12:46.382Z | Downloaded backoff v0.4.0 |
914 | 2024-02-15T04:12:46.382Z | Downloaded maybe-uninit v2.0.0 |
915 | 2024-02-15T04:12:46.382Z | Downloaded nested v0.1.1 |
916 | 2024-02-15T04:12:46.382Z | Downloaded normalize-line-endings v0.3.0 |
917 | 2024-02-15T04:12:46.382Z | Downloaded stability v0.1.1 |
918 | 2024-02-15T04:12:46.382Z | Downloaded sqlparser_derive v0.2.2 |
919 | 2024-02-15T04:12:46.383Z | Downloaded hyper-rustls v0.26.0 |
920 | 2024-02-15T04:12:46.383Z | Downloaded memoffset v0.9.0 |
921 | 2024-02-15T04:12:46.383Z | Downloaded nanorand v0.7.0 |
922 | 2024-02-15T04:12:46.383Z | Downloaded rustls-pemfile v1.0.3 |
923 | 2024-02-15T04:12:46.383Z | Downloaded tower-service v0.3.2 |
924 | 2024-02-15T04:12:46.383Z | Downloaded toolchain_find v0.2.0 |
925 | 2024-02-15T04:12:46.383Z | Downloaded phf_shared v0.10.0 |
926 | 2024-02-15T04:12:46.383Z | Downloaded lazycell v1.3.0 |
927 | 2024-02-15T04:12:46.383Z | Downloaded multimap v0.8.3 |
928 | 2024-02-15T04:12:46.383Z | Downloaded md-5 v0.10.5 |
929 | 2024-02-15T04:12:46.383Z | Downloaded libefi-sys v0.1.0 |
930 | 2024-02-15T04:12:46.383Z | Downloaded mime v0.3.17 |
931 | 2024-02-15T04:12:46.384Z | Downloaded managed v0.8.0 |
932 | 2024-02-15T04:12:46.384Z | Downloaded signal-hook-registry v1.4.1 |
933 | 2024-02-15T04:12:46.384Z | Downloaded macaddr v1.0.1 |
934 | 2024-02-15T04:12:46.384Z | Downloaded nu-ansi-term v0.49.0 |
935 | 2024-02-15T04:12:46.384Z | Downloaded headers-core v0.2.0 |
936 | 2024-02-15T04:12:46.384Z | Downloaded lru-cache v0.1.2 |
937 | 2024-02-15T04:12:46.384Z | Downloaded blake2 v0.10.6 |
938 | 2024-02-15T04:12:46.384Z | Downloaded basic-toml v0.1.8 |
939 | 2024-02-15T04:12:46.384Z | Downloaded num-iter v0.1.43 |
940 | 2024-02-15T04:12:46.384Z | Downloaded rpassword v7.3.1 |
941 | 2024-02-15T04:12:46.385Z | Downloaded num-integer v0.1.45 |
942 | 2024-02-15T04:12:46.385Z | Downloaded pathdiff v0.2.1 |
943 | 2024-02-15T04:12:46.385Z | Downloaded try-lock v0.2.4 |
944 | 2024-02-15T04:12:46.386Z | Downloaded cast v0.3.0 |
945 | 2024-02-15T04:12:46.386Z | Downloaded stable_deref_trait v1.2.0 |
946 | 2024-02-15T04:12:46.386Z | Downloaded tui-tree-widget v0.17.0 |
947 | 2024-02-15T04:12:46.386Z | Downloaded gethostname v0.4.3 |
948 | 2024-02-15T04:12:46.387Z | Downloaded oso-derive v0.27.0 |
949 | 2024-02-15T04:12:46.387Z | Downloaded plotters-svg v0.3.5 |
950 | 2024-02-15T04:12:46.387Z | Downloaded multer v3.0.0 |
951 | 2024-02-15T04:12:46.387Z | Downloaded num-complex v0.4.4 |
952 | 2024-02-15T04:12:46.387Z | Downloaded openssl-probe v0.1.5 |
953 | 2024-02-15T04:12:46.388Z | Downloaded rustls-pemfile v2.0.0 |
954 | 2024-02-15T04:12:46.388Z | Downloaded paste v1.0.14 |
955 | 2024-02-15T04:12:46.388Z | Downloaded slog-dtrace v0.3.0 |
956 | 2024-02-15T04:12:46.388Z | Downloaded zone v0.3.0 |
957 | 2024-02-15T04:12:46.388Z | Downloaded indexmap v1.9.3 |
958 | 2024-02-15T04:12:46.389Z | Downloaded termtree v0.4.1 |
959 | 2024-02-15T04:12:46.389Z | Downloaded openssl-macros v0.1.1 |
960 | 2024-02-15T04:12:46.389Z | Downloaded endian-type v0.1.2 |
961 | 2024-02-15T04:12:46.389Z | Downloaded rustversion v1.0.14 |
962 | 2024-02-15T04:12:46.389Z | Downloaded spin v0.5.2 |
963 | 2024-02-15T04:12:46.389Z | Downloaded fxhash v0.2.1 |
964 | 2024-02-15T04:12:46.390Z | Downloaded secrecy v0.8.0 |
965 | 2024-02-15T04:12:46.390Z | Downloaded hex-literal v0.4.1 |
966 | 2024-02-15T04:12:46.390Z | Downloaded opaque-debug v0.3.0 |
967 | 2024-02-15T04:12:46.390Z | Downloaded hyper-util v0.1.2 |
968 | 2024-02-15T04:12:46.390Z | Downloaded glob v0.3.1 |
969 | 2024-02-15T04:12:46.391Z | Downloaded remove_dir_all v0.5.3 |
970 | 2024-02-15T04:12:46.391Z | Downloaded time-core v0.1.1 |
971 | 2024-02-15T04:12:46.391Z | Downloaded time-macros v0.2.13 |
972 | 2024-02-15T04:12:46.391Z | Downloaded packed_struct_codegen v0.10.1 |
973 | 2024-02-15T04:12:46.391Z | Downloaded indicatif v0.17.7 |
974 | 2024-02-15T04:12:46.391Z | Downloaded slog-bunyan v2.5.0 |
975 | 2024-02-15T04:12:46.391Z | Downloaded tokio-rustls v0.25.0 |
976 | 2024-02-15T04:12:46.392Z | Downloaded tokio-rustls v0.24.1 |
977 | 2024-02-15T04:12:46.392Z | Downloaded foreign-types-shared v0.3.1 |
978 | 2024-02-15T04:12:46.392Z | Downloaded foreign-types v0.5.0 |
979 | 2024-02-15T04:12:46.392Z | Downloaded rustc-demangle v0.1.23 |
980 | 2024-02-15T04:12:46.392Z | Downloaded rust-argon2 v1.0.1 |
981 | 2024-02-15T04:12:46.393Z | Downloaded textwrap v0.11.0 |
982 | 2024-02-15T04:12:46.393Z | Downloaded usdt-macro v0.3.5 |
983 | 2024-02-15T04:12:46.393Z | Downloaded universal-hash v0.5.1 |
984 | 2024-02-15T04:12:46.393Z | Downloaded enum-as-inner v0.5.1 |
985 | 2024-02-15T04:12:46.393Z | Downloaded zone_cfg_derive v0.3.0 |
986 | 2024-02-15T04:12:46.393Z | Downloaded deranged v0.3.8 |
987 | 2024-02-15T04:12:46.393Z | Downloaded debug-ignore v1.0.5 |
988 | 2024-02-15T04:12:46.394Z | Downloaded pkg-config v0.3.27 |
989 | 2024-02-15T04:12:46.394Z | Downloaded proc-macro-error v1.0.4 |
990 | 2024-02-15T04:12:46.394Z | Downloaded swrite v0.1.0 |
991 | 2024-02-15T04:12:46.394Z | Downloaded base64 v0.21.7 |
992 | 2024-02-15T04:12:46.394Z | Downloaded untrusted v0.7.1 |
993 | 2024-02-15T04:12:46.394Z | Downloaded scheduled-thread-pool v0.2.7 |
994 | 2024-02-15T04:12:46.828Z | Downloaded num_threads v0.1.6 |
995 | 2024-02-15T04:12:46.828Z | Downloaded phf v0.11.2 |
996 | 2024-02-15T04:12:46.829Z | Downloaded precomputed-hash v0.1.1 |
997 | 2024-02-15T04:12:46.829Z | Downloaded rustls-native-certs v0.7.0 |
998 | 2024-02-15T04:12:46.829Z | Downloaded strum_macros v0.26.1 |
999 | 2024-02-15T04:12:46.829Z | Downloaded futures-task v0.3.30 |
1000 | 2024-02-15T04:12:46.830Z | Downloaded scroll v0.12.0 |
1001 | 2024-02-15T04:12:46.830Z | Downloaded dyn-clone v1.0.16 |
1002 | 2024-02-15T04:12:46.830Z | Downloaded slog-json v2.6.1 |
1003 | 2024-02-15T04:12:46.831Z | Downloaded usdt-impl v0.3.5 |
1004 | 2024-02-15T04:12:46.831Z | Downloaded unicode-xid v0.2.4 |
1005 | 2024-02-15T04:12:46.831Z | Downloaded pkcs1 v0.7.5 |
1006 | 2024-02-15T04:12:46.831Z | Downloaded structopt v0.3.26 |
1007 | 2024-02-15T04:12:46.832Z | Downloaded tower-layer v0.3.2 |
1008 | 2024-02-15T04:12:46.832Z | Downloaded unicase v2.7.0 |
1009 | 2024-02-15T04:12:46.832Z | Downloaded unarray v0.1.4 |
1010 | 2024-02-15T04:12:46.832Z | Downloaded parking_lot_core v0.9.8 |
1011 | 2024-02-15T04:12:46.833Z | Downloaded serde-big-array v0.4.1 |
1012 | 2024-02-15T04:12:46.833Z | Downloaded usdt-macro v0.5.0 |
1013 | 2024-02-15T04:12:46.833Z | Downloaded smallvec v1.13.1 |
1014 | 2024-02-15T04:12:46.833Z | Downloaded foreign-types-shared v0.1.1 |
1015 | 2024-02-15T04:12:46.834Z | Downloaded foreign-types-macros v0.2.3 |
1016 | 2024-02-15T04:12:46.834Z | Downloaded serde_tokenstream v0.2.0 |
1017 | 2024-02-15T04:12:46.834Z | Downloaded tinytemplate v1.2.1 |
1018 | 2024-02-15T04:12:46.834Z | Downloaded same-file v1.0.6 |
1019 | 2024-02-15T04:12:46.835Z | Downloaded dtrace-parser v0.2.0 |
1020 | 2024-02-15T04:12:46.835Z | Downloaded derive_builder_macro v0.12.0 |
1021 | 2024-02-15T04:12:46.835Z | Downloaded tracing-core v0.1.31 |
1022 | 2024-02-15T04:12:46.835Z | Downloaded yasna v0.5.2 |
1023 | 2024-02-15T04:12:46.836Z | Downloaded yansi v0.5.1 |
1024 | 2024-02-15T04:12:46.836Z | Downloaded slog-scope v4.4.0 |
1025 | 2024-02-15T04:12:46.836Z | Downloaded slog-envlogger v2.2.0 |
1026 | 2024-02-15T04:12:46.836Z | Downloaded serde-big-array v0.5.1 |
1027 | 2024-02-15T04:12:46.836Z | Downloaded minimal-lexical v0.2.1 |
1028 | 2024-02-15T04:12:46.837Z | Downloaded postgres-types v0.2.6 |
1029 | 2024-02-15T04:12:46.837Z | Downloaded usdt-attr-macro v0.5.0 |
1030 | 2024-02-15T04:12:46.837Z | Downloaded spin v0.9.8 |
1031 | 2024-02-15T04:12:46.837Z | Downloaded phf_shared v0.11.2 |
1032 | 2024-02-15T04:12:46.838Z | Downloaded unsafe-libyaml v0.2.10 |
1033 | 2024-02-15T04:12:46.838Z | Downloaded futures-executor v0.3.30 |
1034 | 2024-02-15T04:12:46.838Z | Downloaded wyz v0.5.1 |
1035 | 2024-02-15T04:12:46.839Z | Downloaded tungstenite v0.20.1 |
1036 | 2024-02-15T04:12:46.839Z | Downloaded strum v0.26.1 |
1037 | 2024-02-15T04:12:46.839Z | Downloaded parse-size v1.0.0 |
1038 | 2024-02-15T04:12:46.839Z | Downloaded guppy-workspace-hack v0.1.0 |
1039 | 2024-02-15T04:12:46.839Z | Downloaded topological-sort v0.2.2 |
1040 | 2024-02-15T04:12:46.839Z | Downloaded defmt-parser v0.3.3 |
1041 | 2024-02-15T04:12:46.839Z | Downloaded tinyvec v1.6.0 |
1042 | 2024-02-15T04:12:46.839Z | Downloaded semver-parser v0.10.2 |
1043 | 2024-02-15T04:12:46.840Z | Downloaded headers v0.3.9 |
1044 | 2024-02-15T04:12:46.840Z | Downloaded strum v0.25.0 |
1045 | 2024-02-15T04:12:46.840Z | Downloaded structmeta-derive v0.3.0 |
1046 | 2024-02-15T04:12:46.840Z | Downloaded nibble_vec v0.1.0 |
1047 | 2024-02-15T04:12:46.840Z | Downloaded string_cache v0.8.7 |
1048 | 2024-02-15T04:12:46.840Z | Downloaded defmt-macros v0.3.6 |
1049 | 2024-02-15T04:12:46.841Z | Downloaded r2d2 v0.8.10 |
1050 | 2024-02-15T04:12:46.841Z | Downloaded parse-display v0.9.0 |
1051 | 2024-02-15T04:12:46.841Z | Downloaded zeroize_derive v1.4.2 |
1052 | 2024-02-15T04:12:46.841Z | Downloaded openssl-sys v0.9.96 |
1053 | 2024-02-15T04:12:46.841Z | Downloaded waitgroup v0.1.2 |
1054 | 2024-02-15T04:12:46.842Z | Downloaded pem v3.0.2 |
1055 | 2024-02-15T04:12:46.842Z | Downloaded unicode-bidi v0.3.13 |
1056 | 2024-02-15T04:12:46.842Z | Downloaded vte_generate_state_changes v0.1.1 |
1057 | 2024-02-15T04:12:46.842Z | Downloaded ff v0.13.0 |
1058 | 2024-02-15T04:12:46.842Z | Downloaded fastrand v2.0.1 |
1059 | 2024-02-15T04:12:46.843Z | Downloaded serde_derive_internals v0.26.0 |
1060 | 2024-02-15T04:12:46.843Z | Downloaded dtrace-parser v0.1.14 |
1061 | 2024-02-15T04:12:46.843Z | Downloaded parking_lot_core v0.8.6 |
1062 | 2024-02-15T04:12:46.843Z | Downloaded pkcs8 v0.10.2 |
1063 | 2024-02-15T04:12:46.844Z | Downloaded backtrace v0.3.69 |
1064 | 2024-02-15T04:12:46.844Z | Downloaded pin-utils v0.1.0 |
1065 | 2024-02-15T04:12:46.844Z | Downloaded flume v0.11.0 |
1066 | 2024-02-15T04:12:46.871Z | Downloaded prettyplease v0.2.16 |
1067 | 2024-02-15T04:12:46.871Z | Downloaded foreign-types v0.3.2 |
1068 | 2024-02-15T04:12:46.871Z | Downloaded serde-hex v0.1.0 |
1069 | 2024-02-15T04:12:46.872Z | Downloaded clap v2.34.0 |
1070 | 2024-02-15T04:12:46.872Z | Downloaded termcolor v1.2.0 |
1071 | 2024-02-15T04:12:46.872Z | Downloaded thiserror-no-std v2.0.2 |
1072 | 2024-02-15T04:12:46.872Z | Downloaded usdt-attr-macro v0.3.5 |
1073 | 2024-02-15T04:12:46.872Z | Downloaded wait-timeout v0.2.0 |
1074 | 2024-02-15T04:12:46.872Z | Downloaded zeroize v1.7.0 |
1075 | 2024-02-15T04:12:46.873Z | Downloaded darling_macro v0.20.3 |
1076 | 2024-02-15T04:12:46.873Z | Downloaded quick-error v1.2.3 |
1077 | 2024-02-15T04:12:46.873Z | Downloaded slog-term v2.9.0 |
1078 | 2024-02-15T04:12:46.873Z | Downloaded filetime v0.2.23 |
1079 | 2024-02-15T04:12:46.873Z | Downloaded predicates-tree v1.0.9 |
1080 | 2024-02-15T04:12:46.873Z | Downloaded pretty-hex v0.2.1 |
1081 | 2024-02-15T04:12:46.874Z | Downloaded rtoolbox v0.0.1 |
1082 | 2024-02-15T04:12:46.874Z | Downloaded rustfmt-wrapper v0.2.0 |
1083 | 2024-02-15T04:12:46.874Z | Downloaded rustc_version v0.4.0 |
1084 | 2024-02-15T04:12:46.874Z | Downloaded papergrid v0.11.0 |
1085 | 2024-02-15T04:12:46.874Z | Downloaded pin-project-lite v0.2.13 |
1086 | 2024-02-15T04:12:46.875Z | Downloaded datatest-stable v0.2.3 |
1087 | 2024-02-15T04:12:46.875Z | Downloaded plain v0.2.3 |
1088 | 2024-02-15T04:12:46.875Z | Downloaded uuid v1.7.0 |
1089 | 2024-02-15T04:12:46.875Z | Downloaded zip v0.6.6 |
1090 | 2024-02-15T04:12:46.875Z | Downloaded sct v0.7.0 |
1091 | 2024-02-15T04:12:46.875Z | Downloaded trybuild v1.0.89 |
1092 | 2024-02-15T04:12:46.876Z | Downloaded path-slash v0.1.5 |
1093 | 2024-02-15T04:12:46.876Z | Downloaded number_prefix v0.4.0 |
1094 | 2024-02-15T04:12:46.876Z | Downloaded downcast v0.11.0 |
1095 | 2024-02-15T04:12:46.876Z | Downloaded num_cpus v1.16.0 |
1096 | 2024-02-15T04:12:46.876Z | Downloaded darling_macro v0.14.4 |
1097 | 2024-02-15T04:12:46.876Z | Downloaded crypto-common v0.1.6 |
1098 | 2024-02-15T04:12:46.877Z | Downloaded thiserror-impl-no-std v2.0.2 |
1099 | 2024-02-15T04:12:46.877Z | Downloaded usdt v0.3.5 |
1100 | 2024-02-15T04:12:46.877Z | Downloaded either v1.9.0 |
1101 | 2024-02-15T04:12:46.877Z | Downloaded target-spec v3.1.0 |
1102 | 2024-02-15T04:12:46.877Z | Downloaded poly1305 v0.8.0 |
1103 | 2024-02-15T04:12:46.877Z | Downloaded utf-8 v0.7.6 |
1104 | 2024-02-15T04:12:46.878Z | Downloaded untrusted v0.9.0 |
1105 | 2024-02-15T04:12:46.878Z | Downloaded data-encoding v2.4.0 |
1106 | 2024-02-15T04:12:46.878Z | Downloaded usdt-impl v0.5.0 |
1107 | 2024-02-15T04:12:46.878Z | Downloaded chrono v0.4.31 |
1108 | 2024-02-15T04:12:46.878Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1109 | 2024-02-15T04:12:46.878Z | Downloaded tokio-tungstenite v0.20.1 |
1110 | 2024-02-15T04:12:46.878Z | Downloaded oorandom v11.1.3 |
1111 | 2024-02-15T04:12:46.879Z | Downloaded futures-core v0.3.30 |
1112 | 2024-02-15T04:12:46.879Z | Downloaded futures-timer v3.0.2 |
1113 | 2024-02-15T04:12:46.879Z | Downloaded socket2 v0.5.5 |
1114 | 2024-02-15T04:12:46.879Z | Downloaded itertools v0.12.1 |
1115 | 2024-02-15T04:12:46.879Z | Downloaded doc-comment v0.3.3 |
1116 | 2024-02-15T04:12:46.879Z | Downloaded portable-atomic v1.4.3 |
1117 | 2024-02-15T04:12:46.879Z | Downloaded derive_builder_core v0.12.0 |
1118 | 2024-02-15T04:12:46.879Z | Downloaded scroll_derive v0.12.0 |
1119 | 2024-02-15T04:12:46.880Z | Downloaded structmeta v0.2.0 |
1120 | 2024-02-15T04:12:46.880Z | Downloaded ed25519 v1.5.3 |
1121 | 2024-02-15T04:12:46.880Z | Downloaded thread_local v1.1.7 |
1122 | 2024-02-15T04:12:46.880Z | Downloaded ena v0.14.2 |
1123 | 2024-02-15T04:12:46.880Z | Downloaded olpc-cjson v0.1.3 |
1124 | 2024-02-15T04:12:46.880Z | Downloaded predicates-core v1.0.6 |
1125 | 2024-02-15T04:12:46.880Z | Downloaded strum_macros v0.25.2 |
1126 | 2024-02-15T04:12:46.881Z | Downloaded omicron-zone-package v0.11.0 |
1127 | 2024-02-15T04:12:46.881Z | Downloaded supports-color v2.1.0 |
1128 | 2024-02-15T04:12:46.881Z | Downloaded slog-stdlog v4.1.1 |
1129 | 2024-02-15T04:12:46.881Z | Downloaded tokio-stream v0.1.14 |
1130 | 2024-02-15T04:12:46.881Z | Downloaded dof v0.3.0 |
1131 | 2024-02-15T04:12:46.881Z | Downloaded vsss-rs v3.3.4 |
1132 | 2024-02-15T04:12:46.881Z | Downloaded der v0.7.8 |
1133 | 2024-02-15T04:12:46.882Z | Downloaded plotters-backend v0.3.5 |
1134 | 2024-02-15T04:12:46.882Z | Downloaded unicode-width v0.1.11 |
1135 | 2024-02-15T04:12:46.882Z | Downloaded fd-lock v4.0.2 |
1136 | 2024-02-15T04:12:46.882Z | Downloaded hyper v0.14.27 |
1137 | 2024-02-15T04:12:46.882Z | Downloaded shlex v1.3.0 |
1138 | 2024-02-15T04:12:46.882Z | Downloaded rustls-pki-types v1.1.0 |
1139 | 2024-02-15T04:12:46.883Z | Downloaded strip-ansi-escapes v0.2.0 |
1140 | 2024-02-15T04:12:46.883Z | Downloaded threadpool v1.8.1 |
1141 | 2024-02-15T04:12:46.883Z | Downloaded pretty_assertions v1.4.0 |
1142 | 2024-02-15T04:12:46.883Z | Downloaded ron v0.8.1 |
1143 | 2024-02-15T04:12:46.883Z | Downloaded relative-path v1.9.0 |
1144 | 2024-02-15T04:12:46.883Z | Downloaded half v2.3.1 |
1145 | 2024-02-15T04:12:46.884Z | Downloaded derive_builder v0.12.0 |
1146 | 2024-02-15T04:12:46.884Z | Downloaded plotters v0.3.5 |
1147 | 2024-02-15T04:12:46.884Z | Downloaded tiny-keccak v2.0.2 |
1148 | 2024-02-15T04:12:46.884Z | Downloaded pem-rfc7468 v0.7.0 |
1149 | 2024-02-15T04:12:46.884Z | Downloaded darling_core v0.14.4 |
1150 | 2024-02-15T04:12:46.884Z | Downloaded sqlformat v0.2.3 |
1151 | 2024-02-15T04:12:46.884Z | Downloaded rayon-core v1.12.0 |
1152 | 2024-02-15T04:12:46.884Z | Downloaded rand_xorshift v0.3.0 |
1153 | 2024-02-15T04:12:46.885Z | Downloaded tracing v0.1.37 |
1154 | 2024-02-15T04:12:46.885Z | Downloaded darling v0.20.3 |
1155 | 2024-02-15T04:12:46.885Z | Downloaded zerocopy v0.6.4 |
1156 | 2024-02-15T04:12:46.885Z | Downloaded ref-cast v1.0.20 |
1157 | 2024-02-15T04:12:46.885Z | Downloaded rstest_macros v0.18.2 |
1158 | 2024-02-15T04:12:46.885Z | Downloaded darling_core v0.20.3 |
1159 | 2024-02-15T04:12:46.886Z | Downloaded toml v0.7.8 |
1160 | 2024-02-15T04:12:46.886Z | Downloaded url v2.5.0 |
1161 | 2024-02-15T04:12:46.886Z | Downloaded elliptic-curve v0.13.8 |
1162 | 2024-02-15T04:12:46.886Z | Downloaded bindgen v0.69.2 |
1163 | 2024-02-15T04:12:46.886Z | Downloaded flate2 v1.0.28 |
1164 | 2024-02-15T04:12:46.886Z | Downloaded guppy v0.17.5 |
1165 | 2024-02-15T04:12:46.886Z | Downloaded tar v0.4.40 |
1166 | 2024-02-15T04:12:47.326Z | Downloaded h2 v0.3.24 |
1167 | 2024-02-15T04:12:47.327Z | Downloaded bitvec v1.0.1 |
1168 | 2024-02-15T04:12:47.327Z | Downloaded typed-path v0.7.0 |
1169 | 2024-02-15T04:12:47.327Z | Downloaded steno v0.4.0 |
1170 | 2024-02-15T04:12:47.327Z | Downloaded tokio-util v0.7.10 |
1171 | 2024-02-15T04:12:47.328Z | Downloaded x509-cert v0.2.4 |
1172 | 2024-02-15T04:12:47.328Z | Downloaded rustls-webpki v0.102.1 |
1173 | 2024-02-15T04:12:47.328Z | Downloaded unicode-segmentation v1.10.1 |
1174 | 2024-02-15T04:12:47.328Z | Downloaded rand v0.4.6 |
1175 | 2024-02-15T04:12:47.328Z | Downloaded bstr v1.6.0 |
1176 | 2024-02-15T04:12:47.329Z | Downloaded serde_with v3.6.0 |
1177 | 2024-02-15T04:12:47.329Z | Downloaded webpki-roots v0.25.2 |
1178 | 2024-02-15T04:12:47.329Z | Downloaded petgraph v0.6.4 |
1179 | 2024-02-15T04:12:47.329Z | Downloaded rayon v1.8.0 |
1180 | 2024-02-15T04:12:47.329Z | Downloaded syn v1.0.109 |
1181 | 2024-02-15T04:12:47.330Z | Downloaded rustls-webpki v0.101.7 |
1182 | 2024-02-15T04:12:47.345Z | Downloaded object v0.32.1 |
1183 | 2024-02-15T04:12:47.346Z | Downloaded regex-automata v0.1.10 |
1184 | 2024-02-15T04:12:47.346Z | Downloaded openssl v0.10.60 |
1185 | 2024-02-15T04:12:47.346Z | Downloaded proptest v1.4.0 |
1186 | 2024-02-15T04:12:47.347Z | Downloaded polar-core v0.27.0 |
1187 | 2024-02-15T04:12:47.347Z | Downloaded vcpkg v0.2.15 |
1188 | 2024-02-15T04:12:47.347Z | Downloaded object v0.30.4 |
1189 | 2024-02-15T04:12:47.347Z | Downloaded radix_trie v0.2.1 |
1190 | 2024-02-15T04:12:47.348Z | Downloaded gimli v0.28.0 |
1191 | 2024-02-15T04:12:47.348Z | Downloaded regress v0.7.1 |
1192 | 2024-02-15T04:12:47.348Z | Downloaded smoltcp v0.11.0 |
1193 | 2024-02-15T04:12:47.349Z | Downloaded smoltcp v0.9.1 |
1194 | 2024-02-15T04:12:47.349Z | Downloaded rustls v0.22.2 |
1195 | 2024-02-15T04:12:47.349Z | Downloaded openapiv3 v2.0.0 |
1196 | 2024-02-15T04:12:47.349Z | Downloaded regex-syntax v0.8.2 |
1197 | 2024-02-15T04:12:47.350Z | Downloaded rustix v0.38.31 |
1198 | 2024-02-15T04:12:47.350Z | Downloaded sled v0.34.7 |
1199 | 2024-02-15T04:12:47.350Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1200 | 2024-02-15T04:12:47.350Z | Downloaded ratatui v0.26.1 |
1201 | 2024-02-15T04:12:47.350Z | Downloaded regex-automata v0.3.8 |
1202 | 2024-02-15T04:12:47.351Z | Downloaded zerocopy-derive v0.2.0 |
1203 | 2024-02-15T04:12:47.351Z | Downloaded regex-automata v0.4.4 |
1204 | 2024-02-15T04:12:47.351Z | Downloaded csv v1.3.0 |
1205 | 2024-02-15T04:12:47.351Z | Downloaded zerocopy-derive v0.6.4 |
1206 | 2024-02-15T04:12:47.352Z | Downloaded trust-dns-proto v0.22.0 |
1207 | 2024-02-15T04:12:47.352Z | Downloaded diesel v2.1.4 |
1208 | 2024-02-15T04:12:47.352Z | Downloaded tokio v1.36.0 |
1209 | 2024-02-15T04:12:47.352Z | Downloaded sha3 v0.10.8 |
1210 | 2024-02-15T04:12:47.352Z | Downloaded regex v1.10.3 |
1211 | 2024-02-15T04:12:47.363Z | Downloaded rustls v0.21.9 |
1212 | 2024-02-15T04:12:47.363Z | Downloaded regex-syntax v0.6.29 |
1213 | 2024-02-15T04:12:47.384Z | Downloaded quick-xml v0.30.0 |
1214 | 2024-02-15T04:12:47.403Z | Downloaded reedline v0.28.0 |
1215 | 2024-02-15T04:12:47.404Z | Downloaded nix v0.27.1 |
1216 | 2024-02-15T04:12:47.420Z | Downloaded bstr v0.2.17 |
1217 | 2024-02-15T04:12:47.420Z | Downloaded tabled v0.15.0 |
1218 | 2024-02-15T04:12:47.431Z | Downloaded sqlparser v0.43.1 |
1219 | 2024-02-15T04:12:47.431Z | Downloaded encoding_rs v0.8.33 |
1220 | 2024-02-15T04:12:47.450Z | Downloaded rand v0.8.5 |
1221 | 2024-02-15T04:12:47.478Z | Downloaded idna v0.5.0 |
1222 | 2024-02-15T04:12:47.491Z | Downloaded idna v0.2.3 |
1223 | 2024-02-15T04:12:47.491Z | Downloaded futures-util v0.3.30 |
1224 | 2024-02-15T04:12:47.492Z | Downloaded lalrpop v0.19.12 |
1225 | 2024-02-15T04:12:47.506Z | Downloaded curve25519-dalek v4.1.1 |
1226 | 2024-02-15T04:12:47.524Z | Downloaded goblin v0.8.0 |
1227 | 2024-02-15T04:12:47.524Z | Downloaded pin-project v1.1.3 |
1228 | 2024-02-15T04:12:47.542Z | Downloaded serde_yaml v0.9.25 |
1229 | 2024-02-15T04:12:47.542Z | Downloaded tough v0.16.0 |
1230 | 2024-02-15T04:12:47.557Z | Downloaded ucd-trie v0.1.6 |
1231 | 2024-02-15T04:12:47.557Z | Downloaded reqwest v0.11.22 |
1232 | 2024-02-15T04:12:47.557Z | Downloaded vte v0.11.1 |
1233 | 2024-02-15T04:12:47.557Z | Downloaded ref-cast-impl v1.0.20 |
1234 | 2024-02-15T04:12:47.557Z | Downloaded rand_core v0.6.4 |
1235 | 2024-02-15T04:12:47.558Z | Downloaded rand_chacha v0.3.1 |
1236 | 2024-02-15T04:12:47.558Z | Downloaded partial-io v0.5.4 |
1237 | 2024-02-15T04:12:47.558Z | Downloaded num-traits v0.2.16 |
1238 | 2024-02-15T04:12:47.580Z | Downloaded once_cell v1.19.0 |
1239 | 2024-02-15T04:12:47.581Z | Downloaded hashbrown v0.13.2 |
1240 | 2024-02-15T04:12:47.581Z | Downloaded zerocopy v0.7.32 |
1241 | 2024-02-15T04:12:47.589Z | Downloaded similar-asserts v1.5.0 |
1242 | 2024-02-15T04:12:47.589Z | Downloaded spki v0.7.2 |
1243 | 2024-02-15T04:12:47.590Z | Downloaded num_enum v0.5.11 |
1244 | 2024-02-15T04:12:47.590Z | Downloaded hashbrown v0.12.3 |
1245 | 2024-02-15T04:12:47.603Z | Downloaded oso v0.27.0 |
1246 | 2024-02-15T04:12:47.603Z | Downloaded getrandom v0.2.10 |
1247 | 2024-02-15T04:12:47.619Z | Downloaded display-error-chain v0.2.0 |
1248 | 2024-02-15T04:12:47.619Z | Downloaded bcs v0.1.6 |
1249 | 2024-02-15T04:12:47.619Z | Downloaded snafu v0.7.5 |
1250 | 2024-02-15T04:12:47.619Z | Downloaded pest_generator v2.7.6 |
1251 | 2024-02-15T04:12:47.619Z | Downloaded strum_macros v0.24.3 |
1252 | 2024-02-15T04:12:47.619Z | Downloaded subprocess v0.2.9 |
1253 | 2024-02-15T04:12:47.619Z | Downloaded dof v0.1.5 |
1254 | 2024-02-15T04:12:47.634Z | Downloaded pretty-hex v0.4.1 |
1255 | 2024-02-15T04:12:47.634Z | Downloaded tempdir v0.3.7 |
1256 | 2024-02-15T04:12:47.634Z | Downloaded thread-id v4.2.0 |
1257 | 2024-02-15T04:12:47.635Z | Downloaded target-lexicon v0.12.13 |
1258 | 2024-02-15T04:12:47.635Z | Downloaded generic-array v0.14.7 |
1259 | 2024-02-15T04:12:47.635Z | Downloaded float-cmp v0.9.0 |
1260 | 2024-02-15T04:12:47.635Z | Downloaded fragile v2.0.0 |
1261 | 2024-02-15T04:12:47.636Z | Downloaded fd-lock v3.0.13 |
1262 | 2024-02-15T04:12:47.636Z | Downloaded percent-encoding v2.3.1 |
1263 | 2024-02-15T04:12:47.636Z | Downloaded difflib v0.4.0 |
1264 | 2024-02-15T04:12:47.636Z | Downloaded termios v0.3.3 |
1265 | 2024-02-15T04:12:47.636Z | Downloaded unicode-normalization v0.1.22 |
1266 | 2024-02-15T04:12:48.051Z | Downloaded time v0.3.27 |
1267 | 2024-02-15T04:12:48.051Z | Downloaded futures-io v0.3.30 |
1268 | 2024-02-15T04:12:48.052Z | Downloaded schemars v0.8.16 |
1269 | 2024-02-15T04:12:48.078Z | Downloaded tokio-postgres v0.7.10 |
1270 | 2024-02-15T04:12:48.078Z | Downloaded trust-dns-resolver v0.22.0 |
1271 | 2024-02-15T04:12:48.078Z | Downloaded futures-sink v0.3.30 |
1272 | 2024-02-15T04:12:48.078Z | Downloaded futures-macro v0.3.30 |
1273 | 2024-02-15T04:12:48.079Z | Downloaded heck v0.3.3 |
1274 | 2024-02-15T04:12:48.079Z | Downloaded fallible-iterator v0.2.0 |
1275 | 2024-02-15T04:12:48.079Z | Downloaded term v0.7.0 |
1276 | 2024-02-15T04:12:48.079Z | Downloaded synstructure v0.12.6 |
1277 | 2024-02-15T04:12:48.080Z | Downloaded parking_lot v0.12.1 |
1278 | 2024-02-15T04:12:48.080Z | Downloaded env_logger v0.10.0 |
1279 | 2024-02-15T04:12:48.080Z | Downloaded nom v7.1.3 |
1280 | 2024-02-15T04:12:48.080Z | Downloaded rustyline v13.0.0 |
1281 | 2024-02-15T04:12:48.081Z | Downloaded pest v2.7.6 |
1282 | 2024-02-15T04:12:48.081Z | Downloaded take_mut v0.2.2 |
1283 | 2024-02-15T04:12:48.081Z | Downloaded pest_derive v2.7.6 |
1284 | 2024-02-15T04:12:48.081Z | Downloaded funty v2.0.0 |
1285 | 2024-02-15T04:12:48.082Z | Downloaded derive_more v0.99.17 |
1286 | 2024-02-15T04:12:48.082Z | Downloaded derive-where v1.2.7 |
1287 | 2024-02-15T04:12:48.082Z | Downloaded num-bigint-dig v0.8.4 |
1288 | 2024-02-15T04:12:48.082Z | Downloaded num-bigint v0.4.4 |
1289 | 2024-02-15T04:12:48.082Z | Downloaded futures v0.3.30 |
1290 | 2024-02-15T04:12:48.083Z | Downloaded toml v0.5.11 |
1291 | 2024-02-15T04:12:48.083Z | Downloaded heapless v0.8.0 |
1292 | 2024-02-15T04:12:48.083Z | Downloaded tower v0.4.13 |
1293 | 2024-02-15T04:12:48.083Z | Downloaded expectorate v1.1.0 |
1294 | 2024-02-15T04:12:48.084Z | Downloaded futures-channel v0.3.30 |
1295 | 2024-02-15T04:12:48.084Z | Downloaded hyper v1.1.0 |
1296 | 2024-02-15T04:12:48.084Z | Downloaded hkdf v0.12.4 |
1297 | 2024-02-15T04:12:48.084Z | Downloaded platforms v3.0.2 |
1298 | 2024-02-15T04:12:48.084Z | Downloaded libxml v0.3.3 |
1299 | 2024-02-15T04:12:48.084Z | Downloaded rustc_version v0.1.7 |
1300 | 2024-02-15T04:12:48.085Z | Downloaded defmt v0.3.5 |
1301 | 2024-02-15T04:12:48.085Z | Downloaded pest_meta v2.7.6 |
1302 | 2024-02-15T04:12:48.085Z | Downloaded fatfs v0.3.6 |
1303 | 2024-02-15T04:12:48.085Z | Downloaded trust-dns-server v0.22.1 |
1304 | 2024-02-15T04:12:48.085Z | Downloaded tokio-native-tls v0.3.1 |
1305 | 2024-02-15T04:12:48.085Z | Downloaded darling v0.14.4 |
1306 | 2024-02-15T04:12:48.086Z | Downloaded blake3 v1.5.0 |
1307 | 2024-02-15T04:12:48.088Z | Downloaded unicode_categories v0.1.1 |
1308 | 2024-02-15T04:12:48.089Z | Downloaded toml_edit v0.19.15 |
1309 | 2024-02-15T04:12:48.090Z | Downloaded subtle v2.5.0 |
1310 | 2024-02-15T04:12:48.091Z | Downloaded hex v0.4.3 |
1311 | 2024-02-15T04:12:48.092Z | Downloaded signal-hook v0.3.17 |
1312 | 2024-02-15T04:12:48.092Z | Downloaded diff v0.1.13 |
1313 | 2024-02-15T04:12:48.092Z | Downloaded ring v0.17.7 |
1314 | 2024-02-15T04:12:48.092Z | Downloaded libm v0.2.7 |
1315 | 2024-02-15T04:12:48.092Z | Downloaded peeking_take_while v0.1.2 |
1316 | 2024-02-15T04:12:48.093Z | Downloaded embedded-io v0.4.0 |
1317 | 2024-02-15T04:12:48.095Z | Downloaded password-hash v0.5.0 |
1318 | 2024-02-15T04:12:48.096Z | Downloaded structmeta v0.3.0 |
1319 | 2024-02-15T04:12:48.097Z | Downloaded proc-macro-error-attr v1.0.4 |
1320 | 2024-02-15T04:12:48.097Z | Downloaded smf v0.2.2 |
1321 | 2024-02-15T04:12:48.098Z | Downloaded serde_with_macros v3.6.0 |
1322 | 2024-02-15T04:12:48.098Z | Downloaded num-rational v0.4.1 |
1323 | 2024-02-15T04:12:48.098Z | Downloaded rstest v0.18.2 |
1324 | 2024-02-15T04:12:48.099Z | Downloaded rcgen v0.12.1 |
1325 | 2024-02-15T04:12:48.100Z | Downloaded postcard v1.0.8 |
1326 | 2024-02-15T04:12:48.101Z | Downloaded salty v0.2.0 |
1327 | 2024-02-15T04:12:48.101Z | Downloaded zerocopy-derive v0.7.32 |
1328 | 2024-02-15T04:12:48.102Z | Downloaded digest v0.10.7 |
1329 | 2024-02-15T04:12:48.102Z | Downloaded textwrap v0.16.0 |
1330 | 2024-02-15T04:12:48.103Z | Downloaded socket2 v0.4.9 |
1331 | 2024-02-15T04:12:48.103Z | Downloaded rsa v0.9.2 |
1332 | 2024-02-15T04:12:48.104Z | Downloaded ring v0.16.20 |
1333 | 2024-02-15T04:12:48.105Z | Downloaded mio v0.8.9 |
1334 | 2024-02-15T04:12:48.106Z | Downloaded http v0.2.11 |
1335 | 2024-02-15T04:12:48.106Z | Downloaded flagset v0.4.3 |
1336 | 2024-02-15T04:12:48.106Z | Downloaded typenum v1.16.0 |
1337 | 2024-02-15T04:12:48.107Z | Downloaded owo-colors v4.0.0 |
1338 | 2024-02-15T04:12:48.107Z | Downloaded itertools v0.10.5 |
1339 | 2024-02-15T04:12:48.107Z | Downloaded shell-words v1.1.0 |
1340 | 2024-02-15T04:12:48.120Z | Downloaded sha1 v0.10.6 |
1341 | 2024-02-15T04:12:48.120Z | Downloaded packed_struct v0.10.1 |
1342 | 2024-02-15T04:12:48.121Z | Downloaded xattr v1.0.1 |
1343 | 2024-02-15T04:12:48.121Z | Downloaded postgres-protocol v0.6.6 |
1344 | 2024-02-15T04:12:48.121Z | Downloaded heapless v0.7.16 |
1345 | 2024-02-15T04:12:48.121Z | Downloaded trust-dns-client v0.22.0 |
1346 | 2024-02-15T04:12:48.122Z | Downloaded sec1 v0.7.3 |
1347 | 2024-02-15T04:12:48.123Z | Downloaded strsim v0.8.0 |
1348 | 2024-02-15T04:12:48.124Z | Downloaded snafu-derive v0.7.5 |
1349 | 2024-02-15T04:12:48.124Z | Downloaded resolv-conf v0.7.0 |
1350 | 2024-02-15T04:12:48.125Z | Downloaded test-strategy v0.3.1 |
1351 | 2024-02-15T04:12:48.125Z | Downloaded parking_lot v0.11.2 |
1352 | 2024-02-15T04:12:48.125Z | Downloaded signal-hook-mio v0.2.3 |
1353 | 2024-02-15T04:12:48.126Z | Downloaded tabled_derive v0.7.0 |
1354 | 2024-02-15T04:12:48.127Z | Downloaded serde_path_to_error v0.1.15 |
1355 | 2024-02-15T04:12:48.127Z | Downloaded tap v1.0.1 |
1356 | 2024-02-15T04:12:48.127Z | Downloaded fixedbitset v0.4.2 |
1357 | 2024-02-15T04:12:48.128Z | Downloaded hash32 v0.2.1 |
1358 | 2024-02-15T04:12:48.128Z | Downloaded dirs-sys-next v0.1.2 |
1359 | 2024-02-15T04:12:48.128Z | Downloaded dirs-next v2.0.0 |
1360 | 2024-02-15T04:12:48.128Z | Downloaded diesel_derives v2.1.2 |
1361 | 2024-02-15T04:12:48.132Z | Downloaded hash32 v0.3.1 |
1362 | 2024-02-15T04:12:48.132Z | Downloaded predicates v3.1.0 |
1363 | 2024-02-15T04:12:48.132Z | Downloaded getopts v0.2.21 |
1364 | 2024-02-15T04:12:48.132Z | Downloaded der_derive v0.7.2 |
1365 | 2024-02-15T04:12:48.133Z | Downloaded fs-err v2.11.0 |
1366 | 2024-02-15T04:12:48.133Z | Downloaded ppv-lite86 v0.2.17 |
1367 | 2024-02-15T04:12:48.133Z | Downloaded fnv v1.0.7 |
1368 | 2024-02-15T04:12:48.133Z | Downloaded unicode-linebreak v0.1.5 |
1369 | 2024-02-15T04:12:48.133Z | Downloaded pin-project-internal v1.1.3 |
1370 | 2024-02-15T04:12:48.134Z | Downloaded criterion v0.5.1 |
1371 | 2024-02-15T04:12:48.147Z | Downloaded tempfile v3.10.0 |
1372 | 2024-02-15T04:12:48.148Z | Downloaded http v1.0.0 |
1373 | 2024-02-15T04:12:48.148Z | Downloaded serde_urlencoded v0.7.1 |
1374 | 2024-02-15T04:12:48.148Z | Downloaded group v0.13.0 |
1375 | 2024-02-15T04:12:48.148Z | Downloaded globset v0.4.13 |
1376 | 2024-02-15T04:12:48.149Z | Downloaded log v0.4.20 |
1377 | 2024-02-15T04:12:48.149Z | Downloaded slog v2.7.0 |
1378 | 2024-02-15T04:12:48.150Z | Downloaded tinyvec_macros v0.1.1 |
1379 | 2024-02-15T04:12:48.150Z | Downloaded native-tls v0.2.11 |
1380 | 2024-02-15T04:12:48.150Z | Downloaded miniz_oxide v0.7.1 |
1381 | 2024-02-15T04:12:48.150Z | Downloaded vec_map v0.8.2 |
1382 | 2024-02-15T04:12:48.151Z | Downloaded similar v2.3.0 |
1383 | 2024-02-15T04:12:48.171Z | Downloaded sha2 v0.10.8 |
1384 | 2024-02-15T04:12:48.172Z | Downloaded crossterm v0.27.0 |
1385 | 2024-02-15T04:12:48.172Z | Downloaded mockall_derive v0.12.0 |
1386 | 2024-02-15T04:12:48.173Z | Downloaded tracing-attributes v0.1.26 |
1387 | 2024-02-15T04:12:48.173Z | Downloaded smallvec v0.6.14 |
1388 | 2024-02-15T04:12:48.173Z | Downloaded radium v0.7.0 |
1389 | 2024-02-15T04:12:48.174Z | Downloaded clang-sys v1.6.1 |
1390 | 2024-02-15T04:12:48.174Z | Downloaded structmeta-derive v0.2.0 |
1391 | 2024-02-15T04:12:48.174Z | Downloaded arc-swap v1.6.0 |
1392 | 2024-02-15T04:12:48.181Z | Downloaded allocator-api2 v0.2.16 |
1393 | 2024-02-15T04:12:48.182Z | Downloaded ahash v0.8.7 |
1394 | 2024-02-15T04:12:48.182Z | Downloaded slog-async v2.8.0 |
1395 | 2024-02-15T04:12:48.182Z | Downloaded num_enum_derive v0.5.11 |
1396 | 2024-02-15T04:12:48.183Z | Downloaded chacha20poly1305 v0.10.1 |
1397 | 2024-02-15T04:12:48.183Z | Downloaded smawk v0.3.1 |
1398 | 2024-02-15T04:12:48.183Z | Downloaded usdt v0.5.0 |
1399 | 2024-02-15T04:12:48.183Z | Downloaded walkdir v2.4.0 |
1400 | 2024-02-15T04:12:48.183Z | Downloaded rustc-hash v1.1.0 |
1401 | 2024-02-15T04:12:48.184Z | Downloaded parse-display-derive v0.9.0 |
1402 | 2024-02-15T04:12:48.184Z | Downloaded version_check v0.9.4 |
1403 | 2024-02-15T04:12:48.196Z | Downloaded stringprep v0.1.3 |
1404 | 2024-02-15T04:12:48.197Z | Downloaded static_assertions v1.1.0 |
1405 | 2024-02-15T04:12:48.197Z | Downloaded mockall v0.12.0 |
1406 | 2024-02-15T04:12:48.198Z | Downloaded mime_guess v2.0.4 |
1407 | 2024-02-15T04:12:48.198Z | Downloaded proc-macro-crate v1.3.1 |
1408 | 2024-02-15T04:12:48.198Z | Downloaded form_urlencoded v1.2.1 |
1409 | 2024-02-15T04:12:48.198Z | Downloaded zerocopy v0.3.0 |
1410 | 2024-02-15T04:12:48.198Z | Downloaded whoami v1.4.1 |
1411 | 2024-02-15T04:12:48.199Z | Downloaded structopt-derive v0.4.18 |
1412 | 2024-02-15T04:12:48.199Z | Downloaded num-derive v0.4.0 |
1413 | 2024-02-15T04:12:48.199Z | Downloaded num v0.4.1 |
1414 | 2024-02-15T04:12:48.200Z | Downloaded memmap2 v0.7.1 |
1415 | 2024-02-15T04:12:48.200Z | Downloaded lock_api v0.4.10 |
1416 | 2024-02-15T04:12:48.212Z | Downloaded libsw v3.3.1 |
1417 | 2024-02-15T04:12:48.213Z | Downloaded libloading v0.7.4 |
1418 | 2024-02-15T04:12:48.213Z | Downloaded which v4.4.0 |
1419 | 2024-02-15T04:12:48.213Z | Downloaded tokio-macros v2.2.0 |
1420 | 2024-02-15T04:12:48.213Z | Downloaded slab v0.4.9 |
1421 | 2024-02-15T04:12:48.213Z | Downloaded crossbeam-channel v0.5.8 |
1422 | 2024-02-15T04:12:48.236Z | Downloaded siphasher v0.3.11 |
1423 | 2024-02-15T04:12:48.237Z | Downloaded semver v0.11.0 |
1424 | 2024-02-15T04:12:48.237Z | Downloaded libtest-mimic v0.6.1 |
1425 | 2024-02-15T04:12:48.238Z | Downloaded lru v0.12.1 |
1426 | 2024-02-15T04:12:48.238Z | Downloaded signature v1.6.4 |
1427 | 2024-02-15T04:12:48.238Z | Downloaded rusty-fork v0.3.0 |
1428 | 2024-02-15T04:12:48.238Z | Downloaded serde_tokenstream v0.1.7 |
1429 | 2024-02-15T04:12:48.248Z | Downloaded serde_plain v1.0.2 |
1430 | 2024-02-15T04:12:48.248Z | Downloaded semver v0.1.20 |
1431 | 2024-02-15T04:12:48.249Z | Downloaded schemars_derive v0.8.16 |
1432 | 2024-02-15T04:12:48.249Z | Downloaded maplit v1.0.2 |
1433 | 2024-02-15T04:12:48.249Z | Downloaded linear-map v1.2.0 |
1434 | 2024-02-15T04:12:48.249Z | Downloaded memoffset v0.7.1 |
1435 | 2024-02-15T04:12:48.250Z | Downloaded memmap v0.7.0 |
1436 | 2024-02-15T04:12:48.250Z | Downloaded lalrpop-util v0.19.12 |
1437 | 2024-02-15T04:12:48.251Z | Downloaded linked-hash-map v0.5.6 |
1438 | 2024-02-15T04:12:48.251Z | Downloaded want v0.3.1 |
1439 | 2024-02-15T04:12:48.251Z | Downloaded signature v2.1.0 |
1440 | 2024-02-15T04:12:48.251Z | Downloaded hyper-rustls v0.24.2 |
1441 | 2024-02-15T04:12:48.252Z | Downloaded lazy_static v1.4.0 |
1442 | 2024-02-15T04:12:48.252Z | Downloaded async-trait v0.1.77 |
1443 | 2024-02-15T04:12:48.253Z | Downloaded async-recursion v1.0.5 |
1444 | 2024-02-15T04:12:48.253Z | Downloaded arrayvec v0.7.4 |
1445 | 2024-02-15T04:12:48.253Z | Downloaded httparse v1.8.0 |
1446 | 2024-02-15T04:12:48.262Z | Downloaded arrayref v0.3.7 |
1447 | 2024-02-15T04:12:48.262Z | Downloaded ansi_term v0.12.1 |
1448 | 2024-02-15T04:12:48.263Z | Downloaded argon2 v0.5.3 |
1449 | 2024-02-15T04:12:48.263Z | Downloaded bytes v1.5.0 |
1450 | 2024-02-15T04:12:48.263Z | Downloaded ipnetwork v0.20.0 |
1451 | 2024-02-15T04:12:48.264Z | Downloaded ipnet v2.9.0 |
1452 | 2024-02-15T04:12:48.264Z | Downloaded matches v0.1.10 |
1453 | 2024-02-15T04:12:48.264Z | Downloaded httptest v0.15.5 |
1454 | 2024-02-15T04:12:48.264Z | Downloaded crypto-bigint v0.5.2 |
1455 | 2024-02-15T04:12:48.272Z | Downloaded atomic-waker v1.1.1 |
1456 | 2024-02-15T04:12:48.272Z | Downloaded indoc v2.0.3 |
1457 | 2024-02-15T04:12:48.273Z | Downloaded cancel-safe-futures v0.1.5 |
1458 | 2024-02-15T04:12:48.282Z | Downloaded hubpack v0.1.2 |
1459 | 2024-02-15T04:12:48.282Z | Downloaded bitfield v0.14.0 |
1460 | 2024-02-15T04:12:48.282Z | Downloaded bit-set v0.5.3 |
1461 | 2024-02-15T04:12:48.283Z | Downloaded base16ct v0.2.0 |
1462 | 2024-02-15T04:12:48.283Z | Downloaded autocfg v1.1.0 |
1463 | 2024-02-15T04:12:48.283Z | Downloaded async-stream v0.3.5 |
1464 | 2024-02-15T04:12:48.283Z | Downloaded adler v1.0.2 |
1465 | 2024-02-15T04:12:48.284Z | Downloaded hyper-staticfile v0.9.5 |
1466 | 2024-02-15T04:12:48.301Z | Downloaded keccak v0.1.4 |
1467 | 2024-02-15T04:12:48.301Z | Downloaded is-terminal v0.4.9 |
1468 | 2024-02-15T04:12:48.301Z | Downloaded inout v0.1.3 |
1469 | 2024-02-15T04:12:48.301Z | Downloaded chacha20 v0.9.1 |
1470 | 2024-02-15T04:12:48.302Z | Downloaded castaway v0.2.2 |
1471 | 2024-02-15T04:12:48.302Z | Downloaded ascii-canvas v3.0.0 |
1472 | 2024-02-15T04:12:48.302Z | Downloaded serde_repr v0.1.16 |
1473 | 2024-02-15T04:12:48.302Z | Downloaded kstat-rs v0.2.3 |
1474 | 2024-02-15T04:12:48.318Z | Downloaded iana-time-zone v0.1.57 |
1475 | 2024-02-15T04:12:48.318Z | Downloaded humantime v2.1.0 |
1476 | 2024-02-15T04:12:48.318Z | Downloaded hmac v0.12.1 |
1477 | 2024-02-15T04:12:48.318Z | Downloaded byteorder v1.5.0 |
1478 | 2024-02-15T04:12:48.318Z | Downloaded newtype_derive v0.1.6 |
1479 | 2024-02-15T04:12:48.319Z | Downloaded bytecount v0.6.3 |
1480 | 2024-02-15T04:12:48.319Z | Downloaded scopeguard v1.2.0 |
1481 | 2024-02-15T04:12:48.319Z | Downloaded newline-converter v0.3.0 |
1482 | 2024-02-15T04:12:48.320Z | Downloaded httpdate v1.0.3 |
1483 | 2024-02-15T04:12:48.320Z | Downloaded corncobs v0.1.3 |
1484 | 2024-02-15T04:12:48.320Z | Downloaded aho-corasick v1.0.4 |
1485 | 2024-02-15T04:12:48.320Z | Downloaded blake2b_simd v1.0.1 |
1486 | 2024-02-15T04:12:48.320Z | Downloaded instant v0.1.12 |
1487 | 2024-02-15T04:12:48.339Z | Downloaded approx v0.5.1 |
1488 | 2024-02-15T04:12:48.339Z | Downloaded array-init v0.0.4 |
1489 | 2024-02-15T04:12:48.339Z | Downloaded highway v1.1.0 |
1490 | 2024-02-15T04:12:48.339Z | Downloaded const-oid v0.9.5 |
1491 | 2024-02-15T04:12:48.340Z | Downloaded compact_str v0.7.1 |
1492 | 2024-02-15T04:12:48.340Z | Downloaded crc32fast v1.3.2 |
1493 | 2024-02-15T04:12:48.340Z | Downloaded crc v3.0.1 |
1494 | 2024-02-15T04:12:48.340Z | Downloaded crunchy v0.2.2 |
1495 | 2024-02-15T04:12:48.340Z | Downloaded crucible-workspace-hack v0.1.0 |
1496 | 2024-02-15T04:12:48.340Z | Downloaded cobs v0.2.3 |
1497 | 2024-02-15T04:12:48.890Z | Compiling serde v1.0.196 |
1498 | 2024-02-15T04:12:48.891Z | Compiling autocfg v1.1.0 |
1499 | 2024-02-15T04:12:48.898Z | Compiling version_check v0.9.4 |
1500 | 2024-02-15T04:12:48.899Z | Checking cfg-if v1.0.0 |
1501 | 2024-02-15T04:12:48.943Z | Compiling syn v1.0.109 |
1502 | 2024-02-15T04:12:48.982Z | Checking libc v0.2.153 |
1503 | 2024-02-15T04:12:49.033Z | Compiling syn v2.0.48 |
1504 | 2024-02-15T04:12:49.043Z | Compiling parking_lot_core v0.9.8 |
1505 | 2024-02-15T04:12:49.044Z | Compiling cc v1.0.83 |
1506 | 2024-02-15T04:12:49.522Z | Compiling once_cell v1.19.0 |
1507 | 2024-02-15T04:12:49.566Z | Compiling memchr v2.6.3 |
1508 | 2024-02-15T04:12:49.791Z | Compiling ahash v0.8.7 |
1509 | 2024-02-15T04:12:49.813Z | Compiling lock_api v0.4.10 |
1510 | 2024-02-15T04:12:50.072Z | Compiling libm v0.2.7 |
1511 | 2024-02-15T04:12:50.323Z | Compiling num-traits v0.2.16 |
1512 | 2024-02-15T04:12:50.363Z | Compiling getrandom v0.2.10 |
1513 | 2024-02-15T04:12:50.481Z | Compiling byteorder v1.5.0 |
1514 | 2024-02-15T04:12:50.653Z | Compiling serde_json v1.0.113 |
1515 | 2024-02-15T04:12:51.042Z | Compiling log v0.4.20 |
1516 | 2024-02-15T04:12:51.147Z | Compiling slab v0.4.9 |
1517 | 2024-02-15T04:12:51.674Z | Compiling typenum v1.16.0 |
1518 | 2024-02-15T04:12:51.812Z | Compiling generic-array v0.14.7 |
1519 | 2024-02-15T04:12:51.920Z | Checking scopeguard v1.2.0 |
1520 | 2024-02-15T04:12:52.055Z | Checking itoa v1.0.9 |
1521 | 2024-02-15T04:12:52.073Z | Compiling pkg-config v0.3.27 |
1522 | 2024-02-15T04:12:52.260Z | Checking smallvec v1.13.1 |
1523 | 2024-02-15T04:12:53.136Z | Compiling allocator-api2 v0.2.16 |
1524 | 2024-02-15T04:12:53.141Z | Compiling rustix v0.38.31 |
1525 | 2024-02-15T04:12:53.142Z | Compiling ring v0.17.7 |
1526 | 2024-02-15T04:12:53.142Z | Compiling schemars v0.8.16 |
1527 | 2024-02-15T04:12:53.310Z | Compiling httparse v1.8.0 |
1528 | 2024-02-15T04:12:53.546Z | Compiling fnv v1.0.7 |
1529 | 2024-02-15T04:12:53.655Z | Compiling vcpkg v0.2.15 |
1530 | 2024-02-15T04:12:53.718Z | Compiling aho-corasick v1.0.4 |
1531 | 2024-02-15T04:12:53.796Z | Compiling regex-syntax v0.8.2 |
1532 | 2024-02-15T04:12:54.026Z | Checking parking_lot v0.12.1 |
1533 | 2024-02-15T04:12:54.365Z | Checking pin-project-lite v0.2.13 |
1534 | 2024-02-15T04:12:54.485Z | Compiling ucd-trie v0.1.6 |
1535 | 2024-02-15T04:12:56.121Z | Compiling openssl-sys v0.9.96 |
1536 | 2024-02-15T04:12:57.104Z | Compiling ring v0.16.20 |
1537 | 2024-02-15T04:12:57.335Z | Checking signal-hook-registry v1.4.1 |
1538 | 2024-02-15T04:12:57.597Z | Compiling regex-automata v0.4.4 |
1539 | 2024-02-15T04:12:58.321Z | Compiling serde_derive_internals v0.26.0 |
1540 | 2024-02-15T04:12:59.998Z | Checking mio v0.8.9 |
1541 | 2024-02-15T04:13:00.703Z | Checking rand_core v0.6.4 |
1542 | 2024-02-15T04:13:00.724Z | Compiling openssl v0.10.60 |
1543 | 2024-02-15T04:13:01.003Z | Compiling crossbeam-utils v0.8.16 |
1544 | 2024-02-15T04:13:01.197Z | Compiling iana-time-zone v0.1.57 |
1545 | 2024-02-15T04:13:01.202Z | Checking ryu v1.0.15 |
1546 | 2024-02-15T04:13:01.445Z | Checking num_cpus v1.16.0 |
1547 | 2024-02-15T04:13:01.459Z | Checking futures-core v0.3.30 |
1548 | 2024-02-15T04:13:01.476Z | Compiling native-tls v0.2.11 |
1549 | 2024-02-15T04:13:01.577Z | Compiling rustls v0.21.9 |
1550 | 2024-02-15T04:13:01.602Z | Checking socket2 v0.5.5 |
1551 | 2024-02-15T04:13:01.650Z | Compiling dyn-clone v1.0.16 |
1552 | 2024-02-15T04:13:01.782Z | Compiling spin v0.5.2 |
1553 | 2024-02-15T04:13:02.267Z | Compiling async-trait v0.1.77 |
1554 | 2024-02-15T04:13:02.268Z | Compiling slog v2.7.0 |
1555 | 2024-02-15T04:13:02.268Z | Compiling memoffset v0.9.0 |
1556 | 2024-02-15T04:13:02.268Z | Compiling regex v1.10.3 |
1557 | 2024-02-15T04:13:02.517Z | Compiling crossbeam-epoch v0.9.15 |
1558 | 2024-02-15T04:13:02.753Z | Compiling backtrace v0.3.69 |
1559 | 2024-02-15T04:13:02.963Z | Compiling errno v0.3.8 |
1560 | 2024-02-15T04:13:03.249Z | Compiling futures-sink v0.3.30 |
1561 | 2024-02-15T04:13:03.324Z | Compiling unicode-xid v0.2.4 |
1562 | 2024-02-15T04:13:03.747Z | Compiling crc32fast v1.3.2 |
1563 | 2024-02-15T04:13:03.753Z | Compiling either v1.9.0 |
1564 | 2024-02-15T04:13:03.754Z | Compiling tinyvec_macros v0.1.1 |
1565 | 2024-02-15T04:13:03.754Z | Compiling rustversion v1.0.14 |
1566 | 2024-02-15T04:13:03.785Z | Compiling tinyvec v1.6.0 |
1567 | 2024-02-15T04:13:03.912Z | Compiling futures-channel v0.3.30 |
1568 | 2024-02-15T04:13:04.250Z | Compiling pin-utils v0.1.0 |
1569 | 2024-02-15T04:13:04.353Z | Compiling unicode-width v0.1.11 |
1570 | 2024-02-15T04:13:04.372Z | Compiling anyhow v1.0.75 |
1571 | 2024-02-15T04:13:04.372Z | Compiling futures-io v0.3.30 |
1572 | 2024-02-15T04:13:04.518Z | Compiling futures-task v0.3.30 |
1573 | 2024-02-15T04:13:04.718Z | Compiling spin v0.9.8 |
1574 | 2024-02-15T04:13:04.860Z | Compiling tracing-core v0.1.31 |
1575 | 2024-02-15T04:13:05.201Z | Compiling unicode-bidi v0.3.13 |
1576 | 2024-02-15T04:13:05.411Z | Compiling serde_derive v1.0.196 |
1577 | 2024-02-15T04:13:05.453Z | Compiling zerocopy-derive v0.7.32 |
1578 | 2024-02-15T04:13:05.678Z | Compiling thiserror-impl v1.0.56 |
1579 | 2024-02-15T04:13:06.008Z | Compiling zeroize_derive v1.4.2 |
1580 | 2024-02-15T04:13:06.401Z | Compiling tokio-macros v2.2.0 |
1581 | 2024-02-15T04:13:06.563Z | Compiling futures-macro v0.3.30 |
1582 | 2024-02-15T04:13:06.873Z | Compiling tracing-attributes v0.1.26 |
1583 | 2024-02-15T04:13:07.879Z | Compiling schemars_derive v0.8.16 |
1584 | 2024-02-15T04:13:08.100Z | Compiling zerocopy v0.7.32 |
1585 | 2024-02-15T04:13:08.246Z | Compiling openssl-macros v0.1.1 |
1586 | 2024-02-15T04:13:08.293Z | Checking zeroize v1.7.0 |
1587 | 2024-02-15T04:13:09.451Z | Compiling thiserror v1.0.56 |
1588 | 2024-02-15T04:13:09.597Z | Compiling pest v2.7.6 |
1589 | 2024-02-15T04:13:09.619Z | Compiling futures-util v0.3.30 |
1590 | 2024-02-15T04:13:10.656Z | Compiling hashbrown v0.14.2 |
1591 | 2024-02-15T04:13:10.766Z | Compiling hashbrown v0.13.2 |
1592 | 2024-02-15T04:13:11.248Z | Compiling unicode-normalization v0.1.22 |
1593 | 2024-02-15T04:13:12.240Z | Compiling tracing v0.1.37 |
1594 | 2024-02-15T04:13:12.250Z | Compiling der_derive v0.7.2 |
1595 | 2024-02-15T04:13:12.251Z | Compiling pest_meta v2.7.6 |
1596 | 2024-02-15T04:13:12.365Z | Compiling num-integer v0.1.45 |
1597 | 2024-02-15T04:13:12.617Z | Checking subtle v2.5.0 |
1598 | 2024-02-15T04:13:12.815Z | Compiling lazy_static v1.4.0 |
1599 | 2024-02-15T04:13:12.933Z | Compiling time-core v0.1.1 |
1600 | 2024-02-15T04:13:13.139Z | Compiling percent-encoding v2.3.1 |
1601 | 2024-02-15T04:13:13.513Z | Compiling pest_generator v2.7.6 |
1602 | 2024-02-15T04:13:14.800Z | Compiling foreign-types-shared v0.1.1 |
1603 | 2024-02-15T04:13:14.917Z | Compiling untrusted v0.9.0 |
1604 | 2024-02-15T04:13:15.475Z | Compiling untrusted v0.7.1 |
1605 | 2024-02-15T04:13:15.787Z | Compiling foreign-types v0.3.2 |
1606 | 2024-02-15T04:13:15.883Z | Compiling time-macros v0.2.13 |
1607 | 2024-02-15T04:13:16.608Z | Compiling scroll_derive v0.12.0 |
1608 | 2024-02-15T04:13:17.965Z | Compiling pest_derive v2.7.6 |
1609 | 2024-02-15T04:13:18.387Z | Compiling synstructure v0.12.6 |
1610 | 2024-02-15T04:13:19.695Z | Compiling thread-id v4.2.0 |
1611 | 2024-02-15T04:13:19.695Z | Compiling try-lock v0.2.4 |
1612 | 2024-02-15T04:13:19.695Z | Compiling base64 v0.21.7 |
1613 | 2024-02-15T04:13:19.695Z | Compiling want v0.3.1 |
1614 | 2024-02-15T04:13:19.770Z | Compiling rustls-webpki v0.101.7 |
1615 | 2024-02-15T04:13:19.940Z | Compiling sct v0.7.0 |
1616 | 2024-02-15T04:13:20.045Z | Compiling form_urlencoded v1.2.1 |
1617 | 2024-02-15T04:13:20.253Z | Compiling socket2 v0.4.9 |
1618 | 2024-02-15T04:13:20.381Z | Compiling zerocopy-derive v0.2.0 |
1619 | 2024-02-15T04:13:20.397Z | Compiling openssl-probe v0.1.5 |
1620 | 2024-02-15T04:13:20.837Z | Compiling httpdate v1.0.3 |
1621 | 2024-02-15T04:13:21.350Z | Compiling const-oid v0.9.5 |
1622 | 2024-02-15T04:13:21.350Z | Checking bytes v1.5.0 |
1623 | 2024-02-15T04:13:21.350Z | Checking bitflags v2.4.0 |
1624 | 2024-02-15T04:13:21.350Z | Compiling tower-service v0.3.2 |
1625 | 2024-02-15T04:13:21.908Z | Checking tokio v1.36.0 |
1626 | 2024-02-15T04:13:22.423Z | Compiling indexmap v2.2.2 |
1627 | 2024-02-15T04:13:22.926Z | Compiling uuid v1.7.0 |
1628 | 2024-02-15T04:13:22.991Z | Compiling chrono v0.4.31 |
1629 | 2024-02-15T04:13:23.217Z | Compiling semver v1.0.21 |
1630 | 2024-02-15T04:13:23.979Z | Compiling http v0.2.11 |
1631 | 2024-02-15T04:13:24.116Z | Compiling toml_datetime v0.6.5 |
1632 | 2024-02-15T04:13:24.636Z | Compiling serde_spanned v0.6.5 |
1633 | 2024-02-15T04:13:24.656Z | Compiling openapiv3 v2.0.0 |
1634 | 2024-02-15T04:13:24.912Z | Compiling rustc_version v0.4.0 |
1635 | 2024-02-15T04:13:25.478Z | Compiling toml_edit v0.19.15 |
1636 | 2024-02-15T04:13:27.347Z | Compiling http-body v0.4.5 |
1637 | 2024-02-15T04:13:29.733Z | Compiling idna v0.5.0 |
1638 | 2024-02-15T04:13:30.239Z | Compiling adler v1.0.2 |
1639 | 2024-02-15T04:13:30.249Z | Compiling signal-hook v0.3.17 |
1640 | 2024-02-15T04:13:30.491Z | Compiling miniz_oxide v0.7.1 |
1641 | 2024-02-15T04:13:30.563Z | Compiling ipnet v2.9.0 |
1642 | 2024-02-15T04:13:31.499Z | Compiling url v2.5.0 |
1643 | 2024-02-15T04:13:31.560Z | Compiling serde_urlencoded v0.7.1 |
1644 | 2024-02-15T04:13:32.454Z | Compiling rustls-pemfile v1.0.3 |
1645 | 2024-02-15T04:13:32.476Z | Compiling crypto-common v0.1.6 |
1646 | 2024-02-15T04:13:32.476Z | Compiling zerocopy-derive v0.6.4 |
1647 | 2024-02-15T04:13:32.477Z | Compiling clap_derive v4.4.2 |
1648 | 2024-02-15T04:13:32.477Z | Compiling usdt-impl v0.3.5 |
1649 | 2024-02-15T04:13:32.477Z | Compiling encoding_rs v0.8.33 |
1650 | 2024-02-15T04:13:32.755Z | Compiling gimli v0.28.0 |
1651 | 2024-02-15T04:13:33.677Z | Compiling tokio-util v0.7.10 |
1652 | 2024-02-15T04:13:34.765Z | Compiling tokio-native-tls v0.3.1 |
1653 | 2024-02-15T04:13:35.058Z | Compiling h2 v0.3.24 |
1654 | 2024-02-15T04:13:35.112Z | Compiling tokio-rustls v0.24.1 |
1655 | 2024-02-15T04:13:35.441Z | Compiling mime v0.3.17 |
1656 | 2024-02-15T04:13:35.574Z | Compiling webpki-roots v0.25.2 |
1657 | 2024-02-15T04:13:35.740Z | Compiling siphasher v0.3.11 |
1658 | 2024-02-15T04:13:36.171Z | Compiling zerocopy v0.3.0 |
1659 | 2024-02-15T04:13:36.246Z | Compiling scroll v0.12.0 |
1660 | 2024-02-15T04:13:37.041Z | Compiling block-buffer v0.10.4 |
1661 | 2024-02-15T04:13:37.310Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1662 | 2024-02-15T04:13:37.348Z | Compiling object v0.32.1 |
1663 | 2024-02-15T04:13:37.426Z | Compiling addr2line v0.21.0 |
1664 | 2024-02-15T04:13:37.445Z | Compiling num-iter v0.1.43 |
1665 | 2024-02-15T04:13:37.791Z | Compiling usdt-impl v0.5.0 |
1666 | 2024-02-15T04:13:37.973Z | Compiling plain v0.2.3 |
1667 | 2024-02-15T04:13:38.110Z | Compiling rustc-demangle v0.1.23 |
1668 | 2024-02-15T04:13:38.186Z | Checking equivalent v1.0.1 |
1669 | 2024-02-15T04:13:38.397Z | Compiling goblin v0.8.0 |
1670 | 2024-02-15T04:13:39.691Z | Compiling flate2 v1.0.28 |
1671 | 2024-02-15T04:13:39.812Z | Compiling digest v0.10.7 |
1672 | 2024-02-15T04:13:39.995Z | Compiling dof v0.1.5 |
1673 | 2024-02-15T04:13:40.388Z | Compiling heapless v0.7.16 |
1674 | 2024-02-15T04:13:40.659Z | Compiling dtrace-parser v0.1.14 |
1675 | 2024-02-15T04:13:40.811Z | Compiling futures-executor v0.3.30 |
1676 | 2024-02-15T04:13:40.874Z | Compiling strum_macros v0.25.2 |
1677 | 2024-02-15T04:13:41.447Z | Compiling pretty-hex v0.4.1 |
1678 | 2024-02-15T04:13:41.465Z | Compiling ppv-lite86 v0.2.17 |
1679 | 2024-02-15T04:13:42.185Z | Compiling futures v0.3.30 |
1680 | 2024-02-15T04:13:42.303Z | Compiling rand_chacha v0.3.1 |
1681 | 2024-02-15T04:13:42.395Z | Compiling toml v0.7.8 |
1682 | 2024-02-15T04:13:42.910Z | Compiling hyper v0.14.27 |
1683 | 2024-02-15T04:13:43.667Z | Compiling toml_edit v0.21.1 |
1684 | 2024-02-15T04:13:44.292Z | Compiling hex v0.4.3 |
1685 | 2024-02-15T04:13:44.860Z | Compiling dof v0.3.0 |
1686 | 2024-02-15T04:13:44.997Z | Compiling serde_tokenstream v0.1.7 |
1687 | 2024-02-15T04:13:45.586Z | Compiling dtrace-parser v0.2.0 |
1688 | 2024-02-15T04:13:47.164Z | Compiling bit-vec v0.6.3 |
1689 | 2024-02-15T04:13:47.525Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1690 | 2024-02-15T04:13:47.866Z | Compiling rand v0.8.5 |
1691 | 2024-02-15T04:13:48.324Z | Compiling phf_shared v0.10.0 |
1692 | 2024-02-15T04:13:48.652Z | Compiling num-bigint v0.4.4 |
1693 | 2024-02-15T04:13:48.732Z | Compiling smoltcp v0.9.1 |
1694 | 2024-02-15T04:13:48.936Z | Compiling base64ct v1.6.0 |
1695 | 2024-02-15T04:13:49.499Z | Compiling fixedbitset v0.4.2 |
1696 | 2024-02-15T04:13:49.568Z | Compiling new_debug_unreachable v1.0.4 |
1697 | 2024-02-15T04:13:49.608Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-02-15T04:13:50.027Z | Compiling precomputed-hash v0.1.1 |
1699 | 2024-02-15T04:13:50.027Z | Compiling string_cache v0.8.7 |
1700 | 2024-02-15T04:13:50.028Z | Compiling petgraph v0.6.4 |
1701 | 2024-02-15T04:13:50.439Z | Compiling nom v7.1.3 |
1702 | 2024-02-15T04:13:50.439Z | Compiling pem-rfc7468 v0.7.0 |
1703 | 2024-02-15T04:13:50.439Z | Compiling bit-set v0.5.3 |
1704 | 2024-02-15T04:13:50.439Z | Compiling usdt-attr-macro v0.3.5 |
1705 | 2024-02-15T04:13:50.439Z | Compiling usdt-macro v0.3.5 |
1706 | 2024-02-15T04:13:50.521Z | Compiling hmac v0.12.1 |
1707 | 2024-02-15T04:13:50.789Z | Compiling hyper-tls v0.5.0 |
1708 | 2024-02-15T04:13:51.003Z | Compiling hyper-rustls v0.24.2 |
1709 | 2024-02-15T04:13:51.408Z | Compiling reqwest v0.11.22 |
1710 | 2024-02-15T04:13:51.714Z | Compiling hubpack_derive v0.1.1 |
1711 | 2024-02-15T04:13:51.925Z | Compiling enum-as-inner v0.5.1 |
1712 | 2024-02-15T04:13:52.017Z | Compiling itertools v0.10.5 |
1713 | 2024-02-15T04:13:52.577Z | Compiling diesel_table_macro_syntax v0.1.0 |
1714 | 2024-02-15T04:13:53.097Z | Compiling lalrpop-util v0.19.12 |
1715 | 2024-02-15T04:13:53.477Z | Compiling flagset v0.4.3 |
1716 | 2024-02-15T04:13:53.549Z | Compiling unicode-segmentation v1.10.1 |
1717 | 2024-02-15T04:13:53.703Z | Compiling der v0.7.8 |
1718 | 2024-02-15T04:13:54.141Z | Compiling diesel_derives v2.1.2 |
1719 | 2024-02-15T04:13:54.290Z | Compiling cpufeatures v0.2.12 |
1720 | 2024-02-15T04:13:54.337Z | Compiling rustix v0.37.23 |
1721 | 2024-02-15T04:13:54.403Z | Compiling sha2 v0.10.8 |
1722 | 2024-02-15T04:13:55.197Z | Compiling md-5 v0.10.5 |
1723 | 2024-02-15T04:13:55.509Z | Compiling stringprep v0.1.3 |
1724 | 2024-02-15T04:13:55.902Z | Compiling serde_repr v0.1.16 |
1725 | 2024-02-15T04:13:55.956Z | Compiling hash32 v0.2.1 |
1726 | 2024-02-15T04:13:56.373Z | Compiling spki v0.7.2 |
1727 | 2024-02-15T04:13:56.390Z | Compiling fallible-iterator v0.2.0 |
1728 | 2024-02-15T04:13:56.622Z | Checking unicode-ident v1.0.12 |
1729 | 2024-02-15T04:13:56.789Z | Compiling stable_deref_trait v1.2.0 |
1730 | 2024-02-15T04:13:57.205Z | Compiling postgres-protocol v0.6.6 |
1731 | 2024-02-15T04:13:57.233Z | Compiling pkcs8 v0.10.2 |
1732 | 2024-02-15T04:13:57.325Z | Compiling terminal_size v0.2.6 |
1733 | 2024-02-15T04:13:57.689Z | Compiling phf_shared v0.11.2 |
1734 | 2024-02-15T04:13:58.099Z | Compiling ff v0.13.0 |
1735 | 2024-02-15T04:13:58.180Z | Compiling block-padding v0.3.3 |
1736 | 2024-02-15T04:13:58.326Z | Compiling scheduled-thread-pool v0.2.7 |
1737 | 2024-02-15T04:13:58.475Z | Compiling base16ct v0.2.0 |
1738 | 2024-02-15T04:13:58.568Z | Compiling regex-automata v0.1.10 |
1739 | 2024-02-15T04:13:58.799Z | Compiling deranged v0.3.8 |
1740 | 2024-02-15T04:13:58.822Z | Compiling num_threads v0.1.6 |
1741 | 2024-02-15T04:13:58.826Z | Compiling managed v0.8.0 |
1742 | 2024-02-15T04:13:58.961Z | Compiling matches v0.1.10 |
1743 | 2024-02-15T04:13:58.978Z | Compiling sec1 v0.7.3 |
1744 | 2024-02-15T04:13:59.068Z | Compiling idna v0.2.3 |
1745 | 2024-02-15T04:13:59.142Z | Compiling bstr v0.2.17 |
1746 | 2024-02-15T04:13:59.308Z | Compiling r2d2 v0.8.10 |
1747 | 2024-02-15T04:13:59.623Z | Compiling inout v0.1.3 |
1748 | 2024-02-15T04:13:59.730Z | Compiling clap_builder v4.4.2 |
1749 | 2024-02-15T04:13:59.932Z | Compiling group v0.13.0 |
1750 | 2024-02-15T04:14:00.286Z | Compiling signal-hook-mio v0.2.3 |
1751 | 2024-02-15T04:14:00.467Z | Compiling postgres-types v0.2.6 |
1752 | 2024-02-15T04:14:00.770Z | Compiling phf v0.11.2 |
1753 | 2024-02-15T04:14:00.824Z | Compiling time v0.3.27 |
1754 | 2024-02-15T04:14:00.898Z | Compiling bzip2 v0.4.4 |
1755 | 2024-02-15T04:14:01.297Z | Compiling hubpack v0.1.2 |
1756 | 2024-02-15T04:14:01.788Z | Compiling hkdf v0.12.4 |
1757 | 2024-02-15T04:14:02.073Z | Compiling zerocopy v0.6.4 |
1758 | 2024-02-15T04:14:02.174Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-02-15T04:14:02.199Z | Compiling crypto-bigint v0.5.2 |
1760 | 2024-02-15T04:14:03.068Z | Compiling float-cmp v0.9.0 |
1761 | 2024-02-15T04:14:03.295Z | Compiling normalize-line-endings v0.3.0 |
1762 | 2024-02-15T04:14:03.348Z | Compiling whoami v1.4.1 |
1763 | 2024-02-15T04:14:03.423Z | Compiling regex-automata v0.3.8 |
1764 | 2024-02-15T04:14:04.047Z | Compiling data-encoding v2.4.0 |
1765 | 2024-02-15T04:14:06.073Z | Compiling static_assertions v1.1.0 |
1766 | 2024-02-15T04:14:06.202Z | Checking bitflags v1.3.2 |
1767 | 2024-02-15T04:14:06.559Z | Compiling difflib v0.4.0 |
1768 | 2024-02-15T04:14:06.602Z | Compiling predicates-core v1.0.6 |
1769 | 2024-02-15T04:14:06.635Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1770 | 2024-02-15T04:14:06.698Z | Compiling bstr v1.6.0 |
1771 | 2024-02-15T04:14:06.839Z | Compiling predicates v3.1.0 |
1772 | 2024-02-15T04:14:07.597Z | Compiling trust-dns-proto v0.22.0 |
1773 | 2024-02-15T04:14:08.085Z | Compiling elliptic-curve v0.13.8 |
1774 | 2024-02-15T04:14:08.445Z | Compiling yasna v0.5.2 |
1775 | 2024-02-15T04:14:08.706Z | Compiling clap v4.4.3 |
1776 | 2024-02-15T04:14:08.832Z | Compiling tokio-postgres v0.7.10 |
1777 | 2024-02-15T04:14:09.021Z | Compiling zip v0.6.6 |
1778 | 2024-02-15T04:14:10.665Z | Compiling crossterm v0.27.0 |
1779 | 2024-02-15T04:14:10.669Z | Compiling similar v2.3.0 |
1780 | 2024-02-15T04:14:10.718Z | Compiling cipher v0.4.4 |
1781 | 2024-02-15T04:14:11.504Z | Checking proc-macro2 v1.0.78 |
1782 | 2024-02-15T04:14:12.408Z | Compiling diesel v2.1.4 |
1783 | 2024-02-15T04:14:12.478Z | Compiling usdt v0.3.5 |
1784 | 2024-02-15T04:14:12.778Z | Compiling strum v0.25.0 |
1785 | 2024-02-15T04:14:12.967Z | Compiling tokio-stream v0.1.14 |
1786 | 2024-02-15T04:14:13.131Z | Compiling console v0.15.8 |
1787 | 2024-02-15T04:14:13.766Z | Checking quote v1.0.35 |
1788 | 2024-02-15T04:14:17.452Z | Checking utf8parse v0.2.1 |
1789 | 2024-02-15T04:14:18.993Z | Checking anstyle v1.0.2 |
1790 | 2024-02-15T04:14:20.508Z | Compiling serde_tokenstream v0.2.0 |
1791 | 2024-02-15T04:14:21.109Z | Checking io-lifetimes v1.0.11 |
1792 | 2024-02-15T04:14:25.076Z | Checking anstyle-parse v0.2.1 |
1793 | 2024-02-15T04:14:25.335Z | Checking anstyle-query v1.0.0 |
1794 | 2024-02-15T04:14:25.864Z | Checking colorchoice v1.0.0 |
1795 | 2024-02-15T04:14:25.989Z | Checking anstream v0.5.0 |
1796 | 2024-02-15T04:14:26.085Z | Checking strsim v0.10.0 |
1797 | 2024-02-15T04:14:26.169Z | Checking clap_lex v0.5.1 |
1798 | 2024-02-15T04:14:26.470Z | Checking winnow v0.5.15 |
1799 | 2024-02-15T04:14:32.213Z | Compiling regress v0.7.1 |
1800 | 2024-02-15T04:14:36.124Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1801 | 2024-02-15T04:14:43.635Z | Compiling getopts v0.2.21 |
1802 | 2024-02-15T04:14:43.747Z | Compiling unsafe-libyaml v0.2.10 |
1803 | 2024-02-15T04:14:44.056Z | Checking heck v0.4.1 |
1804 | 2024-02-15T04:14:45.199Z | Compiling serde_yaml v0.9.25 |
1805 | 2024-02-15T04:14:45.917Z | Checking camino v1.1.6 |
1806 | 2024-02-15T04:14:46.211Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1807 | 2024-02-15T04:14:46.307Z | Compiling ident_case v1.0.1 |
1808 | 2024-02-15T04:14:46.502Z | Checking match_cfg v0.1.0 |
1809 | 2024-02-15T04:14:46.530Z | Checking fastrand v2.0.1 |
1810 | 2024-02-15T04:14:46.552Z | Checking rustls-pki-types v1.1.0 |
1811 | 2024-02-15T04:14:46.603Z | Checking hostname v0.3.1 |
1812 | 2024-02-15T04:14:46.743Z | Checking http v1.0.0 |
1813 | 2024-02-15T04:14:46.886Z | Checking tempfile v3.10.0 |
1814 | 2024-02-15T04:14:46.970Z | Checking atty v0.2.14 |
1815 | 2024-02-15T04:14:47.101Z | Compiling paste v1.0.14 |
1816 | 2024-02-15T04:14:47.276Z | Checking quick-error v1.2.3 |
1817 | 2024-02-15T04:14:47.415Z | Checking sha1 v0.10.6 |
1818 | 2024-02-15T04:14:47.717Z | Checking dirs-sys-next v0.1.2 |
1819 | 2024-02-15T04:14:47.743Z | Compiling rustls v0.22.2 |
1820 | 2024-02-15T04:14:47.908Z | Checking dirs-next v2.0.0 |
1821 | 2024-02-15T04:14:48.108Z | Checking rustls-webpki v0.102.1 |
1822 | 2024-02-15T04:14:48.225Z | Checking crossbeam-channel v0.5.8 |
1823 | 2024-02-15T04:14:48.970Z | Checking thread_local v1.1.7 |
1824 | 2024-02-15T04:14:49.072Z | Checking instant v0.1.12 |
1825 | 2024-02-15T04:14:49.198Z | Compiling slog-async v2.8.0 |
1826 | 2024-02-15T04:14:49.435Z | Checking term v0.7.0 |
1827 | 2024-02-15T04:14:49.831Z | Checking rustls-pemfile v2.0.0 |
1828 | 2024-02-15T04:14:49.862Z | Compiling multer v3.0.0 |
1829 | 2024-02-15T04:14:49.888Z | Checking debug-ignore v1.0.5 |
1830 | 2024-02-15T04:14:49.952Z | Checking take_mut v0.2.2 |
1831 | 2024-02-15T04:14:50.042Z | Checking slog-term v2.9.0 |
1832 | 2024-02-15T04:14:50.091Z | Compiling darling_core v0.20.3 |
1833 | 2024-02-15T04:14:50.319Z | Checking slog-json v2.6.1 |
1834 | 2024-02-15T04:14:50.426Z | Compiling async-stream-impl v0.3.5 |
1835 | 2024-02-15T04:14:50.596Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1836 | 2024-02-15T04:14:50.599Z | Checking atomic-waker v1.1.1 |
1837 | 2024-02-15T04:14:50.737Z | Checking waitgroup v0.1.2 |
1838 | 2024-02-15T04:14:50.882Z | Checking slog-bunyan v2.5.0 |
1839 | 2024-02-15T04:14:51.063Z | Checking toml v0.8.9 |
1840 | 2024-02-15T04:14:51.483Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1841 | 2024-02-15T04:14:51.858Z | Checking serde_path_to_error v0.1.15 |
1842 | 2024-02-15T04:14:52.012Z | Checking async-stream v0.3.5 |
1843 | 2024-02-15T04:14:52.224Z | Checking wait-timeout v0.2.0 |
1844 | 2024-02-15T04:14:52.428Z | Compiling strum_macros v0.26.1 |
1845 | 2024-02-15T04:14:52.554Z | Compiling structmeta-derive v0.3.0 |
1846 | 2024-02-15T04:14:53.383Z | Checking tokio-rustls v0.25.0 |
1847 | 2024-02-15T04:14:53.818Z | Checking rusty-fork v0.3.0 |
1848 | 2024-02-15T04:14:54.108Z | Compiling structmeta-derive v0.2.0 |
1849 | 2024-02-15T04:14:56.040Z | Compiling structmeta v0.3.0 |
1850 | 2024-02-15T04:14:56.546Z | Checking rand_xorshift v0.3.0 |
1851 | 2024-02-15T04:14:56.739Z | Checking unarray v0.1.4 |
1852 | 2024-02-15T04:14:56.855Z | Compiling darling_macro v0.20.3 |
1853 | 2024-02-15T04:14:56.906Z | Checking proptest v1.4.0 |
1854 | 2024-02-15T04:14:56.933Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1855 | 2024-02-15T04:14:57.628Z | Compiling structmeta v0.2.0 |
1856 | 2024-02-15T04:14:57.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1857 | 2024-02-15T04:14:58.040Z | Compiling darling v0.20.3 |
1858 | 2024-02-15T04:14:58.126Z | Compiling parse-display-derive v0.9.0 |
1859 | 2024-02-15T04:14:58.165Z | Compiling serde_with_macros v3.6.0 |
1860 | 2024-02-15T04:14:58.272Z | Checking backoff v0.4.0 |
1861 | 2024-02-15T04:14:58.292Z | Checking strum v0.26.1 |
1862 | 2024-02-15T04:14:58.465Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1863 | 2024-02-15T04:14:58.472Z | Compiling test-strategy v0.3.1 |
1864 | 2024-02-15T04:14:58.605Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1865 | 2024-02-15T04:14:58.765Z | Checking macaddr v1.0.1 |
1866 | 2024-02-15T04:14:59.141Z | Checking camino-tempfile v1.1.1 |
1867 | 2024-02-15T04:14:59.399Z | Checking is-terminal v0.4.9 |
1868 | 2024-02-15T04:14:59.467Z | Compiling proc-macro-error-attr v1.0.4 |
1869 | 2024-02-15T04:14:59.541Z | Compiling proc-macro-error v1.0.4 |
1870 | 2024-02-15T04:15:00.130Z | Compiling proc-macro-crate v1.3.1 |
1871 | 2024-02-15T04:15:01.383Z | Checking termtree v0.4.1 |
1872 | 2024-02-15T04:15:01.594Z | Compiling heapless v0.8.0 |
1873 | 2024-02-15T04:15:01.781Z | Checking predicates-tree v1.0.9 |
1874 | 2024-02-15T04:15:01.845Z | Compiling num_enum_derive v0.5.11 |
1875 | 2024-02-15T04:15:01.867Z | Checking serde_with v3.6.0 |
1876 | 2024-02-15T04:15:01.941Z | Checking hash32 v0.3.1 |
1877 | 2024-02-15T04:15:02.145Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1878 | 2024-02-15T04:15:02.537Z | Compiling smoltcp v0.11.0 |
1879 | 2024-02-15T04:15:02.577Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1880 | 2024-02-15T04:15:02.725Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1881 | 2024-02-15T04:15:03.422Z | Compiling usdt-macro v0.5.0 |
1882 | 2024-02-15T04:15:03.536Z | Compiling usdt-attr-macro v0.5.0 |
1883 | 2024-02-15T04:15:03.579Z | Checking parse-display v0.9.0 |
1884 | 2024-02-15T04:15:03.810Z | Checking memmap v0.7.0 |
1885 | 2024-02-15T04:15:04.033Z | Checking cobs v0.2.3 |
1886 | 2024-02-15T04:15:04.225Z | Checking embedded-io v0.4.0 |
1887 | 2024-02-15T04:15:04.460Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1888 | 2024-02-15T04:15:04.794Z | Compiling crucible-workspace-hack v0.1.0 |
1889 | 2024-02-15T04:15:04.970Z | Checking num_enum v0.5.11 |
1890 | 2024-02-15T04:15:05.175Z | Checking postcard v1.0.8 |
1891 | 2024-02-15T04:15:05.220Z | Compiling foreign-types-macros v0.2.3 |
1892 | 2024-02-15T04:15:05.257Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1893 | 2024-02-15T04:15:05.501Z | Checking usdt v0.5.0 |
1894 | 2024-02-15T04:15:05.537Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-02-15T04:15:05.615Z | Checking foreign-types-shared v0.3.1 |
1896 | 2024-02-15T04:15:05.746Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-15T04:15:05.943Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1898 | 2024-02-15T04:15:05.971Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1899 | 2024-02-15T04:15:06.055Z | Checking cstr-argument v0.1.2 |
1900 | 2024-02-15T04:15:06.119Z | Checking pretty-hex v0.2.1 |
1901 | 2024-02-15T04:15:06.238Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1902 | 2024-02-15T04:15:06.273Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-02-15T04:15:06.593Z | Checking colored v2.0.4 |
1904 | 2024-02-15T04:15:06.628Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1905 | 2024-02-15T04:15:06.697Z | Checking foreign-types v0.5.0 |
1906 | 2024-02-15T04:15:06.792Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1907 | 2024-02-15T04:15:06.859Z | Compiling zone_cfg_derive v0.3.0 |
1908 | 2024-02-15T04:15:06.917Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1909 | 2024-02-15T04:15:07.022Z | Compiling mockall_derive v0.12.0 |
1910 | 2024-02-15T04:15:07.501Z | Compiling num-derive v0.4.0 |
1911 | 2024-02-15T04:15:07.513Z | Checking fragile v2.0.0 |
1912 | 2024-02-15T04:15:07.584Z | Checking downcast v0.11.0 |
1913 | 2024-02-15T04:15:08.215Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1914 | 2024-02-15T04:15:08.222Z | Checking smf v0.2.2 |
1915 | 2024-02-15T04:15:08.484Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1916 | 2024-02-15T04:15:08.560Z | Checking xattr v1.0.1 |
1917 | 2024-02-15T04:15:08.578Z | Checking zone v0.3.0 |
1918 | 2024-02-15T04:15:08.751Z | Checking filetime v0.2.23 |
1919 | 2024-02-15T04:15:08.977Z | Checking same-file v1.0.6 |
1920 | 2024-02-15T04:15:09.402Z | Checking walkdir v2.4.0 |
1921 | 2024-02-15T04:15:09.402Z | Checking tar v0.4.40 |
1922 | 2024-02-15T04:15:09.427Z | Checking pem v3.0.2 |
1923 | 2024-02-15T04:15:09.481Z | Compiling rayon-core v1.12.0 |
1924 | 2024-02-15T04:15:09.686Z | Checking linked-hash-map v0.5.6 |
1925 | 2024-02-15T04:15:09.781Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1926 | 2024-02-15T04:15:09.843Z | Checking itertools v0.12.1 |
1927 | 2024-02-15T04:15:10.041Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1928 | 2024-02-15T04:15:10.069Z | Checking headers-core v0.2.0 |
1929 | 2024-02-15T04:15:10.074Z | Checking lru-cache v0.1.2 |
1930 | 2024-02-15T04:15:10.213Z | Checking headers v0.3.9 |
1931 | 2024-02-15T04:15:10.283Z | Checking password-hash v0.5.0 |
1932 | 2024-02-15T04:15:10.331Z | Checking blake2 v0.10.6 |
1933 | 2024-02-15T04:15:10.813Z | Checking swrite v0.1.0 |
1934 | 2024-02-15T04:15:10.839Z | Checking argon2 v0.5.3 |
1935 | 2024-02-15T04:15:10.951Z | Checking rcgen v0.12.1 |
1936 | 2024-02-15T04:15:11.462Z | Checking atomicwrites v0.4.3 |
1937 | 2024-02-15T04:15:11.543Z | Checking subprocess v0.2.9 |
1938 | 2024-02-15T04:15:11.594Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1939 | 2024-02-15T04:15:11.660Z | Checking arc-swap v1.6.0 |
1940 | 2024-02-15T04:15:11.685Z | Compiling cancel-safe-futures v0.1.5 |
1941 | 2024-02-15T04:15:11.704Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1942 | 2024-02-15T04:15:11.895Z | Checking half v2.3.1 |
1943 | 2024-02-15T04:15:12.521Z | Checking ciborium-io v0.2.2 |
1944 | 2024-02-15T04:15:12.538Z | Checking slog-scope v4.4.0 |
1945 | 2024-02-15T04:15:12.539Z | Checking resolv-conf v0.7.0 |
1946 | 2024-02-15T04:15:12.539Z | Checking slog-stdlog v4.1.1 |
1947 | 2024-02-15T04:15:12.539Z | Checking ciborium-ll v0.2.2 |
1948 | 2024-02-15T04:15:12.539Z | Checking slog-envlogger v2.2.0 |
1949 | 2024-02-15T04:15:12.606Z | Checking trust-dns-resolver v0.22.0 |
1950 | 2024-02-15T04:15:12.622Z | Checking libsw v3.3.1 |
1951 | 2024-02-15T04:15:13.134Z | Checking ciborium v0.2.2 |
1952 | 2024-02-15T04:15:13.164Z | Compiling derive-where v1.2.7 |
1953 | 2024-02-15T04:15:13.165Z | Checking linear-map v1.2.0 |
1954 | 2024-02-15T04:15:13.165Z | Checking owo-colors v4.0.0 |
1955 | 2024-02-15T04:15:13.208Z | Compiling slog-dtrace v0.3.0 |
1956 | 2024-02-15T04:15:13.639Z | Checking textwrap v0.11.0 |
1957 | 2024-02-15T04:15:13.810Z | Compiling heck v0.3.3 |
1958 | 2024-02-15T04:15:13.873Z | Compiling blake3 v1.5.0 |
1959 | 2024-02-15T04:15:14.265Z | Checking termcolor v1.2.0 |
1960 | 2024-02-15T04:15:14.376Z | Checking vec_map v0.8.2 |
1961 | 2024-02-15T04:15:14.529Z | Checking ansi_term v0.12.1 |
1962 | 2024-02-15T04:15:14.663Z | Checking strsim v0.8.0 |
1963 | 2024-02-15T04:15:14.695Z | Compiling libefi-sys v0.1.0 |
1964 | 2024-02-15T04:15:14.885Z | Checking clap v2.34.0 |
1965 | 2024-02-15T04:15:15.021Z | Compiling structopt-derive v0.4.18 |
1966 | 2024-02-15T04:15:15.284Z | Checking nibble_vec v0.1.0 |
1967 | 2024-02-15T04:15:15.504Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1968 | 2024-02-15T04:15:15.529Z | Checking endian-type v0.1.2 |
1969 | 2024-02-15T04:15:15.737Z | Compiling radium v0.7.0 |
1970 | 2024-02-15T04:15:16.238Z | Checking radix_trie v0.2.1 |
1971 | 2024-02-15T04:15:16.388Z | Checking mockall v0.12.0 |
1972 | 2024-02-15T04:15:16.658Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1973 | 2024-02-15T04:15:16.682Z | Compiling maybe-uninit v2.0.0 |
1974 | 2024-02-15T04:15:16.691Z | Checking tap v1.0.1 |
1975 | 2024-02-15T04:15:16.860Z | Checking wyz v0.5.1 |
1976 | 2024-02-15T04:15:16.960Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1977 | 2024-02-15T04:15:17.199Z | Checking fxhash v0.2.1 |
1978 | 2024-02-15T04:15:17.333Z | Checking gethostname v0.4.3 |
1979 | 2024-02-15T04:15:17.748Z | Checking crc-catalog v2.2.0 |
1980 | 2024-02-15T04:15:17.748Z | Compiling num-bigint-dig v0.8.4 |
1981 | 2024-02-15T04:15:17.748Z | Compiling semver v0.1.20 |
1982 | 2024-02-15T04:15:17.748Z | Compiling packed_struct v0.10.1 |
1983 | 2024-02-15T04:15:17.748Z | Checking funty v2.0.0 |
1984 | 2024-02-15T04:15:17.795Z | Compiling rustc_version v0.1.7 |
1985 | 2024-02-15T04:15:17.889Z | Checking crc v3.0.1 |
1986 | 2024-02-15T04:15:18.080Z | Compiling packed_struct_codegen v0.10.1 |
1987 | 2024-02-15T04:15:18.152Z | Compiling indexmap v1.9.3 |
1988 | 2024-02-15T04:15:18.167Z | Checking nodrop v0.1.14 |
1989 | 2024-02-15T04:15:18.300Z | Checking array-init v0.0.4 |
1990 | 2024-02-15T04:15:18.343Z | Compiling newtype_derive v0.1.6 |
1991 | 2024-02-15T04:15:18.434Z | Checking structopt v0.3.26 |
1992 | 2024-02-15T04:15:18.488Z | Checking smallvec v0.6.14 |
1993 | 2024-02-15T04:15:18.626Z | Checking bitvec v1.0.1 |
1994 | 2024-02-15T04:15:18.779Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1995 | 2024-02-15T04:15:18.851Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-02-15T04:15:19.295Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-02-15T04:15:19.295Z | Checking pkcs1 v0.7.5 |
1998 | 2024-02-15T04:15:19.295Z | Checking signature v2.1.0 |
1999 | 2024-02-15T04:15:19.355Z | Compiling crossbeam-deque v0.8.3 |
2000 | 2024-02-15T04:15:19.503Z | Checking hashbrown v0.12.3 |
2001 | 2024-02-15T04:15:19.734Z | Checking bitfield v0.14.0 |
2002 | 2024-02-15T04:15:20.923Z | Checking rsa v0.9.2 |
2003 | 2024-02-15T04:15:21.424Z | Checking serde-hex v0.1.0 |
2004 | 2024-02-15T04:15:22.097Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2005 | 2024-02-15T04:15:22.130Z | Checking env_logger v0.10.0 |
2006 | 2024-02-15T04:15:22.130Z | Checking x509-cert v0.2.4 |
2007 | 2024-02-15T04:15:22.130Z | Checking ron v0.8.1 |
2008 | 2024-02-15T04:15:22.223Z | Compiling semver-parser v0.10.2 |
2009 | 2024-02-15T04:15:22.396Z | Compiling num-rational v0.4.1 |
2010 | 2024-02-15T04:15:23.204Z | Checking crc-any v2.4.3 |
2011 | 2024-02-15T04:15:23.217Z | Compiling semver v0.11.0 |
2012 | 2024-02-15T04:15:23.500Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2013 | 2024-02-15T04:15:23.921Z | Checking object v0.30.4 |
2014 | 2024-02-15T04:15:24.038Z | Compiling rayon v1.8.0 |
2015 | 2024-02-15T04:15:24.685Z | Compiling memmap2 v0.7.1 |
2016 | 2024-02-15T04:15:25.064Z | Compiling constant_time_eq v0.3.0 |
2017 | 2024-02-15T04:15:25.163Z | Compiling arrayref v0.3.7 |
2018 | 2024-02-15T04:15:25.266Z | Compiling arrayvec v0.7.4 |
2019 | 2024-02-15T04:15:25.684Z | Compiling home v0.5.5 |
2020 | 2024-02-15T04:15:25.689Z | Checking path-slash v0.1.5 |
2021 | 2024-02-15T04:15:25.689Z | Compiling toolchain_find v0.2.0 |
2022 | 2024-02-15T04:15:25.954Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2023 | 2024-02-15T04:15:26.150Z | Checking steno v0.4.0 |
2024 | 2024-02-15T04:15:26.168Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2025 | 2024-02-15T04:15:26.859Z | Compiling toml v0.5.11 |
2026 | 2024-02-15T04:15:27.021Z | Checking num-complex v0.4.4 |
2027 | 2024-02-15T04:15:27.950Z | Compiling topological-sort v0.2.2 |
2028 | 2024-02-15T04:15:27.970Z | Compiling convert_case v0.4.0 |
2029 | 2024-02-15T04:15:28.201Z | Checking num v0.4.1 |
2030 | 2024-02-15T04:15:28.315Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2031 | 2024-02-15T04:15:29.036Z | Compiling derive_more v0.99.17 |
2032 | 2024-02-15T04:15:29.168Z | Compiling rustfmt-wrapper v0.2.0 |
2033 | 2024-02-15T04:15:29.708Z | Compiling omicron-zone-package v0.11.0 |
2034 | 2024-02-15T04:15:29.833Z | Checking newline-converter v0.3.0 |
2035 | 2024-02-15T04:15:30.802Z | Checking expectorate v1.1.0 |
2036 | 2024-02-15T04:15:30.812Z | Checking utf-8 v0.7.6 |
2037 | 2024-02-15T04:15:30.994Z | Compiling buf-list v1.0.3 |
2038 | 2024-02-15T04:15:31.033Z | Checking tungstenite v0.20.1 |
2039 | 2024-02-15T04:15:31.138Z | Checking display-error-chain v0.2.0 |
2040 | 2024-02-15T04:15:31.294Z | Compiling parking_lot_core v0.8.6 |
2041 | 2024-02-15T04:15:31.952Z | Checking keccak v0.1.4 |
2042 | 2024-02-15T04:15:32.037Z | Checking tokio-tungstenite v0.20.1 |
2043 | 2024-02-15T04:15:32.122Z | Checking trust-dns-client v0.22.0 |
2044 | 2024-02-15T04:15:32.207Z | Checking parking_lot v0.11.2 |
2045 | 2024-02-15T04:15:32.291Z | Checking sha3 v0.10.8 |
2046 | 2024-02-15T04:15:32.320Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2047 | 2024-02-15T04:15:32.548Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2048 | 2024-02-15T04:15:32.575Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2049 | 2024-02-15T04:15:32.687Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2050 | 2024-02-15T04:15:33.504Z | Checking secrecy v0.8.0 |
2051 | 2024-02-15T04:15:33.747Z | Compiling pin-project-internal v1.1.3 |
2052 | 2024-02-15T04:15:33.783Z | Compiling doc-comment v0.3.3 |
2053 | 2024-02-15T04:15:34.449Z | Checking trust-dns-server v0.22.1 |
2054 | 2024-02-15T04:15:34.587Z | Checking sled v0.34.7 |
2055 | 2024-02-15T04:15:37.096Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2056 | 2024-02-15T04:15:37.399Z | Checking pin-project v1.1.3 |
2057 | 2024-02-15T04:15:37.418Z | Checking glob v0.3.1 |
2058 | 2024-02-15T04:15:37.533Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2059 | 2024-02-15T04:15:37.686Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2060 | 2024-02-15T04:15:38.103Z | Compiling vte_generate_state_changes v0.1.1 |
2061 | 2024-02-15T04:15:38.104Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2062 | 2024-02-15T04:15:38.487Z | Checking vte v0.11.1 |
2063 | 2024-02-15T04:15:38.655Z | Compiling unicase v2.7.0 |
2064 | 2024-02-15T04:15:38.834Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2065 | 2024-02-15T04:15:39.014Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2066 | 2024-02-15T04:15:39.390Z | Compiling platforms v3.0.2 |
2067 | 2024-02-15T04:15:39.622Z | Checking fd-lock v3.0.13 |
2068 | 2024-02-15T04:15:39.670Z | Compiling snafu-derive v0.7.5 |
2069 | 2024-02-15T04:15:39.809Z | Compiling fs-err v2.11.0 |
2070 | 2024-02-15T04:15:39.824Z | Checking nu-ansi-term v0.49.0 |
2071 | 2024-02-15T04:15:40.079Z | Checking strip-ansi-escapes v0.2.0 |
2072 | 2024-02-15T04:15:40.243Z | Checking globset v0.4.13 |
2073 | 2024-02-15T04:15:40.287Z | Checking reedline v0.28.0 |
2074 | 2024-02-15T04:15:40.325Z | Checking olpc-cjson v0.1.3 |
2075 | 2024-02-15T04:15:40.530Z | Checking serde_plain v1.0.2 |
2076 | 2024-02-15T04:15:40.565Z | Compiling async-recursion v1.0.5 |
2077 | 2024-02-15T04:15:40.748Z | Checking typed-path v0.7.0 |
2078 | 2024-02-15T04:15:40.802Z | Compiling curve25519-dalek v4.1.1 |
2079 | 2024-02-15T04:15:41.818Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2080 | 2024-02-15T04:15:42.563Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2081 | 2024-02-15T04:15:42.596Z | Compiling memoffset v0.7.1 |
2082 | 2024-02-15T04:15:42.839Z | Checking parse-size v1.0.0 |
2083 | 2024-02-15T04:15:43.110Z | Compiling mime_guess v2.0.4 |
2084 | 2024-02-15T04:15:43.406Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2085 | 2024-02-15T04:15:43.689Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2086 | 2024-02-15T04:15:44.671Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2087 | 2024-02-15T04:15:45.161Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2088 | 2024-02-15T04:15:45.554Z | Checking universal-hash v0.5.1 |
2089 | 2024-02-15T04:15:45.777Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-02-15T04:15:46.398Z | Compiling curve25519-dalek-derive v0.1.0 |
2091 | 2024-02-15T04:15:46.814Z | Checking snafu v0.7.5 |
2092 | 2024-02-15T04:15:46.814Z | Checking tough v0.16.0 |
2093 | 2024-02-15T04:15:47.439Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2094 | 2024-02-15T04:15:47.699Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2095 | 2024-02-15T04:15:49.439Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2096 | 2024-02-15T04:15:49.758Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2097 | 2024-02-15T04:15:50.804Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2098 | 2024-02-15T04:15:52.047Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2099 | 2024-02-15T04:15:52.823Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2100 | 2024-02-15T04:15:53.011Z | Checking opaque-debug v0.3.0 |
2101 | 2024-02-15T04:15:53.115Z | Checking poly1305 v0.8.0 |
2102 | 2024-02-15T04:15:53.633Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2103 | 2024-02-15T04:15:55.136Z | Checking thiserror-no-std v2.0.2 |
2104 | 2024-02-15T04:15:56.749Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2105 | 2024-02-15T04:15:57.138Z | Checking chacha20 v0.9.1 |
2106 | 2024-02-15T04:15:57.227Z | Checking aead v0.5.2 |
2107 | 2024-02-15T04:15:57.472Z | Checking kstat-rs v0.2.3 |
2108 | 2024-02-15T04:15:57.536Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2109 | 2024-02-15T04:15:57.854Z | Compiling salty v0.2.0 |
2110 | 2024-02-15T04:15:58.472Z | Checking signature v1.6.4 |
2111 | 2024-02-15T04:15:58.622Z | Checking ed25519 v1.5.3 |
2112 | 2024-02-15T04:15:58.927Z | Checking chacha20poly1305 v0.10.1 |
2113 | 2024-02-15T04:15:59.125Z | Checking vsss-rs v3.3.4 |
2114 | 2024-02-15T04:15:59.677Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2115 | 2024-02-15T04:15:59.943Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2116 | 2024-02-15T04:16:00.229Z | Checking serde-big-array v0.5.1 |
2117 | 2024-02-15T04:16:00.493Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2118 | 2024-02-15T04:16:01.446Z | Checking bytecount v0.6.3 |
2119 | 2024-02-15T04:16:01.558Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2120 | 2024-02-15T04:16:01.613Z | Checking papergrid v0.11.0 |
2121 | 2024-02-15T04:16:02.524Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2122 | 2024-02-15T04:16:03.020Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2123 | 2024-02-15T04:16:03.340Z | Compiling tabled_derive v0.7.0 |
2124 | 2024-02-15T04:16:04.141Z | Checking signal-hook-tokio v0.3.1 |
2125 | 2024-02-15T04:16:04.266Z | Checking fd-lock v4.0.2 |
2126 | 2024-02-15T04:16:04.342Z | Checking nix v0.27.1 |
2127 | 2024-02-15T04:16:04.466Z | Checking serde-big-array v0.4.1 |
2128 | 2024-02-15T04:16:04.643Z | Compiling sqlparser_derive v0.2.2 |
2129 | 2024-02-15T04:16:05.959Z | Compiling prettyplease v0.2.16 |
2130 | 2024-02-15T04:16:05.986Z | Checking humantime v2.1.0 |
2131 | 2024-02-15T04:16:06.035Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2132 | 2024-02-15T04:16:06.268Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2133 | 2024-02-15T04:16:06.309Z | Checking unicode_categories v0.1.1 |
2134 | 2024-02-15T04:16:06.526Z | Checking tabled v0.15.0 |
2135 | 2024-02-15T04:16:06.613Z | Checking sqlformat v0.2.3 |
2136 | 2024-02-15T04:16:07.078Z | Checking rustyline v13.0.0 |
2137 | 2024-02-15T04:16:07.914Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2138 | 2024-02-15T04:16:08.355Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2139 | 2024-02-15T04:16:08.620Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2140 | 2024-02-15T04:16:08.930Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2141 | 2024-02-15T04:16:10.639Z | Checking sqlparser v0.43.1 |
2142 | 2024-02-15T04:16:11.594Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2143 | 2024-02-15T04:16:12.659Z | Checking bcs v0.1.6 |
2144 | 2024-02-15T04:16:12.722Z | Checking corncobs v0.1.3 |
2145 | 2024-02-15T04:16:12.932Z | Checking highway v1.1.0 |
2146 | 2024-02-15T04:16:12.967Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2147 | 2024-02-15T04:16:13.134Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2148 | 2024-02-15T04:16:13.383Z | Checking http-range v0.1.5 |
2149 | 2024-02-15T04:16:13.439Z | Compiling crunchy v0.2.2 |
2150 | 2024-02-15T04:16:13.586Z | Checking hyper-staticfile v0.9.5 |
2151 | 2024-02-15T04:16:13.774Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2152 | 2024-02-15T04:16:13.894Z | Compiling clang-sys v1.6.1 |
2153 | 2024-02-15T04:16:13.996Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2154 | 2024-02-15T04:16:14.012Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2155 | 2024-02-15T04:16:14.030Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2156 | 2024-02-15T04:16:14.033Z | Compiling tiny-keccak v2.0.2 |
2157 | 2024-02-15T04:16:14.641Z | Compiling darling_core v0.14.4 |
2158 | 2024-02-15T04:16:14.771Z | Checking assert_matches v1.5.0 |
2159 | 2024-02-15T04:16:15.645Z | Compiling ascii-canvas v3.0.0 |
2160 | 2024-02-15T04:16:16.274Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2161 | 2024-02-15T04:16:16.431Z | Compiling ena v0.14.2 |
2162 | 2024-02-15T04:16:16.671Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2163 | 2024-02-15T04:16:16.894Z | Compiling libloading v0.7.4 |
2164 | 2024-02-15T04:16:17.346Z | Compiling regex-syntax v0.6.29 |
2165 | 2024-02-15T04:16:17.642Z | Compiling diff v0.1.13 |
2166 | 2024-02-15T04:16:18.373Z | Compiling bindgen v0.69.2 |
2167 | 2024-02-15T04:16:19.206Z | Compiling cexpr v0.6.0 |
2168 | 2024-02-15T04:16:19.872Z | Compiling which v4.4.0 |
2169 | 2024-02-15T04:16:20.191Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2170 | 2024-02-15T04:16:20.574Z | Compiling shlex v1.3.0 |
2171 | 2024-02-15T04:16:21.052Z | Compiling lalrpop v0.19.12 |
2172 | 2024-02-15T04:16:21.069Z | Checking maplit v1.0.2 |
2173 | 2024-02-15T04:16:21.159Z | Compiling darling_macro v0.14.4 |
2174 | 2024-02-15T04:16:21.194Z | Compiling ref-cast v1.0.20 |
2175 | 2024-02-15T04:16:21.760Z | Compiling peeking_take_while v0.1.2 |
2176 | 2024-02-15T04:16:21.920Z | Compiling lazycell v1.3.0 |
2177 | 2024-02-15T04:16:22.055Z | Compiling rustc-hash v1.1.0 |
2178 | 2024-02-15T04:16:22.105Z | Compiling portable-atomic v1.4.3 |
2179 | 2024-02-15T04:16:22.323Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2180 | 2024-02-15T04:16:22.358Z | Compiling darling v0.14.4 |
2181 | 2024-02-15T04:16:22.472Z | Compiling derive_builder_core v0.12.0 |
2182 | 2024-02-15T04:16:23.312Z | Compiling ref-cast-impl v1.0.20 |
2183 | 2024-02-15T04:16:24.272Z | Compiling libxml v0.3.3 |
2184 | 2024-02-15T04:16:24.992Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2185 | 2024-02-15T04:16:25.309Z | Compiling derive_builder_macro v0.12.0 |
2186 | 2024-02-15T04:16:25.945Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2187 | 2024-02-15T04:16:26.050Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2188 | 2024-02-15T04:16:26.304Z | Compiling strum_macros v0.24.3 |
2189 | 2024-02-15T04:16:26.397Z | Compiling cookie v0.18.0 |
2190 | 2024-02-15T04:16:26.763Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2191 | 2024-02-15T04:16:27.134Z | Compiling indoc v1.0.9 |
2192 | 2024-02-15T04:16:27.401Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2193 | 2024-02-15T04:16:28.496Z | Checking number_prefix v0.4.0 |
2194 | 2024-02-15T04:16:28.522Z | Checking indicatif v0.17.7 |
2195 | 2024-02-15T04:16:28.915Z | Checking derive_builder v0.12.0 |
2196 | 2024-02-15T04:16:29.355Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2197 | 2024-02-15T04:16:29.718Z | Checking bb8 v0.8.3 |
2198 | 2024-02-15T04:16:30.251Z | Checking quick-xml v0.30.0 |
2199 | 2024-02-15T04:16:30.504Z | Checking castaway v0.2.2 |
2200 | 2024-02-15T04:16:30.677Z | Compiling impl-trait-for-tuples v0.2.2 |
2201 | 2024-02-15T04:16:30.707Z | Compiling oso-derive v0.27.0 |
2202 | 2024-02-15T04:16:30.987Z | Checking compact_str v0.7.1 |
2203 | 2024-02-15T04:16:31.985Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2204 | 2024-02-15T04:16:32.877Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2205 | 2024-02-15T04:16:32.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-02-15T04:16:33.075Z | Checking lru v0.12.1 |
2207 | 2024-02-15T04:16:33.370Z | Compiling stability v0.1.1 |
2208 | 2024-02-15T04:16:34.419Z | Compiling indoc v2.0.3 |
2209 | 2024-02-15T04:16:34.532Z | Checking cassowary v0.3.0 |
2210 | 2024-02-15T04:16:34.805Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2211 | 2024-02-15T04:16:35.050Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-02-15T04:16:35.489Z | Checking smawk v0.3.1 |
2213 | 2024-02-15T04:16:35.709Z | Checking textwrap v0.16.0 |
2214 | 2024-02-15T04:16:35.743Z | Checking ratatui v0.26.1 |
2215 | 2024-02-15T04:16:36.157Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2216 | 2024-02-15T04:16:36.594Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2217 | 2024-02-15T04:16:37.084Z | Checking is_ci v1.1.1 |
2218 | 2024-02-15T04:16:37.224Z | Checking supports-color v2.1.0 |
2219 | 2024-02-15T04:16:37.304Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2220 | 2024-02-15T04:16:37.440Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2221 | 2024-02-15T04:16:37.829Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2222 | 2024-02-15T04:16:38.897Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2223 | 2024-02-15T04:16:39.158Z | Checking rtoolbox v0.0.1 |
2224 | 2024-02-15T04:16:39.266Z | Checking tui-tree-widget v0.17.0 |
2225 | 2024-02-15T04:16:39.373Z | Checking rpassword v7.3.1 |
2226 | 2024-02-15T04:16:39.534Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2227 | 2024-02-15T04:16:39.595Z | Checking fatfs v0.3.6 |
2228 | 2024-02-15T04:16:40.791Z | Checking shell-words v1.1.0 |
2229 | 2024-02-15T04:16:40.977Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2230 | 2024-02-15T04:16:41.193Z | Checking yansi v0.5.1 |
2231 | 2024-02-15T04:16:41.770Z | Checking pretty_assertions v1.4.0 |
2232 | 2024-02-15T04:16:41.991Z | Compiling target-lexicon v0.12.13 |
2233 | 2024-02-15T04:16:42.738Z | Compiling guppy-workspace-hack v0.1.0 |
2234 | 2024-02-15T04:16:43.172Z | Checking plotters-backend v0.3.5 |
2235 | 2024-02-15T04:16:43.623Z | Checking plotters-svg v0.3.5 |
2236 | 2024-02-15T04:16:43.648Z | Checking http-body v1.0.0 |
2237 | 2024-02-15T04:16:43.757Z | Checking rand v0.4.6 |
2238 | 2024-02-15T04:16:43.860Z | Checking cast v0.3.0 |
2239 | 2024-02-15T04:16:43.873Z | Checking tower-layer v0.3.2 |
2240 | 2024-02-15T04:16:44.169Z | Checking remove_dir_all v0.5.3 |
2241 | 2024-02-15T04:16:44.285Z | Compiling target-spec v3.1.0 |
2242 | 2024-02-15T04:16:44.343Z | Checking criterion-plot v0.5.0 |
2243 | 2024-02-15T04:16:44.833Z | Checking tempdir v0.3.7 |
2244 | 2024-02-15T04:16:44.889Z | Checking tower v0.4.13 |
2245 | 2024-02-15T04:16:44.966Z | Checking plotters v0.3.5 |
2246 | 2024-02-15T04:16:45.034Z | Checking hyper v1.1.0 |
2247 | 2024-02-15T04:16:45.824Z | Checking cfg-expr v0.15.6 |
2248 | 2024-02-15T04:16:46.351Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-02-15T04:16:46.441Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2250 | 2024-02-15T04:16:46.861Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2251 | 2024-02-15T04:16:46.879Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2252 | 2024-02-15T04:16:47.383Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2253 | 2024-02-15T04:16:47.876Z | Checking tinytemplate v1.2.1 |
2254 | 2024-02-15T04:16:48.316Z | Checking cargo-platform v0.1.3 |
2255 | 2024-02-15T04:16:48.588Z | Checking anes v0.1.6 |
2256 | 2024-02-15T04:16:48.657Z | Checking oorandom v11.1.3 |
2257 | 2024-02-15T04:16:48.819Z | Checking cargo_metadata v0.18.1 |
2258 | 2024-02-15T04:16:49.013Z | Checking criterion v0.5.1 |
2259 | 2024-02-15T04:16:49.451Z | Checking hyper-util v0.1.2 |
2260 | 2024-02-15T04:16:49.877Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2261 | 2024-02-15T04:16:50.687Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2262 | 2024-02-15T04:16:51.182Z | Checking assert_cmd v2.0.13 |
2263 | 2024-02-15T04:16:51.674Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2264 | 2024-02-15T04:16:52.262Z | Checking rustls-native-certs v0.7.0 |
2265 | 2024-02-15T04:16:52.426Z | Checking pathdiff v0.2.1 |
2266 | 2024-02-15T04:16:52.602Z | Checking nested v0.1.1 |
2267 | 2024-02-15T04:16:52.852Z | Checking guppy v0.17.5 |
2268 | 2024-02-15T04:16:55.316Z | Checking hyper-rustls v0.26.0 |
2269 | 2024-02-15T04:16:55.697Z | Checking httptest v0.15.5 |
2270 | 2024-02-15T04:16:56.418Z | Checking threadpool v1.8.1 |
2271 | 2024-02-15T04:16:56.558Z | Checking nanorand v0.7.0 |
2272 | 2024-02-15T04:16:56.965Z | Checking flume v0.11.0 |
2273 | 2024-02-15T04:16:57.093Z | Checking libtest-mimic v0.6.1 |
2274 | 2024-02-15T04:16:57.501Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2275 | 2024-02-15T04:16:57.506Z | Checking similar-asserts v1.5.0 |
2276 | 2024-02-15T04:16:57.571Z | Compiling rstest_macros v0.18.2 |
2277 | 2024-02-15T04:16:58.262Z | Checking datatest-stable v0.2.3 |
2278 | 2024-02-15T04:16:58.498Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2279 | 2024-02-15T04:16:59.890Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2280 | 2024-02-15T04:16:59.948Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2281 | 2024-02-15T04:17:00.318Z | Checking csv-core v0.1.11 |
2282 | 2024-02-15T04:17:00.672Z | Checking constant_time_eq v0.2.6 |
2283 | 2024-02-15T04:17:00.675Z | Compiling trybuild v1.0.89 |
2284 | 2024-02-15T04:17:00.801Z | Compiling relative-path v1.9.0 |
2285 | 2024-02-15T04:17:00.815Z | Checking blake2b_simd v1.0.1 |
2286 | 2024-02-15T04:17:01.185Z | Checking csv v1.3.0 |
2287 | 2024-02-15T04:17:01.795Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2288 | 2024-02-15T04:17:02.137Z | Checking basic-toml v0.1.8 |
2289 | 2024-02-15T04:17:03.122Z | Checking multimap v0.8.3 |
2290 | 2024-02-15T04:17:03.447Z | Checking futures-timer v3.0.2 |
2291 | 2024-02-15T04:17:05.287Z | Checking rust-argon2 v1.0.1 |
2292 | 2024-02-15T04:17:05.734Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2293 | 2024-02-15T04:17:07.933Z | Checking partial-io v0.5.4 |
2294 | 2024-02-15T04:17:08.357Z | Checking approx v0.5.1 |
2295 | 2024-02-15T04:17:08.611Z | Checking termios v0.3.3 |
2296 | 2024-02-15T04:17:08.843Z | Checking hex-literal v0.4.1 |
2297 | 2024-02-15T04:17:12.390Z | Checking rstest v0.18.2 |
2298 | 2024-02-15T04:17:14.878Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2299 | 2024-02-15T04:18:03.573Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2300 | 2024-02-15T04:18:07.200Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2301 | 2024-02-15T04:18:08.374Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2302 | 2024-02-15T04:18:12.941Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2303 | 2024-02-15T04:18:15.754Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2304 | 2024-02-15T04:18:34.789Z | Compiling polar-core v0.27.0 |
2305 | 2024-02-15T04:18:42.476Z | Checking oso v0.27.0 |
2306 | 2024-02-15T04:19:13.823Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2307 | 2024-02-15T04:20:30.994Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 45s |
2308 | 2024-02-15T04:20:31.194Z | |
2309 | 2024-02-15T04:20:31.217Z | real 8:32.607411567 |
2310 | 2024-02-15T04:20:31.217Z | user 43:43.736808612 |
2311 | 2024-02-15T04:20:31.217Z | sys 7:09.049173935 |
2312 | 2024-02-15T04:20:31.217Z | trap 1.347006048 |
2313 | 2024-02-15T04:20:31.217Z | tflt 4.413784743 |
2314 | 2024-02-15T04:20:31.217Z | dflt 4.219201268 |
2315 | 2024-02-15T04:20:31.217Z | kflt 0.053840176 |
2316 | 2024-02-15T04:20:31.218Z | lock 1:07:59.302769943 |
2317 | 2024-02-15T04:20:31.218Z | slp 2:13:17.718896631 |
2318 | 2024-02-15T04:20:31.218Z | lat 1:54.450234845 |
2319 | 2024-02-15T04:20:31.218Z | stop 4:49.972965621 |
2320 | 2024-02-15T04:20:42.483Z | warning: output filename collision. |
2321 | 2024-02-15T04:20:42.483Z | 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)`. |
2322 | 2024-02-15T04:20:42.483Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2323 | 2024-02-15T04:20:42.483Z | The targets should have unique names. |
2324 | 2024-02-15T04:20:42.483Z | This is a known bug where multiple crates with the same name use |
2325 | 2024-02-15T04:20:42.483Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2024-02-15T04:20:43.738Z | warning: output filename collision. |
2327 | 2024-02-15T04:20:43.738Z | 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)`. |
2328 | 2024-02-15T04:20:43.738Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2329 | 2024-02-15T04:20:43.738Z | The targets should have unique names. |
2330 | 2024-02-15T04:20:43.738Z | This is a known bug where multiple crates with the same name use |
2331 | 2024-02-15T04:20:43.738Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2024-02-15T04:20:43.738Z | warning: output filename collision. |
2333 | 2024-02-15T04:20:43.738Z | 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)`. |
2334 | 2024-02-15T04:20:43.738Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2335 | 2024-02-15T04:20:43.738Z | The targets should have unique names. |
2336 | 2024-02-15T04:20:43.738Z | This is a known bug where multiple crates with the same name use |
2337 | 2024-02-15T04:20:43.738Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2338 | 2024-02-15T04:20:43.738Z | warning: output filename collision. |
2339 | 2024-02-15T04:20:43.738Z | 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)`. |
2340 | 2024-02-15T04:20:43.738Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2341 | 2024-02-15T04:20:43.738Z | The targets should have unique names. |
2342 | 2024-02-15T04:20:43.739Z | This is a known bug where multiple crates with the same name use |
2343 | 2024-02-15T04:20:43.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2344 | 2024-02-15T04:20:43.739Z | warning: output filename collision. |
2345 | 2024-02-15T04:20:43.739Z | 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)`. |
2346 | 2024-02-15T04:20:43.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2347 | 2024-02-15T04:20:43.739Z | The targets should have unique names. |
2348 | 2024-02-15T04:20:43.739Z | This is a known bug where multiple crates with the same name use |
2349 | 2024-02-15T04:20:43.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2350 | 2024-02-15T04:20:43.739Z | warning: output filename collision. |
2351 | 2024-02-15T04:20:43.739Z | 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)`. |
2352 | 2024-02-15T04:20:43.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2353 | 2024-02-15T04:20:43.739Z | The targets should have unique names. |
2354 | 2024-02-15T04:20:43.739Z | This is a known bug where multiple crates with the same name use |
2355 | 2024-02-15T04:20:43.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2356 | 2024-02-15T04:20:43.739Z | warning: output filename collision. |
2357 | 2024-02-15T04:20:43.739Z | 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)`. |
2358 | 2024-02-15T04:20:43.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2359 | 2024-02-15T04:20:43.739Z | The targets should have unique names. |
2360 | 2024-02-15T04:20:43.739Z | This is a known bug where multiple crates with the same name use |
2361 | 2024-02-15T04:20:43.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2362 | 2024-02-15T04:20:43.739Z | Documenting libc v0.2.153 |
2363 | 2024-02-15T04:20:43.739Z | Documenting cfg-if v1.0.0 |
2364 | 2024-02-15T04:20:43.739Z | Documenting serde_derive v1.0.196 |
2365 | 2024-02-15T04:20:43.739Z | Documenting log v0.4.20 |
2366 | 2024-02-15T04:20:43.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2367 | 2024-02-15T04:20:43.740Z | Documenting memchr v2.6.3 |
2368 | 2024-02-15T04:20:43.740Z | Documenting scopeguard v1.2.0 |
2369 | 2024-02-15T04:20:43.740Z | Documenting byteorder v1.5.0 |
2370 | 2024-02-15T04:20:43.740Z | Documenting smallvec v1.13.1 |
2371 | 2024-02-15T04:20:44.087Z | Documenting itoa v1.0.9 |
2372 | 2024-02-15T04:20:44.087Z | Documenting lock_api v0.4.10 |
2373 | 2024-02-15T04:20:44.087Z | Documenting zeroize_derive v1.4.2 |
2374 | 2024-02-15T04:20:44.087Z | Documenting getrandom v0.2.10 |
2375 | 2024-02-15T04:20:44.087Z | Documenting parking_lot_core v0.9.8 |
2376 | 2024-02-15T04:20:44.087Z | Documenting once_cell v1.19.0 |
2377 | 2024-02-15T04:20:44.087Z | Documenting pin-project-lite v0.2.13 |
2378 | 2024-02-15T04:20:44.087Z | Documenting libm v0.2.7 |
2379 | 2024-02-15T04:20:44.087Z | Documenting signal-hook-registry v1.4.1 |
2380 | 2024-02-15T04:20:44.087Z | Documenting mio v0.8.9 |
2381 | 2024-02-15T04:20:44.087Z | Documenting serde v1.0.196 |
2382 | 2024-02-15T04:20:44.087Z | Documenting parking_lot v0.12.1 |
2383 | 2024-02-15T04:20:44.087Z | Documenting rand_core v0.6.4 |
2384 | 2024-02-15T04:20:44.087Z | Documenting futures-core v0.3.30 |
2385 | 2024-02-15T04:20:44.088Z | Documenting num-traits v0.2.16 |
2386 | 2024-02-15T04:20:44.088Z | Documenting zeroize v1.7.0 |
2387 | 2024-02-15T04:20:44.088Z | Documenting thiserror-impl v1.0.56 |
2388 | 2024-02-15T04:20:45.311Z | Documenting num_cpus v1.16.0 |
2389 | 2024-02-15T04:20:45.729Z | Documenting socket2 v0.5.5 |
2390 | 2024-02-15T04:20:45.730Z | Documenting tokio-macros v2.2.0 |
2391 | 2024-02-15T04:20:46.193Z | Documenting ryu v1.0.15 |
2392 | 2024-02-15T04:20:46.485Z | Documenting typenum v1.16.0 |
2393 | 2024-02-15T04:20:46.864Z | Documenting subtle v2.5.0 |
2394 | 2024-02-15T04:20:48.792Z | Documenting thiserror v1.0.56 |
2395 | 2024-02-15T04:20:49.190Z | Documenting zerocopy v0.7.32 |
2396 | 2024-02-15T04:20:49.651Z | Documenting futures-sink v0.3.30 |
2397 | 2024-02-15T04:20:50.040Z | Documenting pin-utils v0.1.0 |
2398 | 2024-02-15T04:20:51.054Z | Documenting slab v0.4.9 |
2399 | 2024-02-15T04:20:51.542Z | Documenting futures-macro v0.3.30 |
2400 | 2024-02-15T04:20:53.591Z | Documenting futures-task v0.3.30 |
2401 | 2024-02-15T04:20:54.360Z | Documenting futures-channel v0.3.30 |
2402 | 2024-02-15T04:20:55.254Z | Documenting const-oid v0.9.5 |
2403 | 2024-02-15T04:20:55.996Z | Documenting futures-io v0.3.30 |
2404 | 2024-02-15T04:20:57.011Z | Documenting iana-time-zone v0.1.57 |
2405 | 2024-02-15T04:20:57.139Z | Documenting ahash v0.8.7 |
2406 | 2024-02-15T04:21:00.783Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2407 | 2024-02-15T04:21:00.909Z | Documenting tinyvec_macros v0.1.1 |
2408 | 2024-02-15T04:21:00.910Z | Documenting allocator-api2 v0.2.16 |
2409 | 2024-02-15T04:21:01.060Z | Documenting futures-util v0.3.30 |
2410 | 2024-02-15T04:21:01.745Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2411 | 2024-02-15T04:21:02.083Z | Documenting tracing-core v0.1.31 |
2412 | 2024-02-15T04:21:02.128Z | Documenting tracing-attributes v0.1.26 |
2413 | 2024-02-15T04:21:02.651Z | Documenting tinyvec v1.6.0 |
2414 | 2024-02-15T04:21:03.331Z | Documenting hashbrown v0.14.2 |
2415 | 2024-02-15T04:21:06.516Z | Documenting unicode-normalization v0.1.22 |
2416 | 2024-02-15T04:21:07.166Z | Documenting bytes v1.5.0 |
2417 | 2024-02-15T04:21:09.361Z | Documenting bitflags v2.4.0 |
2418 | 2024-02-15T04:21:10.357Z | Documenting serde_json v1.0.113 |
2419 | 2024-02-15T04:21:11.970Z | Documenting chrono v0.4.31 |
2420 | 2024-02-15T04:21:12.086Z | Documenting uuid v1.7.0 |
2421 | 2024-02-15T04:21:12.100Z | Documenting ppv-lite86 v0.2.17 |
2422 | 2024-02-15T04:21:12.237Z | Documenting tokio v1.36.0 |
2423 | 2024-02-15T04:21:14.742Z | Documenting equivalent v1.0.1 |
2424 | 2024-02-15T04:21:15.557Z | Documenting rand_chacha v0.3.1 |
2425 | 2024-02-15T04:21:16.032Z | Documenting generic-array v0.14.7 |
2426 | 2024-02-15T04:21:17.154Z | Documenting unicode-bidi v0.3.13 |
2427 | 2024-02-15T04:21:17.291Z | Documenting percent-encoding v2.3.1 |
2428 | 2024-02-15T04:21:17.668Z | Documenting indexmap v2.2.2 |
2429 | 2024-02-15T04:21:18.241Z | Documenting base64 v0.21.7 |
2430 | 2024-02-15T04:21:19.882Z | Documenting rand v0.8.5 |
2431 | 2024-02-15T04:21:21.097Z | Documenting crypto-common v0.1.6 |
2432 | 2024-02-15T04:21:21.535Z | Documenting block-buffer v0.10.4 |
2433 | 2024-02-15T04:21:21.662Z | Documenting lazy_static v1.4.0 |
2434 | 2024-02-15T04:21:23.284Z | Documenting form_urlencoded v1.2.1 |
2435 | 2024-02-15T04:21:23.815Z | Checking serde_derive_internals v0.26.0 |
2436 | 2024-02-15T04:21:24.015Z | Documenting serde_derive_internals v0.26.0 |
2437 | 2024-02-15T04:21:24.522Z | Documenting fnv v1.0.7 |
2438 | 2024-02-15T04:21:24.754Z | Documenting dyn-clone v1.0.16 |
2439 | 2024-02-15T04:21:25.111Z | Documenting tracing v0.1.37 |
2440 | 2024-02-15T04:21:26.105Z | Documenting cpufeatures v0.2.12 |
2441 | 2024-02-15T04:21:26.114Z | Documenting idna v0.5.0 |
2442 | 2024-02-15T04:21:26.302Z | Documenting digest v0.10.7 |
2443 | 2024-02-15T04:21:27.436Z | Documenting httparse v1.8.0 |
2444 | 2024-02-15T04:21:27.928Z | Documenting errno v0.3.8 |
2445 | 2024-02-15T04:21:28.490Z | Documenting unicode-ident v1.0.12 |
2446 | 2024-02-15T04:21:29.194Z | Documenting unicode-width v0.1.11 |
2447 | 2024-02-15T04:21:30.522Z | Documenting url v2.5.0 |
2448 | 2024-02-15T04:21:30.602Z | Documenting schemars_derive v0.8.16 |
2449 | 2024-02-15T04:21:31.365Z | Documenting proc-macro2 v1.0.78 |
2450 | 2024-02-15T04:21:32.041Z | Documenting try-lock v0.2.4 |
2451 | 2024-02-15T04:21:32.169Z | Documenting adler v1.0.2 |
2452 | 2024-02-15T04:21:32.620Z | Documenting httpdate v1.0.3 |
2453 | 2024-02-15T04:21:32.894Z | Documenting rustix v0.38.31 |
2454 | 2024-02-15T04:21:34.847Z | Documenting http-body v0.4.5 |
2455 | 2024-02-15T04:21:35.042Z | Documenting want v0.3.1 |
2456 | 2024-02-15T04:21:35.177Z | Documenting miniz_oxide v0.7.1 |
2457 | 2024-02-15T04:21:36.471Z | Documenting openssl-sys v0.9.96 |
2458 | 2024-02-15T04:21:37.147Z | Documenting schemars v0.8.16 |
2459 | 2024-02-15T04:21:37.306Z | Documenting openssl-macros v0.1.1 |
2460 | 2024-02-15T04:21:38.656Z | Documenting tower-service v0.3.2 |
2461 | 2024-02-15T04:21:39.912Z | Documenting mime v0.3.17 |
2462 | 2024-02-15T04:21:39.942Z | Documenting base64ct v1.6.0 |
2463 | 2024-02-15T04:21:40.460Z | Documenting quote v1.0.35 |
2464 | 2024-02-15T04:21:42.873Z | Documenting aho-corasick v1.0.4 |
2465 | 2024-02-15T04:21:42.929Z | Documenting openssl v0.10.60 |
2466 | 2024-02-15T04:21:43.473Z | Documenting slog v2.7.0 |
2467 | 2024-02-15T04:21:44.387Z | Documenting openssl-probe v0.1.5 |
2468 | 2024-02-15T04:21:44.737Z | Documenting ipnet v2.9.0 |
2469 | 2024-02-15T04:21:44.941Z | Documenting regex-syntax v0.8.2 |
2470 | 2024-02-15T04:21:45.490Z | Documenting syn v2.0.48 |
2471 | 2024-02-15T04:21:47.247Z | Documenting tokio-util v0.7.10 |
2472 | 2024-02-15T04:21:48.914Z | Documenting async-trait v0.1.77 |
2473 | 2024-02-15T04:21:48.996Z | Documenting pem-rfc7468 v0.7.0 |
2474 | 2024-02-15T04:21:49.157Z | Documenting crossbeam-utils v0.8.16 |
2475 | 2024-02-15T04:21:49.310Z | Documenting encoding_rs v0.8.33 |
2476 | 2024-02-15T04:21:52.064Z | Documenting regex-automata v0.4.4 |
2477 | 2024-02-15T04:21:52.339Z | Documenting der_derive v0.7.2 |
2478 | 2024-02-15T04:21:53.143Z | Documenting native-tls v0.2.11 |
2479 | 2024-02-15T04:21:53.371Z | Documenting h2 v0.3.24 |
2480 | 2024-02-15T04:21:54.023Z | Documenting flagset v0.4.3 |
2481 | 2024-02-15T04:21:54.104Z | Documenting utf8parse v0.2.1 |
2482 | 2024-02-15T04:21:54.422Z | Documenting serde_urlencoded v0.7.1 |
2483 | 2024-02-15T04:21:56.892Z | Documenting num-integer v0.1.45 |
2484 | 2024-02-15T04:21:56.969Z | Documenting time-macros v0.2.13 |
2485 | 2024-02-15T04:21:58.194Z | Documenting tokio-native-tls v0.3.1 |
2486 | 2024-02-15T04:21:58.863Z | Documenting der v0.7.8 |
2487 | 2024-02-15T04:22:00.182Z | Documenting deranged v0.3.8 |
2488 | 2024-02-15T04:22:00.536Z | Documenting regex v1.10.3 |
2489 | 2024-02-15T04:22:01.493Z | Documenting gimli v0.28.0 |
2490 | 2024-02-15T04:22:02.341Z | Documenting num_threads v0.1.6 |
2491 | 2024-02-15T04:22:04.203Z | Documenting time-core v0.1.1 |
2492 | 2024-02-15T04:22:04.276Z | Documenting spki v0.7.2 |
2493 | 2024-02-15T04:22:05.147Z | Documenting hyper v0.14.27 |
2494 | 2024-02-15T04:22:05.416Z | Documenting object v0.32.1 |
2495 | 2024-02-15T04:22:05.925Z | Documenting rustc-demangle v0.1.23 |
2496 | 2024-02-15T04:22:06.823Z | Documenting webpki-roots v0.25.2 |
2497 | 2024-02-15T04:22:07.206Z | Documenting time v0.3.27 |
2498 | 2024-02-15T04:22:08.074Z | Documenting addr2line v0.21.0 |
2499 | 2024-02-15T04:22:09.028Z | Documenting spin v0.9.8 |
2500 | 2024-02-15T04:22:09.192Z | Documenting either v1.9.0 |
2501 | 2024-02-15T04:22:09.657Z | Documenting pkcs8 v0.10.2 |
2502 | 2024-02-15T04:22:11.830Z | Documenting openapiv3 v2.0.0 |
2503 | 2024-02-15T04:22:12.037Z | Documenting futures-executor v0.3.30 |
2504 | 2024-02-15T04:22:12.146Z | Checking pest_meta v2.7.6 |
2505 | 2024-02-15T04:22:13.188Z | Documenting memoffset v0.9.0 |
2506 | 2024-02-15T04:22:13.289Z | Documenting data-encoding v2.4.0 |
2507 | 2024-02-15T04:22:13.302Z | Documenting anstyle v1.0.2 |
2508 | 2024-02-15T04:22:14.338Z | Documenting anstyle-parse v0.2.1 |
2509 | 2024-02-15T04:22:16.419Z | Documenting crossbeam-epoch v0.9.15 |
2510 | 2024-02-15T04:22:17.275Z | Documenting backtrace v0.3.69 |
2511 | 2024-02-15T04:22:17.424Z | Documenting ipnetwork v0.20.0 |
2512 | 2024-02-15T04:22:17.665Z | Documenting sha2 v0.10.8 |
2513 | 2024-02-15T04:22:17.755Z | Documenting hex v0.4.3 |
2514 | 2024-02-15T04:22:18.198Z | Documenting hyper-rustls v0.24.2 |
2515 | 2024-02-15T04:22:18.336Z | Documenting hyper-tls v0.5.0 |
2516 | 2024-02-15T04:22:20.677Z | Documenting crc32fast v1.3.2 |
2517 | 2024-02-15T04:22:21.606Z | Documenting pest_meta v2.7.6 |
2518 | 2024-02-15T04:22:22.849Z | Documenting scroll_derive v0.12.0 |
2519 | 2024-02-15T04:22:23.015Z | Documenting untrusted v0.9.0 |
2520 | 2024-02-15T04:22:23.859Z | Documenting anyhow v1.0.75 |
2521 | 2024-02-15T04:22:24.113Z | Documenting anstyle-query v1.0.0 |
2522 | 2024-02-15T04:22:25.476Z | Documenting colorchoice v1.0.0 |
2523 | 2024-02-15T04:22:25.760Z | Documenting pest_generator v2.7.6 |
2524 | 2024-02-15T04:22:25.923Z | Documenting futures v0.3.30 |
2525 | 2024-02-15T04:22:25.962Z | Documenting ring v0.17.7 |
2526 | 2024-02-15T04:22:26.431Z | Documenting reqwest v0.11.22 |
2527 | 2024-02-15T04:22:28.365Z | Documenting scroll v0.12.0 |
2528 | 2024-02-15T04:22:28.449Z | Checking pest_generator v2.7.6 |
2529 | 2024-02-15T04:22:28.736Z | Documenting anstream v0.5.0 |
2530 | 2024-02-15T04:22:29.049Z | Documenting num-iter v0.1.43 |
2531 | 2024-02-15T04:22:29.294Z | Documenting hmac v0.12.1 |
2532 | 2024-02-15T04:22:30.814Z | Documenting signal-hook v0.3.17 |
2533 | 2024-02-15T04:22:31.858Z | Documenting terminal_size v0.2.6 |
2534 | 2024-02-15T04:22:33.300Z | Documenting ucd-trie v0.1.6 |
2535 | 2024-02-15T04:22:33.636Z | Documenting clap_lex v0.5.1 |
2536 | 2024-02-15T04:22:33.839Z | Documenting strsim v0.10.0 |
2537 | 2024-02-15T04:22:34.364Z | Documenting static_assertions v1.1.0 |
2538 | 2024-02-15T04:22:35.214Z | Documenting plain v0.2.3 |
2539 | 2024-02-15T04:22:36.372Z | Documenting pest_derive v2.7.6 |
2540 | 2024-02-15T04:22:36.382Z | Documenting flate2 v1.0.28 |
2541 | 2024-02-15T04:22:37.567Z | Documenting clap_derive v4.4.2 |
2542 | 2024-02-15T04:22:37.583Z | Documenting pretty-hex v0.4.1 |
2543 | 2024-02-15T04:22:38.055Z | Documenting pest v2.7.6 |
2544 | 2024-02-15T04:22:38.162Z | Documenting goblin v0.8.0 |
2545 | 2024-02-15T04:22:38.330Z | Documenting unicode-segmentation v1.10.1 |
2546 | 2024-02-15T04:22:38.398Z | Documenting clap_builder v4.4.2 |
2547 | 2024-02-15T04:22:40.733Z | Documenting managed v0.8.0 |
2548 | 2024-02-15T04:22:40.819Z | Documenting signal-hook-mio v0.2.3 |
2549 | 2024-02-15T04:22:41.649Z | Documenting block-padding v0.3.3 |
2550 | 2024-02-15T04:22:41.840Z | Documenting scheduled-thread-pool v0.2.7 |
2551 | 2024-02-15T04:22:43.255Z | Documenting dtrace-parser v0.2.0 |
2552 | 2024-02-15T04:22:44.113Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2553 | 2024-02-15T04:22:44.253Z | Documenting thread-id v4.2.0 |
2554 | 2024-02-15T04:22:45.019Z | Documenting enum-as-inner v0.5.1 |
2555 | 2024-02-15T04:22:45.032Z | Documenting clap v4.4.3 |
2556 | 2024-02-15T04:22:46.940Z | Checking diesel_table_macro_syntax v0.1.0 |
2557 | 2024-02-15T04:22:47.049Z | Documenting dof v0.3.0 |
2558 | 2024-02-15T04:22:47.081Z | Documenting diesel_table_macro_syntax v0.1.0 |
2559 | 2024-02-15T04:22:47.125Z | Documenting inout v0.1.3 |
2560 | 2024-02-15T04:22:47.488Z | Documenting r2d2 v0.8.10 |
2561 | 2024-02-15T04:22:48.378Z | Documenting crossterm v0.27.0 |
2562 | 2024-02-15T04:22:49.068Z | Documenting bzip2 v0.4.4 |
2563 | 2024-02-15T04:22:50.255Z | Documenting md-5 v0.10.5 |
2564 | 2024-02-15T04:22:50.524Z | Documenting trust-dns-proto v0.22.0 |
2565 | 2024-02-15T04:22:51.917Z | Documenting stringprep v0.1.3 |
2566 | 2024-02-15T04:22:52.565Z | Documenting usdt-impl v0.5.0 |
2567 | 2024-02-15T04:22:52.573Z | Documenting toml_datetime v0.6.5 |
2568 | 2024-02-15T04:22:52.824Z | Documenting diesel_derives v2.1.2 |
2569 | 2024-02-15T04:22:54.113Z | Documenting serde_spanned v0.6.5 |
2570 | 2024-02-15T04:22:54.203Z | Documenting ff v0.13.0 |
2571 | 2024-02-15T04:22:55.291Z | Documenting regress v0.7.1 |
2572 | 2024-02-15T04:22:55.987Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2573 | 2024-02-15T04:22:57.791Z | Documenting siphasher v0.3.11 |
2574 | 2024-02-15T04:22:58.834Z | Documenting fallible-iterator v0.2.0 |
2575 | 2024-02-15T04:22:59.143Z | Documenting winnow v0.5.15 |
2576 | 2024-02-15T04:23:00.073Z | Documenting base16ct v0.2.0 |
2577 | 2024-02-15T04:23:00.424Z | Documenting bit-vec v0.6.3 |
2578 | 2024-02-15T04:23:00.885Z | Documenting group v0.13.0 |
2579 | 2024-02-15T04:23:00.959Z | Documenting phf_shared v0.11.2 |
2580 | 2024-02-15T04:23:01.580Z | Documenting zip v0.6.6 |
2581 | 2024-02-15T04:23:01.611Z | Documenting diesel v2.1.4 |
2582 | 2024-02-15T04:23:03.284Z | Documenting sec1 v0.7.3 |
2583 | 2024-02-15T04:23:04.240Z | Documenting postgres-protocol v0.6.6 |
2584 | 2024-02-15T04:23:04.811Z | Documenting cipher v0.4.4 |
2585 | 2024-02-15T04:23:05.763Z | Documenting hkdf v0.12.4 |
2586 | 2024-02-15T04:23:05.783Z | Documenting toml_edit v0.21.1 |
2587 | 2024-02-15T04:23:05.795Z | Documenting num-bigint v0.4.4 |
2588 | 2024-02-15T04:23:06.407Z | Documenting crypto-bigint v0.5.2 |
2589 | 2024-02-15T04:23:09.749Z | Documenting hubpack v0.1.2 |
2590 | 2024-02-15T04:23:10.539Z | Documenting bstr v1.6.0 |
2591 | 2024-02-15T04:23:11.481Z | Documenting serde_repr v0.1.16 |
2592 | 2024-02-15T04:23:11.533Z | Documenting heck v0.4.1 |
2593 | 2024-02-15T04:23:12.033Z | Documenting lalrpop-util v0.19.12 |
2594 | 2024-02-15T04:23:13.683Z | Documenting precomputed-hash v0.1.1 |
2595 | 2024-02-15T04:23:14.111Z | Documenting minimal-lexical v0.2.1 |
2596 | 2024-02-15T04:23:14.694Z | Documenting fixedbitset v0.4.2 |
2597 | 2024-02-15T04:23:16.010Z | Documenting new_debug_unreachable v1.0.4 |
2598 | 2024-02-15T04:23:16.511Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2599 | 2024-02-15T04:23:17.004Z | Documenting elliptic-curve v0.13.8 |
2600 | 2024-02-15T04:23:17.375Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2601 | 2024-02-15T04:23:17.995Z | Documenting petgraph v0.6.4 |
2602 | 2024-02-15T04:23:18.541Z | Documenting yasna v0.5.2 |
2603 | 2024-02-15T04:23:19.047Z | Documenting nom v7.1.3 |
2604 | 2024-02-15T04:23:19.103Z | Documenting string_cache v0.8.7 |
2605 | 2024-02-15T04:23:23.629Z | Documenting postgres-types v0.2.6 |
2606 | 2024-02-15T04:23:24.314Z | Documenting phf v0.11.2 |
2607 | 2024-02-15T04:23:24.375Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2608 | 2024-02-15T04:23:24.395Z | Documenting console v0.15.8 |
2609 | 2024-02-15T04:23:24.763Z | Documenting semver v1.0.21 |
2610 | 2024-02-15T04:23:25.833Z | Documenting float-cmp v0.9.0 |
2611 | 2024-02-15T04:23:25.867Z | Documenting difflib v0.4.0 |
2612 | 2024-02-15T04:23:27.593Z | Documenting whoami v1.4.1 |
2613 | 2024-02-15T04:23:29.587Z | Documenting predicates-core v1.0.6 |
2614 | 2024-02-15T04:23:29.759Z | Documenting normalize-line-endings v0.3.0 |
2615 | 2024-02-15T04:23:30.272Z | Documenting bit-set v0.5.3 |
2616 | 2024-02-15T04:23:30.737Z | Documenting similar v2.3.0 |
2617 | 2024-02-15T04:23:30.973Z | Documenting getopts v0.2.21 |
2618 | 2024-02-15T04:23:31.640Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2619 | 2024-02-15T04:23:31.653Z | Documenting tokio-stream v0.1.14 |
2620 | 2024-02-15T04:23:32.372Z | Documenting tokio-postgres v0.7.10 |
2621 | 2024-02-15T04:23:34.801Z | Checking ident_case v1.0.1 |
2622 | 2024-02-15T04:23:34.816Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2623 | 2024-02-15T04:23:34.816Z | Documenting match_cfg v0.1.0 |
2624 | 2024-02-15T04:23:34.834Z | Documenting predicates v3.1.0 |
2625 | 2024-02-15T04:23:35.286Z | Documenting sha1 v0.10.6 |
2626 | 2024-02-15T04:23:35.504Z | Documenting dirs-sys-next v0.1.2 |
2627 | 2024-02-15T04:23:37.007Z | Documenting rustls-pki-types v1.1.0 |
2628 | 2024-02-15T04:23:37.686Z | Documenting hostname v0.3.1 |
2629 | 2024-02-15T04:23:38.617Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2630 | 2024-02-15T04:23:39.690Z | Documenting dirs-next v2.0.0 |
2631 | 2024-02-15T04:23:40.080Z | Documenting camino v1.1.6 |
2632 | 2024-02-15T04:23:40.299Z | Documenting paste v1.0.14 |
2633 | 2024-02-15T04:23:41.845Z | Documenting thread_local v1.1.7 |
2634 | 2024-02-15T04:23:42.087Z | Documenting rustls-webpki v0.102.1 |
2635 | 2024-02-15T04:23:42.245Z | Documenting crossbeam-channel v0.5.8 |
2636 | 2024-02-15T04:23:42.696Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2024-02-15T04:23:45.563Z | Documenting term v0.7.0 |
2638 | 2024-02-15T04:23:45.591Z | Documenting atty v0.2.14 |
2639 | 2024-02-15T04:23:45.591Z | Documenting take_mut v0.2.2 |
2640 | 2024-02-15T04:23:46.935Z | Documenting slog-json v2.6.1 |
2641 | 2024-02-15T04:23:47.073Z | Documenting http v1.0.0 |
2642 | 2024-02-15T04:23:47.144Z | Documenting rustls v0.22.2 |
2643 | 2024-02-15T04:23:47.327Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2644 | 2024-02-15T04:23:47.536Z | Documenting async-stream-impl v0.3.5 |
2645 | 2024-02-15T04:23:48.009Z | Documenting atomic-waker v1.1.1 |
2646 | 2024-02-15T04:23:48.934Z | Documenting slog-term v2.9.0 |
2647 | 2024-02-15T04:23:49.897Z | Documenting slog-async v2.8.0 |
2648 | 2024-02-15T04:23:51.068Z | Documenting debug-ignore v1.0.5 |
2649 | 2024-02-15T04:23:51.777Z | Documenting slog-bunyan v2.5.0 |
2650 | 2024-02-15T04:23:53.104Z | Documenting async-stream v0.3.5 |
2651 | 2024-02-15T04:23:53.290Z | Documenting multer v3.0.0 |
2652 | 2024-02-15T04:23:53.492Z | Documenting waitgroup v0.1.2 |
2653 | 2024-02-15T04:23:54.069Z | Documenting rustls-pemfile v2.0.0 |
2654 | 2024-02-15T04:23:54.704Z | Checking darling_core v0.20.3 |
2655 | 2024-02-15T04:23:56.593Z | Documenting toml v0.8.9 |
2656 | 2024-02-15T04:23:56.770Z | Documenting tokio-rustls v0.25.0 |
2657 | 2024-02-15T04:23:56.782Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2658 | 2024-02-15T04:23:56.900Z | Documenting serde_path_to_error v0.1.15 |
2659 | 2024-02-15T04:23:57.996Z | Checking darling v0.20.3 |
2660 | 2024-02-15T04:23:58.140Z | Documenting serde_with_macros v3.6.0 |
2661 | 2024-02-15T04:23:58.261Z | Documenting structmeta-derive v0.3.0 |
2662 | 2024-02-15T04:23:58.376Z | Documenting strum v0.26.1 |
2663 | 2024-02-15T04:23:58.605Z | Checking structmeta v0.3.0 |
2664 | 2024-02-15T04:23:58.865Z | Documenting instant v0.1.12 |
2665 | 2024-02-15T04:24:02.326Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2666 | 2024-02-15T04:24:02.465Z | Documenting macaddr v1.0.1 |
2667 | 2024-02-15T04:24:02.722Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2668 | 2024-02-15T04:24:02.780Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2669 | 2024-02-15T04:24:03.179Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2670 | 2024-02-15T04:24:03.427Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2671 | 2024-02-15T04:24:03.651Z | Documenting backoff v0.4.0 |
2672 | 2024-02-15T04:24:04.604Z | Documenting structmeta v0.3.0 |
2673 | 2024-02-15T04:24:04.759Z | Documenting serde_with v3.6.0 |
2674 | 2024-02-15T04:24:06.344Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2675 | 2024-02-15T04:24:06.859Z | Documenting fastrand v2.0.1 |
2676 | 2024-02-15T04:24:07.686Z | Documenting proc-macro-error-attr v1.0.4 |
2677 | 2024-02-15T04:24:08.060Z | Documenting is-terminal v0.4.9 |
2678 | 2024-02-15T04:24:10.086Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2679 | 2024-02-15T04:24:10.192Z | Documenting parse-display-derive v0.9.0 |
2680 | 2024-02-15T04:24:11.031Z | Checking proc-macro-error v1.0.4 |
2681 | 2024-02-15T04:24:11.050Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2682 | 2024-02-15T04:24:11.311Z | Documenting proc-macro-crate v1.3.1 |
2683 | 2024-02-15T04:24:11.350Z | Checking proc-macro-crate v1.3.1 |
2684 | 2024-02-15T04:24:11.532Z | Documenting tempfile v3.10.0 |
2685 | 2024-02-15T04:24:11.618Z | Documenting hash32 v0.3.1 |
2686 | 2024-02-15T04:24:12.492Z | Documenting stable_deref_trait v1.2.0 |
2687 | 2024-02-15T04:24:12.805Z | Documenting proc-macro-error v1.0.4 |
2688 | 2024-02-15T04:24:13.291Z | Documenting cobs v0.2.3 |
2689 | 2024-02-15T04:24:15.456Z | Documenting embedded-io v0.4.0 |
2690 | 2024-02-15T04:24:15.886Z | Documenting heapless v0.8.0 |
2691 | 2024-02-15T04:24:16.279Z | Documenting parse-display v0.9.0 |
2692 | 2024-02-15T04:24:16.332Z | Documenting foreign-types-macros v0.2.3 |
2693 | 2024-02-15T04:24:16.569Z | Documenting camino-tempfile v1.1.1 |
2694 | 2024-02-15T04:24:16.756Z | Documenting num_enum_derive v0.5.11 |
2695 | 2024-02-15T04:24:18.383Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-15T04:24:18.399Z | Documenting foreign-types-shared v0.3.1 |
2697 | 2024-02-15T04:24:18.758Z | Documenting postcard v1.0.8 |
2698 | 2024-02-15T04:24:20.679Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2699 | 2024-02-15T04:24:20.915Z | Documenting smoltcp v0.11.0 |
2700 | 2024-02-15T04:24:21.195Z | Documenting crucible-workspace-hack v0.1.0 |
2701 | 2024-02-15T04:24:21.355Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2702 | 2024-02-15T04:24:21.528Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2703 | 2024-02-15T04:24:22.121Z | Documenting foreign-types v0.5.0 |
2704 | 2024-02-15T04:24:23.038Z | Documenting num_enum v0.5.11 |
2705 | 2024-02-15T04:24:23.687Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2706 | 2024-02-15T04:24:25.922Z | Documenting cstr-argument v0.1.2 |
2707 | 2024-02-15T04:24:26.086Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2708 | 2024-02-15T04:24:26.454Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2709 | 2024-02-15T04:24:26.539Z | Documenting colored v2.0.4 |
2710 | 2024-02-15T04:24:26.936Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2711 | 2024-02-15T04:24:28.102Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2712 | 2024-02-15T04:24:30.916Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2713 | 2024-02-15T04:24:31.236Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2714 | 2024-02-15T04:24:31.715Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2715 | 2024-02-15T04:24:31.894Z | Documenting zone_cfg_derive v0.3.0 |
2716 | 2024-02-15T04:24:32.935Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2717 | 2024-02-15T04:24:33.750Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2718 | 2024-02-15T04:24:34.565Z | Documenting num-derive v0.4.0 |
2719 | 2024-02-15T04:24:35.598Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2024-02-15T04:24:36.069Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2721 | 2024-02-15T04:24:37.133Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-02-15T04:24:37.562Z | Documenting zone v0.3.0 |
2723 | 2024-02-15T04:24:38.202Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2724 | 2024-02-15T04:24:39.158Z | Documenting smf v0.2.2 |
2725 | 2024-02-15T04:24:39.850Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2726 | 2024-02-15T04:24:40.358Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2727 | 2024-02-15T04:24:41.588Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2728 | 2024-02-15T04:24:41.948Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2729 | 2024-02-15T04:24:43.424Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-02-15T04:24:43.607Z | Documenting password-hash v0.5.0 |
2731 | 2024-02-15T04:24:44.081Z | Documenting blake2 v0.10.6 |
2732 | 2024-02-15T04:24:44.233Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2733 | 2024-02-15T04:24:45.539Z | Documenting linked-hash-map v0.5.6 |
2734 | 2024-02-15T04:24:46.202Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-02-15T04:24:46.987Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2736 | 2024-02-15T04:24:48.311Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-02-15T04:24:49.531Z | Documenting argon2 v0.5.3 |
2738 | 2024-02-15T04:24:49.708Z | Documenting itertools v0.12.1 |
2739 | 2024-02-15T04:24:49.737Z | Documenting memmap v0.7.0 |
2740 | 2024-02-15T04:24:50.590Z | Documenting lru-cache v0.1.2 |
2741 | 2024-02-15T04:24:51.635Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2024-02-15T04:24:51.892Z | Documenting quick-error v1.2.3 |
2743 | 2024-02-15T04:24:53.026Z | Documenting swrite v0.1.0 |
2744 | 2024-02-15T04:24:53.903Z | Documenting usdt v0.5.0 |
2745 | 2024-02-15T04:24:55.280Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2746 | 2024-02-15T04:24:55.403Z | Documenting newtype_derive v0.1.6 |
2747 | 2024-02-15T04:24:55.579Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2748 | 2024-02-15T04:24:56.637Z | Documenting resolv-conf v0.7.0 |
2749 | 2024-02-15T04:24:57.161Z | Documenting tap v1.0.1 |
2750 | 2024-02-15T04:24:58.111Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2024-02-15T04:24:58.513Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2752 | 2024-02-15T04:24:59.215Z | Documenting radium v0.7.0 |
2753 | 2024-02-15T04:25:00.217Z | Documenting wyz v0.5.1 |
2754 | 2024-02-15T04:25:00.348Z | Documenting steno v0.4.0 |
2755 | 2024-02-15T04:25:00.945Z | Documenting trust-dns-resolver v0.22.0 |
2756 | 2024-02-15T04:25:01.969Z | Documenting nibble_vec v0.1.0 |
2757 | 2024-02-15T04:25:01.972Z | Checking heck v0.3.3 |
2758 | 2024-02-15T04:25:01.973Z | Documenting endian-type v0.1.2 |
2759 | 2024-02-15T04:25:02.282Z | Documenting crc-catalog v2.2.0 |
2760 | 2024-02-15T04:25:03.431Z | Documenting funty v2.0.0 |
2761 | 2024-02-15T04:25:05.321Z | Documenting crc v3.0.1 |
2762 | 2024-02-15T04:25:06.367Z | Documenting structopt-derive v0.4.18 |
2763 | 2024-02-15T04:25:06.726Z | Documenting bitvec v1.0.1 |
2764 | 2024-02-15T04:25:06.823Z | Documenting radix_trie v0.2.1 |
2765 | 2024-02-15T04:25:08.390Z | Documenting cancel-safe-futures v0.1.5 |
2766 | 2024-02-15T04:25:10.181Z | Documenting xattr v1.0.1 |
2767 | 2024-02-15T04:25:11.351Z | Documenting filetime v0.2.23 |
2768 | 2024-02-15T04:25:11.951Z | Documenting packed_struct_codegen v0.10.1 |
2769 | 2024-02-15T04:25:12.384Z | Documenting nodrop v0.1.14 |
2770 | 2024-02-15T04:25:12.725Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2771 | 2024-02-15T04:25:12.752Z | Documenting structopt v0.3.26 |
2772 | 2024-02-15T04:25:13.685Z | Documenting num-bigint-dig v0.8.4 |
2773 | 2024-02-15T04:25:14.336Z | Documenting libefi-sys v0.1.0 |
2774 | 2024-02-15T04:25:15.303Z | Documenting num-rational v0.4.1 |
2775 | 2024-02-15T04:25:15.398Z | Documenting array-init v0.0.4 |
2776 | 2024-02-15T04:25:16.291Z | Documenting tar v0.4.40 |
2777 | 2024-02-15T04:25:16.985Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2778 | 2024-02-15T04:25:18.213Z | Documenting packed_struct v0.10.1 |
2779 | 2024-02-15T04:25:19.169Z | Documenting pkcs1 v0.7.5 |
2780 | 2024-02-15T04:25:19.432Z | Documenting signature v2.1.0 |
2781 | 2024-02-15T04:25:20.875Z | Documenting num-complex v0.4.4 |
2782 | 2024-02-15T04:25:20.885Z | Documenting termcolor v1.2.0 |
2783 | 2024-02-15T04:25:21.490Z | Documenting bitfield v0.14.0 |
2784 | 2024-02-15T04:25:22.167Z | Documenting arc-swap v1.6.0 |
2785 | 2024-02-15T04:25:22.508Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2786 | 2024-02-15T04:25:23.548Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2787 | 2024-02-15T04:25:24.784Z | Documenting rsa v0.9.2 |
2788 | 2024-02-15T04:25:24.870Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2024-02-15T04:25:25.338Z | Documenting num v0.4.1 |
2790 | 2024-02-15T04:25:25.405Z | Documenting env_logger v0.10.0 |
2791 | 2024-02-15T04:25:27.064Z | Documenting slog-scope v4.4.0 |
2792 | 2024-02-15T04:25:27.808Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2793 | 2024-02-15T04:25:28.668Z | Documenting serde-hex v0.1.0 |
2794 | 2024-02-15T04:25:29.397Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2795 | 2024-02-15T04:25:30.276Z | Documenting x509-cert v0.2.4 |
2796 | 2024-02-15T04:25:31.791Z | Documenting libsw v3.3.1 |
2797 | 2024-02-15T04:25:31.870Z | Documenting ron v0.8.1 |
2798 | 2024-02-15T04:25:33.455Z | Documenting gethostname v0.4.3 |
2799 | 2024-02-15T04:25:33.468Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2024-02-15T04:25:35.383Z | Documenting half v2.3.1 |
2801 | 2024-02-15T04:25:36.199Z | Documenting derive-where v1.2.7 |
2802 | 2024-02-15T04:25:36.274Z | Documenting ciborium-io v0.2.2 |
2803 | 2024-02-15T04:25:36.777Z | Documenting linear-map v1.2.0 |
2804 | 2024-02-15T04:25:37.474Z | Documenting crc-any v2.4.3 |
2805 | 2024-02-15T04:25:37.640Z | Documenting owo-colors v4.0.0 |
2806 | 2024-02-15T04:25:38.650Z | Documenting same-file v1.0.6 |
2807 | 2024-02-15T04:25:38.867Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2808 | 2024-02-15T04:25:40.687Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2809 | 2024-02-15T04:25:41.040Z | Documenting ciborium-ll v0.2.2 |
2810 | 2024-02-15T04:25:41.690Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2811 | 2024-02-15T04:25:42.773Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2812 | 2024-02-15T04:25:43.261Z | Documenting walkdir v2.4.0 |
2813 | 2024-02-15T04:25:43.517Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2814 | 2024-02-15T04:25:45.357Z | Documenting slog-stdlog v4.1.1 |
2815 | 2024-02-15T04:25:47.294Z | Documenting slog-dtrace v0.3.0 |
2816 | 2024-02-15T04:25:47.982Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2817 | 2024-02-15T04:25:50.132Z | Documenting path-slash v0.1.5 |
2818 | 2024-02-15T04:25:50.215Z | Documenting slog-envlogger v2.2.0 |
2819 | 2024-02-15T04:25:52.201Z | Documenting ciborium v0.2.2 |
2820 | 2024-02-15T04:25:54.435Z | Documenting pem v3.0.2 |
2821 | 2024-02-15T04:25:54.875Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2822 | 2024-02-15T04:25:55.213Z | Documenting fxhash v0.2.1 |
2823 | 2024-02-15T04:25:55.950Z | Documenting display-error-chain v0.2.0 |
2824 | 2024-02-15T04:25:57.269Z | Documenting utf-8 v0.7.6 |
2825 | 2024-02-15T04:25:57.848Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2826 | 2024-02-15T04:25:58.528Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2827 | 2024-02-15T04:25:59.459Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-02-15T04:26:01.186Z | Documenting vte_generate_state_changes v0.1.1 |
2829 | 2024-02-15T04:26:01.602Z | Documenting convert_case v0.4.0 |
2830 | 2024-02-15T04:26:01.602Z | Checking convert_case v0.4.0 |
2831 | 2024-02-15T04:26:01.602Z | Documenting buf-list v1.0.3 |
2832 | 2024-02-15T04:26:02.494Z | Documenting tungstenite v0.20.1 |
2833 | 2024-02-15T04:26:04.704Z | Documenting vte v0.11.1 |
2834 | 2024-02-15T04:26:05.033Z | Documenting derive_more v0.99.17 |
2835 | 2024-02-15T04:26:06.160Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2836 | 2024-02-15T04:26:06.753Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2837 | 2024-02-15T04:26:07.245Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2838 | 2024-02-15T04:26:07.595Z | Checking darling_core v0.14.4 |
2839 | 2024-02-15T04:26:09.531Z | Documenting tokio-tungstenite v0.20.1 |
2840 | 2024-02-15T04:26:09.615Z | Documenting pin-project-internal v1.1.3 |
2841 | 2024-02-15T04:26:09.670Z | Checking darling v0.14.4 |
2842 | 2024-02-15T04:26:09.794Z | Documenting strip-ansi-escapes v0.2.0 |
2843 | 2024-02-15T04:26:18.298Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2844 | 2024-02-15T04:26:18.361Z | Documenting doc-comment v0.3.3 |
2845 | 2024-02-15T04:26:18.362Z | Documenting pin-project v1.1.3 |
2846 | 2024-02-15T04:26:18.362Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2847 | 2024-02-15T04:26:18.362Z | Documenting crossbeam-deque v0.8.3 |
2848 | 2024-02-15T04:26:18.362Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2849 | 2024-02-15T04:26:18.362Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2850 | 2024-02-15T04:26:18.362Z | Documenting snafu-derive v0.7.5 |
2851 | 2024-02-15T04:26:19.563Z | Documenting nu-ansi-term v0.49.0 |
2852 | 2024-02-15T04:26:19.875Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-02-15T04:26:21.764Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2854 | 2024-02-15T04:26:22.852Z | Documenting rayon-core v1.12.0 |
2855 | 2024-02-15T04:26:23.859Z | Documenting trust-dns-client v0.22.0 |
2856 | 2024-02-15T04:26:24.398Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2857 | 2024-02-15T04:26:24.846Z | Documenting reedline v0.28.0 |
2858 | 2024-02-15T04:26:25.766Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2859 | 2024-02-15T04:26:26.130Z | Documenting globset v0.4.13 |
2860 | 2024-02-15T04:26:27.254Z | Documenting snafu v0.7.5 |
2861 | 2024-02-15T04:26:28.349Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-15T04:26:30.682Z | Documenting serde_plain v1.0.2 |
2863 | 2024-02-15T04:26:31.861Z | Documenting headers-core v0.2.0 |
2864 | 2024-02-15T04:26:32.596Z | Documenting async-recursion v1.0.5 |
2865 | 2024-02-15T04:26:32.650Z | Documenting typed-path v0.7.0 |
2866 | 2024-02-15T04:26:32.892Z | Documenting keccak v0.1.4 |
2867 | 2024-02-15T04:26:34.293Z | Documenting bytecount v0.6.3 |
2868 | 2024-02-15T04:26:34.996Z | Documenting trust-dns-server v0.22.1 |
2869 | 2024-02-15T04:26:36.421Z | Documenting rayon v1.8.0 |
2870 | 2024-02-15T04:26:36.424Z | Documenting sha3 v0.10.8 |
2871 | 2024-02-15T04:26:37.621Z | Documenting papergrid v0.11.0 |
2872 | 2024-02-15T04:26:37.624Z | Documenting headers v0.3.9 |
2873 | 2024-02-15T04:26:39.558Z | Documenting tough v0.16.0 |
2874 | 2024-02-15T04:26:40.486Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2875 | 2024-02-15T04:26:41.480Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2876 | 2024-02-15T04:26:42.806Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2024-02-15T04:26:43.420Z | Checking derive_builder_core v0.12.0 |
2878 | 2024-02-15T04:26:44.830Z | Documenting derive_builder_core v0.12.0 |
2879 | 2024-02-15T04:26:44.833Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2880 | 2024-02-15T04:26:44.833Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-02-15T04:26:44.886Z | Documenting sled v0.34.7 |
2882 | 2024-02-15T04:26:45.234Z | Documenting fs-err v2.11.0 |
2883 | 2024-02-15T04:26:45.367Z | Documenting unicase v2.7.0 |
2884 | 2024-02-15T04:26:45.380Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2885 | 2024-02-15T04:26:45.735Z | Documenting tabled_derive v0.7.0 |
2886 | 2024-02-15T04:26:46.421Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2887 | 2024-02-15T04:26:48.815Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2888 | 2024-02-15T04:26:50.243Z | Documenting fd-lock v4.0.2 |
2889 | 2024-02-15T04:26:50.912Z | Documenting nix v0.27.1 |
2890 | 2024-02-15T04:26:51.020Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-02-15T04:26:51.531Z | Documenting secrecy v0.8.0 |
2892 | 2024-02-15T04:26:52.173Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2893 | 2024-02-15T04:26:53.831Z | Documenting rustversion v1.0.14 |
2894 | 2024-02-15T04:26:54.325Z | Documenting sqlparser_derive v0.2.2 |
2895 | 2024-02-15T04:26:55.142Z | Documenting unicode_categories v0.1.1 |
2896 | 2024-02-15T04:26:55.250Z | Documenting parse-size v1.0.0 |
2897 | 2024-02-15T04:26:55.977Z | Documenting home v0.5.5 |
2898 | 2024-02-15T04:26:56.638Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2899 | 2024-02-15T04:26:56.752Z | Documenting tabled v0.15.0 |
2900 | 2024-02-15T04:26:58.379Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2901 | 2024-02-15T04:26:58.732Z | Documenting castaway v0.2.2 |
2902 | 2024-02-15T04:27:00.271Z | Documenting sqlparser v0.43.1 |
2903 | 2024-02-15T04:27:00.380Z | Documenting sqlformat v0.2.3 |
2904 | 2024-02-15T04:27:00.901Z | Documenting rustyline v13.0.0 |
2905 | 2024-02-15T04:27:03.523Z | Documenting derive_builder_macro v0.12.0 |
2906 | 2024-02-15T04:27:03.731Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2907 | 2024-02-15T04:27:05.222Z | Documenting mime_guess v2.0.4 |
2908 | 2024-02-15T04:27:08.005Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2909 | 2024-02-15T04:27:11.388Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2910 | 2024-02-15T04:27:12.046Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2911 | 2024-02-15T04:27:12.047Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2912 | 2024-02-15T04:27:12.047Z | Documenting universal-hash v0.5.1 |
2913 | 2024-02-15T04:27:16.502Z | Documenting bcs v0.1.6 |
2914 | 2024-02-15T04:27:16.620Z | Documenting kstat-rs v0.2.3 |
2915 | 2024-02-15T04:27:17.604Z | Documenting thiserror-impl-no-std v2.0.2 |
2916 | 2024-02-15T04:27:20.973Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2917 | 2024-02-15T04:27:30.808Z | Documenting curve25519-dalek-derive v0.1.0 |
2918 | 2024-02-15T04:27:32.271Z | Documenting ref-cast-impl v1.0.20 |
2919 | 2024-02-15T04:27:32.271Z | Documenting highway v1.1.0 |
2920 | 2024-02-15T04:27:52.758Z | Documenting opaque-debug v0.3.0 |
2921 | 2024-02-15T04:27:52.854Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2922 | 2024-02-15T04:27:52.854Z | Documenting thiserror-no-std v2.0.2 |
2923 | 2024-02-15T04:27:52.933Z | Documenting poly1305 v0.8.0 |
2924 | 2024-02-15T04:27:52.933Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2925 | 2024-02-15T04:27:52.933Z | Documenting curve25519-dalek v4.1.1 |
2926 | 2024-02-15T04:27:52.933Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2927 | 2024-02-15T04:27:52.933Z | Documenting ref-cast v1.0.20 |
2928 | 2024-02-15T04:27:52.933Z | Documenting derive_builder v0.12.0 |
2929 | 2024-02-15T04:27:52.933Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2930 | 2024-02-15T04:27:52.933Z | Documenting compact_str v0.7.1 |
2931 | 2024-02-15T04:27:52.933Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2932 | 2024-02-15T04:27:52.933Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-15T04:27:52.933Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2934 | 2024-02-15T04:27:52.934Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2935 | 2024-02-15T04:27:52.934Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2936 | 2024-02-15T04:27:52.934Z | Documenting portable-atomic v1.4.3 |
2937 | 2024-02-15T04:27:52.934Z | Documenting polar-core v0.27.0 |
2938 | 2024-02-15T04:27:52.934Z | Documenting ed25519 v1.5.3 |
2939 | 2024-02-15T04:27:52.934Z | Documenting libxml v0.3.3 |
2940 | 2024-02-15T04:27:52.934Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2941 | 2024-02-15T04:27:53.840Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2942 | 2024-02-15T04:27:56.526Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2943 | 2024-02-15T04:27:57.623Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2944 | 2024-02-15T04:27:57.748Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2945 | 2024-02-15T04:27:58.200Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2946 | 2024-02-15T04:27:58.419Z | Documenting chacha20 v0.9.1 |
2947 | 2024-02-15T04:27:58.870Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2948 | 2024-02-15T04:27:59.107Z | Documenting bb8 v0.8.3 |
2949 | 2024-02-15T04:28:03.416Z | Documenting aead v0.5.2 |
2950 | 2024-02-15T04:28:06.009Z | Documenting lru v0.12.1 |
2951 | 2024-02-15T04:28:06.177Z | Documenting quick-xml v0.30.0 |
2952 | 2024-02-15T04:28:08.109Z | Documenting stability v0.1.1 |
2953 | 2024-02-15T04:28:09.817Z | Documenting impl-trait-for-tuples v0.2.2 |
2954 | 2024-02-15T04:28:13.358Z | Documenting oso-derive v0.27.0 |
2955 | 2024-02-15T04:28:13.481Z | Documenting maplit v1.0.2 |
2956 | 2024-02-15T04:28:13.481Z | Documenting cassowary v0.3.0 |
2957 | 2024-02-15T04:28:13.800Z | Documenting number_prefix v0.4.0 |
2958 | 2024-02-15T04:28:16.303Z | Documenting glob v0.3.1 |
2959 | 2024-02-15T04:28:16.569Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2960 | 2024-02-15T04:28:16.644Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2961 | 2024-02-15T04:28:16.929Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2962 | 2024-02-15T04:28:17.839Z | Documenting oso v0.27.0 |
2963 | 2024-02-15T04:28:18.243Z | Documenting ratatui v0.26.1 |
2964 | 2024-02-15T04:28:19.131Z | Documenting indicatif v0.17.7 |
2965 | 2024-02-15T04:28:21.192Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2966 | 2024-02-15T04:28:21.332Z | Documenting chacha20poly1305 v0.10.1 |
2967 | 2024-02-15T04:28:23.507Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2968 | 2024-02-15T04:28:24.388Z | Documenting salty v0.2.0 |
2969 | 2024-02-15T04:28:28.339Z | Documenting vsss-rs v3.3.4 |
2970 | 2024-02-15T04:28:29.381Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2971 | 2024-02-15T04:28:29.632Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2972 | 2024-02-15T04:28:30.401Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2973 | 2024-02-15T04:28:30.957Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2974 | 2024-02-15T04:28:31.329Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2975 | 2024-02-15T04:28:34.469Z | Documenting cookie v0.18.0 |
2976 | 2024-02-15T04:28:35.096Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2977 | 2024-02-15T04:28:37.903Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2978 | 2024-02-15T04:28:39.344Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2979 | 2024-02-15T04:28:41.972Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2980 | 2024-02-15T04:28:41.972Z | Documenting serde-big-array v0.5.1 |
2981 | 2024-02-15T04:28:41.972Z | Documenting rtoolbox v0.0.1 |
2982 | 2024-02-15T04:28:42.112Z | Documenting http-range v0.1.5 |
2983 | 2024-02-15T04:28:43.534Z | Documenting is_ci v1.1.1 |
2984 | 2024-02-15T04:28:45.381Z | Documenting humantime v2.1.0 |
2985 | 2024-02-15T04:28:45.701Z | Documenting smawk v0.3.1 |
2986 | 2024-02-15T04:28:45.919Z | Documenting unicode-linebreak v0.1.5 |
2987 | 2024-02-15T04:28:46.982Z | Documenting hyper-staticfile v0.9.5 |
2988 | 2024-02-15T04:28:47.749Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2989 | 2024-02-15T04:28:48.442Z | Documenting supports-color v2.1.0 |
2990 | 2024-02-15T04:28:49.114Z | Documenting rpassword v7.3.1 |
2991 | 2024-02-15T04:28:50.243Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2992 | 2024-02-15T04:28:50.376Z | Documenting textwrap v0.16.0 |
2993 | 2024-02-15T04:28:53.176Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2994 | 2024-02-15T04:28:53.387Z | Documenting tui-tree-widget v0.17.0 |
2995 | 2024-02-15T04:28:55.359Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2996 | 2024-02-15T04:28:55.667Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2997 | 2024-02-15T04:28:55.933Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2998 | 2024-02-15T04:28:57.560Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2999 | 2024-02-15T04:28:57.579Z | Documenting rcgen v0.12.1 |
3000 | 2024-02-15T04:29:00.134Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3001 | 2024-02-15T04:29:00.150Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3002 | 2024-02-15T04:29:00.622Z | Documenting atomicwrites v0.4.3 |
3003 | 2024-02-15T04:29:02.006Z | Documenting signal-hook-tokio v0.3.1 |
3004 | 2024-02-15T04:29:05.079Z | Documenting subprocess v0.2.9 |
3005 | 2024-02-15T04:29:05.623Z | Documenting memmap2 v0.7.1 |
3006 | 2024-02-15T04:29:06.130Z | Documenting arrayvec v0.7.4 |
3007 | 2024-02-15T04:29:07.006Z | Documenting shell-words v1.1.0 |
3008 | 2024-02-15T04:29:09.540Z | Documenting corncobs v0.1.3 |
3009 | 2024-02-15T04:29:10.413Z | Documenting arrayref v0.3.7 |
3010 | 2024-02-15T04:29:10.671Z | Documenting constant_time_eq v0.3.0 |
3011 | 2024-02-15T04:29:11.671Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3012 | 2024-02-15T04:29:12.658Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3013 | 2024-02-15T04:29:13.492Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3014 | 2024-02-15T04:29:13.672Z | Documenting blake3 v1.5.0 |
3015 | 2024-02-15T04:29:17.078Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3016 | 2024-02-15T04:29:18.069Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-02-15T04:29:18.199Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3018 | 2024-02-15T04:29:19.733Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-02-15T04:29:22.346Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3020 | 2024-02-15T04:29:24.152Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3021 | 2024-02-15T04:29:35.174Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3022 | 2024-02-15T04:29:37.187Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3023 | 2024-02-15T04:29:37.791Z | warning: unclosed HTML tag `usize` |
3024 | 2024-02-15T04:29:37.791Z | --> wicket/src/ui/panes/update.rs:153:19 |
3025 | 2024-02-15T04:29:37.792Z | | |
3026 | 2024-02-15T04:29:37.792Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3027 | 2024-02-15T04:29:37.792Z | | ^^^^^^^ |
3028 | 2024-02-15T04:29:37.793Z | | |
3029 | 2024-02-15T04:29:37.793Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3030 | 2024-02-15T04:29:37.793Z | |
3031 | 2024-02-15T04:29:38.666Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3032 | 2024-02-15T04:29:39.468Z | warning: `wicket` (lib doc) generated 1 warning |
3033 | 2024-02-15T04:29:39.472Z | Documenting fatfs v0.3.6 |
3034 | 2024-02-15T04:29:43.920Z | Documenting nanorand v0.7.0 |
3035 | 2024-02-15T04:29:45.301Z | Documenting topological-sort v0.2.2 |
3036 | 2024-02-15T04:29:48.338Z | Documenting assert_matches v1.5.0 |
3037 | 2024-02-15T04:29:48.999Z | Documenting flume v0.11.0 |
3038 | 2024-02-15T04:29:50.054Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3039 | 2024-02-15T04:29:50.470Z | Documenting omicron-zone-package v0.11.0 |
3040 | 2024-02-15T04:29:50.593Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3041 | 2024-02-15T04:29:50.841Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3042 | 2024-02-15T04:29:53.570Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3043 | 2024-02-15T04:29:56.013Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3044 | 2024-02-15T04:29:57.159Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3045 | 2024-02-15T04:29:59.357Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3046 | 2024-02-15T04:30:03.399Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3047 | 2024-02-15T04:30:18.519Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3048 | 2024-02-15T04:30:18.649Z | Documenting termios v0.3.3 |
3049 | 2024-02-15T04:30:18.649Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3050 | 2024-02-15T04:30:18.649Z | --> sled-agent/src/sim/instance.rs:46:7 |
3051 | 2024-02-15T04:30:18.649Z | | |
3052 | 2024-02-15T04:30:18.806Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3053 | 2024-02-15T04:30:18.806Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3054 | 2024-02-15T04:30:18.806Z | | |
3055 | 2024-02-15T04:30:18.807Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3056 | 2024-02-15T04:30:18.807Z | |
3057 | 2024-02-15T04:30:18.807Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3058 | 2024-02-15T04:30:18.807Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3059 | 2024-02-15T04:30:18.971Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3060 | 2024-02-15T04:30:21.390Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3061 | 2024-02-15T04:30:22.484Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3062 | 2024-02-15T04:30:40.463Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3063 | 2024-02-15T04:30:48.911Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3064 | 2024-02-15T04:30:51.714Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3065 | 2024-02-15T04:31:00.202Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3066 | 2024-02-15T04:31:07.679Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3067 | 2024-02-15T04:31:07.683Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3068 | 2024-02-15T04:31:07.683Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3069 | 2024-02-15T04:31:07.683Z | | |
3070 | 2024-02-15T04:31:07.683Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3071 | 2024-02-15T04:31:07.683Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3072 | 2024-02-15T04:31:07.683Z | | |
3073 | 2024-02-15T04:31:07.683Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3074 | 2024-02-15T04:31:07.683Z | |
3075 | 2024-02-15T04:31:08.334Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3076 | 2024-02-15T04:31:10.077Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3077 | 2024-02-15T04:31:13.638Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3078 | 2024-02-15T04:31:23.576Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3079 | 2024-02-15T04:31:23.579Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3080 | 2024-02-15T04:31:47.684Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3081 | 2024-02-15T04:32:40.452Z | warning: unresolved link to `VolumeConstructionRequest` |
3082 | 2024-02-15T04:32:40.452Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3083 | 2024-02-15T04:32:40.452Z | | |
3084 | 2024-02-15T04:32:40.452Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3085 | 2024-02-15T04:32:40.452Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3086 | 2024-02-15T04:32:40.452Z | | |
3087 | 2024-02-15T04:32:40.452Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3088 | 2024-02-15T04:32:40.453Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3089 | 2024-02-15T04:32:40.453Z | |
3090 | 2024-02-15T04:32:40.478Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3091 | 2024-02-15T04:32:40.478Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3092 | 2024-02-15T04:32:40.478Z | | |
3093 | 2024-02-15T04:32:40.479Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3094 | 2024-02-15T04:32:40.479Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3095 | 2024-02-15T04:32:40.479Z | |
3096 | 2024-02-15T04:32:40.479Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3097 | 2024-02-15T04:32:40.479Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3098 | 2024-02-15T04:32:40.479Z | | |
3099 | 2024-02-15T04:32:40.479Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3100 | 2024-02-15T04:32:40.479Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3101 | 2024-02-15T04:32:40.479Z | |
3102 | 2024-02-15T04:32:40.479Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3103 | 2024-02-15T04:32:40.480Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3104 | 2024-02-15T04:32:40.480Z | | |
3105 | 2024-02-15T04:32:40.480Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3106 | 2024-02-15T04:32:40.480Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3107 | 2024-02-15T04:32:40.480Z | |
3108 | 2024-02-15T04:32:40.480Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3109 | 2024-02-15T04:32:40.480Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3110 | 2024-02-15T04:32:40.480Z | | |
3111 | 2024-02-15T04:32:40.480Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3112 | 2024-02-15T04:32:40.481Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3113 | 2024-02-15T04:32:40.481Z | |
3114 | 2024-02-15T04:32:40.481Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3115 | 2024-02-15T04:32:40.481Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3116 | 2024-02-15T04:32:40.481Z | | |
3117 | 2024-02-15T04:32:40.481Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3118 | 2024-02-15T04:32:40.481Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3119 | 2024-02-15T04:32:40.481Z | |
3120 | 2024-02-15T04:32:40.481Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3121 | 2024-02-15T04:32:40.481Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3122 | 2024-02-15T04:32:40.481Z | | |
3123 | 2024-02-15T04:32:40.481Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3124 | 2024-02-15T04:32:40.481Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3125 | 2024-02-15T04:32:40.482Z | |
3126 | 2024-02-15T04:32:43.598Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3127 | 2024-02-15T04:33:08.110Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 36s |
3128 | 2024-02-15T04:33:08.236Z | |
3129 | 2024-02-15T04:33:08.246Z | real 12:36.949140162 |
3130 | 2024-02-15T04:33:08.246Z | user 34:11.588593622 |
3131 | 2024-02-15T04:33:08.247Z | sys 52:27.234744237 |
3132 | 2024-02-15T04:33:08.247Z | trap 1.132834661 |
3133 | 2024-02-15T04:33:08.247Z | tflt 0.119912693 |
3134 | 2024-02-15T04:33:08.247Z | dflt 0.585126952 |
3135 | 2024-02-15T04:33:08.247Z | kflt 0.000115879 |
3136 | 2024-02-15T04:33:08.247Z | lock 2:18:48.724934534 |
3137 | 2024-02-15T04:33:08.248Z | slp 3:06:29.780362608 |
3138 | 2024-02-15T04:33:08.248Z | lat 4:55.463776913 |
3139 | 2024-02-15T04:33:08.248Z | stop 1:42.003089148 |
3140 | 2024-02-15T04:33:08.248Z | process exited: duration 1434381 ms, exit code 0 |
|
3141 | 2024-02-15T04:33:08.257Z | found 0 output files |