|
|
|
1 | 2023-10-04T20:39:22.618Z | job assigned to worker 01HBY6HS6FX30WP4PMN845RAMK (queued for 2 m 7 s) |
|
2 | 2023-10-04T20:39:22.706Z | starting task 0: "setup" |
3 | 2023-10-04T20:39:23.003Z | ++ uname -s |
4 | 2023-10-04T20:39:23.006Z | + kern=SunOS |
5 | 2023-10-04T20:39:23.010Z | + case "$kern" in |
6 | 2023-10-04T20:39:23.013Z | + groupadd -g 12345 build |
7 | 2023-10-04T20:39:23.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T20:39:25.078Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T20:39:25.549Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T20:39:25.562Z | + home_fs=zfs |
11 | 2023-10-04T20:39:25.576Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T20:39:25.591Z | + mkdir -p /home/build |
13 | 2023-10-04T20:39:25.607Z | + chown build:build /home/build /work |
14 | 2023-10-04T20:39:27.254Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T20:39:27.681Z | process exited: duration 4418 ms, exit code 0 |
|
16 | 2023-10-04T20:39:27.782Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T20:39:27.806Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T20:39:27.813Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T20:39:27.988Z | info: downloading installer |
20 | 2023-10-04T20:39:30.822Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T20:39:30.831Z | warning: /opt/ooce/bin |
22 | 2023-10-04T20:39:30.841Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T20:39:30.851Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T20:39:30.861Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T20:39:30.874Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T20:39:30.888Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T20:39:30.901Z | error: cannot install while Rust is installed |
28 | 2023-10-04T20:39:30.916Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T20:39:30.984Z | info: profile set to 'default' |
30 | 2023-10-04T20:39:31.148Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T20:39:31.158Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T20:39:31.177Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T20:39:31.187Z | info: downloading component 'cargo' |
34 | 2023-10-04T20:39:32.113Z | info: downloading component 'clippy' |
35 | 2023-10-04T20:39:32.440Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T20:39:33.582Z | info: downloading component 'rust-std' |
37 | 2023-10-04T20:39:35.627Z | info: downloading component 'rustc' |
38 | 2023-10-04T20:39:40.620Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T20:39:40.905Z | info: installing component 'cargo' |
40 | 2023-10-04T20:39:42.879Z | info: installing component 'clippy' |
41 | 2023-10-04T20:39:43.683Z | info: installing component 'rust-docs' |
42 | 2023-10-04T20:39:46.393Z | info: installing component 'rust-std' |
43 | 2023-10-04T20:39:50.021Z | info: installing component 'rustc' |
44 | 2023-10-04T20:39:59.643Z | info: installing component 'rustfmt' |
45 | 2023-10-04T20:40:00.094Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T20:40:00.114Z | |
47 | 2023-10-04T20:40:00.244Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T20:40:00.270Z | |
49 | 2023-10-04T20:40:00.281Z | |
50 | 2023-10-04T20:40:00.299Z | Rust is installed now. Great! |
51 | 2023-10-04T20:40:00.731Z | |
52 | 2023-10-04T20:40:00.753Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T20:40:00.768Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T20:40:00.785Z | |
55 | 2023-10-04T20:40:00.802Z | To configure your current shell, run: |
56 | 2023-10-04T20:40:00.823Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T20:40:00.837Z | + rustc --version |
58 | 2023-10-04T20:40:00.854Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T20:40:01.283Z | process exited: duration 32649 ms, exit code 0 |
|
60 | 2023-10-04T20:40:01.307Z | starting task 2: "authentication" |
61 | 2023-10-04T20:40:01.361Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-10-04T20:40:01.421Z | starting task 3: "clone repository" |
63 | 2023-10-04T20:40:01.452Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T20:40:01.472Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T20:40:01.582Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T20:40:07.855Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T20:40:07.868Z | + [[ -n bump-console-0cc1e03a ]] |
68 | 2023-10-04T20:40:07.873Z | + git fetch origin bump-console-0cc1e03a |
69 | 2023-10-04T20:40:08.286Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T20:40:08.300Z | * branch bump-console-0cc1e03a -> FETCH_HEAD |
71 | 2023-10-04T20:40:08.314Z | + git checkout -B bump-console-0cc1e03a remotes/origin/bump-console-0cc1e03a |
72 | 2023-10-04T20:40:08.339Z | Switched to a new branch 'bump-console-0cc1e03a' |
73 | 2023-10-04T20:40:08.402Z | branch 'bump-console-0cc1e03a' set up to track 'origin/bump-console-0cc1e03a'. |
74 | 2023-10-04T20:40:08.443Z | + git reset --hard 5cefe934cd4e6a63dcc8b400b91aa19e4a146210 |
75 | 2023-10-04T20:40:08.452Z | HEAD is now at 5cefe934 Bump web console |
76 | 2023-10-04T20:40:08.464Z | process exited: duration 7016 ms, exit code 0 |
|
77 | 2023-10-04T20:40:08.487Z | starting task 4: "build" |
78 | 2023-10-04T20:40:08.506Z | + cargo --version |
79 | 2023-10-04T20:40:08.604Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T20:40:08.630Z | + rustc --version |
81 | 2023-10-04T20:40:08.699Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T20:40:08.774Z | + source ./env.sh |
83 | 2023-10-04T20:40:08.838Z | ++ set -o xtrace |
84 | 2023-10-04T20:40:08.867Z | ++++ dirname ./env.sh |
85 | 2023-10-04T20:40:08.886Z | +++ cd . |
86 | 2023-10-04T20:40:08.896Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-04T20:40:08.902Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-04T20:40:08.905Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-04T20:40:08.909Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-04T20:40:08.913Z | ++ 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 |
91 | 2023-10-04T20:40:08.918Z | ++ 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 |
92 | 2023-10-04T20:40:08.922Z | ++ 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 |
93 | 2023-10-04T20:40:08.934Z | ++ 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 |
94 | 2023-10-04T20:40:08.938Z | ++ unset OMICRON_WS |
95 | 2023-10-04T20:40:08.943Z | ++ set +o xtrace |
96 | 2023-10-04T20:40:08.950Z | |
97 | 2023-10-04T20:40:08.953Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-04T20:40:08.960Z | # # # # # # # # # # # # # # # |
99 | 2023-10-04T20:40:08.964Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-04T20:40:08.970Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-04T20:40:08.974Z | # # # # # # # # # # # # # # # |
102 | 2023-10-04T20:40:08.982Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-04T20:40:08.987Z | |
104 | 2023-10-04T20:40:18.147Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-04T20:40:18.715Z | Startup: Caching catalogs ... Done |
106 | 2023-10-04T20:40:21.440Z | Planning: Solver setup ... Done (2.509s) |
107 | 2023-10-04T20:40:21.685Z | Planning: Running solver ... Done (0.162s) |
108 | 2023-10-04T20:40:21.722Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-10-04T20:40:21.741Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-04T20:40:22.206Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-04T20:40:22.234Z | Planning: Package planning ... Done (0.081s) |
112 | 2023-10-04T20:40:22.241Z | Planning: Merging actions ... Done (0.085s) |
113 | 2023-10-04T20:40:22.875Z | Planning: Checking for conflicting actions ... Done (0.803s) |
114 | 2023-10-04T20:40:22.895Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-04T20:40:27.282Z | Planning: Evaluating mediators ... Done (4.186s) |
116 | 2023-10-04T20:40:27.380Z | Planning: Planning completed in 8.32 seconds |
117 | 2023-10-04T20:40:27.397Z | Packages to install: 4 |
118 | 2023-10-04T20:40:27.410Z | Mediators to change: 2 |
119 | 2023-10-04T20:40:27.424Z | Services to change: 1 |
120 | 2023-10-04T20:40:27.459Z | Estimated space available: 149.39 GB |
121 | 2023-10-04T20:40:27.476Z | Estimated space to be consumed: 1.35 GB |
122 | 2023-10-04T20:40:27.515Z | Create boot environment: No |
123 | 2023-10-04T20:40:27.552Z | Create backup boot environment: No |
124 | 2023-10-04T20:40:27.566Z | Rebuild boot archive: No |
125 | 2023-10-04T20:40:27.579Z | |
126 | 2023-10-04T20:40:27.596Z | Changed mediators: |
127 | 2023-10-04T20:40:27.615Z | mediator clang: |
128 | 2023-10-04T20:40:27.635Z | version: None -> 15 (system default) |
129 | 2023-10-04T20:40:27.651Z | |
130 | 2023-10-04T20:40:27.662Z | mediator llvm: |
131 | 2023-10-04T20:40:27.674Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-04T20:40:27.688Z | |
133 | 2023-10-04T20:40:27.702Z | Changed packages: |
134 | 2023-10-04T20:40:27.725Z | helios-dev |
135 | 2023-10-04T20:40:27.741Z | developer/build-essential |
136 | 2023-10-04T20:40:27.776Z | None -> 11-2.0 |
137 | 2023-10-04T20:40:27.836Z | library/libxmlsec1 |
138 | 2023-10-04T20:40:28.562Z | None -> 1.2.35-2.0 |
139 | 2023-10-04T20:40:28.572Z | ooce/developer/clang-15 |
140 | 2023-10-04T20:40:28.600Z | None -> 15.0.7-2.0 |
141 | 2023-10-04T20:40:28.626Z | ooce/developer/llvm-15 |
142 | 2023-10-04T20:40:28.647Z | None -> 15.0.7-2.0 |
143 | 2023-10-04T20:40:28.664Z | |
144 | 2023-10-04T20:40:28.676Z | Services: |
145 | 2023-10-04T20:40:28.720Z | restart_fmri: |
146 | 2023-10-04T20:40:28.751Z | svc:/system/update-man-index:default |
147 | 2023-10-04T20:40:28.768Z | |
148 | 2023-10-04T20:40:28.783Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-04T20:40:33.481Z | Download: 207/3290 items 1.3/212.6MB 0% complete (550k/s) |
150 | 2023-10-04T20:40:38.468Z | Download: 1477/3290 items 106.7/212.6MB 50% complete (10.6M/s) |
151 | 2023-10-04T20:40:44.133Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (13.9M/s) |
152 | 2023-10-04T20:40:49.698Z | Download: 3245/3290 items 178.0/212.6MB 83% complete (5.9M/s) |
153 | 2023-10-04T20:40:52.017Z | Download: Completed 212.60 MB in 24.72 seconds (8.6M/s) |
154 | 2023-10-04T20:40:52.813Z | Actions: 1/3687 actions (Installing new actions) |
155 | 2023-10-04T20:40:57.835Z | Actions: 3009/3687 actions (Installing new actions) |
156 | 2023-10-04T20:41:01.064Z | Actions: Completed 3687 actions in 8.25 seconds. |
157 | 2023-10-04T20:41:01.124Z | Done (0.050s) |
158 | 2023-10-04T20:41:01.148Z | Done (0.000s) |
159 | 2023-10-04T20:41:01.256Z | Done (0.131s) |
160 | 2023-10-04T20:41:08.785Z | Done (7.411s) |
161 | 2023-10-04T20:41:09.326Z | Done (0.130s) |
162 | 2023-10-04T20:41:09.335Z | Done (0.000s) |
163 | 2023-10-04T20:41:09.341Z | Done (0.000s) |
164 | 2023-10-04T20:41:09.860Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-04T20:41:10.213Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-04T20:41:10.687Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-04T20:41:10.735Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-04T20:41:10.833Z | Planning: Planning completed in 0.72 seconds |
169 | 2023-10-04T20:41:11.275Z | Mediators to change: 2 |
170 | 2023-10-04T20:41:11.303Z | Create boot environment: No |
171 | 2023-10-04T20:41:11.325Z | Create backup boot environment: No |
172 | 2023-10-04T20:41:11.356Z | Done |
173 | 2023-10-04T20:41:11.376Z | Done |
174 | 2023-10-04T20:41:11.399Z | Done |
175 | 2023-10-04T20:41:16.596Z | Done |
176 | 2023-10-04T20:41:16.729Z | Done |
177 | 2023-10-04T20:41:16.760Z | Done |
178 | 2023-10-04T20:41:16.821Z | Done |
179 | 2023-10-04T20:41:17.835Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-10-04T20:41:17.851Z | Planning: Merging actions ... Done |
181 | 2023-10-04T20:41:18.790Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-10-04T20:41:18.911Z | Planning: Consolidating action changes ... Done |
183 | 2023-10-04T20:41:19.087Z | Planning: Evaluating mediators ... Done |
184 | 2023-10-04T20:41:20.349Z | Planning: Planning completed in 1.30 seconds |
185 | 2023-10-04T20:41:20.778Z | Packages to change: 1 |
186 | 2023-10-04T20:41:21.249Z | Mediators to change: 1 |
187 | 2023-10-04T20:41:21.696Z | Services to change: 1 |
188 | 2023-10-04T20:41:21.720Z | Create boot environment: No |
189 | 2023-10-04T20:41:22.155Z | Create backup boot environment: Yes |
190 | 2023-10-04T20:41:22.165Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2023-10-04T20:41:22.188Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2023-10-04T20:41:22.194Z | Done |
193 | 2023-10-04T20:41:22.200Z | Done |
194 | 2023-10-04T20:41:22.207Z | Done |
195 | 2023-10-04T20:41:26.461Z | Done |
196 | 2023-10-04T20:41:26.570Z | Done |
197 | 2023-10-04T20:41:26.692Z | Done |
198 | 2023-10-04T20:41:26.707Z | Done |
199 | 2023-10-04T20:41:27.337Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2023-10-04T20:41:27.354Z | clang system 15 system |
201 | 2023-10-04T20:41:27.371Z | csh system system illumos |
202 | 2023-10-04T20:41:27.390Z | ctags system system illumos |
203 | 2023-10-04T20:41:27.413Z | gcc vendor 12 vendor |
204 | 2023-10-04T20:41:27.431Z | gcc system 10 system |
205 | 2023-10-04T20:41:27.452Z | gcc system 7 system |
206 | 2023-10-04T20:41:27.472Z | go system 1.20 system |
207 | 2023-10-04T20:41:27.501Z | go system 1.19 system |
208 | 2023-10-04T20:41:27.522Z | llvm system 15 system |
209 | 2023-10-04T20:41:28.003Z | llvm system 14 system |
210 | 2023-10-04T20:41:28.403Z | mariadb system 10.6 system |
211 | 2023-10-04T20:41:28.428Z | mta vendor vendor dma |
212 | 2023-10-04T20:41:28.454Z | openjdk system 17 system |
213 | 2023-10-04T20:41:28.472Z | openjdk system 11 system |
214 | 2023-10-04T20:41:28.488Z | openjdk system 1.8 system |
215 | 2023-10-04T20:41:28.502Z | openssl vendor 3 vendor |
216 | 2023-10-04T20:41:29.008Z | perl system 5.36 system |
217 | 2023-10-04T20:41:29.078Z | postgresql system 15 system |
218 | 2023-10-04T20:41:29.201Z | postgresql system 13 system |
219 | 2023-10-04T20:41:29.218Z | python vendor 3 vendor |
220 | 2023-10-04T20:41:29.244Z | python system 2 system |
221 | 2023-10-04T20:41:29.266Z | python3 system 3.11 system |
222 | 2023-10-04T20:41:29.344Z | ruby system 3.0 system |
223 | 2023-10-04T20:41:29.361Z | words vendor vendor american-english |
224 | 2023-10-04T20:41:29.376Z | words system system australian-english |
225 | 2023-10-04T20:41:29.391Z | words system system british-english |
226 | 2023-10-04T20:41:29.410Z | words system system canadian-english |
227 | 2023-10-04T20:41:29.441Z | words system system french |
228 | 2023-10-04T20:41:29.460Z | words system system italian |
229 | 2023-10-04T20:41:29.474Z | words system system ngerman |
230 | 2023-10-04T20:41:29.492Z | words system system ogerman |
231 | 2023-10-04T20:41:29.520Z | words system system spanish |
232 | 2023-10-04T20:41:29.544Z | FMRI IFO |
233 | 2023-10-04T20:41:29.985Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2023-10-04T20:41:30.414Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2023-10-04T20:41:30.843Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2023-10-04T20:41:30.860Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2023-10-04T20:41:30.873Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2023-10-04T20:41:30.891Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2023-10-04T20:41:30.902Z | + set -o errexit |
240 | 2023-10-04T20:41:30.916Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2023-10-04T20:41:31.366Z | ++ cd ./tools |
242 | 2023-10-04T20:41:31.375Z | ++ pwd |
243 | 2023-10-04T20:41:31.384Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2023-10-04T20:41:31.422Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2023-10-04T20:41:31.561Z | + ARG0=ci_download_cockroachdb |
246 | 2023-10-04T20:41:31.644Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2023-10-04T20:41:32.190Z | + CIDL_VERSION=v22.1.9 |
248 | 2023-10-04T20:41:32.301Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2023-10-04T20:41:32.334Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2023-10-04T20:41:32.381Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2023-10-04T20:41:32.843Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-04T20:41:33.269Z | + TARGET_DIR=out |
253 | 2023-10-04T20:41:33.284Z | + DOWNLOAD_DIR=out/downloads |
254 | 2023-10-04T20:41:33.313Z | + DEST_DIR=./out/cockroachdb |
255 | 2023-10-04T20:41:33.340Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2023-10-04T20:41:33.358Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2023-10-04T20:41:33.794Z | + main |
258 | 2023-10-04T20:41:33.824Z | + [[ 0 != 0 ]] |
259 | 2023-10-04T20:41:33.839Z | + CIDL_OS=solaris2.11 |
260 | 2023-10-04T20:41:33.854Z | + [[ 0 != 0 ]] |
261 | 2023-10-04T20:41:34.308Z | + configure_os solaris2.11 |
262 | 2023-10-04T20:41:34.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2023-10-04T20:41:34.331Z | current directory: /work/oxidecomputer/omicron |
264 | 2023-10-04T20:41:34.374Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2023-10-04T20:41:34.800Z | configuring based on OS: "solaris2.11" |
266 | 2023-10-04T20:41:34.822Z | + case "$1" in |
267 | 2023-10-04T20:41:34.838Z | + CIDL_BUILD=illumos |
268 | 2023-10-04T20:41:35.255Z | + CIDL_SUFFIX=tar.gz |
269 | 2023-10-04T20:41:35.267Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-10-04T20:41:35.282Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2023-10-04T20:41:35.299Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2023-10-04T20:41:35.740Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2023-10-04T20:41:35.799Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2023-10-04T20:41:35.831Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-04T20:41:35.869Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-04T20:41:35.894Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-04T20:41:35.932Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-04T20:41:35.956Z | Downloading... |
279 | 2023-10-04T20:41:36.002Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2023-10-04T20:41:36.028Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-04T20:41:36.048Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-10-04T20:41:36.071Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-10-04T20:41:36.087Z | + mkdir -p out/downloads |
284 | 2023-10-04T20:41:36.111Z | + mkdir -p ./out/cockroachdb |
285 | 2023-10-04T20:41:36.133Z | + local DO_DOWNLOAD=true |
286 | 2023-10-04T20:41:36.152Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2023-10-04T20:41:36.241Z | + '[' true == true ']' |
288 | 2023-10-04T20:41:36.253Z | + echo Downloading... |
289 | 2023-10-04T20:41:36.266Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-10-04T20:41:36.286Z | + 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 |
291 | 2023-10-04T20:41:36.302Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-10-04T20:41:36.340Z | ++ md5sum |
293 | 2023-10-04T20:41:36.359Z | ++ awk '{print $1}' |
294 | 2023-10-04T20:41:36.373Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-10-04T20:41:36.404Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
296 | 2023-10-04T20:41:36.415Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-10-04T20:41:36.426Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2023-10-04T20:41:36.572Z | + do_assemble_illumos |
299 | 2023-10-04T20:41:36.595Z | + rm -r ./out/cockroachdb |
300 | 2023-10-04T20:41:36.615Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2023-10-04T20:41:36.630Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2023-10-04T20:41:36.659Z | Build Tag: v22.1.9-dirty |
303 | 2023-10-04T20:41:36.687Z | Build Time: 2022/10/26 21:17:46 |
304 | 2023-10-04T20:41:36.707Z | Distribution: OSS |
305 | 2023-10-04T20:41:36.721Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2023-10-04T20:41:36.730Z | Go Version: go1.17.13 |
307 | 2023-10-04T20:41:36.740Z | C Compiler: gcc 10.3.0 |
308 | 2023-10-04T20:41:36.763Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2023-10-04T20:41:36.785Z | Build Type: release |
310 | 2023-10-04T20:41:37.673Z | + set -o errexit |
311 | 2023-10-04T20:41:37.727Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2023-10-04T20:41:37.789Z | ++ cd ./tools |
313 | 2023-10-04T20:41:37.804Z | ++ pwd |
314 | 2023-10-04T20:41:37.820Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2023-10-04T20:41:37.845Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2023-10-04T20:41:37.863Z | + ARG0=ci_download_clickhouse |
317 | 2023-10-04T20:41:37.887Z | + TARGET_DIR=out |
318 | 2023-10-04T20:41:37.903Z | + DOWNLOAD_DIR=out/downloads |
319 | 2023-10-04T20:41:37.933Z | + DEST_DIR=./out/clickhouse |
320 | 2023-10-04T20:41:37.951Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2023-10-04T20:41:37.965Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-10-04T20:41:37.982Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2023-10-04T20:41:38.018Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2023-10-04T20:41:38.469Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-10-04T20:41:38.491Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2023-10-04T20:41:38.500Z | + main |
327 | 2023-10-04T20:41:38.537Z | + [[ 0 != 0 ]] |
328 | 2023-10-04T20:41:38.556Z | + CIDL_OS=solaris2.11 |
329 | 2023-10-04T20:41:38.670Z | + [[ 0 != 0 ]] |
330 | 2023-10-04T20:41:38.798Z | + configure_os solaris2.11 |
331 | 2023-10-04T20:41:39.226Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2023-10-04T20:41:39.259Z | current directory: /work/oxidecomputer/omicron |
333 | 2023-10-04T20:41:39.275Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2023-10-04T20:41:39.716Z | configuring based on OS: "solaris2.11" |
335 | 2023-10-04T20:41:39.725Z | + CIDL_DASHREV= |
336 | 2023-10-04T20:41:39.731Z | + case "$1" in |
337 | 2023-10-04T20:41:39.736Z | + CIDL_PLATFORM=illumos |
338 | 2023-10-04T20:41:39.739Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-04T20:41:39.744Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2023-10-04T20:41:39.770Z | + CIDL_DASHREV=-1 |
341 | 2023-10-04T20:41:40.183Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2023-10-04T20:41:40.189Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-04T20:41:40.202Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-04T20:41:40.244Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-04T20:41:40.260Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-10-04T20:41:40.270Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-04T20:41:40.292Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-10-04T20:41:40.322Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-04T20:41:40.354Z | + mkdir -p out/downloads |
350 | 2023-10-04T20:41:40.380Z | + mkdir -p ./out/clickhouse |
351 | 2023-10-04T20:41:40.385Z | + local DO_DOWNLOAD=true |
352 | 2023-10-04T20:41:40.390Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-10-04T20:41:40.395Z | + '[' true == true ']' |
354 | 2023-10-04T20:41:40.399Z | + echo Downloading... |
355 | 2023-10-04T20:41:40.409Z | Downloading... |
356 | 2023-10-04T20:41:40.416Z | + 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 |
357 | 2023-10-04T20:41:40.421Z | + 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 |
358 | 2023-10-04T20:41:40.426Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-10-04T20:41:40.430Z | ++ md5sum |
360 | 2023-10-04T20:41:40.660Z | ++ awk '{print $1}' |
361 | 2023-10-04T20:41:41.137Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-10-04T20:41:41.185Z | + [[ 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 ]] |
363 | 2023-10-04T20:41:41.249Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2023-10-04T20:41:41.306Z | + mkdir -p ./out/clickhouse |
365 | 2023-10-04T20:41:41.334Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2023-10-04T20:41:42.896Z | + ./out/clickhouse/clickhouse server --version |
367 | 2023-10-04T20:41:43.168Z | ClickHouse server version 22.8.9.1. |
368 | 2023-10-04T20:41:43.606Z | + set -o errexit |
369 | 2023-10-04T20:41:43.629Z | +++ dirname ./tools/ci_download_console |
370 | 2023-10-04T20:41:43.651Z | ++ cd ./tools |
371 | 2023-10-04T20:41:43.697Z | ++ pwd |
372 | 2023-10-04T20:41:43.736Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2023-10-04T20:41:43.794Z | ++ basename ./tools/ci_download_console |
374 | 2023-10-04T20:41:43.814Z | + ARG0=ci_download_console |
375 | 2023-10-04T20:41:43.842Z | + TARGET_DIR=out |
376 | 2023-10-04T20:41:43.862Z | + DOWNLOAD_DIR=out/downloads |
377 | 2023-10-04T20:41:43.921Z | + DEST_DIR=./out/console-assets |
378 | 2023-10-04T20:41:44.013Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2023-10-04T20:41:44.105Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
380 | 2023-10-04T20:41:44.149Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
381 | 2023-10-04T20:41:44.160Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
382 | 2023-10-04T20:41:44.174Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2023-10-04T20:41:44.214Z | + main |
384 | 2023-10-04T20:41:44.223Z | + [[ 0 != 0 ]] |
385 | 2023-10-04T20:41:44.237Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
386 | 2023-10-04T20:41:44.246Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
387 | 2023-10-04T20:41:44.300Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2023-10-04T20:41:44.305Z | Local file: out/downloads/console.tar.gz |
389 | 2023-10-04T20:41:44.488Z | + local DO_DOWNLOAD=true |
390 | 2023-10-04T20:41:44.517Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2023-10-04T20:41:44.566Z | + mkdir -p out/downloads |
392 | 2023-10-04T20:41:44.608Z | + '[' true == true ']' |
393 | 2023-10-04T20:41:44.638Z | + echo Downloading... |
394 | 2023-10-04T20:41:44.692Z | Downloading... |
395 | 2023-10-04T20:41:44.704Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
396 | 2023-10-04T20:41:44.720Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
397 | 2023-10-04T20:41:44.732Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2023-10-04T20:41:44.746Z | ++ case "$OSTYPE" in |
399 | 2023-10-04T20:41:44.762Z | ++ SHA=sha256sum |
400 | 2023-10-04T20:41:44.765Z | ++ sha256sum |
401 | 2023-10-04T20:41:44.771Z | ++ awk '{print $1}' |
402 | 2023-10-04T20:41:44.775Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
403 | 2023-10-04T20:41:44.797Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
404 | 2023-10-04T20:41:44.811Z | + rm -rf ./out/console-assets |
405 | 2023-10-04T20:41:44.824Z | + mkdir -p ./out/console-assets |
406 | 2023-10-04T20:41:44.833Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2023-10-04T20:41:44.838Z | + mkdir -p ./out/console-assets |
408 | 2023-10-04T20:41:44.861Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2023-10-04T20:41:44.878Z | + set -o errexit |
410 | 2023-10-04T20:41:44.897Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2023-10-04T20:41:44.910Z | ++ cd ./tools |
412 | 2023-10-04T20:41:44.981Z | ++ pwd |
413 | 2023-10-04T20:41:45.039Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2023-10-04T20:41:45.125Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2023-10-04T20:41:45.145Z | + ARG0=ci_download_maghemite_openapi |
416 | 2023-10-04T20:41:45.160Z | + TARGET_DIR=out |
417 | 2023-10-04T20:41:45.203Z | + DOWNLOAD_DIR=out/downloads |
418 | 2023-10-04T20:41:45.214Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
419 | 2023-10-04T20:41:45.240Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
420 | 2023-10-04T20:41:45.302Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-04T20:41:45.343Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
422 | 2023-10-04T20:41:45.378Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-04T20:41:45.847Z | + main |
424 | 2023-10-04T20:41:45.912Z | + [[ 0 != 0 ]] |
425 | 2023-10-04T20:41:45.939Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
426 | 2023-10-04T20:41:46.409Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
427 | 2023-10-04T20:41:46.447Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
428 | 2023-10-04T20:41:46.514Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-04T20:41:46.537Z | + local DO_DOWNLOAD=true |
430 | 2023-10-04T20:41:46.573Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
431 | 2023-10-04T20:41:46.770Z | + mkdir -p out/downloads |
432 | 2023-10-04T20:41:46.795Z | + '[' true == true ']' |
433 | 2023-10-04T20:41:46.816Z | + echo Downloading... |
434 | 2023-10-04T20:41:46.847Z | Downloading... |
435 | 2023-10-04T20:41:46.937Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
436 | 2023-10-04T20:41:46.959Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
437 | 2023-10-04T20:41:47.393Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
438 | 2023-10-04T20:41:47.424Z | ++ case "$OSTYPE" in |
439 | 2023-10-04T20:41:47.500Z | ++ SHA=sha256sum |
440 | 2023-10-04T20:41:47.528Z | ++ sha256sum |
441 | 2023-10-04T20:41:47.581Z | ++ awk '{print $1}' |
442 | 2023-10-04T20:41:48.046Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
443 | 2023-10-04T20:41:48.735Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
444 | 2023-10-04T20:41:49.323Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
445 | 2023-10-04T20:41:49.366Z | + set -o errexit |
446 | 2023-10-04T20:41:49.808Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
447 | 2023-10-04T20:41:49.837Z | +++ dirname ./tools/ci_download_dendrite_openapi |
448 | 2023-10-04T20:41:50.389Z | Downloading... |
449 | 2023-10-04T20:41:50.415Z | ++ cd ./tools |
450 | 2023-10-04T20:41:50.609Z | current directory: /work/oxidecomputer/omicron |
451 | 2023-10-04T20:41:50.785Z | ++ pwd |
452 | 2023-10-04T20:41:50.807Z | configuring based on OS: "solaris2.11" |
453 | 2023-10-04T20:41:50.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
454 | 2023-10-04T20:41:50.855Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
455 | 2023-10-04T20:41:50.896Z | ++ basename ./tools/ci_download_dendrite_openapi |
456 | 2023-10-04T20:41:50.969Z | Local file: out/downloads/dendrite-stub.tar.gz |
457 | 2023-10-04T20:41:51.561Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-10-04T20:41:51.603Z | Downloading... |
459 | 2023-10-04T20:41:51.622Z | + TARGET_DIR=out |
460 | 2023-10-04T20:41:51.641Z | + DOWNLOAD_DIR=out/downloads |
461 | 2023-10-04T20:41:51.665Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
462 | 2023-10-04T20:41:51.694Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
463 | 2023-10-04T20:41:51.724Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
464 | 2023-10-04T20:41:52.150Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
465 | 2023-10-04T20:41:52.167Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
466 | 2023-10-04T20:41:52.180Z | + main |
467 | 2023-10-04T20:41:52.192Z | + [[ 0 != 0 ]] |
468 | 2023-10-04T20:41:52.208Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
469 | 2023-10-04T20:41:52.226Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
470 | 2023-10-04T20:41:52.241Z | + local DO_DOWNLOAD=true |
471 | 2023-10-04T20:41:52.256Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
472 | 2023-10-04T20:41:52.281Z | + mkdir -p out/downloads |
473 | 2023-10-04T20:41:52.307Z | + '[' true == true ']' |
474 | 2023-10-04T20:41:52.727Z | + echo Downloading... |
475 | 2023-10-04T20:41:52.750Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
476 | 2023-10-04T20:41:52.759Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
477 | 2023-10-04T20:41:52.902Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
478 | 2023-10-04T20:41:53.365Z | ++ case "$OSTYPE" in |
479 | 2023-10-04T20:41:53.416Z | ++ SHA=sha256sum |
480 | 2023-10-04T20:41:53.435Z | ++ sha256sum |
481 | 2023-10-04T20:41:53.464Z | ++ awk '{print $1}' |
482 | 2023-10-04T20:41:53.493Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
483 | 2023-10-04T20:41:53.518Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
484 | 2023-10-04T20:41:53.541Z | + set -o errexit |
485 | 2023-10-04T20:41:53.571Z | +++ dirname ./tools/ci_download_dendrite_stub |
486 | 2023-10-04T20:41:53.599Z | ++ cd ./tools |
487 | 2023-10-04T20:41:53.635Z | ++ pwd |
488 | 2023-10-04T20:41:53.663Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2023-10-04T20:41:53.699Z | ++ basename ./tools/ci_download_dendrite_stub |
490 | 2023-10-04T20:41:53.716Z | + ARG0=ci_download_dendrite_stub |
491 | 2023-10-04T20:41:53.748Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
492 | 2023-10-04T20:41:53.768Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
493 | 2023-10-04T20:41:53.793Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
494 | 2023-10-04T20:41:53.821Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
495 | 2023-10-04T20:41:53.840Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-10-04T20:41:53.862Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
497 | 2023-10-04T20:41:53.885Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
498 | 2023-10-04T20:41:53.912Z | + TARGET_DIR=out |
499 | 2023-10-04T20:41:53.933Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-10-04T20:41:53.955Z | + DEST_DIR=./out/dendrite-stub |
501 | 2023-10-04T20:41:53.974Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
502 | 2023-10-04T20:41:54.008Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
503 | 2023-10-04T20:41:54.030Z | + REPO=oxidecomputer/dendrite |
504 | 2023-10-04T20:41:54.053Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
505 | 2023-10-04T20:41:54.483Z | + main |
506 | 2023-10-04T20:41:54.518Z | + [[ 0 != 0 ]] |
507 | 2023-10-04T20:41:54.577Z | + CIDL_OS=solaris2.11 |
508 | 2023-10-04T20:41:54.601Z | + [[ 0 != 0 ]] |
509 | 2023-10-04T20:41:54.642Z | + configure_os solaris2.11 |
510 | 2023-10-04T20:41:54.673Z | + echo 'current directory: /work/oxidecomputer/omicron' |
511 | 2023-10-04T20:41:54.693Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2023-10-04T20:41:54.715Z | + case "$1" in |
513 | 2023-10-04T20:41:54.738Z | + SET_BINARIES= |
514 | 2023-10-04T20:41:54.763Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
515 | 2023-10-04T20:41:54.787Z | + CIDL_SHA256FUNC=do_sha256sum |
516 | 2023-10-04T20:41:55.223Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
517 | 2023-10-04T20:41:55.243Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
518 | 2023-10-04T20:41:55.278Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-04T20:41:55.465Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
520 | 2023-10-04T20:41:55.489Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
521 | 2023-10-04T20:41:55.509Z | + mkdir -p out/downloads |
522 | 2023-10-04T20:41:55.521Z | + mkdir -p ./out/dendrite-stub |
523 | 2023-10-04T20:41:55.535Z | + fetch_and_verify |
524 | 2023-10-04T20:41:55.548Z | + local DO_DOWNLOAD=true |
525 | 2023-10-04T20:41:55.560Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
526 | 2023-10-04T20:41:55.575Z | + '[' true == true ']' |
527 | 2023-10-04T20:41:55.587Z | + echo Downloading... |
528 | 2023-10-04T20:41:55.604Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
529 | 2023-10-04T20:41:55.620Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
530 | 2023-10-04T20:42:01.579Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
531 | 2023-10-04T20:42:01.593Z | ++ sha256sum |
532 | 2023-10-04T20:42:01.611Z | ++ awk '{print $1}' |
533 | 2023-10-04T20:42:01.682Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
534 | 2023-10-04T20:42:01.707Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
535 | 2023-10-04T20:42:01.722Z | + do_untar out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-04T20:42:01.741Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
537 | 2023-10-04T20:42:02.639Z | + do_assemble |
538 | 2023-10-04T20:42:02.663Z | + rm -r ./out/dendrite-stub |
539 | 2023-10-04T20:42:02.748Z | + mkdir ./out/dendrite-stub |
540 | 2023-10-04T20:42:02.778Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
541 | 2023-10-04T20:42:02.802Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
542 | 2023-10-04T20:42:02.811Z | + set -o errexit |
543 | 2023-10-04T20:42:02.825Z | +++ dirname ./tools/ci_download_transceiver_control |
544 | 2023-10-04T20:42:02.852Z | ++ cd ./tools |
545 | 2023-10-04T20:42:03.019Z | ++ pwd |
546 | 2023-10-04T20:42:03.058Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
547 | 2023-10-04T20:42:03.491Z | ++ basename ./tools/ci_download_transceiver_control |
548 | 2023-10-04T20:42:03.496Z | + ARG0=ci_download_transceiver_control |
549 | 2023-10-04T20:42:03.501Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
550 | 2023-10-04T20:42:03.509Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
551 | 2023-10-04T20:42:03.519Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
552 | 2023-10-04T20:42:03.527Z | + TARGET_DIR=out |
553 | 2023-10-04T20:42:03.535Z | + DOWNLOAD_DIR=out/downloads |
554 | 2023-10-04T20:42:03.546Z | + DEST_DIR=./out/transceiver-control |
555 | 2023-10-04T20:42:03.551Z | + BIN_DIR=/opt/oxide/bin |
556 | 2023-10-04T20:42:03.569Z | + BINARY=xcvradm |
557 | 2023-10-04T20:42:03.576Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2023-10-04T20:42:03.588Z | + REPO=oxidecomputer/transceiver-control |
559 | 2023-10-04T20:42:03.602Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
560 | 2023-10-04T20:42:03.608Z | + main |
561 | 2023-10-04T20:42:03.620Z | + [[ 0 != 0 ]] |
562 | 2023-10-04T20:42:03.642Z | + CIDL_OS=solaris2.11 |
563 | 2023-10-04T20:42:03.660Z | + [[ 0 != 0 ]] |
564 | 2023-10-04T20:42:03.672Z | + configure_os solaris2.11 |
565 | 2023-10-04T20:42:03.686Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2023-10-04T20:42:03.700Z | current directory: /work/oxidecomputer/omicron |
567 | 2023-10-04T20:42:03.710Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2023-10-04T20:42:03.720Z | configuring based on OS: "solaris2.11" |
569 | 2023-10-04T20:42:04.184Z | + case "$1" in |
570 | 2023-10-04T20:42:04.201Z | + SET_BINARIES= |
571 | 2023-10-04T20:42:04.226Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-04T20:42:04.257Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2023-10-04T20:42:04.292Z | + ARCHIVE_FILENAME=xcvradm.gz |
574 | 2023-10-04T20:42:04.729Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
575 | 2023-10-04T20:42:04.763Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
576 | 2023-10-04T20:42:04.789Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
577 | 2023-10-04T20:42:04.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
578 | 2023-10-04T20:42:05.289Z | + echo 'Local file: out/downloads/xcvradm.gz' |
579 | 2023-10-04T20:42:05.316Z | Local file: out/downloads/xcvradm.gz |
580 | 2023-10-04T20:42:05.349Z | + mkdir -p out/downloads |
581 | 2023-10-04T20:42:05.784Z | + mkdir -p ./out/transceiver-control |
582 | 2023-10-04T20:42:05.814Z | + fetch_and_verify |
583 | 2023-10-04T20:42:05.833Z | + local DO_DOWNLOAD=true |
584 | 2023-10-04T20:42:05.843Z | + [[ -f out/downloads/xcvradm.gz ]] |
585 | 2023-10-04T20:42:05.858Z | + '[' true == true ']' |
586 | 2023-10-04T20:42:05.867Z | + echo Downloading... |
587 | 2023-10-04T20:42:05.881Z | Downloading... |
588 | 2023-10-04T20:42:05.904Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
589 | 2023-10-04T20:42:05.919Z | + 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 |
590 | 2023-10-04T20:42:05.927Z | ++ do_sha256sum out/downloads/xcvradm.gz |
591 | 2023-10-04T20:42:05.938Z | ++ sha256sum |
592 | 2023-10-04T20:42:05.948Z | ++ awk '{print $1}' |
593 | 2023-10-04T20:42:05.964Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2023-10-04T20:42:05.978Z | + [[ 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 ]] |
595 | 2023-10-04T20:42:05.988Z | + do_unpack out/downloads/xcvradm.gz |
596 | 2023-10-04T20:42:06.008Z | + mkdir -p out/downloads/root//opt/oxide/bin |
597 | 2023-10-04T20:42:06.028Z | + gzip -dc out/downloads/xcvradm.gz |
598 | 2023-10-04T20:42:06.076Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
599 | 2023-10-04T20:42:06.082Z | + do_assemble |
600 | 2023-10-04T20:42:06.091Z | + rm -r ./out/transceiver-control |
601 | 2023-10-04T20:42:06.097Z | + mkdir ./out/transceiver-control |
602 | 2023-10-04T20:42:06.104Z | + cp -r out/downloads/root ./out/transceiver-control/root |
603 | 2023-10-04T20:42:06.243Z | All builder prerequisites installed successfully, and PATH looks valid |
604 | 2023-10-04T20:42:06.261Z | |
605 | 2023-10-04T20:42:06.272Z | real 1:57.349199838 |
606 | 2023-10-04T20:42:06.280Z | user 48.063297428 |
607 | 2023-10-04T20:42:06.414Z | sys 9.009606543 |
608 | 2023-10-04T20:42:06.439Z | trap 0.021133975 |
609 | 2023-10-04T20:42:06.455Z | tflt 0.134220809 |
610 | 2023-10-04T20:42:06.489Z | dflt 0.702674006 |
611 | 2023-10-04T20:42:06.506Z | kflt 0.190925959 |
612 | 2023-10-04T20:42:06.535Z | lock 1.918933017 |
613 | 2023-10-04T20:42:06.551Z | slp 3:43.045635242 |
614 | 2023-10-04T20:42:06.574Z | lat 3.162935309 |
615 | 2023-10-04T20:42:06.671Z | stop 0.068374114 |
616 | 2023-10-04T20:42:06.739Z | |
617 | 2023-10-04T20:42:07.168Z | #### # # ##### ##### # # |
618 | 2023-10-04T20:42:07.187Z | # # # # # # # # # # |
619 | 2023-10-04T20:42:07.201Z | # # # # # # # # |
620 | 2023-10-04T20:42:07.223Z | # # # ##### ##### # |
621 | 2023-10-04T20:42:07.238Z | # # # # # # # |
622 | 2023-10-04T20:42:07.664Z | #### ###### # # # # |
623 | 2023-10-04T20:42:08.091Z | |
624 | 2023-10-04T20:42:08.095Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-10-04T20:42:08.098Z | Updating crates.io index |
626 | 2023-10-04T20:42:08.101Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-10-04T20:42:08.104Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-10-04T20:42:09.856Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-10-04T20:42:10.653Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-10-04T20:42:11.219Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-10-04T20:42:11.555Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-10-04T20:42:12.446Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-10-04T20:42:12.821Z | Updating git repository `https://github.com/oxidecomputer/opte` |
634 | 2023-10-04T20:42:13.834Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
635 | 2023-10-04T20:42:14.213Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
636 | 2023-10-04T20:42:14.544Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
637 | 2023-10-04T20:42:14.934Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
638 | 2023-10-04T20:42:15.352Z | Updating git repository `https://github.com/njaremko/samael` |
639 | 2023-10-04T20:42:16.139Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
640 | 2023-10-04T20:42:17.463Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
641 | 2023-10-04T20:42:18.039Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
642 | 2023-10-04T20:42:18.711Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-10-04T20:42:19.293Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-10-04T20:42:19.705Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-10-04T20:42:20.125Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
646 | 2023-10-04T20:42:29.454Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
647 | 2023-10-04T20:42:30.077Z | Updating git repository `https://github.com/jgallagher/nix` |
648 | 2023-10-04T20:42:31.345Z | Updating git repository `https://github.com/cbiffle/hubpack` |
649 | 2023-10-04T20:42:31.772Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-10-04T20:42:32.749Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-10-04T20:42:33.185Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-10-04T20:42:33.566Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-10-04T20:42:34.902Z | Downloading crates ... |
654 | 2023-10-04T20:42:35.040Z | Downloaded serde_spanned v0.6.3 |
655 | 2023-10-04T20:42:35.049Z | Downloaded bitflags v1.3.2 |
656 | 2023-10-04T20:42:35.057Z | Downloaded clap_lex v0.5.1 |
657 | 2023-10-04T20:42:35.072Z | Downloaded equivalent v1.0.1 |
658 | 2023-10-04T20:42:35.087Z | Downloaded anstyle v1.0.2 |
659 | 2023-10-04T20:42:35.100Z | Downloaded indexmap v2.0.0 |
660 | 2023-10-04T20:42:35.111Z | Downloaded heck v0.4.1 |
661 | 2023-10-04T20:42:35.131Z | Downloaded cargo_metadata v0.18.0 |
662 | 2023-10-04T20:42:35.151Z | Downloaded itoa v1.0.9 |
663 | 2023-10-04T20:42:35.163Z | Downloaded anstyle-query v1.0.0 |
664 | 2023-10-04T20:42:35.172Z | Downloaded semver v1.0.18 |
665 | 2023-10-04T20:42:35.180Z | Downloaded terminal_size v0.2.6 |
666 | 2023-10-04T20:42:35.189Z | Downloaded strsim v0.10.0 |
667 | 2023-10-04T20:42:35.198Z | Downloaded cargo-platform v0.1.3 |
668 | 2023-10-04T20:42:35.208Z | Downloaded toml_datetime v0.6.3 |
669 | 2023-10-04T20:42:35.220Z | Downloaded io-lifetimes v1.0.11 |
670 | 2023-10-04T20:42:35.239Z | Downloaded utf8parse v0.2.1 |
671 | 2023-10-04T20:42:35.689Z | Downloaded thiserror v1.0.49 |
672 | 2023-10-04T20:42:35.713Z | Downloaded anyhow v1.0.75 |
673 | 2023-10-04T20:42:35.730Z | Downloaded clap_derive v4.4.2 |
674 | 2023-10-04T20:42:35.750Z | Downloaded cargo_toml v0.16.3 |
675 | 2023-10-04T20:42:35.767Z | Downloaded toml v0.8.0 |
676 | 2023-10-04T20:42:35.781Z | Downloaded ryu v1.0.15 |
677 | 2023-10-04T20:42:35.791Z | Downloaded serde v1.0.188 |
678 | 2023-10-04T20:42:35.802Z | Downloaded serde_derive v1.0.188 |
679 | 2023-10-04T20:42:35.814Z | Downloaded hashbrown v0.14.0 |
680 | 2023-10-04T20:42:35.828Z | Downloaded memchr v2.6.3 |
681 | 2023-10-04T20:42:35.837Z | Downloaded serde_json v1.0.107 |
682 | 2023-10-04T20:42:35.854Z | Downloaded clap_builder v4.4.2 |
683 | 2023-10-04T20:42:35.883Z | Downloaded syn v2.0.32 |
684 | 2023-10-04T20:42:35.901Z | Downloaded rustix v0.37.23 |
685 | 2023-10-04T20:42:35.908Z | Downloaded libc v0.2.148 |
686 | 2023-10-04T20:42:35.921Z | Downloaded winnow v0.5.15 |
687 | 2023-10-04T20:42:35.928Z | Downloaded colorchoice v1.0.0 |
688 | 2023-10-04T20:42:35.942Z | Downloaded toml_edit v0.20.0 |
689 | 2023-10-04T20:42:35.955Z | Downloaded clap v4.4.3 |
690 | 2023-10-04T20:42:35.963Z | Downloaded proc-macro2 v1.0.67 |
691 | 2023-10-04T20:42:36.169Z | Downloaded camino v1.1.6 |
692 | 2023-10-04T20:42:36.198Z | Downloaded thiserror-impl v1.0.49 |
693 | 2023-10-04T20:42:36.225Z | Downloaded unicode-ident v1.0.12 |
694 | 2023-10-04T20:42:36.245Z | Downloaded quote v1.0.33 |
695 | 2023-10-04T20:42:36.261Z | Downloaded errno v0.3.2 |
696 | 2023-10-04T20:42:36.273Z | Downloaded anstyle-parse v0.2.1 |
697 | 2023-10-04T20:42:36.297Z | Downloaded anstream v0.5.0 |
698 | 2023-10-04T20:42:36.309Z | Compiling proc-macro2 v1.0.67 |
699 | 2023-10-04T20:42:36.322Z | Compiling unicode-ident v1.0.12 |
700 | 2023-10-04T20:42:36.330Z | Compiling serde v1.0.188 |
701 | 2023-10-04T20:42:36.342Z | Compiling libc v0.2.148 |
702 | 2023-10-04T20:42:36.357Z | Compiling io-lifetimes v1.0.11 |
703 | 2023-10-04T20:42:36.370Z | Compiling rustix v0.37.23 |
704 | 2023-10-04T20:42:36.385Z | Compiling utf8parse v0.2.1 |
705 | 2023-10-04T20:42:36.396Z | Compiling equivalent v1.0.1 |
706 | 2023-10-04T20:42:36.406Z | Compiling bitflags v1.3.2 |
707 | 2023-10-04T20:42:36.415Z | Compiling hashbrown v0.14.0 |
708 | 2023-10-04T20:42:36.426Z | Compiling anstyle-parse v0.2.1 |
709 | 2023-10-04T20:42:36.440Z | Compiling colorchoice v1.0.0 |
710 | 2023-10-04T20:42:36.452Z | Compiling semver v1.0.18 |
711 | 2023-10-04T20:42:36.462Z | Compiling thiserror v1.0.49 |
712 | 2023-10-04T20:42:37.182Z | Compiling indexmap v2.0.0 |
713 | 2023-10-04T20:42:37.551Z | Compiling camino v1.1.6 |
714 | 2023-10-04T20:42:37.559Z | Compiling winnow v0.5.15 |
715 | 2023-10-04T20:42:37.687Z | Compiling serde_json v1.0.107 |
716 | 2023-10-04T20:42:38.123Z | Compiling anstyle-query v1.0.0 |
717 | 2023-10-04T20:42:38.133Z | Compiling anstyle v1.0.2 |
718 | 2023-10-04T20:42:38.150Z | Compiling anyhow v1.0.75 |
719 | 2023-10-04T20:42:38.396Z | Compiling anstream v0.5.0 |
720 | 2023-10-04T20:42:38.663Z | Compiling strsim v0.10.0 |
721 | 2023-10-04T20:42:38.694Z | Compiling clap_lex v0.5.1 |
722 | 2023-10-04T20:42:38.906Z | Compiling itoa v1.0.9 |
723 | 2023-10-04T20:42:38.955Z | Compiling quote v1.0.33 |
724 | 2023-10-04T20:42:39.218Z | Compiling heck v0.4.1 |
725 | 2023-10-04T20:42:39.395Z | Compiling ryu v1.0.15 |
726 | 2023-10-04T20:42:39.778Z | Compiling syn v2.0.32 |
727 | 2023-10-04T20:42:40.141Z | Compiling errno v0.3.2 |
728 | 2023-10-04T20:42:41.480Z | Compiling terminal_size v0.2.6 |
729 | 2023-10-04T20:42:41.624Z | Compiling clap_builder v4.4.2 |
730 | 2023-10-04T20:42:46.706Z | Compiling serde_derive v1.0.188 |
731 | 2023-10-04T20:42:46.720Z | Compiling thiserror-impl v1.0.49 |
732 | 2023-10-04T20:42:46.730Z | Compiling clap_derive v4.4.2 |
733 | 2023-10-04T20:42:50.597Z | Compiling clap v4.4.3 |
734 | 2023-10-04T20:42:58.843Z | Compiling toml_datetime v0.6.3 |
735 | 2023-10-04T20:42:58.847Z | Compiling serde_spanned v0.6.3 |
736 | 2023-10-04T20:42:58.852Z | Compiling cargo-platform v0.1.3 |
737 | 2023-10-04T20:42:59.255Z | Compiling toml_edit v0.20.0 |
738 | 2023-10-04T20:43:00.876Z | Compiling cargo_metadata v0.18.0 |
739 | 2023-10-04T20:43:02.453Z | Compiling toml v0.8.0 |
740 | 2023-10-04T20:43:03.379Z | Compiling cargo_toml v0.16.3 |
741 | 2023-10-04T20:43:08.643Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
742 | 2023-10-04T20:43:09.897Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
743 | 2023-10-04T20:43:10.114Z | Running `target/debug/xtask clippy` |
744 | 2023-10-04T20:43:10.156Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
745 | 2023-10-04T20:43:11.526Z | Downloading crates ... |
746 | 2023-10-04T20:43:11.540Z | Downloaded cast v0.3.0 |
747 | 2023-10-04T20:43:11.569Z | Downloaded bytes v1.5.0 |
748 | 2023-10-04T20:43:12.056Z | Downloaded bit_field v0.10.2 |
749 | 2023-10-04T20:43:12.080Z | Downloaded hubpack_derive v0.1.1 |
750 | 2023-10-04T20:43:12.091Z | Downloaded buf-list v1.0.3 |
751 | 2023-10-04T20:43:12.101Z | Downloaded addr2line v0.21.0 |
752 | 2023-10-04T20:43:12.107Z | Downloaded base64 v0.21.4 |
753 | 2023-10-04T20:43:12.116Z | Downloaded num_enum v0.5.11 |
754 | 2023-10-04T20:43:12.123Z | Downloaded adler v1.0.2 |
755 | 2023-10-04T20:43:12.149Z | Downloaded backtrace v0.3.69 |
756 | 2023-10-04T20:43:12.158Z | Downloaded ciborium-io v0.2.1 |
757 | 2023-10-04T20:43:12.168Z | Downloaded block-padding v0.3.3 |
758 | 2023-10-04T20:43:12.175Z | Downloaded http-body v0.4.5 |
759 | 2023-10-04T20:43:12.182Z | Downloaded matches v0.1.10 |
760 | 2023-10-04T20:43:12.196Z | Downloaded match_cfg v0.1.0 |
761 | 2023-10-04T20:43:12.207Z | Downloaded crossbeam-queue v0.3.8 |
762 | 2023-10-04T20:43:12.217Z | Downloaded crossbeam v0.8.2 |
763 | 2023-10-04T20:43:12.224Z | Downloaded memoffset v0.7.1 |
764 | 2023-10-04T20:43:12.230Z | Downloaded convert_case v0.4.0 |
765 | 2023-10-04T20:43:12.237Z | Downloaded new_debug_unreachable v1.0.4 |
766 | 2023-10-04T20:43:12.244Z | Downloaded normalize-line-endings v0.3.0 |
767 | 2023-10-04T20:43:12.250Z | Downloaded async-recursion v1.0.5 |
768 | 2023-10-04T20:43:12.258Z | Downloaded num_threads v0.1.6 |
769 | 2023-10-04T20:43:12.672Z | Downloaded base64ct v1.6.0 |
770 | 2023-10-04T20:43:12.683Z | Downloaded md-5 v0.10.5 |
771 | 2023-10-04T20:43:12.701Z | Downloaded serde-big-array v0.5.1 |
772 | 2023-10-04T20:43:12.710Z | Downloaded mime v0.3.17 |
773 | 2023-10-04T20:43:12.713Z | Downloaded managed v0.8.0 |
774 | 2023-10-04T20:43:12.717Z | Downloaded cipher v0.4.4 |
775 | 2023-10-04T20:43:12.721Z | Downloaded smawk v0.3.1 |
776 | 2023-10-04T20:43:12.730Z | Downloaded ipnetwork v0.20.0 |
777 | 2023-10-04T20:43:12.734Z | Downloaded resolv-conf v0.7.0 |
778 | 2023-10-04T20:43:12.739Z | Downloaded num-iter v0.1.43 |
779 | 2023-10-04T20:43:12.743Z | Downloaded usdt-attr-macro v0.3.5 |
780 | 2023-10-04T20:43:12.748Z | Downloaded multer v2.1.0 |
781 | 2023-10-04T20:43:12.752Z | Downloaded cpufeatures v0.2.9 |
782 | 2023-10-04T20:43:12.757Z | Downloaded phf_shared v0.10.0 |
783 | 2023-10-04T20:43:12.761Z | Downloaded proc-macro-crate v1.3.1 |
784 | 2023-10-04T20:43:12.765Z | Downloaded form_urlencoded v1.2.0 |
785 | 2023-10-04T20:43:12.769Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2023-10-04T20:43:12.773Z | Downloaded cstr-argument v0.1.2 |
787 | 2023-10-04T20:43:12.778Z | Downloaded mime_guess v2.0.4 |
788 | 2023-10-04T20:43:12.782Z | Downloaded foreign-types-shared v0.1.1 |
789 | 2023-10-04T20:43:12.790Z | Downloaded blake2b_simd v1.0.1 |
790 | 2023-10-04T20:43:12.796Z | Downloaded version_check v0.9.4 |
791 | 2023-10-04T20:43:12.801Z | Downloaded foreign-types v0.5.0 |
792 | 2023-10-04T20:43:12.805Z | Downloaded basic-toml v0.1.4 |
793 | 2023-10-04T20:43:12.808Z | Downloaded usdt-macro v0.3.5 |
794 | 2023-10-04T20:43:12.812Z | Downloaded usdt-impl v0.3.5 |
795 | 2023-10-04T20:43:12.815Z | Downloaded nibble_vec v0.1.0 |
796 | 2023-10-04T20:43:12.821Z | Downloaded pretty-hex v0.2.1 |
797 | 2023-10-04T20:43:12.824Z | Downloaded log v0.4.20 |
798 | 2023-10-04T20:43:12.826Z | Downloaded tinyvec_macros v0.1.1 |
799 | 2023-10-04T20:43:12.829Z | Downloaded snafu-derive v0.7.5 |
800 | 2023-10-04T20:43:12.833Z | Downloaded fragile v2.0.0 |
801 | 2023-10-04T20:43:12.837Z | Downloaded enum-iterator-derive v1.2.1 |
802 | 2023-10-04T20:43:12.842Z | Downloaded doc-comment v0.3.3 |
803 | 2023-10-04T20:43:12.848Z | Downloaded toolchain_find v0.2.0 |
804 | 2023-10-04T20:43:12.859Z | Downloaded base64 v0.13.1 |
805 | 2023-10-04T20:43:12.863Z | Downloaded which v4.4.0 |
806 | 2023-10-04T20:43:12.870Z | Downloaded debug-ignore v1.0.5 |
807 | 2023-10-04T20:43:12.874Z | Downloaded path-absolutize v3.1.0 |
808 | 2023-10-04T20:43:13.297Z | Downloaded tempdir v0.3.7 |
809 | 2023-10-04T20:43:13.304Z | Downloaded predicates v3.0.3 |
810 | 2023-10-04T20:43:13.307Z | Downloaded crossbeam-deque v0.8.3 |
811 | 2023-10-04T20:43:13.313Z | Downloaded plotters-svg v0.3.5 |
812 | 2023-10-04T20:43:13.322Z | Downloaded miniz_oxide v0.7.1 |
813 | 2023-10-04T20:43:13.328Z | Downloaded crc-any v2.4.3 |
814 | 2023-10-04T20:43:13.333Z | Downloaded slog-stdlog v4.1.1 |
815 | 2023-10-04T20:43:13.336Z | Downloaded ctr v0.9.2 |
816 | 2023-10-04T20:43:13.340Z | Downloaded tokio-tungstenite v0.17.2 |
817 | 2023-10-04T20:43:13.346Z | Downloaded arc-swap v1.6.0 |
818 | 2023-10-04T20:43:13.351Z | Downloaded foreign-types-shared v0.3.1 |
819 | 2023-10-04T20:43:13.354Z | Downloaded enum-as-inner v0.5.1 |
820 | 2023-10-04T20:43:13.360Z | Downloaded static_assertions v1.1.0 |
821 | 2023-10-04T20:43:13.366Z | Downloaded polyval v0.6.1 |
822 | 2023-10-04T20:43:13.369Z | Downloaded serial_test_derive v0.10.0 |
823 | 2023-10-04T20:43:13.374Z | Downloaded pest_generator v2.7.2 |
824 | 2023-10-04T20:43:13.378Z | Downloaded omicron-zone-package v0.8.3 |
825 | 2023-10-04T20:43:13.382Z | Downloaded rcgen v0.10.0 |
826 | 2023-10-04T20:43:13.388Z | Downloaded phf_shared v0.11.2 |
827 | 2023-10-04T20:43:13.392Z | Downloaded datatest-stable v0.1.3 |
828 | 2023-10-04T20:43:13.395Z | Downloaded path-dedot v3.1.0 |
829 | 2023-10-04T20:43:13.399Z | Downloaded tempfile v3.8.0 |
830 | 2023-10-04T20:43:13.403Z | Downloaded smf v0.2.2 |
831 | 2023-10-04T20:43:13.412Z | Downloaded serial_test v0.10.0 |
832 | 2023-10-04T20:43:13.426Z | Downloaded toml v0.5.11 |
833 | 2023-10-04T20:43:13.833Z | Downloaded zerocopy v0.3.0 |
834 | 2023-10-04T20:43:13.837Z | Downloaded want v0.3.1 |
835 | 2023-10-04T20:43:13.844Z | Downloaded enum-iterator v1.4.1 |
836 | 2023-10-04T20:43:13.855Z | Downloaded rsa v0.9.2 |
837 | 2023-10-04T20:43:13.861Z | Downloaded pem v1.1.1 |
838 | 2023-10-04T20:43:13.864Z | Downloaded sct v0.7.0 |
839 | 2023-10-04T20:43:13.874Z | Downloaded serde_tokenstream v0.1.7 |
840 | 2023-10-04T20:43:13.883Z | Downloaded ringbuffer v0.14.2 |
841 | 2023-10-04T20:43:13.891Z | Downloaded hash32 v0.2.1 |
842 | 2023-10-04T20:43:14.303Z | Downloaded smallvec v0.6.14 |
843 | 2023-10-04T20:43:14.313Z | Downloaded textwrap v0.11.0 |
844 | 2023-10-04T20:43:14.340Z | Downloaded unicase v2.7.0 |
845 | 2023-10-04T20:43:14.356Z | Downloaded endian-type v0.1.2 |
846 | 2023-10-04T20:43:14.376Z | Downloaded crunchy v0.2.2 |
847 | 2023-10-04T20:43:14.399Z | Downloaded plotters-backend v0.3.5 |
848 | 2023-10-04T20:43:14.418Z | Downloaded derive_builder_macro v0.12.0 |
849 | 2023-10-04T20:43:14.426Z | Downloaded radium v0.7.0 |
850 | 2023-10-04T20:43:14.439Z | Downloaded structmeta-derive v0.1.6 |
851 | 2023-10-04T20:43:14.444Z | Downloaded term v0.7.0 |
852 | 2023-10-04T20:43:14.450Z | Downloaded secrecy v0.8.0 |
853 | 2023-10-04T20:43:14.457Z | Downloaded derive_builder v0.12.0 |
854 | 2023-10-04T20:43:14.462Z | Downloaded sha1 v0.10.5 |
855 | 2023-10-04T20:43:14.465Z | Downloaded futures v0.3.28 |
856 | 2023-10-04T20:43:14.469Z | Downloaded pin-utils v0.1.0 |
857 | 2023-10-04T20:43:14.472Z | Downloaded unicode-linebreak v0.1.5 |
858 | 2023-10-04T20:43:14.476Z | Downloaded snafu v0.7.5 |
859 | 2023-10-04T20:43:14.478Z | Downloaded openssl-macros v0.1.1 |
860 | 2023-10-04T20:43:14.481Z | Downloaded pretty-hex v0.3.0 |
861 | 2023-10-04T20:43:14.485Z | Downloaded pest_derive v2.7.2 |
862 | 2023-10-04T20:43:14.489Z | Downloaded fd-lock v3.0.13 |
863 | 2023-10-04T20:43:14.495Z | Downloaded threadpool v1.8.1 |
864 | 2023-10-04T20:43:14.499Z | Downloaded diesel_derives v2.1.1 |
865 | 2023-10-04T20:43:14.503Z | Downloaded parse-display v0.7.0 |
866 | 2023-10-04T20:43:14.508Z | Downloaded display-error-chain v0.1.1 |
867 | 2023-10-04T20:43:14.514Z | Downloaded zone v0.2.0 |
868 | 2023-10-04T20:43:14.518Z | Downloaded test-strategy v0.2.1 |
869 | 2023-10-04T20:43:14.524Z | Downloaded getopts v0.2.21 |
870 | 2023-10-04T20:43:14.529Z | Downloaded strum v0.25.0 |
871 | 2023-10-04T20:43:14.540Z | Downloaded dirs-next v2.0.0 |
872 | 2023-10-04T20:43:14.550Z | Downloaded downcast v0.11.0 |
873 | 2023-10-04T20:43:14.557Z | Downloaded ref-cast-impl v1.0.20 |
874 | 2023-10-04T20:43:14.569Z | Downloaded cancel-safe-futures v0.1.2 |
875 | 2023-10-04T20:43:14.589Z | Downloaded parking_lot v0.12.1 |
876 | 2023-10-04T20:43:14.598Z | Downloaded oso-derive v0.26.4 |
877 | 2023-10-04T20:43:14.608Z | Downloaded fxhash v0.2.1 |
878 | 2023-10-04T20:43:14.616Z | Downloaded fallible-streaming-iterator v0.1.9 |
879 | 2023-10-04T20:43:14.625Z | Downloaded universal-hash v0.5.1 |
880 | 2023-10-04T20:43:14.630Z | Downloaded erased-serde v0.3.30 |
881 | 2023-10-04T20:43:14.636Z | Downloaded dtrace-parser v0.1.14 |
882 | 2023-10-04T20:43:14.643Z | Downloaded serde-big-array v0.4.1 |
883 | 2023-10-04T20:43:14.654Z | Downloaded same-file v1.0.6 |
884 | 2023-10-04T20:43:14.748Z | Downloaded rust-argon2 v1.0.1 |
885 | 2023-10-04T20:43:14.762Z | Downloaded r2d2 v0.8.10 |
886 | 2023-10-04T20:43:14.767Z | Downloaded postcard-cobs v0.1.5-pre |
887 | 2023-10-04T20:43:14.774Z | Downloaded tokio-util v0.7.8 |
888 | 2023-10-04T20:43:14.782Z | Downloaded tower-service v0.3.2 |
889 | 2023-10-04T20:43:14.813Z | Downloaded peeking_take_while v0.1.2 |
890 | 2023-10-04T20:43:14.823Z | Downloaded fixedbitset v0.4.2 |
891 | 2023-10-04T20:43:14.849Z | Downloaded precomputed-hash v0.1.1 |
892 | 2023-10-04T20:43:14.860Z | Downloaded proc-macro-error-attr v1.0.4 |
893 | 2023-10-04T20:43:14.870Z | Downloaded packed_struct v0.10.1 |
894 | 2023-10-04T20:43:14.883Z | Downloaded foreign-types v0.3.2 |
895 | 2023-10-04T20:43:14.902Z | Downloaded synstructure v0.12.6 |
896 | 2023-10-04T20:43:14.910Z | Downloaded rustc-demangle v0.1.23 |
897 | 2023-10-04T20:43:14.916Z | Downloaded shlex v1.1.0 |
898 | 2023-10-04T20:43:14.925Z | Downloaded postgres-protocol v0.6.6 |
899 | 2023-10-04T20:43:14.934Z | Downloaded num-bigint-dig v0.8.4 |
900 | 2023-10-04T20:43:14.944Z | Downloaded number_prefix v0.4.0 |
901 | 2023-10-04T20:43:14.956Z | Downloaded zone_cfg_derive v0.2.0 |
902 | 2023-10-04T20:43:14.969Z | Downloaded rand_core v0.6.4 |
903 | 2023-10-04T20:43:14.978Z | Downloaded rusty-fork v0.3.0 |
904 | 2023-10-04T20:43:14.988Z | Downloaded rpassword v7.2.0 |
905 | 2023-10-04T20:43:14.996Z | Downloaded dyn-clone v1.0.13 |
906 | 2023-10-04T20:43:15.257Z | Downloaded dof v0.1.5 |
907 | 2023-10-04T20:43:15.273Z | Downloaded unicode-xid v0.2.4 |
908 | 2023-10-04T20:43:15.296Z | Downloaded proc-macro-error v1.0.4 |
909 | 2023-10-04T20:43:15.363Z | Downloaded zeroize_derive v1.4.2 |
910 | 2023-10-04T20:43:15.402Z | Downloaded futures-channel v0.3.28 |
911 | 2023-10-04T20:43:15.423Z | Downloaded tinytemplate v1.2.1 |
912 | 2023-10-04T20:43:15.450Z | Downloaded paste v1.0.14 |
913 | 2023-10-04T20:43:15.466Z | Downloaded structopt v0.3.26 |
914 | 2023-10-04T20:43:15.490Z | Downloaded remove_dir_all v0.5.3 |
915 | 2023-10-04T20:43:15.565Z | Downloaded filetime v0.2.22 |
916 | 2023-10-04T20:43:15.583Z | Downloaded derive_builder_core v0.12.0 |
917 | 2023-10-04T20:43:15.598Z | Downloaded funty v2.0.0 |
918 | 2023-10-04T20:43:15.603Z | Downloaded pin-project-internal v1.1.3 |
919 | 2023-10-04T20:43:15.609Z | Downloaded aes v0.8.3 |
920 | 2023-10-04T20:43:15.618Z | Downloaded spki v0.7.2 |
921 | 2023-10-04T20:43:15.625Z | Downloaded zerocopy v0.6.3 |
922 | 2023-10-04T20:43:15.629Z | Downloaded rand_xorshift v0.3.0 |
923 | 2023-10-04T20:43:15.635Z | Downloaded either v1.9.0 |
924 | 2023-10-04T20:43:15.639Z | Downloaded regex-automata v0.1.10 |
925 | 2023-10-04T20:43:15.648Z | Downloaded predicates-core v1.0.6 |
926 | 2023-10-04T20:43:15.654Z | Downloaded futures-macro v0.3.28 |
927 | 2023-10-04T20:43:15.659Z | Downloaded futures-sink v0.3.28 |
928 | 2023-10-04T20:43:15.666Z | Downloaded salty v0.2.0 |
929 | 2023-10-04T20:43:15.675Z | Downloaded pin-project-lite v0.2.13 |
930 | 2023-10-04T20:43:15.679Z | Downloaded platforms v3.0.2 |
931 | 2023-10-04T20:43:15.685Z | Downloaded hashbrown v0.12.3 |
932 | 2023-10-04T20:43:15.693Z | Downloaded derive-where v1.2.5 |
933 | 2023-10-04T20:43:15.699Z | Downloaded pretty_assertions v1.4.0 |
934 | 2023-10-04T20:43:15.703Z | Downloaded rustls-webpki v0.101.4 |
935 | 2023-10-04T20:43:15.706Z | Downloaded der_derive v0.7.2 |
936 | 2023-10-04T20:43:15.709Z | Downloaded ron v0.8.1 |
937 | 2023-10-04T20:43:15.712Z | Downloaded signal-hook v0.3.17 |
938 | 2023-10-04T20:43:15.755Z | Downloaded rayon-core v1.11.0 |
939 | 2023-10-04T20:43:15.760Z | Downloaded subprocess v0.2.9 |
940 | 2023-10-04T20:43:15.765Z | Downloaded bindgen v0.65.1 |
941 | 2023-10-04T20:43:15.768Z | Downloaded derive_more v0.99.17 |
942 | 2023-10-04T20:43:15.772Z | Downloaded futures-util v0.3.28 |
943 | 2023-10-04T20:43:15.776Z | Downloaded crypto-bigint v0.5.2 |
944 | 2023-10-04T20:43:15.781Z | Downloaded idna v0.4.0 |
945 | 2023-10-04T20:43:15.784Z | Downloaded flate2 v1.0.27 |
946 | 2023-10-04T20:43:15.788Z | Downloaded unicode-normalization v0.1.22 |
947 | 2023-10-04T20:43:15.797Z | Downloaded h2 v0.3.21 |
948 | 2023-10-04T20:43:15.846Z | Downloaded x509-cert v0.2.4 |
949 | 2023-10-04T20:43:15.915Z | Downloaded pest v2.7.2 |
950 | 2023-10-04T20:43:15.920Z | Downloaded steno v0.4.0 |
951 | 2023-10-04T20:43:15.925Z | Downloaded radix_trie v0.2.1 |
952 | 2023-10-04T20:43:15.933Z | Downloaded polar-core v0.26.4 |
953 | 2023-10-04T20:43:15.943Z | Downloaded regex v1.9.5 |
954 | 2023-10-04T20:43:15.954Z | Downloaded rayon v1.7.0 |
955 | 2023-10-04T20:43:15.962Z | Downloaded gimli v0.28.0 |
956 | 2023-10-04T20:43:15.990Z | Downloaded rustix v0.38.9 |
957 | 2023-10-04T20:43:16.005Z | Downloaded openapiv3 v1.0.3 |
958 | 2023-10-04T20:43:16.015Z | Downloaded proptest v1.2.0 |
959 | 2023-10-04T20:43:16.025Z | Downloaded nix v0.26.2 |
960 | 2023-10-04T20:43:16.053Z | Downloaded petgraph v0.6.4 |
961 | 2023-10-04T20:43:16.090Z | Downloaded webpki-roots v0.25.2 |
962 | 2023-10-04T20:43:16.103Z | Downloaded syn v1.0.109 |
963 | 2023-10-04T20:43:16.107Z | Downloaded vcpkg v0.2.15 |
964 | 2023-10-04T20:43:16.115Z | Downloaded object v0.30.4 |
965 | 2023-10-04T20:43:16.127Z | Downloaded libtest-mimic v0.5.2 |
966 | 2023-10-04T20:43:16.136Z | Downloaded regress v0.7.1 |
967 | 2023-10-04T20:43:16.146Z | Downloaded rustls v0.21.7 |
968 | 2023-10-04T20:43:16.152Z | Downloaded regex-syntax v0.6.29 |
969 | 2023-10-04T20:43:16.157Z | Downloaded regex-syntax v0.7.5 |
970 | 2023-10-04T20:43:16.165Z | Downloaded sha3 v0.10.8 |
971 | 2023-10-04T20:43:16.171Z | Downloaded sled v0.34.7 |
972 | 2023-10-04T20:43:16.177Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
973 | 2023-10-04T20:43:16.185Z | Downloaded tokio v1.32.0 |
974 | 2023-10-04T20:43:16.191Z | Downloaded zerocopy-derive v0.6.3 |
975 | 2023-10-04T20:43:16.196Z | Downloaded zerocopy-derive v0.2.0 |
976 | 2023-10-04T20:43:16.201Z | Downloaded regex-automata v0.3.8 |
977 | 2023-10-04T20:43:16.214Z | Downloaded openssl v0.10.57 |
978 | 2023-10-04T20:43:16.221Z | Downloaded ratatui v0.23.0 |
979 | 2023-10-04T20:43:16.228Z | Downloaded encoding_rs v0.8.33 |
980 | 2023-10-04T20:43:16.237Z | Downloaded bstr v1.6.0 |
981 | 2023-10-04T20:43:16.243Z | Downloaded trust-dns-proto v0.22.0 |
982 | 2023-10-04T20:43:16.254Z | Downloaded smoltcp v0.9.1 |
983 | 2023-10-04T20:43:16.304Z | Downloaded diesel v2.1.1 |
984 | 2023-10-04T20:43:16.328Z | Downloaded curve25519-dalek v4.1.0 |
985 | 2023-10-04T20:43:16.332Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
986 | 2023-10-04T20:43:16.337Z | Downloaded object v0.32.1 |
987 | 2023-10-04T20:43:16.374Z | Downloaded git2 v0.17.2 |
988 | 2023-10-04T20:43:16.379Z | Downloaded plotters v0.3.5 |
989 | 2023-10-04T20:43:16.440Z | Downloaded reqwest v0.11.20 |
990 | 2023-10-04T20:43:16.451Z | Downloaded chrono v0.4.31 |
991 | 2023-10-04T20:43:16.474Z | Downloaded quick-xml v0.23.1 |
992 | 2023-10-04T20:43:16.490Z | Downloaded tabled v0.14.0 |
993 | 2023-10-04T20:43:16.502Z | Downloaded expectorate v1.1.0 |
994 | 2023-10-04T20:43:16.507Z | Downloaded smoltcp v0.8.2 |
995 | 2023-10-04T20:43:16.511Z | Downloaded idna v0.2.3 |
996 | 2023-10-04T20:43:16.515Z | Downloaded flume v0.11.0 |
997 | 2023-10-04T20:43:16.521Z | Downloaded bitvec v1.0.1 |
998 | 2023-10-04T20:43:16.531Z | Downloaded bstr v0.2.17 |
999 | 2023-10-04T20:43:16.535Z | Downloaded lalrpop v0.19.12 |
1000 | 2023-10-04T20:43:16.538Z | Downloaded unicode-segmentation v1.10.1 |
1001 | 2023-10-04T20:43:16.541Z | Downloaded der v0.7.8 |
1002 | 2023-10-04T20:43:16.544Z | Downloaded rand v0.4.6 |
1003 | 2023-10-04T20:43:16.550Z | Downloaded hyper v0.14.27 |
1004 | 2023-10-04T20:43:16.560Z | Downloaded libz-sys v1.1.12 |
1005 | 2023-10-04T20:43:16.570Z | Downloaded relative-path v1.9.0 |
1006 | 2023-10-04T20:43:16.575Z | Downloaded spin v0.9.8 |
1007 | 2023-10-04T20:43:16.591Z | Downloaded prettyplease v0.2.12 |
1008 | 2023-10-04T20:43:16.602Z | Downloaded crossterm v0.27.0 |
1009 | 2023-10-04T20:43:16.611Z | Downloaded portable-atomic v1.4.3 |
1010 | 2023-10-04T20:43:16.619Z | Downloaded elliptic-curve v0.13.5 |
1011 | 2023-10-04T20:43:16.622Z | Downloaded tough v0.12.5 |
1012 | 2023-10-04T20:43:16.625Z | Downloaded toml_edit v0.19.15 |
1013 | 2023-10-04T20:43:16.628Z | Downloaded libxml v0.3.3 |
1014 | 2023-10-04T20:43:16.632Z | Downloaded futures-io v0.3.28 |
1015 | 2023-10-04T20:43:16.640Z | Downloaded stable_deref_trait v1.2.0 |
1016 | 2023-10-04T20:43:16.645Z | Downloaded yansi v0.5.1 |
1017 | 2023-10-04T20:43:16.650Z | Downloaded pest_meta v2.7.2 |
1018 | 2023-10-04T20:43:16.653Z | Downloaded serde_derive_internals v0.26.0 |
1019 | 2023-10-04T20:43:16.658Z | Downloaded password-hash v0.5.0 |
1020 | 2023-10-04T20:43:16.663Z | Downloaded openssl-sys v0.9.93 |
1021 | 2023-10-04T20:43:16.668Z | Downloaded similar v2.2.1 |
1022 | 2023-10-04T20:43:16.673Z | Downloaded hashbrown v0.13.2 |
1023 | 2023-10-04T20:43:16.678Z | Downloaded aho-corasick v1.0.4 |
1024 | 2023-10-04T20:43:16.684Z | Downloaded serde_yaml v0.9.25 |
1025 | 2023-10-04T20:43:16.690Z | Downloaded reedline v0.23.0 |
1026 | 2023-10-04T20:43:16.708Z | Downloaded futures-core v0.3.28 |
1027 | 2023-10-04T20:43:16.712Z | Downloaded parse-display-derive v0.7.0 |
1028 | 2023-10-04T20:43:16.717Z | Downloaded fatfs v0.3.6 |
1029 | 2023-10-04T20:43:16.723Z | Downloaded zip v0.6.6 |
1030 | 2023-10-04T20:43:16.727Z | Downloaded globset v0.4.13 |
1031 | 2023-10-04T20:43:16.733Z | Downloaded ff v0.13.0 |
1032 | 2023-10-04T20:43:16.736Z | Downloaded pem-rfc7468 v0.7.0 |
1033 | 2023-10-04T20:43:16.740Z | Downloaded float-cmp v0.9.0 |
1034 | 2023-10-04T20:43:16.744Z | Downloaded typenum v1.16.0 |
1035 | 2023-10-04T20:43:16.747Z | Downloaded time v0.3.27 |
1036 | 2023-10-04T20:43:16.750Z | Downloaded serde_tokenstream v0.2.0 |
1037 | 2023-10-04T20:43:16.753Z | Downloaded semver-parser v0.10.2 |
1038 | 2023-10-04T20:43:16.815Z | Downloaded fnv v1.0.7 |
1039 | 2023-10-04T20:43:16.819Z | Downloaded flagset v0.4.3 |
1040 | 2023-10-04T20:43:16.822Z | Downloaded oorandom v11.1.3 |
1041 | 2023-10-04T20:43:16.825Z | Downloaded yasna v0.5.2 |
1042 | 2023-10-04T20:43:16.828Z | Downloaded hashlink v0.8.3 |
1043 | 2023-10-04T20:43:16.833Z | Downloaded parking_lot_core v0.8.6 |
1044 | 2023-10-04T20:43:16.837Z | Downloaded rand v0.8.5 |
1045 | 2023-10-04T20:43:16.841Z | Downloaded itertools v0.11.0 |
1046 | 2023-10-04T20:43:16.845Z | Downloaded libsqlite3-sys v0.26.0 |
1047 | 2023-10-04T20:43:16.852Z | Downloaded crossterm v0.26.1 |
1048 | 2023-10-04T20:43:16.859Z | Downloaded ring v0.16.20 |
1049 | 2023-10-04T20:43:16.881Z | Downloaded ref-cast v1.0.20 |
1050 | 2023-10-04T20:43:16.888Z | Downloaded zeroize v1.6.0 |
1051 | 2023-10-04T20:43:16.897Z | Downloaded scheduled-thread-pool v0.2.7 |
1052 | 2023-10-04T20:43:16.908Z | Downloaded rstest v0.18.2 |
1053 | 2023-10-04T20:43:16.927Z | Downloaded postgres-types v0.2.6 |
1054 | 2023-10-04T20:43:16.950Z | Downloaded parking_lot v0.11.2 |
1055 | 2023-10-04T20:43:16.962Z | Downloaded tungstenite v0.18.0 |
1056 | 2023-10-04T20:43:16.976Z | Downloaded strum_macros v0.24.3 |
1057 | 2023-10-04T20:43:16.988Z | Downloaded slog-term v2.9.0 |
1058 | 2023-10-04T20:43:16.998Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1059 | 2023-10-04T20:43:17.008Z | Downloaded unicode-width v0.1.10 |
1060 | 2023-10-04T20:43:17.017Z | Downloaded unarray v0.1.4 |
1061 | 2023-10-04T20:43:17.027Z | Downloaded futures-executor v0.3.28 |
1062 | 2023-10-04T20:43:17.035Z | Downloaded once_cell v1.18.0 |
1063 | 2023-10-04T20:43:17.062Z | Downloaded itertools v0.10.5 |
1064 | 2023-10-04T20:43:17.076Z | Downloaded tokio-postgres v0.7.10 |
1065 | 2023-10-04T20:43:17.087Z | Downloaded headers v0.3.9 |
1066 | 2023-10-04T20:43:17.097Z | Downloaded papergrid v0.10.0 |
1067 | 2023-10-04T20:43:17.105Z | Downloaded url v2.4.1 |
1068 | 2023-10-04T20:43:17.128Z | Downloaded rstest_macros v0.18.2 |
1069 | 2023-10-04T20:43:17.138Z | Downloaded fallible-iterator v0.2.0 |
1070 | 2023-10-04T20:43:17.161Z | Downloaded ucd-trie v0.1.6 |
1071 | 2023-10-04T20:43:17.167Z | Downloaded num-bigint v0.4.4 |
1072 | 2023-10-04T20:43:17.171Z | Downloaded libm v0.2.7 |
1073 | 2023-10-04T20:43:17.178Z | Downloaded half v1.8.2 |
1074 | 2023-10-04T20:43:17.185Z | Downloaded nom v7.1.3 |
1075 | 2023-10-04T20:43:17.191Z | Downloaded rustls-pemfile v1.0.3 |
1076 | 2023-10-04T20:43:17.199Z | Downloaded serde_with v2.3.3 |
1077 | 2023-10-04T20:43:17.207Z | Downloaded structopt-derive v0.4.18 |
1078 | 2023-10-04T20:43:17.214Z | Downloaded slog v2.7.0 |
1079 | 2023-10-04T20:43:17.217Z | Downloaded diff v0.1.13 |
1080 | 2023-10-04T20:43:17.223Z | Downloaded trust-dns-server v0.22.1 |
1081 | 2023-10-04T20:43:17.229Z | Downloaded olpc-cjson v0.1.3 |
1082 | 2023-10-04T20:43:17.236Z | Downloaded pin-project v1.1.3 |
1083 | 2023-10-04T20:43:17.240Z | Downloaded futures-timer v3.0.2 |
1084 | 2023-10-04T20:43:17.251Z | Downloaded parking_lot_core v0.9.8 |
1085 | 2023-10-04T20:43:17.257Z | Downloaded textwrap v0.16.0 |
1086 | 2023-10-04T20:43:17.263Z | Downloaded wyz v0.5.1 |
1087 | 2023-10-04T20:43:17.279Z | Downloaded whoami v1.4.1 |
1088 | 2023-10-04T20:43:17.283Z | Downloaded env_logger v0.9.3 |
1089 | 2023-10-04T20:43:17.289Z | Downloaded trust-dns-client v0.22.0 |
1090 | 2023-10-04T20:43:17.294Z | Downloaded pkcs1 v0.7.5 |
1091 | 2023-10-04T20:43:17.297Z | Downloaded tar v0.4.40 |
1092 | 2023-10-04T20:43:17.301Z | Downloaded pkcs8 v0.10.2 |
1093 | 2023-10-04T20:43:17.306Z | Downloaded phf v0.11.2 |
1094 | 2023-10-04T20:43:17.309Z | Downloaded data-encoding v2.4.0 |
1095 | 2023-10-04T20:43:17.313Z | Downloaded slab v0.4.9 |
1096 | 2023-10-04T20:43:17.328Z | Downloaded group v0.13.0 |
1097 | 2023-10-04T20:43:17.345Z | Downloaded strum_macros v0.25.2 |
1098 | 2023-10-04T20:43:17.355Z | Downloaded packed_struct_codegen v0.10.1 |
1099 | 2023-10-04T20:43:17.364Z | Downloaded rustc_version v0.1.7 |
1100 | 2023-10-04T20:43:17.375Z | Downloaded rustc-hash v1.1.0 |
1101 | 2023-10-04T20:43:17.794Z | Downloaded env_logger v0.10.0 |
1102 | 2023-10-04T20:43:17.863Z | Downloaded tokio-stream v0.1.14 |
1103 | 2023-10-04T20:43:17.903Z | Downloaded tinyvec v1.6.0 |
1104 | 2023-10-04T20:43:17.908Z | Downloaded tungstenite v0.17.3 |
1105 | 2023-10-04T20:43:17.911Z | Downloaded darling_core v0.20.3 |
1106 | 2023-10-04T20:43:17.916Z | Downloaded toml v0.7.8 |
1107 | 2023-10-04T20:43:17.919Z | Downloaded signal-hook-mio v0.2.3 |
1108 | 2023-10-04T20:43:17.922Z | Downloaded fastrand v2.0.0 |
1109 | 2023-10-04T20:43:17.926Z | Downloaded dirs-sys-next v0.1.2 |
1110 | 2023-10-04T20:43:17.930Z | Downloaded similar-asserts v1.5.0 |
1111 | 2023-10-04T20:43:17.933Z | Downloaded poly1305 v0.8.0 |
1112 | 2023-10-04T20:43:17.936Z | Downloaded difflib v0.4.0 |
1113 | 2023-10-04T20:43:17.941Z | Downloaded unicode-bidi v0.3.13 |
1114 | 2023-10-04T20:43:17.947Z | Downloaded trust-dns-resolver v0.22.0 |
1115 | 2023-10-04T20:43:17.969Z | Downloaded clap v2.34.0 |
1116 | 2023-10-04T20:43:17.978Z | Downloaded semver v0.11.0 |
1117 | 2023-10-04T20:43:17.981Z | Downloaded walkdir v2.4.0 |
1118 | 2023-10-04T20:43:17.991Z | Downloaded signal-hook-registry v1.4.1 |
1119 | 2023-10-04T20:43:18.006Z | Downloaded owo-colors v3.5.0 |
1120 | 2023-10-04T20:43:18.020Z | Downloaded vte v0.11.1 |
1121 | 2023-10-04T20:43:18.024Z | Downloaded minimal-lexical v0.2.1 |
1122 | 2023-10-04T20:43:18.028Z | Downloaded criterion v0.5.1 |
1123 | 2023-10-04T20:43:18.031Z | Downloaded sha2 v0.10.7 |
1124 | 2023-10-04T20:43:18.034Z | Downloaded postcard v0.7.3 |
1125 | 2023-10-04T20:43:18.038Z | Downloaded mio v0.8.8 |
1126 | 2023-10-04T20:43:18.042Z | Downloaded crossbeam-channel v0.5.8 |
1127 | 2023-10-04T20:43:18.049Z | Downloaded unsafe-libyaml v0.2.9 |
1128 | 2023-10-04T20:43:18.052Z | Downloaded pkg-config v0.3.27 |
1129 | 2023-10-04T20:43:18.057Z | Downloaded ena v0.14.2 |
1130 | 2023-10-04T20:43:18.061Z | Downloaded rustls-native-certs v0.6.3 |
1131 | 2023-10-04T20:43:18.064Z | Downloaded darling v0.14.4 |
1132 | 2023-10-04T20:43:18.068Z | Downloaded oso v0.26.4 |
1133 | 2023-10-04T20:43:18.074Z | Downloaded uuid v1.4.1 |
1134 | 2023-10-04T20:43:18.082Z | Downloaded ppv-lite86 v0.2.17 |
1135 | 2023-10-04T20:43:18.087Z | Downloaded digest v0.10.7 |
1136 | 2023-10-04T20:43:18.092Z | Downloaded nanorand v0.7.0 |
1137 | 2023-10-04T20:43:18.098Z | Downloaded lock_api v0.4.10 |
1138 | 2023-10-04T20:43:18.106Z | Downloaded is-terminal v0.4.9 |
1139 | 2023-10-04T20:43:18.111Z | Downloaded darling_core v0.14.4 |
1140 | 2023-10-04T20:43:18.116Z | Downloaded hkdf v0.12.3 |
1141 | 2023-10-04T20:43:18.122Z | Downloaded os_str_bytes v6.5.1 |
1142 | 2023-10-04T20:43:18.132Z | Downloaded termcolor v1.2.0 |
1143 | 2023-10-04T20:43:18.147Z | Downloaded semver v0.1.20 |
1144 | 2023-10-04T20:43:18.153Z | Downloaded tracing-core v0.1.31 |
1145 | 2023-10-04T20:43:18.157Z | Downloaded tracing v0.1.37 |
1146 | 2023-10-04T20:43:18.161Z | Downloaded socket2 v0.4.9 |
1147 | 2023-10-04T20:43:18.166Z | Downloaded spin v0.5.2 |
1148 | 2023-10-04T20:43:18.172Z | Downloaded thread_local v1.1.7 |
1149 | 2023-10-04T20:43:18.178Z | Downloaded thiserror-impl-no-std v2.0.2 |
1150 | 2023-10-04T20:43:18.192Z | Downloaded serde_path_to_error v0.1.14 |
1151 | 2023-10-04T20:43:18.208Z | Downloaded percent-encoding v2.3.0 |
1152 | 2023-10-04T20:43:18.222Z | Downloaded tokio-rustls v0.24.1 |
1153 | 2023-10-04T20:43:18.234Z | Downloaded twox-hash v1.6.3 |
1154 | 2023-10-04T20:43:18.253Z | Downloaded tui-tree-widget v0.13.0 |
1155 | 2023-10-04T20:43:18.263Z | Downloaded topological-sort v0.2.2 |
1156 | 2023-10-04T20:43:18.270Z | Downloaded serde_with_macros v2.3.3 |
1157 | 2023-10-04T20:43:18.280Z | Downloaded clap v3.2.25 |
1158 | 2023-10-04T20:43:18.285Z | Downloaded glob v0.3.1 |
1159 | 2023-10-04T20:43:18.304Z | Downloaded fs-err v2.9.0 |
1160 | 2023-10-04T20:43:18.314Z | Downloaded vsss-rs v3.3.1 |
1161 | 2023-10-04T20:43:18.328Z | Downloaded heapless v0.7.16 |
1162 | 2023-10-04T20:43:18.336Z | Downloaded crossbeam-epoch v0.9.15 |
1163 | 2023-10-04T20:43:18.343Z | Downloaded serde_repr v0.1.16 |
1164 | 2023-10-04T20:43:18.351Z | Downloaded serde_plain v1.0.2 |
1165 | 2023-10-04T20:43:18.356Z | Downloaded ed25519 v1.5.3 |
1166 | 2023-10-04T20:43:18.367Z | Downloaded predicates v2.1.5 |
1167 | 2023-10-04T20:43:18.375Z | Downloaded socket2 v0.5.3 |
1168 | 2023-10-04T20:43:18.379Z | Downloaded rand_chacha v0.3.1 |
1169 | 2023-10-04T20:43:18.384Z | Downloaded predicates-tree v1.0.9 |
1170 | 2023-10-04T20:43:18.393Z | Downloaded slog-scope v4.4.0 |
1171 | 2023-10-04T20:43:18.399Z | Downloaded sha-1 v0.10.1 |
1172 | 2023-10-04T20:43:18.406Z | Downloaded smallvec v1.11.0 |
1173 | 2023-10-04T20:43:18.414Z | Downloaded quick-error v1.2.3 |
1174 | 2023-10-04T20:43:18.420Z | Downloaded getrandom v0.2.10 |
1175 | 2023-10-04T20:43:18.427Z | Downloaded schemars v0.8.13 |
1176 | 2023-10-04T20:43:18.434Z | Downloaded indicatif v0.17.6 |
1177 | 2023-10-04T20:43:18.440Z | Downloaded trybuild v1.0.85 |
1178 | 2023-10-04T20:43:18.452Z | Downloaded tap v1.0.1 |
1179 | 2023-10-04T20:43:18.460Z | Downloaded dashmap v5.5.1 |
1180 | 2023-10-04T20:43:18.479Z | Downloaded darling v0.20.3 |
1181 | 2023-10-04T20:43:18.492Z | Downloaded slog-json v2.6.1 |
1182 | 2023-10-04T20:43:18.499Z | Downloaded crypto-common v0.1.6 |
1183 | 2023-10-04T20:43:18.511Z | Downloaded structmeta v0.1.6 |
1184 | 2023-10-04T20:43:18.515Z | Downloaded path-slash v0.1.5 |
1185 | 2023-10-04T20:43:18.525Z | Downloaded vergen v8.2.4 |
1186 | 2023-10-04T20:43:18.543Z | Downloaded siphasher v0.3.11 |
1187 | 2023-10-04T20:43:18.554Z | Downloaded partial-io v0.5.4 |
1188 | 2023-10-04T20:43:18.583Z | Downloaded generic-array v0.14.7 |
1189 | 2023-10-04T20:43:18.593Z | Downloaded futures-task v0.3.28 |
1190 | 2023-10-04T20:43:19.033Z | Downloaded opaque-debug v0.3.0 |
1191 | 2023-10-04T20:43:19.044Z | Downloaded headers-core v0.2.0 |
1192 | 2023-10-04T20:43:19.050Z | Downloaded blake2 v0.10.6 |
1193 | 2023-10-04T20:43:19.057Z | Downloaded ron v0.7.1 |
1194 | 2023-10-04T20:43:19.072Z | Downloaded num v0.4.1 |
1195 | 2023-10-04T20:43:19.089Z | Downloaded time-core v0.1.1 |
1196 | 2023-10-04T20:43:19.094Z | Downloaded num_enum_derive v0.7.0 |
1197 | 2023-10-04T20:43:19.099Z | Downloaded tracing-attributes v0.1.26 |
1198 | 2023-10-04T20:43:19.107Z | Downloaded slog-dtrace v0.2.3 |
1199 | 2023-10-04T20:43:19.112Z | Downloaded slog-async v2.8.0 |
1200 | 2023-10-04T20:43:19.117Z | Downloaded iana-time-zone v0.1.57 |
1201 | 2023-10-04T20:43:19.123Z | Downloaded http v0.2.9 |
1202 | 2023-10-04T20:43:19.127Z | Downloaded xattr v1.0.1 |
1203 | 2023-10-04T20:43:19.131Z | Downloaded tokio-tungstenite v0.18.0 |
1204 | 2023-10-04T20:43:19.138Z | Downloaded tokio-native-tls v0.3.1 |
1205 | 2023-10-04T20:43:19.144Z | Downloaded tiny-keccak v2.0.2 |
1206 | 2023-10-04T20:43:19.148Z | Downloaded openssl-probe v0.1.5 |
1207 | 2023-10-04T20:43:19.153Z | Downloaded mockall_derive v0.11.4 |
1208 | 2023-10-04T20:43:19.161Z | Downloaded deranged v0.3.8 |
1209 | 2023-10-04T20:43:19.166Z | Downloaded wait-timeout v0.2.0 |
1210 | 2023-10-04T20:43:19.170Z | Downloaded vec_map v0.8.2 |
1211 | 2023-10-04T20:43:19.173Z | Downloaded utf-8 v0.7.6 |
1212 | 2023-10-04T20:43:19.176Z | Downloaded usdt v0.3.5 |
1213 | 2023-10-04T20:43:19.180Z | Downloaded chacha20poly1305 v0.10.1 |
1214 | 2023-10-04T20:43:19.183Z | Downloaded ahash v0.8.3 |
1215 | 2023-10-04T20:43:19.186Z | Downloaded allocator-api2 v0.2.16 |
1216 | 2023-10-04T20:43:19.189Z | Downloaded untrusted v0.7.1 |
1217 | 2023-10-04T20:43:19.198Z | Downloaded time-macros v0.2.13 |
1218 | 2023-10-04T20:43:19.236Z | Downloaded thiserror-no-std v2.0.2 |
1219 | 2023-10-04T20:43:19.243Z | Downloaded termios v0.3.3 |
1220 | 2023-10-04T20:43:19.254Z | Downloaded strsim v0.8.0 |
1221 | 2023-10-04T20:43:19.266Z | Downloaded strip-ansi-escapes v0.2.0 |
1222 | 2023-10-04T20:43:19.680Z | Downloaded stringprep v0.1.3 |
1223 | 2023-10-04T20:43:19.698Z | Downloaded bitflags v2.4.0 |
1224 | 2023-10-04T20:43:19.721Z | Downloaded darling_macro v0.20.3 |
1225 | 2023-10-04T20:43:19.779Z | Downloaded darling_macro v0.14.4 |
1226 | 2023-10-04T20:43:19.786Z | Downloaded foreign-types-macros v0.2.3 |
1227 | 2023-10-04T20:43:19.791Z | Downloaded vte_generate_state_changes v0.1.1 |
1228 | 2023-10-04T20:43:19.796Z | Downloaded curve25519-dalek-derive v0.1.0 |
1229 | 2023-10-04T20:43:19.803Z | Downloaded waitgroup v0.1.2 |
1230 | 2023-10-04T20:43:19.810Z | Downloaded nu-ansi-term v0.49.0 |
1231 | 2023-10-04T20:43:19.816Z | Downloaded slog-envlogger v2.2.0 |
1232 | 2023-10-04T20:43:19.820Z | Downloaded tokio-macros v2.1.0 |
1233 | 2023-10-04T20:43:19.823Z | Downloaded string_cache v0.8.7 |
1234 | 2023-10-04T20:43:19.826Z | Downloaded slog-bunyan v2.4.0 |
1235 | 2023-10-04T20:43:19.829Z | Downloaded cookie v0.16.2 |
1236 | 2023-10-04T20:43:19.832Z | Downloaded serde_arrays v0.1.0 |
1237 | 2023-10-04T20:43:19.835Z | Downloaded serde-hex v0.1.0 |
1238 | 2023-10-04T20:43:19.838Z | Downloaded libefi-sys v0.1.0 |
1239 | 2023-10-04T20:43:19.848Z | Downloaded argon2 v0.5.2 |
1240 | 2023-10-04T20:43:19.854Z | Downloaded signature v1.6.4 |
1241 | 2023-10-04T20:43:19.859Z | Downloaded const_format v0.2.31 |
1242 | 2023-10-04T20:43:19.879Z | Downloaded hmac v0.12.1 |
1243 | 2023-10-04T20:43:19.920Z | Downloaded tabled_derive v0.6.0 |
1244 | 2023-10-04T20:43:19.933Z | Downloaded subtle v2.5.0 |
1245 | 2023-10-04T20:43:19.953Z | Downloaded shell-words v1.1.0 |
1246 | 2023-10-04T20:43:20.015Z | Downloaded indexmap v1.9.3 |
1247 | 2023-10-04T20:43:20.020Z | Downloaded const-oid v0.9.5 |
1248 | 2023-10-04T20:43:20.023Z | Downloaded num_enum v0.7.0 |
1249 | 2023-10-04T20:43:20.026Z | Downloaded linked-hash-map v0.5.6 |
1250 | 2023-10-04T20:43:20.030Z | Downloaded ascii v1.1.0 |
1251 | 2023-10-04T20:43:20.041Z | Downloaded array-init v0.0.4 |
1252 | 2023-10-04T20:43:20.049Z | Downloaded anes v0.1.6 |
1253 | 2023-10-04T20:43:20.052Z | Downloaded ansi_term v0.12.1 |
1254 | 2023-10-04T20:43:20.057Z | Downloaded crc32fast v1.3.2 |
1255 | 2023-10-04T20:43:20.060Z | Downloaded ciborium v0.2.1 |
1256 | 2023-10-04T20:43:20.064Z | Downloaded native-tls v0.2.11 |
1257 | 2023-10-04T20:43:20.072Z | Downloaded constant_time_eq v0.3.0 |
1258 | 2023-10-04T20:43:20.076Z | Downloaded constant_time_eq v0.2.6 |
1259 | 2023-10-04T20:43:20.081Z | Downloaded async-trait v0.1.73 |
1260 | 2023-10-04T20:43:20.085Z | Downloaded aes-gcm-siv v0.11.1 |
1261 | 2023-10-04T20:43:20.089Z | Downloaded schemars_derive v0.8.13 |
1262 | 2023-10-04T20:43:20.099Z | Downloaded rustversion v1.0.14 |
1263 | 2023-10-04T20:43:20.113Z | Downloaded rustfmt-wrapper v0.2.0 |
1264 | 2023-10-04T20:43:20.121Z | Downloaded rustc_version v0.4.0 |
1265 | 2023-10-04T20:43:20.129Z | Downloaded ipnet v2.8.0 |
1266 | 2023-10-04T20:43:20.137Z | Downloaded hyper-rustls v0.24.1 |
1267 | 2023-10-04T20:43:20.150Z | Downloaded corncobs v0.1.3 |
1268 | 2023-10-04T20:43:20.159Z | Downloaded assert_cmd v2.0.12 |
1269 | 2023-10-04T20:43:20.168Z | Downloaded macaddr v1.0.1 |
1270 | 2023-10-04T20:43:20.181Z | Downloaded termtree v0.4.1 |
1271 | 2023-10-04T20:43:20.203Z | Downloaded signature v2.1.0 |
1272 | 2023-10-04T20:43:20.225Z | Downloaded scopeguard v1.2.0 |
1273 | 2023-10-04T20:43:20.244Z | Downloaded num-derive v0.4.0 |
1274 | 2023-10-04T20:43:20.283Z | Downloaded try-lock v0.2.4 |
1275 | 2023-10-04T20:43:20.296Z | Downloaded thread-id v4.2.0 |
1276 | 2023-10-04T20:43:20.321Z | Downloaded take_mut v0.2.2 |
1277 | 2023-10-04T20:43:20.373Z | Downloaded signal-hook-tokio v0.3.1 |
1278 | 2023-10-04T20:43:20.419Z | Downloaded arrayvec v0.7.4 |
1279 | 2023-10-04T20:43:20.430Z | Downloaded lalrpop-util v0.19.12 |
1280 | 2023-10-04T20:43:20.441Z | Downloaded hyper-staticfile v0.9.5 |
1281 | 2023-10-04T20:43:20.451Z | Downloaded maybe-uninit v2.0.0 |
1282 | 2023-10-04T20:43:20.459Z | Downloaded mockall v0.11.4 |
1283 | 2023-10-04T20:43:20.469Z | Downloaded memoffset v0.9.0 |
1284 | 2023-10-04T20:43:20.480Z | Downloaded maplit v1.0.2 |
1285 | 2023-10-04T20:43:20.489Z | Downloaded lru-cache v0.1.2 |
1286 | 2023-10-04T20:43:20.499Z | Downloaded backoff v0.4.0 |
1287 | 2023-10-04T20:43:20.505Z | Downloaded bit-set v0.5.3 |
1288 | 2023-10-04T20:43:20.512Z | Downloaded bitfield v0.14.0 |
1289 | 2023-10-04T20:43:20.520Z | Downloaded ascii-canvas v3.0.0 |
1290 | 2023-10-04T20:43:20.532Z | Downloaded base16ct v0.2.0 |
1291 | 2023-10-04T20:43:20.541Z | Downloaded libloading v0.7.4 |
1292 | 2023-10-04T20:43:20.550Z | Downloaded approx v0.5.1 |
1293 | 2023-10-04T20:43:20.982Z | Downloaded bb8 v0.8.1 |
1294 | 2023-10-04T20:43:20.991Z | Downloaded jobserver v0.1.26 |
1295 | 2023-10-04T20:43:21.001Z | Downloaded nodrop v0.1.14 |
1296 | 2023-10-04T20:43:21.009Z | Downloaded assert_matches v1.5.0 |
1297 | 2023-10-04T20:43:21.097Z | Downloaded inout v0.1.3 |
1298 | 2023-10-04T20:43:21.533Z | Downloaded ciborium-ll v0.2.1 |
1299 | 2023-10-04T20:43:21.539Z | Downloaded arrayref v0.3.7 |
1300 | 2023-10-04T20:43:21.560Z | Downloaded linear-map v1.2.0 |
1301 | 2023-10-04T20:43:21.984Z | Downloaded lazycell v1.3.0 |
1302 | 2023-10-04T20:43:22.007Z | Downloaded lazy_static v1.4.0 |
1303 | 2023-10-04T20:43:22.026Z | Downloaded indoc v2.0.3 |
1304 | 2023-10-04T20:43:22.062Z | Downloaded indoc v1.0.9 |
1305 | 2023-10-04T20:43:22.070Z | Downloaded humantime v2.1.0 |
1306 | 2023-10-04T20:43:22.077Z | Downloaded criterion-plot v0.5.0 |
1307 | 2023-10-04T20:43:22.084Z | Downloaded hostname v0.3.1 |
1308 | 2023-10-04T20:43:22.094Z | Downloaded home v0.5.5 |
1309 | 2023-10-04T20:43:22.194Z | Downloaded atty v0.2.14 |
1310 | 2023-10-04T20:43:22.205Z | Downloaded bitstruct v0.1.1 |
1311 | 2023-10-04T20:43:22.212Z | Downloaded crc-catalog v2.2.0 |
1312 | 2023-10-04T20:43:22.220Z | Downloaded cc v1.0.83 |
1313 | 2023-10-04T20:43:22.229Z | Downloaded cexpr v0.6.0 |
1314 | 2023-10-04T20:43:22.236Z | Downloaded chacha20 v0.9.1 |
1315 | 2023-10-04T20:43:22.247Z | Downloaded impl-trait-for-tuples v0.2.2 |
1316 | 2023-10-04T20:43:22.265Z | Downloaded hyper-tls v0.5.0 |
1317 | 2023-10-04T20:43:22.284Z | Downloaded httpdate v1.0.3 |
1318 | 2023-10-04T20:43:22.319Z | Downloaded hex-literal v0.4.1 |
1319 | 2023-10-04T20:43:22.340Z | Downloaded byteorder v1.4.3 |
1320 | 2023-10-04T20:43:22.369Z | Downloaded autocfg v1.1.0 |
1321 | 2023-10-04T20:43:22.393Z | Downloaded hubpack v0.1.2 |
1322 | 2023-10-04T20:43:22.449Z | Downloaded httptest v0.15.4 |
1323 | 2023-10-04T20:43:22.478Z | Downloaded http-range v0.1.5 |
1324 | 2023-10-04T20:43:22.517Z | Downloaded aead v0.5.2 |
1325 | 2023-10-04T20:43:22.536Z | Downloaded keccak v0.1.4 |
1326 | 2023-10-04T20:43:22.663Z | Downloaded bzip2 v0.4.4 |
1327 | 2023-10-04T20:43:22.691Z | Downloaded bitstruct_derive v0.1.0 |
1328 | 2023-10-04T20:43:22.727Z | Downloaded async-stream v0.3.5 |
1329 | 2023-10-04T20:43:22.741Z | Downloaded async-stream-impl v0.3.5 |
1330 | 2023-10-04T20:43:22.750Z | Downloaded bytesize v1.3.0 |
1331 | 2023-10-04T20:43:22.764Z | Downloaded ident_case v1.0.1 |
1332 | 2023-10-04T20:43:22.780Z | Downloaded clang-sys v1.6.1 |
1333 | 2023-10-04T20:43:22.791Z | Downloaded cassowary v0.3.0 |
1334 | 2023-10-04T20:43:22.805Z | Downloaded atomic-waker v1.1.1 |
1335 | 2023-10-04T20:43:22.816Z | Downloaded bit-vec v0.6.3 |
1336 | 2023-10-04T20:43:22.828Z | Downloaded block-buffer v0.10.4 |
1337 | 2023-10-04T20:43:22.834Z | Downloaded rusqlite v0.29.0 |
1338 | 2023-10-04T20:43:22.838Z | Downloaded rtoolbox v0.0.1 |
1339 | 2023-10-04T20:43:22.846Z | Downloaded num-traits v0.2.16 |
1340 | 2023-10-04T20:43:22.864Z | Downloaded num-complex v0.4.4 |
1341 | 2023-10-04T20:43:22.872Z | Downloaded instant v0.1.12 |
1342 | 2023-10-04T20:43:22.893Z | Downloaded httparse v1.8.0 |
1343 | 2023-10-04T20:43:22.923Z | Downloaded heck v0.3.3 |
1344 | 2023-10-04T20:43:22.987Z | Downloaded crossbeam-utils v0.8.16 |
1345 | 2023-10-04T20:43:23.090Z | Downloaded const_format_proc_macros v0.2.31 |
1346 | 2023-10-04T20:43:23.125Z | Downloaded console v0.15.7 |
1347 | 2023-10-04T20:43:23.137Z | Downloaded colored v2.0.4 |
1348 | 2023-10-04T20:43:23.158Z | Downloaded clap_derive v3.2.25 |
1349 | 2023-10-04T20:43:23.169Z | Downloaded cfg-if v0.1.10 |
1350 | 2023-10-04T20:43:23.183Z | Downloaded num_cpus v1.16.0 |
1351 | 2023-10-04T20:43:23.194Z | Downloaded num-rational v0.4.1 |
1352 | 2023-10-04T20:43:23.261Z | Downloaded num-integer v0.1.45 |
1353 | 2023-10-04T20:43:23.287Z | Downloaded newtype_derive v0.1.6 |
1354 | 2023-10-04T20:43:23.309Z | Downloaded crc v3.0.1 |
1355 | 2023-10-04T20:43:23.317Z | Downloaded bytecount v0.6.3 |
1356 | 2023-10-04T20:43:23.330Z | Downloaded num_enum_derive v0.5.11 |
1357 | 2023-10-04T20:43:23.340Z | Downloaded newline-converter v0.3.0 |
1358 | 2023-10-04T20:43:23.354Z | Downloaded hex v0.4.3 |
1359 | 2023-10-04T20:43:23.364Z | Downloaded clap_lex v0.2.4 |
1360 | 2023-10-04T20:43:23.379Z | Downloaded cfg-if v1.0.0 |
1361 | 2023-10-04T20:43:23.389Z | Downloaded camino-tempfile v1.0.2 |
1362 | 2023-10-04T20:43:23.403Z | Downloaded bincode v1.3.3 |
1363 | 2023-10-04T20:43:23.413Z | Compiling proc-macro2 v1.0.67 |
1364 | 2023-10-04T20:43:23.421Z | Compiling serde v1.0.188 |
1365 | 2023-10-04T20:43:23.429Z | Compiling autocfg v1.1.0 |
1366 | 2023-10-04T20:43:23.846Z | Compiling version_check v0.9.4 |
1367 | 2023-10-04T20:43:23.852Z | Compiling syn v1.0.109 |
1368 | 2023-10-04T20:43:23.856Z | Compiling parking_lot_core v0.9.8 |
1369 | 2023-10-04T20:43:23.862Z | Compiling libm v0.2.7 |
1370 | 2023-10-04T20:43:23.880Z | Compiling libc v0.2.148 |
1371 | 2023-10-04T20:43:23.892Z | Compiling cfg-if v1.0.0 |
1372 | 2023-10-04T20:43:23.902Z | Compiling once_cell v1.18.0 |
1373 | 2023-10-04T20:43:23.913Z | Compiling futures-core v0.3.28 |
1374 | 2023-10-04T20:43:23.921Z | Compiling typenum v1.16.0 |
1375 | 2023-10-04T20:43:23.925Z | Compiling ahash v0.8.3 |
1376 | 2023-10-04T20:43:23.929Z | Compiling lock_api v0.4.10 |
1377 | 2023-10-04T20:43:23.934Z | Compiling num-traits v0.2.16 |
1378 | 2023-10-04T20:43:23.944Z | Compiling generic-array v0.14.7 |
1379 | 2023-10-04T20:43:23.963Z | Compiling quote v1.0.33 |
1380 | 2023-10-04T20:43:23.977Z | Compiling slab v0.4.9 |
1381 | 2023-10-04T20:43:23.993Z | Compiling futures-channel v0.3.28 |
1382 | 2023-10-04T20:43:24.005Z | Compiling syn v2.0.32 |
1383 | 2023-10-04T20:43:24.025Z | Compiling jobserver v0.1.26 |
1384 | 2023-10-04T20:43:24.037Z | Compiling futures-task v0.3.28 |
1385 | 2023-10-04T20:43:24.052Z | Compiling pkg-config v0.3.27 |
1386 | 2023-10-04T20:43:24.061Z | Compiling futures-util v0.3.28 |
1387 | 2023-10-04T20:43:24.068Z | Compiling memchr v2.6.3 |
1388 | 2023-10-04T20:43:24.078Z | Compiling cc v1.0.83 |
1389 | 2023-10-04T20:43:24.097Z | Compiling vcpkg v0.2.15 |
1390 | 2023-10-04T20:43:24.110Z | Compiling itoa v1.0.9 |
1391 | 2023-10-04T20:43:24.117Z | Compiling log v0.4.20 |
1392 | 2023-10-04T20:43:24.125Z | Compiling schemars v0.8.13 |
1393 | 2023-10-04T20:43:24.139Z | Compiling serde_json v1.0.107 |
1394 | 2023-10-04T20:43:24.145Z | Compiling allocator-api2 v0.2.16 |
1395 | 2023-10-04T20:43:24.156Z | Compiling equivalent v1.0.1 |
1396 | 2023-10-04T20:43:24.168Z | Compiling indexmap v1.9.3 |
1397 | 2023-10-04T20:43:24.193Z | Compiling httparse v1.8.0 |
1398 | 2023-10-04T20:43:24.208Z | Compiling ryu v1.0.15 |
1399 | 2023-10-04T20:43:24.222Z | Compiling rustix v0.38.9 |
1400 | 2023-10-04T20:43:24.235Z | Compiling getrandom v0.2.10 |
1401 | 2023-10-04T20:43:24.654Z | Compiling hashbrown v0.14.0 |
1402 | 2023-10-04T20:43:24.676Z | Compiling fnv v1.0.7 |
1403 | 2023-10-04T20:43:24.701Z | Compiling rustls v0.21.7 |
1404 | 2023-10-04T20:43:24.721Z | Compiling openssl v0.10.57 |
1405 | 2023-10-04T20:43:24.735Z | Compiling aho-corasick v1.0.4 |
1406 | 2023-10-04T20:43:24.748Z | Compiling regex-syntax v0.7.5 |
1407 | 2023-10-04T20:43:24.758Z | Compiling unicode-xid v0.2.4 |
1408 | 2023-10-04T20:43:24.767Z | Compiling ucd-trie v0.1.6 |
1409 | 2023-10-04T20:43:24.779Z | Compiling native-tls v0.2.11 |
1410 | 2023-10-04T20:43:24.789Z | Compiling crossbeam-utils v0.8.16 |
1411 | 2023-10-04T20:43:24.796Z | Compiling ring v0.16.20 |
1412 | 2023-10-04T20:43:25.216Z | Compiling openssl-sys v0.9.93 |
1413 | 2023-10-04T20:43:25.222Z | Compiling backtrace v0.3.69 |
1414 | 2023-10-04T20:43:25.719Z | Compiling async-trait v0.1.73 |
1415 | 2023-10-04T20:43:26.398Z | Compiling slog v2.7.0 |
1416 | 2023-10-04T20:43:26.850Z | Compiling anyhow v1.0.75 |
1417 | 2023-10-04T20:43:27.692Z | Compiling time-core v0.1.1 |
1418 | 2023-10-04T20:43:27.895Z | Compiling byteorder v1.4.3 |
1419 | 2023-10-04T20:43:28.363Z | Compiling iana-time-zone v0.1.57 |
1420 | 2023-10-04T20:43:28.382Z | Compiling time-macros v0.2.13 |
1421 | 2023-10-04T20:43:28.474Z | Compiling regex-automata v0.3.8 |
1422 | 2023-10-04T20:43:28.542Z | Compiling dyn-clone v1.0.13 |
1423 | 2023-10-04T20:43:28.666Z | Compiling hashbrown v0.13.2 |
1424 | 2023-10-04T20:43:28.816Z | Compiling winnow v0.5.15 |
1425 | 2023-10-04T20:43:30.487Z | Compiling serde_derive_internals v0.26.0 |
1426 | 2023-10-04T20:43:31.535Z | Compiling synstructure v0.12.6 |
1427 | 2023-10-04T20:43:32.928Z | Compiling usdt-impl v0.3.5 |
1428 | 2023-10-04T20:43:32.981Z | Compiling scopeguard v1.2.0 |
1429 | 2023-10-04T20:43:33.155Z | Compiling unicode-width v0.1.10 |
1430 | 2023-10-04T20:43:33.522Z | Compiling thread-id v4.2.0 |
1431 | 2023-10-04T20:43:34.068Z | Compiling strsim v0.10.0 |
1432 | 2023-10-04T20:43:34.113Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2023-10-04T20:43:34.644Z | Compiling smallvec v1.11.0 |
1434 | 2023-10-04T20:43:34.663Z | Compiling tinyvec v1.6.0 |
1435 | 2023-10-04T20:43:35.081Z | Compiling unicode-bidi v0.3.13 |
1436 | 2023-10-04T20:43:35.107Z | Compiling num-integer v0.1.45 |
1437 | 2023-10-04T20:43:35.491Z | Compiling parking_lot v0.12.1 |
1438 | 2023-10-04T20:43:35.583Z | Compiling percent-encoding v2.3.0 |
1439 | 2023-10-04T20:43:35.898Z | Compiling crc32fast v1.3.2 |
1440 | 2023-10-04T20:43:36.219Z | Compiling spin v0.5.2 |
1441 | 2023-10-04T20:43:36.501Z | Compiling regex v1.9.5 |
1442 | 2023-10-04T20:43:36.610Z | Compiling form_urlencoded v1.2.0 |
1443 | 2023-10-04T20:43:37.016Z | Compiling bitflags v1.3.2 |
1444 | 2023-10-04T20:43:37.059Z | Compiling unicode-normalization v0.1.22 |
1445 | 2023-10-04T20:43:37.558Z | Compiling pin-project-lite v0.2.13 |
1446 | 2023-10-04T20:43:37.639Z | Compiling adler v1.0.2 |
1447 | 2023-10-04T20:43:37.677Z | Compiling gimli v0.28.0 |
1448 | 2023-10-04T20:43:37.695Z | Compiling object v0.32.1 |
1449 | 2023-10-04T20:43:37.821Z | Compiling miniz_oxide v0.7.1 |
1450 | 2023-10-04T20:43:38.161Z | Compiling errno v0.3.2 |
1451 | 2023-10-04T20:43:38.790Z | Compiling idna v0.4.0 |
1452 | 2023-10-04T20:43:38.841Z | Compiling memoffset v0.9.0 |
1453 | 2023-10-04T20:43:39.238Z | Compiling rustc-demangle v0.1.23 |
1454 | 2023-10-04T20:43:40.011Z | Compiling mio v0.8.8 |
1455 | 2023-10-04T20:43:40.331Z | Compiling serde_derive v1.0.188 |
1456 | 2023-10-04T20:43:40.726Z | Compiling zeroize_derive v1.4.2 |
1457 | 2023-10-04T20:43:40.893Z | Compiling thiserror-impl v1.0.49 |
1458 | 2023-10-04T20:43:41.273Z | Compiling tokio-macros v2.1.0 |
1459 | 2023-10-04T20:43:41.895Z | Compiling futures-macro v0.3.28 |
1460 | 2023-10-04T20:43:43.035Z | Compiling tracing-attributes v0.1.26 |
1461 | 2023-10-04T20:43:43.732Z | Compiling schemars_derive v0.8.13 |
1462 | 2023-10-04T20:43:44.437Z | Compiling openssl-macros v0.1.1 |
1463 | 2023-10-04T20:43:45.426Z | Compiling thiserror v1.0.49 |
1464 | 2023-10-04T20:43:45.457Z | Compiling zerocopy-derive v0.2.0 |
1465 | 2023-10-04T20:43:45.554Z | Compiling zerocopy-derive v0.6.3 |
1466 | 2023-10-04T20:43:45.610Z | Compiling pest v2.7.2 |
1467 | 2023-10-04T20:43:48.355Z | Compiling zerocopy v0.3.0 |
1468 | 2023-10-04T20:43:48.506Z | Compiling url v2.4.1 |
1469 | 2023-10-04T20:43:48.546Z | Compiling addr2line v0.21.0 |
1470 | 2023-10-04T20:43:48.626Z | Compiling num_cpus v1.16.0 |
1471 | 2023-10-04T20:43:48.706Z | Compiling signal-hook-registry v1.4.1 |
1472 | 2023-10-04T20:43:49.206Z | Compiling socket2 v0.5.3 |
1473 | 2023-10-04T20:43:49.634Z | Compiling futures-sink v0.3.28 |
1474 | 2023-10-04T20:43:50.058Z | Compiling radium v0.7.0 |
1475 | 2023-10-04T20:43:50.065Z | Compiling dof v0.1.5 |
1476 | 2023-10-04T20:43:50.072Z | Compiling pest_meta v2.7.2 |
1477 | 2023-10-04T20:43:50.445Z | Compiling crossbeam-epoch v0.9.15 |
1478 | 2023-10-04T20:43:50.626Z | Compiling futures-io v0.3.28 |
1479 | 2023-10-04T20:43:50.906Z | Compiling pin-utils v0.1.0 |
1480 | 2023-10-04T20:43:51.115Z | Compiling clap_derive v4.4.2 |
1481 | 2023-10-04T20:43:51.260Z | Compiling num-iter v0.1.43 |
1482 | 2023-10-04T20:43:51.435Z | Compiling tracing-core v0.1.31 |
1483 | 2023-10-04T20:43:51.955Z | Compiling pest_generator v2.7.2 |
1484 | 2023-10-04T20:43:52.318Z | Compiling lazy_static v1.4.0 |
1485 | 2023-10-04T20:43:52.420Z | Compiling rand_core v0.6.4 |
1486 | 2023-10-04T20:43:53.057Z | Compiling tracing v0.1.37 |
1487 | 2023-10-04T20:43:54.208Z | Compiling deranged v0.3.8 |
1488 | 2023-10-04T20:43:54.609Z | Compiling either v1.9.0 |
1489 | 2023-10-04T20:43:54.943Z | Compiling num_threads v0.1.6 |
1490 | 2023-10-04T20:43:55.558Z | Compiling zeroize v1.6.0 |
1491 | 2023-10-04T20:43:55.573Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1492 | 2023-10-04T20:43:55.738Z | Compiling untrusted v0.7.1 |
1493 | 2023-10-04T20:43:56.051Z | Compiling base64 v0.21.4 |
1494 | 2023-10-04T20:43:56.944Z | Compiling time v0.3.27 |
1495 | 2023-10-04T20:43:57.217Z | Compiling pest_derive v2.7.2 |
1496 | 2023-10-04T20:43:58.276Z | Compiling dtrace-parser v0.1.14 |
1497 | 2023-10-04T20:43:59.280Z | Compiling enum-as-inner v0.5.1 |
1498 | 2023-10-04T20:44:00.317Z | Compiling hashbrown v0.12.3 |
1499 | 2023-10-04T20:44:00.446Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2023-10-04T20:44:00.589Z | Compiling openssl-probe v0.1.5 |
1501 | 2023-10-04T20:44:01.056Z | Compiling foreign-types v0.3.2 |
1502 | 2023-10-04T20:44:01.191Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1503 | 2023-10-04T20:44:01.235Z | Compiling siphasher v0.3.11 |
1504 | 2023-10-04T20:44:01.859Z | Compiling try-lock v0.2.4 |
1505 | 2023-10-04T20:44:02.120Z | Compiling want v0.3.1 |
1506 | 2023-10-04T20:44:02.447Z | Compiling rustls-webpki v0.101.4 |
1507 | 2023-10-04T20:44:02.493Z | Compiling sct v0.7.0 |
1508 | 2023-10-04T20:44:03.008Z | Compiling socket2 v0.4.9 |
1509 | 2023-10-04T20:44:03.013Z | Compiling tower-service v0.3.2 |
1510 | 2023-10-04T20:44:03.161Z | Compiling httpdate v1.0.3 |
1511 | 2023-10-04T20:44:03.462Z | Compiling indexmap v2.0.0 |
1512 | 2023-10-04T20:44:03.610Z | Compiling bytes v1.5.0 |
1513 | 2023-10-04T20:44:04.117Z | Compiling chrono v0.4.31 |
1514 | 2023-10-04T20:44:04.122Z | Compiling uuid v1.4.1 |
1515 | 2023-10-04T20:44:04.214Z | Compiling semver v1.0.18 |
1516 | 2023-10-04T20:44:04.841Z | Compiling serde_spanned v0.6.3 |
1517 | 2023-10-04T20:44:05.191Z | Compiling http v0.2.9 |
1518 | 2023-10-04T20:44:05.246Z | Compiling toml_datetime v0.6.3 |
1519 | 2023-10-04T20:44:05.331Z | Compiling rustc_version v0.4.0 |
1520 | 2023-10-04T20:44:05.378Z | Compiling serde_tokenstream v0.1.7 |
1521 | 2023-10-04T20:44:05.422Z | Compiling bitflags v2.4.0 |
1522 | 2023-10-04T20:44:05.520Z | Compiling tokio v1.32.0 |
1523 | 2023-10-04T20:44:05.964Z | Compiling toml_edit v0.19.15 |
1524 | 2023-10-04T20:44:06.361Z | Compiling heapless v0.7.16 |
1525 | 2023-10-04T20:44:09.161Z | Compiling openapiv3 v1.0.3 |
1526 | 2023-10-04T20:44:09.399Z | Compiling usdt-attr-macro v0.3.5 |
1527 | 2023-10-04T20:44:09.907Z | Compiling usdt-macro v0.3.5 |
1528 | 2023-10-04T20:44:10.988Z | Compiling http-body v0.4.5 |
1529 | 2023-10-04T20:44:11.681Z | Compiling rustls-pemfile v1.0.3 |
1530 | 2023-10-04T20:44:11.785Z | Compiling crypto-common v0.1.6 |
1531 | 2023-10-04T20:44:12.047Z | Compiling rustls-native-certs v0.6.3 |
1532 | 2023-10-04T20:44:12.126Z | Compiling diesel_table_macro_syntax v0.1.0 |
1533 | 2023-10-04T20:44:12.566Z | Compiling num-bigint v0.4.4 |
1534 | 2023-10-04T20:44:12.689Z | Compiling bit-vec v0.6.3 |
1535 | 2023-10-04T20:44:13.189Z | Compiling ipnet v2.8.0 |
1536 | 2023-10-04T20:44:13.207Z | Compiling smoltcp v0.9.1 |
1537 | 2023-10-04T20:44:13.891Z | Compiling diesel_derives v2.1.1 |
1538 | 2023-10-04T20:44:14.125Z | Compiling serde_urlencoded v0.7.1 |
1539 | 2023-10-04T20:44:14.963Z | Compiling phf_shared v0.10.0 |
1540 | 2023-10-04T20:44:14.977Z | Compiling block-buffer v0.10.4 |
1541 | 2023-10-04T20:44:15.307Z | Compiling itertools v0.10.5 |
1542 | 2023-10-04T20:44:15.502Z | Compiling hubpack_derive v0.1.1 |
1543 | 2023-10-04T20:44:16.823Z | Compiling encoding_rs v0.8.33 |
1544 | 2023-10-04T20:44:17.720Z | Compiling const-oid v0.9.5 |
1545 | 2023-10-04T20:44:17.962Z | Compiling subtle v2.5.0 |
1546 | 2023-10-04T20:44:18.436Z | Compiling ppv-lite86 v0.2.17 |
1547 | 2023-10-04T20:44:19.660Z | Compiling tokio-util v0.7.8 |
1548 | 2023-10-04T20:44:19.912Z | Compiling tokio-native-tls v0.3.1 |
1549 | 2023-10-04T20:44:19.968Z | Compiling tokio-rustls v0.24.1 |
1550 | 2023-10-04T20:44:20.383Z | Compiling mime v0.3.17 |
1551 | 2023-10-04T20:44:20.561Z | Compiling webpki-roots v0.25.2 |
1552 | 2023-10-04T20:44:20.680Z | Compiling new_debug_unreachable v1.0.4 |
1553 | 2023-10-04T20:44:20.799Z | Compiling precomputed-hash v0.1.1 |
1554 | 2023-10-04T20:44:20.865Z | Compiling fixedbitset v0.4.2 |
1555 | 2023-10-04T20:44:21.002Z | Compiling string_cache v0.8.7 |
1556 | 2023-10-04T20:44:21.199Z | Compiling digest v0.10.7 |
1557 | 2023-10-04T20:44:21.469Z | Compiling h2 v0.3.21 |
1558 | 2023-10-04T20:44:21.648Z | Compiling petgraph v0.6.4 |
1559 | 2023-10-04T20:44:21.883Z | Compiling rand_chacha v0.3.1 |
1560 | 2023-10-04T20:44:21.888Z | Compiling bit-set v0.5.3 |
1561 | 2023-10-04T20:44:22.807Z | Compiling lalrpop-util v0.19.12 |
1562 | 2023-10-04T20:44:23.336Z | Compiling unicode-segmentation v1.10.1 |
1563 | 2023-10-04T20:44:23.463Z | Compiling flate2 v1.0.27 |
1564 | 2023-10-04T20:44:24.227Z | Compiling rand v0.8.5 |
1565 | 2023-10-04T20:44:24.733Z | Compiling toml v0.7.8 |
1566 | 2023-10-04T20:44:24.963Z | Compiling serde_repr v0.1.16 |
1567 | 2023-10-04T20:44:24.982Z | Compiling serde_tokenstream v0.2.0 |
1568 | 2023-10-04T20:44:25.811Z | Compiling io-lifetimes v1.0.11 |
1569 | 2023-10-04T20:44:26.110Z | Compiling utf8parse v0.2.1 |
1570 | 2023-10-04T20:44:26.285Z | Compiling cpufeatures v0.2.9 |
1571 | 2023-10-04T20:44:26.353Z | Compiling anstyle v1.0.2 |
1572 | 2023-10-04T20:44:26.418Z | Compiling sha2 v0.10.7 |
1573 | 2023-10-04T20:44:26.616Z | Compiling anstyle-parse v0.2.1 |
1574 | 2023-10-04T20:44:27.042Z | Compiling rustix v0.37.23 |
1575 | 2023-10-04T20:44:27.104Z | Compiling md-5 v0.10.5 |
1576 | 2023-10-04T20:44:27.360Z | Compiling hmac v0.12.1 |
1577 | 2023-10-04T20:44:27.445Z | Compiling stringprep v0.1.3 |
1578 | 2023-10-04T20:44:27.723Z | Compiling spin v0.9.8 |
1579 | 2023-10-04T20:44:28.307Z | Compiling hash32 v0.2.1 |
1580 | 2023-10-04T20:44:28.356Z | Compiling anstyle-query v1.0.0 |
1581 | 2023-10-04T20:44:28.395Z | Compiling colorchoice v1.0.0 |
1582 | 2023-10-04T20:44:28.536Z | Compiling fallible-iterator v0.2.0 |
1583 | 2023-10-04T20:44:28.612Z | Compiling stable_deref_trait v1.2.0 |
1584 | 2023-10-04T20:44:28.749Z | Compiling anstream v0.5.0 |
1585 | 2023-10-04T20:44:28.892Z | Compiling phf_shared v0.11.2 |
1586 | 2023-10-04T20:44:28.958Z | Compiling block-padding v0.3.3 |
1587 | 2023-10-04T20:44:29.306Z | Compiling terminal_size v0.2.6 |
1588 | 2023-10-04T20:44:29.369Z | Compiling scheduled-thread-pool v0.2.7 |
1589 | 2023-10-04T20:44:29.448Z | Compiling regex-automata v0.1.10 |
1590 | 2023-10-04T20:44:29.573Z | Compiling managed v0.8.0 |
1591 | 2023-10-04T20:44:29.679Z | Compiling postgres-protocol v0.6.6 |
1592 | 2023-10-04T20:44:29.697Z | Compiling tap v1.0.1 |
1593 | 2023-10-04T20:44:29.941Z | Compiling matches v0.1.10 |
1594 | 2023-10-04T20:44:30.097Z | Compiling clap_lex v0.5.1 |
1595 | 2023-10-04T20:44:30.131Z | Compiling bstr v0.2.17 |
1596 | 2023-10-04T20:44:30.221Z | Compiling idna v0.2.3 |
1597 | 2023-10-04T20:44:30.308Z | Compiling wyz v0.5.1 |
1598 | 2023-10-04T20:44:30.810Z | Compiling clap_builder v4.4.2 |
1599 | 2023-10-04T20:44:30.983Z | Compiling r2d2 v0.8.10 |
1600 | 2023-10-04T20:44:31.561Z | Compiling postgres-types v0.2.6 |
1601 | 2023-10-04T20:44:31.753Z | Compiling phf v0.11.2 |
1602 | 2023-10-04T20:44:32.189Z | Compiling inout v0.1.3 |
1603 | 2023-10-04T20:44:32.576Z | Compiling hubpack v0.1.2 |
1604 | 2023-10-04T20:44:32.703Z | Compiling ipnetwork v0.20.0 |
1605 | 2023-10-04T20:44:33.242Z | Compiling hyper v0.14.27 |
1606 | 2023-10-04T20:44:33.951Z | Compiling futures-executor v0.3.28 |
1607 | 2023-10-04T20:44:34.363Z | Compiling zerocopy v0.6.3 |
1608 | 2023-10-04T20:44:34.892Z | Compiling float-cmp v0.9.0 |
1609 | 2023-10-04T20:44:35.228Z | Compiling data-encoding v2.4.0 |
1610 | 2023-10-04T20:44:35.695Z | Compiling smawk v0.3.1 |
1611 | 2023-10-04T20:44:36.039Z | Compiling normalize-line-endings v0.3.0 |
1612 | 2023-10-04T20:44:36.199Z | Compiling unicode-linebreak v0.1.5 |
1613 | 2023-10-04T20:44:36.778Z | Compiling difflib v0.4.0 |
1614 | 2023-10-04T20:44:37.011Z | Compiling predicates-core v1.0.6 |
1615 | 2023-10-04T20:44:37.502Z | Compiling static_assertions v1.1.0 |
1616 | 2023-10-04T20:44:37.636Z | Compiling whoami v1.4.1 |
1617 | 2023-10-04T20:44:38.047Z | Compiling funty v2.0.0 |
1618 | 2023-10-04T20:44:38.168Z | Compiling tokio-postgres v0.7.10 |
1619 | 2023-10-04T20:44:38.451Z | Compiling diesel v2.1.1 |
1620 | 2023-10-04T20:44:38.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1621 | 2023-10-04T20:44:38.539Z | Compiling predicates v3.0.3 |
1622 | 2023-10-04T20:44:38.963Z | Compiling clap v4.4.3 |
1623 | 2023-10-04T20:44:39.118Z | Compiling textwrap v0.16.0 |
1624 | 2023-10-04T20:44:40.907Z | Compiling bitvec v1.0.1 |
1625 | 2023-10-04T20:44:41.035Z | Compiling yasna v0.5.2 |
1626 | 2023-10-04T20:44:41.149Z | Compiling trust-dns-proto v0.22.0 |
1627 | 2023-10-04T20:44:44.967Z | Compiling hyper-rustls v0.24.1 |
1628 | 2023-10-04T20:44:45.203Z | Compiling hyper-tls v0.5.0 |
1629 | 2023-10-04T20:44:45.706Z | Compiling reqwest v0.11.20 |
1630 | 2023-10-04T20:44:46.063Z | Compiling futures v0.3.28 |
1631 | 2023-10-04T20:44:46.210Z | Compiling cipher v0.4.4 |
1632 | 2023-10-04T20:44:46.249Z | Compiling similar v2.2.1 |
1633 | 2023-10-04T20:44:47.233Z | Compiling signature v2.1.0 |
1634 | 2023-10-04T20:44:47.447Z | Compiling tokio-stream v0.1.14 |
1635 | 2023-10-04T20:44:47.551Z | Compiling usdt v0.3.5 |
1636 | 2023-10-04T20:44:47.926Z | Compiling hex v0.4.3 |
1637 | 2023-10-04T20:44:48.386Z | Compiling console v0.15.7 |
1638 | 2023-10-04T20:44:48.895Z | Compiling bstr v1.6.0 |
1639 | 2023-10-04T20:44:48.926Z | Compiling regress v0.7.1 |
1640 | 2023-10-04T20:44:50.072Z | Compiling getopts v0.2.21 |
1641 | 2023-10-04T20:44:50.445Z | Compiling unsafe-libyaml v0.2.9 |
1642 | 2023-10-04T20:44:52.127Z | Compiling rustversion v1.0.14 |
1643 | 2023-10-04T20:44:52.607Z | Compiling ident_case v1.0.1 |
1644 | 2023-10-04T20:44:52.865Z | Compiling serde_yaml v0.9.25 |
1645 | 2023-10-04T20:44:54.887Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1646 | 2023-10-04T20:44:55.153Z | Compiling slog-async v2.8.0 |
1647 | 2023-10-04T20:44:55.187Z | Compiling paste v1.0.14 |
1648 | 2023-10-04T20:44:55.931Z | Compiling darling_core v0.20.3 |
1649 | 2023-10-04T20:44:57.998Z | Compiling multer v2.1.0 |
1650 | 2023-10-04T20:44:58.490Z | Compiling async-stream-impl v0.3.5 |
1651 | 2023-10-04T20:44:59.259Z | Compiling regex-syntax v0.6.29 |
1652 | 2023-10-04T20:45:00.935Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1653 | 2023-10-04T20:45:01.010Z | Compiling strum_macros v0.25.2 |
1654 | 2023-10-04T20:45:01.439Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1655 | 2023-10-04T20:45:02.854Z | Compiling structmeta-derive v0.1.6 |
1656 | 2023-10-04T20:45:05.112Z | Compiling darling_macro v0.20.3 |
1657 | 2023-10-04T20:45:06.526Z | Compiling darling v0.20.3 |
1658 | 2023-10-04T20:45:06.687Z | Compiling serde_with_macros v2.3.3 |
1659 | 2023-10-04T20:45:07.246Z | Compiling structmeta v0.1.6 |
1660 | 2023-10-04T20:45:08.853Z | Compiling parse-display-derive v0.7.0 |
1661 | 2023-10-04T20:45:11.876Z | Compiling test-strategy v0.2.1 |
1662 | 2023-10-04T20:45:18.711Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1663 | 2023-10-04T20:45:19.658Z | Checking unicode-ident v1.0.12 |
1664 | 2023-10-04T20:45:25.879Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1665 | 2023-10-04T20:45:26.076Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1666 | 2023-10-04T20:45:36.829Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1667 | 2023-10-04T20:45:52.583Z | Checking heck v0.4.1 |
1668 | 2023-10-04T20:46:00.128Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1669 | 2023-10-04T20:46:00.520Z | Checking crossbeam-channel v0.5.8 |
1670 | 2023-10-04T20:46:00.540Z | Checking atty v0.2.14 |
1671 | 2023-10-04T20:46:01.246Z | Checking match_cfg v0.1.0 |
1672 | 2023-10-04T20:46:01.396Z | Checking hostname v0.3.1 |
1673 | 2023-10-04T20:46:01.687Z | Checking dirs-sys-next v0.1.2 |
1674 | 2023-10-04T20:46:01.956Z | Checking dirs-next v2.0.0 |
1675 | 2023-10-04T20:46:01.978Z | Checking thread_local v1.1.7 |
1676 | 2023-10-04T20:46:02.393Z | Checking fastrand v2.0.0 |
1677 | 2023-10-04T20:46:02.886Z | Checking term v0.7.0 |
1678 | 2023-10-04T20:46:02.894Z | Checking tempfile v3.8.0 |
1679 | 2023-10-04T20:46:03.448Z | Checking instant v0.1.12 |
1680 | 2023-10-04T20:46:03.539Z | Checking take_mut v0.2.2 |
1681 | 2023-10-04T20:46:03.590Z | Checking slog-term v2.9.0 |
1682 | 2023-10-04T20:46:04.196Z | Checking slog-json v2.6.1 |
1683 | 2023-10-04T20:46:04.268Z | Checking sha1 v0.10.5 |
1684 | 2023-10-04T20:46:04.373Z | Checking serde_with v2.3.3 |
1685 | 2023-10-04T20:46:04.586Z | Checking camino v1.1.6 |
1686 | 2023-10-04T20:46:04.687Z | Checking slog-bunyan v2.4.0 |
1687 | 2023-10-04T20:46:04.848Z | Checking strum v0.25.0 |
1688 | 2023-10-04T20:46:04.910Z | Checking atomic-waker v1.1.1 |
1689 | 2023-10-04T20:46:05.095Z | Checking debug-ignore v1.0.5 |
1690 | 2023-10-04T20:46:05.238Z | Checking waitgroup v0.1.2 |
1691 | 2023-10-04T20:46:05.432Z | Checking async-stream v0.3.5 |
1692 | 2023-10-04T20:46:05.436Z | Checking serde_path_to_error v0.1.14 |
1693 | 2023-10-04T20:46:05.717Z | Checking quick-error v1.2.3 |
1694 | 2023-10-04T20:46:05.931Z | Checking backoff v0.4.0 |
1695 | 2023-10-04T20:46:06.102Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1696 | 2023-10-04T20:46:06.302Z | Checking parse-display v0.7.0 |
1697 | 2023-10-04T20:46:06.338Z | Checking macaddr v1.0.1 |
1698 | 2023-10-04T20:46:06.831Z | Checking wait-timeout v0.2.0 |
1699 | 2023-10-04T20:46:07.376Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1700 | 2023-10-04T20:46:07.477Z | Checking rusty-fork v0.3.0 |
1701 | 2023-10-04T20:46:07.642Z | Checking rand_xorshift v0.3.0 |
1702 | 2023-10-04T20:46:07.689Z | Checking unarray v0.1.4 |
1703 | 2023-10-04T20:46:12.793Z | Compiling proc-macro-crate v1.3.1 |
1704 | 2023-10-04T20:46:12.904Z | Checking proptest v1.2.0 |
1705 | 2023-10-04T20:46:17.121Z | Compiling num_enum_derive v0.5.11 |
1706 | 2023-10-04T20:46:18.741Z | Compiling proc-macro-error-attr v1.0.4 |
1707 | 2023-10-04T20:46:19.757Z | Compiling proc-macro-error v1.0.4 |
1708 | 2023-10-04T20:46:35.074Z | Checking base64ct v1.6.0 |
1709 | 2023-10-04T20:46:39.233Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2023-10-04T20:46:40.708Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1711 | 2023-10-04T20:46:41.215Z | Compiling foreign-types-macros v0.2.3 |
1712 | 2023-10-04T20:46:41.491Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1713 | 2023-10-04T20:46:41.575Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2023-10-04T20:46:43.086Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1715 | 2023-10-04T20:46:43.572Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1716 | 2023-10-04T20:46:45.094Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1717 | 2023-10-04T20:46:48.191Z | Compiling zone_cfg_derive v0.2.0 |
1718 | 2023-10-04T20:46:48.308Z | Compiling mockall_derive v0.11.4 |
1719 | 2023-10-04T20:46:53.959Z | Checking is-terminal v0.4.9 |
1720 | 2023-10-04T20:47:02.206Z | Checking base64 v0.13.1 |
1721 | 2023-10-04T20:47:02.420Z | Compiling cancel-safe-futures v0.1.2 |
1722 | 2023-10-04T20:47:03.032Z | Compiling slog-dtrace v0.2.3 |
1723 | 2023-10-04T20:47:03.091Z | Checking password-hash v0.5.0 |
1724 | 2023-10-04T20:47:03.406Z | Checking blake2 v0.10.6 |
1725 | 2023-10-04T20:47:03.523Z | Checking num_enum v0.5.11 |
1726 | 2023-10-04T20:47:04.075Z | Checking argon2 v0.5.2 |
1727 | 2023-10-04T20:47:04.237Z | Checking cfg-if v0.1.10 |
1728 | 2023-10-04T20:47:04.447Z | Checking termtree v0.4.1 |
1729 | 2023-10-04T20:47:04.745Z | Checking predicates-tree v1.0.9 |
1730 | 2023-10-04T20:47:04.797Z | Checking pem v1.1.1 |
1731 | 2023-10-04T20:47:05.050Z | Checking postcard-cobs v0.1.5-pre |
1732 | 2023-10-04T20:47:05.130Z | Checking smoltcp v0.8.2 |
1733 | 2023-10-04T20:47:05.292Z | Checking postcard v0.7.3 |
1734 | 2023-10-04T20:47:05.662Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1735 | 2023-10-04T20:47:05.888Z | Checking foreign-types-shared v0.3.1 |
1736 | 2023-10-04T20:47:05.936Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1737 | 2023-10-04T20:47:06.045Z | Checking foreign-types v0.5.0 |
1738 | 2023-10-04T20:47:06.313Z | Checking cstr-argument v0.1.2 |
1739 | 2023-10-04T20:47:06.433Z | Checking pretty-hex v0.2.1 |
1740 | 2023-10-04T20:47:06.514Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1741 | 2023-10-04T20:47:06.563Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1742 | 2023-10-04T20:47:06.660Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1743 | 2023-10-04T20:47:06.863Z | Checking colored v2.0.4 |
1744 | 2023-10-04T20:47:07.057Z | Compiling heck v0.3.3 |
1745 | 2023-10-04T20:47:07.226Z | Compiling der_derive v0.7.2 |
1746 | 2023-10-04T20:47:07.303Z | Compiling libefi-sys v0.1.0 |
1747 | 2023-10-04T20:47:07.597Z | Compiling structopt-derive v0.4.18 |
1748 | 2023-10-04T20:47:07.771Z | Checking predicates v2.1.5 |
1749 | 2023-10-04T20:47:08.573Z | Checking headers-core v0.2.0 |
1750 | 2023-10-04T20:47:08.769Z | Compiling memoffset v0.7.1 |
1751 | 2023-10-04T20:47:08.795Z | Checking fragile v2.0.0 |
1752 | 2023-10-04T20:47:09.180Z | Checking downcast v0.11.0 |
1753 | 2023-10-04T20:47:09.411Z | Checking headers v0.3.9 |
1754 | 2023-10-04T20:47:09.483Z | Checking mockall v0.11.4 |
1755 | 2023-10-04T20:47:09.602Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1756 | 2023-10-04T20:47:09.821Z | Checking zone v0.2.0 |
1757 | 2023-10-04T20:47:10.658Z | Checking smf v0.2.2 |
1758 | 2023-10-04T20:47:11.019Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1759 | 2023-10-04T20:47:11.061Z | Compiling num-rational v0.4.1 |
1760 | 2023-10-04T20:47:11.229Z | Checking rcgen v0.10.0 |
1761 | 2023-10-04T20:47:11.370Z | Checking subprocess v0.2.9 |
1762 | 2023-10-04T20:47:11.723Z | Compiling maybe-uninit v2.0.0 |
1763 | 2023-10-04T20:47:11.768Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1764 | 2023-10-04T20:47:11.785Z | Checking termcolor v1.2.0 |
1765 | 2023-10-04T20:47:12.104Z | Checking linked-hash-map v0.5.6 |
1766 | 2023-10-04T20:47:12.122Z | Compiling signal-hook v0.3.17 |
1767 | 2023-10-04T20:47:12.186Z | Compiling doc-comment v0.3.3 |
1768 | 2023-10-04T20:47:12.407Z | Compiling packed_struct v0.10.1 |
1769 | 2023-10-04T20:47:12.454Z | Compiling num-bigint-dig v0.8.4 |
1770 | 2023-10-04T20:47:12.527Z | Compiling packed_struct_codegen v0.10.1 |
1771 | 2023-10-04T20:47:12.609Z | Checking lru-cache v0.1.2 |
1772 | 2023-10-04T20:47:12.872Z | Compiling same-file v1.0.6 |
1773 | 2023-10-04T20:47:12.876Z | Compiling semver-parser v0.10.2 |
1774 | 2023-10-04T20:47:12.992Z | Checking half v1.8.2 |
1775 | 2023-10-04T20:47:13.105Z | Compiling walkdir v2.4.0 |
1776 | 2023-10-04T20:47:13.191Z | Checking ciborium-io v0.2.1 |
1777 | 2023-10-04T20:47:13.614Z | Checking ciborium-ll v0.2.1 |
1778 | 2023-10-04T20:47:13.834Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1779 | 2023-10-04T20:47:14.075Z | Compiling semver v0.11.0 |
1780 | 2023-10-04T20:47:14.176Z | Compiling filetime v0.2.22 |
1781 | 2023-10-04T20:47:14.247Z | Compiling xattr v1.0.1 |
1782 | 2023-10-04T20:47:14.607Z | Compiling home v0.5.5 |
1783 | 2023-10-04T20:47:14.610Z | Compiling tar v0.4.40 |
1784 | 2023-10-04T20:47:14.964Z | Compiling toolchain_find v0.2.0 |
1785 | 2023-10-04T20:47:15.200Z | Checking ciborium v0.2.1 |
1786 | 2023-10-04T20:47:15.798Z | Compiling toml v0.5.11 |
1787 | 2023-10-04T20:47:16.085Z | Checking arc-swap v1.6.0 |
1788 | 2023-10-04T20:47:16.249Z | Compiling omicron-zone-package v0.8.3 |
1789 | 2023-10-04T20:47:16.771Z | Checking slog-scope v4.4.0 |
1790 | 2023-10-04T20:47:16.927Z | Compiling snafu-derive v0.7.5 |
1791 | 2023-10-04T20:47:17.040Z | Compiling convert_case v0.4.0 |
1792 | 2023-10-04T20:47:17.058Z | Checking slog-stdlog v4.1.1 |
1793 | 2023-10-04T20:47:17.296Z | Checking slog-envlogger v2.2.0 |
1794 | 2023-10-04T20:47:17.366Z | Checking itertools v0.11.0 |
1795 | 2023-10-04T20:47:17.627Z | Compiling derive-where v1.2.5 |
1796 | 2023-10-04T20:47:18.332Z | Compiling derive_more v0.99.17 |
1797 | 2023-10-04T20:47:18.372Z | Compiling parking_lot_core v0.8.6 |
1798 | 2023-10-04T20:47:18.923Z | Compiling rustfmt-wrapper v0.2.0 |
1799 | 2023-10-04T20:47:20.133Z | Checking resolv-conf v0.7.0 |
1800 | 2023-10-04T20:47:20.683Z | Checking trust-dns-resolver v0.22.0 |
1801 | 2023-10-04T20:47:21.798Z | Checking newline-converter v0.3.0 |
1802 | 2023-10-04T20:47:22.003Z | Checking hkdf v0.12.3 |
1803 | 2023-10-04T20:47:22.188Z | Checking expectorate v1.1.0 |
1804 | 2023-10-04T20:47:22.312Z | Checking textwrap v0.11.0 |
1805 | 2023-10-04T20:47:22.403Z | Checking fxhash v0.2.1 |
1806 | 2023-10-04T20:47:22.639Z | Compiling libz-sys v1.1.12 |
1807 | 2023-10-04T20:47:22.658Z | Checking vec_map v0.8.2 |
1808 | 2023-10-04T20:47:22.996Z | Checking strsim v0.8.0 |
1809 | 2023-10-04T20:47:23.056Z | Checking keccak v0.1.4 |
1810 | 2023-10-04T20:47:23.186Z | Checking ansi_term v0.12.1 |
1811 | 2023-10-04T20:47:23.258Z | Checking secrecy v0.8.0 |
1812 | 2023-10-04T20:47:23.461Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1813 | 2023-10-04T20:47:23.521Z | Checking sha3 v0.10.8 |
1814 | 2023-10-04T20:47:23.661Z | Checking clap v2.34.0 |
1815 | 2023-10-04T20:47:23.801Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1816 | 2023-10-04T20:47:23.882Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1817 | 2023-10-04T20:47:23.920Z | Compiling buf-list v1.0.3 |
1818 | 2023-10-04T20:47:24.117Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1819 | 2023-10-04T20:47:24.702Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1820 | 2023-10-04T20:47:24.795Z | Checking pem-rfc7468 v0.7.0 |
1821 | 2023-10-04T20:47:24.815Z | Compiling libsqlite3-sys v0.26.0 |
1822 | 2023-10-04T20:47:25.161Z | Checking flagset v0.4.3 |
1823 | 2023-10-04T20:47:25.427Z | Checking der v0.7.8 |
1824 | 2023-10-04T20:47:25.512Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1825 | 2023-10-04T20:47:26.079Z | Compiling vergen v8.2.4 |
1826 | 2023-10-04T20:47:26.702Z | Compiling unicase v2.7.0 |
1827 | 2023-10-04T20:47:26.756Z | Compiling rayon-core v1.11.0 |
1828 | 2023-10-04T20:47:27.113Z | Checking utf-8 v0.7.6 |
1829 | 2023-10-04T20:47:27.153Z | Checking humantime v2.1.0 |
1830 | 2023-10-04T20:47:27.791Z | Checking camino-tempfile v1.0.2 |
1831 | 2023-10-04T20:47:28.223Z | Checking structopt v0.3.26 |
1832 | 2023-10-04T20:47:28.250Z | Compiling platforms v3.0.2 |
1833 | 2023-10-04T20:47:28.541Z | Checking spki v0.7.2 |
1834 | 2023-10-04T20:47:28.694Z | Checking crc-catalog v2.2.0 |
1835 | 2023-10-04T20:47:28.780Z | Compiling semver v0.1.20 |
1836 | 2023-10-04T20:47:28.891Z | Checking crc v3.0.1 |
1837 | 2023-10-04T20:47:28.997Z | Checking pkcs8 v0.10.2 |
1838 | 2023-10-04T20:47:29.346Z | Compiling rustc_version v0.1.7 |
1839 | 2023-10-04T20:47:29.806Z | Checking num-complex v0.4.4 |
1840 | 2023-10-04T20:47:29.959Z | Checking nodrop v0.1.14 |
1841 | 2023-10-04T20:47:30.123Z | Checking array-init v0.0.4 |
1842 | 2023-10-04T20:47:30.245Z | Compiling newtype_derive v0.1.6 |
1843 | 2023-10-04T20:47:30.558Z | Checking smallvec v0.6.14 |
1844 | 2023-10-04T20:47:30.668Z | Compiling curve25519-dalek v4.1.0 |
1845 | 2023-10-04T20:47:30.862Z | Checking pkcs1 v0.7.5 |
1846 | 2023-10-04T20:47:31.379Z | Checking num v0.4.1 |
1847 | 2023-10-04T20:47:31.520Z | Compiling num_enum_derive v0.7.0 |
1848 | 2023-10-04T20:47:31.796Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1849 | 2023-10-04T20:47:32.136Z | Compiling glob v0.3.1 |
1850 | 2023-10-04T20:47:33.376Z | Checking bitfield v0.14.0 |
1851 | 2023-10-04T20:47:34.353Z | Checking serde-hex v0.1.0 |
1852 | 2023-10-04T20:47:34.446Z | Compiling mime_guess v2.0.4 |
1853 | 2023-10-04T20:47:34.662Z | Checking rsa v0.9.2 |
1854 | 2023-10-04T20:47:35.971Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1855 | 2023-10-04T20:47:36.185Z | Checking x509-cert v0.2.4 |
1856 | 2023-10-04T20:47:36.317Z | Checking env_logger v0.10.0 |
1857 | 2023-10-04T20:47:36.747Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1858 | 2023-10-04T20:47:36.992Z | Checking ron v0.8.1 |
1859 | 2023-10-04T20:47:38.874Z | Compiling thiserror-impl-no-std v2.0.2 |
1860 | 2023-10-04T20:47:39.114Z | Compiling curve25519-dalek-derive v0.1.0 |
1861 | 2023-10-04T20:47:40.998Z | Checking rand v0.4.6 |
1862 | 2023-10-04T20:47:41.310Z | Checking crc-any v2.4.3 |
1863 | 2023-10-04T20:47:42.094Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1864 | 2023-10-04T20:47:42.564Z | Checking tungstenite v0.18.0 |
1865 | 2023-10-04T20:47:43.628Z | Checking object v0.30.4 |
1866 | 2023-10-04T20:47:43.964Z | Checking path-slash v0.1.5 |
1867 | 2023-10-04T20:47:44.010Z | Checking tokio-tungstenite v0.18.0 |
1868 | 2023-10-04T20:47:44.887Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1869 | 2023-10-04T20:47:45.038Z | Checking nibble_vec v0.1.0 |
1870 | 2023-10-04T20:47:45.509Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1871 | 2023-10-04T20:47:45.931Z | Compiling crunchy v0.2.2 |
1872 | 2023-10-04T20:47:46.192Z | Compiling erased-serde v0.3.30 |
1873 | 2023-10-04T20:47:46.671Z | Checking endian-type v0.1.2 |
1874 | 2023-10-04T20:47:47.010Z | Checking radix_trie v0.2.1 |
1875 | 2023-10-04T20:47:47.633Z | Checking snafu v0.7.5 |
1876 | 2023-10-04T20:47:48.067Z | Compiling bitstruct_derive v0.1.0 |
1877 | 2023-10-04T20:47:48.196Z | Compiling async-recursion v1.0.5 |
1878 | 2023-10-04T20:47:49.111Z | Compiling tiny-keccak v2.0.2 |
1879 | 2023-10-04T20:47:49.733Z | Checking linear-map v1.2.0 |
1880 | 2023-10-04T20:47:49.861Z | Checking parking_lot v0.11.2 |
1881 | 2023-10-04T20:47:50.017Z | Checking trust-dns-client v0.22.0 |
1882 | 2023-10-04T20:47:50.377Z | Compiling clang-sys v1.6.1 |
1883 | 2023-10-04T20:47:51.310Z | Checking universal-hash v0.5.1 |
1884 | 2023-10-04T20:47:51.545Z | Compiling darling_core v0.14.4 |
1885 | 2023-10-04T20:47:51.585Z | Compiling prettyplease v0.2.12 |
1886 | 2023-10-04T20:47:51.757Z | Checking opaque-debug v0.3.0 |
1887 | 2023-10-04T20:47:51.930Z | Compiling ascii-canvas v3.0.0 |
1888 | 2023-10-04T20:47:52.109Z | Checking trust-dns-server v0.22.1 |
1889 | 2023-10-04T20:47:52.520Z | Checking sled v0.34.7 |
1890 | 2023-10-04T20:47:52.826Z | Compiling enum-iterator-derive v1.2.1 |
1891 | 2023-10-04T20:47:52.859Z | Compiling const_format_proc_macros v0.2.31 |
1892 | 2023-10-04T20:47:54.158Z | Compiling ena v0.14.2 |
1893 | 2023-10-04T20:47:54.833Z | Compiling diff v0.1.13 |
1894 | 2023-10-04T20:47:55.736Z | Compiling portable-atomic v1.4.3 |
1895 | 2023-10-04T20:47:56.057Z | Compiling minimal-lexical v0.2.1 |
1896 | 2023-10-04T20:47:56.094Z | Checking pretty-hex v0.3.0 |
1897 | 2023-10-04T20:47:56.419Z | Compiling lalrpop v0.19.12 |
1898 | 2023-10-04T20:47:56.865Z | Compiling nom v7.1.3 |
1899 | 2023-10-04T20:47:57.172Z | Checking aead v0.5.2 |
1900 | 2023-10-04T20:47:57.250Z | Checking path-dedot v3.1.0 |
1901 | 2023-10-04T20:47:57.468Z | Compiling libloading v0.7.4 |
1902 | 2023-10-04T20:47:57.509Z | Compiling ref-cast v1.0.20 |
1903 | 2023-10-04T20:47:57.514Z | Compiling salty v0.2.0 |
1904 | 2023-10-04T20:47:57.594Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1905 | 2023-10-04T20:47:57.638Z | Compiling bindgen v0.65.1 |
1906 | 2023-10-04T20:47:58.350Z | Checking path-absolutize v3.1.0 |
1907 | 2023-10-04T20:47:58.670Z | Checking globset v0.4.13 |
1908 | 2023-10-04T20:47:58.982Z | Checking crossbeam-deque v0.8.3 |
1909 | 2023-10-04T20:47:59.414Z | Checking olpc-cjson v0.1.3 |
1910 | 2023-10-04T20:47:59.459Z | Checking serde_plain v1.0.2 |
1911 | 2023-10-04T20:47:59.738Z | Compiling which v4.4.0 |
1912 | 2023-10-04T20:47:59.850Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1913 | 2023-10-04T20:48:00.295Z | Compiling darling_macro v0.14.4 |
1914 | 2023-10-04T20:48:00.492Z | Compiling ref-cast-impl v1.0.20 |
1915 | 2023-10-04T20:48:00.598Z | Compiling libxml v0.3.3 |
1916 | 2023-10-04T20:48:01.130Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1917 | 2023-10-04T20:48:01.561Z | Compiling shlex v1.1.0 |
1918 | 2023-10-04T20:48:01.593Z | Compiling peeking_take_while v0.1.2 |
1919 | 2023-10-04T20:48:01.628Z | Compiling rustc-hash v1.1.0 |
1920 | 2023-10-04T20:48:01.639Z | Compiling lazycell v1.3.0 |
1921 | 2023-10-04T20:48:01.776Z | Checking tough v0.12.5 |
1922 | 2023-10-04T20:48:01.781Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1923 | 2023-10-04T20:48:01.799Z | Compiling darling v0.14.4 |
1924 | 2023-10-04T20:48:01.837Z | Checking ff v0.13.0 |
1925 | 2023-10-04T20:48:01.991Z | Compiling derive_builder_core v0.12.0 |
1926 | 2023-10-04T20:48:02.166Z | Compiling strum_macros v0.24.3 |
1927 | 2023-10-04T20:48:02.307Z | Compiling num-derive v0.4.0 |
1928 | 2023-10-04T20:48:03.078Z | Compiling cexpr v0.6.0 |
1929 | 2023-10-04T20:48:05.737Z | Compiling derive_builder_macro v0.12.0 |
1930 | 2023-10-04T20:48:06.053Z | Checking display-error-chain v0.1.1 |
1931 | 2023-10-04T20:48:06.259Z | Compiling indoc v1.0.9 |
1932 | 2023-10-04T20:48:06.993Z | Checking group v0.13.0 |
1933 | 2023-10-04T20:48:08.336Z | Checking hashlink v0.8.3 |
1934 | 2023-10-04T20:48:08.378Z | Checking crypto-bigint v0.5.2 |
1935 | 2023-10-04T20:48:08.596Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1936 | 2023-10-04T20:48:09.022Z | Compiling cookie v0.16.2 |
1937 | 2023-10-04T20:48:09.243Z | Checking fallible-streaming-iterator v0.1.9 |
1938 | 2023-10-04T20:48:09.428Z | Checking base16ct v0.2.0 |
1939 | 2023-10-04T20:48:09.709Z | Checking rusqlite v0.29.0 |
1940 | 2023-10-04T20:48:11.202Z | Checking rayon v1.7.0 |
1941 | 2023-10-04T20:48:11.313Z | Checking elliptic-curve v0.13.5 |
1942 | 2023-10-04T20:48:11.963Z | Checking poly1305 v0.8.0 |
1943 | 2023-10-04T20:48:12.096Z | Checking thiserror-no-std v2.0.2 |
1944 | 2023-10-04T20:48:12.202Z | Checking twox-hash v1.6.3 |
1945 | 2023-10-04T20:48:12.687Z | Checking nix v0.26.2 |
1946 | 2023-10-04T20:48:13.316Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-10-04T20:48:13.732Z | Checking chacha20 v0.9.1 |
1948 | 2023-10-04T20:48:14.290Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1949 | 2023-10-04T20:48:14.434Z | Checking sha-1 v0.10.1 |
1950 | 2023-10-04T20:48:14.856Z | Compiling impl-trait-for-tuples v0.2.2 |
1951 | 2023-10-04T20:48:15.123Z | Compiling oso-derive v0.26.4 |
1952 | 2023-10-04T20:48:17.127Z | Checking vsss-rs v3.3.1 |
1953 | 2023-10-04T20:48:17.411Z | Checking tungstenite v0.17.3 |
1954 | 2023-10-04T20:48:17.928Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1955 | 2023-10-04T20:48:18.848Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-10-04T20:48:18.866Z | Checking chacha20poly1305 v0.10.1 |
1957 | 2023-10-04T20:48:19.393Z | Checking polyval v0.6.1 |
1958 | 2023-10-04T20:48:19.397Z | Checking num_enum v0.7.0 |
1959 | 2023-10-04T20:48:19.635Z | Checking ctr v0.9.2 |
1960 | 2023-10-04T20:48:19.818Z | Checking aes v0.8.3 |
1961 | 2023-10-04T20:48:20.085Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1962 | 2023-10-04T20:48:20.512Z | Checking bincode v1.3.3 |
1963 | 2023-10-04T20:48:21.496Z | Checking aes-gcm-siv v0.11.1 |
1964 | 2023-10-04T20:48:22.060Z | Checking tokio-tungstenite v0.17.2 |
1965 | 2023-10-04T20:48:22.730Z | Checking env_logger v0.9.3 |
1966 | 2023-10-04T20:48:23.784Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1967 | 2023-10-04T20:48:23.950Z | Checking ascii v1.1.0 |
1968 | 2023-10-04T20:48:24.447Z | Checking signature v1.6.4 |
1969 | 2023-10-04T20:48:24.594Z | Checking ringbuffer v0.14.2 |
1970 | 2023-10-04T20:48:24.612Z | Checking assert_matches v1.5.0 |
1971 | 2023-10-04T20:48:24.749Z | Checking ed25519 v1.5.3 |
1972 | 2023-10-04T20:48:24.991Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1973 | 2023-10-04T20:48:25.207Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1974 | 2023-10-04T20:48:25.395Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1975 | 2023-10-04T20:48:26.516Z | Checking bitstruct v0.1.1 |
1976 | 2023-10-04T20:48:26.822Z | Checking signal-hook-tokio v0.3.1 |
1977 | 2023-10-04T20:48:27.246Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1978 | 2023-10-04T20:48:27.629Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1979 | 2023-10-04T20:48:27.677Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1980 | 2023-10-04T20:48:28.422Z | Checking serde_arrays v0.1.0 |
1981 | 2023-10-04T20:48:29.024Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1982 | 2023-10-04T20:48:29.265Z | Checking steno v0.4.0 |
1983 | 2023-10-04T20:48:30.346Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1984 | 2023-10-04T20:48:30.459Z | Checking const_format v0.2.31 |
1985 | 2023-10-04T20:48:30.614Z | Checking enum-iterator v1.4.1 |
1986 | 2023-10-04T20:48:30.837Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1987 | 2023-10-04T20:48:31.091Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1988 | 2023-10-04T20:48:31.997Z | Checking ron v0.7.1 |
1989 | 2023-10-04T20:48:32.716Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1990 | 2023-10-04T20:48:33.563Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1991 | 2023-10-04T20:48:33.877Z | Checking serde-big-array v0.4.1 |
1992 | 2023-10-04T20:48:34.099Z | Checking serde-big-array v0.5.1 |
1993 | 2023-10-04T20:48:34.600Z | Checking bit_field v0.10.2 |
1994 | 2023-10-04T20:48:34.653Z | Checking http-range v0.1.5 |
1995 | 2023-10-04T20:48:34.920Z | Checking hyper-staticfile v0.9.5 |
1996 | 2023-10-04T20:48:35.178Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1997 | 2023-10-04T20:48:37.762Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1998 | 2023-10-04T20:48:37.773Z | Compiling indoc v2.0.3 |
1999 | 2023-10-04T20:48:37.776Z | Checking corncobs v0.1.3 |
2000 | 2023-10-04T20:48:37.779Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2001 | 2023-10-04T20:48:41.740Z | Checking derive_builder v0.12.0 |
2002 | 2023-10-04T20:48:42.918Z | Checking bb8 v0.8.1 |
2003 | 2023-10-04T20:48:43.252Z | Checking quick-xml v0.23.1 |
2004 | 2023-10-04T20:48:43.547Z | Checking bytesize v1.3.0 |
2005 | 2023-10-04T20:48:43.920Z | Checking number_prefix v0.4.0 |
2006 | 2023-10-04T20:48:44.207Z | Checking maplit v1.0.2 |
2007 | 2023-10-04T20:48:44.364Z | Checking fs-err v2.9.0 |
2008 | 2023-10-04T20:48:44.842Z | Checking indicatif v0.17.6 |
2009 | 2023-10-04T20:48:44.859Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2010 | 2023-10-04T20:48:46.057Z | Checking signal-hook-mio v0.2.3 |
2011 | 2023-10-04T20:48:47.235Z | Compiling vte_generate_state_changes v0.1.1 |
2012 | 2023-10-04T20:48:58.263Z | Checking yansi v0.5.1 |
2013 | 2023-10-04T20:48:58.694Z | Checking pretty_assertions v1.4.0 |
2014 | 2023-10-04T20:49:01.726Z | Checking crossterm v0.27.0 |
2015 | 2023-10-04T20:49:05.142Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2016 | 2023-10-04T20:49:06.013Z | Checking fatfs v0.3.6 |
2017 | 2023-10-04T20:49:06.600Z | Checking cassowary v0.3.0 |
2018 | 2023-10-04T20:49:07.215Z | Checking plotters-backend v0.3.5 |
2019 | 2023-10-04T20:49:07.413Z | Checking ratatui v0.23.0 |
2020 | 2023-10-04T20:49:07.800Z | Checking plotters-svg v0.3.5 |
2021 | 2023-10-04T20:49:09.515Z | Checking rtoolbox v0.0.1 |
2022 | 2023-10-04T20:49:10.420Z | Checking cast v0.3.0 |
2023 | 2023-10-04T20:49:10.612Z | Checking remove_dir_all v0.5.3 |
2024 | 2023-10-04T20:49:10.902Z | Checking owo-colors v3.5.0 |
2025 | 2023-10-04T20:49:11.011Z | Checking criterion-plot v0.5.0 |
2026 | 2023-10-04T20:49:11.028Z | Checking tempdir v0.3.7 |
2027 | 2023-10-04T20:49:11.228Z | Checking tui-tree-widget v0.13.0 |
2028 | 2023-10-04T20:49:11.804Z | Checking rpassword v7.2.0 |
2029 | 2023-10-04T20:49:12.009Z | Checking plotters v0.3.5 |
2030 | 2023-10-04T20:49:15.225Z | Checking tinytemplate v1.2.1 |
2031 | 2023-10-04T20:49:15.600Z | Checking anes v0.1.6 |
2032 | 2023-10-04T20:49:15.781Z | Checking shell-words v1.1.0 |
2033 | 2023-10-04T20:49:15.825Z | Checking oorandom v11.1.3 |
2034 | 2023-10-04T20:49:16.056Z | Checking os_str_bytes v6.5.1 |
2035 | 2023-10-04T20:49:16.201Z | Checking criterion v0.5.1 |
2036 | 2023-10-04T20:49:16.650Z | Checking clap_lex v0.2.4 |
2037 | 2023-10-04T20:49:21.694Z | Checking assert_cmd v2.0.12 |
2038 | 2023-10-04T20:49:22.619Z | Compiling clap_derive v3.2.25 |
2039 | 2023-10-04T20:49:23.075Z | Checking dashmap v5.5.1 |
2040 | 2023-10-04T20:49:23.921Z | Compiling serial_test_derive v0.10.0 |
2041 | 2023-10-04T20:49:25.431Z | Compiling crossbeam-queue v0.3.8 |
2042 | 2023-10-04T20:49:25.610Z | Checking serial_test v0.10.0 |
2043 | 2023-10-04T20:49:26.007Z | Checking vte v0.11.1 |
2044 | 2023-10-04T20:49:26.627Z | Checking threadpool v1.8.1 |
2045 | 2023-10-04T20:49:28.528Z | Checking strip-ansi-escapes v0.2.0 |
2046 | 2023-10-04T20:49:30.142Z | Checking clap v3.2.25 |
2047 | 2023-10-04T20:49:30.146Z | Checking crossterm v0.26.1 |
2048 | 2023-10-04T20:49:32.797Z | Compiling tabled_derive v0.6.0 |
2049 | 2023-10-04T20:49:32.886Z | Checking httptest v0.15.4 |
2050 | 2023-10-04T20:49:32.907Z | Checking similar-asserts v1.5.0 |
2051 | 2023-10-04T20:49:32.945Z | Checking fd-lock v3.0.13 |
2052 | 2023-10-04T20:49:33.254Z | Checking nanorand v0.7.0 |
2053 | 2023-10-04T20:49:33.477Z | Compiling rstest_macros v0.18.2 |
2054 | 2023-10-04T20:49:34.146Z | Checking nu-ansi-term v0.49.0 |
2055 | 2023-10-04T20:49:34.434Z | Checking flume v0.11.0 |
2056 | 2023-10-04T20:49:34.791Z | Checking reedline v0.23.0 |
2057 | 2023-10-04T20:49:35.600Z | Checking libtest-mimic v0.5.2 |
2058 | 2023-10-04T20:49:36.394Z | Checking datatest-stable v0.1.3 |
2059 | 2023-10-04T20:49:38.148Z | Compiling pin-project-internal v1.1.3 |
2060 | 2023-10-04T20:49:38.594Z | Checking arrayref v0.3.7 |
2061 | 2023-10-04T20:49:38.731Z | Compiling trybuild v1.0.85 |
2062 | 2023-10-04T20:49:38.760Z | Checking constant_time_eq v0.2.6 |
2063 | 2023-10-04T20:49:38.826Z | Checking bytecount v0.6.3 |
2064 | 2023-10-04T20:49:38.931Z | Checking topological-sort v0.2.2 |
2065 | 2023-10-04T20:49:39.117Z | Compiling relative-path v1.9.0 |
2066 | 2023-10-04T20:49:39.224Z | Checking arrayvec v0.7.4 |
2067 | 2023-10-04T20:49:39.824Z | Checking blake2b_simd v1.0.1 |
2068 | 2023-10-04T20:49:40.089Z | Checking papergrid v0.10.0 |
2069 | 2023-10-04T20:49:42.276Z | Checking toml_edit v0.20.0 |
2070 | 2023-10-04T20:49:42.871Z | Checking pin-project v1.1.3 |
2071 | 2023-10-04T20:49:43.132Z | Checking basic-toml v0.1.4 |
2072 | 2023-10-04T20:49:44.124Z | Checking futures-timer v3.0.2 |
2073 | 2023-10-04T20:49:44.558Z | Checking constant_time_eq v0.3.0 |
2074 | 2023-10-04T20:49:44.733Z | Checking rust-argon2 v1.0.1 |
2075 | 2023-10-04T20:49:46.253Z | Checking toml v0.8.0 |
2076 | 2023-10-04T20:49:47.465Z | Checking partial-io v0.5.4 |
2077 | 2023-10-04T20:49:47.606Z | Checking tabled v0.14.0 |
2078 | 2023-10-04T20:49:48.280Z | Checking approx v0.5.1 |
2079 | 2023-10-04T20:49:48.283Z | Checking cargo-platform v0.1.3 |
2080 | 2023-10-04T20:49:48.621Z | Checking hex-literal v0.4.1 |
2081 | 2023-10-04T20:49:48.742Z | Checking cargo_metadata v0.18.0 |
2082 | 2023-10-04T20:49:48.801Z | Checking crossbeam v0.8.2 |
2083 | 2023-10-04T20:49:49.316Z | Checking cargo_toml v0.16.3 |
2084 | 2023-10-04T20:49:52.454Z | Checking termios v0.3.3 |
2085 | 2023-10-04T20:49:52.768Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2086 | 2023-10-04T20:49:53.185Z | Checking rstest v0.18.2 |
2087 | 2023-10-04T20:50:02.166Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2088 | 2023-10-04T20:50:12.663Z | Compiling bzip2 v0.4.4 |
2089 | 2023-10-04T20:50:13.167Z | Compiling zip v0.6.6 |
2090 | 2023-10-04T20:50:14.939Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2091 | 2023-10-04T20:50:15.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2023-10-04T20:50:15.298Z | Compiling polar-core v0.26.4 |
2093 | 2023-10-04T20:50:15.856Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2094 | 2023-10-04T20:50:15.950Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2095 | 2023-10-04T20:50:16.008Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2096 | 2023-10-04T20:50:16.229Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2097 | 2023-10-04T20:50:16.592Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2098 | 2023-10-04T20:50:16.818Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2099 | 2023-10-04T20:50:16.839Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2023-10-04T20:50:17.095Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2101 | 2023-10-04T20:50:17.329Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2102 | 2023-10-04T20:50:18.004Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2103 | 2023-10-04T20:50:18.686Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2104 | 2023-10-04T20:50:20.423Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2105 | 2023-10-04T20:50:22.493Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2106 | 2023-10-04T20:50:22.939Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2107 | 2023-10-04T20:50:27.453Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2023-10-04T20:50:33.377Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2109 | 2023-10-04T20:50:35.440Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2110 | 2023-10-04T20:50:38.753Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2111 | 2023-10-04T20:50:39.261Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2112 | 2023-10-04T20:50:39.973Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2113 | 2023-10-04T20:50:41.312Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2114 | 2023-10-04T20:50:42.113Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2115 | 2023-10-04T20:50:46.828Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2116 | 2023-10-04T20:50:48.913Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2117 | 2023-10-04T20:50:49.393Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2118 | 2023-10-04T20:50:50.799Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2119 | 2023-10-04T20:50:53.889Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2120 | 2023-10-04T20:51:00.070Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2121 | 2023-10-04T20:51:02.748Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2023-10-04T20:51:03.918Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2123 | 2023-10-04T20:51:05.465Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2124 | 2023-10-04T20:51:06.986Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2125 | 2023-10-04T20:51:07.192Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2126 | 2023-10-04T20:51:08.235Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2127 | 2023-10-04T20:51:09.537Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2128 | 2023-10-04T20:51:10.307Z | Checking oso v0.26.4 |
2129 | 2023-10-04T20:51:10.667Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2130 | 2023-10-04T20:51:14.052Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2131 | 2023-10-04T20:51:14.747Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2132 | 2023-10-04T20:51:15.607Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2133 | 2023-10-04T20:51:16.541Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2134 | 2023-10-04T20:51:19.207Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2135 | 2023-10-04T20:51:19.997Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2136 | 2023-10-04T20:51:27.652Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2137 | 2023-10-04T20:51:28.627Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2138 | 2023-10-04T20:51:29.528Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2139 | 2023-10-04T20:51:31.226Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2140 | 2023-10-04T20:51:36.553Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2141 | 2023-10-04T20:51:37.005Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2142 | 2023-10-04T20:51:37.432Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2143 | 2023-10-04T20:51:38.130Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2144 | 2023-10-04T20:51:40.519Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-10-04T20:51:43.988Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2146 | 2023-10-04T20:51:47.235Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2147 | 2023-10-04T20:51:58.407Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2148 | 2023-10-04T20:52:23.703Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2149 | 2023-10-04T20:52:36.611Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2150 | 2023-10-04T20:52:58.244Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2151 | 2023-10-04T20:53:45.376Z | Compiling git2 v0.17.2 |
2152 | 2023-10-04T20:53:52.871Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2153 | 2023-10-04T20:53:55.177Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2154 | 2023-10-04T20:54:05.482Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2155 | 2023-10-04T20:54:14.712Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2156 | 2023-10-04T20:54:16.262Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2157 | 2023-10-04T20:54:47.049Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2158 | 2023-10-04T20:56:12.182Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 01s |
2159 | 2023-10-04T20:56:12.396Z | |
2160 | 2023-10-04T20:56:12.401Z | real 14:06.211299393 |
2161 | 2023-10-04T20:56:12.405Z | user 1:22:33.235975106 |
2162 | 2023-10-04T20:56:12.412Z | sys 10:56.857501717 |
2163 | 2023-10-04T20:56:12.416Z | trap 2.855782251 |
2164 | 2023-10-04T20:56:12.422Z | tflt 4.369511244 |
2165 | 2023-10-04T20:56:12.428Z | dflt 4.837708314 |
2166 | 2023-10-04T20:56:12.432Z | kflt 0.051070610 |
2167 | 2023-10-04T20:56:12.435Z | lock 1:54:32.667958702 |
2168 | 2023-10-04T20:56:12.441Z | slp 4:37:26.901876998 |
2169 | 2023-10-04T20:56:12.445Z | lat 3:05.703469369 |
2170 | 2023-10-04T20:56:12.449Z | stop 7:40.923851939 |
2171 | 2023-10-04T20:56:12.455Z | process exited: duration 963947 ms, exit code 0 |
|
2172 | 2023-10-04T20:56:12.461Z | found 0 output files |