|
|
|
1 | 2024-02-10T00:08:52.745Z | job assigned to worker 01HP85F1G3W2NXKH94BB01W39B (queued for 1 m 5 s) |
|
2 | 2024-02-10T00:08:53.333Z | starting task 0: "setup" |
3 | 2024-02-10T00:08:53.412Z | ++ uname -s |
4 | 2024-02-10T00:08:53.416Z | + kern=SunOS |
5 | 2024-02-10T00:08:53.416Z | + case "$kern" in |
6 | 2024-02-10T00:08:53.416Z | + groupadd -g 12345 build |
7 | 2024-02-10T00:08:53.420Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-10T00:08:55.428Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-10T00:08:55.542Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-10T00:08:55.546Z | + home_fs=zfs |
11 | 2024-02-10T00:08:55.546Z | + [[ zfs == autofs ]] |
12 | 2024-02-10T00:08:55.546Z | + mkdir -p /home/build |
13 | 2024-02-10T00:08:55.546Z | + chown build:build /home/build /work |
14 | 2024-02-10T00:08:57.530Z | + chmod 0700 /home/build /work |
15 | 2024-02-10T00:08:57.534Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-02-10T00:08:57.541Z | starting task 1: "rust-toolchain" |
17 | 2024-02-10T00:08:57.548Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-10T00:08:57.551Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-10T00:08:57.668Z | info: downloading installer |
20 | 2024-02-10T00:08:59.512Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-10T00:08:59.512Z | warning: /opt/ooce/bin |
22 | 2024-02-10T00:08:59.512Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-10T00:08:59.512Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-10T00:08:59.512Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-10T00:08:59.512Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-10T00:08:59.520Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-10T00:08:59.520Z | error: cannot install while Rust is installed |
28 | 2024-02-10T00:08:59.520Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-10T00:08:59.619Z | info: profile set to 'default' |
30 | 2024-02-10T00:08:59.620Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-10T00:08:59.623Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-10T00:08:59.764Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-10T00:08:59.764Z | info: downloading component 'cargo' |
34 | 2024-02-10T00:09:00.479Z | info: downloading component 'clippy' |
35 | 2024-02-10T00:09:00.736Z | info: downloading component 'rust-docs' |
36 | 2024-02-10T00:09:01.625Z | info: downloading component 'rust-std' |
37 | 2024-02-10T00:09:03.221Z | info: downloading component 'rustc' |
38 | 2024-02-10T00:09:06.959Z | info: downloading component 'rustfmt' |
39 | 2024-02-10T00:09:07.189Z | info: installing component 'cargo' |
40 | 2024-02-10T00:09:08.070Z | info: installing component 'clippy' |
41 | 2024-02-10T00:09:08.464Z | info: installing component 'rust-docs' |
42 | 2024-02-10T00:09:09.994Z | info: installing component 'rust-std' |
43 | 2024-02-10T00:09:11.913Z | info: installing component 'rustc' |
44 | 2024-02-10T00:09:16.565Z | info: installing component 'rustfmt' |
45 | 2024-02-10T00:09:16.587Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-10T00:09:16.587Z | |
47 | 2024-02-10T00:09:16.893Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-10T00:09:16.893Z | |
49 | 2024-02-10T00:09:16.918Z | |
50 | 2024-02-10T00:09:16.918Z | Rust is installed now. Great! |
51 | 2024-02-10T00:09:16.919Z | |
52 | 2024-02-10T00:09:16.919Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-10T00:09:16.919Z | environment variable. This has not been done automatically. |
54 | 2024-02-10T00:09:16.919Z | |
55 | 2024-02-10T00:09:16.919Z | To configure your current shell, run: |
56 | 2024-02-10T00:09:16.919Z | source "$HOME/.cargo/env" |
57 | 2024-02-10T00:09:16.956Z | + rustc --version |
58 | 2024-02-10T00:09:17.015Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-10T00:09:17.025Z | process exited: duration 19470 ms, exit code 0 |
|
60 | 2024-02-10T00:09:17.045Z | starting task 2: "authentication" |
61 | 2024-02-10T00:09:17.075Z | process exited: duration 27 ms, exit code 0 |
|
62 | 2024-02-10T00:09:17.097Z | starting task 3: "clone repository" |
63 | 2024-02-10T00:09:17.108Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-10T00:09:17.109Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-10T00:09:17.354Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-10T00:09:22.858Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-10T00:09:22.858Z | + git fetch origin 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
68 | 2024-02-10T00:09:23.161Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-10T00:09:23.161Z | * branch 3ac1010b32ad2df3fc64e347b2500d4660dd5894 -> FETCH_HEAD |
70 | 2024-02-10T00:09:23.172Z | + [[ -n dendrite-integration ]] |
71 | 2024-02-10T00:09:23.180Z | ++ git branch --show-current |
72 | 2024-02-10T00:09:23.180Z | + current=main |
73 | 2024-02-10T00:09:23.180Z | + [[ main != dendrite-integration ]] |
74 | 2024-02-10T00:09:23.181Z | + git branch -f dendrite-integration 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
75 | 2024-02-10T00:09:23.195Z | + git checkout -f dendrite-integration |
76 | 2024-02-10T00:09:23.292Z | Switched to branch 'dendrite-integration' |
77 | 2024-02-10T00:09:23.296Z | + git reset --hard 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
78 | 2024-02-10T00:09:23.302Z | HEAD is now at 3ac1010b3 Update with latest version |
79 | 2024-02-10T00:09:23.306Z | process exited: duration 6208 ms, exit code 0 |
|
80 | 2024-02-10T00:09:23.314Z | starting task 4: "build" |
81 | 2024-02-10T00:09:23.320Z | + cargo --version |
82 | 2024-02-10T00:09:23.324Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-10T00:09:23.476Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-10T00:09:23.477Z | info: downloading component 'cargo' |
85 | 2024-02-10T00:09:24.143Z | info: downloading component 'clippy' |
86 | 2024-02-10T00:09:24.372Z | info: downloading component 'rust-docs' |
87 | 2024-02-10T00:09:25.216Z | info: downloading component 'rust-std' |
88 | 2024-02-10T00:09:26.432Z | info: downloading component 'rustc' |
89 | 2024-02-10T00:09:29.932Z | info: downloading component 'rustfmt' |
90 | 2024-02-10T00:09:30.118Z | info: installing component 'cargo' |
91 | 2024-02-10T00:09:30.992Z | info: installing component 'clippy' |
92 | 2024-02-10T00:09:31.339Z | info: installing component 'rust-docs' |
93 | 2024-02-10T00:09:32.951Z | info: installing component 'rust-std' |
94 | 2024-02-10T00:09:34.583Z | info: installing component 'rustc' |
95 | 2024-02-10T00:09:38.607Z | info: installing component 'rustfmt' |
96 | 2024-02-10T00:09:38.989Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-10T00:09:38.994Z | + rustc --version |
98 | 2024-02-10T00:09:39.062Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-10T00:09:39.066Z | + source ./env.sh |
100 | 2024-02-10T00:09:39.067Z | ++ set -o xtrace |
101 | 2024-02-10T00:09:39.071Z | ++++ dirname ./env.sh |
102 | 2024-02-10T00:09:39.119Z | +++ cd . |
103 | 2024-02-10T00:09:39.123Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-10T00:09:39.123Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-10T00:09:39.123Z | ++ 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-10T00:09:39.123Z | ++ 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-10T00:09:39.124Z | ++ 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-10T00:09:39.124Z | ++ 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-10T00:09:39.124Z | ++ 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-10T00:09:39.124Z | ++ 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-10T00:09:39.124Z | ++ 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-10T00:09:39.124Z | ++ 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-10T00:09:39.125Z | ++ unset OMICRON_WS |
114 | 2024-02-10T00:09:39.125Z | ++ set +o xtrace |
115 | 2024-02-10T00:09:39.172Z | |
116 | 2024-02-10T00:09:39.172Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-10T00:09:39.172Z | # # # # # # # # # # # # # # # |
118 | 2024-02-10T00:09:39.173Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-10T00:09:39.173Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-10T00:09:39.173Z | # # # # # # # # # # # # # # # |
121 | 2024-02-10T00:09:39.173Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-10T00:09:39.173Z | |
123 | 2024-02-10T00:09:50.739Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-10T00:09:52.092Z | Startup: Caching catalogs ... Done |
125 | 2024-02-10T00:09:53.254Z | Planning: Solver setup ... Done (0.828s) |
126 | 2024-02-10T00:09:53.275Z | Planning: Running solver ... Done (0.019s) |
127 | 2024-02-10T00:09:53.675Z | Planning: Finding local manifests ... Done (0.387s) |
128 | 2024-02-10T00:09:53.687Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-10T00:09:55.512Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-10T00:09:55.561Z | Planning: Package planning ... Done (0.048s) |
131 | 2024-02-10T00:09:55.613Z | Planning: Merging actions ... Done (0.052s) |
132 | 2024-02-10T00:09:56.764Z | Planning: Checking for conflicting actions ... Done (1.151s) |
133 | 2024-02-10T00:09:56.796Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-10T00:10:00.929Z | Planning: Evaluating mediators ... Done (4.153s) |
135 | 2024-02-10T00:10:00.938Z | Planning: Planning completed in 8.79 seconds |
136 | 2024-02-10T00:10:00.953Z | Packages to install: 4 |
137 | 2024-02-10T00:10:00.953Z | Mediators to change: 2 |
138 | 2024-02-10T00:10:00.956Z | Services to change: 1 |
139 | 2024-02-10T00:10:00.957Z | Estimated space available: 148.87 GB |
140 | 2024-02-10T00:10:00.957Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-10T00:10:00.957Z | Create boot environment: No |
142 | 2024-02-10T00:10:00.957Z | Create backup boot environment: No |
143 | 2024-02-10T00:10:00.957Z | Rebuild boot archive: No |
144 | 2024-02-10T00:10:00.957Z | |
145 | 2024-02-10T00:10:00.957Z | Changed mediators: |
146 | 2024-02-10T00:10:00.957Z | mediator clang: |
147 | 2024-02-10T00:10:00.957Z | version: None -> 15 (system default) |
148 | 2024-02-10T00:10:00.957Z | |
149 | 2024-02-10T00:10:00.957Z | mediator llvm: |
150 | 2024-02-10T00:10:00.957Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-10T00:10:00.957Z | |
152 | 2024-02-10T00:10:00.957Z | Changed packages: |
153 | 2024-02-10T00:10:00.957Z | helios-dev |
154 | 2024-02-10T00:10:00.957Z | developer/build-essential |
155 | 2024-02-10T00:10:00.957Z | None -> 11-2.0 |
156 | 2024-02-10T00:10:00.957Z | library/libxmlsec1 |
157 | 2024-02-10T00:10:00.957Z | None -> 1.2.35-2.0 |
158 | 2024-02-10T00:10:00.957Z | ooce/developer/clang-15 |
159 | 2024-02-10T00:10:00.957Z | None -> 15.0.7-2.0 |
160 | 2024-02-10T00:10:00.957Z | ooce/developer/llvm-15 |
161 | 2024-02-10T00:10:00.957Z | None -> 15.0.7-2.0 |
162 | 2024-02-10T00:10:00.958Z | |
163 | 2024-02-10T00:10:00.958Z | Services: |
164 | 2024-02-10T00:10:00.958Z | restart_fmri: |
165 | 2024-02-10T00:10:00.958Z | svc:/system/update-man-index:default |
166 | 2024-02-10T00:10:01.764Z | |
167 | 2024-02-10T00:10:01.764Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-10T00:10:06.355Z | Download: 499/3290 items 16.7/212.6MB 7% complete (3.4M/s) |
169 | 2024-02-10T00:10:11.460Z | Download: 1146/3290 items 40.6/212.6MB 19% complete (4.0M/s) |
170 | 2024-02-10T00:10:16.465Z | Download: 1241/3290 items 87.9/212.6MB 41% complete (7.1M/s) |
171 | 2024-02-10T00:10:22.023Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (9.7M/s) |
172 | 2024-02-10T00:10:27.024Z | Download: 3241/3290 items 197.0/212.6MB 92% complete (8.1M/s) |
173 | 2024-02-10T00:10:29.431Z | Download: Completed 212.60 MB in 28.07 seconds (7.6M/s) |
174 | 2024-02-10T00:10:30.119Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-02-10T00:10:34.930Z | Actions: 3543/3689 actions (Installing new actions) |
176 | 2024-02-10T00:10:35.593Z | Actions: Completed 3689 actions in 5.88 seconds. |
177 | 2024-02-10T00:10:35.766Z | Done (0.169s) |
178 | 2024-02-10T00:10:35.767Z | Done (0.000s) |
179 | 2024-02-10T00:10:35.977Z | Done (0.211s) |
180 | 2024-02-10T00:10:42.576Z | Done (6.473s) |
181 | 2024-02-10T00:10:42.822Z | Done (0.176s) |
182 | 2024-02-10T00:10:42.826Z | Done (0.000s) |
183 | 2024-02-10T00:10:42.966Z | Done (0.000s) |
184 | 2024-02-10T00:10:43.475Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-02-10T00:10:43.637Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-02-10T00:10:43.640Z | Planning: Consolidating action changes ... Done |
187 | 2024-02-10T00:10:43.907Z | Planning: Evaluating mediators ... Done |
188 | 2024-02-10T00:10:43.912Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-02-10T00:10:43.946Z | Mediators to change: 2 |
190 | 2024-02-10T00:10:43.946Z | Create boot environment: No |
191 | 2024-02-10T00:10:43.962Z | Create backup boot environment: No |
192 | 2024-02-10T00:10:44.008Z | Done |
193 | 2024-02-10T00:10:44.008Z | Done |
194 | 2024-02-10T00:10:44.132Z | Done |
195 | 2024-02-10T00:10:47.904Z | Done |
196 | 2024-02-10T00:10:47.992Z | Done |
197 | 2024-02-10T00:10:47.999Z | Done |
198 | 2024-02-10T00:10:48.111Z | Done |
199 | 2024-02-10T00:10:48.743Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-02-10T00:10:48.752Z | Planning: Merging actions ... Done |
201 | 2024-02-10T00:10:48.933Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-02-10T00:10:48.937Z | Planning: Consolidating action changes ... Done |
203 | 2024-02-10T00:10:49.202Z | Planning: Evaluating mediators ... Done |
204 | 2024-02-10T00:10:49.263Z | Planning: Planning completed in 0.79 seconds |
205 | 2024-02-10T00:10:49.295Z | Packages to change: 1 |
206 | 2024-02-10T00:10:49.295Z | Mediators to change: 1 |
207 | 2024-02-10T00:10:49.299Z | Services to change: 1 |
208 | 2024-02-10T00:10:49.299Z | Create boot environment: No |
209 | 2024-02-10T00:10:49.300Z | Create backup boot environment: Yes |
210 | 2024-02-10T00:10:51.196Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-02-10T00:10:51.260Z | Actions: Completed 6 actions in 0.06 seconds. |
212 | 2024-02-10T00:10:51.266Z | Done |
213 | 2024-02-10T00:10:51.266Z | Done |
214 | 2024-02-10T00:10:51.305Z | Done |
215 | 2024-02-10T00:10:55.491Z | Done |
216 | 2024-02-10T00:10:55.510Z | Done |
217 | 2024-02-10T00:10:55.510Z | Done |
218 | 2024-02-10T00:10:55.510Z | Done |
219 | 2024-02-10T00:10:55.725Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-02-10T00:10:55.725Z | clang system 15 system |
221 | 2024-02-10T00:10:55.725Z | csh system system illumos |
222 | 2024-02-10T00:10:55.725Z | ctags system system illumos |
223 | 2024-02-10T00:10:55.725Z | gcc vendor 12 vendor |
224 | 2024-02-10T00:10:55.726Z | gcc system 10 system |
225 | 2024-02-10T00:10:55.726Z | gcc system 7 system |
226 | 2024-02-10T00:10:55.726Z | go system 1.20 system |
227 | 2024-02-10T00:10:55.726Z | go system 1.19 system |
228 | 2024-02-10T00:10:55.726Z | llvm system 15 system |
229 | 2024-02-10T00:10:55.726Z | llvm system 14 system |
230 | 2024-02-10T00:10:55.726Z | mariadb system 10.6 system |
231 | 2024-02-10T00:10:55.726Z | mta vendor vendor dma |
232 | 2024-02-10T00:10:55.727Z | openjdk system 17 system |
233 | 2024-02-10T00:10:55.727Z | openjdk system 11 system |
234 | 2024-02-10T00:10:55.727Z | openjdk system 1.8 system |
235 | 2024-02-10T00:10:55.727Z | openssl vendor 3 vendor |
236 | 2024-02-10T00:10:55.727Z | perl system 5.36 system |
237 | 2024-02-10T00:10:55.727Z | postgresql system 15 system |
238 | 2024-02-10T00:10:55.727Z | postgresql system 13 system |
239 | 2024-02-10T00:10:55.728Z | python vendor 3 vendor |
240 | 2024-02-10T00:10:55.728Z | python system 2 system |
241 | 2024-02-10T00:10:55.728Z | python3 system 3.11 system |
242 | 2024-02-10T00:10:55.728Z | ruby system 3.0 system |
243 | 2024-02-10T00:10:55.728Z | words vendor vendor american-english |
244 | 2024-02-10T00:10:55.728Z | words system system australian-english |
245 | 2024-02-10T00:10:55.728Z | words system system british-english |
246 | 2024-02-10T00:10:55.729Z | words system system canadian-english |
247 | 2024-02-10T00:10:55.729Z | words system system french |
248 | 2024-02-10T00:10:55.729Z | words system system italian |
249 | 2024-02-10T00:10:55.729Z | words system system ngerman |
250 | 2024-02-10T00:10:55.729Z | words system system ogerman |
251 | 2024-02-10T00:10:55.729Z | words system system spanish |
252 | 2024-02-10T00:10:56.088Z | FMRI IFO |
253 | 2024-02-10T00:10:56.088Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-02-10T00:10:56.088Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-02-10T00:10:56.089Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-02-10T00:10:56.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-02-10T00:10:56.089Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-02-10T00:10:56.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-02-10T00:10:56.089Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-02-10T00:10:56.089Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-02-10T00:10:56.126Z | + set -o errexit |
262 | 2024-02-10T00:10:56.129Z | +++ dirname ./tools/ci_download_cockroachdb |
263 | 2024-02-10T00:10:56.129Z | ++ cd ./tools |
264 | 2024-02-10T00:10:56.130Z | ++ pwd |
265 | 2024-02-10T00:10:56.133Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
266 | 2024-02-10T00:10:56.133Z | ++ basename ./tools/ci_download_cockroachdb |
267 | 2024-02-10T00:10:56.134Z | + ARG0=ci_download_cockroachdb |
268 | 2024-02-10T00:10:56.134Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
269 | 2024-02-10T00:10:56.140Z | + CIDL_VERSION=v22.1.9 |
270 | 2024-02-10T00:10:56.140Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
271 | 2024-02-10T00:10:56.140Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
272 | 2024-02-10T00:10:56.141Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
273 | 2024-02-10T00:10:56.141Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-10T00:10:56.141Z | + TARGET_DIR=out |
275 | 2024-02-10T00:10:56.141Z | + DOWNLOAD_DIR=out/downloads |
276 | 2024-02-10T00:10:56.141Z | + DEST_DIR=./out/cockroachdb |
277 | 2024-02-10T00:10:56.141Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
278 | 2024-02-10T00:10:56.141Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
279 | 2024-02-10T00:10:56.141Z | + main |
280 | 2024-02-10T00:10:56.141Z | + [[ 0 != 0 ]] |
281 | 2024-02-10T00:10:56.141Z | + CIDL_OS=solaris2.11 |
282 | 2024-02-10T00:10:56.142Z | + [[ 0 != 0 ]] |
283 | 2024-02-10T00:10:56.142Z | + configure_os solaris2.11 |
284 | 2024-02-10T00:10:56.142Z | + echo 'current directory: /work/oxidecomputer/omicron' |
285 | 2024-02-10T00:10:56.142Z | current directory: /work/oxidecomputer/omicron |
286 | 2024-02-10T00:10:56.142Z | + echo 'configuring based on OS: "solaris2.11"' |
287 | 2024-02-10T00:10:56.142Z | + case "$1" in |
288 | 2024-02-10T00:10:56.142Z | configuring based on OS: "solaris2.11" |
289 | 2024-02-10T00:10:56.142Z | + CIDL_BUILD=illumos |
290 | 2024-02-10T00:10:56.142Z | + CIDL_SUFFIX=tar.gz |
291 | 2024-02-10T00:10:56.142Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-02-10T00:10:56.142Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2024-02-10T00:10:56.142Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2024-02-10T00:10:56.142Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2024-02-10T00:10:56.142Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-10T00:10:56.142Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-10T00:10:56.142Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
298 | 2024-02-10T00:10:56.143Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-10T00:10:56.143Z | + CIDL_SHA256FUNC=do_sha256sum |
300 | 2024-02-10T00:10:56.143Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-02-10T00:10:56.143Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-02-10T00:10:56.143Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-10T00:10:56.143Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-02-10T00:10:56.143Z | + mkdir -p out/downloads |
305 | 2024-02-10T00:10:56.143Z | + mkdir -p ./out/cockroachdb |
306 | 2024-02-10T00:10:56.148Z | + local DO_DOWNLOAD=true |
307 | 2024-02-10T00:10:56.148Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
308 | 2024-02-10T00:10:56.148Z | + '[' true == true ']' |
309 | 2024-02-10T00:10:56.148Z | + echo Downloading... |
310 | 2024-02-10T00:10:56.149Z | Downloading... |
311 | 2024-02-10T00:10:56.149Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-10T00:10:56.149Z | + 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 |
313 | 2024-02-10T00:11:00.197Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-02-10T00:11:00.213Z | ++ sha256sum |
315 | 2024-02-10T00:11:00.213Z | ++ awk '{print $1}' |
316 | 2024-02-10T00:11:00.328Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
317 | 2024-02-10T00:11:00.328Z | + [[ 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 ]] |
318 | 2024-02-10T00:11:00.335Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-02-10T00:11:00.335Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
320 | 2024-02-10T00:11:02.498Z | + do_assemble_illumos |
321 | 2024-02-10T00:11:02.498Z | + rm -r ./out/cockroachdb |
322 | 2024-02-10T00:11:02.504Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
323 | 2024-02-10T00:11:02.927Z | + ./out/cockroachdb/bin/cockroach version |
324 | 2024-02-10T00:11:03.201Z | Build Tag: v22.1.9-dirty |
325 | 2024-02-10T00:11:03.201Z | Build Time: 2022/10/26 21:17:46 |
326 | 2024-02-10T00:11:03.201Z | Distribution: OSS |
327 | 2024-02-10T00:11:03.201Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
328 | 2024-02-10T00:11:03.202Z | Go Version: go1.17.13 |
329 | 2024-02-10T00:11:03.202Z | C Compiler: gcc 10.3.0 |
330 | 2024-02-10T00:11:03.202Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
331 | 2024-02-10T00:11:03.202Z | Build Type: release |
332 | 2024-02-10T00:11:03.219Z | + set -o errexit |
333 | 2024-02-10T00:11:03.223Z | +++ dirname ./tools/ci_download_clickhouse |
334 | 2024-02-10T00:11:03.223Z | ++ cd ./tools |
335 | 2024-02-10T00:11:03.223Z | ++ pwd |
336 | 2024-02-10T00:11:03.224Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
337 | 2024-02-10T00:11:03.228Z | ++ basename ./tools/ci_download_clickhouse |
338 | 2024-02-10T00:11:03.228Z | + ARG0=ci_download_clickhouse |
339 | 2024-02-10T00:11:03.229Z | + TARGET_DIR=out |
340 | 2024-02-10T00:11:03.229Z | + DOWNLOAD_DIR=out/downloads |
341 | 2024-02-10T00:11:03.229Z | + DEST_DIR=./out/clickhouse |
342 | 2024-02-10T00:11:03.229Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
343 | 2024-02-10T00:11:03.229Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2024-02-10T00:11:03.229Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2024-02-10T00:11:03.229Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2024-02-10T00:11:03.230Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2024-02-10T00:11:03.230Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2024-02-10T00:11:03.230Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2024-02-10T00:11:03.235Z | + main |
350 | 2024-02-10T00:11:03.235Z | + [[ 0 != 0 ]] |
351 | 2024-02-10T00:11:03.235Z | + CIDL_OS=solaris2.11 |
352 | 2024-02-10T00:11:03.235Z | + [[ 0 != 0 ]] |
353 | 2024-02-10T00:11:03.236Z | + configure_os solaris2.11 |
354 | 2024-02-10T00:11:03.236Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2024-02-10T00:11:03.236Z | + echo 'configuring based on OS: "solaris2.11"' |
356 | 2024-02-10T00:11:03.236Z | current directory: /work/oxidecomputer/omicron |
357 | 2024-02-10T00:11:03.236Z | + CIDL_DASHREV= |
358 | 2024-02-10T00:11:03.236Z | + case "$1" in |
359 | 2024-02-10T00:11:03.236Z | configuring based on OS: "solaris2.11" |
360 | 2024-02-10T00:11:03.237Z | + CIDL_PLATFORM=illumos |
361 | 2024-02-10T00:11:03.237Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-10T00:11:03.237Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2024-02-10T00:11:03.237Z | + CIDL_DASHREV=-1 |
364 | 2024-02-10T00:11:03.237Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2024-02-10T00:11:03.237Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-10T00:11:03.237Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-10T00:11:03.238Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-10T00:11:03.238Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2024-02-10T00:11:03.238Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-10T00:11:03.238Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
371 | 2024-02-10T00:11:03.238Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2024-02-10T00:11:03.238Z | + mkdir -p out/downloads |
373 | 2024-02-10T00:11:03.238Z | + mkdir -p ./out/clickhouse |
374 | 2024-02-10T00:11:03.238Z | + local DO_DOWNLOAD=true |
375 | 2024-02-10T00:11:03.239Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2024-02-10T00:11:03.239Z | + '[' true == true ']' |
377 | 2024-02-10T00:11:03.239Z | + echo Downloading... |
378 | 2024-02-10T00:11:03.239Z | Downloading... |
379 | 2024-02-10T00:11:03.240Z | + 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 |
380 | 2024-02-10T00:11:03.240Z | + 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 |
381 | 2024-02-10T00:11:04.989Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2024-02-10T00:11:04.993Z | ++ md5sum |
383 | 2024-02-10T00:11:04.993Z | ++ awk '{print $1}' |
384 | 2024-02-10T00:11:05.174Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2024-02-10T00:11:05.174Z | + [[ 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 ]] |
386 | 2024-02-10T00:11:05.184Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2024-02-10T00:11:05.184Z | + mkdir -p ./out/clickhouse |
388 | 2024-02-10T00:11:05.184Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2024-02-10T00:11:08.293Z | + ./out/clickhouse/clickhouse server --version |
390 | 2024-02-10T00:11:08.332Z | ClickHouse server version 22.8.9.1. |
391 | 2024-02-10T00:11:08.349Z | + set -o errexit |
392 | 2024-02-10T00:11:08.352Z | +++ dirname ./tools/ci_download_console |
393 | 2024-02-10T00:11:08.360Z | ++ cd ./tools |
394 | 2024-02-10T00:11:08.360Z | ++ pwd |
395 | 2024-02-10T00:11:08.360Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2024-02-10T00:11:08.372Z | ++ basename ./tools/ci_download_console |
397 | 2024-02-10T00:11:08.372Z | + ARG0=ci_download_console |
398 | 2024-02-10T00:11:08.372Z | + TARGET_DIR=out |
399 | 2024-02-10T00:11:08.373Z | + DOWNLOAD_DIR=out/downloads |
400 | 2024-02-10T00:11:08.373Z | + DEST_DIR=./out/console-assets |
401 | 2024-02-10T00:11:08.373Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2024-02-10T00:11:08.373Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
403 | 2024-02-10T00:11:08.374Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-10T00:11:08.374Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
405 | 2024-02-10T00:11:08.374Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2024-02-10T00:11:08.374Z | + main |
407 | 2024-02-10T00:11:08.374Z | + [[ 0 != 0 ]] |
408 | 2024-02-10T00:11:08.374Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
409 | 2024-02-10T00:11:08.375Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
410 | 2024-02-10T00:11:08.375Z | + echo 'Local file: out/downloads/console.tar.gz' |
411 | 2024-02-10T00:11:08.375Z | Local file: out/downloads/console.tar.gz |
412 | 2024-02-10T00:11:08.376Z | + local DO_DOWNLOAD=true |
413 | 2024-02-10T00:11:08.376Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2024-02-10T00:11:08.376Z | + mkdir -p out/downloads |
415 | 2024-02-10T00:11:08.376Z | + '[' true == true ']' |
416 | 2024-02-10T00:11:08.376Z | + echo Downloading... |
417 | 2024-02-10T00:11:08.377Z | Downloading... |
418 | 2024-02-10T00:11:08.377Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
419 | 2024-02-10T00:11:08.377Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
420 | 2024-02-10T00:11:09.088Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2024-02-10T00:11:09.092Z | ++ case "$OSTYPE" in |
422 | 2024-02-10T00:11:09.092Z | ++ SHA=sha256sum |
423 | 2024-02-10T00:11:09.092Z | ++ sha256sum |
424 | 2024-02-10T00:11:09.093Z | ++ awk '{print $1}' |
425 | 2024-02-10T00:11:09.097Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
426 | 2024-02-10T00:11:09.113Z | + [[ 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 ]] |
427 | 2024-02-10T00:11:09.114Z | + rm -rf ./out/console-assets |
428 | 2024-02-10T00:11:09.114Z | + mkdir -p ./out/console-assets |
429 | 2024-02-10T00:11:09.114Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2024-02-10T00:11:09.114Z | + mkdir -p ./out/console-assets |
431 | 2024-02-10T00:11:09.114Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2024-02-10T00:11:09.197Z | + set -o errexit |
433 | 2024-02-10T00:11:09.202Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2024-02-10T00:11:09.202Z | ++ cd ./tools |
435 | 2024-02-10T00:11:09.203Z | ++ pwd |
436 | 2024-02-10T00:11:09.203Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2024-02-10T00:11:09.208Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2024-02-10T00:11:09.208Z | + ARG0=ci_download_maghemite_openapi |
439 | 2024-02-10T00:11:09.208Z | + TARGET_DIR=out |
440 | 2024-02-10T00:11:09.208Z | + DOWNLOAD_DIR=out/downloads |
441 | 2024-02-10T00:11:09.208Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2024-02-10T00:11:09.208Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
443 | 2024-02-10T00:11:09.208Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-10T00:11:09.208Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
445 | 2024-02-10T00:11:09.209Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
446 | 2024-02-10T00:11:09.209Z | + main |
447 | 2024-02-10T00:11:09.209Z | + [[ 0 != 0 ]] |
448 | 2024-02-10T00:11:09.209Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
449 | 2024-02-10T00:11:09.209Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
450 | 2024-02-10T00:11:09.209Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
451 | 2024-02-10T00:11:09.209Z | + local DO_DOWNLOAD=true |
452 | 2024-02-10T00:11:09.209Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
453 | 2024-02-10T00:11:09.209Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
454 | 2024-02-10T00:11:09.209Z | + mkdir -p out/downloads |
455 | 2024-02-10T00:11:09.209Z | + '[' true == true ']' |
456 | 2024-02-10T00:11:09.209Z | + echo Downloading... |
457 | 2024-02-10T00:11:09.209Z | Downloading... |
458 | 2024-02-10T00:11:09.210Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-10T00:11:09.210Z | + 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 |
460 | 2024-02-10T00:11:09.433Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
461 | 2024-02-10T00:11:09.433Z | ++ case "$OSTYPE" in |
462 | 2024-02-10T00:11:09.438Z | ++ SHA=sha256sum |
463 | 2024-02-10T00:11:09.439Z | ++ sha256sum |
464 | 2024-02-10T00:11:09.439Z | ++ awk '{print $1}' |
465 | 2024-02-10T00:11:09.439Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
466 | 2024-02-10T00:11:09.439Z | + [[ 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 ]] |
467 | 2024-02-10T00:11:09.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2024-02-10T00:11:09.440Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
469 | 2024-02-10T00:11:09.440Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-10T00:11:09.440Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
471 | 2024-02-10T00:11:09.440Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
472 | 2024-02-10T00:11:09.440Z | + main |
473 | 2024-02-10T00:11:09.440Z | + [[ 0 != 0 ]] |
474 | 2024-02-10T00:11:09.440Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
475 | 2024-02-10T00:11:09.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
476 | 2024-02-10T00:11:09.441Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
477 | 2024-02-10T00:11:09.441Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
478 | 2024-02-10T00:11:09.441Z | + local DO_DOWNLOAD=true |
479 | 2024-02-10T00:11:09.441Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
480 | 2024-02-10T00:11:09.441Z | + mkdir -p out/downloads |
481 | 2024-02-10T00:11:09.463Z | + '[' true == true ']' |
482 | 2024-02-10T00:11:09.463Z | + echo Downloading... |
483 | 2024-02-10T00:11:09.463Z | Downloading... |
484 | 2024-02-10T00:11:09.464Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
485 | 2024-02-10T00:11:09.464Z | + 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 |
486 | 2024-02-10T00:11:09.574Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
487 | 2024-02-10T00:11:09.578Z | ++ case "$OSTYPE" in |
488 | 2024-02-10T00:11:09.578Z | ++ SHA=sha256sum |
489 | 2024-02-10T00:11:09.578Z | ++ sha256sum |
490 | 2024-02-10T00:11:09.579Z | ++ awk '{print $1}' |
491 | 2024-02-10T00:11:09.587Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
492 | 2024-02-10T00:11:09.587Z | + [[ 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 ]] |
493 | 2024-02-10T00:11:09.591Z | + set -o errexit |
494 | 2024-02-10T00:11:09.592Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2024-02-10T00:11:09.592Z | ++ cd ./tools |
496 | 2024-02-10T00:11:09.592Z | ++ pwd |
497 | 2024-02-10T00:11:09.596Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2024-02-10T00:11:09.596Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2024-02-10T00:11:09.596Z | + ARG0=ci_download_dendrite_openapi |
500 | 2024-02-10T00:11:09.597Z | + TARGET_DIR=out |
501 | 2024-02-10T00:11:09.597Z | + DOWNLOAD_DIR=out/downloads |
502 | 2024-02-10T00:11:09.597Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2024-02-10T00:11:09.597Z | ++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697 |
504 | 2024-02-10T00:11:09.597Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-10T00:11:09.597Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
506 | 2024-02-10T00:11:09.597Z | + LOCAL_FILE=out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
507 | 2024-02-10T00:11:09.598Z | + main |
508 | 2024-02-10T00:11:09.598Z | + [[ 0 != 0 ]] |
509 | 2024-02-10T00:11:09.598Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json' |
510 | 2024-02-10T00:11:09.598Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
511 | 2024-02-10T00:11:09.598Z | + echo 'Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json' |
512 | 2024-02-10T00:11:09.598Z | + local DO_DOWNLOAD=true |
513 | 2024-02-10T00:11:09.598Z | Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
514 | 2024-02-10T00:11:09.598Z | + [[ -f out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json ]] |
515 | 2024-02-10T00:11:09.598Z | + mkdir -p out/downloads |
516 | 2024-02-10T00:11:09.606Z | + '[' true == true ']' |
517 | 2024-02-10T00:11:09.606Z | + echo Downloading... |
518 | 2024-02-10T00:11:09.606Z | Downloading... |
519 | 2024-02-10T00:11:09.606Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
520 | 2024-02-10T00:11:09.606Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
521 | 2024-02-10T00:11:09.760Z | ++ do_sha256sum out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
522 | 2024-02-10T00:11:09.760Z | ++ case "$OSTYPE" in |
523 | 2024-02-10T00:11:09.780Z | ++ SHA=sha256sum |
524 | 2024-02-10T00:11:09.780Z | ++ sha256sum |
525 | 2024-02-10T00:11:09.780Z | ++ awk '{print $1}' |
526 | 2024-02-10T00:11:09.785Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
527 | 2024-02-10T00:11:09.785Z | + [[ 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 ]] |
528 | 2024-02-10T00:11:09.785Z | + set -o errexit |
529 | 2024-02-10T00:11:09.785Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2024-02-10T00:11:09.785Z | ++ cd ./tools |
531 | 2024-02-10T00:11:09.786Z | ++ pwd |
532 | 2024-02-10T00:11:09.786Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2024-02-10T00:11:09.786Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2024-02-10T00:11:09.786Z | + ARG0=ci_download_dendrite_stub |
535 | 2024-02-10T00:11:09.786Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2024-02-10T00:11:09.786Z | ++ CIDL_SHA256_ILLUMOS=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
537 | 2024-02-10T00:11:09.786Z | ++ CIDL_SHA256_LINUX_DPD=b6d45d713a879f1d03422eb0bbfa33767da776b05b0d5fbb855b602974ceba01 |
538 | 2024-02-10T00:11:09.786Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
539 | 2024-02-10T00:11:09.786Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2024-02-10T00:11:09.786Z | ++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697 |
541 | 2024-02-10T00:11:09.786Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
542 | 2024-02-10T00:11:09.787Z | + TARGET_DIR=out |
543 | 2024-02-10T00:11:09.787Z | + DOWNLOAD_DIR=out/downloads |
544 | 2024-02-10T00:11:09.787Z | + DEST_DIR=./out/dendrite-stub |
545 | 2024-02-10T00:11:09.787Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2024-02-10T00:11:09.787Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2024-02-10T00:11:09.788Z | + REPO=oxidecomputer/dendrite |
548 | 2024-02-10T00:11:09.788Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697 |
549 | 2024-02-10T00:11:09.788Z | + main |
550 | 2024-02-10T00:11:09.788Z | + [[ 0 != 0 ]] |
551 | 2024-02-10T00:11:09.788Z | + CIDL_OS=solaris2.11 |
552 | 2024-02-10T00:11:09.788Z | + [[ 0 != 0 ]] |
553 | 2024-02-10T00:11:09.788Z | + configure_os solaris2.11 |
554 | 2024-02-10T00:11:09.788Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2024-02-10T00:11:09.788Z | current directory: /work/oxidecomputer/omicron |
556 | 2024-02-10T00:11:09.789Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-02-10T00:11:09.789Z | + case "$1" in |
558 | 2024-02-10T00:11:09.789Z | configuring based on OS: "solaris2.11" |
559 | 2024-02-10T00:11:09.789Z | + SET_BINARIES= |
560 | 2024-02-10T00:11:09.789Z | + CIDL_SHA256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
561 | 2024-02-10T00:11:09.789Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2024-02-10T00:11:09.789Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2024-02-10T00:11:09.789Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
564 | 2024-02-10T00:11:09.789Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-10T00:11:09.789Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz' |
566 | 2024-02-10T00:11:09.789Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-02-10T00:11:09.789Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
568 | 2024-02-10T00:11:09.789Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2024-02-10T00:11:09.789Z | + mkdir -p out/downloads |
570 | 2024-02-10T00:11:09.789Z | + mkdir -p ./out/dendrite-stub |
571 | 2024-02-10T00:11:09.789Z | + fetch_and_verify |
572 | 2024-02-10T00:11:09.789Z | + local DO_DOWNLOAD=true |
573 | 2024-02-10T00:11:09.790Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2024-02-10T00:11:09.790Z | + '[' true == true ']' |
575 | 2024-02-10T00:11:09.790Z | + echo Downloading... |
576 | 2024-02-10T00:11:09.790Z | Downloading... |
577 | 2024-02-10T00:11:09.790Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-10T00:11:09.790Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
579 | 2024-02-10T00:11:15.203Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2024-02-10T00:11:15.213Z | ++ sha256sum |
581 | 2024-02-10T00:11:15.214Z | ++ awk '{print $1}' |
582 | 2024-02-10T00:11:15.257Z | + calculated_sha256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
583 | 2024-02-10T00:11:15.272Z | + [[ d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 != \d\4\8\4\0\8\a\c\1\c\1\2\3\3\2\c\0\b\f\9\5\8\3\4\a\9\3\7\2\f\2\0\d\9\f\f\5\3\e\f\a\1\d\7\9\5\1\3\e\a\8\6\8\f\6\1\6\a\9\1\c\b\9\7 ]] |
584 | 2024-02-10T00:11:15.273Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2024-02-10T00:11:15.273Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2024-02-10T00:11:15.923Z | + do_assemble |
587 | 2024-02-10T00:11:15.923Z | + rm -r ./out/dendrite-stub |
588 | 2024-02-10T00:11:15.933Z | + mkdir ./out/dendrite-stub |
589 | 2024-02-10T00:11:15.933Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2024-02-10T00:11:16.010Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2024-02-10T00:11:16.029Z | + set -o errexit |
592 | 2024-02-10T00:11:16.054Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2024-02-10T00:11:16.055Z | ++ cd ./tools |
594 | 2024-02-10T00:11:16.055Z | ++ pwd |
595 | 2024-02-10T00:11:16.055Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2024-02-10T00:11:16.055Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2024-02-10T00:11:16.055Z | + ARG0=ci_download_maghemite_mgd |
598 | 2024-02-10T00:11:16.055Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2024-02-10T00:11:16.055Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
600 | 2024-02-10T00:11:16.055Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
601 | 2024-02-10T00:11:16.055Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2024-02-10T00:11:16.056Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
603 | 2024-02-10T00:11:16.056Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
604 | 2024-02-10T00:11:16.056Z | + TARGET_DIR=out |
605 | 2024-02-10T00:11:16.056Z | + DOWNLOAD_DIR=out/downloads |
606 | 2024-02-10T00:11:16.056Z | + DEST_DIR=./out/mgd |
607 | 2024-02-10T00:11:16.056Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2024-02-10T00:11:16.056Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2024-02-10T00:11:16.057Z | + REPO=oxidecomputer/maghemite |
610 | 2024-02-10T00:11:16.057Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
611 | 2024-02-10T00:11:16.057Z | + main |
612 | 2024-02-10T00:11:16.057Z | + [[ 0 != 0 ]] |
613 | 2024-02-10T00:11:16.057Z | + CIDL_OS=solaris2.11 |
614 | 2024-02-10T00:11:16.057Z | + [[ 0 != 0 ]] |
615 | 2024-02-10T00:11:16.057Z | + configure_os solaris2.11 |
616 | 2024-02-10T00:11:16.058Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2024-02-10T00:11:16.060Z | current directory: /work/oxidecomputer/omicron |
618 | 2024-02-10T00:11:16.060Z | + echo 'configuring based on OS: "solaris2.11"' |
619 | 2024-02-10T00:11:16.060Z | + case "$1" in |
620 | 2024-02-10T00:11:16.060Z | configuring based on OS: "solaris2.11" |
621 | 2024-02-10T00:11:16.060Z | + SET_BINARIES= |
622 | 2024-02-10T00:11:16.060Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2024-02-10T00:11:16.060Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2024-02-10T00:11:16.060Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
625 | 2024-02-10T00:11:16.060Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2024-02-10T00:11:16.060Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
627 | 2024-02-10T00:11:16.060Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
628 | 2024-02-10T00:11:16.060Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
629 | 2024-02-10T00:11:16.061Z | + mkdir -p out/downloads |
630 | 2024-02-10T00:11:16.061Z | Local file: out/downloads/mgd.tar.gz |
631 | 2024-02-10T00:11:16.061Z | + mkdir -p ./out/mgd |
632 | 2024-02-10T00:11:16.061Z | + fetch_and_verify |
633 | 2024-02-10T00:11:16.061Z | + local DO_DOWNLOAD=true |
634 | 2024-02-10T00:11:16.061Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2024-02-10T00:11:16.061Z | + '[' true == true ']' |
636 | 2024-02-10T00:11:16.061Z | + echo Downloading... |
637 | 2024-02-10T00:11:16.061Z | Downloading... |
638 | 2024-02-10T00:11:16.061Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2024-02-10T00:11:16.061Z | + 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 |
640 | 2024-02-10T00:11:22.201Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2024-02-10T00:11:22.213Z | ++ sha256sum |
642 | 2024-02-10T00:11:22.213Z | ++ awk '{print $1}' |
643 | 2024-02-10T00:11:22.213Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
644 | 2024-02-10T00:11:22.214Z | + [[ 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 ]] |
645 | 2024-02-10T00:11:22.214Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2024-02-10T00:11:22.214Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2024-02-10T00:11:22.735Z | + do_assemble |
648 | 2024-02-10T00:11:22.735Z | + rm -r ./out/mgd |
649 | 2024-02-10T00:11:22.743Z | + mkdir ./out/mgd |
650 | 2024-02-10T00:11:22.743Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2024-02-10T00:11:22.823Z | + set -o errexit |
652 | 2024-02-10T00:11:22.827Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2024-02-10T00:11:22.831Z | ++ cd ./tools |
654 | 2024-02-10T00:11:22.831Z | ++ pwd |
655 | 2024-02-10T00:11:22.831Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2024-02-10T00:11:22.831Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2024-02-10T00:11:22.837Z | + ARG0=ci_download_transceiver_control |
658 | 2024-02-10T00:11:22.837Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2024-02-10T00:11:22.837Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-02-10T00:11:22.837Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-10T00:11:22.837Z | + TARGET_DIR=out |
662 | 2024-02-10T00:11:22.837Z | + DOWNLOAD_DIR=out/downloads |
663 | 2024-02-10T00:11:22.837Z | + DEST_DIR=./out/transceiver-control |
664 | 2024-02-10T00:11:22.838Z | + BIN_DIR=/opt/oxide/bin |
665 | 2024-02-10T00:11:22.838Z | + BINARY=xcvradm |
666 | 2024-02-10T00:11:22.838Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2024-02-10T00:11:22.838Z | + REPO=oxidecomputer/transceiver-control |
668 | 2024-02-10T00:11:22.838Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-02-10T00:11:22.838Z | + main |
670 | 2024-02-10T00:11:22.838Z | + [[ 0 != 0 ]] |
671 | 2024-02-10T00:11:22.838Z | + CIDL_OS=solaris2.11 |
672 | 2024-02-10T00:11:22.839Z | + [[ 0 != 0 ]] |
673 | 2024-02-10T00:11:22.839Z | + configure_os solaris2.11 |
674 | 2024-02-10T00:11:22.839Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2024-02-10T00:11:22.840Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-02-10T00:11:22.840Z | configuring based on OS: "solaris2.11" |
677 | 2024-02-10T00:11:22.840Z | + echo 'configuring based on OS: "solaris2.11"' |
678 | 2024-02-10T00:11:22.840Z | + case "$1" in |
679 | 2024-02-10T00:11:22.840Z | + SET_BINARIES= |
680 | 2024-02-10T00:11:22.840Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-10T00:11:22.840Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2024-02-10T00:11:22.840Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2024-02-10T00:11:22.840Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-02-10T00:11:22.840Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2024-02-10T00:11:22.840Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2024-02-10T00:11:22.840Z | + echo 'Local file: out/downloads/xcvradm.gz' |
687 | 2024-02-10T00:11:22.841Z | + mkdir -p out/downloads |
688 | 2024-02-10T00:11:22.841Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
689 | 2024-02-10T00:11:22.841Z | Local file: out/downloads/xcvradm.gz |
690 | 2024-02-10T00:11:22.841Z | + mkdir -p ./out/transceiver-control |
691 | 2024-02-10T00:11:22.847Z | + fetch_and_verify |
692 | 2024-02-10T00:11:22.847Z | + local DO_DOWNLOAD=true |
693 | 2024-02-10T00:11:22.847Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2024-02-10T00:11:22.847Z | + '[' true == true ']' |
695 | 2024-02-10T00:11:22.847Z | + echo Downloading... |
696 | 2024-02-10T00:11:22.847Z | Downloading... |
697 | 2024-02-10T00:11:22.847Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2024-02-10T00:11:22.847Z | + 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 |
699 | 2024-02-10T00:11:24.854Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2024-02-10T00:11:24.859Z | ++ sha256sum |
701 | 2024-02-10T00:11:24.859Z | ++ awk '{print $1}' |
702 | 2024-02-10T00:11:24.863Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2024-02-10T00:11:24.863Z | + [[ 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 ]] |
704 | 2024-02-10T00:11:24.863Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2024-02-10T00:11:24.863Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2024-02-10T00:11:24.867Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2024-02-10T00:11:24.989Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2024-02-10T00:11:24.999Z | + do_assemble |
709 | 2024-02-10T00:11:25.000Z | + rm -r ./out/transceiver-control |
710 | 2024-02-10T00:11:25.000Z | + mkdir ./out/transceiver-control |
711 | 2024-02-10T00:11:25.000Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2024-02-10T00:11:25.430Z | All builder prerequisites installed successfully, and PATH looks valid |
713 | 2024-02-10T00:11:25.430Z | |
714 | 2024-02-10T00:11:25.431Z | real 1:46.095247428 |
715 | 2024-02-10T00:11:25.431Z | user 34.061747512 |
716 | 2024-02-10T00:11:25.431Z | sys 6.726688450 |
717 | 2024-02-10T00:11:25.431Z | trap 0.007192202 |
718 | 2024-02-10T00:11:25.431Z | tflt 0.302731794 |
719 | 2024-02-10T00:11:25.431Z | dflt 0.482034833 |
720 | 2024-02-10T00:11:25.431Z | kflt 0.344463897 |
721 | 2024-02-10T00:11:25.431Z | lock 1.853411900 |
722 | 2024-02-10T00:11:25.431Z | slp 3:25.802867802 |
723 | 2024-02-10T00:11:25.431Z | lat 1.806695625 |
724 | 2024-02-10T00:11:25.431Z | stop 0.109928945 |
725 | 2024-02-10T00:11:25.432Z | |
726 | 2024-02-10T00:11:25.432Z | #### # # ##### ##### # # |
727 | 2024-02-10T00:11:25.432Z | # # # # # # # # # # |
728 | 2024-02-10T00:11:25.432Z | # # # # # # # # |
729 | 2024-02-10T00:11:25.432Z | # # # ##### ##### # |
730 | 2024-02-10T00:11:25.432Z | # # # # # # # |
731 | 2024-02-10T00:11:25.432Z | #### ###### # # # # |
732 | 2024-02-10T00:11:25.432Z | |
733 | 2024-02-10T00:11:25.614Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2024-02-10T00:11:26.029Z | Updating git repository `https://github.com/oxidecomputer/samael` |
735 | 2024-02-10T00:11:26.461Z | Updating crates.io index |
736 | 2024-02-10T00:11:26.470Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2024-02-10T00:11:27.301Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2024-02-10T00:11:29.116Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
739 | 2024-02-10T00:11:29.500Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2024-02-10T00:11:30.289Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2024-02-10T00:11:30.302Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2024-02-10T00:11:30.591Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
743 | 2024-02-10T00:11:31.492Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
744 | 2024-02-10T00:11:33.460Z | Updating git repository `https://github.com/oxidecomputer/opte` |
745 | 2024-02-10T00:11:34.403Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
746 | 2024-02-10T00:11:34.785Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
747 | 2024-02-10T00:11:36.120Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
748 | 2024-02-10T00:11:36.130Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
749 | 2024-02-10T00:11:36.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
750 | 2024-02-10T00:11:36.557Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
751 | 2024-02-10T00:11:37.025Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
752 | 2024-02-10T00:11:37.620Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-02-10T00:11:38.005Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-02-10T00:11:38.587Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-02-10T00:11:39.056Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2024-02-10T00:11:39.442Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2024-02-10T00:11:41.036Z | Updating git repository `https://github.com/cbiffle/hubpack` |
758 | 2024-02-10T00:11:41.067Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-02-10T00:11:42.373Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2024-02-10T00:11:42.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2024-02-10T00:11:43.083Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2024-02-10T00:11:44.571Z | Downloading crates ... |
763 | 2024-02-10T00:11:44.771Z | Downloaded anstyle v1.0.2 |
764 | 2024-02-10T00:11:44.777Z | Downloaded io-lifetimes v1.0.11 |
765 | 2024-02-10T00:11:44.782Z | Downloaded utf8parse v0.2.1 |
766 | 2024-02-10T00:11:44.782Z | Downloaded itoa v1.0.9 |
767 | 2024-02-10T00:11:44.789Z | Downloaded colorchoice v1.0.0 |
768 | 2024-02-10T00:11:44.792Z | Downloaded equivalent v1.0.1 |
769 | 2024-02-10T00:11:44.802Z | Downloaded serde_spanned v0.6.5 |
770 | 2024-02-10T00:11:44.809Z | Downloaded anstyle-query v1.0.0 |
771 | 2024-02-10T00:11:44.815Z | Downloaded toml_datetime v0.6.5 |
772 | 2024-02-10T00:11:44.820Z | Downloaded bitflags v1.3.2 |
773 | 2024-02-10T00:11:44.820Z | Downloaded terminal_size v0.2.6 |
774 | 2024-02-10T00:11:44.837Z | Downloaded clap_lex v0.5.1 |
775 | 2024-02-10T00:11:44.840Z | Downloaded heck v0.4.1 |
776 | 2024-02-10T00:11:44.841Z | Downloaded thiserror v1.0.56 |
777 | 2024-02-10T00:11:44.841Z | Downloaded cargo-platform v0.1.3 |
778 | 2024-02-10T00:11:44.841Z | Downloaded strsim v0.10.0 |
779 | 2024-02-10T00:11:44.841Z | Downloaded thiserror-impl v1.0.56 |
780 | 2024-02-10T00:11:44.845Z | Downloaded errno v0.3.8 |
781 | 2024-02-10T00:11:44.845Z | Downloaded cargo_metadata v0.18.1 |
782 | 2024-02-10T00:11:44.850Z | Downloaded anstyle-parse v0.2.1 |
783 | 2024-02-10T00:11:44.850Z | Downloaded semver v1.0.21 |
784 | 2024-02-10T00:11:44.850Z | Downloaded camino v1.1.6 |
785 | 2024-02-10T00:11:44.855Z | Downloaded anstream v0.5.0 |
786 | 2024-02-10T00:11:44.855Z | Downloaded quote v1.0.35 |
787 | 2024-02-10T00:11:44.859Z | Downloaded clap_derive v4.4.2 |
788 | 2024-02-10T00:11:44.863Z | Downloaded ryu v1.0.15 |
789 | 2024-02-10T00:11:44.867Z | Downloaded proc-macro2 v1.0.78 |
790 | 2024-02-10T00:11:44.872Z | Downloaded anyhow v1.0.75 |
791 | 2024-02-10T00:11:44.876Z | Downloaded unicode-ident v1.0.12 |
792 | 2024-02-10T00:11:44.880Z | Downloaded cargo_toml v0.19.0 |
793 | 2024-02-10T00:11:44.880Z | Downloaded clap v4.4.3 |
794 | 2024-02-10T00:11:44.888Z | Downloaded serde_derive v1.0.196 |
795 | 2024-02-10T00:11:44.892Z | Downloaded toml v0.8.9 |
796 | 2024-02-10T00:11:44.896Z | Downloaded indexmap v2.2.2 |
797 | 2024-02-10T00:11:44.900Z | Downloaded serde v1.0.196 |
798 | 2024-02-10T00:11:44.904Z | Downloaded memchr v2.6.3 |
799 | 2024-02-10T00:11:44.909Z | Downloaded toml_edit v0.21.1 |
800 | 2024-02-10T00:11:44.932Z | Downloaded hashbrown v0.14.2 |
801 | 2024-02-10T00:11:44.952Z | Downloaded winnow v0.5.15 |
802 | 2024-02-10T00:11:44.959Z | Downloaded clap_builder v4.4.2 |
803 | 2024-02-10T00:11:44.966Z | Downloaded serde_json v1.0.113 |
804 | 2024-02-10T00:11:44.973Z | Downloaded syn v2.0.48 |
805 | 2024-02-10T00:11:44.984Z | Downloaded rustix v0.37.23 |
806 | 2024-02-10T00:11:45.013Z | Downloaded libc v0.2.153 |
807 | 2024-02-10T00:11:45.229Z | Compiling proc-macro2 v1.0.78 |
808 | 2024-02-10T00:11:45.230Z | Compiling unicode-ident v1.0.12 |
809 | 2024-02-10T00:11:45.241Z | Compiling serde v1.0.196 |
810 | 2024-02-10T00:11:45.241Z | Compiling libc v0.2.153 |
811 | 2024-02-10T00:11:45.241Z | Compiling io-lifetimes v1.0.11 |
812 | 2024-02-10T00:11:45.241Z | Compiling rustix v0.37.23 |
813 | 2024-02-10T00:11:45.255Z | Compiling equivalent v1.0.1 |
814 | 2024-02-10T00:11:45.262Z | Compiling bitflags v1.3.2 |
815 | 2024-02-10T00:11:45.376Z | Compiling utf8parse v0.2.1 |
816 | 2024-02-10T00:11:45.412Z | Compiling hashbrown v0.14.2 |
817 | 2024-02-10T00:11:45.445Z | Compiling serde_json v1.0.113 |
818 | 2024-02-10T00:11:45.533Z | Compiling anstyle-parse v0.2.1 |
819 | 2024-02-10T00:11:46.226Z | Compiling camino v1.1.6 |
820 | 2024-02-10T00:11:46.352Z | Compiling indexmap v2.2.2 |
821 | 2024-02-10T00:11:47.202Z | Compiling semver v1.0.21 |
822 | 2024-02-10T00:11:47.438Z | Compiling colorchoice v1.0.0 |
823 | 2024-02-10T00:11:47.441Z | Compiling anstyle-query v1.0.0 |
824 | 2024-02-10T00:11:47.546Z | Compiling thiserror v1.0.56 |
825 | 2024-02-10T00:11:47.562Z | Compiling winnow v0.5.15 |
826 | 2024-02-10T00:11:47.624Z | Compiling anstyle v1.0.2 |
827 | 2024-02-10T00:11:47.722Z | Compiling anyhow v1.0.75 |
828 | 2024-02-10T00:11:47.761Z | Compiling ryu v1.0.15 |
829 | 2024-02-10T00:11:47.866Z | Compiling strsim v0.10.0 |
830 | 2024-02-10T00:11:48.062Z | Compiling anstream v0.5.0 |
831 | 2024-02-10T00:11:48.128Z | Compiling itoa v1.0.9 |
832 | 2024-02-10T00:11:48.204Z | Compiling clap_lex v0.5.1 |
833 | 2024-02-10T00:11:48.318Z | Compiling heck v0.4.1 |
834 | 2024-02-10T00:11:48.566Z | Compiling quote v1.0.35 |
835 | 2024-02-10T00:11:48.865Z | Compiling syn v2.0.48 |
836 | 2024-02-10T00:11:49.024Z | Compiling errno v0.3.8 |
837 | 2024-02-10T00:11:50.037Z | Compiling terminal_size v0.2.6 |
838 | 2024-02-10T00:11:50.546Z | Compiling clap_builder v4.4.2 |
839 | 2024-02-10T00:11:53.718Z | Compiling serde_derive v1.0.196 |
840 | 2024-02-10T00:11:53.718Z | Compiling thiserror-impl v1.0.56 |
841 | 2024-02-10T00:11:53.723Z | Compiling clap_derive v4.4.2 |
842 | 2024-02-10T00:11:56.593Z | Compiling clap v4.4.3 |
843 | 2024-02-10T00:12:01.547Z | Compiling toml_datetime v0.6.5 |
844 | 2024-02-10T00:12:01.567Z | Compiling serde_spanned v0.6.5 |
845 | 2024-02-10T00:12:01.567Z | Compiling cargo-platform v0.1.3 |
846 | 2024-02-10T00:12:01.768Z | Compiling toml_edit v0.21.1 |
847 | 2024-02-10T00:12:02.886Z | Compiling cargo_metadata v0.18.1 |
848 | 2024-02-10T00:12:03.769Z | Compiling toml v0.8.9 |
849 | 2024-02-10T00:12:04.530Z | Compiling cargo_toml v0.19.0 |
850 | 2024-02-10T00:12:08.244Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
851 | 2024-02-10T00:12:09.182Z | Finished dev [unoptimized + debuginfo] target(s) in 43.72s |
852 | 2024-02-10T00:12:09.355Z | Running `target/debug/xtask clippy` |
853 | 2024-02-10T00:12:09.385Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
854 | 2024-02-10T00:12:09.904Z | Downloading crates ... |
855 | 2024-02-10T00:12:10.110Z | Downloaded arc-swap v1.6.0 |
856 | 2024-02-10T00:12:10.116Z | Downloaded httpdate v1.0.3 |
857 | 2024-02-10T00:12:10.120Z | Downloaded highway v1.1.0 |
858 | 2024-02-10T00:12:10.125Z | Downloaded hex v0.4.3 |
859 | 2024-02-10T00:12:10.130Z | Downloaded hkdf v0.12.4 |
860 | 2024-02-10T00:12:10.134Z | Downloaded bit-set v0.5.3 |
861 | 2024-02-10T00:12:10.141Z | Downloaded block-buffer v0.10.4 |
862 | 2024-02-10T00:12:10.145Z | Downloaded humantime v2.1.0 |
863 | 2024-02-10T00:12:10.149Z | Downloaded hex-literal v0.4.1 |
864 | 2024-02-10T00:12:10.149Z | Downloaded cexpr v0.6.0 |
865 | 2024-02-10T00:12:10.153Z | Downloaded iana-time-zone v0.1.57 |
866 | 2024-02-10T00:12:10.153Z | Downloaded http-range v0.1.5 |
867 | 2024-02-10T00:12:10.159Z | Downloaded csv-core v0.1.11 |
868 | 2024-02-10T00:12:10.174Z | Downloaded match_cfg v0.1.0 |
869 | 2024-02-10T00:12:10.175Z | Downloaded maplit v1.0.2 |
870 | 2024-02-10T00:12:10.175Z | Downloaded md-5 v0.10.5 |
871 | 2024-02-10T00:12:10.179Z | Downloaded new_debug_unreachable v1.0.4 |
872 | 2024-02-10T00:12:10.179Z | Downloaded nodrop v0.1.14 |
873 | 2024-02-10T00:12:10.179Z | Downloaded nested v0.1.1 |
874 | 2024-02-10T00:12:10.179Z | Downloaded http-body v0.4.5 |
875 | 2024-02-10T00:12:10.179Z | Downloaded miniz_oxide v0.7.1 |
876 | 2024-02-10T00:12:10.179Z | Downloaded num-iter v0.1.43 |
877 | 2024-02-10T00:12:10.184Z | Downloaded num-complex v0.4.4 |
878 | 2024-02-10T00:12:10.184Z | Downloaded native-tls v0.2.11 |
879 | 2024-02-10T00:12:10.188Z | Downloaded hyper-staticfile v0.9.5 |
880 | 2024-02-10T00:12:10.192Z | Downloaded instant v0.1.12 |
881 | 2024-02-10T00:12:10.195Z | Downloaded libefi-sys v0.1.0 |
882 | 2024-02-10T00:12:10.200Z | Downloaded crc-catalog v2.2.0 |
883 | 2024-02-10T00:12:10.200Z | Downloaded keccak v0.1.4 |
884 | 2024-02-10T00:12:10.200Z | Downloaded home v0.5.5 |
885 | 2024-02-10T00:12:10.204Z | Downloaded crossbeam-epoch v0.9.15 |
886 | 2024-02-10T00:12:10.208Z | Downloaded async-stream-impl v0.3.5 |
887 | 2024-02-10T00:12:10.208Z | Downloaded inout v0.1.3 |
888 | 2024-02-10T00:12:10.212Z | Downloaded ident_case v1.0.1 |
889 | 2024-02-10T00:12:10.213Z | Downloaded indoc v1.0.9 |
890 | 2024-02-10T00:12:10.217Z | Downloaded crossbeam-queue v0.3.8 |
891 | 2024-02-10T00:12:10.221Z | Downloaded ipnetwork v0.20.0 |
892 | 2024-02-10T00:12:10.225Z | Downloaded atty v0.2.14 |
893 | 2024-02-10T00:12:10.225Z | Downloaded is-terminal v0.4.9 |
894 | 2024-02-10T00:12:10.229Z | Downloaded cobs v0.2.3 |
895 | 2024-02-10T00:12:10.229Z | Downloaded hubpack v0.1.2 |
896 | 2024-02-10T00:12:10.233Z | Downloaded atomicwrites v0.4.3 |
897 | 2024-02-10T00:12:10.233Z | Downloaded bindgen v0.69.2 |
898 | 2024-02-10T00:12:10.244Z | Downloaded convert_case v0.4.0 |
899 | 2024-02-10T00:12:10.264Z | Downloaded cstr-argument v0.1.2 |
900 | 2024-02-10T00:12:10.264Z | Downloaded resolv-conf v0.7.0 |
901 | 2024-02-10T00:12:10.264Z | Downloaded memoffset v0.7.1 |
902 | 2024-02-10T00:12:10.264Z | Downloaded crucible-workspace-hack v0.1.0 |
903 | 2024-02-10T00:12:10.265Z | Downloaded assert_matches v1.5.0 |
904 | 2024-02-10T00:12:10.265Z | Downloaded corncobs v0.1.3 |
905 | 2024-02-10T00:12:10.265Z | Downloaded indoc v2.0.3 |
906 | 2024-02-10T00:12:10.265Z | Downloaded ciborium-ll v0.2.2 |
907 | 2024-02-10T00:12:10.274Z | Downloaded newline-converter v0.3.0 |
908 | 2024-02-10T00:12:10.274Z | Downloaded array-init v0.0.4 |
909 | 2024-02-10T00:12:10.274Z | Downloaded base64ct v1.6.0 |
910 | 2024-02-10T00:12:10.281Z | Downloaded adler v1.0.2 |
911 | 2024-02-10T00:12:10.281Z | Downloaded async-recursion v1.0.5 |
912 | 2024-02-10T00:12:10.281Z | Downloaded cpufeatures v0.2.12 |
913 | 2024-02-10T00:12:10.281Z | Downloaded criterion-plot v0.5.0 |
914 | 2024-02-10T00:12:10.284Z | Downloaded crossbeam-deque v0.8.3 |
915 | 2024-02-10T00:12:10.285Z | Downloaded anes v0.1.6 |
916 | 2024-02-10T00:12:10.289Z | Downloaded rustversion v1.0.14 |
917 | 2024-02-10T00:12:10.293Z | Downloaded base16ct v0.2.0 |
918 | 2024-02-10T00:12:10.298Z | Downloaded nanorand v0.7.0 |
919 | 2024-02-10T00:12:10.302Z | Downloaded crypto-common v0.1.6 |
920 | 2024-02-10T00:12:10.302Z | Downloaded multimap v0.8.3 |
921 | 2024-02-10T00:12:10.307Z | Downloaded crossbeam v0.8.2 |
922 | 2024-02-10T00:12:10.311Z | Downloaded schemars_derive v0.8.16 |
923 | 2024-02-10T00:12:10.311Z | Downloaded memmap v0.7.0 |
924 | 2024-02-10T00:12:10.317Z | Downloaded atomic-waker v1.1.1 |
925 | 2024-02-10T00:12:10.318Z | Downloaded hyper-util v0.1.2 |
926 | 2024-02-10T00:12:10.322Z | Downloaded autocfg v1.1.0 |
927 | 2024-02-10T00:12:10.322Z | Downloaded async-stream v0.3.5 |
928 | 2024-02-10T00:12:10.338Z | Downloaded lalrpop-util v0.19.12 |
929 | 2024-02-10T00:12:10.342Z | Downloaded linked-hash-map v0.5.6 |
930 | 2024-02-10T00:12:10.342Z | Downloaded secrecy v0.8.0 |
931 | 2024-02-10T00:12:10.342Z | Downloaded mime v0.3.17 |
932 | 2024-02-10T00:12:10.343Z | Downloaded num v0.4.1 |
933 | 2024-02-10T00:12:10.343Z | Downloaded take_mut v0.2.2 |
934 | 2024-02-10T00:12:10.343Z | Downloaded num_threads v0.1.6 |
935 | 2024-02-10T00:12:10.343Z | Downloaded cancel-safe-futures v0.1.5 |
936 | 2024-02-10T00:12:10.343Z | Downloaded approx v0.5.1 |
937 | 2024-02-10T00:12:10.348Z | Downloaded ansi_term v0.12.1 |
938 | 2024-02-10T00:12:10.351Z | Downloaded async-trait v0.1.77 |
939 | 2024-02-10T00:12:10.356Z | Downloaded bcs v0.1.6 |
940 | 2024-02-10T00:12:10.360Z | Downloaded time-core v0.1.1 |
941 | 2024-02-10T00:12:10.361Z | Downloaded nu-ansi-term v0.49.0 |
942 | 2024-02-10T00:12:10.364Z | Downloaded strum_macros v0.24.3 |
943 | 2024-02-10T00:12:10.368Z | Downloaded libloading v0.7.4 |
944 | 2024-02-10T00:12:10.371Z | Downloaded crc32fast v1.3.2 |
945 | 2024-02-10T00:12:10.371Z | Downloaded libsw v3.3.1 |
946 | 2024-02-10T00:12:10.375Z | Downloaded tinyvec_macros v0.1.1 |
947 | 2024-02-10T00:12:10.380Z | Downloaded defmt-macros v0.3.6 |
948 | 2024-02-10T00:12:10.384Z | Downloaded foreign-types-shared v0.3.1 |
949 | 2024-02-10T00:12:10.384Z | Downloaded addr2line v0.21.0 |
950 | 2024-02-10T00:12:10.388Z | Downloaded topological-sort v0.2.2 |
951 | 2024-02-10T00:12:10.388Z | Downloaded num-integer v0.1.45 |
952 | 2024-02-10T00:12:10.393Z | Downloaded unicode-width v0.1.11 |
953 | 2024-02-10T00:12:10.393Z | Downloaded maybe-uninit v2.0.0 |
954 | 2024-02-10T00:12:10.393Z | Downloaded lock_api v0.4.10 |
955 | 2024-02-10T00:12:10.404Z | Downloaded tower-layer v0.3.2 |
956 | 2024-02-10T00:12:10.405Z | Downloaded crossbeam-utils v0.8.16 |
957 | 2024-02-10T00:12:10.405Z | Downloaded foreign-types-shared v0.1.1 |
958 | 2024-02-10T00:12:10.405Z | Downloaded foreign-types v0.3.2 |
959 | 2024-02-10T00:12:10.429Z | Downloaded structmeta v0.2.0 |
960 | 2024-02-10T00:12:10.429Z | Downloaded ahash v0.8.7 |
961 | 2024-02-10T00:12:10.429Z | Downloaded num_enum_derive v0.5.11 |
962 | 2024-02-10T00:12:10.430Z | Downloaded httptest v0.15.5 |
963 | 2024-02-10T00:12:10.430Z | Downloaded zerocopy v0.3.0 |
964 | 2024-02-10T00:12:10.430Z | Downloaded darling_macro v0.20.3 |
965 | 2024-02-10T00:12:10.430Z | Downloaded tokio-tungstenite v0.20.1 |
966 | 2024-02-10T00:12:10.430Z | Downloaded peeking_take_while v0.1.2 |
967 | 2024-02-10T00:12:10.448Z | Downloaded tiny-keccak v2.0.2 |
968 | 2024-02-10T00:12:10.448Z | Downloaded static_assertions v1.1.0 |
969 | 2024-02-10T00:12:10.448Z | Downloaded http v0.2.11 |
970 | 2024-02-10T00:12:10.448Z | Downloaded usdt-attr-macro v0.3.5 |
971 | 2024-02-10T00:12:10.448Z | Downloaded predicates-tree v1.0.9 |
972 | 2024-02-10T00:12:10.448Z | Downloaded usdt-macro v0.5.0 |
973 | 2024-02-10T00:12:10.448Z | Downloaded libtest-mimic v0.6.1 |
974 | 2024-02-10T00:12:10.448Z | Downloaded tinytemplate v1.2.1 |
975 | 2024-02-10T00:12:10.449Z | Downloaded tokio-macros v2.2.0 |
976 | 2024-02-10T00:12:10.455Z | Downloaded log v0.4.20 |
977 | 2024-02-10T00:12:10.455Z | Downloaded tap v1.0.1 |
978 | 2024-02-10T00:12:10.456Z | Downloaded parse-display v0.9.0 |
979 | 2024-02-10T00:12:10.456Z | Downloaded predicates v3.1.0 |
980 | 2024-02-10T00:12:10.456Z | Downloaded utf-8 v0.7.6 |
981 | 2024-02-10T00:12:10.456Z | Downloaded schemars v0.8.16 |
982 | 2024-02-10T00:12:10.466Z | Downloaded dtrace-parser v0.1.14 |
983 | 2024-02-10T00:12:10.473Z | Downloaded fnv v1.0.7 |
984 | 2024-02-10T00:12:10.473Z | Downloaded zone_cfg_derive v0.3.0 |
985 | 2024-02-10T00:12:10.474Z | Downloaded debug-ignore v1.0.5 |
986 | 2024-02-10T00:12:10.474Z | Downloaded smf v0.2.2 |
987 | 2024-02-10T00:12:10.474Z | Downloaded slog-json v2.6.1 |
988 | 2024-02-10T00:12:10.474Z | Downloaded group v0.13.0 |
989 | 2024-02-10T00:12:10.481Z | Downloaded allocator-api2 v0.2.16 |
990 | 2024-02-10T00:12:10.482Z | Downloaded try-lock v0.2.4 |
991 | 2024-02-10T00:12:10.482Z | Downloaded openssl-probe v0.1.5 |
992 | 2024-02-10T00:12:10.482Z | Downloaded openssl-macros v0.1.1 |
993 | 2024-02-10T00:12:10.482Z | Downloaded flagset v0.4.3 |
994 | 2024-02-10T00:12:10.489Z | Downloaded signal-hook-mio v0.2.3 |
995 | 2024-02-10T00:12:10.489Z | Downloaded crypto-bigint v0.5.2 |
996 | 2024-02-10T00:12:10.495Z | Downloaded oso-derive v0.27.0 |
997 | 2024-02-10T00:12:10.495Z | Downloaded zerocopy v0.6.4 |
998 | 2024-02-10T00:12:10.495Z | Downloaded usdt-impl v0.5.0 |
999 | 2024-02-10T00:12:10.504Z | Downloaded tabled_derive v0.7.0 |
1000 | 2024-02-10T00:12:10.504Z | Downloaded serde_path_to_error v0.1.15 |
1001 | 2024-02-10T00:12:10.504Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1002 | 2024-02-10T00:12:10.505Z | Downloaded serde_tokenstream v0.1.7 |
1003 | 2024-02-10T00:12:10.522Z | Downloaded foreign-types-macros v0.2.3 |
1004 | 2024-02-10T00:12:10.522Z | Downloaded pem v3.0.2 |
1005 | 2024-02-10T00:12:10.522Z | Downloaded dtrace-parser v0.2.0 |
1006 | 2024-02-10T00:12:10.522Z | Downloaded slog-scope v4.4.0 |
1007 | 2024-02-10T00:12:10.523Z | Downloaded dirs-sys-next v0.1.2 |
1008 | 2024-02-10T00:12:10.523Z | Downloaded vsss-rs v3.3.4 |
1009 | 2024-02-10T00:12:10.532Z | Downloaded futures-macro v0.3.30 |
1010 | 2024-02-10T00:12:10.532Z | Downloaded futures-executor v0.3.30 |
1011 | 2024-02-10T00:12:10.532Z | Downloaded unicode-linebreak v0.1.5 |
1012 | 2024-02-10T00:12:10.532Z | Downloaded wyz v0.5.1 |
1013 | 2024-02-10T00:12:10.533Z | Downloaded proc-macro-error-attr v1.0.4 |
1014 | 2024-02-10T00:12:10.533Z | Downloaded rustc-hash v1.1.0 |
1015 | 2024-02-10T00:12:10.533Z | Downloaded unicase v2.7.0 |
1016 | 2024-02-10T00:12:10.533Z | Downloaded rustc_version v0.4.0 |
1017 | 2024-02-10T00:12:10.537Z | Downloaded generic-array v0.14.7 |
1018 | 2024-02-10T00:12:10.538Z | Downloaded backtrace v0.3.69 |
1019 | 2024-02-10T00:12:10.542Z | Downloaded num_cpus v1.16.0 |
1020 | 2024-02-10T00:12:10.559Z | Downloaded path-slash v0.1.5 |
1021 | 2024-02-10T00:12:10.559Z | Downloaded either v1.9.0 |
1022 | 2024-02-10T00:12:10.567Z | Downloaded termtree v0.4.1 |
1023 | 2024-02-10T00:12:10.568Z | Downloaded darling_macro v0.14.4 |
1024 | 2024-02-10T00:12:10.568Z | Downloaded futures-timer v3.0.2 |
1025 | 2024-02-10T00:12:10.568Z | Downloaded platforms v3.0.2 |
1026 | 2024-02-10T00:12:10.568Z | Downloaded futures-task v0.3.30 |
1027 | 2024-02-10T00:12:10.568Z | Downloaded ed25519 v1.5.3 |
1028 | 2024-02-10T00:12:10.568Z | Downloaded uuid v1.7.0 |
1029 | 2024-02-10T00:12:10.568Z | Downloaded headers-core v0.2.0 |
1030 | 2024-02-10T00:12:10.569Z | Downloaded fallible-iterator v0.2.0 |
1031 | 2024-02-10T00:12:10.569Z | Downloaded socket2 v0.5.5 |
1032 | 2024-02-10T00:12:10.569Z | Downloaded postgres-protocol v0.6.6 |
1033 | 2024-02-10T00:12:10.575Z | Downloaded difflib v0.4.0 |
1034 | 2024-02-10T00:12:10.575Z | Downloaded embedded-io v0.4.0 |
1035 | 2024-02-10T00:12:10.576Z | Downloaded pest_derive v2.7.6 |
1036 | 2024-02-10T00:12:10.576Z | Downloaded tokio-native-tls v0.3.1 |
1037 | 2024-02-10T00:12:10.582Z | Downloaded endian-type v0.1.2 |
1038 | 2024-02-10T00:12:10.583Z | Downloaded structopt v0.3.26 |
1039 | 2024-02-10T00:12:10.589Z | Downloaded termios v0.3.3 |
1040 | 2024-02-10T00:12:10.589Z | Downloaded tempfile v3.10.0 |
1041 | 2024-02-10T00:12:10.596Z | Downloaded stability v0.1.1 |
1042 | 2024-02-10T00:12:10.596Z | Downloaded futures-channel v0.3.30 |
1043 | 2024-02-10T00:12:10.597Z | Downloaded signature v1.6.4 |
1044 | 2024-02-10T00:12:10.605Z | Downloaded zerocopy-derive v0.7.32 |
1045 | 2024-02-10T00:12:10.605Z | Downloaded slog-envlogger v2.2.0 |
1046 | 2024-02-10T00:12:10.605Z | Downloaded crossbeam-channel v0.5.8 |
1047 | 2024-02-10T00:12:10.614Z | Downloaded phf_shared v0.10.0 |
1048 | 2024-02-10T00:12:10.614Z | Downloaded pin-project-lite v0.2.13 |
1049 | 2024-02-10T00:12:10.623Z | Downloaded version_check v0.9.4 |
1050 | 2024-02-10T00:12:10.623Z | Downloaded fixedbitset v0.4.2 |
1051 | 2024-02-10T00:12:10.623Z | Downloaded derive_builder_core v0.12.0 |
1052 | 2024-02-10T00:12:10.623Z | Downloaded criterion v0.5.1 |
1053 | 2024-02-10T00:12:10.641Z | Downloaded thiserror-no-std v2.0.2 |
1054 | 2024-02-10T00:12:10.641Z | Downloaded data-encoding v2.4.0 |
1055 | 2024-02-10T00:12:10.642Z | Downloaded usdt-attr-macro v0.5.0 |
1056 | 2024-02-10T00:12:10.642Z | Downloaded spki v0.7.2 |
1057 | 2024-02-10T00:12:10.642Z | Downloaded pin-project v1.1.3 |
1058 | 2024-02-10T00:12:10.649Z | Downloaded pathdiff v0.2.1 |
1059 | 2024-02-10T00:12:10.654Z | Downloaded scopeguard v1.2.0 |
1060 | 2024-02-10T00:12:10.654Z | Downloaded pin-utils v0.1.0 |
1061 | 2024-02-10T00:12:10.654Z | Downloaded xattr v1.0.1 |
1062 | 2024-02-10T00:12:10.659Z | Downloaded percent-encoding v2.3.1 |
1063 | 2024-02-10T00:12:10.659Z | Downloaded enum-as-inner v0.5.1 |
1064 | 2024-02-10T00:12:10.659Z | Downloaded gethostname v0.4.3 |
1065 | 2024-02-10T00:12:10.662Z | Downloaded glob v0.3.1 |
1066 | 2024-02-10T00:12:10.663Z | Downloaded rand_core v0.6.4 |
1067 | 2024-02-10T00:12:10.663Z | Downloaded sqlformat v0.2.3 |
1068 | 2024-02-10T00:12:10.667Z | Downloaded partial-io v0.5.4 |
1069 | 2024-02-10T00:12:10.670Z | Downloaded snafu v0.7.5 |
1070 | 2024-02-10T00:12:10.674Z | Downloaded vte_generate_state_changes v0.1.1 |
1071 | 2024-02-10T00:12:10.678Z | Downloaded universal-hash v0.5.1 |
1072 | 2024-02-10T00:12:10.678Z | Downloaded whoami v1.4.1 |
1073 | 2024-02-10T00:12:10.678Z | Downloaded quick-error v1.2.3 |
1074 | 2024-02-10T00:12:10.682Z | Downloaded parking_lot_core v0.8.6 |
1075 | 2024-02-10T00:12:10.683Z | Downloaded term v0.7.0 |
1076 | 2024-02-10T00:12:10.686Z | Downloaded paste v1.0.14 |
1077 | 2024-02-10T00:12:10.690Z | Downloaded plotters-svg v0.3.5 |
1078 | 2024-02-10T00:12:10.698Z | Downloaded signal-hook-tokio v0.3.1 |
1079 | 2024-02-10T00:12:10.698Z | Downloaded proc-macro-crate v1.3.1 |
1080 | 2024-02-10T00:12:10.698Z | Downloaded derive_more v0.99.17 |
1081 | 2024-02-10T00:12:10.701Z | Downloaded doc-comment v0.3.3 |
1082 | 2024-02-10T00:12:10.702Z | Downloaded pretty-hex v0.4.1 |
1083 | 2024-02-10T00:12:10.702Z | Downloaded tracing-attributes v0.1.26 |
1084 | 2024-02-10T00:12:10.713Z | Downloaded signal-hook-registry v1.4.1 |
1085 | 2024-02-10T00:12:10.713Z | Downloaded unarray v0.1.4 |
1086 | 2024-02-10T00:12:10.714Z | Downloaded synstructure v0.12.6 |
1087 | 2024-02-10T00:12:10.714Z | Downloaded same-file v1.0.6 |
1088 | 2024-02-10T00:12:10.714Z | Downloaded sct v0.7.0 |
1089 | 2024-02-10T00:12:10.717Z | Downloaded fd-lock v3.0.13 |
1090 | 2024-02-10T00:12:10.723Z | Downloaded tokio-stream v0.1.14 |
1091 | 2024-02-10T00:12:11.139Z | Downloaded semver v0.1.20 |
1092 | 2024-02-10T00:12:11.139Z | Downloaded darling v0.14.4 |
1093 | 2024-02-10T00:12:11.967Z | Downloaded hashbrown v0.13.2 |
1094 | 2024-02-10T00:12:11.967Z | Downloaded darling v0.20.3 |
1095 | 2024-02-10T00:12:11.967Z | Downloaded plotters-backend v0.3.5 |
1096 | 2024-02-10T00:12:11.967Z | Downloaded usdt v0.3.5 |
1097 | 2024-02-10T00:12:11.967Z | Downloaded env_logger v0.10.0 |
1098 | 2024-02-10T00:12:11.967Z | Downloaded mio v0.8.9 |
1099 | 2024-02-10T00:12:11.967Z | Downloaded pkcs8 v0.10.2 |
1100 | 2024-02-10T00:12:11.968Z | Downloaded password-hash v0.5.0 |
1101 | 2024-02-10T00:12:11.968Z | Downloaded textwrap v0.11.0 |
1102 | 2024-02-10T00:12:11.968Z | Downloaded rustls-pki-types v1.1.0 |
1103 | 2024-02-10T00:12:11.968Z | Downloaded pretty-hex v0.2.1 |
1104 | 2024-02-10T00:12:11.968Z | Downloaded omicron-zone-package v0.11.0 |
1105 | 2024-02-10T00:12:11.969Z | Downloaded scroll_derive v0.12.0 |
1106 | 2024-02-10T00:12:11.969Z | Downloaded thread_local v1.1.7 |
1107 | 2024-02-10T00:12:11.969Z | Downloaded rustc-demangle v0.1.23 |
1108 | 2024-02-10T00:12:11.969Z | Downloaded num-rational v0.4.1 |
1109 | 2024-02-10T00:12:11.969Z | Downloaded vte v0.11.1 |
1110 | 2024-02-10T00:12:11.969Z | Downloaded structopt-derive v0.4.18 |
1111 | 2024-02-10T00:12:11.969Z | Downloaded strum v0.26.1 |
1112 | 2024-02-10T00:12:11.969Z | Downloaded defmt-parser v0.3.3 |
1113 | 2024-02-10T00:12:11.970Z | Downloaded thread-id v4.2.0 |
1114 | 2024-02-10T00:12:11.970Z | Downloaded rand_xorshift v0.3.0 |
1115 | 2024-02-10T00:12:11.970Z | Downloaded spin v0.5.2 |
1116 | 2024-02-10T00:12:11.970Z | Downloaded rustls-pemfile v2.0.0 |
1117 | 2024-02-10T00:12:11.970Z | Downloaded string_cache v0.8.7 |
1118 | 2024-02-10T00:12:11.970Z | Downloaded deranged v0.3.8 |
1119 | 2024-02-10T00:12:11.971Z | Downloaded relative-path v1.9.0 |
1120 | 2024-02-10T00:12:11.971Z | Downloaded diesel_derives v2.1.2 |
1121 | 2024-02-10T00:12:11.971Z | Downloaded opaque-debug v0.3.0 |
1122 | 2024-02-10T00:12:11.971Z | Downloaded guppy-workspace-hack v0.1.0 |
1123 | 2024-02-10T00:12:11.972Z | Downloaded poly1305 v0.8.0 |
1124 | 2024-02-10T00:12:11.972Z | Downloaded libm v0.2.7 |
1125 | 2024-02-10T00:12:11.972Z | Downloaded untrusted v0.7.1 |
1126 | 2024-02-10T00:12:11.972Z | Downloaded derive_builder_macro v0.12.0 |
1127 | 2024-02-10T00:12:11.973Z | Downloaded untrusted v0.9.0 |
1128 | 2024-02-10T00:12:11.973Z | Downloaded tokio-rustls v0.24.1 |
1129 | 2024-02-10T00:12:11.973Z | Downloaded time-macros v0.2.13 |
1130 | 2024-02-10T00:12:11.973Z | Downloaded toml v0.5.11 |
1131 | 2024-02-10T00:12:11.974Z | Downloaded rpassword v7.3.1 |
1132 | 2024-02-10T00:12:11.974Z | Downloaded downcast v0.11.0 |
1133 | 2024-02-10T00:12:11.974Z | Downloaded ron v0.8.1 |
1134 | 2024-02-10T00:12:11.974Z | Downloaded semver-parser v0.10.2 |
1135 | 2024-02-10T00:12:11.974Z | Downloaded trust-dns-resolver v0.22.0 |
1136 | 2024-02-10T00:12:11.974Z | Downloaded postcard v1.0.8 |
1137 | 2024-02-10T00:12:11.975Z | Downloaded oso v0.27.0 |
1138 | 2024-02-10T00:12:11.975Z | Downloaded futures-sink v0.3.30 |
1139 | 2024-02-10T00:12:11.975Z | Downloaded signature v2.1.0 |
1140 | 2024-02-10T00:12:11.975Z | Downloaded curve25519-dalek-derive v0.1.0 |
1141 | 2024-02-10T00:12:11.975Z | Downloaded usdt-macro v0.3.5 |
1142 | 2024-02-10T00:12:11.976Z | Downloaded test-strategy v0.3.1 |
1143 | 2024-02-10T00:12:11.976Z | Downloaded remove_dir_all v0.5.3 |
1144 | 2024-02-10T00:12:11.976Z | Downloaded hash32 v0.3.1 |
1145 | 2024-02-10T00:12:11.976Z | Downloaded parse-display-derive v0.9.0 |
1146 | 2024-02-10T00:12:11.976Z | Downloaded serde_repr v0.1.16 |
1147 | 2024-02-10T00:12:11.976Z | Downloaded slog-stdlog v4.1.1 |
1148 | 2024-02-10T00:12:11.977Z | Downloaded target-lexicon v0.12.13 |
1149 | 2024-02-10T00:12:11.977Z | Downloaded strum_macros v0.26.1 |
1150 | 2024-02-10T00:12:11.977Z | Downloaded serde-big-array v0.4.1 |
1151 | 2024-02-10T00:12:11.977Z | Downloaded sqlparser_derive v0.2.2 |
1152 | 2024-02-10T00:12:11.977Z | Downloaded rsa v0.9.2 |
1153 | 2024-02-10T00:12:11.977Z | Downloaded oorandom v11.1.3 |
1154 | 2024-02-10T00:12:11.978Z | Downloaded fastrand v2.0.1 |
1155 | 2024-02-10T00:12:11.978Z | Downloaded toml v0.7.8 |
1156 | 2024-02-10T00:12:11.978Z | Downloaded prettyplease v0.2.16 |
1157 | 2024-02-10T00:12:11.978Z | Downloaded typed-path v0.7.0 |
1158 | 2024-02-10T00:12:11.978Z | Downloaded stringprep v0.1.3 |
1159 | 2024-02-10T00:12:11.979Z | Downloaded olpc-cjson v0.1.3 |
1160 | 2024-02-10T00:12:11.979Z | Downloaded tokio-rustls v0.25.0 |
1161 | 2024-02-10T00:12:11.979Z | Downloaded digest v0.10.7 |
1162 | 2024-02-10T00:12:11.979Z | Downloaded walkdir v2.4.0 |
1163 | 2024-02-10T00:12:11.979Z | Downloaded expectorate v1.1.0 |
1164 | 2024-02-10T00:12:11.979Z | Downloaded similar v2.3.0 |
1165 | 2024-02-10T00:12:11.979Z | Downloaded serde_tokenstream v0.2.0 |
1166 | 2024-02-10T00:12:11.979Z | Downloaded usdt-impl v0.3.5 |
1167 | 2024-02-10T00:12:11.979Z | Downloaded phf_shared v0.11.2 |
1168 | 2024-02-10T00:12:11.979Z | Downloaded time v0.3.27 |
1169 | 2024-02-10T00:12:11.980Z | Downloaded siphasher v0.3.11 |
1170 | 2024-02-10T00:12:11.980Z | Downloaded tempdir v0.3.7 |
1171 | 2024-02-10T00:12:11.980Z | Downloaded heck v0.3.3 |
1172 | 2024-02-10T00:12:11.980Z | Downloaded scheduled-thread-pool v0.2.7 |
1173 | 2024-02-10T00:12:11.980Z | Downloaded funty v2.0.0 |
1174 | 2024-02-10T00:12:11.980Z | Downloaded strip-ansi-escapes v0.2.0 |
1175 | 2024-02-10T00:12:11.980Z | Downloaded slog v2.7.0 |
1176 | 2024-02-10T00:12:11.980Z | Downloaded getrandom v0.2.10 |
1177 | 2024-02-10T00:12:11.980Z | Downloaded unicode_categories v0.1.1 |
1178 | 2024-02-10T00:12:11.980Z | Downloaded once_cell v1.19.0 |
1179 | 2024-02-10T00:12:11.980Z | Downloaded serde_urlencoded v0.7.1 |
1180 | 2024-02-10T00:12:11.981Z | Downloaded tracing v0.1.37 |
1181 | 2024-02-10T00:12:11.981Z | Downloaded structmeta v0.3.0 |
1182 | 2024-02-10T00:12:11.981Z | Downloaded pkg-config v0.3.27 |
1183 | 2024-02-10T00:12:11.981Z | Downloaded predicates-core v1.0.6 |
1184 | 2024-02-10T00:12:11.981Z | Downloaded supports-color v2.1.0 |
1185 | 2024-02-10T00:12:11.981Z | Downloaded subprocess v0.2.9 |
1186 | 2024-02-10T00:12:11.981Z | Downloaded hashbrown v0.12.3 |
1187 | 2024-02-10T00:12:11.981Z | Downloaded rtoolbox v0.0.1 |
1188 | 2024-02-10T00:12:11.981Z | Downloaded r2d2 v0.8.10 |
1189 | 2024-02-10T00:12:11.981Z | Downloaded spin v0.9.8 |
1190 | 2024-02-10T00:12:11.981Z | Downloaded aho-corasick v1.0.4 |
1191 | 2024-02-10T00:12:11.981Z | Downloaded parking_lot v0.12.1 |
1192 | 2024-02-10T00:12:11.982Z | Downloaded rcgen v0.12.1 |
1193 | 2024-02-10T00:12:11.995Z | Downloaded derive_builder v0.12.0 |
1194 | 2024-02-10T00:12:11.995Z | Downloaded zip v0.6.6 |
1195 | 2024-02-10T00:12:11.995Z | Downloaded snafu-derive v0.7.5 |
1196 | 2024-02-10T00:12:11.995Z | Downloaded owo-colors v4.0.0 |
1197 | 2024-02-10T00:12:11.995Z | Downloaded packed_struct v0.10.1 |
1198 | 2024-02-10T00:12:11.995Z | Downloaded unicode-normalization v0.1.22 |
1199 | 2024-02-10T00:12:11.995Z | Downloaded steno v0.4.0 |
1200 | 2024-02-10T00:12:11.995Z | Downloaded portable-atomic v1.4.3 |
1201 | 2024-02-10T00:12:11.995Z | Downloaded trust-dns-client v0.22.0 |
1202 | 2024-02-10T00:12:11.996Z | Downloaded sqlparser v0.43.1 |
1203 | 2024-02-10T00:12:11.996Z | Downloaded regex-automata v0.1.10 |
1204 | 2024-02-10T00:12:11.996Z | Downloaded darling_core v0.20.3 |
1205 | 2024-02-10T00:12:11.996Z | Downloaded clap v2.34.0 |
1206 | 2024-02-10T00:12:11.996Z | Downloaded ucd-trie v0.1.6 |
1207 | 2024-02-10T00:12:11.996Z | Downloaded x509-cert v0.2.4 |
1208 | 2024-02-10T00:12:11.996Z | Downloaded unsafe-libyaml v0.2.10 |
1209 | 2024-02-10T00:12:11.996Z | Downloaded der v0.7.8 |
1210 | 2024-02-10T00:12:11.996Z | Downloaded chrono v0.4.31 |
1211 | 2024-02-10T00:12:11.997Z | Downloaded plotters v0.3.5 |
1212 | 2024-02-10T00:12:11.997Z | Downloaded rayon-core v1.12.0 |
1213 | 2024-02-10T00:12:11.997Z | Downloaded tower v0.4.13 |
1214 | 2024-02-10T00:12:11.997Z | Downloaded darling_core v0.14.4 |
1215 | 2024-02-10T00:12:11.997Z | Downloaded goblin v0.8.0 |
1216 | 2024-02-10T00:12:11.997Z | Downloaded salty v0.2.0 |
1217 | 2024-02-10T00:12:11.997Z | Downloaded tokio-util v0.7.10 |
1218 | 2024-02-10T00:12:11.997Z | Downloaded openssl-sys v0.9.96 |
1219 | 2024-02-10T00:12:11.997Z | Downloaded guppy v0.17.5 |
1220 | 2024-02-10T00:12:11.997Z | Downloaded rustyline v13.0.0 |
1221 | 2024-02-10T00:12:11.998Z | Downloaded petgraph v0.6.4 |
1222 | 2024-02-10T00:12:11.998Z | Downloaded toml_edit v0.19.15 |
1223 | 2024-02-10T00:12:11.998Z | Downloaded reqwest v0.11.22 |
1224 | 2024-02-10T00:12:11.998Z | Downloaded h2 v0.3.24 |
1225 | 2024-02-10T00:12:11.998Z | Downloaded idna v0.2.3 |
1226 | 2024-02-10T00:12:11.998Z | Downloaded webpki-roots v0.25.2 |
1227 | 2024-02-10T00:12:11.998Z | Downloaded rayon v1.8.0 |
1228 | 2024-02-10T00:12:11.998Z | Downloaded lalrpop v0.19.12 |
1229 | 2024-02-10T00:12:11.998Z | Downloaded futures-util v0.3.30 |
1230 | 2024-02-10T00:12:11.999Z | Downloaded regex v1.10.3 |
1231 | 2024-02-10T00:12:11.999Z | Downloaded reedline v0.28.0 |
1232 | 2024-02-10T00:12:11.999Z | Downloaded zerocopy v0.7.32 |
1233 | 2024-02-10T00:12:11.999Z | Downloaded proptest v1.4.0 |
1234 | 2024-02-10T00:12:11.999Z | Downloaded tabled v0.15.0 |
1235 | 2024-02-10T00:12:11.999Z | Downloaded object v0.30.4 |
1236 | 2024-02-10T00:12:11.999Z | Downloaded diesel v2.1.4 |
1237 | 2024-02-10T00:12:11.999Z | Downloaded regex-syntax v0.8.2 |
1238 | 2024-02-10T00:12:11.999Z | Downloaded openssl v0.10.60 |
1239 | 2024-02-10T00:12:11.999Z | Downloaded polar-core v0.27.0 |
1240 | 2024-02-10T00:12:12.000Z | Downloaded regex-syntax v0.6.29 |
1241 | 2024-02-10T00:12:12.000Z | Downloaded smoltcp v0.9.1 |
1242 | 2024-02-10T00:12:12.000Z | Downloaded object v0.32.1 |
1243 | 2024-02-10T00:12:12.000Z | Downloaded rustls v0.22.2 |
1244 | 2024-02-10T00:12:12.000Z | Downloaded ratatui v0.26.0 |
1245 | 2024-02-10T00:12:12.000Z | Downloaded sled v0.34.7 |
1246 | 2024-02-10T00:12:12.000Z | Downloaded zerocopy-derive v0.2.0 |
1247 | 2024-02-10T00:12:12.000Z | Downloaded radix_trie v0.2.1 |
1248 | 2024-02-10T00:12:12.000Z | Downloaded bstr v1.6.0 |
1249 | 2024-02-10T00:12:12.000Z | Downloaded zerocopy-derive v0.6.4 |
1250 | 2024-02-10T00:12:12.000Z | Downloaded trust-dns-proto v0.22.0 |
1251 | 2024-02-10T00:12:12.000Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1252 | 2024-02-10T00:12:12.001Z | Downloaded tokio v1.36.0 |
1253 | 2024-02-10T00:12:12.001Z | Downloaded regex-automata v0.4.4 |
1254 | 2024-02-10T00:12:12.001Z | Downloaded sha3 v0.10.8 |
1255 | 2024-02-10T00:12:12.001Z | Downloaded regex-automata v0.3.8 |
1256 | 2024-02-10T00:12:12.001Z | Downloaded csv v1.3.0 |
1257 | 2024-02-10T00:12:12.001Z | Downloaded smoltcp v0.11.0 |
1258 | 2024-02-10T00:12:12.001Z | Downloaded encoding_rs v0.8.33 |
1259 | 2024-02-10T00:12:12.001Z | Downloaded openapiv3 v2.0.0 |
1260 | 2024-02-10T00:12:12.001Z | Downloaded rustix v0.38.31 |
1261 | 2024-02-10T00:12:12.001Z | Downloaded gimli v0.28.0 |
1262 | 2024-02-10T00:12:12.001Z | Downloaded curve25519-dalek v4.1.1 |
1263 | 2024-02-10T00:12:12.001Z | Downloaded quick-xml v0.30.0 |
1264 | 2024-02-10T00:12:12.002Z | Downloaded rustls-webpki v0.102.1 |
1265 | 2024-02-10T00:12:12.002Z | Downloaded rustls v0.21.9 |
1266 | 2024-02-10T00:12:12.002Z | Downloaded syn v1.0.109 |
1267 | 2024-02-10T00:12:12.002Z | Downloaded bstr v0.2.17 |
1268 | 2024-02-10T00:12:12.002Z | Downloaded regress v0.7.1 |
1269 | 2024-02-10T00:12:12.002Z | Downloaded nix v0.27.1 |
1270 | 2024-02-10T00:12:12.002Z | Downloaded idna v0.5.0 |
1271 | 2024-02-10T00:12:12.002Z | Downloaded rustls-webpki v0.101.7 |
1272 | 2024-02-10T00:12:12.002Z | Downloaded vcpkg v0.2.15 |
1273 | 2024-02-10T00:12:12.003Z | Downloaded papergrid v0.11.0 |
1274 | 2024-02-10T00:12:12.003Z | Downloaded rand v0.4.6 |
1275 | 2024-02-10T00:12:12.003Z | Downloaded tracing-core v0.1.31 |
1276 | 2024-02-10T00:12:12.003Z | Downloaded rand v0.8.5 |
1277 | 2024-02-10T00:12:12.003Z | Downloaded serde_yaml v0.9.25 |
1278 | 2024-02-10T00:12:12.003Z | Downloaded pretty_assertions v1.4.0 |
1279 | 2024-02-10T00:12:12.003Z | Downloaded bitvec v1.0.1 |
1280 | 2024-02-10T00:12:12.003Z | Downloaded trust-dns-server v0.22.1 |
1281 | 2024-02-10T00:12:12.003Z | Downloaded flate2 v1.0.28 |
1282 | 2024-02-10T00:12:12.003Z | Downloaded blake3 v1.5.0 |
1283 | 2024-02-10T00:12:12.003Z | Downloaded dyn-clone v1.0.16 |
1284 | 2024-02-10T00:12:12.003Z | Downloaded filetime v0.2.23 |
1285 | 2024-02-10T00:12:12.004Z | Downloaded parking_lot v0.11.2 |
1286 | 2024-02-10T00:12:12.004Z | Downloaded fatfs v0.3.6 |
1287 | 2024-02-10T00:12:12.004Z | Downloaded elliptic-curve v0.13.8 |
1288 | 2024-02-10T00:12:12.004Z | Downloaded pest v2.7.6 |
1289 | 2024-02-10T00:12:12.004Z | Downloaded hyper v0.14.27 |
1290 | 2024-02-10T00:12:12.004Z | Downloaded ref-cast-impl v1.0.20 |
1291 | 2024-02-10T00:12:12.004Z | Downloaded ref-cast v1.0.20 |
1292 | 2024-02-10T00:12:12.004Z | Downloaded target-spec v3.1.0 |
1293 | 2024-02-10T00:12:12.009Z | Downloaded signal-hook v0.3.17 |
1294 | 2024-02-10T00:12:12.010Z | Downloaded serde_with v3.6.0 |
1295 | 2024-02-10T00:12:12.010Z | Downloaded packed_struct_codegen v0.10.1 |
1296 | 2024-02-10T00:12:12.010Z | Downloaded tough v0.16.0 |
1297 | 2024-02-10T00:12:12.010Z | Downloaded datatest-stable v0.2.3 |
1298 | 2024-02-10T00:12:12.010Z | Downloaded thiserror-impl-no-std v2.0.2 |
1299 | 2024-02-10T00:12:12.010Z | Downloaded rand_chacha v0.3.1 |
1300 | 2024-02-10T00:12:12.010Z | Downloaded radium v0.7.0 |
1301 | 2024-02-10T00:12:12.010Z | Downloaded itertools v0.12.1 |
1302 | 2024-02-10T00:12:12.011Z | Downloaded libxml v0.3.3 |
1303 | 2024-02-10T00:12:12.011Z | Downloaded hyper v1.1.0 |
1304 | 2024-02-10T00:12:12.011Z | Downloaded hash32 v0.2.1 |
1305 | 2024-02-10T00:12:12.011Z | Downloaded headers v0.3.9 |
1306 | 2024-02-10T00:12:12.011Z | Downloaded typenum v1.16.0 |
1307 | 2024-02-10T00:12:12.011Z | Downloaded vec_map v0.8.2 |
1308 | 2024-02-10T00:12:12.011Z | Downloaded rustfmt-wrapper v0.2.0 |
1309 | 2024-02-10T00:12:12.011Z | Downloaded ena v0.14.2 |
1310 | 2024-02-10T00:12:12.011Z | Downloaded semver v0.11.0 |
1311 | 2024-02-10T00:12:12.012Z | Downloaded unicode-xid v0.2.4 |
1312 | 2024-02-10T00:12:12.018Z | Downloaded dof v0.1.5 |
1313 | 2024-02-10T00:12:12.019Z | Downloaded heapless v0.7.16 |
1314 | 2024-02-10T00:12:12.019Z | Downloaded heapless v0.8.0 |
1315 | 2024-02-10T00:12:12.019Z | Downloaded itertools v0.10.5 |
1316 | 2024-02-10T00:12:12.019Z | Downloaded nom v7.1.3 |
1317 | 2024-02-10T00:12:12.019Z | Downloaded plain v0.2.3 |
1318 | 2024-02-10T00:12:12.019Z | Downloaded scroll v0.12.0 |
1319 | 2024-02-10T00:12:12.019Z | Downloaded flume v0.11.0 |
1320 | 2024-02-10T00:12:12.019Z | Downloaded postgres-types v0.2.6 |
1321 | 2024-02-10T00:12:12.019Z | Downloaded defmt v0.3.5 |
1322 | 2024-02-10T00:12:12.019Z | Downloaded half v2.3.1 |
1323 | 2024-02-10T00:12:12.020Z | Downloaded derive-where v1.2.7 |
1324 | 2024-02-10T00:12:12.020Z | Downloaded futures v0.3.30 |
1325 | 2024-02-10T00:12:12.020Z | Downloaded form_urlencoded v1.2.1 |
1326 | 2024-02-10T00:12:12.020Z | Downloaded serde_plain v1.0.2 |
1327 | 2024-02-10T00:12:12.020Z | Downloaded foreign-types v0.5.0 |
1328 | 2024-02-10T00:12:12.020Z | Downloaded zeroize_derive v1.4.2 |
1329 | 2024-02-10T00:12:12.020Z | Downloaded pest_meta v2.7.6 |
1330 | 2024-02-10T00:12:12.020Z | Downloaded display-error-chain v0.2.0 |
1331 | 2024-02-10T00:12:12.020Z | Downloaded diff v0.1.13 |
1332 | 2024-02-10T00:12:12.020Z | Downloaded url v2.5.0 |
1333 | 2024-02-10T00:12:12.020Z | Downloaded tokio-postgres v0.7.10 |
1334 | 2024-02-10T00:12:12.020Z | Downloaded unicode-segmentation v1.10.1 |
1335 | 2024-02-10T00:12:12.021Z | Downloaded crossterm v0.27.0 |
1336 | 2024-02-10T00:12:12.034Z | Downloaded num-bigint v0.4.4 |
1337 | 2024-02-10T00:12:12.034Z | Downloaded parking_lot_core v0.9.8 |
1338 | 2024-02-10T00:12:12.034Z | Downloaded unicode-bidi v0.3.13 |
1339 | 2024-02-10T00:12:12.034Z | Downloaded trybuild v1.0.89 |
1340 | 2024-02-10T00:12:12.034Z | Downloaded zeroize v1.7.0 |
1341 | 2024-02-10T00:12:12.034Z | Downloaded getopts v0.2.21 |
1342 | 2024-02-10T00:12:12.035Z | Downloaded pin-project-internal v1.1.3 |
1343 | 2024-02-10T00:12:12.035Z | Downloaded pkcs1 v0.7.5 |
1344 | 2024-02-10T00:12:12.035Z | Downloaded slab v0.4.9 |
1345 | 2024-02-10T00:12:12.035Z | Downloaded der_derive v0.7.2 |
1346 | 2024-02-10T00:12:12.041Z | Downloaded minimal-lexical v0.2.1 |
1347 | 2024-02-10T00:12:12.041Z | Downloaded phf v0.11.2 |
1348 | 2024-02-10T00:12:12.041Z | Downloaded dirs-next v2.0.0 |
1349 | 2024-02-10T00:12:12.045Z | Downloaded similar-asserts v1.5.0 |
1350 | 2024-02-10T00:12:12.046Z | Downloaded proc-macro-error v1.0.4 |
1351 | 2024-02-10T00:12:12.049Z | Downloaded num-traits v0.2.16 |
1352 | 2024-02-10T00:12:12.049Z | Downloaded tungstenite v0.20.1 |
1353 | 2024-02-10T00:12:12.459Z | Downloaded tinyvec v1.6.0 |
1354 | 2024-02-10T00:12:12.466Z | Downloaded zone v0.3.0 |
1355 | 2024-02-10T00:12:12.466Z | Downloaded tar v0.4.40 |
1356 | 2024-02-10T00:12:12.466Z | Downloaded base64 v0.21.7 |
1357 | 2024-02-10T00:12:12.466Z | Downloaded pest_generator v2.7.6 |
1358 | 2024-02-10T00:12:12.466Z | Downloaded fxhash v0.2.1 |
1359 | 2024-02-10T00:12:12.466Z | Downloaded futures-io v0.3.30 |
1360 | 2024-02-10T00:12:12.466Z | Downloaded futures-core v0.3.30 |
1361 | 2024-02-10T00:12:12.466Z | Downloaded subtle v2.5.0 |
1362 | 2024-02-10T00:12:12.467Z | Downloaded ring v0.17.7 |
1363 | 2024-02-10T00:12:12.467Z | Downloaded strum v0.25.0 |
1364 | 2024-02-10T00:12:12.467Z | Downloaded indicatif v0.17.7 |
1365 | 2024-02-10T00:12:12.467Z | Downloaded textwrap v0.16.0 |
1366 | 2024-02-10T00:12:12.467Z | Downloaded number_prefix v0.4.0 |
1367 | 2024-02-10T00:12:12.467Z | Downloaded ppv-lite86 v0.2.17 |
1368 | 2024-02-10T00:12:12.468Z | Downloaded num_enum v0.5.11 |
1369 | 2024-02-10T00:12:12.468Z | Downloaded http v1.0.0 |
1370 | 2024-02-10T00:12:12.468Z | Downloaded crc-any v2.4.3 |
1371 | 2024-02-10T00:12:12.468Z | Downloaded slog-async v2.8.0 |
1372 | 2024-02-10T00:12:12.468Z | Downloaded float-cmp v0.9.0 |
1373 | 2024-02-10T00:12:12.469Z | Downloaded which v4.4.0 |
1374 | 2024-02-10T00:12:12.469Z | Downloaded serde_with_macros v3.6.0 |
1375 | 2024-02-10T00:12:12.469Z | Downloaded rust-argon2 v1.0.1 |
1376 | 2024-02-10T00:12:12.469Z | Downloaded pem-rfc7468 v0.7.0 |
1377 | 2024-02-10T00:12:12.469Z | Downloaded socket2 v0.4.9 |
1378 | 2024-02-10T00:12:12.469Z | Downloaded smallvec v1.13.1 |
1379 | 2024-02-10T00:12:12.469Z | Downloaded mockall_derive v0.12.0 |
1380 | 2024-02-10T00:12:12.469Z | Downloaded yasna v0.5.2 |
1381 | 2024-02-10T00:12:12.469Z | Downloaded globset v0.4.13 |
1382 | 2024-02-10T00:12:12.469Z | Downloaded precomputed-hash v0.1.1 |
1383 | 2024-02-10T00:12:12.469Z | Downloaded smawk v0.3.1 |
1384 | 2024-02-10T00:12:12.469Z | Downloaded compact_str v0.7.1 |
1385 | 2024-02-10T00:12:12.470Z | Downloaded slog-term v2.9.0 |
1386 | 2024-02-10T00:12:12.470Z | Downloaded sha2 v0.10.8 |
1387 | 2024-02-10T00:12:12.470Z | Downloaded strum_macros v0.25.2 |
1388 | 2024-02-10T00:12:12.470Z | Downloaded ring v0.16.20 |
1389 | 2024-02-10T00:12:12.470Z | Downloaded serde_derive_internals v0.26.0 |
1390 | 2024-02-10T00:12:12.470Z | Downloaded cookie v0.18.0 |
1391 | 2024-02-10T00:12:12.470Z | Downloaded cfg-expr v0.15.6 |
1392 | 2024-02-10T00:12:12.470Z | Downloaded bzip2 v0.4.4 |
1393 | 2024-02-10T00:12:12.470Z | Downloaded multer v3.0.0 |
1394 | 2024-02-10T00:12:12.470Z | Downloaded parse-size v1.0.0 |
1395 | 2024-02-10T00:12:12.470Z | Downloaded want v0.3.1 |
1396 | 2024-02-10T00:12:12.470Z | Downloaded mime_guess v2.0.4 |
1397 | 2024-02-10T00:12:12.470Z | Downloaded tower-service v0.3.2 |
1398 | 2024-02-10T00:12:12.470Z | Downloaded num-derive v0.4.0 |
1399 | 2024-02-10T00:12:12.470Z | Downloaded const-oid v0.9.5 |
1400 | 2024-02-10T00:12:12.470Z | Downloaded termcolor v1.2.0 |
1401 | 2024-02-10T00:12:12.470Z | Downloaded clang-sys v1.6.1 |
1402 | 2024-02-10T00:12:12.470Z | Downloaded fs-err v2.11.0 |
1403 | 2024-02-10T00:12:12.470Z | Downloaded fragile v2.0.0 |
1404 | 2024-02-10T00:12:12.470Z | Downloaded ff v0.13.0 |
1405 | 2024-02-10T00:12:12.471Z | Downloaded fd-lock v4.0.2 |
1406 | 2024-02-10T00:12:12.471Z | Downloaded dof v0.3.0 |
1407 | 2024-02-10T00:12:12.471Z | Downloaded usdt v0.5.0 |
1408 | 2024-02-10T00:12:12.471Z | Downloaded wait-timeout v0.2.0 |
1409 | 2024-02-10T00:12:12.471Z | Downloaded toolchain_find v0.2.0 |
1410 | 2024-02-10T00:12:12.471Z | Downloaded threadpool v1.8.1 |
1411 | 2024-02-10T00:12:12.471Z | Downloaded tui-tree-widget v0.17.0 |
1412 | 2024-02-10T00:12:12.471Z | Downloaded slog-bunyan v2.5.0 |
1413 | 2024-02-10T00:12:12.471Z | Downloaded rstest_macros v0.18.2 |
1414 | 2024-02-10T00:12:12.471Z | Downloaded structmeta-derive v0.3.0 |
1415 | 2024-02-10T00:12:12.471Z | Downloaded yansi v0.5.1 |
1416 | 2024-02-10T00:12:12.471Z | Downloaded structmeta-derive v0.2.0 |
1417 | 2024-02-10T00:12:12.472Z | Downloaded strsim v0.8.0 |
1418 | 2024-02-10T00:12:12.472Z | Downloaded smallvec v0.6.14 |
1419 | 2024-02-10T00:12:12.472Z | Downloaded slog-dtrace v0.3.0 |
1420 | 2024-02-10T00:12:12.472Z | Downloaded shell-words v1.1.0 |
1421 | 2024-02-10T00:12:12.472Z | Downloaded rusty-fork v0.3.0 |
1422 | 2024-02-10T00:12:12.472Z | Downloaded arrayref v0.3.7 |
1423 | 2024-02-10T00:12:12.472Z | Downloaded stable_deref_trait v1.2.0 |
1424 | 2024-02-10T00:12:12.472Z | Downloaded shlex v1.3.0 |
1425 | 2024-02-10T00:12:12.472Z | Downloaded sha1 v0.10.6 |
1426 | 2024-02-10T00:12:12.472Z | Downloaded serde-hex v0.1.0 |
1427 | 2024-02-10T00:12:12.472Z | Downloaded sec1 v0.7.3 |
1428 | 2024-02-10T00:12:12.472Z | Downloaded backoff v0.4.0 |
1429 | 2024-02-10T00:12:12.472Z | Downloaded arrayvec v0.7.4 |
1430 | 2024-02-10T00:12:12.472Z | Downloaded argon2 v0.5.3 |
1431 | 2024-02-10T00:12:12.472Z | Downloaded rstest v0.18.2 |
1432 | 2024-02-10T00:12:12.472Z | Downloaded ipnet v2.9.0 |
1433 | 2024-02-10T00:12:12.472Z | Downloaded waitgroup v0.1.2 |
1434 | 2024-02-10T00:12:12.472Z | Downloaded memoffset v0.9.0 |
1435 | 2024-02-10T00:12:12.472Z | Downloaded linear-map v1.2.0 |
1436 | 2024-02-10T00:12:12.473Z | Downloaded rustls-pemfile v1.0.3 |
1437 | 2024-02-10T00:12:12.473Z | Downloaded console v0.15.8 |
1438 | 2024-02-10T00:12:12.473Z | Downloaded managed v0.8.0 |
1439 | 2024-02-10T00:12:12.473Z | Downloaded hyper-rustls v0.26.0 |
1440 | 2024-02-10T00:12:12.473Z | Downloaded swrite v0.1.0 |
1441 | 2024-02-10T00:12:12.473Z | Downloaded basic-toml v0.1.8 |
1442 | 2024-02-10T00:12:12.473Z | Downloaded serde-big-array v0.5.1 |
1443 | 2024-02-10T00:12:12.473Z | Downloaded rustls-native-certs v0.7.0 |
1444 | 2024-02-10T00:12:12.473Z | Downloaded indexmap v1.9.3 |
1445 | 2024-02-10T00:12:12.473Z | Downloaded cc v1.0.83 |
1446 | 2024-02-10T00:12:12.473Z | Downloaded bytes v1.5.0 |
1447 | 2024-02-10T00:12:12.473Z | Downloaded lazycell v1.3.0 |
1448 | 2024-02-10T00:12:12.473Z | Downloaded constant_time_eq v0.3.0 |
1449 | 2024-02-10T00:12:12.473Z | Downloaded castaway v0.2.2 |
1450 | 2024-02-10T00:12:12.473Z | Downloaded rustc_version v0.1.7 |
1451 | 2024-02-10T00:12:12.473Z | Downloaded lru-cache v0.1.2 |
1452 | 2024-02-10T00:12:12.473Z | Downloaded lazy_static v1.4.0 |
1453 | 2024-02-10T00:12:12.473Z | Downloaded assert_cmd v2.0.13 |
1454 | 2024-02-10T00:12:12.479Z | Downloaded ascii-canvas v3.0.0 |
1455 | 2024-02-10T00:12:12.479Z | Downloaded normalize-line-endings v0.3.0 |
1456 | 2024-02-10T00:12:12.479Z | Downloaded newtype_derive v0.1.6 |
1457 | 2024-02-10T00:12:12.479Z | Downloaded constant_time_eq v0.2.6 |
1458 | 2024-02-10T00:12:12.479Z | Downloaded aead v0.5.2 |
1459 | 2024-02-10T00:12:12.479Z | Downloaded ciborium-io v0.2.2 |
1460 | 2024-02-10T00:12:12.479Z | Downloaded hyper-rustls v0.24.2 |
1461 | 2024-02-10T00:12:12.479Z | Downloaded ciborium v0.2.2 |
1462 | 2024-02-10T00:12:12.480Z | Downloaded bitfield v0.14.0 |
1463 | 2024-02-10T00:12:12.480Z | Downloaded crc v3.0.1 |
1464 | 2024-02-10T00:12:12.480Z | Downloaded chacha20poly1305 v0.10.1 |
1465 | 2024-02-10T00:12:12.480Z | Downloaded bytecount v0.6.3 |
1466 | 2024-02-10T00:12:12.480Z | Downloaded httparse v1.8.0 |
1467 | 2024-02-10T00:12:12.480Z | Downloaded kstat-rs v0.2.3 |
1468 | 2024-02-10T00:12:12.480Z | Downloaded http-body v1.0.0 |
1469 | 2024-02-10T00:12:12.480Z | Downloaded is_ci v1.1.1 |
1470 | 2024-02-10T00:12:12.480Z | Downloaded blake2b_simd v1.0.1 |
1471 | 2024-02-10T00:12:12.480Z | Downloaded blake2 v0.10.6 |
1472 | 2024-02-10T00:12:12.481Z | Downloaded bitflags v2.4.0 |
1473 | 2024-02-10T00:12:12.481Z | Downloaded bit-vec v0.6.3 |
1474 | 2024-02-10T00:12:12.481Z | Downloaded crunchy v0.2.2 |
1475 | 2024-02-10T00:12:12.481Z | Downloaded colored v2.0.4 |
1476 | 2024-02-10T00:12:12.481Z | Downloaded impl-trait-for-tuples v0.2.2 |
1477 | 2024-02-10T00:12:12.481Z | Downloaded cipher v0.4.4 |
1478 | 2024-02-10T00:12:12.481Z | Downloaded num-bigint-dig v0.8.4 |
1479 | 2024-02-10T00:12:12.481Z | Downloaded chacha20 v0.9.1 |
1480 | 2024-02-10T00:12:12.481Z | Downloaded cfg-if v1.0.0 |
1481 | 2024-02-10T00:12:12.482Z | Downloaded cast v0.3.0 |
1482 | 2024-02-10T00:12:12.482Z | Downloaded bb8 v0.8.3 |
1483 | 2024-02-10T00:12:12.482Z | Downloaded mockall v0.12.0 |
1484 | 2024-02-10T00:12:12.482Z | Downloaded hmac v0.12.1 |
1485 | 2024-02-10T00:12:12.482Z | Downloaded nibble_vec v0.1.0 |
1486 | 2024-02-10T00:12:12.482Z | Downloaded hubpack_derive v0.1.1 |
1487 | 2024-02-10T00:12:12.482Z | Downloaded lru v0.12.1 |
1488 | 2024-02-10T00:12:12.483Z | Downloaded hostname v0.3.1 |
1489 | 2024-02-10T00:12:12.483Z | Downloaded camino-tempfile v1.1.1 |
1490 | 2024-02-10T00:12:12.483Z | Downloaded byteorder v1.5.0 |
1491 | 2024-02-10T00:12:12.483Z | Downloaded memmap2 v0.7.1 |
1492 | 2024-02-10T00:12:12.483Z | Downloaded macaddr v1.0.1 |
1493 | 2024-02-10T00:12:12.483Z | Downloaded matches v0.1.10 |
1494 | 2024-02-10T00:12:12.483Z | Downloaded hyper-tls v0.5.0 |
1495 | 2024-02-10T00:12:12.483Z | Downloaded buf-list v1.0.3 |
1496 | 2024-02-10T00:12:12.483Z | Downloaded cassowary v0.3.0 |
1497 | 2024-02-10T00:12:12.483Z | Downloaded block-padding v0.3.3 |
1498 | 2024-02-10T00:12:12.991Z | Compiling serde v1.0.196 |
1499 | 2024-02-10T00:12:12.991Z | Compiling autocfg v1.1.0 |
1500 | 2024-02-10T00:12:12.996Z | Compiling version_check v0.9.4 |
1501 | 2024-02-10T00:12:12.996Z | Checking cfg-if v1.0.0 |
1502 | 2024-02-10T00:12:12.996Z | Compiling syn v1.0.109 |
1503 | 2024-02-10T00:12:13.068Z | Checking libc v0.2.153 |
1504 | 2024-02-10T00:12:13.105Z | Compiling syn v2.0.48 |
1505 | 2024-02-10T00:12:13.131Z | Compiling parking_lot_core v0.9.8 |
1506 | 2024-02-10T00:12:13.165Z | Compiling cc v1.0.83 |
1507 | 2024-02-10T00:12:13.657Z | Compiling memchr v2.6.3 |
1508 | 2024-02-10T00:12:13.674Z | Compiling once_cell v1.19.0 |
1509 | 2024-02-10T00:12:13.852Z | Compiling ahash v0.8.7 |
1510 | 2024-02-10T00:12:13.977Z | Compiling lock_api v0.4.10 |
1511 | 2024-02-10T00:12:14.104Z | Compiling libm v0.2.7 |
1512 | 2024-02-10T00:12:14.287Z | Compiling num-traits v0.2.16 |
1513 | 2024-02-10T00:12:14.345Z | Checking getrandom v0.2.10 |
1514 | 2024-02-10T00:12:14.516Z | Compiling byteorder v1.5.0 |
1515 | 2024-02-10T00:12:14.587Z | Compiling serde_json v1.0.113 |
1516 | 2024-02-10T00:12:14.980Z | Compiling log v0.4.20 |
1517 | 2024-02-10T00:12:15.021Z | Compiling slab v0.4.9 |
1518 | 2024-02-10T00:12:15.489Z | Compiling typenum v1.16.0 |
1519 | 2024-02-10T00:12:15.691Z | Checking scopeguard v1.2.0 |
1520 | 2024-02-10T00:12:15.725Z | Compiling generic-array v0.14.7 |
1521 | 2024-02-10T00:12:15.803Z | Checking itoa v1.0.9 |
1522 | 2024-02-10T00:12:15.919Z | Compiling pkg-config v0.3.27 |
1523 | 2024-02-10T00:12:16.002Z | Checking smallvec v1.13.1 |
1524 | 2024-02-10T00:12:16.376Z | Compiling allocator-api2 v0.2.16 |
1525 | 2024-02-10T00:12:16.408Z | Compiling rustix v0.38.31 |
1526 | 2024-02-10T00:12:16.423Z | Compiling ring v0.17.7 |
1527 | 2024-02-10T00:12:16.522Z | Compiling schemars v0.8.16 |
1528 | 2024-02-10T00:12:16.917Z | Compiling httparse v1.8.0 |
1529 | 2024-02-10T00:12:17.163Z | Compiling fnv v1.0.7 |
1530 | 2024-02-10T00:12:17.289Z | Compiling vcpkg v0.2.15 |
1531 | 2024-02-10T00:12:17.350Z | Compiling aho-corasick v1.0.4 |
1532 | 2024-02-10T00:12:17.389Z | Compiling regex-syntax v0.8.2 |
1533 | 2024-02-10T00:12:17.643Z | Checking parking_lot v0.12.1 |
1534 | 2024-02-10T00:12:17.971Z | Checking pin-project-lite v0.2.13 |
1535 | 2024-02-10T00:12:18.085Z | Compiling ucd-trie v0.1.6 |
1536 | 2024-02-10T00:12:19.554Z | Compiling openssl-sys v0.9.96 |
1537 | 2024-02-10T00:12:19.599Z | Compiling crossbeam-utils v0.8.16 |
1538 | 2024-02-10T00:12:21.149Z | Compiling serde_derive_internals v0.26.0 |
1539 | 2024-02-10T00:12:21.179Z | Compiling regex-automata v0.4.4 |
1540 | 2024-02-10T00:12:21.914Z | Compiling ring v0.16.20 |
1541 | 2024-02-10T00:12:22.289Z | Checking signal-hook-registry v1.4.1 |
1542 | 2024-02-10T00:12:23.609Z | Checking mio v0.8.9 |
1543 | 2024-02-10T00:12:24.018Z | Checking rand_core v0.6.4 |
1544 | 2024-02-10T00:12:24.193Z | Compiling openssl v0.10.60 |
1545 | 2024-02-10T00:12:24.217Z | Checking ryu v1.0.15 |
1546 | 2024-02-10T00:12:24.277Z | Compiling iana-time-zone v0.1.57 |
1547 | 2024-02-10T00:12:24.435Z | Checking num_cpus v1.16.0 |
1548 | 2024-02-10T00:12:24.538Z | Checking futures-core v0.3.30 |
1549 | 2024-02-10T00:12:24.633Z | Compiling native-tls v0.2.11 |
1550 | 2024-02-10T00:12:24.673Z | Compiling rustls v0.21.9 |
1551 | 2024-02-10T00:12:24.711Z | Checking socket2 v0.5.5 |
1552 | 2024-02-10T00:12:24.967Z | Compiling dyn-clone v1.0.16 |
1553 | 2024-02-10T00:12:25.128Z | Compiling spin v0.5.2 |
1554 | 2024-02-10T00:12:25.131Z | Compiling memoffset v0.9.0 |
1555 | 2024-02-10T00:12:25.342Z | Compiling regex v1.10.3 |
1556 | 2024-02-10T00:12:25.356Z | Compiling async-trait v0.1.77 |
1557 | 2024-02-10T00:12:25.436Z | Compiling slog v2.7.0 |
1558 | 2024-02-10T00:12:26.024Z | Compiling crossbeam-epoch v0.9.15 |
1559 | 2024-02-10T00:12:26.357Z | Compiling backtrace v0.3.69 |
1560 | 2024-02-10T00:12:26.624Z | Compiling errno v0.3.8 |
1561 | 2024-02-10T00:12:26.759Z | Compiling futures-sink v0.3.30 |
1562 | 2024-02-10T00:12:26.830Z | Compiling crc32fast v1.3.2 |
1563 | 2024-02-10T00:12:26.919Z | Compiling either v1.9.0 |
1564 | 2024-02-10T00:12:26.986Z | Compiling unicode-xid v0.2.4 |
1565 | 2024-02-10T00:12:27.155Z | Compiling tinyvec_macros v0.1.1 |
1566 | 2024-02-10T00:12:27.191Z | Compiling futures-channel v0.3.30 |
1567 | 2024-02-10T00:12:27.243Z | Compiling tinyvec v1.6.0 |
1568 | 2024-02-10T00:12:27.478Z | Compiling rustversion v1.0.14 |
1569 | 2024-02-10T00:12:27.528Z | Compiling anyhow v1.0.75 |
1570 | 2024-02-10T00:12:27.574Z | Compiling serde_derive v1.0.196 |
1571 | 2024-02-10T00:12:27.607Z | Compiling zerocopy-derive v0.7.32 |
1572 | 2024-02-10T00:12:27.962Z | Compiling thiserror-impl v1.0.56 |
1573 | 2024-02-10T00:12:28.099Z | Compiling zeroize_derive v1.4.2 |
1574 | 2024-02-10T00:12:28.238Z | Compiling tokio-macros v2.2.0 |
1575 | 2024-02-10T00:12:28.659Z | Compiling futures-macro v0.3.30 |
1576 | 2024-02-10T00:12:28.793Z | Compiling tracing-attributes v0.1.26 |
1577 | 2024-02-10T00:12:29.883Z | Compiling schemars_derive v0.8.16 |
1578 | 2024-02-10T00:12:30.076Z | Compiling openssl-macros v0.1.1 |
1579 | 2024-02-10T00:12:30.205Z | Compiling zerocopy v0.7.32 |
1580 | 2024-02-10T00:12:30.897Z | Checking zeroize v1.7.0 |
1581 | 2024-02-10T00:12:31.511Z | Compiling thiserror v1.0.56 |
1582 | 2024-02-10T00:12:31.647Z | Compiling pest v2.7.6 |
1583 | 2024-02-10T00:12:31.695Z | Compiling futures-io v0.3.30 |
1584 | 2024-02-10T00:12:32.008Z | Compiling pin-utils v0.1.0 |
1585 | 2024-02-10T00:12:32.103Z | Compiling unicode-width v0.1.11 |
1586 | 2024-02-10T00:12:32.258Z | Compiling futures-task v0.3.30 |
1587 | 2024-02-10T00:12:32.527Z | Compiling hashbrown v0.14.2 |
1588 | 2024-02-10T00:12:32.567Z | Compiling hashbrown v0.13.2 |
1589 | 2024-02-10T00:12:32.957Z | Compiling futures-util v0.3.30 |
1590 | 2024-02-10T00:12:33.059Z | Compiling unicode-normalization v0.1.22 |
1591 | 2024-02-10T00:12:33.777Z | Compiling spin v0.9.8 |
1592 | 2024-02-10T00:12:33.796Z | Compiling tracing-core v0.1.31 |
1593 | 2024-02-10T00:12:34.054Z | Compiling pest_meta v2.7.6 |
1594 | 2024-02-10T00:12:34.152Z | Compiling unicode-bidi v0.3.13 |
1595 | 2024-02-10T00:12:34.246Z | Compiling der_derive v0.7.2 |
1596 | 2024-02-10T00:12:34.820Z | Compiling tracing v0.1.37 |
1597 | 2024-02-10T00:12:35.346Z | Compiling pest_generator v2.7.6 |
1598 | 2024-02-10T00:12:35.845Z | Compiling num-integer v0.1.45 |
1599 | 2024-02-10T00:12:36.026Z | Checking subtle v2.5.0 |
1600 | 2024-02-10T00:12:36.421Z | Compiling lazy_static v1.4.0 |
1601 | 2024-02-10T00:12:37.461Z | Compiling untrusted v0.7.1 |
1602 | 2024-02-10T00:12:37.671Z | Compiling time-core v0.1.1 |
1603 | 2024-02-10T00:12:37.860Z | Compiling percent-encoding v2.3.1 |
1604 | 2024-02-10T00:12:38.397Z | Compiling foreign-types-shared v0.1.1 |
1605 | 2024-02-10T00:12:38.505Z | Compiling untrusted v0.9.0 |
1606 | 2024-02-10T00:12:38.555Z | Compiling foreign-types v0.3.2 |
1607 | 2024-02-10T00:12:38.684Z | Compiling time-macros v0.2.13 |
1608 | 2024-02-10T00:12:39.420Z | Compiling pest_derive v2.7.6 |
1609 | 2024-02-10T00:12:39.713Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-02-10T00:12:40.331Z | Compiling synstructure v0.12.6 |
1611 | 2024-02-10T00:12:41.839Z | Compiling thread-id v4.2.0 |
1612 | 2024-02-10T00:12:41.948Z | Compiling base64 v0.21.7 |
1613 | 2024-02-10T00:12:42.034Z | Checking bytes v1.5.0 |
1614 | 2024-02-10T00:12:42.273Z | Checking bitflags v2.4.0 |
1615 | 2024-02-10T00:12:42.562Z | Compiling try-lock v0.2.4 |
1616 | 2024-02-10T00:12:42.653Z | Compiling zerocopy-derive v0.2.0 |
1617 | 2024-02-10T00:12:42.701Z | Compiling want v0.3.1 |
1618 | 2024-02-10T00:12:42.717Z | Compiling sct v0.7.0 |
1619 | 2024-02-10T00:12:42.753Z | Compiling rustls-webpki v0.101.7 |
1620 | 2024-02-10T00:12:42.818Z | Checking tokio v1.36.0 |
1621 | 2024-02-10T00:12:43.016Z | Compiling form_urlencoded v1.2.1 |
1622 | 2024-02-10T00:12:43.354Z | Compiling indexmap v2.2.2 |
1623 | 2024-02-10T00:12:43.976Z | Compiling uuid v1.7.0 |
1624 | 2024-02-10T00:12:44.147Z | Compiling chrono v0.4.31 |
1625 | 2024-02-10T00:12:44.783Z | Compiling http v0.2.11 |
1626 | 2024-02-10T00:12:44.819Z | Compiling semver v1.0.21 |
1627 | 2024-02-10T00:12:44.884Z | Compiling toml_datetime v0.6.5 |
1628 | 2024-02-10T00:12:45.336Z | Compiling serde_spanned v0.6.5 |
1629 | 2024-02-10T00:12:45.583Z | Compiling rustc_version v0.4.0 |
1630 | 2024-02-10T00:12:45.603Z | Compiling openapiv3 v2.0.0 |
1631 | 2024-02-10T00:12:45.615Z | Compiling toml_edit v0.19.15 |
1632 | 2024-02-10T00:12:46.410Z | Compiling http-body v0.4.5 |
1633 | 2024-02-10T00:12:48.201Z | Compiling socket2 v0.4.9 |
1634 | 2024-02-10T00:12:49.140Z | Compiling openssl-probe v0.1.5 |
1635 | 2024-02-10T00:12:49.479Z | Compiling tower-service v0.3.2 |
1636 | 2024-02-10T00:12:49.567Z | Compiling const-oid v0.9.5 |
1637 | 2024-02-10T00:12:49.600Z | Compiling httpdate v1.0.3 |
1638 | 2024-02-10T00:12:50.890Z | Compiling idna v0.5.0 |
1639 | 2024-02-10T00:12:51.549Z | Compiling adler v1.0.2 |
1640 | 2024-02-10T00:12:51.784Z | Compiling url v2.5.0 |
1641 | 2024-02-10T00:12:51.913Z | Compiling miniz_oxide v0.7.1 |
1642 | 2024-02-10T00:12:52.558Z | Compiling ipnet v2.9.0 |
1643 | 2024-02-10T00:12:53.056Z | Compiling tokio-util v0.7.10 |
1644 | 2024-02-10T00:12:53.587Z | Compiling signal-hook v0.3.17 |
1645 | 2024-02-10T00:12:53.878Z | Compiling serde_urlencoded v0.7.1 |
1646 | 2024-02-10T00:12:53.895Z | Compiling rustls-pemfile v1.0.3 |
1647 | 2024-02-10T00:12:53.932Z | Compiling crypto-common v0.1.6 |
1648 | 2024-02-10T00:12:54.142Z | Compiling tokio-native-tls v0.3.1 |
1649 | 2024-02-10T00:12:54.275Z | Compiling h2 v0.3.24 |
1650 | 2024-02-10T00:12:54.403Z | Compiling tokio-rustls v0.24.1 |
1651 | 2024-02-10T00:12:54.420Z | Compiling zerocopy-derive v0.6.4 |
1652 | 2024-02-10T00:12:54.446Z | Compiling clap_derive v4.4.2 |
1653 | 2024-02-10T00:12:54.649Z | Compiling usdt-impl v0.3.5 |
1654 | 2024-02-10T00:12:54.832Z | Compiling encoding_rs v0.8.33 |
1655 | 2024-02-10T00:12:55.014Z | Compiling gimli v0.28.0 |
1656 | 2024-02-10T00:12:56.544Z | Compiling webpki-roots v0.25.2 |
1657 | 2024-02-10T00:12:56.700Z | Compiling siphasher v0.3.11 |
1658 | 2024-02-10T00:12:56.793Z | Compiling mime v0.3.17 |
1659 | 2024-02-10T00:12:57.265Z | Compiling zerocopy v0.3.0 |
1660 | 2024-02-10T00:12:57.404Z | Compiling scroll v0.12.0 |
1661 | 2024-02-10T00:12:58.118Z | Compiling block-buffer v0.10.4 |
1662 | 2024-02-10T00:12:58.395Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1663 | 2024-02-10T00:12:58.522Z | Compiling object v0.32.1 |
1664 | 2024-02-10T00:12:58.891Z | Compiling num-iter v0.1.43 |
1665 | 2024-02-10T00:12:59.226Z | Compiling usdt-impl v0.5.0 |
1666 | 2024-02-10T00:12:59.600Z | Compiling addr2line v0.21.0 |
1667 | 2024-02-10T00:12:59.681Z | Checking equivalent v1.0.1 |
1668 | 2024-02-10T00:12:59.787Z | Compiling plain v0.2.3 |
1669 | 2024-02-10T00:12:59.927Z | Compiling rustc-demangle v0.1.23 |
1670 | 2024-02-10T00:13:00.280Z | Compiling goblin v0.8.0 |
1671 | 2024-02-10T00:13:01.160Z | Compiling flate2 v1.0.28 |
1672 | 2024-02-10T00:13:01.724Z | Compiling hyper v0.14.27 |
1673 | 2024-02-10T00:13:01.802Z | Compiling digest v0.10.7 |
1674 | 2024-02-10T00:13:01.868Z | Compiling dof v0.1.5 |
1675 | 2024-02-10T00:13:02.384Z | Compiling heapless v0.7.16 |
1676 | 2024-02-10T00:13:02.384Z | Compiling dtrace-parser v0.1.14 |
1677 | 2024-02-10T00:13:02.384Z | Compiling futures-executor v0.3.30 |
1678 | 2024-02-10T00:13:02.932Z | Compiling ppv-lite86 v0.2.17 |
1679 | 2024-02-10T00:13:03.070Z | Compiling pretty-hex v0.4.1 |
1680 | 2024-02-10T00:13:03.802Z | Compiling rand_chacha v0.3.1 |
1681 | 2024-02-10T00:13:03.888Z | Compiling futures v0.3.30 |
1682 | 2024-02-10T00:13:04.008Z | Compiling toml v0.7.8 |
1683 | 2024-02-10T00:13:04.310Z | Compiling toml_edit v0.21.1 |
1684 | 2024-02-10T00:13:05.544Z | Compiling serde_tokenstream v0.1.7 |
1685 | 2024-02-10T00:13:05.594Z | Compiling hex v0.4.3 |
1686 | 2024-02-10T00:13:05.666Z | Compiling dtrace-parser v0.2.0 |
1687 | 2024-02-10T00:13:05.856Z | Compiling strum_macros v0.25.2 |
1688 | 2024-02-10T00:13:07.048Z | Compiling dof v0.3.0 |
1689 | 2024-02-10T00:13:07.137Z | Compiling bit-vec v0.6.3 |
1690 | 2024-02-10T00:13:07.598Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1691 | 2024-02-10T00:13:09.095Z | Compiling hyper-rustls v0.24.2 |
1692 | 2024-02-10T00:13:09.306Z | Compiling hyper-tls v0.5.0 |
1693 | 2024-02-10T00:13:09.458Z | Compiling rand v0.8.5 |
1694 | 2024-02-10T00:13:09.475Z | Compiling phf_shared v0.10.0 |
1695 | 2024-02-10T00:13:09.663Z | Compiling reqwest v0.11.22 |
1696 | 2024-02-10T00:13:09.875Z | Compiling num-bigint v0.4.4 |
1697 | 2024-02-10T00:13:10.245Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-02-10T00:13:10.276Z | Compiling precomputed-hash v0.1.1 |
1699 | 2024-02-10T00:13:10.395Z | Compiling smoltcp v0.9.1 |
1700 | 2024-02-10T00:13:10.760Z | Compiling new_debug_unreachable v1.0.4 |
1701 | 2024-02-10T00:13:10.796Z | Compiling fixedbitset v0.4.2 |
1702 | 2024-02-10T00:13:10.850Z | Compiling base64ct v1.6.0 |
1703 | 2024-02-10T00:13:11.187Z | Compiling petgraph v0.6.4 |
1704 | 2024-02-10T00:13:11.232Z | Compiling string_cache v0.8.7 |
1705 | 2024-02-10T00:13:11.360Z | Compiling pem-rfc7468 v0.7.0 |
1706 | 2024-02-10T00:13:11.713Z | Compiling nom v7.1.3 |
1707 | 2024-02-10T00:13:11.782Z | Compiling bit-set v0.5.3 |
1708 | 2024-02-10T00:13:11.881Z | Compiling usdt-macro v0.3.5 |
1709 | 2024-02-10T00:13:12.049Z | Compiling usdt-attr-macro v0.3.5 |
1710 | 2024-02-10T00:13:12.148Z | Compiling hmac v0.12.1 |
1711 | 2024-02-10T00:13:12.408Z | Compiling enum-as-inner v0.5.1 |
1712 | 2024-02-10T00:13:12.638Z | Compiling hubpack_derive v0.1.1 |
1713 | 2024-02-10T00:13:12.900Z | Compiling itertools v0.10.5 |
1714 | 2024-02-10T00:13:13.360Z | Compiling diesel_table_macro_syntax v0.1.0 |
1715 | 2024-02-10T00:13:13.661Z | Compiling lalrpop-util v0.19.12 |
1716 | 2024-02-10T00:13:13.678Z | Compiling flagset v0.4.3 |
1717 | 2024-02-10T00:13:13.788Z | Compiling unicode-segmentation v1.10.1 |
1718 | 2024-02-10T00:13:14.025Z | Compiling der v0.7.8 |
1719 | 2024-02-10T00:13:14.361Z | Compiling diesel_derives v2.1.2 |
1720 | 2024-02-10T00:13:14.938Z | Compiling cpufeatures v0.2.12 |
1721 | 2024-02-10T00:13:15.040Z | Compiling sha2 v0.10.8 |
1722 | 2024-02-10T00:13:15.538Z | Compiling rustix v0.37.23 |
1723 | 2024-02-10T00:13:15.557Z | Compiling md-5 v0.10.5 |
1724 | 2024-02-10T00:13:16.038Z | Compiling stringprep v0.1.3 |
1725 | 2024-02-10T00:13:16.663Z | Compiling spki v0.7.2 |
1726 | 2024-02-10T00:13:16.800Z | Compiling serde_repr v0.1.16 |
1727 | 2024-02-10T00:13:17.049Z | Compiling hash32 v0.2.1 |
1728 | 2024-02-10T00:13:17.068Z | Compiling stable_deref_trait v1.2.0 |
1729 | 2024-02-10T00:13:17.175Z | Checking unicode-ident v1.0.12 |
1730 | 2024-02-10T00:13:17.325Z | Compiling fallible-iterator v0.2.0 |
1731 | 2024-02-10T00:13:17.499Z | Compiling pkcs8 v0.10.2 |
1732 | 2024-02-10T00:13:17.557Z | Compiling terminal_size v0.2.6 |
1733 | 2024-02-10T00:13:18.067Z | Compiling postgres-protocol v0.6.6 |
1734 | 2024-02-10T00:13:18.106Z | Compiling phf_shared v0.11.2 |
1735 | 2024-02-10T00:13:18.237Z | Compiling ff v0.13.0 |
1736 | 2024-02-10T00:13:18.482Z | Compiling block-padding v0.3.3 |
1737 | 2024-02-10T00:13:18.705Z | Compiling scheduled-thread-pool v0.2.7 |
1738 | 2024-02-10T00:13:18.744Z | Compiling matches v0.1.10 |
1739 | 2024-02-10T00:13:18.831Z | Compiling managed v0.8.0 |
1740 | 2024-02-10T00:13:18.835Z | Compiling deranged v0.3.8 |
1741 | 2024-02-10T00:13:19.219Z | Compiling base16ct v0.2.0 |
1742 | 2024-02-10T00:13:19.292Z | Compiling num_threads v0.1.6 |
1743 | 2024-02-10T00:13:19.422Z | Compiling regex-automata v0.1.10 |
1744 | 2024-02-10T00:13:19.425Z | Compiling clap_builder v4.4.2 |
1745 | 2024-02-10T00:13:19.515Z | Compiling sec1 v0.7.3 |
1746 | 2024-02-10T00:13:19.845Z | Compiling r2d2 v0.8.10 |
1747 | 2024-02-10T00:13:19.941Z | Compiling bstr v0.2.17 |
1748 | 2024-02-10T00:13:20.064Z | Compiling idna v0.2.3 |
1749 | 2024-02-10T00:13:20.236Z | Compiling postgres-types v0.2.6 |
1750 | 2024-02-10T00:13:20.709Z | Compiling time v0.3.27 |
1751 | 2024-02-10T00:13:21.445Z | Compiling inout v0.1.3 |
1752 | 2024-02-10T00:13:21.680Z | Compiling signal-hook-mio v0.2.3 |
1753 | 2024-02-10T00:13:21.734Z | Compiling group v0.13.0 |
1754 | 2024-02-10T00:13:21.842Z | Compiling phf v0.11.2 |
1755 | 2024-02-10T00:13:21.845Z | Compiling bzip2 v0.4.4 |
1756 | 2024-02-10T00:13:22.061Z | Compiling hubpack v0.1.2 |
1757 | 2024-02-10T00:13:22.131Z | Compiling hkdf v0.12.4 |
1758 | 2024-02-10T00:13:22.400Z | Compiling zerocopy v0.6.4 |
1759 | 2024-02-10T00:13:22.538Z | Compiling crypto-bigint v0.5.2 |
1760 | 2024-02-10T00:13:22.584Z | Compiling ipnetwork v0.20.0 |
1761 | 2024-02-10T00:13:23.313Z | Compiling float-cmp v0.9.0 |
1762 | 2024-02-10T00:13:23.548Z | Compiling static_assertions v1.1.0 |
1763 | 2024-02-10T00:13:23.551Z | Checking bitflags v1.3.2 |
1764 | 2024-02-10T00:13:23.649Z | Compiling normalize-line-endings v0.3.0 |
1765 | 2024-02-10T00:13:23.652Z | Compiling predicates-core v1.0.6 |
1766 | 2024-02-10T00:13:23.770Z | Compiling data-encoding v2.4.0 |
1767 | 2024-02-10T00:13:24.159Z | Compiling difflib v0.4.0 |
1768 | 2024-02-10T00:13:24.866Z | Compiling whoami v1.4.1 |
1769 | 2024-02-10T00:13:25.521Z | Compiling regex-automata v0.3.8 |
1770 | 2024-02-10T00:13:25.834Z | Compiling tokio-postgres v0.7.10 |
1771 | 2024-02-10T00:13:26.140Z | Compiling yasna v0.5.2 |
1772 | 2024-02-10T00:13:26.184Z | Compiling predicates v3.1.0 |
1773 | 2024-02-10T00:13:26.344Z | Compiling elliptic-curve v0.13.8 |
1774 | 2024-02-10T00:13:27.159Z | Compiling trust-dns-proto v0.22.0 |
1775 | 2024-02-10T00:13:27.959Z | Compiling bstr v1.6.0 |
1776 | 2024-02-10T00:13:28.093Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1777 | 2024-02-10T00:13:28.185Z | Compiling clap v4.4.3 |
1778 | 2024-02-10T00:13:28.299Z | Compiling zip v0.6.6 |
1779 | 2024-02-10T00:13:29.618Z | Compiling crossterm v0.27.0 |
1780 | 2024-02-10T00:13:29.677Z | Compiling cipher v0.4.4 |
1781 | 2024-02-10T00:13:29.836Z | Compiling similar v2.3.0 |
1782 | 2024-02-10T00:13:30.382Z | Checking proc-macro2 v1.0.78 |
1783 | 2024-02-10T00:13:31.133Z | Compiling usdt v0.3.5 |
1784 | 2024-02-10T00:13:31.266Z | Compiling tokio-stream v0.1.14 |
1785 | 2024-02-10T00:13:31.422Z | Compiling console v0.15.8 |
1786 | 2024-02-10T00:13:31.502Z | Compiling diesel v2.1.4 |
1787 | 2024-02-10T00:13:32.661Z | Checking quote v1.0.35 |
1788 | 2024-02-10T00:13:36.174Z | Checking utf8parse v0.2.1 |
1789 | 2024-02-10T00:13:37.887Z | Checking anstyle v1.0.2 |
1790 | 2024-02-10T00:13:39.197Z | Compiling serde_tokenstream v0.2.0 |
1791 | 2024-02-10T00:13:39.739Z | Checking io-lifetimes v1.0.11 |
1792 | 2024-02-10T00:13:43.497Z | Checking anstyle-parse v0.2.1 |
1793 | 2024-02-10T00:13:43.757Z | Checking colorchoice v1.0.0 |
1794 | 2024-02-10T00:13:44.146Z | Checking anstyle-query v1.0.0 |
1795 | 2024-02-10T00:13:44.274Z | Checking anstream v0.5.0 |
1796 | 2024-02-10T00:13:44.546Z | Checking clap_lex v0.5.1 |
1797 | 2024-02-10T00:13:44.601Z | Checking strsim v0.10.0 |
1798 | 2024-02-10T00:13:45.190Z | Checking winnow v0.5.15 |
1799 | 2024-02-10T00:13:58.288Z | Compiling regress v0.7.1 |
1800 | 2024-02-10T00:13:58.288Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1801 | 2024-02-10T00:14:00.691Z | Compiling getopts v0.2.21 |
1802 | 2024-02-10T00:14:00.995Z | Compiling unsafe-libyaml v0.2.10 |
1803 | 2024-02-10T00:14:01.119Z | Checking heck v0.4.1 |
1804 | 2024-02-10T00:14:02.126Z | Checking camino v1.1.6 |
1805 | 2024-02-10T00:14:02.720Z | Compiling serde_yaml v0.9.25 |
1806 | 2024-02-10T00:14:03.042Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1807 | 2024-02-10T00:14:03.288Z | Compiling ident_case v1.0.1 |
1808 | 2024-02-10T00:14:03.293Z | Checking match_cfg v0.1.0 |
1809 | 2024-02-10T00:14:03.352Z | Checking rustls-pki-types v1.1.0 |
1810 | 2024-02-10T00:14:03.389Z | Checking fastrand v2.0.1 |
1811 | 2024-02-10T00:14:03.457Z | Checking hostname v0.3.1 |
1812 | 2024-02-10T00:14:03.589Z | Checking http v1.0.0 |
1813 | 2024-02-10T00:14:03.696Z | Checking tempfile v3.10.0 |
1814 | 2024-02-10T00:14:03.769Z | Checking atty v0.2.14 |
1815 | 2024-02-10T00:14:03.884Z | Checking quick-error v1.2.3 |
1816 | 2024-02-10T00:14:04.019Z | Compiling paste v1.0.14 |
1817 | 2024-02-10T00:14:04.054Z | Checking crossbeam-channel v0.5.8 |
1818 | 2024-02-10T00:14:04.651Z | Checking sha1 v0.10.6 |
1819 | 2024-02-10T00:14:04.787Z | Checking dirs-sys-next v0.1.2 |
1820 | 2024-02-10T00:14:04.906Z | Compiling rustls v0.22.2 |
1821 | 2024-02-10T00:14:04.952Z | Checking dirs-next v2.0.0 |
1822 | 2024-02-10T00:14:05.075Z | Checking rustls-webpki v0.102.1 |
1823 | 2024-02-10T00:14:05.245Z | Checking thread_local v1.1.7 |
1824 | 2024-02-10T00:14:05.538Z | Checking instant v0.1.12 |
1825 | 2024-02-10T00:14:05.655Z | Compiling slog-async v2.8.0 |
1826 | 2024-02-10T00:14:06.256Z | Checking term v0.7.0 |
1827 | 2024-02-10T00:14:06.272Z | Checking rustls-pemfile v2.0.0 |
1828 | 2024-02-10T00:14:06.495Z | Compiling multer v3.0.0 |
1829 | 2024-02-10T00:14:06.666Z | Checking take_mut v0.2.2 |
1830 | 2024-02-10T00:14:06.685Z | Checking debug-ignore v1.0.5 |
1831 | 2024-02-10T00:14:06.827Z | Checking slog-term v2.9.0 |
1832 | 2024-02-10T00:14:06.905Z | Compiling darling_core v0.20.3 |
1833 | 2024-02-10T00:14:07.063Z | Checking slog-json v2.6.1 |
1834 | 2024-02-10T00:14:07.088Z | Compiling async-stream-impl v0.3.5 |
1835 | 2024-02-10T00:14:07.317Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1836 | 2024-02-10T00:14:07.320Z | Checking atomic-waker v1.1.1 |
1837 | 2024-02-10T00:14:07.451Z | Checking waitgroup v0.1.2 |
1838 | 2024-02-10T00:14:07.585Z | Checking slog-bunyan v2.5.0 |
1839 | 2024-02-10T00:14:07.750Z | Checking toml v0.8.9 |
1840 | 2024-02-10T00:14:08.144Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1841 | 2024-02-10T00:14:08.589Z | Checking serde_path_to_error v0.1.15 |
1842 | 2024-02-10T00:14:08.633Z | Checking async-stream v0.3.5 |
1843 | 2024-02-10T00:14:08.817Z | Checking wait-timeout v0.2.0 |
1844 | 2024-02-10T00:14:08.985Z | Checking strum v0.25.0 |
1845 | 2024-02-10T00:14:09.139Z | Compiling structmeta-derive v0.3.0 |
1846 | 2024-02-10T00:14:09.203Z | Checking rusty-fork v0.3.0 |
1847 | 2024-02-10T00:14:09.496Z | Compiling structmeta-derive v0.2.0 |
1848 | 2024-02-10T00:14:09.665Z | Checking tokio-rustls v0.25.0 |
1849 | 2024-02-10T00:14:10.031Z | Checking rand_xorshift v0.3.0 |
1850 | 2024-02-10T00:14:10.204Z | Checking unarray v0.1.4 |
1851 | 2024-02-10T00:14:10.351Z | Checking proptest v1.4.0 |
1852 | 2024-02-10T00:14:12.394Z | Compiling structmeta v0.3.0 |
1853 | 2024-02-10T00:14:12.741Z | Compiling structmeta v0.2.0 |
1854 | 2024-02-10T00:14:12.907Z | Compiling parse-display-derive v0.9.0 |
1855 | 2024-02-10T00:14:13.096Z | Compiling darling_macro v0.20.3 |
1856 | 2024-02-10T00:14:13.235Z | Checking backoff v0.4.0 |
1857 | 2024-02-10T00:14:13.554Z | Compiling test-strategy v0.3.1 |
1858 | 2024-02-10T00:14:13.833Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1859 | 2024-02-10T00:14:14.220Z | Compiling darling v0.20.3 |
1860 | 2024-02-10T00:14:14.336Z | Compiling serde_with_macros v3.6.0 |
1861 | 2024-02-10T00:14:14.451Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1862 | 2024-02-10T00:14:14.634Z | Checking macaddr v1.0.1 |
1863 | 2024-02-10T00:14:14.686Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1864 | 2024-02-10T00:14:14.970Z | Checking camino-tempfile v1.1.1 |
1865 | 2024-02-10T00:14:14.988Z | Checking is-terminal v0.4.9 |
1866 | 2024-02-10T00:14:15.108Z | Compiling proc-macro-error-attr v1.0.4 |
1867 | 2024-02-10T00:14:15.171Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1868 | 2024-02-10T00:14:15.246Z | Compiling proc-macro-error v1.0.4 |
1869 | 2024-02-10T00:14:15.729Z | Compiling proc-macro-crate v1.3.1 |
1870 | 2024-02-10T00:14:16.015Z | Compiling heapless v0.8.0 |
1871 | 2024-02-10T00:14:16.610Z | Checking termtree v0.4.1 |
1872 | 2024-02-10T00:14:16.813Z | Checking predicates-tree v1.0.9 |
1873 | 2024-02-10T00:14:16.871Z | Compiling num_enum_derive v0.5.11 |
1874 | 2024-02-10T00:14:17.127Z | Checking hash32 v0.3.1 |
1875 | 2024-02-10T00:14:17.290Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1876 | 2024-02-10T00:14:17.311Z | Compiling smoltcp v0.11.0 |
1877 | 2024-02-10T00:14:17.801Z | Checking serde_with v3.6.0 |
1878 | 2024-02-10T00:14:17.830Z | Checking cobs v0.2.3 |
1879 | 2024-02-10T00:14:18.004Z | Checking parse-display v0.9.0 |
1880 | 2024-02-10T00:14:18.088Z | Compiling crucible-workspace-hack v0.1.0 |
1881 | 2024-02-10T00:14:18.176Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1882 | 2024-02-10T00:14:18.223Z | Checking embedded-io v0.4.0 |
1883 | 2024-02-10T00:14:18.425Z | Checking postcard v1.0.8 |
1884 | 2024-02-10T00:14:18.428Z | Compiling foreign-types-macros v0.2.3 |
1885 | 2024-02-10T00:14:18.527Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1886 | 2024-02-10T00:14:18.858Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1887 | 2024-02-10T00:14:19.009Z | Checking foreign-types-shared v0.3.1 |
1888 | 2024-02-10T00:14:19.124Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1889 | 2024-02-10T00:14:19.376Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1890 | 2024-02-10T00:14:19.522Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1891 | 2024-02-10T00:14:19.627Z | Compiling usdt-macro v0.5.0 |
1892 | 2024-02-10T00:14:19.784Z | Checking num_enum v0.5.11 |
1893 | 2024-02-10T00:14:19.811Z | Checking foreign-types v0.5.0 |
1894 | 2024-02-10T00:14:19.917Z | Compiling usdt-attr-macro v0.5.0 |
1895 | 2024-02-10T00:14:19.933Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-02-10T00:14:20.817Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-10T00:14:21.286Z | Checking cstr-argument v0.1.2 |
1898 | 2024-02-10T00:14:21.437Z | Checking memmap v0.7.0 |
1899 | 2024-02-10T00:14:21.453Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1900 | 2024-02-10T00:14:21.482Z | Checking pretty-hex v0.2.1 |
1901 | 2024-02-10T00:14:21.629Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1902 | 2024-02-10T00:14:21.646Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-02-10T00:14:21.801Z | Checking usdt v0.5.0 |
1904 | 2024-02-10T00:14:21.814Z | Checking colored v2.0.4 |
1905 | 2024-02-10T00:14:21.831Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1906 | 2024-02-10T00:14:21.899Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1907 | 2024-02-10T00:14:21.915Z | Compiling zone_cfg_derive v0.3.0 |
1908 | 2024-02-10T00:14:21.930Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1909 | 2024-02-10T00:14:22.059Z | Compiling mockall_derive v0.12.0 |
1910 | 2024-02-10T00:14:22.124Z | Compiling num-derive v0.4.0 |
1911 | 2024-02-10T00:14:22.289Z | Checking fragile v2.0.0 |
1912 | 2024-02-10T00:14:22.556Z | Checking downcast v0.11.0 |
1913 | 2024-02-10T00:14:22.768Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1914 | 2024-02-10T00:14:23.086Z | Checking smf v0.2.2 |
1915 | 2024-02-10T00:14:23.288Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1916 | 2024-02-10T00:14:23.590Z | Checking xattr v1.0.1 |
1917 | 2024-02-10T00:14:23.626Z | Checking zone v0.3.0 |
1918 | 2024-02-10T00:14:23.784Z | Checking filetime v0.2.23 |
1919 | 2024-02-10T00:14:24.003Z | Checking same-file v1.0.6 |
1920 | 2024-02-10T00:14:24.144Z | Checking tar v0.4.40 |
1921 | 2024-02-10T00:14:24.168Z | Checking walkdir v2.4.0 |
1922 | 2024-02-10T00:14:24.437Z | Compiling rayon-core v1.12.0 |
1923 | 2024-02-10T00:14:24.454Z | Checking pem v3.0.2 |
1924 | 2024-02-10T00:14:24.704Z | Checking linked-hash-map v0.5.6 |
1925 | 2024-02-10T00:14:24.726Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1926 | 2024-02-10T00:14:24.729Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1927 | 2024-02-10T00:14:24.792Z | Checking itertools v0.12.1 |
1928 | 2024-02-10T00:14:24.868Z | Checking headers-core v0.2.0 |
1929 | 2024-02-10T00:14:25.002Z | Checking headers v0.3.9 |
1930 | 2024-02-10T00:14:25.022Z | Checking swrite v0.1.0 |
1931 | 2024-02-10T00:14:25.041Z | Checking lru-cache v0.1.2 |
1932 | 2024-02-10T00:14:25.133Z | Checking password-hash v0.5.0 |
1933 | 2024-02-10T00:14:25.194Z | Checking blake2 v0.10.6 |
1934 | 2024-02-10T00:14:25.219Z | Checking rcgen v0.12.1 |
1935 | 2024-02-10T00:14:25.618Z | Checking atomicwrites v0.4.3 |
1936 | 2024-02-10T00:14:25.641Z | Checking argon2 v0.5.3 |
1937 | 2024-02-10T00:14:25.812Z | Checking subprocess v0.2.9 |
1938 | 2024-02-10T00:14:25.896Z | Checking arc-swap v1.6.0 |
1939 | 2024-02-10T00:14:26.153Z | Compiling cancel-safe-futures v0.1.5 |
1940 | 2024-02-10T00:14:26.261Z | Checking half v2.3.1 |
1941 | 2024-02-10T00:14:26.346Z | Checking slog-scope v4.4.0 |
1942 | 2024-02-10T00:14:26.360Z | Checking ciborium-io v0.2.2 |
1943 | 2024-02-10T00:14:26.487Z | Checking resolv-conf v0.7.0 |
1944 | 2024-02-10T00:14:26.551Z | Checking slog-stdlog v4.1.1 |
1945 | 2024-02-10T00:14:26.710Z | Checking slog-envlogger v2.2.0 |
1946 | 2024-02-10T00:14:26.726Z | Checking ciborium-ll v0.2.2 |
1947 | 2024-02-10T00:14:26.848Z | Checking trust-dns-resolver v0.22.0 |
1948 | 2024-02-10T00:14:26.931Z | Checking libsw v3.3.1 |
1949 | 2024-02-10T00:14:27.015Z | Compiling derive-where v1.2.7 |
1950 | 2024-02-10T00:14:27.038Z | Checking ciborium v0.2.2 |
1951 | 2024-02-10T00:14:27.190Z | Checking linear-map v1.2.0 |
1952 | 2024-02-10T00:14:27.514Z | Checking owo-colors v4.0.0 |
1953 | 2024-02-10T00:14:27.547Z | Checking textwrap v0.11.0 |
1954 | 2024-02-10T00:14:27.755Z | Compiling heck v0.3.3 |
1955 | 2024-02-10T00:14:27.954Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1956 | 2024-02-10T00:14:28.122Z | Compiling blake3 v1.5.0 |
1957 | 2024-02-10T00:14:28.184Z | Checking vec_map v0.8.2 |
1958 | 2024-02-10T00:14:28.454Z | Compiling libefi-sys v0.1.0 |
1959 | 2024-02-10T00:14:28.514Z | Checking ansi_term v0.12.1 |
1960 | 2024-02-10T00:14:28.736Z | Checking strsim v0.8.0 |
1961 | 2024-02-10T00:14:28.824Z | Compiling structopt-derive v0.4.18 |
1962 | 2024-02-10T00:14:28.918Z | Checking clap v2.34.0 |
1963 | 2024-02-10T00:14:29.073Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1964 | 2024-02-10T00:14:29.484Z | Compiling slog-dtrace v0.3.0 |
1965 | 2024-02-10T00:14:29.885Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1966 | 2024-02-10T00:14:30.186Z | Checking termcolor v1.2.0 |
1967 | 2024-02-10T00:14:30.231Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1968 | 2024-02-10T00:14:30.576Z | Checking nibble_vec v0.1.0 |
1969 | 2024-02-10T00:14:30.757Z | Checking gethostname v0.4.3 |
1970 | 2024-02-10T00:14:30.838Z | Compiling radium v0.7.0 |
1971 | 2024-02-10T00:14:30.886Z | Checking endian-type v0.1.2 |
1972 | 2024-02-10T00:14:30.990Z | Checking tap v1.0.1 |
1973 | 2024-02-10T00:14:31.507Z | Checking radix_trie v0.2.1 |
1974 | 2024-02-10T00:14:31.514Z | Compiling maybe-uninit v2.0.0 |
1975 | 2024-02-10T00:14:31.514Z | Checking mockall v0.12.0 |
1976 | 2024-02-10T00:14:31.514Z | Checking wyz v0.5.1 |
1977 | 2024-02-10T00:14:31.515Z | Checking fxhash v0.2.1 |
1978 | 2024-02-10T00:14:31.655Z | Checking funty v2.0.0 |
1979 | 2024-02-10T00:14:31.707Z | Compiling packed_struct v0.10.1 |
1980 | 2024-02-10T00:14:31.748Z | Compiling num-bigint-dig v0.8.4 |
1981 | 2024-02-10T00:14:31.764Z | Checking crc-catalog v2.2.0 |
1982 | 2024-02-10T00:14:31.782Z | Compiling semver v0.1.20 |
1983 | 2024-02-10T00:14:31.897Z | Checking crc v3.0.1 |
1984 | 2024-02-10T00:14:32.023Z | Checking structopt v0.3.26 |
1985 | 2024-02-10T00:14:32.103Z | Compiling rustc_version v0.1.7 |
1986 | 2024-02-10T00:14:32.191Z | Compiling packed_struct_codegen v0.10.1 |
1987 | 2024-02-10T00:14:32.206Z | Compiling indexmap v1.9.3 |
1988 | 2024-02-10T00:14:32.413Z | Checking nodrop v0.1.14 |
1989 | 2024-02-10T00:14:32.428Z | Checking smallvec v0.6.14 |
1990 | 2024-02-10T00:14:32.532Z | Checking array-init v0.0.4 |
1991 | 2024-02-10T00:14:32.566Z | Compiling newtype_derive v0.1.6 |
1992 | 2024-02-10T00:14:32.790Z | Checking bitvec v1.0.1 |
1993 | 2024-02-10T00:14:32.806Z | Checking pkcs1 v0.7.5 |
1994 | 2024-02-10T00:14:32.969Z | Checking signature v2.1.0 |
1995 | 2024-02-10T00:14:33.162Z | Compiling crossbeam-deque v0.8.3 |
1996 | 2024-02-10T00:14:33.262Z | Checking bitfield v0.14.0 |
1997 | 2024-02-10T00:14:33.549Z | Checking hashbrown v0.12.3 |
1998 | 2024-02-10T00:14:34.087Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1999 | 2024-02-10T00:14:34.103Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2000 | 2024-02-10T00:14:34.382Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2001 | 2024-02-10T00:14:34.621Z | Checking rsa v0.9.2 |
2002 | 2024-02-10T00:14:34.748Z | Checking serde-hex v0.1.0 |
2003 | 2024-02-10T00:14:35.390Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2004 | 2024-02-10T00:14:35.411Z | Checking env_logger v0.10.0 |
2005 | 2024-02-10T00:14:35.546Z | Checking x509-cert v0.2.4 |
2006 | 2024-02-10T00:14:35.620Z | Checking ron v0.8.1 |
2007 | 2024-02-10T00:14:35.835Z | Compiling semver-parser v0.10.2 |
2008 | 2024-02-10T00:14:36.970Z | Compiling num-rational v0.4.1 |
2009 | 2024-02-10T00:14:37.133Z | Checking crc-any v2.4.3 |
2010 | 2024-02-10T00:14:37.197Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2011 | 2024-02-10T00:14:37.458Z | Compiling semver v0.11.0 |
2012 | 2024-02-10T00:14:37.494Z | Compiling rayon v1.8.0 |
2013 | 2024-02-10T00:14:37.688Z | Checking object v0.30.4 |
2014 | 2024-02-10T00:14:38.894Z | Compiling memmap2 v0.7.1 |
2015 | 2024-02-10T00:14:39.062Z | Compiling home v0.5.5 |
2016 | 2024-02-10T00:14:39.205Z | Compiling constant_time_eq v0.3.0 |
2017 | 2024-02-10T00:14:39.312Z | Compiling arrayvec v0.7.4 |
2018 | 2024-02-10T00:14:39.328Z | Compiling arrayref v0.3.7 |
2019 | 2024-02-10T00:14:39.383Z | Checking path-slash v0.1.5 |
2020 | 2024-02-10T00:14:39.399Z | Compiling toolchain_find v0.2.0 |
2021 | 2024-02-10T00:14:39.731Z | Checking steno v0.4.0 |
2022 | 2024-02-10T00:14:39.759Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2023 | 2024-02-10T00:14:40.026Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2024 | 2024-02-10T00:14:40.628Z | Compiling toml v0.5.11 |
2025 | 2024-02-10T00:14:40.836Z | Checking num-complex v0.4.4 |
2026 | 2024-02-10T00:14:41.629Z | Compiling topological-sort v0.2.2 |
2027 | 2024-02-10T00:14:41.754Z | Compiling convert_case v0.4.0 |
2028 | 2024-02-10T00:14:41.851Z | Checking num v0.4.1 |
2029 | 2024-02-10T00:14:42.160Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2030 | 2024-02-10T00:14:42.383Z | Checking newline-converter v0.3.0 |
2031 | 2024-02-10T00:14:42.541Z | Compiling rustfmt-wrapper v0.2.0 |
2032 | 2024-02-10T00:14:42.721Z | Compiling derive_more v0.99.17 |
2033 | 2024-02-10T00:14:43.227Z | Compiling omicron-zone-package v0.11.0 |
2034 | 2024-02-10T00:14:43.768Z | Checking expectorate v1.1.0 |
2035 | 2024-02-10T00:14:43.919Z | Checking utf-8 v0.7.6 |
2036 | 2024-02-10T00:14:44.122Z | Checking tungstenite v0.20.1 |
2037 | 2024-02-10T00:14:44.125Z | Compiling buf-list v1.0.3 |
2038 | 2024-02-10T00:14:44.575Z | Checking display-error-chain v0.2.0 |
2039 | 2024-02-10T00:14:44.727Z | Compiling parking_lot_core v0.8.6 |
2040 | 2024-02-10T00:14:45.054Z | Checking tokio-tungstenite v0.20.1 |
2041 | 2024-02-10T00:14:45.157Z | Checking keccak v0.1.4 |
2042 | 2024-02-10T00:14:45.320Z | Checking trust-dns-client v0.22.0 |
2043 | 2024-02-10T00:14:45.441Z | Checking sha3 v0.10.8 |
2044 | 2024-02-10T00:14:45.571Z | Checking parking_lot v0.11.2 |
2045 | 2024-02-10T00:14:45.834Z | Checking secrecy v0.8.0 |
2046 | 2024-02-10T00:14:45.931Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-02-10T00:14:46.062Z | Compiling doc-comment v0.3.3 |
2048 | 2024-02-10T00:14:46.600Z | Checking sled v0.34.7 |
2049 | 2024-02-10T00:14:46.903Z | Checking glob v0.3.1 |
2050 | 2024-02-10T00:14:47.035Z | Checking trust-dns-server v0.22.1 |
2051 | 2024-02-10T00:14:47.215Z | Compiling vte_generate_state_changes v0.1.1 |
2052 | 2024-02-10T00:14:47.647Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2053 | 2024-02-10T00:14:47.882Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2054 | 2024-02-10T00:14:47.960Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2055 | 2024-02-10T00:14:49.349Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2056 | 2024-02-10T00:14:49.761Z | Checking pin-project v1.1.3 |
2057 | 2024-02-10T00:14:50.272Z | Checking vte v0.11.1 |
2058 | 2024-02-10T00:14:50.272Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2059 | 2024-02-10T00:14:50.273Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2060 | 2024-02-10T00:14:50.464Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2061 | 2024-02-10T00:14:51.134Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2062 | 2024-02-10T00:14:51.193Z | Compiling unicase v2.7.0 |
2063 | 2024-02-10T00:14:51.555Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2064 | 2024-02-10T00:14:51.892Z | Compiling platforms v3.0.2 |
2065 | 2024-02-10T00:14:51.978Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2066 | 2024-02-10T00:14:52.213Z | Checking strip-ansi-escapes v0.2.0 |
2067 | 2024-02-10T00:14:52.267Z | Checking fd-lock v3.0.13 |
2068 | 2024-02-10T00:14:52.350Z | Compiling snafu-derive v0.7.5 |
2069 | 2024-02-10T00:14:52.366Z | Compiling fs-err v2.11.0 |
2070 | 2024-02-10T00:14:52.449Z | Checking nu-ansi-term v0.49.0 |
2071 | 2024-02-10T00:14:52.867Z | Checking reedline v0.28.0 |
2072 | 2024-02-10T00:14:53.231Z | Checking globset v0.4.13 |
2073 | 2024-02-10T00:14:53.565Z | Checking olpc-cjson v0.1.3 |
2074 | 2024-02-10T00:14:53.761Z | Checking serde_plain v1.0.2 |
2075 | 2024-02-10T00:14:53.777Z | Compiling async-recursion v1.0.5 |
2076 | 2024-02-10T00:14:54.034Z | Checking typed-path v0.7.0 |
2077 | 2024-02-10T00:14:54.891Z | Compiling curve25519-dalek v4.1.1 |
2078 | 2024-02-10T00:14:55.501Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2079 | 2024-02-10T00:14:55.732Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2024-02-10T00:14:56.017Z | Compiling memoffset v0.7.1 |
2081 | 2024-02-10T00:14:56.351Z | Checking parse-size v1.0.0 |
2082 | 2024-02-10T00:14:56.580Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2083 | 2024-02-10T00:14:56.655Z | Compiling mime_guess v2.0.4 |
2084 | 2024-02-10T00:14:57.241Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2085 | 2024-02-10T00:14:58.538Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2086 | 2024-02-10T00:14:58.656Z | Checking snafu v0.7.5 |
2087 | 2024-02-10T00:14:58.954Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2088 | 2024-02-10T00:14:59.169Z | Checking tough v0.16.0 |
2089 | 2024-02-10T00:14:59.300Z | Checking universal-hash v0.5.1 |
2090 | 2024-02-10T00:14:59.488Z | Compiling thiserror-impl-no-std v2.0.2 |
2091 | 2024-02-10T00:15:00.122Z | Compiling curve25519-dalek-derive v0.1.0 |
2092 | 2024-02-10T00:15:01.630Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2024-02-10T00:15:01.786Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2094 | 2024-02-10T00:15:03.100Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2095 | 2024-02-10T00:15:03.803Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2096 | 2024-02-10T00:15:03.936Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2097 | 2024-02-10T00:15:04.360Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-02-10T00:15:05.086Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2099 | 2024-02-10T00:15:05.847Z | Checking opaque-debug v0.3.0 |
2100 | 2024-02-10T00:15:05.953Z | Checking poly1305 v0.8.0 |
2101 | 2024-02-10T00:15:06.426Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2102 | 2024-02-10T00:15:07.302Z | Checking thiserror-no-std v2.0.2 |
2103 | 2024-02-10T00:15:08.991Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2104 | 2024-02-10T00:15:09.082Z | Checking chacha20 v0.9.1 |
2105 | 2024-02-10T00:15:09.323Z | Checking aead v0.5.2 |
2106 | 2024-02-10T00:15:09.342Z | Checking kstat-rs v0.2.3 |
2107 | 2024-02-10T00:15:09.452Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2108 | 2024-02-10T00:15:09.702Z | Compiling salty v0.2.0 |
2109 | 2024-02-10T00:15:09.792Z | Checking signature v1.6.4 |
2110 | 2024-02-10T00:15:09.917Z | Checking ed25519 v1.5.3 |
2111 | 2024-02-10T00:15:10.147Z | Checking chacha20poly1305 v0.10.1 |
2112 | 2024-02-10T00:15:10.283Z | Checking vsss-rs v3.3.4 |
2113 | 2024-02-10T00:15:10.598Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2114 | 2024-02-10T00:15:11.015Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2115 | 2024-02-10T00:15:11.273Z | Checking serde-big-array v0.5.1 |
2116 | 2024-02-10T00:15:11.504Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-10T00:15:12.391Z | Checking bytecount v0.6.3 |
2118 | 2024-02-10T00:15:12.554Z | Checking papergrid v0.11.0 |
2119 | 2024-02-10T00:15:13.826Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2120 | 2024-02-10T00:15:14.147Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2121 | 2024-02-10T00:15:14.156Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2122 | 2024-02-10T00:15:14.697Z | Compiling tabled_derive v0.7.0 |
2123 | 2024-02-10T00:15:15.208Z | Checking signal-hook-tokio v0.3.1 |
2124 | 2024-02-10T00:15:15.391Z | Checking fd-lock v4.0.2 |
2125 | 2024-02-10T00:15:15.582Z | Checking nix v0.27.1 |
2126 | 2024-02-10T00:15:15.733Z | Checking serde-big-array v0.4.1 |
2127 | 2024-02-10T00:15:15.906Z | Compiling sqlparser_derive v0.2.2 |
2128 | 2024-02-10T00:15:16.629Z | Compiling prettyplease v0.2.16 |
2129 | 2024-02-10T00:15:16.947Z | Checking unicode_categories v0.1.1 |
2130 | 2024-02-10T00:15:17.227Z | Checking humantime v2.1.0 |
2131 | 2024-02-10T00:15:17.244Z | Checking sqlformat v0.2.3 |
2132 | 2024-02-10T00:15:17.464Z | Checking tabled v0.15.0 |
2133 | 2024-02-10T00:15:17.517Z | Checking sqlparser v0.43.1 |
2134 | 2024-02-10T00:15:18.293Z | Checking rustyline v13.0.0 |
2135 | 2024-02-10T00:15:18.772Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2136 | 2024-02-10T00:15:19.278Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2024-02-10T00:15:19.760Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2138 | 2024-02-10T00:15:19.992Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2139 | 2024-02-10T00:15:20.530Z | Checking bcs v0.1.6 |
2140 | 2024-02-10T00:15:21.005Z | Checking highway v1.1.0 |
2141 | 2024-02-10T00:15:21.345Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2142 | 2024-02-10T00:15:21.373Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2143 | 2024-02-10T00:15:21.597Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2144 | 2024-02-10T00:15:23.437Z | Checking corncobs v0.1.3 |
2145 | 2024-02-10T00:15:23.638Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2146 | 2024-02-10T00:15:23.836Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2147 | 2024-02-10T00:15:24.664Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2148 | 2024-02-10T00:15:24.726Z | Checking http-range v0.1.5 |
2149 | 2024-02-10T00:15:24.884Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2150 | 2024-02-10T00:15:24.900Z | Compiling crunchy v0.2.2 |
2151 | 2024-02-10T00:15:25.086Z | Checking hyper-staticfile v0.9.5 |
2152 | 2024-02-10T00:15:25.445Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2153 | 2024-02-10T00:15:25.478Z | Compiling clang-sys v1.6.1 |
2154 | 2024-02-10T00:15:25.649Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2155 | 2024-02-10T00:15:26.207Z | Compiling tiny-keccak v2.0.2 |
2156 | 2024-02-10T00:15:26.573Z | Compiling darling_core v0.14.4 |
2157 | 2024-02-10T00:15:26.599Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2158 | 2024-02-10T00:15:26.615Z | Compiling portable-atomic v1.4.3 |
2159 | 2024-02-10T00:15:27.703Z | Checking assert_matches v1.5.0 |
2160 | 2024-02-10T00:15:27.815Z | Compiling ascii-canvas v3.0.0 |
2161 | 2024-02-10T00:15:28.253Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2162 | 2024-02-10T00:15:28.435Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2163 | 2024-02-10T00:15:28.726Z | Compiling ena v0.14.2 |
2164 | 2024-02-10T00:15:29.001Z | Compiling libloading v0.7.4 |
2165 | 2024-02-10T00:15:29.113Z | Compiling diff v0.1.13 |
2166 | 2024-02-10T00:15:29.406Z | Compiling regex-syntax v0.6.29 |
2167 | 2024-02-10T00:15:29.764Z | Compiling bindgen v0.69.2 |
2168 | 2024-02-10T00:15:31.236Z | Compiling cexpr v0.6.0 |
2169 | 2024-02-10T00:15:32.845Z | Compiling darling_macro v0.14.4 |
2170 | 2024-02-10T00:15:32.948Z | Compiling lalrpop v0.19.12 |
2171 | 2024-02-10T00:15:33.610Z | Compiling which v4.4.0 |
2172 | 2024-02-10T00:15:33.878Z | Compiling darling v0.14.4 |
2173 | 2024-02-10T00:15:33.989Z | Compiling rustc-hash v1.1.0 |
2174 | 2024-02-10T00:15:34.147Z | Checking number_prefix v0.4.0 |
2175 | 2024-02-10T00:15:34.202Z | Checking maplit v1.0.2 |
2176 | 2024-02-10T00:15:34.305Z | Compiling ref-cast v1.0.20 |
2177 | 2024-02-10T00:15:34.341Z | Compiling peeking_take_while v0.1.2 |
2178 | 2024-02-10T00:15:34.480Z | Compiling shlex v1.3.0 |
2179 | 2024-02-10T00:15:34.595Z | Compiling lazycell v1.3.0 |
2180 | 2024-02-10T00:15:34.867Z | Compiling derive_builder_core v0.12.0 |
2181 | 2024-02-10T00:15:34.883Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2182 | 2024-02-10T00:15:35.210Z | Compiling ref-cast-impl v1.0.20 |
2183 | 2024-02-10T00:15:35.438Z | Compiling libxml v0.3.3 |
2184 | 2024-02-10T00:15:35.842Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2185 | 2024-02-10T00:15:36.553Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2186 | 2024-02-10T00:15:36.679Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2187 | 2024-02-10T00:15:36.964Z | Compiling strum_macros v0.24.3 |
2188 | 2024-02-10T00:15:37.198Z | Compiling derive_builder_macro v0.12.0 |
2189 | 2024-02-10T00:15:38.141Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2190 | 2024-02-10T00:15:38.218Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2191 | 2024-02-10T00:15:38.437Z | Compiling cookie v0.18.0 |
2192 | 2024-02-10T00:15:38.752Z | Compiling indoc v1.0.9 |
2193 | 2024-02-10T00:15:39.969Z | Checking derive_builder v0.12.0 |
2194 | 2024-02-10T00:15:40.607Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2195 | 2024-02-10T00:15:40.742Z | Checking bb8 v0.8.3 |
2196 | 2024-02-10T00:15:40.876Z | Checking quick-xml v0.30.0 |
2197 | 2024-02-10T00:15:41.201Z | Checking castaway v0.2.2 |
2198 | 2024-02-10T00:15:41.357Z | Compiling strum_macros v0.26.1 |
2199 | 2024-02-10T00:15:41.666Z | Compiling impl-trait-for-tuples v0.2.2 |
2200 | 2024-02-10T00:15:42.728Z | Checking indicatif v0.17.7 |
2201 | 2024-02-10T00:15:42.773Z | Compiling oso-derive v0.27.0 |
2202 | 2024-02-10T00:15:42.924Z | Checking compact_str v0.7.1 |
2203 | 2024-02-10T00:15:43.575Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2204 | 2024-02-10T00:15:44.416Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2205 | 2024-02-10T00:15:44.677Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-02-10T00:15:45.842Z | Checking lru v0.12.1 |
2207 | 2024-02-10T00:15:46.113Z | Compiling stability v0.1.1 |
2208 | 2024-02-10T00:15:46.612Z | Compiling indoc v2.0.3 |
2209 | 2024-02-10T00:15:47.022Z | Checking strum v0.26.1 |
2210 | 2024-02-10T00:15:47.193Z | Checking cassowary v0.3.0 |
2211 | 2024-02-10T00:15:47.197Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2212 | 2024-02-10T00:15:47.637Z | Checking smawk v0.3.1 |
2213 | 2024-02-10T00:15:47.667Z | Checking ratatui v0.26.0 |
2214 | 2024-02-10T00:15:47.846Z | Checking unicode-linebreak v0.1.5 |
2215 | 2024-02-10T00:15:48.297Z | Checking textwrap v0.16.0 |
2216 | 2024-02-10T00:15:48.690Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2217 | 2024-02-10T00:15:48.982Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2218 | 2024-02-10T00:15:49.438Z | Checking is_ci v1.1.1 |
2219 | 2024-02-10T00:15:49.570Z | Checking supports-color v2.1.0 |
2220 | 2024-02-10T00:15:49.753Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-02-10T00:15:49.778Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2222 | 2024-02-10T00:15:50.125Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2223 | 2024-02-10T00:15:50.815Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2224 | 2024-02-10T00:15:51.092Z | Checking rtoolbox v0.0.1 |
2225 | 2024-02-10T00:15:51.588Z | Checking tui-tree-widget v0.17.0 |
2226 | 2024-02-10T00:15:51.600Z | Checking rpassword v7.3.1 |
2227 | 2024-02-10T00:15:51.601Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2228 | 2024-02-10T00:15:51.601Z | Checking fatfs v0.3.6 |
2229 | 2024-02-10T00:15:52.584Z | Checking shell-words v1.1.0 |
2230 | 2024-02-10T00:15:52.778Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2231 | 2024-02-10T00:15:52.949Z | Checking yansi v0.5.1 |
2232 | 2024-02-10T00:15:53.866Z | Checking pretty_assertions v1.4.0 |
2233 | 2024-02-10T00:15:53.901Z | Compiling target-lexicon v0.12.13 |
2234 | 2024-02-10T00:15:53.977Z | Compiling guppy-workspace-hack v0.1.0 |
2235 | 2024-02-10T00:15:54.135Z | Checking plotters-backend v0.3.5 |
2236 | 2024-02-10T00:15:54.326Z | Checking http-body v1.0.0 |
2237 | 2024-02-10T00:15:54.523Z | Checking plotters-svg v0.3.5 |
2238 | 2024-02-10T00:15:54.548Z | Checking rand v0.4.6 |
2239 | 2024-02-10T00:15:54.729Z | Checking cast v0.3.0 |
2240 | 2024-02-10T00:15:54.844Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2241 | 2024-02-10T00:15:54.883Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2242 | 2024-02-10T00:15:55.480Z | Checking remove_dir_all v0.5.3 |
2243 | 2024-02-10T00:15:55.578Z | Checking tower-layer v0.3.2 |
2244 | 2024-02-10T00:15:55.596Z | Compiling target-spec v3.1.0 |
2245 | 2024-02-10T00:15:55.813Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-02-10T00:15:55.833Z | Checking tower v0.4.13 |
2247 | 2024-02-10T00:15:56.205Z | Checking cfg-expr v0.15.6 |
2248 | 2024-02-10T00:15:56.675Z | Checking tempdir v0.3.7 |
2249 | 2024-02-10T00:15:56.856Z | Checking criterion-plot v0.5.0 |
2250 | 2024-02-10T00:15:57.056Z | Checking plotters v0.3.5 |
2251 | 2024-02-10T00:15:57.280Z | Checking hyper v1.1.0 |
2252 | 2024-02-10T00:15:57.497Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2253 | 2024-02-10T00:15:58.426Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2254 | 2024-02-10T00:15:58.652Z | Checking tinytemplate v1.2.1 |
2255 | 2024-02-10T00:15:58.925Z | Checking cargo-platform v0.1.3 |
2256 | 2024-02-10T00:15:59.218Z | Checking oorandom v11.1.3 |
2257 | 2024-02-10T00:15:59.317Z | Checking anes v0.1.6 |
2258 | 2024-02-10T00:15:59.690Z | Checking criterion v0.5.1 |
2259 | 2024-02-10T00:15:59.921Z | Checking cargo_metadata v0.18.1 |
2260 | 2024-02-10T00:16:00.068Z | Checking hyper-util v0.1.2 |
2261 | 2024-02-10T00:16:01.666Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2262 | 2024-02-10T00:16:01.682Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2263 | 2024-02-10T00:16:02.034Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2264 | 2024-02-10T00:16:02.720Z | Checking assert_cmd v2.0.13 |
2265 | 2024-02-10T00:16:03.179Z | Checking rustls-native-certs v0.7.0 |
2266 | 2024-02-10T00:16:03.308Z | Checking pathdiff v0.2.1 |
2267 | 2024-02-10T00:16:03.470Z | Checking nested v0.1.1 |
2268 | 2024-02-10T00:16:05.753Z | Checking guppy v0.17.5 |
2269 | 2024-02-10T00:16:07.005Z | Checking hyper-rustls v0.26.0 |
2270 | 2024-02-10T00:16:07.391Z | Checking httptest v0.15.5 |
2271 | 2024-02-10T00:16:07.936Z | Checking threadpool v1.8.1 |
2272 | 2024-02-10T00:16:08.110Z | Checking nanorand v0.7.0 |
2273 | 2024-02-10T00:16:08.128Z | Checking libtest-mimic v0.6.1 |
2274 | 2024-02-10T00:16:08.322Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2275 | 2024-02-10T00:16:08.467Z | Checking flume v0.11.0 |
2276 | 2024-02-10T00:16:08.561Z | Checking similar-asserts v1.5.0 |
2277 | 2024-02-10T00:16:08.786Z | Compiling rstest_macros v0.18.2 |
2278 | 2024-02-10T00:16:08.969Z | Compiling crossbeam-queue v0.3.8 |
2279 | 2024-02-10T00:16:09.454Z | Checking datatest-stable v0.2.3 |
2280 | 2024-02-10T00:16:09.577Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2281 | 2024-02-10T00:16:09.681Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-02-10T00:16:10.553Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2283 | 2024-02-10T00:16:10.883Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2284 | 2024-02-10T00:16:11.228Z | Checking csv-core v0.1.11 |
2285 | 2024-02-10T00:16:11.300Z | Compiling relative-path v1.9.0 |
2286 | 2024-02-10T00:16:11.401Z | Compiling trybuild v1.0.89 |
2287 | 2024-02-10T00:16:11.549Z | Checking constant_time_eq v0.2.6 |
2288 | 2024-02-10T00:16:11.671Z | Checking blake2b_simd v1.0.1 |
2289 | 2024-02-10T00:16:11.896Z | Checking csv v1.3.0 |
2290 | 2024-02-10T00:16:12.802Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2291 | 2024-02-10T00:16:12.805Z | Checking multimap v0.8.3 |
2292 | 2024-02-10T00:16:13.110Z | Checking basic-toml v0.1.8 |
2293 | 2024-02-10T00:16:13.974Z | Checking futures-timer v3.0.2 |
2294 | 2024-02-10T00:16:15.747Z | Checking crossbeam v0.8.2 |
2295 | 2024-02-10T00:16:15.916Z | Checking rust-argon2 v1.0.1 |
2296 | 2024-02-10T00:16:17.437Z | Checking partial-io v0.5.4 |
2297 | 2024-02-10T00:16:17.805Z | Checking approx v0.5.1 |
2298 | 2024-02-10T00:16:18.043Z | Checking termios v0.3.3 |
2299 | 2024-02-10T00:16:18.256Z | Checking hex-literal v0.4.1 |
2300 | 2024-02-10T00:16:22.329Z | Checking rstest v0.18.2 |
2301 | 2024-02-10T00:16:24.169Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2302 | 2024-02-10T00:16:27.305Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2303 | 2024-02-10T00:17:08.780Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2304 | 2024-02-10T00:17:12.363Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2305 | 2024-02-10T00:17:13.085Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2306 | 2024-02-10T00:17:13.396Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2307 | 2024-02-10T00:17:19.467Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2308 | 2024-02-10T00:17:36.480Z | Compiling polar-core v0.27.0 |
2309 | 2024-02-10T00:17:43.475Z | Checking oso v0.27.0 |
2310 | 2024-02-10T00:18:09.533Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2311 | 2024-02-10T00:19:11.162Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 01s |
2312 | 2024-02-10T00:19:11.342Z | |
2313 | 2024-02-10T00:19:11.342Z | real 7:45.872362270 |
2314 | 2024-02-10T00:19:11.342Z | user 40:23.486038592 |
2315 | 2024-02-10T00:19:11.345Z | sys 6:41.294817905 |
2316 | 2024-02-10T00:19:11.345Z | trap 1.093127092 |
2317 | 2024-02-10T00:19:11.345Z | tflt 5.920194504 |
2318 | 2024-02-10T00:19:11.345Z | dflt 4.308071468 |
2319 | 2024-02-10T00:19:11.345Z | kflt 0.114800876 |
2320 | 2024-02-10T00:19:11.345Z | lock 1:02:06.515884746 |
2321 | 2024-02-10T00:19:11.345Z | slp 2:04:03.314692683 |
2322 | 2024-02-10T00:19:11.345Z | lat 1:42.243372448 |
2323 | 2024-02-10T00:19:11.345Z | stop 4:08.644305274 |
2324 | 2024-02-10T00:19:12.161Z | warning: output filename collision. |
2325 | 2024-02-10T00:19:12.161Z | 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)`. |
2326 | 2024-02-10T00:19:12.161Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2327 | 2024-02-10T00:19:12.161Z | The targets should have unique names. |
2328 | 2024-02-10T00:19:12.161Z | This is a known bug where multiple crates with the same name use |
2329 | 2024-02-10T00:19:12.161Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2024-02-10T00:19:12.168Z | warning: output filename collision. |
2331 | 2024-02-10T00:19:12.168Z | 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)`. |
2332 | 2024-02-10T00:19:12.168Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2333 | 2024-02-10T00:19:12.169Z | The targets should have unique names. |
2334 | 2024-02-10T00:19:12.169Z | This is a known bug where multiple crates with the same name use |
2335 | 2024-02-10T00:19:12.169Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2024-02-10T00:19:12.169Z | warning: output filename collision. |
2337 | 2024-02-10T00:19:12.169Z | 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)`. |
2338 | 2024-02-10T00:19:12.169Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2339 | 2024-02-10T00:19:12.169Z | The targets should have unique names. |
2340 | 2024-02-10T00:19:12.169Z | This is a known bug where multiple crates with the same name use |
2341 | 2024-02-10T00:19:12.169Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2342 | 2024-02-10T00:19:12.169Z | warning: output filename collision. |
2343 | 2024-02-10T00:19:12.169Z | 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)`. |
2344 | 2024-02-10T00:19:12.169Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2345 | 2024-02-10T00:19:12.169Z | The targets should have unique names. |
2346 | 2024-02-10T00:19:12.169Z | This is a known bug where multiple crates with the same name use |
2347 | 2024-02-10T00:19:12.169Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2348 | 2024-02-10T00:19:12.169Z | warning: output filename collision. |
2349 | 2024-02-10T00:19:12.169Z | 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)`. |
2350 | 2024-02-10T00:19:12.169Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2351 | 2024-02-10T00:19:12.169Z | The targets should have unique names. |
2352 | 2024-02-10T00:19:12.169Z | This is a known bug where multiple crates with the same name use |
2353 | 2024-02-10T00:19:12.169Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2354 | 2024-02-10T00:19:12.169Z | warning: output filename collision. |
2355 | 2024-02-10T00:19:12.169Z | 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)`. |
2356 | 2024-02-10T00:19:12.170Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2357 | 2024-02-10T00:19:12.170Z | The targets should have unique names. |
2358 | 2024-02-10T00:19:12.170Z | This is a known bug where multiple crates with the same name use |
2359 | 2024-02-10T00:19:12.170Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2360 | 2024-02-10T00:19:12.170Z | warning: output filename collision. |
2361 | 2024-02-10T00:19:12.170Z | 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)`. |
2362 | 2024-02-10T00:19:12.170Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2363 | 2024-02-10T00:19:12.170Z | The targets should have unique names. |
2364 | 2024-02-10T00:19:12.170Z | This is a known bug where multiple crates with the same name use |
2365 | 2024-02-10T00:19:12.170Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2366 | 2024-02-10T00:19:12.585Z | Documenting libc v0.2.153 |
2367 | 2024-02-10T00:19:12.588Z | Documenting cfg-if v1.0.0 |
2368 | 2024-02-10T00:19:12.635Z | Documenting serde_derive v1.0.196 |
2369 | 2024-02-10T00:19:12.661Z | Documenting log v0.4.20 |
2370 | 2024-02-10T00:19:13.093Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2371 | 2024-02-10T00:19:13.105Z | Documenting memchr v2.6.3 |
2372 | 2024-02-10T00:19:13.105Z | Documenting scopeguard v1.2.0 |
2373 | 2024-02-10T00:19:13.105Z | Documenting byteorder v1.5.0 |
2374 | 2024-02-10T00:19:13.106Z | Documenting smallvec v1.13.1 |
2375 | 2024-02-10T00:19:15.314Z | Documenting itoa v1.0.9 |
2376 | 2024-02-10T00:19:15.437Z | Documenting lock_api v0.4.10 |
2377 | 2024-02-10T00:19:16.178Z | Documenting zeroize_derive v1.4.2 |
2378 | 2024-02-10T00:19:16.593Z | Documenting once_cell v1.19.0 |
2379 | 2024-02-10T00:19:16.662Z | Documenting getrandom v0.2.10 |
2380 | 2024-02-10T00:19:17.024Z | Documenting parking_lot_core v0.9.8 |
2381 | 2024-02-10T00:19:17.280Z | Documenting pin-project-lite v0.2.13 |
2382 | 2024-02-10T00:19:18.118Z | Documenting libm v0.2.7 |
2383 | 2024-02-10T00:19:18.444Z | Documenting signal-hook-registry v1.4.1 |
2384 | 2024-02-10T00:19:19.075Z | Documenting serde v1.0.196 |
2385 | 2024-02-10T00:19:20.043Z | Documenting mio v0.8.9 |
2386 | 2024-02-10T00:19:20.418Z | Documenting futures-core v0.3.30 |
2387 | 2024-02-10T00:19:20.793Z | Documenting zeroize v1.7.0 |
2388 | 2024-02-10T00:19:20.834Z | Documenting rand_core v0.6.4 |
2389 | 2024-02-10T00:19:20.979Z | Documenting parking_lot v0.12.1 |
2390 | 2024-02-10T00:19:21.426Z | Documenting num-traits v0.2.16 |
2391 | 2024-02-10T00:19:22.452Z | Documenting thiserror-impl v1.0.56 |
2392 | 2024-02-10T00:19:24.094Z | Documenting num_cpus v1.16.0 |
2393 | 2024-02-10T00:19:24.193Z | Documenting socket2 v0.5.5 |
2394 | 2024-02-10T00:19:24.802Z | Documenting tokio-macros v2.2.0 |
2395 | 2024-02-10T00:19:24.942Z | Documenting ryu v1.0.15 |
2396 | 2024-02-10T00:19:25.069Z | Documenting typenum v1.16.0 |
2397 | 2024-02-10T00:19:26.225Z | Documenting subtle v2.5.0 |
2398 | 2024-02-10T00:19:27.333Z | Documenting thiserror v1.0.56 |
2399 | 2024-02-10T00:19:27.710Z | Documenting zerocopy v0.7.32 |
2400 | 2024-02-10T00:19:28.203Z | Documenting futures-sink v0.3.30 |
2401 | 2024-02-10T00:19:28.834Z | Documenting pin-utils v0.1.0 |
2402 | 2024-02-10T00:19:29.258Z | Documenting slab v0.4.9 |
2403 | 2024-02-10T00:19:30.167Z | Documenting futures-macro v0.3.30 |
2404 | 2024-02-10T00:19:31.023Z | Documenting const-oid v0.9.5 |
2405 | 2024-02-10T00:19:31.935Z | Documenting futures-channel v0.3.30 |
2406 | 2024-02-10T00:19:33.278Z | Documenting futures-io v0.3.30 |
2407 | 2024-02-10T00:19:34.348Z | Documenting futures-task v0.3.30 |
2408 | 2024-02-10T00:19:35.121Z | Documenting iana-time-zone v0.1.57 |
2409 | 2024-02-10T00:19:35.418Z | Documenting ahash v0.8.7 |
2410 | 2024-02-10T00:19:36.133Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2411 | 2024-02-10T00:19:37.041Z | Documenting allocator-api2 v0.2.16 |
2412 | 2024-02-10T00:19:37.064Z | Documenting tinyvec_macros v0.1.1 |
2413 | 2024-02-10T00:19:37.409Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-02-10T00:19:37.976Z | Documenting futures-util v0.3.30 |
2415 | 2024-02-10T00:19:39.291Z | Documenting tracing-core v0.1.31 |
2416 | 2024-02-10T00:19:39.964Z | Documenting tinyvec v1.6.0 |
2417 | 2024-02-10T00:19:40.400Z | Documenting tracing-attributes v0.1.26 |
2418 | 2024-02-10T00:19:40.843Z | Documenting hashbrown v0.14.2 |
2419 | 2024-02-10T00:19:41.085Z | Documenting bytes v1.5.0 |
2420 | 2024-02-10T00:19:43.943Z | Documenting bitflags v2.4.0 |
2421 | 2024-02-10T00:19:45.872Z | Documenting tokio v1.36.0 |
2422 | 2024-02-10T00:19:46.164Z | Documenting serde_json v1.0.113 |
2423 | 2024-02-10T00:19:46.594Z | Documenting chrono v0.4.31 |
2424 | 2024-02-10T00:19:46.880Z | Documenting uuid v1.7.0 |
2425 | 2024-02-10T00:19:48.279Z | Documenting unicode-normalization v0.1.22 |
2426 | 2024-02-10T00:19:48.909Z | Documenting ppv-lite86 v0.2.17 |
2427 | 2024-02-10T00:19:50.961Z | Documenting generic-array v0.14.7 |
2428 | 2024-02-10T00:19:51.726Z | Documenting equivalent v1.0.1 |
2429 | 2024-02-10T00:19:51.957Z | Documenting unicode-bidi v0.3.13 |
2430 | 2024-02-10T00:19:52.279Z | Documenting rand_chacha v0.3.1 |
2431 | 2024-02-10T00:19:52.495Z | Documenting base64 v0.21.7 |
2432 | 2024-02-10T00:19:53.012Z | Documenting percent-encoding v2.3.1 |
2433 | 2024-02-10T00:19:54.562Z | Documenting indexmap v2.2.2 |
2434 | 2024-02-10T00:19:55.747Z | Documenting crypto-common v0.1.6 |
2435 | 2024-02-10T00:19:56.397Z | Documenting block-buffer v0.10.4 |
2436 | 2024-02-10T00:19:56.449Z | Documenting lazy_static v1.4.0 |
2437 | 2024-02-10T00:19:56.673Z | Documenting rand v0.8.5 |
2438 | 2024-02-10T00:19:57.127Z | Documenting serde_derive_internals v0.26.0 |
2439 | 2024-02-10T00:19:57.275Z | Documenting form_urlencoded v1.2.1 |
2440 | 2024-02-10T00:19:57.641Z | Documenting tracing v0.1.37 |
2441 | 2024-02-10T00:19:59.257Z | Checking serde_derive_internals v0.26.0 |
2442 | 2024-02-10T00:19:59.868Z | Documenting dyn-clone v1.0.16 |
2443 | 2024-02-10T00:20:00.370Z | Documenting fnv v1.0.7 |
2444 | 2024-02-10T00:20:00.817Z | Documenting cpufeatures v0.2.12 |
2445 | 2024-02-10T00:20:01.113Z | Documenting digest v0.10.7 |
2446 | 2024-02-10T00:20:01.287Z | Documenting idna v0.5.0 |
2447 | 2024-02-10T00:20:02.341Z | Documenting httparse v1.8.0 |
2448 | 2024-02-10T00:20:02.544Z | Documenting schemars_derive v0.8.16 |
2449 | 2024-02-10T00:20:02.898Z | Documenting errno v0.3.8 |
2450 | 2024-02-10T00:20:03.120Z | Documenting unicode-width v0.1.11 |
2451 | 2024-02-10T00:20:04.027Z | Documenting unicode-ident v1.0.12 |
2452 | 2024-02-10T00:20:05.731Z | Documenting url v2.5.0 |
2453 | 2024-02-10T00:20:06.019Z | Documenting try-lock v0.2.4 |
2454 | 2024-02-10T00:20:06.185Z | Documenting httpdate v1.0.3 |
2455 | 2024-02-10T00:20:06.912Z | Documenting proc-macro2 v1.0.78 |
2456 | 2024-02-10T00:20:07.312Z | Documenting adler v1.0.2 |
2457 | 2024-02-10T00:20:07.597Z | Documenting rustix v0.38.31 |
2458 | 2024-02-10T00:20:08.976Z | Documenting want v0.3.1 |
2459 | 2024-02-10T00:20:09.199Z | Documenting schemars v0.8.16 |
2460 | 2024-02-10T00:20:10.150Z | Documenting http-body v0.4.5 |
2461 | 2024-02-10T00:20:10.291Z | Documenting openssl-sys v0.9.96 |
2462 | 2024-02-10T00:20:10.302Z | Documenting miniz_oxide v0.7.1 |
2463 | 2024-02-10T00:20:11.301Z | Documenting openssl-macros v0.1.1 |
2464 | 2024-02-10T00:20:12.947Z | Documenting tower-service v0.3.2 |
2465 | 2024-02-10T00:20:13.674Z | Documenting base64ct v1.6.0 |
2466 | 2024-02-10T00:20:14.521Z | Documenting mime v0.3.17 |
2467 | 2024-02-10T00:20:14.534Z | Documenting quote v1.0.35 |
2468 | 2024-02-10T00:20:15.796Z | Documenting aho-corasick v1.0.4 |
2469 | 2024-02-10T00:20:15.940Z | Documenting tokio-util v0.7.10 |
2470 | 2024-02-10T00:20:16.212Z | Documenting openssl v0.10.60 |
2471 | 2024-02-10T00:20:16.326Z | Documenting slog v2.7.0 |
2472 | 2024-02-10T00:20:16.733Z | Documenting openssl-probe v0.1.5 |
2473 | 2024-02-10T00:20:17.983Z | Documenting regex-syntax v0.8.2 |
2474 | 2024-02-10T00:20:18.280Z | Documenting ipnet v2.9.0 |
2475 | 2024-02-10T00:20:18.450Z | Documenting syn v2.0.48 |
2476 | 2024-02-10T00:20:20.552Z | Documenting async-trait v0.1.77 |
2477 | 2024-02-10T00:20:20.694Z | Documenting pem-rfc7468 v0.7.0 |
2478 | 2024-02-10T00:20:20.729Z | Documenting crossbeam-utils v0.8.16 |
2479 | 2024-02-10T00:20:21.760Z | Documenting h2 v0.3.24 |
2480 | 2024-02-10T00:20:22.599Z | Documenting encoding_rs v0.8.33 |
2481 | 2024-02-10T00:20:24.421Z | Documenting native-tls v0.2.11 |
2482 | 2024-02-10T00:20:24.890Z | Documenting der_derive v0.7.2 |
2483 | 2024-02-10T00:20:24.912Z | Documenting regex-automata v0.4.4 |
2484 | 2024-02-10T00:20:24.937Z | Documenting utf8parse v0.2.1 |
2485 | 2024-02-10T00:20:25.288Z | Documenting flagset v0.4.3 |
2486 | 2024-02-10T00:20:27.096Z | Documenting serde_urlencoded v0.7.1 |
2487 | 2024-02-10T00:20:27.742Z | Documenting num-integer v0.1.45 |
2488 | 2024-02-10T00:20:28.034Z | Documenting time-macros v0.2.13 |
2489 | 2024-02-10T00:20:30.009Z | Documenting der v0.7.8 |
2490 | 2024-02-10T00:20:30.479Z | Documenting tokio-native-tls v0.3.1 |
2491 | 2024-02-10T00:20:31.250Z | Documenting num_threads v0.1.6 |
2492 | 2024-02-10T00:20:31.949Z | Documenting time-core v0.1.1 |
2493 | 2024-02-10T00:20:32.468Z | Documenting gimli v0.28.0 |
2494 | 2024-02-10T00:20:32.477Z | Documenting regex v1.10.3 |
2495 | 2024-02-10T00:20:33.124Z | Documenting hyper v0.14.27 |
2496 | 2024-02-10T00:20:34.911Z | Documenting deranged v0.3.8 |
2497 | 2024-02-10T00:20:34.994Z | Documenting object v0.32.1 |
2498 | 2024-02-10T00:20:35.101Z | Documenting spki v0.7.2 |
2499 | 2024-02-10T00:20:35.748Z | Documenting rustc-demangle v0.1.23 |
2500 | 2024-02-10T00:20:37.424Z | Documenting webpki-roots v0.25.2 |
2501 | 2024-02-10T00:20:37.720Z | Documenting spin v0.9.8 |
2502 | 2024-02-10T00:20:38.785Z | Documenting addr2line v0.21.0 |
2503 | 2024-02-10T00:20:38.848Z | Documenting either v1.9.0 |
2504 | 2024-02-10T00:20:39.468Z | Documenting time v0.3.27 |
2505 | 2024-02-10T00:20:39.721Z | Documenting pkcs8 v0.10.2 |
2506 | 2024-02-10T00:20:40.911Z | Documenting openapiv3 v2.0.0 |
2507 | 2024-02-10T00:20:41.327Z | Documenting futures-executor v0.3.30 |
2508 | 2024-02-10T00:20:42.615Z | Checking pest_meta v2.7.6 |
2509 | 2024-02-10T00:20:42.914Z | Documenting memoffset v0.9.0 |
2510 | 2024-02-10T00:20:43.572Z | Documenting data-encoding v2.4.0 |
2511 | 2024-02-10T00:20:44.177Z | Documenting anstyle v1.0.2 |
2512 | 2024-02-10T00:20:44.787Z | Documenting anstyle-parse v0.2.1 |
2513 | 2024-02-10T00:20:45.452Z | Documenting hyper-rustls v0.24.2 |
2514 | 2024-02-10T00:20:45.730Z | Documenting hyper-tls v0.5.0 |
2515 | 2024-02-10T00:20:45.802Z | Documenting crossbeam-epoch v0.9.15 |
2516 | 2024-02-10T00:20:47.747Z | Documenting backtrace v0.3.69 |
2517 | 2024-02-10T00:20:47.924Z | Documenting ipnetwork v0.20.0 |
2518 | 2024-02-10T00:20:48.080Z | Documenting sha2 v0.10.8 |
2519 | 2024-02-10T00:20:48.286Z | Documenting hex v0.4.3 |
2520 | 2024-02-10T00:20:49.369Z | Documenting crc32fast v1.3.2 |
2521 | 2024-02-10T00:20:49.805Z | Documenting pest_meta v2.7.6 |
2522 | 2024-02-10T00:20:52.526Z | Documenting scroll_derive v0.12.0 |
2523 | 2024-02-10T00:20:53.064Z | Documenting colorchoice v1.0.0 |
2524 | 2024-02-10T00:20:53.105Z | Documenting anstyle-query v1.0.0 |
2525 | 2024-02-10T00:20:53.255Z | Documenting untrusted v0.9.0 |
2526 | 2024-02-10T00:20:53.265Z | Documenting futures v0.3.30 |
2527 | 2024-02-10T00:20:53.665Z | Documenting reqwest v0.11.22 |
2528 | 2024-02-10T00:20:53.756Z | Documenting pest_generator v2.7.6 |
2529 | 2024-02-10T00:20:54.015Z | Documenting anyhow v1.0.75 |
2530 | 2024-02-10T00:20:55.906Z | Checking pest_generator v2.7.6 |
2531 | 2024-02-10T00:20:56.144Z | Documenting ring v0.17.7 |
2532 | 2024-02-10T00:20:56.619Z | Documenting num-iter v0.1.43 |
2533 | 2024-02-10T00:20:56.817Z | Documenting anstream v0.5.0 |
2534 | 2024-02-10T00:20:56.908Z | Documenting scroll v0.12.0 |
2535 | 2024-02-10T00:20:58.651Z | Documenting hmac v0.12.1 |
2536 | 2024-02-10T00:20:59.421Z | Documenting signal-hook v0.3.17 |
2537 | 2024-02-10T00:21:00.705Z | Documenting terminal_size v0.2.6 |
2538 | 2024-02-10T00:21:00.757Z | Documenting clap_lex v0.5.1 |
2539 | 2024-02-10T00:21:00.837Z | Documenting static_assertions v1.1.0 |
2540 | 2024-02-10T00:21:00.915Z | Documenting ucd-trie v0.1.6 |
2541 | 2024-02-10T00:21:01.717Z | Documenting plain v0.2.3 |
2542 | 2024-02-10T00:21:03.477Z | Documenting strsim v0.10.0 |
2543 | 2024-02-10T00:21:03.594Z | Documenting pest_derive v2.7.6 |
2544 | 2024-02-10T00:21:03.867Z | Documenting flate2 v1.0.28 |
2545 | 2024-02-10T00:21:04.355Z | Documenting clap_derive v4.4.2 |
2546 | 2024-02-10T00:21:04.591Z | Documenting goblin v0.8.0 |
2547 | 2024-02-10T00:21:04.961Z | Documenting managed v0.8.0 |
2548 | 2024-02-10T00:21:05.257Z | Documenting unicode-segmentation v1.10.1 |
2549 | 2024-02-10T00:21:05.360Z | Documenting pest v2.7.6 |
2550 | 2024-02-10T00:21:07.321Z | Documenting clap_builder v4.4.2 |
2551 | 2024-02-10T00:21:08.085Z | Documenting pretty-hex v0.4.1 |
2552 | 2024-02-10T00:21:08.283Z | Documenting signal-hook-mio v0.2.3 |
2553 | 2024-02-10T00:21:09.068Z | Documenting block-padding v0.3.3 |
2554 | 2024-02-10T00:21:09.069Z | Documenting scheduled-thread-pool v0.2.7 |
2555 | 2024-02-10T00:21:09.758Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2556 | 2024-02-10T00:21:10.328Z | Documenting dtrace-parser v0.2.0 |
2557 | 2024-02-10T00:21:11.215Z | Documenting thread-id v4.2.0 |
2558 | 2024-02-10T00:21:11.802Z | Documenting dof v0.3.0 |
2559 | 2024-02-10T00:21:12.548Z | Documenting enum-as-inner v0.5.1 |
2560 | 2024-02-10T00:21:13.051Z | Documenting diesel_table_macro_syntax v0.1.0 |
2561 | 2024-02-10T00:21:24.708Z | Checking diesel_table_macro_syntax v0.1.0 |
2562 | 2024-02-10T00:21:24.808Z | Documenting clap v4.4.3 |
2563 | 2024-02-10T00:21:24.808Z | Documenting bzip2 v0.4.4 |
2564 | 2024-02-10T00:21:24.808Z | Documenting inout v0.1.3 |
2565 | 2024-02-10T00:21:24.808Z | Documenting r2d2 v0.8.10 |
2566 | 2024-02-10T00:21:24.808Z | Documenting crossterm v0.27.0 |
2567 | 2024-02-10T00:21:24.809Z | Documenting trust-dns-proto v0.22.0 |
2568 | 2024-02-10T00:21:24.809Z | Documenting usdt-impl v0.5.0 |
2569 | 2024-02-10T00:21:24.809Z | Documenting diesel_derives v2.1.2 |
2570 | 2024-02-10T00:21:24.809Z | Documenting md-5 v0.10.5 |
2571 | 2024-02-10T00:21:24.809Z | Documenting stringprep v0.1.3 |
2572 | 2024-02-10T00:21:24.809Z | Documenting toml_datetime v0.6.5 |
2573 | 2024-02-10T00:21:24.809Z | Documenting serde_spanned v0.6.5 |
2574 | 2024-02-10T00:21:24.809Z | Documenting ff v0.13.0 |
2575 | 2024-02-10T00:21:24.809Z | Documenting regress v0.7.1 |
2576 | 2024-02-10T00:21:24.809Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2577 | 2024-02-10T00:21:24.809Z | Documenting siphasher v0.3.11 |
2578 | 2024-02-10T00:21:24.809Z | Documenting fallible-iterator v0.2.0 |
2579 | 2024-02-10T00:21:24.810Z | Documenting winnow v0.5.15 |
2580 | 2024-02-10T00:21:24.810Z | Documenting base16ct v0.2.0 |
2581 | 2024-02-10T00:21:24.831Z | Documenting bit-vec v0.6.3 |
2582 | 2024-02-10T00:21:25.982Z | Documenting group v0.13.0 |
2583 | 2024-02-10T00:21:26.135Z | Documenting phf_shared v0.11.2 |
2584 | 2024-02-10T00:21:26.942Z | Documenting diesel v2.1.4 |
2585 | 2024-02-10T00:21:27.866Z | Documenting sec1 v0.7.3 |
2586 | 2024-02-10T00:21:28.350Z | Documenting postgres-protocol v0.6.6 |
2587 | 2024-02-10T00:21:28.497Z | Documenting cipher v0.4.4 |
2588 | 2024-02-10T00:21:28.845Z | Documenting zip v0.6.6 |
2589 | 2024-02-10T00:21:29.778Z | Documenting toml_edit v0.21.1 |
2590 | 2024-02-10T00:21:29.989Z | Documenting hkdf v0.12.4 |
2591 | 2024-02-10T00:21:30.393Z | Documenting num-bigint v0.4.4 |
2592 | 2024-02-10T00:21:33.514Z | Documenting crypto-bigint v0.5.2 |
2593 | 2024-02-10T00:21:34.070Z | Documenting hubpack v0.1.2 |
2594 | 2024-02-10T00:21:34.772Z | Documenting bstr v1.6.0 |
2595 | 2024-02-10T00:21:35.110Z | Documenting serde_repr v0.1.16 |
2596 | 2024-02-10T00:21:35.470Z | Documenting precomputed-hash v0.1.1 |
2597 | 2024-02-10T00:21:36.180Z | Documenting minimal-lexical v0.2.1 |
2598 | 2024-02-10T00:21:37.893Z | Documenting fixedbitset v0.4.2 |
2599 | 2024-02-10T00:21:38.691Z | Documenting heck v0.4.1 |
2600 | 2024-02-10T00:21:39.207Z | Documenting lalrpop-util v0.19.12 |
2601 | 2024-02-10T00:21:39.550Z | Documenting new_debug_unreachable v1.0.4 |
2602 | 2024-02-10T00:21:39.952Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2603 | 2024-02-10T00:21:40.081Z | Documenting nom v7.1.3 |
2604 | 2024-02-10T00:21:40.642Z | Documenting elliptic-curve v0.13.8 |
2605 | 2024-02-10T00:21:41.343Z | Documenting petgraph v0.6.4 |
2606 | 2024-02-10T00:21:42.408Z | Documenting string_cache v0.8.7 |
2607 | 2024-02-10T00:21:43.316Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2608 | 2024-02-10T00:21:43.975Z | Documenting yasna v0.5.2 |
2609 | 2024-02-10T00:21:45.276Z | Documenting postgres-types v0.2.6 |
2610 | 2024-02-10T00:21:46.659Z | Documenting phf v0.11.2 |
2611 | 2024-02-10T00:21:47.224Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2612 | 2024-02-10T00:21:47.549Z | Documenting console v0.15.8 |
2613 | 2024-02-10T00:21:48.701Z | Documenting semver v1.0.21 |
2614 | 2024-02-10T00:21:50.849Z | Documenting float-cmp v0.9.0 |
2615 | 2024-02-10T00:21:50.978Z | Documenting difflib v0.4.0 |
2616 | 2024-02-10T00:21:51.116Z | Documenting predicates-core v1.0.6 |
2617 | 2024-02-10T00:21:51.437Z | Documenting whoami v1.4.1 |
2618 | 2024-02-10T00:21:52.069Z | Documenting normalize-line-endings v0.3.0 |
2619 | 2024-02-10T00:21:52.982Z | Documenting bit-set v0.5.3 |
2620 | 2024-02-10T00:21:53.187Z | Documenting similar v2.3.0 |
2621 | 2024-02-10T00:21:54.058Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2622 | 2024-02-10T00:21:54.756Z | Documenting getopts v0.2.21 |
2623 | 2024-02-10T00:21:54.960Z | Documenting tokio-stream v0.1.14 |
2624 | 2024-02-10T00:21:55.180Z | Documenting tokio-postgres v0.7.10 |
2625 | 2024-02-10T00:21:55.785Z | Checking ident_case v1.0.1 |
2626 | 2024-02-10T00:21:55.916Z | Documenting predicates v3.1.0 |
2627 | 2024-02-10T00:21:55.940Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2628 | 2024-02-10T00:21:57.124Z | Documenting match_cfg v0.1.0 |
2629 | 2024-02-10T00:21:57.597Z | Documenting sha1 v0.10.6 |
2630 | 2024-02-10T00:21:59.205Z | Documenting dirs-sys-next v0.1.2 |
2631 | 2024-02-10T00:22:00.012Z | Documenting hostname v0.3.1 |
2632 | 2024-02-10T00:22:00.318Z | Documenting rustls-pki-types v1.1.0 |
2633 | 2024-02-10T00:22:00.843Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2634 | 2024-02-10T00:22:02.056Z | Documenting camino v1.1.6 |
2635 | 2024-02-10T00:22:02.503Z | Documenting paste v1.0.14 |
2636 | 2024-02-10T00:22:03.068Z | Documenting dirs-next v2.0.0 |
2637 | 2024-02-10T00:22:03.950Z | Documenting thread_local v1.1.7 |
2638 | 2024-02-10T00:22:04.161Z | Documenting rustls-webpki v0.102.1 |
2639 | 2024-02-10T00:22:04.513Z | Documenting crossbeam-channel v0.5.8 |
2640 | 2024-02-10T00:22:04.795Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2641 | 2024-02-10T00:22:06.379Z | Documenting atty v0.2.14 |
2642 | 2024-02-10T00:22:06.963Z | Documenting term v0.7.0 |
2643 | 2024-02-10T00:22:07.099Z | Documenting take_mut v0.2.2 |
2644 | 2024-02-10T00:22:07.855Z | Documenting slog-json v2.6.1 |
2645 | 2024-02-10T00:22:08.548Z | Documenting http v1.0.0 |
2646 | 2024-02-10T00:22:08.595Z | Documenting rustls v0.22.2 |
2647 | 2024-02-10T00:22:08.840Z | Documenting async-stream-impl v0.3.5 |
2648 | 2024-02-10T00:22:09.165Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2649 | 2024-02-10T00:22:09.786Z | Documenting atomic-waker v1.1.1 |
2650 | 2024-02-10T00:22:10.805Z | Documenting slog-async v2.8.0 |
2651 | 2024-02-10T00:22:11.039Z | Documenting slog-term v2.9.0 |
2652 | 2024-02-10T00:22:12.553Z | Documenting debug-ignore v1.0.5 |
2653 | 2024-02-10T00:22:12.708Z | Documenting waitgroup v0.1.2 |
2654 | 2024-02-10T00:22:13.362Z | Documenting async-stream v0.3.5 |
2655 | 2024-02-10T00:22:14.584Z | Documenting multer v3.0.0 |
2656 | 2024-02-10T00:22:15.425Z | Documenting slog-bunyan v2.5.0 |
2657 | 2024-02-10T00:22:15.527Z | Documenting rustls-pemfile v2.0.0 |
2658 | 2024-02-10T00:22:15.721Z | Checking darling_core v0.20.3 |
2659 | 2024-02-10T00:22:16.379Z | Documenting toml v0.8.9 |
2660 | 2024-02-10T00:22:17.258Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2661 | 2024-02-10T00:22:17.527Z | Documenting serde_path_to_error v0.1.15 |
2662 | 2024-02-10T00:22:17.839Z | Documenting tokio-rustls v0.25.0 |
2663 | 2024-02-10T00:22:18.456Z | Checking darling v0.20.3 |
2664 | 2024-02-10T00:22:18.565Z | Documenting serde_with_macros v3.6.0 |
2665 | 2024-02-10T00:22:19.363Z | Documenting structmeta-derive v0.3.0 |
2666 | 2024-02-10T00:22:19.685Z | Checking structmeta v0.3.0 |
2667 | 2024-02-10T00:22:19.924Z | Documenting instant v0.1.12 |
2668 | 2024-02-10T00:22:20.114Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2669 | 2024-02-10T00:22:21.805Z | Documenting macaddr v1.0.1 |
2670 | 2024-02-10T00:22:22.267Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2671 | 2024-02-10T00:22:22.324Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-02-10T00:22:22.555Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-02-10T00:22:23.265Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2674 | 2024-02-10T00:22:23.696Z | Documenting serde_with v3.6.0 |
2675 | 2024-02-10T00:22:23.790Z | Documenting backoff v0.4.0 |
2676 | 2024-02-10T00:22:24.523Z | Documenting structmeta v0.3.0 |
2677 | 2024-02-10T00:22:24.596Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2678 | 2024-02-10T00:22:25.221Z | Documenting fastrand v2.0.1 |
2679 | 2024-02-10T00:22:25.955Z | Documenting proc-macro-error-attr v1.0.4 |
2680 | 2024-02-10T00:22:26.603Z | Documenting is-terminal v0.4.9 |
2681 | 2024-02-10T00:22:28.769Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2682 | 2024-02-10T00:22:28.879Z | Documenting parse-display-derive v0.9.0 |
2683 | 2024-02-10T00:22:29.628Z | Checking proc-macro-error v1.0.4 |
2684 | 2024-02-10T00:22:29.781Z | Documenting tempfile v3.10.0 |
2685 | 2024-02-10T00:22:29.877Z | Documenting proc-macro-error v1.0.4 |
2686 | 2024-02-10T00:22:29.920Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2687 | 2024-02-10T00:22:30.068Z | Documenting proc-macro-crate v1.3.1 |
2688 | 2024-02-10T00:22:30.192Z | Checking proc-macro-crate v1.3.1 |
2689 | 2024-02-10T00:22:30.442Z | Documenting hash32 v0.3.1 |
2690 | 2024-02-10T00:22:31.266Z | Documenting stable_deref_trait v1.2.0 |
2691 | 2024-02-10T00:22:31.857Z | Documenting embedded-io v0.4.0 |
2692 | 2024-02-10T00:22:34.184Z | Documenting camino-tempfile v1.1.1 |
2693 | 2024-02-10T00:22:34.197Z | Documenting cobs v0.2.3 |
2694 | 2024-02-10T00:22:34.418Z | Documenting foreign-types-macros v0.2.3 |
2695 | 2024-02-10T00:22:34.552Z | Documenting heapless v0.8.0 |
2696 | 2024-02-10T00:22:34.798Z | Documenting parse-display v0.9.0 |
2697 | 2024-02-10T00:22:35.065Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2698 | 2024-02-10T00:22:35.457Z | Documenting num_enum_derive v0.5.11 |
2699 | 2024-02-10T00:22:37.135Z | Documenting postcard v1.0.8 |
2700 | 2024-02-10T00:22:38.035Z | Documenting foreign-types-shared v0.3.1 |
2701 | 2024-02-10T00:22:38.650Z | Documenting crucible-workspace-hack v0.1.0 |
2702 | 2024-02-10T00:22:38.711Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2703 | 2024-02-10T00:22:38.982Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2704 | 2024-02-10T00:22:39.304Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2705 | 2024-02-10T00:22:39.494Z | Documenting smoltcp v0.11.0 |
2706 | 2024-02-10T00:22:41.040Z | Documenting foreign-types v0.5.0 |
2707 | 2024-02-10T00:22:41.552Z | Documenting num_enum v0.5.11 |
2708 | 2024-02-10T00:22:41.990Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2709 | 2024-02-10T00:22:42.287Z | Documenting cstr-argument v0.1.2 |
2710 | 2024-02-10T00:22:43.130Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2711 | 2024-02-10T00:22:43.342Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2712 | 2024-02-10T00:22:45.148Z | Documenting colored v2.0.4 |
2713 | 2024-02-10T00:22:45.213Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2714 | 2024-02-10T00:22:45.346Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2715 | 2024-02-10T00:22:46.091Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2716 | 2024-02-10T00:22:47.606Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2717 | 2024-02-10T00:22:47.700Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2718 | 2024-02-10T00:22:49.532Z | Documenting zone_cfg_derive v0.3.0 |
2719 | 2024-02-10T00:22:50.285Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2720 | 2024-02-10T00:22:50.725Z | Documenting num-derive v0.4.0 |
2721 | 2024-02-10T00:22:50.934Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2722 | 2024-02-10T00:22:51.981Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2723 | 2024-02-10T00:22:52.655Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2724 | 2024-02-10T00:22:54.023Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2725 | 2024-02-10T00:22:54.540Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2726 | 2024-02-10T00:22:55.336Z | Documenting zone v0.3.0 |
2727 | 2024-02-10T00:22:55.465Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2728 | 2024-02-10T00:22:56.834Z | Documenting smf v0.2.2 |
2729 | 2024-02-10T00:22:57.943Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2730 | 2024-02-10T00:22:59.594Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2731 | 2024-02-10T00:22:59.909Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2732 | 2024-02-10T00:22:59.909Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2733 | 2024-02-10T00:23:00.500Z | Documenting password-hash v0.5.0 |
2734 | 2024-02-10T00:23:00.929Z | Documenting blake2 v0.10.6 |
2735 | 2024-02-10T00:23:01.004Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2024-02-10T00:23:02.190Z | Documenting linked-hash-map v0.5.6 |
2737 | 2024-02-10T00:23:02.242Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2738 | 2024-02-10T00:23:05.137Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2739 | 2024-02-10T00:23:05.151Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2740 | 2024-02-10T00:23:05.331Z | Documenting itertools v0.12.1 |
2741 | 2024-02-10T00:23:05.632Z | Documenting memmap v0.7.0 |
2742 | 2024-02-10T00:23:06.158Z | Documenting lru-cache v0.1.2 |
2743 | 2024-02-10T00:23:06.299Z | Documenting argon2 v0.5.3 |
2744 | 2024-02-10T00:23:08.291Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2745 | 2024-02-10T00:23:09.517Z | Documenting swrite v0.1.0 |
2746 | 2024-02-10T00:23:09.682Z | Documenting usdt v0.5.0 |
2747 | 2024-02-10T00:23:09.930Z | Documenting quick-error v1.2.3 |
2748 | 2024-02-10T00:23:11.304Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2749 | 2024-02-10T00:23:11.538Z | Documenting newtype_derive v0.1.6 |
2750 | 2024-02-10T00:23:12.351Z | Documenting tap v1.0.1 |
2751 | 2024-02-10T00:23:13.262Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2752 | 2024-02-10T00:23:13.292Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2753 | 2024-02-10T00:23:13.472Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2754 | 2024-02-10T00:23:13.626Z | Documenting resolv-conf v0.7.0 |
2755 | 2024-02-10T00:23:14.644Z | Documenting radium v0.7.0 |
2756 | 2024-02-10T00:23:15.257Z | Documenting steno v0.4.0 |
2757 | 2024-02-10T00:23:15.345Z | Documenting wyz v0.5.1 |
2758 | 2024-02-10T00:23:17.089Z | Documenting nibble_vec v0.1.0 |
2759 | 2024-02-10T00:23:17.625Z | Documenting trust-dns-resolver v0.22.0 |
2760 | 2024-02-10T00:23:17.704Z | Checking heck v0.3.3 |
2761 | 2024-02-10T00:23:17.884Z | Documenting funty v2.0.0 |
2762 | 2024-02-10T00:23:17.933Z | Documenting endian-type v0.1.2 |
2763 | 2024-02-10T00:23:18.443Z | Documenting crc-catalog v2.2.0 |
2764 | 2024-02-10T00:23:21.118Z | Documenting bitvec v1.0.1 |
2765 | 2024-02-10T00:23:21.389Z | Documenting crc v3.0.1 |
2766 | 2024-02-10T00:23:21.571Z | Documenting structopt-derive v0.4.18 |
2767 | 2024-02-10T00:23:21.758Z | Documenting radix_trie v0.2.1 |
2768 | 2024-02-10T00:23:24.352Z | Documenting cancel-safe-futures v0.1.5 |
2769 | 2024-02-10T00:23:25.940Z | Documenting xattr v1.0.1 |
2770 | 2024-02-10T00:23:25.979Z | Documenting filetime v0.2.23 |
2771 | 2024-02-10T00:23:26.316Z | Documenting packed_struct_codegen v0.10.1 |
2772 | 2024-02-10T00:23:26.579Z | Documenting nodrop v0.1.14 |
2773 | 2024-02-10T00:23:26.658Z | Documenting structopt v0.3.26 |
2774 | 2024-02-10T00:23:29.528Z | Documenting array-init v0.0.4 |
2775 | 2024-02-10T00:23:29.855Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2776 | 2024-02-10T00:23:29.943Z | Documenting libefi-sys v0.1.0 |
2777 | 2024-02-10T00:23:30.111Z | Documenting tar v0.4.40 |
2778 | 2024-02-10T00:23:30.756Z | Documenting num-bigint-dig v0.8.4 |
2779 | 2024-02-10T00:23:31.094Z | Documenting num-rational v0.4.1 |
2780 | 2024-02-10T00:23:31.108Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2781 | 2024-02-10T00:23:31.566Z | Documenting packed_struct v0.10.1 |
2782 | 2024-02-10T00:23:32.827Z | Documenting pkcs1 v0.7.5 |
2783 | 2024-02-10T00:23:34.064Z | Documenting signature v2.1.0 |
2784 | 2024-02-10T00:23:34.297Z | Documenting num-complex v0.4.4 |
2785 | 2024-02-10T00:23:35.480Z | Documenting bitfield v0.14.0 |
2786 | 2024-02-10T00:23:36.129Z | Documenting arc-swap v1.6.0 |
2787 | 2024-02-10T00:23:37.071Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2788 | 2024-02-10T00:23:37.355Z | Documenting termcolor v1.2.0 |
2789 | 2024-02-10T00:23:37.517Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2790 | 2024-02-10T00:23:38.375Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2791 | 2024-02-10T00:23:38.955Z | Documenting rsa v0.9.2 |
2792 | 2024-02-10T00:23:39.775Z | Documenting num v0.4.1 |
2793 | 2024-02-10T00:23:40.082Z | Documenting slog-scope v4.4.0 |
2794 | 2024-02-10T00:23:40.562Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2795 | 2024-02-10T00:23:42.223Z | Documenting env_logger v0.10.0 |
2796 | 2024-02-10T00:23:42.691Z | Documenting serde-hex v0.1.0 |
2797 | 2024-02-10T00:23:43.091Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2798 | 2024-02-10T00:23:43.959Z | Documenting x509-cert v0.2.4 |
2799 | 2024-02-10T00:23:46.101Z | Documenting libsw v3.3.1 |
2800 | 2024-02-10T00:23:46.812Z | Documenting ron v0.8.1 |
2801 | 2024-02-10T00:23:47.123Z | Documenting gethostname v0.4.3 |
2802 | 2024-02-10T00:23:47.573Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2803 | 2024-02-10T00:23:47.796Z | Documenting half v2.3.1 |
2804 | 2024-02-10T00:23:48.129Z | Documenting derive-where v1.2.7 |
2805 | 2024-02-10T00:23:49.720Z | Documenting crc-any v2.4.3 |
2806 | 2024-02-10T00:23:50.883Z | Documenting owo-colors v4.0.0 |
2807 | 2024-02-10T00:23:51.044Z | Documenting ciborium-io v0.2.2 |
2808 | 2024-02-10T00:23:51.286Z | Documenting linear-map v1.2.0 |
2809 | 2024-02-10T00:23:51.296Z | Documenting same-file v1.0.6 |
2810 | 2024-02-10T00:23:52.827Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2811 | 2024-02-10T00:23:52.909Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2812 | 2024-02-10T00:23:53.932Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2813 | 2024-02-10T00:23:54.871Z | Documenting ciborium-ll v0.2.2 |
2814 | 2024-02-10T00:23:55.716Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2815 | 2024-02-10T00:23:55.760Z | Documenting walkdir v2.4.0 |
2816 | 2024-02-10T00:23:56.045Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2817 | 2024-02-10T00:23:59.065Z | Documenting slog-stdlog v4.1.1 |
2818 | 2024-02-10T00:23:59.249Z | Documenting slog-dtrace v0.3.0 |
2819 | 2024-02-10T00:24:00.477Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2820 | 2024-02-10T00:24:03.784Z | Documenting path-slash v0.1.5 |
2821 | 2024-02-10T00:24:03.823Z | Documenting slog-envlogger v2.2.0 |
2822 | 2024-02-10T00:24:04.137Z | Documenting ciborium v0.2.2 |
2823 | 2024-02-10T00:24:06.414Z | Documenting pem v3.0.2 |
2824 | 2024-02-10T00:24:06.965Z | Documenting fxhash v0.2.1 |
2825 | 2024-02-10T00:24:08.031Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2826 | 2024-02-10T00:24:08.971Z | Documenting utf-8 v0.7.6 |
2827 | 2024-02-10T00:24:09.577Z | Documenting display-error-chain v0.2.0 |
2828 | 2024-02-10T00:24:10.370Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2829 | 2024-02-10T00:24:10.416Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2830 | 2024-02-10T00:24:10.873Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2831 | 2024-02-10T00:24:11.784Z | Documenting vte_generate_state_changes v0.1.1 |
2832 | 2024-02-10T00:24:12.244Z | Checking convert_case v0.4.0 |
2833 | 2024-02-10T00:24:12.484Z | Documenting convert_case v0.4.0 |
2834 | 2024-02-10T00:24:12.722Z | Documenting tungstenite v0.20.1 |
2835 | 2024-02-10T00:24:13.367Z | Documenting buf-list v1.0.3 |
2836 | 2024-02-10T00:24:15.533Z | Documenting vte v0.11.1 |
2837 | 2024-02-10T00:24:16.345Z | Documenting derive_more v0.99.17 |
2838 | 2024-02-10T00:24:17.788Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2839 | 2024-02-10T00:24:18.321Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2840 | 2024-02-10T00:24:18.372Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2841 | 2024-02-10T00:24:18.702Z | Checking darling_core v0.14.4 |
2842 | 2024-02-10T00:24:19.918Z | Documenting tokio-tungstenite v0.20.1 |
2843 | 2024-02-10T00:24:20.294Z | Documenting pin-project-internal v1.1.3 |
2844 | 2024-02-10T00:24:20.595Z | Checking darling v0.14.4 |
2845 | 2024-02-10T00:24:20.715Z | Documenting strip-ansi-escapes v0.2.0 |
2846 | 2024-02-10T00:24:22.569Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2847 | 2024-02-10T00:24:24.669Z | Documenting doc-comment v0.3.3 |
2848 | 2024-02-10T00:24:25.407Z | Documenting pin-project v1.1.3 |
2849 | 2024-02-10T00:24:26.084Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2850 | 2024-02-10T00:24:27.570Z | Documenting crossbeam-deque v0.8.3 |
2851 | 2024-02-10T00:24:27.704Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2024-02-10T00:24:28.118Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2853 | 2024-02-10T00:24:28.270Z | Documenting snafu-derive v0.7.5 |
2854 | 2024-02-10T00:24:28.347Z | Documenting nu-ansi-term v0.49.0 |
2855 | 2024-02-10T00:24:29.724Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2856 | 2024-02-10T00:24:31.602Z | Documenting rayon-core v1.12.0 |
2857 | 2024-02-10T00:24:31.639Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2858 | 2024-02-10T00:24:32.450Z | Documenting reedline v0.28.0 |
2859 | 2024-02-10T00:24:33.548Z | Documenting trust-dns-client v0.22.0 |
2860 | 2024-02-10T00:24:34.968Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2861 | 2024-02-10T00:24:35.972Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2862 | 2024-02-10T00:24:36.208Z | Documenting globset v0.4.13 |
2863 | 2024-02-10T00:24:36.285Z | Documenting olpc-cjson v0.1.3 |
2864 | 2024-02-10T00:24:37.053Z | Documenting snafu v0.7.5 |
2865 | 2024-02-10T00:24:39.614Z | Documenting serde_plain v1.0.2 |
2866 | 2024-02-10T00:24:40.033Z | Documenting headers-core v0.2.0 |
2867 | 2024-02-10T00:24:41.005Z | Documenting async-recursion v1.0.5 |
2868 | 2024-02-10T00:24:42.189Z | Documenting bytecount v0.6.3 |
2869 | 2024-02-10T00:24:42.404Z | Documenting typed-path v0.7.0 |
2870 | 2024-02-10T00:24:42.865Z | Documenting keccak v0.1.4 |
2871 | 2024-02-10T00:24:43.423Z | Documenting trust-dns-server v0.22.1 |
2872 | 2024-02-10T00:24:43.737Z | Documenting rayon v1.8.0 |
2873 | 2024-02-10T00:24:45.311Z | Documenting papergrid v0.11.0 |
2874 | 2024-02-10T00:24:45.376Z | Documenting headers v0.3.9 |
2875 | 2024-02-10T00:24:45.892Z | Documenting sha3 v0.10.8 |
2876 | 2024-02-10T00:24:47.793Z | Documenting tough v0.16.0 |
2877 | 2024-02-10T00:24:49.520Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2878 | 2024-02-10T00:24:49.906Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-02-10T00:24:51.054Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-02-10T00:24:51.133Z | Checking derive_builder_core v0.12.0 |
2881 | 2024-02-10T00:24:51.440Z | Documenting derive_builder_core v0.12.0 |
2882 | 2024-02-10T00:24:52.030Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2883 | 2024-02-10T00:24:52.124Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2884 | 2024-02-10T00:24:52.512Z | Documenting sled v0.34.7 |
2885 | 2024-02-10T00:24:52.659Z | Documenting fs-err v2.11.0 |
2886 | 2024-02-10T00:24:52.960Z | Documenting unicase v2.7.0 |
2887 | 2024-02-10T00:24:53.205Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2888 | 2024-02-10T00:24:53.538Z | Documenting tabled_derive v0.7.0 |
2889 | 2024-02-10T00:24:54.926Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2890 | 2024-02-10T00:24:56.264Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2891 | 2024-02-10T00:24:56.651Z | Documenting fd-lock v4.0.2 |
2892 | 2024-02-10T00:24:57.729Z | Documenting nix v0.27.1 |
2893 | 2024-02-10T00:24:58.311Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2894 | 2024-02-10T00:24:59.370Z | Documenting secrecy v0.8.0 |
2895 | 2024-02-10T00:24:59.373Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2896 | 2024-02-10T00:25:00.930Z | Documenting rustversion v1.0.14 |
2897 | 2024-02-10T00:25:01.158Z | Documenting sqlparser_derive v0.2.2 |
2898 | 2024-02-10T00:25:02.010Z | Documenting parse-size v1.0.0 |
2899 | 2024-02-10T00:25:03.489Z | Documenting home v0.5.5 |
2900 | 2024-02-10T00:25:03.590Z | Documenting unicode_categories v0.1.1 |
2901 | 2024-02-10T00:25:04.476Z | Documenting tabled v0.15.0 |
2902 | 2024-02-10T00:25:04.939Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2903 | 2024-02-10T00:25:05.090Z | Documenting castaway v0.2.2 |
2904 | 2024-02-10T00:25:05.223Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2905 | 2024-02-10T00:25:06.805Z | Documenting sqlparser v0.43.1 |
2906 | 2024-02-10T00:25:07.321Z | Documenting rustyline v13.0.0 |
2907 | 2024-02-10T00:25:07.428Z | Documenting sqlformat v0.2.3 |
2908 | 2024-02-10T00:25:08.921Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2909 | 2024-02-10T00:25:11.300Z | Documenting derive_builder_macro v0.12.0 |
2910 | 2024-02-10T00:25:13.069Z | Documenting mime_guess v2.0.4 |
2911 | 2024-02-10T00:25:14.348Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2912 | 2024-02-10T00:25:15.169Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2913 | 2024-02-10T00:25:16.048Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2914 | 2024-02-10T00:25:18.160Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2915 | 2024-02-10T00:25:18.488Z | Documenting universal-hash v0.5.1 |
2916 | 2024-02-10T00:25:19.618Z | Documenting bcs v0.1.6 |
2917 | 2024-02-10T00:25:21.994Z | Documenting kstat-rs v0.2.3 |
2918 | 2024-02-10T00:25:24.145Z | Documenting thiserror-impl-no-std v2.0.2 |
2919 | 2024-02-10T00:25:24.665Z | Documenting curve25519-dalek-derive v0.1.0 |
2920 | 2024-02-10T00:25:26.410Z | Documenting ref-cast-impl v1.0.20 |
2921 | 2024-02-10T00:25:27.358Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2922 | 2024-02-10T00:25:28.451Z | Documenting highway v1.1.0 |
2923 | 2024-02-10T00:25:29.156Z | Documenting opaque-debug v0.3.0 |
2924 | 2024-02-10T00:25:29.395Z | Documenting thiserror-no-std v2.0.2 |
2925 | 2024-02-10T00:25:29.817Z | Documenting curve25519-dalek v4.1.1 |
2926 | 2024-02-10T00:25:31.847Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2927 | 2024-02-10T00:25:32.064Z | Documenting ref-cast v1.0.20 |
2928 | 2024-02-10T00:25:32.155Z | Documenting poly1305 v0.8.0 |
2929 | 2024-02-10T00:25:32.350Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2930 | 2024-02-10T00:25:32.725Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2931 | 2024-02-10T00:25:33.884Z | Documenting derive_builder v0.12.0 |
2932 | 2024-02-10T00:25:34.985Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2933 | 2024-02-10T00:25:35.681Z | Documenting compact_str v0.7.1 |
2934 | 2024-02-10T00:25:35.797Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2935 | 2024-02-10T00:25:36.860Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2936 | 2024-02-10T00:25:37.256Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2937 | 2024-02-10T00:25:39.839Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2938 | 2024-02-10T00:25:41.419Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2939 | 2024-02-10T00:25:46.717Z | Documenting portable-atomic v1.4.3 |
2940 | 2024-02-10T00:25:50.481Z | Documenting polar-core v0.27.0 |
2941 | 2024-02-10T00:25:50.534Z | Documenting ed25519 v1.5.3 |
2942 | 2024-02-10T00:25:53.489Z | Documenting strum v0.26.1 |
2943 | 2024-02-10T00:25:55.366Z | Documenting libxml v0.3.3 |
2944 | 2024-02-10T00:25:55.686Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2945 | 2024-02-10T00:25:56.079Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2946 | 2024-02-10T00:25:57.378Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2947 | 2024-02-10T00:25:58.202Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2948 | 2024-02-10T00:25:58.488Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2949 | 2024-02-10T00:25:59.176Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2950 | 2024-02-10T00:26:00.310Z | Documenting chacha20 v0.9.1 |
2951 | 2024-02-10T00:26:00.535Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2952 | 2024-02-10T00:26:01.657Z | Documenting bb8 v0.8.3 |
2953 | 2024-02-10T00:26:05.228Z | Documenting aead v0.5.2 |
2954 | 2024-02-10T00:26:06.077Z | Documenting lru v0.12.1 |
2955 | 2024-02-10T00:26:08.447Z | Documenting quick-xml v0.30.0 |
2956 | 2024-02-10T00:26:08.926Z | Documenting stability v0.1.1 |
2957 | 2024-02-10T00:26:11.016Z | Documenting oso-derive v0.27.0 |
2958 | 2024-02-10T00:26:11.849Z | Documenting impl-trait-for-tuples v0.2.2 |
2959 | 2024-02-10T00:26:13.019Z | Documenting glob v0.3.1 |
2960 | 2024-02-10T00:26:13.482Z | Documenting maplit v1.0.2 |
2961 | 2024-02-10T00:26:15.235Z | Documenting number_prefix v0.4.0 |
2962 | 2024-02-10T00:26:15.649Z | Documenting cassowary v0.3.0 |
2963 | 2024-02-10T00:26:15.762Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2964 | 2024-02-10T00:26:16.946Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2965 | 2024-02-10T00:26:17.303Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2966 | 2024-02-10T00:26:17.349Z | Documenting oso v0.27.0 |
2967 | 2024-02-10T00:26:17.684Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2968 | 2024-02-10T00:26:19.050Z | Documenting indicatif v0.17.7 |
2969 | 2024-02-10T00:26:19.238Z | Documenting chacha20poly1305 v0.10.1 |
2970 | 2024-02-10T00:26:19.604Z | Documenting ratatui v0.26.0 |
2971 | 2024-02-10T00:26:22.976Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2972 | 2024-02-10T00:26:24.066Z | Documenting salty v0.2.0 |
2973 | 2024-02-10T00:26:25.555Z | Documenting vsss-rs v3.3.4 |
2974 | 2024-02-10T00:26:28.554Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2975 | 2024-02-10T00:26:29.051Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2976 | 2024-02-10T00:26:29.779Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2977 | 2024-02-10T00:26:30.748Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2978 | 2024-02-10T00:26:30.878Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2979 | 2024-02-10T00:26:33.225Z | Documenting cookie v0.18.0 |
2980 | 2024-02-10T00:26:34.447Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2981 | 2024-02-10T00:26:37.705Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2982 | 2024-02-10T00:26:38.104Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2983 | 2024-02-10T00:26:38.389Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2984 | 2024-02-10T00:26:39.602Z | Documenting serde-big-array v0.5.1 |
2985 | 2024-02-10T00:26:39.651Z | Documenting rtoolbox v0.0.1 |
2986 | 2024-02-10T00:26:39.865Z | Documenting unicode-linebreak v0.1.5 |
2987 | 2024-02-10T00:26:41.745Z | Documenting humantime v2.1.0 |
2988 | 2024-02-10T00:26:47.040Z | Documenting smawk v0.3.1 |
2989 | 2024-02-10T00:26:47.105Z | Documenting is_ci v1.1.1 |
2990 | 2024-02-10T00:26:47.106Z | Documenting http-range v0.1.5 |
2991 | 2024-02-10T00:26:47.106Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2992 | 2024-02-10T00:26:47.106Z | Documenting rpassword v7.3.1 |
2993 | 2024-02-10T00:26:47.431Z | Documenting supports-color v2.1.0 |
2994 | 2024-02-10T00:26:47.559Z | Documenting textwrap v0.16.0 |
2995 | 2024-02-10T00:26:48.040Z | Documenting hyper-staticfile v0.9.5 |
2996 | 2024-02-10T00:26:48.077Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2997 | 2024-02-10T00:26:50.580Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2998 | 2024-02-10T00:26:52.004Z | Documenting tui-tree-widget v0.17.0 |
2999 | 2024-02-10T00:26:52.986Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3000 | 2024-02-10T00:26:53.005Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3001 | 2024-02-10T00:26:55.673Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3002 | 2024-02-10T00:26:56.293Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3003 | 2024-02-10T00:26:56.521Z | Documenting rcgen v0.12.1 |
3004 | 2024-02-10T00:26:57.366Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3005 | 2024-02-10T00:26:58.372Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3006 | 2024-02-10T00:26:58.410Z | Documenting atomicwrites v0.4.3 |
3007 | 2024-02-10T00:26:58.755Z | Documenting signal-hook-tokio v0.3.1 |
3008 | 2024-02-10T00:27:01.498Z | Documenting subprocess v0.2.9 |
3009 | 2024-02-10T00:27:02.950Z | Documenting memmap2 v0.7.1 |
3010 | 2024-02-10T00:27:03.547Z | Documenting corncobs v0.1.3 |
3011 | 2024-02-10T00:27:04.520Z | Documenting arrayref v0.3.7 |
3012 | 2024-02-10T00:27:05.748Z | Documenting arrayvec v0.7.4 |
3013 | 2024-02-10T00:27:06.708Z | Documenting shell-words v1.1.0 |
3014 | 2024-02-10T00:27:07.226Z | Documenting constant_time_eq v0.3.0 |
3015 | 2024-02-10T00:27:07.419Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3016 | 2024-02-10T00:27:08.926Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3017 | 2024-02-10T00:27:10.171Z | Documenting blake3 v1.5.0 |
3018 | 2024-02-10T00:27:11.191Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3019 | 2024-02-10T00:27:12.522Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3020 | 2024-02-10T00:27:14.747Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3021 | 2024-02-10T00:27:14.904Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2024-02-10T00:27:16.123Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2024-02-10T00:27:18.561Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3024 | 2024-02-10T00:27:23.213Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3025 | 2024-02-10T00:27:30.201Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3026 | 2024-02-10T00:27:32.046Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3027 | 2024-02-10T00:27:34.413Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3028 | 2024-02-10T00:27:35.025Z | Documenting fatfs v0.3.6 |
3029 | 2024-02-10T00:27:37.140Z | Documenting nanorand v0.7.0 |
3030 | 2024-02-10T00:27:37.742Z | warning: unclosed HTML tag `usize` |
3031 | 2024-02-10T00:27:37.742Z | --> wicket/src/ui/panes/update.rs:153:19 |
3032 | 2024-02-10T00:27:37.742Z | | |
3033 | 2024-02-10T00:27:37.743Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3034 | 2024-02-10T00:27:37.743Z | | ^^^^^^^ |
3035 | 2024-02-10T00:27:37.743Z | | |
3036 | 2024-02-10T00:27:37.743Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3037 | 2024-02-10T00:27:37.743Z | |
3038 | 2024-02-10T00:27:39.092Z | warning: `wicket` (lib doc) generated 1 warning |
3039 | 2024-02-10T00:27:39.095Z | Documenting topological-sort v0.2.2 |
3040 | 2024-02-10T00:27:40.399Z | Documenting assert_matches v1.5.0 |
3041 | 2024-02-10T00:27:41.008Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3042 | 2024-02-10T00:27:41.475Z | Documenting flume v0.11.0 |
3043 | 2024-02-10T00:27:41.977Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3044 | 2024-02-10T00:27:43.105Z | Documenting omicron-zone-package v0.11.0 |
3045 | 2024-02-10T00:27:43.261Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3046 | 2024-02-10T00:27:46.067Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3047 | 2024-02-10T00:27:47.531Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3048 | 2024-02-10T00:27:48.240Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3049 | 2024-02-10T00:27:48.539Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3050 | 2024-02-10T00:27:56.188Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3051 | 2024-02-10T00:27:57.015Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3052 | 2024-02-10T00:28:00.610Z | Documenting termios v0.3.3 |
3053 | 2024-02-10T00:28:04.806Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3054 | 2024-02-10T00:28:05.989Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3055 | 2024-02-10T00:28:05.990Z | --> sled-agent/src/sim/instance.rs:46:7 |
3056 | 2024-02-10T00:28:05.990Z | | |
3057 | 2024-02-10T00:28:05.990Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3058 | 2024-02-10T00:28:05.990Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3059 | 2024-02-10T00:28:05.990Z | | |
3060 | 2024-02-10T00:28:05.990Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3061 | 2024-02-10T00:28:05.990Z | |
3062 | 2024-02-10T00:28:09.205Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3063 | 2024-02-10T00:28:10.001Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3064 | 2024-02-10T00:28:11.563Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3065 | 2024-02-10T00:28:13.275Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3066 | 2024-02-10T00:28:26.371Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3067 | 2024-02-10T00:28:36.769Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3068 | 2024-02-10T00:28:44.205Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3069 | 2024-02-10T00:28:50.726Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3070 | 2024-02-10T00:28:53.224Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3071 | 2024-02-10T00:28:53.224Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3072 | 2024-02-10T00:28:53.224Z | | |
3073 | 2024-02-10T00:28:53.224Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3074 | 2024-02-10T00:28:53.224Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3075 | 2024-02-10T00:28:53.224Z | | |
3076 | 2024-02-10T00:28:53.224Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3077 | 2024-02-10T00:28:53.224Z | |
3078 | 2024-02-10T00:28:57.689Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3079 | 2024-02-10T00:28:59.050Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3080 | 2024-02-10T00:29:01.715Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3081 | 2024-02-10T00:29:02.119Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3082 | 2024-02-10T00:29:15.389Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3083 | 2024-02-10T00:29:15.441Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3084 | 2024-02-10T00:29:32.097Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3085 | 2024-02-10T00:30:03.437Z | warning: unresolved link to `VolumeConstructionRequest` |
3086 | 2024-02-10T00:30:03.438Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3087 | 2024-02-10T00:30:03.438Z | | |
3088 | 2024-02-10T00:30:03.438Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3089 | 2024-02-10T00:30:03.438Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3090 | 2024-02-10T00:30:03.438Z | | |
3091 | 2024-02-10T00:30:03.439Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3092 | 2024-02-10T00:30:03.439Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3093 | 2024-02-10T00:30:03.439Z | |
3094 | 2024-02-10T00:30:03.444Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3095 | 2024-02-10T00:30:03.444Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3096 | 2024-02-10T00:30:03.444Z | | |
3097 | 2024-02-10T00:30:03.444Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3098 | 2024-02-10T00:30:03.445Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3099 | 2024-02-10T00:30:03.445Z | |
3100 | 2024-02-10T00:30:03.445Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3101 | 2024-02-10T00:30:03.445Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3102 | 2024-02-10T00:30:03.445Z | | |
3103 | 2024-02-10T00:30:03.445Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3104 | 2024-02-10T00:30:03.446Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3105 | 2024-02-10T00:30:03.446Z | |
3106 | 2024-02-10T00:30:03.446Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3107 | 2024-02-10T00:30:03.446Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3108 | 2024-02-10T00:30:03.446Z | | |
3109 | 2024-02-10T00:30:03.446Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3110 | 2024-02-10T00:30:03.446Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3111 | 2024-02-10T00:30:03.447Z | |
3112 | 2024-02-10T00:30:03.447Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3113 | 2024-02-10T00:30:03.447Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3114 | 2024-02-10T00:30:03.447Z | | |
3115 | 2024-02-10T00:30:03.447Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3116 | 2024-02-10T00:30:03.447Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3117 | 2024-02-10T00:30:03.448Z | |
3118 | 2024-02-10T00:30:03.448Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3119 | 2024-02-10T00:30:03.448Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3120 | 2024-02-10T00:30:03.448Z | | |
3121 | 2024-02-10T00:30:03.448Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3122 | 2024-02-10T00:30:03.449Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3123 | 2024-02-10T00:30:03.449Z | |
3124 | 2024-02-10T00:30:03.449Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3125 | 2024-02-10T00:30:03.449Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3126 | 2024-02-10T00:30:03.449Z | | |
3127 | 2024-02-10T00:30:03.449Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3128 | 2024-02-10T00:30:03.449Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3129 | 2024-02-10T00:30:03.450Z | |
3130 | 2024-02-10T00:30:05.973Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3131 | 2024-02-10T00:30:21.905Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 10s |
3132 | 2024-02-10T00:30:22.004Z | |
3133 | 2024-02-10T00:30:22.004Z | real 11:10.539104569 |
3134 | 2024-02-10T00:30:22.004Z | user 31:09.011583280 |
3135 | 2024-02-10T00:30:22.004Z | sys 48:24.809463282 |
3136 | 2024-02-10T00:30:22.004Z | trap 0.917198351 |
3137 | 2024-02-10T00:30:22.007Z | tflt 0.145692277 |
3138 | 2024-02-10T00:30:22.007Z | dflt 0.638405105 |
3139 | 2024-02-10T00:30:22.007Z | kflt 0.000088426 |
3140 | 2024-02-10T00:30:22.007Z | lock 2:03:34.197021791 |
3141 | 2024-02-10T00:30:22.007Z | slp 2:51:32.479885080 |
3142 | 2024-02-10T00:30:22.008Z | lat 4:44.620711230 |
3143 | 2024-02-10T00:30:22.008Z | stop 1:33.903729101 |
3144 | 2024-02-10T00:30:22.008Z | process exited: duration 1258508 ms, exit code 0 |
|
3145 | 2024-02-10T00:30:22.014Z | found 0 output files |