|
|
|
1 | 2023-10-04T20:52:25.890Z | job assigned to worker 01HBY7AJJFT8CB6G1B0R3N4EYP (queued for 1 m 30 s) |
|
2 | 2023-10-04T20:52:26.195Z | starting task 0: "setup" |
3 | 2023-10-04T20:52:26.270Z | ++ uname -s |
4 | 2023-10-04T20:52:26.285Z | + kern=SunOS |
5 | 2023-10-04T20:52:26.300Z | + case "$kern" in |
6 | 2023-10-04T20:52:26.315Z | + groupadd -g 12345 build |
7 | 2023-10-04T20:52:26.341Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T20:52:28.280Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T20:52:28.407Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T20:52:28.413Z | + home_fs=zfs |
11 | 2023-10-04T20:52:28.417Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T20:52:28.421Z | + mkdir -p /home/build |
13 | 2023-10-04T20:52:28.424Z | + chown build:build /home/build /work |
14 | 2023-10-04T20:52:30.415Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T20:52:30.419Z | process exited: duration 4217 ms, exit code 0 |
|
16 | 2023-10-04T20:52:30.425Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T20:52:30.437Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T20:52:30.441Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T20:52:30.595Z | info: downloading installer |
20 | 2023-10-04T20:52:32.069Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T20:52:32.072Z | warning: /opt/ooce/bin |
22 | 2023-10-04T20:52:32.076Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T20:52:32.080Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T20:52:32.088Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T20:52:32.098Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T20:52:32.102Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T20:52:32.105Z | error: cannot install while Rust is installed |
28 | 2023-10-04T20:52:32.113Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T20:52:32.191Z | info: profile set to 'default' |
30 | 2023-10-04T20:52:32.198Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T20:52:32.202Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T20:52:32.363Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T20:52:32.385Z | info: downloading component 'cargo' |
34 | 2023-10-04T20:52:32.970Z | info: downloading component 'clippy' |
35 | 2023-10-04T20:52:33.605Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T20:52:33.948Z | info: downloading component 'rust-std' |
37 | 2023-10-04T20:52:35.303Z | info: downloading component 'rustc' |
38 | 2023-10-04T20:52:38.594Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T20:52:38.795Z | info: installing component 'cargo' |
40 | 2023-10-04T20:52:40.736Z | info: installing component 'clippy' |
41 | 2023-10-04T20:52:41.676Z | info: installing component 'rust-docs' |
42 | 2023-10-04T20:52:44.133Z | info: installing component 'rust-std' |
43 | 2023-10-04T20:52:47.986Z | info: installing component 'rustc' |
44 | 2023-10-04T20:52:56.971Z | info: installing component 'rustfmt' |
45 | 2023-10-04T20:52:57.426Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T20:52:57.430Z | |
47 | 2023-10-04T20:52:57.573Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T20:52:57.576Z | |
49 | 2023-10-04T20:52:57.579Z | |
50 | 2023-10-04T20:52:57.582Z | Rust is installed now. Great! |
51 | 2023-10-04T20:52:57.585Z | |
52 | 2023-10-04T20:52:57.589Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T20:52:57.593Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T20:52:57.601Z | |
55 | 2023-10-04T20:52:57.618Z | To configure your current shell, run: |
56 | 2023-10-04T20:52:58.034Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T20:52:58.037Z | + rustc --version |
58 | 2023-10-04T20:52:58.040Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T20:52:58.043Z | process exited: duration 27350 ms, exit code 0 |
|
60 | 2023-10-04T20:52:58.051Z | starting task 2: "authentication" |
61 | 2023-10-04T20:52:58.086Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-04T20:52:58.522Z | starting task 3: "clone repository" |
63 | 2023-10-04T20:52:58.539Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T20:52:58.556Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T20:52:58.966Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T20:53:05.067Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T20:53:05.071Z | + [[ -n alan/new-c-bull ]] |
68 | 2023-10-04T20:53:05.075Z | + git fetch origin alan/new-c-bull |
69 | 2023-10-04T20:53:05.430Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T20:53:05.434Z | * branch alan/new-c-bull -> FETCH_HEAD |
71 | 2023-10-04T20:53:05.441Z | + git checkout -B alan/new-c-bull remotes/origin/alan/new-c-bull |
72 | 2023-10-04T20:53:05.527Z | Switched to a new branch 'alan/new-c-bull' |
73 | 2023-10-04T20:53:05.537Z | branch 'alan/new-c-bull' set up to track 'origin/alan/new-c-bull'. |
74 | 2023-10-04T20:53:05.541Z | + git reset --hard e1d680b7673239f44095a466b28550625604c412 |
75 | 2023-10-04T20:53:05.545Z | HEAD is now at e1d680b7 Use the Default |
76 | 2023-10-04T20:53:05.550Z | process exited: duration 7018 ms, exit code 0 |
|
77 | 2023-10-04T20:53:05.558Z | starting task 4: "build" |
78 | 2023-10-04T20:53:05.569Z | + cargo --version |
79 | 2023-10-04T20:53:05.658Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T20:53:05.663Z | + rustc --version |
81 | 2023-10-04T20:53:05.762Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T20:53:05.766Z | + source ./env.sh |
83 | 2023-10-04T20:53:05.770Z | ++ set -o xtrace |
84 | 2023-10-04T20:53:05.774Z | ++++ dirname ./env.sh |
85 | 2023-10-04T20:53:05.776Z | +++ cd . |
86 | 2023-10-04T20:53:05.781Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-04T20:53:05.784Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-04T20:53:06.791Z | ++ 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:53:06.794Z | ++ 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:53:06.805Z | ++ 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:53:06.811Z | ++ 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:53:06.817Z | ++ 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:53:06.821Z | ++ 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:53:06.827Z | ++ unset OMICRON_WS |
95 | 2023-10-04T20:53:06.833Z | ++ set +o xtrace |
96 | 2023-10-04T20:53:06.839Z | |
97 | 2023-10-04T20:53:06.844Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-04T20:53:06.849Z | # # # # # # # # # # # # # # # |
99 | 2023-10-04T20:53:06.856Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-04T20:53:06.868Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-04T20:53:06.878Z | # # # # # # # # # # # # # # # |
102 | 2023-10-04T20:53:06.894Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-04T20:53:06.901Z | |
104 | 2023-10-04T20:53:14.571Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-04T20:53:15.224Z | Startup: Caching catalogs ... Done |
106 | 2023-10-04T20:53:17.877Z | Planning: Solver setup ... Done (2.451s) |
107 | 2023-10-04T20:53:18.041Z | Planning: Running solver ... Done (0.161s) |
108 | 2023-10-04T20:53:18.069Z | Planning: Finding local manifests ... Done (0.004s) |
109 | 2023-10-04T20:53:18.084Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-04T20:53:18.342Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-04T20:53:18.424Z | Planning: Package planning ... Done (0.081s) |
112 | 2023-10-04T20:53:18.512Z | Planning: Merging actions ... Done (0.085s) |
113 | 2023-10-04T20:53:19.270Z | Planning: Checking for conflicting actions ... Done (0.761s) |
114 | 2023-10-04T20:53:19.289Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-04T20:53:24.243Z | Planning: Evaluating mediators ... Done (4.956s) |
116 | 2023-10-04T20:53:24.260Z | Planning: Planning completed in 8.99 seconds |
117 | 2023-10-04T20:53:25.761Z | Packages to install: 4 |
118 | 2023-10-04T20:53:25.764Z | Mediators to change: 2 |
119 | 2023-10-04T20:53:25.768Z | Services to change: 1 |
120 | 2023-10-04T20:53:25.776Z | Estimated space available: 149.39 GB |
121 | 2023-10-04T20:53:25.781Z | Estimated space to be consumed: 1.35 GB |
122 | 2023-10-04T20:53:25.798Z | Create boot environment: No |
123 | 2023-10-04T20:53:25.804Z | Create backup boot environment: No |
124 | 2023-10-04T20:53:25.809Z | Rebuild boot archive: No |
125 | 2023-10-04T20:53:25.814Z | |
126 | 2023-10-04T20:53:25.818Z | Changed mediators: |
127 | 2023-10-04T20:53:25.821Z | mediator clang: |
128 | 2023-10-04T20:53:25.828Z | version: None -> 15 (system default) |
129 | 2023-10-04T20:53:25.831Z | |
130 | 2023-10-04T20:53:25.835Z | mediator llvm: |
131 | 2023-10-04T20:53:25.838Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-04T20:53:25.841Z | |
133 | 2023-10-04T20:53:25.855Z | Changed packages: |
134 | 2023-10-04T20:53:25.859Z | helios-dev |
135 | 2023-10-04T20:53:25.862Z | developer/build-essential |
136 | 2023-10-04T20:53:25.865Z | None -> 11-2.0 |
137 | 2023-10-04T20:53:25.869Z | library/libxmlsec1 |
138 | 2023-10-04T20:53:25.876Z | None -> 1.2.35-2.0 |
139 | 2023-10-04T20:53:25.880Z | ooce/developer/clang-15 |
140 | 2023-10-04T20:53:25.883Z | None -> 15.0.7-2.0 |
141 | 2023-10-04T20:53:25.886Z | ooce/developer/llvm-15 |
142 | 2023-10-04T20:53:25.891Z | None -> 15.0.7-2.0 |
143 | 2023-10-04T20:53:25.894Z | |
144 | 2023-10-04T20:53:25.897Z | Services: |
145 | 2023-10-04T20:53:25.900Z | restart_fmri: |
146 | 2023-10-04T20:53:25.904Z | svc:/system/update-man-index:default |
147 | 2023-10-04T20:53:26.010Z | |
148 | 2023-10-04T20:53:26.013Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-04T20:53:32.147Z | Download: 209/3290 items 1.3/212.6MB 0% complete (583k/s) |
150 | 2023-10-04T20:53:38.566Z | Download: 210/3290 items 1.3/212.6MB 0% complete |
151 | 2023-10-04T20:53:51.375Z | Download: 211/3290 items 1.3/212.6MB 0% complete |
152 | 2023-10-04T20:53:56.377Z | Download: 249/3290 items 1.8/212.6MB 0% complete (78.1k/s) |
153 | 2023-10-04T20:54:01.410Z | Download: 714/3290 items 18.1/212.6MB 8% complete (1.8M/s) |
154 | 2023-10-04T20:54:06.394Z | Download: 1196/3290 items 81.4/212.6MB 38% complete (8.0M/s) |
155 | 2023-10-04T20:54:11.805Z | Download: 2082/3290 items 118.8/212.6MB 55% complete (10.1M/s) |
156 | 2023-10-04T20:54:16.585Z | Download: 3248/3290 items 196.0/212.6MB 92% complete (11.5M/s) |
157 | 2023-10-04T20:54:18.520Z | Download: Completed 212.60 MB in 52.51 seconds (4.0M/s) |
158 | 2023-10-04T20:54:19.318Z | Actions: 1/3687 actions (Installing new actions) |
159 | 2023-10-04T20:54:25.199Z | Actions: 2471/3687 actions (Installing new actions) |
160 | 2023-10-04T20:54:27.486Z | Actions: Completed 3687 actions in 8.17 seconds. |
161 | 2023-10-04T20:54:27.542Z | Done (0.049s) |
162 | 2023-10-04T20:54:27.546Z | Done (0.000s) |
163 | 2023-10-04T20:54:27.670Z | Done (0.129s) |
164 | 2023-10-04T20:54:35.264Z | Done (7.491s) |
165 | 2023-10-04T20:54:35.545Z | Done (0.180s) |
166 | 2023-10-04T20:54:35.548Z | Done (0.000s) |
167 | 2023-10-04T20:54:35.777Z | Done (0.000s) |
168 | 2023-10-04T20:54:36.611Z | Planning: Evaluating mediator changes ... Done |
169 | 2023-10-04T20:54:36.714Z | Planning: Checking for conflicting actions ... Done |
170 | 2023-10-04T20:54:36.717Z | Planning: Consolidating action changes ... Done |
171 | 2023-10-04T20:54:37.155Z | Planning: Evaluating mediators ... Done |
172 | 2023-10-04T20:54:37.158Z | Planning: Planning completed in 0.72 seconds |
173 | 2023-10-04T20:54:37.209Z | Mediators to change: 2 |
174 | 2023-10-04T20:54:37.213Z | Create boot environment: No |
175 | 2023-10-04T20:54:37.215Z | Create backup boot environment: No |
176 | 2023-10-04T20:54:37.300Z | Done |
177 | 2023-10-04T20:54:37.303Z | Done |
178 | 2023-10-04T20:54:37.375Z | Done |
179 | 2023-10-04T20:54:43.168Z | Done |
180 | 2023-10-04T20:54:43.289Z | Done |
181 | 2023-10-04T20:54:43.292Z | Done |
182 | 2023-10-04T20:54:43.390Z | Done |
183 | 2023-10-04T20:54:44.385Z | Planning: Evaluating mediator changes ... Done |
184 | 2023-10-04T20:54:44.388Z | Planning: Merging actions ... Done |
185 | 2023-10-04T20:54:44.712Z | Planning: Checking for conflicting actions ... Done |
186 | 2023-10-04T20:54:44.715Z | Planning: Consolidating action changes ... Done |
187 | 2023-10-04T20:54:45.141Z | Planning: Evaluating mediators ... Done |
188 | 2023-10-04T20:54:45.223Z | Planning: Planning completed in 1.27 seconds |
189 | 2023-10-04T20:54:45.279Z | Packages to change: 1 |
190 | 2023-10-04T20:54:45.282Z | Mediators to change: 1 |
191 | 2023-10-04T20:54:45.285Z | Services to change: 1 |
192 | 2023-10-04T20:54:45.288Z | Create boot environment: No |
193 | 2023-10-04T20:54:45.292Z | Create backup boot environment: Yes |
194 | 2023-10-04T20:54:47.251Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2023-10-04T20:54:47.255Z | Actions: Completed 6 actions in 0.00 seconds. |
196 | 2023-10-04T20:54:47.258Z | Done |
197 | 2023-10-04T20:54:47.261Z | Done |
198 | 2023-10-04T20:54:47.288Z | Done |
199 | 2023-10-04T20:54:53.171Z | Done |
200 | 2023-10-04T20:54:53.245Z | Done |
201 | 2023-10-04T20:54:53.252Z | Done |
202 | 2023-10-04T20:54:53.347Z | Done |
203 | 2023-10-04T20:54:54.010Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2023-10-04T20:54:54.016Z | clang system 15 system |
205 | 2023-10-04T20:54:54.021Z | csh system system illumos |
206 | 2023-10-04T20:54:54.024Z | ctags system system illumos |
207 | 2023-10-04T20:54:54.027Z | gcc vendor 12 vendor |
208 | 2023-10-04T20:54:54.029Z | gcc system 10 system |
209 | 2023-10-04T20:54:54.032Z | gcc system 7 system |
210 | 2023-10-04T20:54:54.035Z | go system 1.20 system |
211 | 2023-10-04T20:54:54.038Z | go system 1.19 system |
212 | 2023-10-04T20:54:54.041Z | llvm system 15 system |
213 | 2023-10-04T20:54:54.044Z | llvm system 14 system |
214 | 2023-10-04T20:54:54.047Z | mariadb system 10.6 system |
215 | 2023-10-04T20:54:54.049Z | mta vendor vendor dma |
216 | 2023-10-04T20:54:54.052Z | openjdk system 17 system |
217 | 2023-10-04T20:54:54.056Z | openjdk system 11 system |
218 | 2023-10-04T20:54:54.059Z | openjdk system 1.8 system |
219 | 2023-10-04T20:54:54.062Z | openssl vendor 3 vendor |
220 | 2023-10-04T20:54:54.065Z | perl system 5.36 system |
221 | 2023-10-04T20:54:54.072Z | postgresql system 15 system |
222 | 2023-10-04T20:54:54.083Z | postgresql system 13 system |
223 | 2023-10-04T20:54:54.087Z | python vendor 3 vendor |
224 | 2023-10-04T20:54:54.090Z | python system 2 system |
225 | 2023-10-04T20:54:54.093Z | python3 system 3.11 system |
226 | 2023-10-04T20:54:54.097Z | ruby system 3.0 system |
227 | 2023-10-04T20:54:54.100Z | words vendor vendor american-english |
228 | 2023-10-04T20:54:54.103Z | words system system australian-english |
229 | 2023-10-04T20:54:54.106Z | words system system british-english |
230 | 2023-10-04T20:54:54.109Z | words system system canadian-english |
231 | 2023-10-04T20:54:54.112Z | words system system french |
232 | 2023-10-04T20:54:54.115Z | words system system italian |
233 | 2023-10-04T20:54:54.117Z | words system system ngerman |
234 | 2023-10-04T20:54:54.120Z | words system system ogerman |
235 | 2023-10-04T20:54:54.123Z | words system system spanish |
236 | 2023-10-04T20:54:54.548Z | FMRI IFO |
237 | 2023-10-04T20:54:54.551Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2023-10-04T20:54:54.554Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2023-10-04T20:54:54.557Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2023-10-04T20:54:54.561Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
241 | 2023-10-04T20:54:54.563Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2023-10-04T20:54:54.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
243 | 2023-10-04T20:54:54.625Z | + set -o errexit |
244 | 2023-10-04T20:54:54.629Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2023-10-04T20:54:54.632Z | ++ cd ./tools |
246 | 2023-10-04T20:54:54.634Z | ++ pwd |
247 | 2023-10-04T20:54:54.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2023-10-04T20:54:54.640Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2023-10-04T20:54:54.643Z | + ARG0=ci_download_cockroachdb |
250 | 2023-10-04T20:54:54.646Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2023-10-04T20:54:54.649Z | + CIDL_VERSION=v22.1.9 |
252 | 2023-10-04T20:54:54.652Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2023-10-04T20:54:54.655Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
254 | 2023-10-04T20:54:54.657Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
255 | 2023-10-04T20:54:54.660Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-10-04T20:54:54.666Z | + TARGET_DIR=out |
257 | 2023-10-04T20:54:54.680Z | + DOWNLOAD_DIR=out/downloads |
258 | 2023-10-04T20:54:54.684Z | + DEST_DIR=./out/cockroachdb |
259 | 2023-10-04T20:54:54.688Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2023-10-04T20:54:54.691Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2023-10-04T20:54:54.695Z | + main |
262 | 2023-10-04T20:54:54.698Z | + [[ 0 != 0 ]] |
263 | 2023-10-04T20:54:54.702Z | + CIDL_OS=solaris2.11 |
264 | 2023-10-04T20:54:54.705Z | + [[ 0 != 0 ]] |
265 | 2023-10-04T20:54:54.708Z | + configure_os solaris2.11 |
266 | 2023-10-04T20:54:54.711Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2023-10-04T20:54:54.720Z | current directory: /work/oxidecomputer/omicron |
268 | 2023-10-04T20:54:54.723Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2023-10-04T20:54:54.726Z | + case "$1" in |
270 | 2023-10-04T20:54:54.732Z | configuring based on OS: "solaris2.11" |
271 | 2023-10-04T20:54:54.745Z | + CIDL_BUILD=illumos |
272 | 2023-10-04T20:54:54.750Z | + CIDL_SUFFIX=tar.gz |
273 | 2023-10-04T20:54:54.753Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-10-04T20:54:54.756Z | + CIDL_MD5FUNC=do_md5sum |
275 | 2023-10-04T20:54:54.760Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2023-10-04T20:54:54.763Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2023-10-04T20:54:54.766Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2023-10-04T20:54:54.769Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-04T20:54:54.773Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-04T20:54:54.776Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2023-10-04T20:54:54.784Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-04T20:54:54.787Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-10-04T20:54:54.790Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-04T20:54:54.793Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-10-04T20:54:54.799Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-04T20:54:54.802Z | + mkdir -p out/downloads |
287 | 2023-10-04T20:54:54.805Z | + mkdir -p ./out/cockroachdb |
288 | 2023-10-04T20:54:54.809Z | + local DO_DOWNLOAD=true |
289 | 2023-10-04T20:54:54.812Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2023-10-04T20:54:54.816Z | + '[' true == true ']' |
291 | 2023-10-04T20:54:54.819Z | + echo Downloading... |
292 | 2023-10-04T20:54:54.822Z | Downloading... |
293 | 2023-10-04T20:54:54.825Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-10-04T20:54:54.840Z | + 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 |
295 | 2023-10-04T20:54:58.494Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-04T20:54:58.497Z | ++ md5sum |
297 | 2023-10-04T20:54:58.500Z | ++ awk '{print $1}' |
298 | 2023-10-04T20:54:58.678Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-10-04T20:54:58.681Z | + [[ 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 ]] |
300 | 2023-10-04T20:54:58.684Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-10-04T20:54:58.689Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2023-10-04T20:55:02.011Z | + do_assemble_illumos |
303 | 2023-10-04T20:55:02.016Z | + rm -r ./out/cockroachdb |
304 | 2023-10-04T20:55:02.019Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2023-10-04T20:55:02.677Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2023-10-04T20:55:02.980Z | Build Tag: v22.1.9-dirty |
307 | 2023-10-04T20:55:03.303Z | Build Time: 2022/10/26 21:17:46 |
308 | 2023-10-04T20:55:03.327Z | Distribution: OSS |
309 | 2023-10-04T20:55:03.356Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2023-10-04T20:55:03.379Z | Go Version: go1.17.13 |
311 | 2023-10-04T20:55:03.393Z | C Compiler: gcc 10.3.0 |
312 | 2023-10-04T20:55:03.409Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2023-10-04T20:55:03.421Z | Build Type: release |
314 | 2023-10-04T20:55:03.887Z | + set -o errexit |
315 | 2023-10-04T20:55:03.906Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2023-10-04T20:55:03.924Z | ++ cd ./tools |
317 | 2023-10-04T20:55:03.934Z | ++ pwd |
318 | 2023-10-04T20:55:03.951Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2023-10-04T20:55:03.970Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2023-10-04T20:55:03.990Z | + ARG0=ci_download_clickhouse |
321 | 2023-10-04T20:55:04.003Z | + TARGET_DIR=out |
322 | 2023-10-04T20:55:04.013Z | + DOWNLOAD_DIR=out/downloads |
323 | 2023-10-04T20:55:04.023Z | + DEST_DIR=./out/clickhouse |
324 | 2023-10-04T20:55:04.032Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2023-10-04T20:55:04.041Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2023-10-04T20:55:04.046Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2023-10-04T20:55:04.050Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2023-10-04T20:55:04.054Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2023-10-04T20:55:04.057Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2023-10-04T20:55:04.061Z | + main |
331 | 2023-10-04T20:55:04.064Z | + [[ 0 != 0 ]] |
332 | 2023-10-04T20:55:04.067Z | + CIDL_OS=solaris2.11 |
333 | 2023-10-04T20:55:04.072Z | + [[ 0 != 0 ]] |
334 | 2023-10-04T20:55:04.075Z | + configure_os solaris2.11 |
335 | 2023-10-04T20:55:04.078Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2023-10-04T20:55:04.082Z | current directory: /work/oxidecomputer/omicron |
337 | 2023-10-04T20:55:04.085Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-10-04T20:55:04.093Z | configuring based on OS: "solaris2.11" |
339 | 2023-10-04T20:55:04.098Z | + CIDL_DASHREV= |
340 | 2023-10-04T20:55:04.101Z | + case "$1" in |
341 | 2023-10-04T20:55:04.105Z | + CIDL_PLATFORM=illumos |
342 | 2023-10-04T20:55:04.109Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-04T20:55:04.113Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2023-10-04T20:55:04.116Z | + CIDL_DASHREV=-1 |
345 | 2023-10-04T20:55:04.121Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2023-10-04T20:55:04.125Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-04T20:55:04.136Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-04T20:55:04.141Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-04T20:55:04.144Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-10-04T20:55:04.148Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-10-04T20:55:04.152Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-10-04T20:55:04.156Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-04T20:55:04.161Z | + mkdir -p out/downloads |
354 | 2023-10-04T20:55:04.165Z | + mkdir -p ./out/clickhouse |
355 | 2023-10-04T20:55:04.171Z | + local DO_DOWNLOAD=true |
356 | 2023-10-04T20:55:04.174Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2023-10-04T20:55:04.178Z | + '[' true == true ']' |
358 | 2023-10-04T20:55:04.184Z | + echo Downloading... |
359 | 2023-10-04T20:55:04.187Z | Downloading... |
360 | 2023-10-04T20:55:04.190Z | + 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 |
361 | 2023-10-04T20:55:04.195Z | + 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 |
362 | 2023-10-04T20:55:04.389Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-10-04T20:55:04.399Z | ++ md5sum |
364 | 2023-10-04T20:55:04.410Z | ++ awk '{print $1}' |
365 | 2023-10-04T20:55:04.650Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-10-04T20:55:04.655Z | + [[ 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 ]] |
367 | 2023-10-04T20:55:04.658Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2023-10-04T20:55:04.662Z | + mkdir -p ./out/clickhouse |
369 | 2023-10-04T20:55:04.665Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2023-10-04T20:55:09.462Z | + ./out/clickhouse/clickhouse server --version |
371 | 2023-10-04T20:55:09.510Z | ClickHouse server version 22.8.9.1. |
372 | 2023-10-04T20:55:09.547Z | + set -o errexit |
373 | 2023-10-04T20:55:09.556Z | +++ dirname ./tools/ci_download_console |
374 | 2023-10-04T20:55:09.562Z | ++ cd ./tools |
375 | 2023-10-04T20:55:09.568Z | ++ pwd |
376 | 2023-10-04T20:55:09.584Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2023-10-04T20:55:09.594Z | ++ basename ./tools/ci_download_console |
378 | 2023-10-04T20:55:09.603Z | + ARG0=ci_download_console |
379 | 2023-10-04T20:55:09.609Z | + TARGET_DIR=out |
380 | 2023-10-04T20:55:09.622Z | + DOWNLOAD_DIR=out/downloads |
381 | 2023-10-04T20:55:09.635Z | + DEST_DIR=./out/console-assets |
382 | 2023-10-04T20:55:09.645Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2023-10-04T20:55:09.651Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
384 | 2023-10-04T20:55:09.655Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
385 | 2023-10-04T20:55:09.658Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
386 | 2023-10-04T20:55:09.663Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2023-10-04T20:55:09.666Z | + main |
388 | 2023-10-04T20:55:09.670Z | + [[ 0 != 0 ]] |
389 | 2023-10-04T20:55:09.673Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
390 | 2023-10-04T20:55:09.676Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
391 | 2023-10-04T20:55:09.681Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2023-10-04T20:55:09.684Z | Local file: out/downloads/console.tar.gz |
393 | 2023-10-04T20:55:09.687Z | + local DO_DOWNLOAD=true |
394 | 2023-10-04T20:55:09.690Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-10-04T20:55:09.693Z | + mkdir -p out/downloads |
396 | 2023-10-04T20:55:09.696Z | + '[' true == true ']' |
397 | 2023-10-04T20:55:09.699Z | + echo Downloading... |
398 | 2023-10-04T20:55:09.702Z | Downloading... |
399 | 2023-10-04T20:55:09.705Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
400 | 2023-10-04T20:55:09.708Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
401 | 2023-10-04T20:55:10.132Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2023-10-04T20:55:10.138Z | ++ case "$OSTYPE" in |
403 | 2023-10-04T20:55:10.142Z | ++ SHA=sha256sum |
404 | 2023-10-04T20:55:10.145Z | ++ sha256sum |
405 | 2023-10-04T20:55:10.148Z | ++ awk '{print $1}' |
406 | 2023-10-04T20:55:10.151Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
407 | 2023-10-04T20:55:10.154Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
408 | 2023-10-04T20:55:10.160Z | + rm -rf ./out/console-assets |
409 | 2023-10-04T20:55:10.162Z | + mkdir -p ./out/console-assets |
410 | 2023-10-04T20:55:10.165Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2023-10-04T20:55:10.169Z | + mkdir -p ./out/console-assets |
412 | 2023-10-04T20:55:10.172Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2023-10-04T20:55:10.293Z | + set -o errexit |
414 | 2023-10-04T20:55:10.301Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2023-10-04T20:55:10.307Z | ++ cd ./tools |
416 | 2023-10-04T20:55:10.344Z | ++ pwd |
417 | 2023-10-04T20:55:10.355Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2023-10-04T20:55:10.377Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2023-10-04T20:55:10.383Z | + ARG0=ci_download_maghemite_openapi |
420 | 2023-10-04T20:55:10.386Z | + TARGET_DIR=out |
421 | 2023-10-04T20:55:10.389Z | + DOWNLOAD_DIR=out/downloads |
422 | 2023-10-04T20:55:10.393Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
423 | 2023-10-04T20:55:10.396Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
424 | 2023-10-04T20:55:10.399Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-10-04T20:55:10.401Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
426 | 2023-10-04T20:55:10.408Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
427 | 2023-10-04T20:55:10.412Z | + main |
428 | 2023-10-04T20:55:10.415Z | + [[ 0 != 0 ]] |
429 | 2023-10-04T20:55:10.419Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
430 | 2023-10-04T20:55:10.422Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
431 | 2023-10-04T20:55:10.426Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
432 | 2023-10-04T20:55:10.430Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
433 | 2023-10-04T20:55:10.452Z | + local DO_DOWNLOAD=true |
434 | 2023-10-04T20:55:10.869Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
435 | 2023-10-04T20:55:10.881Z | + mkdir -p out/downloads |
436 | 2023-10-04T20:55:10.889Z | + '[' true == true ']' |
437 | 2023-10-04T20:55:10.903Z | + echo Downloading... |
438 | 2023-10-04T20:55:10.913Z | Downloading... |
439 | 2023-10-04T20:55:10.923Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
440 | 2023-10-04T20:55:10.937Z | + 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 |
441 | 2023-10-04T20:55:10.949Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
442 | 2023-10-04T20:55:10.960Z | ++ case "$OSTYPE" in |
443 | 2023-10-04T20:55:10.971Z | ++ SHA=sha256sum |
444 | 2023-10-04T20:55:10.979Z | ++ sha256sum |
445 | 2023-10-04T20:55:10.991Z | ++ awk '{print $1}' |
446 | 2023-10-04T20:55:11.003Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-10-04T20:55:11.008Z | + [[ 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 ]] |
448 | 2023-10-04T20:55:11.012Z | + set -o errexit |
449 | 2023-10-04T20:55:11.016Z | +++ dirname ./tools/ci_download_dendrite_openapi |
450 | 2023-10-04T20:55:11.020Z | ++ cd ./tools |
451 | 2023-10-04T20:55:11.026Z | ++ pwd |
452 | 2023-10-04T20:55:11.031Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
453 | 2023-10-04T20:55:11.036Z | ++ basename ./tools/ci_download_dendrite_openapi |
454 | 2023-10-04T20:55:11.041Z | + ARG0=ci_download_dendrite_openapi |
455 | 2023-10-04T20:55:11.046Z | + TARGET_DIR=out |
456 | 2023-10-04T20:55:11.052Z | + DOWNLOAD_DIR=out/downloads |
457 | 2023-10-04T20:55:11.058Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
458 | 2023-10-04T20:55:11.066Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
459 | 2023-10-04T20:55:11.072Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
460 | 2023-10-04T20:55:11.079Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
461 | 2023-10-04T20:55:11.086Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
462 | 2023-10-04T20:55:11.095Z | + main |
463 | 2023-10-04T20:55:11.104Z | + [[ 0 != 0 ]] |
464 | 2023-10-04T20:55:11.180Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
465 | 2023-10-04T20:55:11.196Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
466 | 2023-10-04T20:55:11.212Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
467 | 2023-10-04T20:55:11.224Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
468 | 2023-10-04T20:55:11.240Z | + local DO_DOWNLOAD=true |
469 | 2023-10-04T20:55:11.259Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
470 | 2023-10-04T20:55:11.273Z | + mkdir -p out/downloads |
471 | 2023-10-04T20:55:11.278Z | + '[' true == true ']' |
472 | 2023-10-04T20:55:11.283Z | + echo Downloading... |
473 | 2023-10-04T20:55:11.286Z | Downloading... |
474 | 2023-10-04T20:55:11.290Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
475 | 2023-10-04T20:55:11.296Z | + 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 |
476 | 2023-10-04T20:55:11.848Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
477 | 2023-10-04T20:55:11.861Z | ++ case "$OSTYPE" in |
478 | 2023-10-04T20:55:11.869Z | ++ SHA=sha256sum |
479 | 2023-10-04T20:55:11.880Z | ++ sha256sum |
480 | 2023-10-04T20:55:11.889Z | ++ awk '{print $1}' |
481 | 2023-10-04T20:55:11.902Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
482 | 2023-10-04T20:55:11.912Z | + [[ 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 ]] |
483 | 2023-10-04T20:55:11.921Z | + set -o errexit |
484 | 2023-10-04T20:55:11.932Z | +++ dirname ./tools/ci_download_dendrite_stub |
485 | 2023-10-04T20:55:11.945Z | ++ cd ./tools |
486 | 2023-10-04T20:55:11.960Z | ++ pwd |
487 | 2023-10-04T20:55:11.972Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2023-10-04T20:55:11.984Z | ++ basename ./tools/ci_download_dendrite_stub |
489 | 2023-10-04T20:55:12.000Z | + ARG0=ci_download_dendrite_stub |
490 | 2023-10-04T20:55:12.017Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
491 | 2023-10-04T20:55:12.030Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
492 | 2023-10-04T20:55:12.043Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
493 | 2023-10-04T20:55:12.055Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
494 | 2023-10-04T20:55:12.066Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-10-04T20:55:12.081Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
496 | 2023-10-04T20:55:12.095Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
497 | 2023-10-04T20:55:12.106Z | + TARGET_DIR=out |
498 | 2023-10-04T20:55:12.118Z | + DOWNLOAD_DIR=out/downloads |
499 | 2023-10-04T20:55:12.131Z | + DEST_DIR=./out/dendrite-stub |
500 | 2023-10-04T20:55:12.148Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
501 | 2023-10-04T20:55:12.578Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
502 | 2023-10-04T20:55:12.748Z | + REPO=oxidecomputer/dendrite |
503 | 2023-10-04T20:55:12.764Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
504 | 2023-10-04T20:55:13.184Z | + main |
505 | 2023-10-04T20:55:13.603Z | + [[ 0 != 0 ]] |
506 | 2023-10-04T20:55:13.649Z | + CIDL_OS=solaris2.11 |
507 | 2023-10-04T20:55:13.670Z | + [[ 0 != 0 ]] |
508 | 2023-10-04T20:55:14.091Z | + configure_os solaris2.11 |
509 | 2023-10-04T20:55:14.106Z | + echo 'current directory: /work/oxidecomputer/omicron' |
510 | 2023-10-04T20:55:14.121Z | current directory: /work/oxidecomputer/omicron |
511 | 2023-10-04T20:55:14.139Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2023-10-04T20:55:14.203Z | configuring based on OS: "solaris2.11" |
513 | 2023-10-04T20:55:14.218Z | + case "$1" in |
514 | 2023-10-04T20:55:14.236Z | + SET_BINARIES= |
515 | 2023-10-04T20:55:14.247Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
516 | 2023-10-04T20:55:14.261Z | + CIDL_SHA256FUNC=do_sha256sum |
517 | 2023-10-04T20:55:14.380Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
518 | 2023-10-04T20:55:14.405Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
519 | 2023-10-04T20:55:14.417Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-04T20:55:14.444Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
521 | 2023-10-04T20:55:14.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
522 | 2023-10-04T20:55:14.515Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
523 | 2023-10-04T20:55:14.538Z | Local file: out/downloads/dendrite-stub.tar.gz |
524 | 2023-10-04T20:55:14.558Z | + mkdir -p out/downloads |
525 | 2023-10-04T20:55:14.573Z | + mkdir -p ./out/dendrite-stub |
526 | 2023-10-04T20:55:14.609Z | + fetch_and_verify |
527 | 2023-10-04T20:55:14.632Z | + local DO_DOWNLOAD=true |
528 | 2023-10-04T20:55:15.471Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
529 | 2023-10-04T20:55:15.483Z | + '[' true == true ']' |
530 | 2023-10-04T20:55:15.495Z | + echo Downloading... |
531 | 2023-10-04T20:55:15.914Z | Downloading... |
532 | 2023-10-04T20:55:15.935Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
533 | 2023-10-04T20:55:15.956Z | + 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 |
534 | 2023-10-04T20:55:22.925Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-04T20:55:22.929Z | ++ sha256sum |
536 | 2023-10-04T20:55:22.932Z | ++ awk '{print $1}' |
537 | 2023-10-04T20:55:23.027Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
538 | 2023-10-04T20:55:23.030Z | + [[ 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 ]] |
539 | 2023-10-04T20:55:23.034Z | + do_untar out/downloads/dendrite-stub.tar.gz |
540 | 2023-10-04T20:55:23.039Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
541 | 2023-10-04T20:55:23.972Z | + do_assemble |
542 | 2023-10-04T20:55:23.976Z | + rm -r ./out/dendrite-stub |
543 | 2023-10-04T20:55:23.979Z | + mkdir ./out/dendrite-stub |
544 | 2023-10-04T20:55:23.981Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2023-10-04T20:55:24.113Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
546 | 2023-10-04T20:55:24.125Z | + set -o errexit |
547 | 2023-10-04T20:55:24.134Z | +++ dirname ./tools/ci_download_transceiver_control |
548 | 2023-10-04T20:55:24.137Z | ++ cd ./tools |
549 | 2023-10-04T20:55:24.144Z | ++ pwd |
550 | 2023-10-04T20:55:24.152Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
551 | 2023-10-04T20:55:24.156Z | ++ basename ./tools/ci_download_transceiver_control |
552 | 2023-10-04T20:55:24.160Z | + ARG0=ci_download_transceiver_control |
553 | 2023-10-04T20:55:24.163Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
554 | 2023-10-04T20:55:24.165Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
555 | 2023-10-04T20:55:24.168Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
556 | 2023-10-04T20:55:24.171Z | + TARGET_DIR=out |
557 | 2023-10-04T20:55:24.174Z | + DOWNLOAD_DIR=out/downloads |
558 | 2023-10-04T20:55:24.184Z | + DEST_DIR=./out/transceiver-control |
559 | 2023-10-04T20:55:24.187Z | + BIN_DIR=/opt/oxide/bin |
560 | 2023-10-04T20:55:24.190Z | + BINARY=xcvradm |
561 | 2023-10-04T20:55:24.193Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
562 | 2023-10-04T20:55:24.196Z | + REPO=oxidecomputer/transceiver-control |
563 | 2023-10-04T20:55:24.205Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
564 | 2023-10-04T20:55:24.211Z | + main |
565 | 2023-10-04T20:55:24.214Z | + [[ 0 != 0 ]] |
566 | 2023-10-04T20:55:24.217Z | + CIDL_OS=solaris2.11 |
567 | 2023-10-04T20:55:24.220Z | + [[ 0 != 0 ]] |
568 | 2023-10-04T20:55:24.223Z | + configure_os solaris2.11 |
569 | 2023-10-04T20:55:24.227Z | + echo 'current directory: /work/oxidecomputer/omicron' |
570 | 2023-10-04T20:55:24.230Z | current directory: /work/oxidecomputer/omicron |
571 | 2023-10-04T20:55:24.244Z | + echo 'configuring based on OS: "solaris2.11"' |
572 | 2023-10-04T20:55:24.252Z | configuring based on OS: "solaris2.11" |
573 | 2023-10-04T20:55:24.255Z | + case "$1" in |
574 | 2023-10-04T20:55:24.258Z | + SET_BINARIES= |
575 | 2023-10-04T20:55:24.261Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
576 | 2023-10-04T20:55:24.264Z | + CIDL_SHA256FUNC=do_sha256sum |
577 | 2023-10-04T20:55:24.268Z | + ARCHIVE_FILENAME=xcvradm.gz |
578 | 2023-10-04T20:55:24.271Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
579 | 2023-10-04T20:55:24.276Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
580 | 2023-10-04T20:55:24.281Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
581 | 2023-10-04T20:55:24.284Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
582 | 2023-10-04T20:55:24.288Z | + echo 'Local file: out/downloads/xcvradm.gz' |
583 | 2023-10-04T20:55:24.291Z | Local file: out/downloads/xcvradm.gz |
584 | 2023-10-04T20:55:24.294Z | + mkdir -p out/downloads |
585 | 2023-10-04T20:55:24.297Z | + mkdir -p ./out/transceiver-control |
586 | 2023-10-04T20:55:24.301Z | + fetch_and_verify |
587 | 2023-10-04T20:55:24.305Z | + local DO_DOWNLOAD=true |
588 | 2023-10-04T20:55:24.308Z | + [[ -f out/downloads/xcvradm.gz ]] |
589 | 2023-10-04T20:55:24.311Z | + '[' true == true ']' |
590 | 2023-10-04T20:55:24.314Z | + echo Downloading... |
591 | 2023-10-04T20:55:24.318Z | Downloading... |
592 | 2023-10-04T20:55:24.322Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
593 | 2023-10-04T20:55:24.325Z | + 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 |
594 | 2023-10-04T20:55:28.543Z | ++ do_sha256sum out/downloads/xcvradm.gz |
595 | 2023-10-04T20:55:28.547Z | ++ sha256sum |
596 | 2023-10-04T20:55:28.550Z | ++ awk '{print $1}' |
597 | 2023-10-04T20:55:28.572Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
598 | 2023-10-04T20:55:28.579Z | + [[ 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 ]] |
599 | 2023-10-04T20:55:28.583Z | + do_unpack out/downloads/xcvradm.gz |
600 | 2023-10-04T20:55:28.587Z | + mkdir -p out/downloads/root//opt/oxide/bin |
601 | 2023-10-04T20:55:28.590Z | + gzip -dc out/downloads/xcvradm.gz |
602 | 2023-10-04T20:55:29.196Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
603 | 2023-10-04T20:55:29.228Z | + do_assemble |
604 | 2023-10-04T20:55:29.235Z | + rm -r ./out/transceiver-control |
605 | 2023-10-04T20:55:29.242Z | + mkdir ./out/transceiver-control |
606 | 2023-10-04T20:55:29.246Z | + cp -r out/downloads/root ./out/transceiver-control/root |
607 | 2023-10-04T20:55:29.250Z | All builder prerequisites installed successfully, and PATH looks valid |
608 | 2023-10-04T20:55:29.253Z | |
609 | 2023-10-04T20:55:29.256Z | real 2:23.043695968 |
610 | 2023-10-04T20:55:29.259Z | user 48.180734243 |
611 | 2023-10-04T20:55:29.262Z | sys 8.980650375 |
612 | 2023-10-04T20:55:29.265Z | trap 0.019195131 |
613 | 2023-10-04T20:55:29.269Z | tflt 0.186901292 |
614 | 2023-10-04T20:55:29.273Z | dflt 0.609444144 |
615 | 2023-10-04T20:55:29.276Z | kflt 0.218631338 |
616 | 2023-10-04T20:55:29.279Z | lock 1.771840015 |
617 | 2023-10-04T20:55:29.282Z | slp 4:30.441224066 |
618 | 2023-10-04T20:55:29.285Z | lat 3.110270859 |
619 | 2023-10-04T20:55:29.289Z | stop 0.054468127 |
620 | 2023-10-04T20:55:29.292Z | |
621 | 2023-10-04T20:55:29.295Z | #### # # ##### ##### # # |
622 | 2023-10-04T20:55:29.298Z | # # # # # # # # # # |
623 | 2023-10-04T20:55:29.301Z | # # # # # # # # |
624 | 2023-10-04T20:55:29.305Z | # # # ##### ##### # |
625 | 2023-10-04T20:55:29.312Z | # # # # # # # |
626 | 2023-10-04T20:55:29.316Z | #### ###### # # # # |
627 | 2023-10-04T20:55:29.319Z | |
628 | 2023-10-04T20:55:29.322Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
629 | 2023-10-04T20:55:29.665Z | Updating crates.io index |
630 | 2023-10-04T20:55:29.721Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
631 | 2023-10-04T20:55:30.896Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
632 | 2023-10-04T20:55:32.373Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
633 | 2023-10-04T20:55:33.143Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
634 | 2023-10-04T20:55:33.479Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
635 | 2023-10-04T20:55:33.789Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
636 | 2023-10-04T20:55:34.102Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
637 | 2023-10-04T20:55:34.993Z | Updating git repository `https://github.com/oxidecomputer/opte` |
638 | 2023-10-04T20:55:35.965Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
639 | 2023-10-04T20:55:36.343Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
640 | 2023-10-04T20:55:36.697Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
641 | 2023-10-04T20:55:37.044Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
642 | 2023-10-04T20:55:37.391Z | Updating git repository `https://github.com/njaremko/samael` |
643 | 2023-10-04T20:55:38.751Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
644 | 2023-10-04T20:55:40.413Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
645 | 2023-10-04T20:55:40.987Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
646 | 2023-10-04T20:55:41.593Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
647 | 2023-10-04T20:55:42.176Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
648 | 2023-10-04T20:55:42.609Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
649 | 2023-10-04T20:55:43.125Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
650 | 2023-10-04T20:55:51.865Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
651 | 2023-10-04T20:55:52.248Z | Updating git repository `https://github.com/jgallagher/nix` |
652 | 2023-10-04T20:55:53.564Z | Updating git repository `https://github.com/cbiffle/hubpack` |
653 | 2023-10-04T20:55:53.997Z | Updating git repository `https://github.com/oxidecomputer/typify` |
654 | 2023-10-04T20:55:55.070Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
655 | 2023-10-04T20:55:55.442Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
656 | 2023-10-04T20:55:55.862Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
657 | 2023-10-04T20:55:57.099Z | Downloading crates ... |
658 | 2023-10-04T20:55:57.291Z | Downloaded bitflags v1.3.2 |
659 | 2023-10-04T20:55:57.297Z | Downloaded semver v1.0.18 |
660 | 2023-10-04T20:55:57.300Z | Downloaded terminal_size v0.2.6 |
661 | 2023-10-04T20:55:57.307Z | Downloaded heck v0.4.1 |
662 | 2023-10-04T20:55:57.310Z | Downloaded equivalent v1.0.1 |
663 | 2023-10-04T20:55:57.313Z | Downloaded clap_lex v0.5.1 |
664 | 2023-10-04T20:55:57.318Z | Downloaded thiserror v1.0.49 |
665 | 2023-10-04T20:55:57.321Z | Downloaded itoa v1.0.9 |
666 | 2023-10-04T20:55:57.325Z | Downloaded toml_datetime v0.6.3 |
667 | 2023-10-04T20:55:57.328Z | Downloaded colorchoice v1.0.0 |
668 | 2023-10-04T20:55:57.331Z | Downloaded serde_spanned v0.6.3 |
669 | 2023-10-04T20:55:57.425Z | Downloaded anstyle v1.0.2 |
670 | 2023-10-04T20:55:57.432Z | Downloaded cargo-platform v0.1.3 |
671 | 2023-10-04T20:55:57.439Z | Downloaded strsim v0.10.0 |
672 | 2023-10-04T20:55:57.503Z | Downloaded clap_derive v4.4.2 |
673 | 2023-10-04T20:55:57.506Z | Downloaded cargo_metadata v0.18.0 |
674 | 2023-10-04T20:55:57.509Z | Downloaded anstyle-parse v0.2.1 |
675 | 2023-10-04T20:55:57.512Z | Downloaded utf8parse v0.2.1 |
676 | 2023-10-04T20:55:57.517Z | Downloaded quote v1.0.33 |
677 | 2023-10-04T20:55:57.526Z | Downloaded anstream v0.5.0 |
678 | 2023-10-04T20:55:57.535Z | Downloaded errno v0.3.2 |
679 | 2023-10-04T20:55:57.538Z | Downloaded ryu v1.0.15 |
680 | 2023-10-04T20:55:57.542Z | Downloaded proc-macro2 v1.0.67 |
681 | 2023-10-04T20:55:57.546Z | Downloaded serde_derive v1.0.188 |
682 | 2023-10-04T20:55:57.549Z | Downloaded unicode-ident v1.0.12 |
683 | 2023-10-04T20:55:57.553Z | Downloaded clap v4.4.3 |
684 | 2023-10-04T20:55:57.557Z | Downloaded toml v0.8.0 |
685 | 2023-10-04T20:55:57.560Z | Downloaded serde v1.0.188 |
686 | 2023-10-04T20:55:57.563Z | Downloaded toml_edit v0.20.0 |
687 | 2023-10-04T20:55:57.567Z | Downloaded hashbrown v0.14.0 |
688 | 2023-10-04T20:55:57.570Z | Downloaded winnow v0.5.15 |
689 | 2023-10-04T20:55:57.573Z | Downloaded clap_builder v4.4.2 |
690 | 2023-10-04T20:55:57.576Z | Downloaded syn v2.0.32 |
691 | 2023-10-04T20:55:57.580Z | Downloaded rustix v0.37.23 |
692 | 2023-10-04T20:55:57.583Z | Downloaded libc v0.2.148 |
693 | 2023-10-04T20:55:57.586Z | Downloaded serde_json v1.0.107 |
694 | 2023-10-04T20:55:57.589Z | Downloaded memchr v2.6.3 |
695 | 2023-10-04T20:55:57.648Z | Downloaded anyhow v1.0.75 |
696 | 2023-10-04T20:55:57.652Z | Downloaded io-lifetimes v1.0.11 |
697 | 2023-10-04T20:55:57.655Z | Downloaded cargo_toml v0.16.3 |
698 | 2023-10-04T20:55:57.659Z | Downloaded anstyle-query v1.0.0 |
699 | 2023-10-04T20:55:57.662Z | Downloaded camino v1.1.6 |
700 | 2023-10-04T20:55:57.665Z | Downloaded thiserror-impl v1.0.49 |
701 | 2023-10-04T20:55:57.669Z | Downloaded indexmap v2.0.0 |
702 | 2023-10-04T20:55:57.732Z | Compiling proc-macro2 v1.0.67 |
703 | 2023-10-04T20:55:57.774Z | Compiling unicode-ident v1.0.12 |
704 | 2023-10-04T20:55:57.780Z | Compiling serde v1.0.188 |
705 | 2023-10-04T20:55:57.787Z | Compiling libc v0.2.148 |
706 | 2023-10-04T20:55:57.848Z | Compiling io-lifetimes v1.0.11 |
707 | 2023-10-04T20:55:57.856Z | Compiling rustix v0.37.23 |
708 | 2023-10-04T20:55:57.860Z | Compiling utf8parse v0.2.1 |
709 | 2023-10-04T20:55:57.863Z | Compiling equivalent v1.0.1 |
710 | 2023-10-04T20:55:57.991Z | Compiling hashbrown v0.14.0 |
711 | 2023-10-04T20:55:58.068Z | Compiling bitflags v1.3.2 |
712 | 2023-10-04T20:55:58.084Z | Compiling anstyle-parse v0.2.1 |
713 | 2023-10-04T20:55:58.196Z | Compiling anstyle v1.0.2 |
714 | 2023-10-04T20:55:58.551Z | Compiling camino v1.1.6 |
715 | 2023-10-04T20:55:58.757Z | Compiling colorchoice v1.0.0 |
716 | 2023-10-04T20:55:58.894Z | Compiling semver v1.0.18 |
717 | 2023-10-04T20:55:59.380Z | Compiling indexmap v2.0.0 |
718 | 2023-10-04T20:55:59.680Z | Compiling anstyle-query v1.0.0 |
719 | 2023-10-04T20:55:59.683Z | Compiling winnow v0.5.15 |
720 | 2023-10-04T20:55:59.788Z | Compiling serde_json v1.0.107 |
721 | 2023-10-04T20:55:59.883Z | Compiling thiserror v1.0.49 |
722 | 2023-10-04T20:55:59.939Z | Compiling anstream v0.5.0 |
723 | 2023-10-04T20:56:00.199Z | Compiling strsim v0.10.0 |
724 | 2023-10-04T20:56:00.272Z | Compiling ryu v1.0.15 |
725 | 2023-10-04T20:56:00.831Z | Compiling itoa v1.0.9 |
726 | 2023-10-04T20:56:00.994Z | Compiling clap_lex v0.5.1 |
727 | 2023-10-04T20:56:01.124Z | Compiling quote v1.0.33 |
728 | 2023-10-04T20:56:01.132Z | Compiling heck v0.4.1 |
729 | 2023-10-04T20:56:01.214Z | Compiling anyhow v1.0.75 |
730 | 2023-10-04T20:56:01.765Z | Compiling syn v2.0.32 |
731 | 2023-10-04T20:56:01.768Z | Compiling errno v0.3.2 |
732 | 2023-10-04T20:56:03.412Z | Compiling terminal_size v0.2.6 |
733 | 2023-10-04T20:56:03.574Z | Compiling clap_builder v4.4.2 |
734 | 2023-10-04T20:56:09.009Z | Compiling serde_derive v1.0.188 |
735 | 2023-10-04T20:56:09.012Z | Compiling thiserror-impl v1.0.49 |
736 | 2023-10-04T20:56:09.016Z | Compiling clap_derive v4.4.2 |
737 | 2023-10-04T20:56:12.820Z | Compiling clap v4.4.3 |
738 | 2023-10-04T20:56:20.956Z | Compiling toml_datetime v0.6.3 |
739 | 2023-10-04T20:56:20.964Z | Compiling serde_spanned v0.6.3 |
740 | 2023-10-04T20:56:20.968Z | Compiling cargo-platform v0.1.3 |
741 | 2023-10-04T20:56:21.408Z | Compiling toml_edit v0.20.0 |
742 | 2023-10-04T20:56:22.995Z | Compiling cargo_metadata v0.18.0 |
743 | 2023-10-04T20:56:24.622Z | Compiling toml v0.8.0 |
744 | 2023-10-04T20:56:25.526Z | Compiling cargo_toml v0.16.3 |
745 | 2023-10-04T20:56:30.773Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
746 | 2023-10-04T20:56:32.068Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
747 | 2023-10-04T20:56:32.283Z | Running `target/debug/xtask clippy` |
748 | 2023-10-04T20:56:32.336Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
749 | 2023-10-04T20:56:33.242Z | Downloading crates ... |
750 | 2023-10-04T20:56:33.498Z | Downloaded arc-swap v1.6.0 |
751 | 2023-10-04T20:56:33.506Z | Downloaded httparse v1.8.0 |
752 | 2023-10-04T20:56:33.513Z | Downloaded assert_matches v1.5.0 |
753 | 2023-10-04T20:56:33.525Z | Downloaded libloading v0.7.4 |
754 | 2023-10-04T20:56:33.536Z | Downloaded lock_api v0.4.10 |
755 | 2023-10-04T20:56:33.545Z | Downloaded hostname v0.3.1 |
756 | 2023-10-04T20:56:33.550Z | Downloaded newtype_derive v0.1.6 |
757 | 2023-10-04T20:56:33.556Z | Downloaded maybe-uninit v2.0.0 |
758 | 2023-10-04T20:56:33.572Z | Downloaded hyper-tls v0.5.0 |
759 | 2023-10-04T20:56:33.581Z | Downloaded hmac v0.12.1 |
760 | 2023-10-04T20:56:33.593Z | Downloaded ciborium-ll v0.2.1 |
761 | 2023-10-04T20:56:33.602Z | Downloaded indoc v2.0.3 |
762 | 2023-10-04T20:56:33.609Z | Downloaded num_enum v0.7.0 |
763 | 2023-10-04T20:56:33.616Z | Downloaded bit-set v0.5.3 |
764 | 2023-10-04T20:56:33.629Z | Downloaded aead v0.5.2 |
765 | 2023-10-04T20:56:33.639Z | Downloaded number_prefix v0.4.0 |
766 | 2023-10-04T20:56:33.647Z | Downloaded constant_time_eq v0.2.6 |
767 | 2023-10-04T20:56:33.657Z | Downloaded is-terminal v0.4.9 |
768 | 2023-10-04T20:56:33.666Z | Downloaded async-stream-impl v0.3.5 |
769 | 2023-10-04T20:56:33.675Z | Downloaded atty v0.2.14 |
770 | 2023-10-04T20:56:33.682Z | Downloaded keccak v0.1.4 |
771 | 2023-10-04T20:56:33.690Z | Downloaded linked-hash-map v0.5.6 |
772 | 2023-10-04T20:56:33.699Z | Downloaded macaddr v1.0.1 |
773 | 2023-10-04T20:56:33.709Z | Downloaded nodrop v0.1.14 |
774 | 2023-10-04T20:56:33.719Z | Downloaded match_cfg v0.1.0 |
775 | 2023-10-04T20:56:33.731Z | Downloaded serde_plain v1.0.2 |
776 | 2023-10-04T20:56:33.743Z | Downloaded cexpr v0.6.0 |
777 | 2023-10-04T20:56:33.773Z | Downloaded byteorder v1.4.3 |
778 | 2023-10-04T20:56:33.789Z | Downloaded adler v1.0.2 |
779 | 2023-10-04T20:56:33.799Z | Downloaded hyper-staticfile v0.9.5 |
780 | 2023-10-04T20:56:33.806Z | Downloaded atomic-waker v1.1.1 |
781 | 2023-10-04T20:56:33.819Z | Downloaded shlex v1.1.0 |
782 | 2023-10-04T20:56:33.832Z | Downloaded serial_test_derive v0.10.0 |
783 | 2023-10-04T20:56:33.848Z | Downloaded minimal-lexical v0.2.1 |
784 | 2023-10-04T20:56:33.867Z | Downloaded crc v3.0.1 |
785 | 2023-10-04T20:56:33.880Z | Downloaded crossbeam-deque v0.8.3 |
786 | 2023-10-04T20:56:33.893Z | Downloaded approx v0.5.1 |
787 | 2023-10-04T20:56:34.314Z | Downloaded percent-encoding v2.3.0 |
788 | 2023-10-04T20:56:34.348Z | Downloaded tap v1.0.1 |
789 | 2023-10-04T20:56:34.377Z | Downloaded path-absolutize v3.1.0 |
790 | 2023-10-04T20:56:34.395Z | Downloaded libefi-sys v0.1.0 |
791 | 2023-10-04T20:56:34.406Z | Downloaded md-5 v0.10.5 |
792 | 2023-10-04T20:56:34.425Z | Downloaded ciborium v0.2.1 |
793 | 2023-10-04T20:56:34.445Z | Downloaded want v0.3.1 |
794 | 2023-10-04T20:56:34.458Z | Downloaded waitgroup v0.1.2 |
795 | 2023-10-04T20:56:34.467Z | Downloaded peeking_take_while v0.1.2 |
796 | 2023-10-04T20:56:34.479Z | Downloaded path-slash v0.1.5 |
797 | 2023-10-04T20:56:34.493Z | Downloaded structmeta-derive v0.1.6 |
798 | 2023-10-04T20:56:34.506Z | Downloaded indoc v1.0.9 |
799 | 2023-10-04T20:56:34.520Z | Downloaded crc32fast v1.3.2 |
800 | 2023-10-04T20:56:34.533Z | Downloaded headers-core v0.2.0 |
801 | 2023-10-04T20:56:34.544Z | Downloaded display-error-chain v0.1.1 |
802 | 2023-10-04T20:56:34.554Z | Downloaded string_cache v0.8.7 |
803 | 2023-10-04T20:56:34.558Z | Downloaded precomputed-hash v0.1.1 |
804 | 2023-10-04T20:56:34.561Z | Downloaded serde_urlencoded v0.7.1 |
805 | 2023-10-04T20:56:34.565Z | Downloaded clap_derive v3.2.25 |
806 | 2023-10-04T20:56:34.568Z | Downloaded derive_builder_macro v0.12.0 |
807 | 2023-10-04T20:56:34.571Z | Downloaded tinyvec_macros v0.1.1 |
808 | 2023-10-04T20:56:34.574Z | Downloaded toolchain_find v0.2.0 |
809 | 2023-10-04T20:56:34.577Z | Downloaded signature v2.1.0 |
810 | 2023-10-04T20:56:34.581Z | Downloaded serde_arrays v0.1.0 |
811 | 2023-10-04T20:56:34.596Z | Downloaded time-macros v0.2.13 |
812 | 2023-10-04T20:56:34.599Z | Downloaded curve25519-dalek-derive v0.1.0 |
813 | 2023-10-04T20:56:34.602Z | Downloaded digest v0.10.7 |
814 | 2023-10-04T20:56:34.606Z | Downloaded float-cmp v0.9.0 |
815 | 2023-10-04T20:56:34.610Z | Downloaded dof v0.1.5 |
816 | 2023-10-04T20:56:34.613Z | Downloaded parse-display v0.7.0 |
817 | 2023-10-04T20:56:34.617Z | Downloaded log v0.4.20 |
818 | 2023-10-04T20:56:34.627Z | Downloaded pest_generator v2.7.2 |
819 | 2023-10-04T20:56:34.632Z | Downloaded flagset v0.4.3 |
820 | 2023-10-04T20:56:34.636Z | Downloaded plotters-svg v0.3.5 |
821 | 2023-10-04T20:56:34.639Z | Downloaded endian-type v0.1.2 |
822 | 2023-10-04T20:56:34.643Z | Downloaded debug-ignore v1.0.5 |
823 | 2023-10-04T20:56:34.649Z | Downloaded trybuild v1.0.85 |
824 | 2023-10-04T20:56:34.652Z | Downloaded quick-error v1.2.3 |
825 | 2023-10-04T20:56:34.655Z | Downloaded sha2 v0.10.7 |
826 | 2023-10-04T20:56:34.658Z | Downloaded tokio-native-tls v0.3.1 |
827 | 2023-10-04T20:56:34.665Z | Downloaded untrusted v0.7.1 |
828 | 2023-10-04T20:56:34.670Z | Downloaded pkcs1 v0.7.5 |
829 | 2023-10-04T20:56:34.673Z | Downloaded pem-rfc7468 v0.7.0 |
830 | 2023-10-04T20:56:34.677Z | Downloaded slab v0.4.9 |
831 | 2023-10-04T20:56:34.679Z | Downloaded vte_generate_state_changes v0.1.1 |
832 | 2023-10-04T20:56:34.683Z | Downloaded doc-comment v0.3.3 |
833 | 2023-10-04T20:56:34.686Z | Downloaded similar v2.2.1 |
834 | 2023-10-04T20:56:34.689Z | Downloaded phf_shared v0.10.0 |
835 | 2023-10-04T20:56:34.692Z | Downloaded either v1.9.0 |
836 | 2023-10-04T20:56:34.696Z | Downloaded parse-display-derive v0.7.0 |
837 | 2023-10-04T20:56:34.699Z | Downloaded plotters-backend v0.3.5 |
838 | 2023-10-04T20:56:34.702Z | Downloaded group v0.13.0 |
839 | 2023-10-04T20:56:34.705Z | Downloaded textwrap v0.16.0 |
840 | 2023-10-04T20:56:34.711Z | Downloaded unicode-xid v0.2.4 |
841 | 2023-10-04T20:56:34.714Z | Downloaded predicates v2.1.5 |
842 | 2023-10-04T20:56:34.719Z | Downloaded cstr-argument v0.1.2 |
843 | 2023-10-04T20:56:34.722Z | Downloaded omicron-zone-package v0.8.3 |
844 | 2023-10-04T20:56:34.725Z | Downloaded rustversion v1.0.14 |
845 | 2023-10-04T20:56:34.732Z | Downloaded fastrand v2.0.0 |
846 | 2023-10-04T20:56:34.735Z | Downloaded derive_builder v0.12.0 |
847 | 2023-10-04T20:56:34.739Z | Downloaded hash32 v0.2.1 |
848 | 2023-10-04T20:56:34.742Z | Downloaded derive_builder_core v0.12.0 |
849 | 2023-10-04T20:56:34.745Z | Downloaded futures-sink v0.3.28 |
850 | 2023-10-04T20:56:34.748Z | Downloaded remove_dir_all v0.5.3 |
851 | 2023-10-04T20:56:34.751Z | Downloaded olpc-cjson v0.1.3 |
852 | 2023-10-04T20:56:34.754Z | Downloaded futures-timer v3.0.2 |
853 | 2023-10-04T20:56:34.758Z | Downloaded oorandom v11.1.3 |
854 | 2023-10-04T20:56:34.762Z | Downloaded usdt-macro v0.3.5 |
855 | 2023-10-04T20:56:34.766Z | Downloaded rustfmt-wrapper v0.2.0 |
856 | 2023-10-04T20:56:34.771Z | Downloaded phf_shared v0.11.2 |
857 | 2023-10-04T20:56:34.774Z | Downloaded zone_cfg_derive v0.2.0 |
858 | 2023-10-04T20:56:34.778Z | Downloaded semver v0.11.0 |
859 | 2023-10-04T20:56:34.781Z | Downloaded spin v0.9.8 |
860 | 2023-10-04T20:56:34.784Z | Downloaded funty v2.0.0 |
861 | 2023-10-04T20:56:34.787Z | Downloaded zip v0.6.6 |
862 | 2023-10-04T20:56:34.791Z | Downloaded pretty-hex v0.3.0 |
863 | 2023-10-04T20:56:34.794Z | Downloaded pretty-hex v0.2.1 |
864 | 2023-10-04T20:56:34.797Z | Downloaded unarray v0.1.4 |
865 | 2023-10-04T20:56:34.801Z | Downloaded pest_meta v2.7.2 |
866 | 2023-10-04T20:56:34.805Z | Downloaded tracing v0.1.37 |
867 | 2023-10-04T20:56:34.809Z | Downloaded filetime v0.2.22 |
868 | 2023-10-04T20:56:34.812Z | Downloaded darling_macro v0.20.3 |
869 | 2023-10-04T20:56:34.817Z | Downloaded rustc-hash v1.1.0 |
870 | 2023-10-04T20:56:34.820Z | Downloaded slog-stdlog v4.1.1 |
871 | 2023-10-04T20:56:34.823Z | Downloaded pin-project v1.1.3 |
872 | 2023-10-04T20:56:34.826Z | Downloaded tokio-macros v2.1.0 |
873 | 2023-10-04T20:56:34.829Z | Downloaded zeroize_derive v1.4.2 |
874 | 2023-10-04T20:56:34.832Z | Downloaded tokio-tungstenite v0.18.0 |
875 | 2023-10-04T20:56:34.835Z | Downloaded unicode-linebreak v0.1.5 |
876 | 2023-10-04T20:56:34.838Z | Downloaded walkdir v2.4.0 |
877 | 2023-10-04T20:56:34.841Z | Downloaded radium v0.7.0 |
878 | 2023-10-04T20:56:34.845Z | Downloaded prettyplease v0.2.12 |
879 | 2023-10-04T20:56:34.848Z | Downloaded opaque-debug v0.3.0 |
880 | 2023-10-04T20:56:34.852Z | Downloaded fxhash v0.2.1 |
881 | 2023-10-04T20:56:34.856Z | Downloaded fnv v1.0.7 |
882 | 2023-10-04T20:56:34.860Z | Downloaded fixedbitset v0.4.2 |
883 | 2023-10-04T20:56:34.863Z | Downloaded signature v1.6.4 |
884 | 2023-10-04T20:56:34.869Z | Downloaded slog-term v2.9.0 |
885 | 2023-10-04T20:56:34.871Z | Downloaded env_logger v0.9.3 |
886 | 2023-10-04T20:56:34.874Z | Downloaded path-dedot v3.1.0 |
887 | 2023-10-04T20:56:34.877Z | Downloaded oso-derive v0.26.4 |
888 | 2023-10-04T20:56:34.880Z | Downloaded schemars_derive v0.8.13 |
889 | 2023-10-04T20:56:34.884Z | Downloaded fs-err v2.9.0 |
890 | 2023-10-04T20:56:34.887Z | Downloaded fallible-iterator v0.2.0 |
891 | 2023-10-04T20:56:34.892Z | Downloaded strsim v0.8.0 |
892 | 2023-10-04T20:56:34.895Z | Downloaded rand_core v0.6.4 |
893 | 2023-10-04T20:56:34.899Z | Downloaded zerocopy v0.6.3 |
894 | 2023-10-04T20:56:34.902Z | Downloaded ref-cast v1.0.20 |
895 | 2023-10-04T20:56:34.906Z | Downloaded crunchy v0.2.2 |
896 | 2023-10-04T20:56:34.909Z | Downloaded unicode-width v0.1.10 |
897 | 2023-10-04T20:56:34.913Z | Downloaded spki v0.7.2 |
898 | 2023-10-04T20:56:34.917Z | Downloaded form_urlencoded v1.2.0 |
899 | 2023-10-04T20:56:34.921Z | Downloaded tui-tree-widget v0.13.0 |
900 | 2023-10-04T20:56:34.924Z | Downloaded toml v0.5.11 |
901 | 2023-10-04T20:56:34.931Z | Downloaded usdt-attr-macro v0.3.5 |
902 | 2023-10-04T20:56:34.934Z | Downloaded strip-ansi-escapes v0.2.0 |
903 | 2023-10-04T20:56:34.938Z | Downloaded mio v0.8.8 |
904 | 2023-10-04T20:56:34.942Z | Downloaded stable_deref_trait v1.2.0 |
905 | 2023-10-04T20:56:34.945Z | Downloaded unsafe-libyaml v0.2.9 |
906 | 2023-10-04T20:56:34.948Z | Downloaded usdt v0.3.5 |
907 | 2023-10-04T20:56:34.954Z | Downloaded schemars v0.8.13 |
908 | 2023-10-04T20:56:34.968Z | Downloaded openssl-macros v0.1.1 |
909 | 2023-10-04T20:56:34.989Z | Downloaded darling_macro v0.14.4 |
910 | 2023-10-04T20:56:35.016Z | Downloaded foreign-types v0.5.0 |
911 | 2023-10-04T20:56:35.028Z | Downloaded thiserror-no-std v2.0.2 |
912 | 2023-10-04T20:56:35.042Z | Downloaded foreign-types-shared v0.1.1 |
913 | 2023-10-04T20:56:35.052Z | Downloaded pkg-config v0.3.27 |
914 | 2023-10-04T20:56:35.059Z | Downloaded zerocopy v0.3.0 |
915 | 2023-10-04T20:56:35.072Z | Downloaded tower-service v0.3.2 |
916 | 2023-10-04T20:56:35.075Z | Downloaded futures v0.3.28 |
917 | 2023-10-04T20:56:35.079Z | Downloaded version_check v0.9.4 |
918 | 2023-10-04T20:56:35.097Z | Downloaded polyval v0.6.1 |
919 | 2023-10-04T20:56:35.106Z | Downloaded typenum v1.16.0 |
920 | 2023-10-04T20:56:35.111Z | Downloaded futures-task v0.3.28 |
921 | 2023-10-04T20:56:35.114Z | Downloaded try-lock v0.2.4 |
922 | 2023-10-04T20:56:35.118Z | Downloaded rtoolbox v0.0.1 |
923 | 2023-10-04T20:56:35.122Z | Downloaded dashmap v5.5.1 |
924 | 2023-10-04T20:56:35.125Z | Downloaded wait-timeout v0.2.0 |
925 | 2023-10-04T20:56:35.138Z | Downloaded x509-cert v0.2.4 |
926 | 2023-10-04T20:56:35.141Z | Downloaded predicates-tree v1.0.9 |
927 | 2023-10-04T20:56:35.144Z | Downloaded signal-hook-tokio v0.3.1 |
928 | 2023-10-04T20:56:35.148Z | Downloaded futures-io v0.3.28 |
929 | 2023-10-04T20:56:35.152Z | Downloaded term v0.7.0 |
930 | 2023-10-04T20:56:35.156Z | Downloaded smallvec v0.6.14 |
931 | 2023-10-04T20:56:35.160Z | Downloaded parking_lot v0.12.1 |
932 | 2023-10-04T20:56:35.164Z | Downloaded pin-project-lite v0.2.13 |
933 | 2023-10-04T20:56:35.169Z | Downloaded serde_with_macros v2.3.3 |
934 | 2023-10-04T20:56:35.172Z | Downloaded pretty_assertions v1.4.0 |
935 | 2023-10-04T20:56:35.175Z | Downloaded darling v0.14.4 |
936 | 2023-10-04T20:56:35.184Z | Downloaded glob v0.3.1 |
937 | 2023-10-04T20:56:35.188Z | Downloaded secrecy v0.8.0 |
938 | 2023-10-04T20:56:35.193Z | Downloaded zeroize v1.6.0 |
939 | 2023-10-04T20:56:35.201Z | Downloaded parking_lot v0.11.2 |
940 | 2023-10-04T20:56:35.210Z | Downloaded signal-hook-mio v0.2.3 |
941 | 2023-10-04T20:56:35.213Z | Downloaded platforms v3.0.2 |
942 | 2023-10-04T20:56:35.216Z | Downloaded vte v0.11.1 |
943 | 2023-10-04T20:56:35.219Z | Downloaded parking_lot_core v0.9.8 |
944 | 2023-10-04T20:56:35.230Z | Downloaded usdt-impl v0.3.5 |
945 | 2023-10-04T20:56:35.236Z | Downloaded crypto-common v0.1.6 |
946 | 2023-10-04T20:56:35.243Z | Downloaded unicode-bidi v0.3.13 |
947 | 2023-10-04T20:56:35.247Z | Downloaded slog-async v2.8.0 |
948 | 2023-10-04T20:56:35.251Z | Downloaded hashbrown v0.13.2 |
949 | 2023-10-04T20:56:35.255Z | Downloaded tokio-tungstenite v0.20.1 |
950 | 2023-10-04T20:56:35.259Z | Downloaded enum-as-inner v0.5.1 |
951 | 2023-10-04T20:56:35.273Z | Downloaded diesel_derives v2.1.1 |
952 | 2023-10-04T20:56:35.276Z | Downloaded tinyvec v1.6.0 |
953 | 2023-10-04T20:56:35.279Z | Downloaded hkdf v0.12.3 |
954 | 2023-10-04T20:56:35.282Z | Downloaded yasna v0.5.2 |
955 | 2023-10-04T20:56:35.285Z | Downloaded openssl-sys v0.9.93 |
956 | 2023-10-04T20:56:35.288Z | Downloaded rustls-native-certs v0.6.3 |
957 | 2023-10-04T20:56:35.291Z | Downloaded derive_more v0.99.17 |
958 | 2023-10-04T20:56:35.294Z | Downloaded papergrid v0.10.0 |
959 | 2023-10-04T20:56:35.298Z | Downloaded uuid v1.4.1 |
960 | 2023-10-04T20:56:35.426Z | Downloaded petgraph v0.6.4 |
961 | 2023-10-04T20:56:35.451Z | Downloaded serde_yaml v0.9.25 |
962 | 2023-10-04T20:56:35.454Z | Downloaded url v2.4.1 |
963 | 2023-10-04T20:56:35.460Z | Downloaded rayon-core v1.11.0 |
964 | 2023-10-04T20:56:35.467Z | Downloaded ron v0.8.1 |
965 | 2023-10-04T20:56:35.484Z | Downloaded trust-dns-server v0.22.1 |
966 | 2023-10-04T20:56:35.487Z | Downloaded rand v0.8.5 |
967 | 2023-10-04T20:56:35.491Z | Downloaded rayon v1.7.0 |
968 | 2023-10-04T20:56:35.494Z | Downloaded unicode-segmentation v1.10.1 |
969 | 2023-10-04T20:56:35.498Z | Downloaded futures-util v0.3.28 |
970 | 2023-10-04T20:56:35.503Z | Downloaded h2 v0.3.21 |
971 | 2023-10-04T20:56:35.509Z | Downloaded trust-dns-resolver v0.22.0 |
972 | 2023-10-04T20:56:35.512Z | Downloaded idna v0.4.0 |
973 | 2023-10-04T20:56:35.515Z | Downloaded ratatui v0.23.0 |
974 | 2023-10-04T20:56:35.519Z | Downloaded crossterm v0.27.0 |
975 | 2023-10-04T20:56:35.524Z | Downloaded proptest v1.2.0 |
976 | 2023-10-04T20:56:35.527Z | Downloaded rusqlite v0.29.0 |
977 | 2023-10-04T20:56:35.536Z | Downloaded smoltcp v0.8.2 |
978 | 2023-10-04T20:56:35.555Z | Downloaded regress v0.7.1 |
979 | 2023-10-04T20:56:35.565Z | Downloaded portable-atomic v1.4.3 |
980 | 2023-10-04T20:56:35.568Z | Downloaded gimli v0.28.0 |
981 | 2023-10-04T20:56:35.572Z | Downloaded regex v1.9.5 |
982 | 2023-10-04T20:56:35.576Z | Downloaded regex-syntax v0.7.5 |
983 | 2023-10-04T20:56:35.579Z | Downloaded rustls v0.21.7 |
984 | 2023-10-04T20:56:35.583Z | Downloaded radix_trie v0.2.1 |
985 | 2023-10-04T20:56:35.585Z | Downloaded openapiv3 v1.0.3 |
986 | 2023-10-04T20:56:35.588Z | Downloaded vcpkg v0.2.15 |
987 | 2023-10-04T20:56:35.594Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
988 | 2023-10-04T20:56:35.602Z | Downloaded zerocopy-derive v0.6.3 |
989 | 2023-10-04T20:56:35.606Z | Downloaded openssl v0.10.57 |
990 | 2023-10-04T20:56:35.609Z | Downloaded curve25519-dalek v4.1.0 |
991 | 2023-10-04T20:56:35.612Z | Downloaded rustix v0.38.9 |
992 | 2023-10-04T20:56:35.615Z | Downloaded zerocopy-derive v0.2.0 |
993 | 2023-10-04T20:56:35.619Z | Downloaded sled v0.34.7 |
994 | 2023-10-04T20:56:35.622Z | Downloaded object v0.32.1 |
995 | 2023-10-04T20:56:35.625Z | Downloaded regex-syntax v0.6.29 |
996 | 2023-10-04T20:56:35.632Z | Downloaded diesel v2.1.1 |
997 | 2023-10-04T20:56:35.638Z | Downloaded regex-automata v0.3.8 |
998 | 2023-10-04T20:56:35.646Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
999 | 2023-10-04T20:56:35.652Z | Downloaded tokio v1.32.0 |
1000 | 2023-10-04T20:56:35.660Z | Downloaded sha3 v0.10.8 |
1001 | 2023-10-04T20:56:35.667Z | Downloaded object v0.30.4 |
1002 | 2023-10-04T20:56:35.675Z | Downloaded trust-dns-proto v0.22.0 |
1003 | 2023-10-04T20:56:35.681Z | Downloaded polar-core v0.26.4 |
1004 | 2023-10-04T20:56:35.685Z | Downloaded libtest-mimic v0.5.2 |
1005 | 2023-10-04T20:56:35.690Z | Downloaded git2 v0.17.2 |
1006 | 2023-10-04T20:56:35.696Z | Downloaded serde_with v2.3.3 |
1007 | 2023-10-04T20:56:35.703Z | Downloaded webpki-roots v0.25.2 |
1008 | 2023-10-04T20:56:35.709Z | Downloaded bstr v1.6.0 |
1009 | 2023-10-04T20:56:35.715Z | Downloaded encoding_rs v0.8.33 |
1010 | 2023-10-04T20:56:35.720Z | Downloaded smoltcp v0.9.1 |
1011 | 2023-10-04T20:56:35.726Z | Downloaded syn v1.0.109 |
1012 | 2023-10-04T20:56:35.731Z | Downloaded nix v0.26.2 |
1013 | 2023-10-04T20:56:35.737Z | Downloaded rustls-webpki v0.101.4 |
1014 | 2023-10-04T20:56:35.744Z | Downloaded ring v0.16.20 |
1015 | 2023-10-04T20:56:35.753Z | Downloaded bitvec v1.0.1 |
1016 | 2023-10-04T20:56:35.759Z | Downloaded lalrpop v0.19.12 |
1017 | 2023-10-04T20:56:35.764Z | Downloaded plotters v0.3.5 |
1018 | 2023-10-04T20:56:35.768Z | Downloaded hyper v0.14.27 |
1019 | 2023-10-04T20:56:35.774Z | Downloaded bstr v0.2.17 |
1020 | 2023-10-04T20:56:35.780Z | Downloaded bindgen v0.65.1 |
1021 | 2023-10-04T20:56:35.786Z | Downloaded tabled v0.14.0 |
1022 | 2023-10-04T20:56:35.817Z | Downloaded libz-sys v1.1.12 |
1023 | 2023-10-04T20:56:35.844Z | Downloaded reqwest v0.11.20 |
1024 | 2023-10-04T20:56:35.854Z | Downloaded regex-automata v0.1.10 |
1025 | 2023-10-04T20:56:35.863Z | Downloaded unicode-normalization v0.1.22 |
1026 | 2023-10-04T20:56:35.885Z | Downloaded toml_edit v0.19.15 |
1027 | 2023-10-04T20:56:35.947Z | Downloaded quick-xml v0.23.1 |
1028 | 2023-10-04T20:56:35.957Z | Downloaded crossterm v0.26.1 |
1029 | 2023-10-04T20:56:35.960Z | Downloaded tough v0.12.5 |
1030 | 2023-10-04T20:56:35.963Z | Downloaded aho-corasick v1.0.4 |
1031 | 2023-10-04T20:56:35.966Z | Downloaded chrono v0.4.31 |
1032 | 2023-10-04T20:56:35.969Z | Downloaded idna v0.2.3 |
1033 | 2023-10-04T20:56:35.972Z | Downloaded clap v2.34.0 |
1034 | 2023-10-04T20:56:35.985Z | Downloaded libsqlite3-sys v0.26.0 |
1035 | 2023-10-04T20:56:36.125Z | Downloaded darling_core v0.14.4 |
1036 | 2023-10-04T20:56:36.132Z | Downloaded snafu v0.7.5 |
1037 | 2023-10-04T20:56:36.190Z | Downloaded expectorate v1.1.0 |
1038 | 2023-10-04T20:56:36.201Z | Downloaded signal-hook v0.3.17 |
1039 | 2023-10-04T20:56:36.204Z | Downloaded signal-hook-registry v1.4.1 |
1040 | 2023-10-04T20:56:36.208Z | Downloaded heapless v0.7.16 |
1041 | 2023-10-04T20:56:36.215Z | Downloaded wyz v0.5.1 |
1042 | 2023-10-04T20:56:36.221Z | Downloaded rand v0.4.6 |
1043 | 2023-10-04T20:56:36.223Z | Downloaded tokio-util v0.7.8 |
1044 | 2023-10-04T20:56:36.226Z | Downloaded resolv-conf v0.7.0 |
1045 | 2023-10-04T20:56:36.230Z | Downloaded getopts v0.2.21 |
1046 | 2023-10-04T20:56:36.233Z | Downloaded pkcs8 v0.10.2 |
1047 | 2023-10-04T20:56:36.236Z | Downloaded oso v0.26.4 |
1048 | 2023-10-04T20:56:36.239Z | Downloaded postcard v0.7.3 |
1049 | 2023-10-04T20:56:36.245Z | Downloaded proc-macro-error v1.0.4 |
1050 | 2023-10-04T20:56:36.249Z | Downloaded vergen v8.2.4 |
1051 | 2023-10-04T20:56:36.252Z | Downloaded darling_core v0.20.3 |
1052 | 2023-10-04T20:56:36.256Z | Downloaded trust-dns-client v0.22.0 |
1053 | 2023-10-04T20:56:36.259Z | Downloaded itertools v0.11.0 |
1054 | 2023-10-04T20:56:36.264Z | Downloaded crossbeam-utils v0.8.16 |
1055 | 2023-10-04T20:56:36.267Z | Downloaded time v0.3.27 |
1056 | 2023-10-04T20:56:36.270Z | Downloaded clap v3.2.25 |
1057 | 2023-10-04T20:56:36.273Z | Downloaded tokio-postgres v0.7.10 |
1058 | 2023-10-04T20:56:36.277Z | Downloaded hashbrown v0.12.3 |
1059 | 2023-10-04T20:56:36.282Z | Downloaded foreign-types-macros v0.2.3 |
1060 | 2023-10-04T20:56:36.286Z | Downloaded rcgen v0.10.0 |
1061 | 2023-10-04T20:56:36.290Z | Downloaded tungstenite v0.18.0 |
1062 | 2023-10-04T20:56:36.294Z | Downloaded ucd-trie v0.1.6 |
1063 | 2023-10-04T20:56:36.297Z | Downloaded pest v2.7.2 |
1064 | 2023-10-04T20:56:36.309Z | Downloaded unicase v2.7.0 |
1065 | 2023-10-04T20:56:36.314Z | Downloaded tempfile v3.8.0 |
1066 | 2023-10-04T20:56:36.317Z | Downloaded owo-colors v3.5.0 |
1067 | 2023-10-04T20:56:36.320Z | Downloaded reedline v0.23.0 |
1068 | 2023-10-04T20:56:36.323Z | Downloaded aes v0.8.3 |
1069 | 2023-10-04T20:56:36.335Z | Downloaded whoami v1.4.1 |
1070 | 2023-10-04T20:56:36.342Z | Downloaded xattr v1.0.1 |
1071 | 2023-10-04T20:56:36.345Z | Downloaded tracing-attributes v0.1.26 |
1072 | 2023-10-04T20:56:36.348Z | Downloaded slog v2.7.0 |
1073 | 2023-10-04T20:56:36.352Z | Downloaded getrandom v0.2.10 |
1074 | 2023-10-04T20:56:36.355Z | Downloaded crypto-bigint v0.5.2 |
1075 | 2023-10-04T20:56:36.360Z | Downloaded num-bigint-dig v0.8.4 |
1076 | 2023-10-04T20:56:36.365Z | Downloaded yansi v0.5.1 |
1077 | 2023-10-04T20:56:36.368Z | Downloaded pin-utils v0.1.0 |
1078 | 2023-10-04T20:56:36.372Z | Downloaded same-file v1.0.6 |
1079 | 2023-10-04T20:56:36.377Z | Downloaded parking_lot_core v0.8.6 |
1080 | 2023-10-04T20:56:36.380Z | Downloaded der v0.7.8 |
1081 | 2023-10-04T20:56:36.384Z | Downloaded steno v0.4.0 |
1082 | 2023-10-04T20:56:36.400Z | Downloaded test-strategy v0.2.1 |
1083 | 2023-10-04T20:56:36.406Z | Downloaded vec_map v0.8.2 |
1084 | 2023-10-04T20:56:36.410Z | Downloaded twox-hash v1.6.3 |
1085 | 2023-10-04T20:56:36.414Z | Downloaded partial-io v0.5.4 |
1086 | 2023-10-04T20:56:36.417Z | Downloaded packed_struct v0.10.1 |
1087 | 2023-10-04T20:56:36.420Z | Downloaded fd-lock v3.0.13 |
1088 | 2023-10-04T20:56:36.424Z | Downloaded fatfs v0.3.6 |
1089 | 2023-10-04T20:56:36.427Z | Downloaded tokio-rustls v0.24.1 |
1090 | 2023-10-04T20:56:36.444Z | Downloaded flume v0.11.0 |
1091 | 2023-10-04T20:56:36.448Z | Downloaded rstest_macros v0.18.2 |
1092 | 2023-10-04T20:56:36.474Z | Downloaded tracing-core v0.1.31 |
1093 | 2023-10-04T20:56:36.477Z | Downloaded scheduled-thread-pool v0.2.7 |
1094 | 2023-10-04T20:56:36.480Z | Downloaded zone v0.2.0 |
1095 | 2023-10-04T20:56:36.567Z | Downloaded r2d2 v0.8.10 |
1096 | 2023-10-04T20:56:36.576Z | Downloaded serde-hex v0.1.0 |
1097 | 2023-10-04T20:56:36.580Z | Downloaded generic-array v0.14.7 |
1098 | 2023-10-04T20:56:36.585Z | Downloaded serde_path_to_error v0.1.14 |
1099 | 2023-10-04T20:56:36.589Z | Downloaded futures-core v0.3.28 |
1100 | 2023-10-04T20:56:36.595Z | Downloaded criterion v0.5.1 |
1101 | 2023-10-04T20:56:36.601Z | Downloaded itertools v0.10.5 |
1102 | 2023-10-04T20:56:36.607Z | Downloaded ff v0.13.0 |
1103 | 2023-10-04T20:56:36.610Z | Downloaded slog-scope v4.4.0 |
1104 | 2023-10-04T20:56:36.613Z | Downloaded vsss-rs v3.3.1 |
1105 | 2023-10-04T20:56:36.616Z | Downloaded flate2 v1.0.27 |
1106 | 2023-10-04T20:56:36.622Z | Downloaded ron v0.7.1 |
1107 | 2023-10-04T20:56:36.631Z | Downloaded nom v7.1.3 |
1108 | 2023-10-04T20:56:36.637Z | Downloaded serde_tokenstream v0.2.0 |
1109 | 2023-10-04T20:56:36.640Z | Downloaded futures-executor v0.3.28 |
1110 | 2023-10-04T20:56:36.645Z | Downloaded packed_struct_codegen v0.10.1 |
1111 | 2023-10-04T20:56:36.648Z | Downloaded toml v0.7.8 |
1112 | 2023-10-04T20:56:36.651Z | Downloaded globset v0.4.13 |
1113 | 2023-10-04T20:56:36.654Z | Downloaded der_derive v0.7.2 |
1114 | 2023-10-04T20:56:36.659Z | Downloaded half v1.8.2 |
1115 | 2023-10-04T20:56:36.662Z | Downloaded postgres-protocol v0.6.6 |
1116 | 2023-10-04T20:56:36.667Z | Downloaded poly1305 v0.8.0 |
1117 | 2023-10-04T20:56:36.673Z | Downloaded pin-project-internal v1.1.3 |
1118 | 2023-10-04T20:56:36.676Z | Downloaded tokio-stream v0.1.14 |
1119 | 2023-10-04T20:56:36.679Z | Downloaded elliptic-curve v0.13.5 |
1120 | 2023-10-04T20:56:36.685Z | Downloaded diff v0.1.13 |
1121 | 2023-10-04T20:56:36.688Z | Downloaded derive-where v1.2.5 |
1122 | 2023-10-04T20:56:36.691Z | Downloaded headers v0.3.9 |
1123 | 2023-10-04T20:56:36.694Z | Downloaded salty v0.2.0 |
1124 | 2023-10-04T20:56:36.697Z | Downloaded predicates-core v1.0.6 |
1125 | 2023-10-04T20:56:36.700Z | Downloaded which v4.4.0 |
1126 | 2023-10-04T20:56:36.704Z | Downloaded os_str_bytes v6.5.1 |
1127 | 2023-10-04T20:56:36.707Z | Downloaded fallible-streaming-iterator v0.1.9 |
1128 | 2023-10-04T20:56:36.710Z | Downloaded relative-path v1.9.0 |
1129 | 2023-10-04T20:56:36.713Z | Downloaded erased-serde v0.3.30 |
1130 | 2023-10-04T20:56:36.717Z | Downloaded universal-hash v0.5.1 |
1131 | 2023-10-04T20:56:36.720Z | Downloaded dirs-next v2.0.0 |
1132 | 2023-10-04T20:56:36.724Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1133 | 2023-10-04T20:56:36.731Z | Downloaded ena v0.14.2 |
1134 | 2023-10-04T20:56:36.735Z | Downloaded ctr v0.9.2 |
1135 | 2023-10-04T20:56:36.739Z | Downloaded once_cell v1.18.0 |
1136 | 2023-10-04T20:56:36.742Z | Downloaded rsa v0.9.2 |
1137 | 2023-10-04T20:56:36.747Z | Downloaded const_format v0.2.31 |
1138 | 2023-10-04T20:56:36.751Z | Downloaded hashlink v0.8.3 |
1139 | 2023-10-04T20:56:36.754Z | Downloaded tungstenite v0.20.1 |
1140 | 2023-10-04T20:56:36.759Z | Downloaded phf v0.11.2 |
1141 | 2023-10-04T20:56:36.762Z | Downloaded futures-macro v0.3.28 |
1142 | 2023-10-04T20:56:36.765Z | Downloaded serial_test v0.10.0 |
1143 | 2023-10-04T20:56:36.770Z | Downloaded topological-sort v0.2.2 |
1144 | 2023-10-04T20:56:36.773Z | Downloaded ref-cast-impl v1.0.20 |
1145 | 2023-10-04T20:56:36.777Z | Downloaded env_logger v0.10.0 |
1146 | 2023-10-04T20:56:36.780Z | Downloaded structopt v0.3.26 |
1147 | 2023-10-04T20:56:36.784Z | Downloaded socket2 v0.4.9 |
1148 | 2023-10-04T20:56:36.788Z | Downloaded slog-dtrace v0.2.3 |
1149 | 2023-10-04T20:56:36.792Z | Downloaded sct v0.7.0 |
1150 | 2023-10-04T20:56:36.797Z | Downloaded rustc-demangle v0.1.23 |
1151 | 2023-10-04T20:56:36.801Z | Downloaded ringbuffer v0.15.0 |
1152 | 2023-10-04T20:56:36.804Z | Downloaded data-encoding v2.4.0 |
1153 | 2023-10-04T20:56:36.807Z | Downloaded postcard-cobs v0.1.5-pre |
1154 | 2023-10-04T20:56:36.811Z | Downloaded deranged v0.3.8 |
1155 | 2023-10-04T20:56:36.815Z | Downloaded postgres-types v0.2.6 |
1156 | 2023-10-04T20:56:36.819Z | Downloaded utf-8 v0.7.6 |
1157 | 2023-10-04T20:56:36.823Z | Downloaded rstest v0.18.2 |
1158 | 2023-10-04T20:56:36.827Z | Downloaded http v0.2.9 |
1159 | 2023-10-04T20:56:36.832Z | Downloaded tar v0.4.40 |
1160 | 2023-10-04T20:56:36.836Z | Downloaded ed25519 v1.5.3 |
1161 | 2023-10-04T20:56:36.840Z | Downloaded socket2 v0.5.3 |
1162 | 2023-10-04T20:56:36.843Z | Downloaded slog-bunyan v2.4.0 |
1163 | 2023-10-04T20:56:36.847Z | Downloaded paste v1.0.14 |
1164 | 2023-10-04T20:56:36.851Z | Downloaded password-hash v0.5.0 |
1165 | 2023-10-04T20:56:36.858Z | Downloaded fragile v2.0.0 |
1166 | 2023-10-04T20:56:36.861Z | Downloaded difflib v0.4.0 |
1167 | 2023-10-04T20:56:36.865Z | Downloaded cc v1.0.83 |
1168 | 2023-10-04T20:56:36.871Z | Downloaded semver-parser v0.10.2 |
1169 | 2023-10-04T20:56:36.875Z | Downloaded futures-channel v0.3.28 |
1170 | 2023-10-04T20:56:36.878Z | Downloaded serde_derive_internals v0.26.0 |
1171 | 2023-10-04T20:56:36.882Z | Downloaded bytes v1.5.0 |
1172 | 2023-10-04T20:56:36.886Z | Downloaded num-bigint v0.4.4 |
1173 | 2023-10-04T20:56:36.904Z | Downloaded proc-macro-error-attr v1.0.4 |
1174 | 2023-10-04T20:56:36.908Z | Downloaded datatest-stable v0.1.3 |
1175 | 2023-10-04T20:56:36.912Z | Downloaded base64 v0.13.1 |
1176 | 2023-10-04T20:56:36.920Z | Downloaded rand_xorshift v0.3.0 |
1177 | 2023-10-04T20:56:36.931Z | Downloaded rand_chacha v0.3.1 |
1178 | 2023-10-04T20:56:36.934Z | Downloaded predicates v3.0.3 |
1179 | 2023-10-04T20:56:36.937Z | Downloaded ppv-lite86 v0.2.17 |
1180 | 2023-10-04T20:56:36.940Z | Downloaded pest_derive v2.7.2 |
1181 | 2023-10-04T20:56:36.943Z | Downloaded subprocess v0.2.9 |
1182 | 2023-10-04T20:56:36.946Z | Downloaded num-traits v0.2.16 |
1183 | 2023-10-04T20:56:36.951Z | Downloaded backtrace v0.3.69 |
1184 | 2023-10-04T20:56:36.956Z | Downloaded strum_macros v0.25.2 |
1185 | 2023-10-04T20:56:36.969Z | Downloaded openssl-probe v0.1.5 |
1186 | 2023-10-04T20:56:36.973Z | Downloaded smallvec v1.11.0 |
1187 | 2023-10-04T20:56:36.976Z | Downloaded crc-any v2.4.3 |
1188 | 2023-10-04T20:56:36.980Z | Downloaded strum_macros v0.24.3 |
1189 | 2023-10-04T20:56:36.983Z | Downloaded blake2 v0.10.6 |
1190 | 2023-10-04T20:56:36.987Z | Downloaded dtrace-parser v0.1.14 |
1191 | 2023-10-04T20:56:36.991Z | Downloaded downcast v0.11.0 |
1192 | 2023-10-04T20:56:36.994Z | Downloaded structmeta v0.1.6 |
1193 | 2023-10-04T20:56:36.998Z | Downloaded static_assertions v1.1.0 |
1194 | 2023-10-04T20:56:37.004Z | Downloaded dyn-clone v1.0.13 |
1195 | 2023-10-04T20:56:37.007Z | Downloaded dirs-sys-next v0.1.2 |
1196 | 2023-10-04T20:56:37.015Z | Downloaded proc-macro-crate v1.3.1 |
1197 | 2023-10-04T20:56:37.021Z | Downloaded spin v0.5.2 |
1198 | 2023-10-04T20:56:37.027Z | Downloaded smf v0.2.2 |
1199 | 2023-10-04T20:56:37.032Z | Downloaded darling v0.20.3 |
1200 | 2023-10-04T20:56:37.035Z | Downloaded sha1 v0.10.5 |
1201 | 2023-10-04T20:56:37.038Z | Downloaded allocator-api2 v0.2.16 |
1202 | 2023-10-04T20:56:37.042Z | Downloaded pem v1.1.1 |
1203 | 2023-10-04T20:56:37.046Z | Downloaded tinytemplate v1.2.1 |
1204 | 2023-10-04T20:56:37.049Z | Downloaded synstructure v0.12.6 |
1205 | 2023-10-04T20:56:37.052Z | Downloaded indicatif v0.17.6 |
1206 | 2023-10-04T20:56:37.055Z | Downloaded indexmap v1.9.3 |
1207 | 2023-10-04T20:56:37.057Z | Downloaded cookie v0.16.2 |
1208 | 2023-10-04T20:56:37.061Z | Downloaded stringprep v0.1.3 |
1209 | 2023-10-04T20:56:37.064Z | Downloaded crossbeam-epoch v0.9.15 |
1210 | 2023-10-04T20:56:37.068Z | Downloaded mockall_derive v0.11.4 |
1211 | 2023-10-04T20:56:37.071Z | Downloaded subtle v2.5.0 |
1212 | 2023-10-04T20:56:37.074Z | Downloaded structopt-derive v0.4.18 |
1213 | 2023-10-04T20:56:37.079Z | Downloaded mime_guess v2.0.4 |
1214 | 2023-10-04T20:56:37.084Z | Downloaded libm v0.2.7 |
1215 | 2023-10-04T20:56:37.087Z | Downloaded blake2b_simd v1.0.1 |
1216 | 2023-10-04T20:56:37.090Z | Downloaded slog-envlogger v2.2.0 |
1217 | 2023-10-04T20:56:37.093Z | Downloaded siphasher v0.3.11 |
1218 | 2023-10-04T20:56:37.096Z | Downloaded const-oid v0.9.5 |
1219 | 2023-10-04T20:56:37.099Z | Downloaded thread-id v4.2.0 |
1220 | 2023-10-04T20:56:37.112Z | Downloaded thiserror-impl-no-std v2.0.2 |
1221 | 2023-10-04T20:56:37.115Z | Downloaded bitflags v2.4.0 |
1222 | 2023-10-04T20:56:37.118Z | Downloaded snafu-derive v0.7.5 |
1223 | 2023-10-04T20:56:37.124Z | Downloaded libxml v0.3.3 |
1224 | 2023-10-04T20:56:37.128Z | Downloaded foreign-types v0.3.2 |
1225 | 2023-10-04T20:56:37.131Z | Downloaded tiny-keccak v2.0.2 |
1226 | 2023-10-04T20:56:37.135Z | Downloaded thread_local v1.1.7 |
1227 | 2023-10-04T20:56:37.139Z | Downloaded termcolor v1.2.0 |
1228 | 2023-10-04T20:56:37.142Z | Downloaded slog-json v2.6.1 |
1229 | 2023-10-04T20:56:37.148Z | Downloaded semver v0.1.20 |
1230 | 2023-10-04T20:56:37.152Z | Downloaded aes-gcm-siv v0.11.1 |
1231 | 2023-10-04T20:56:37.156Z | Downloaded ahash v0.7.6 |
1232 | 2023-10-04T20:56:37.161Z | Downloaded addr2line v0.21.0 |
1233 | 2023-10-04T20:56:37.164Z | Downloaded anes v0.1.6 |
1234 | 2023-10-04T20:56:37.168Z | Downloaded threadpool v1.8.1 |
1235 | 2023-10-04T20:56:37.171Z | Downloaded textwrap v0.11.0 |
1236 | 2023-10-04T20:56:37.174Z | Downloaded termios v0.3.3 |
1237 | 2023-10-04T20:56:37.179Z | Downloaded nu-ansi-term v0.49.0 |
1238 | 2023-10-04T20:56:37.186Z | Downloaded foreign-types-shared v0.3.1 |
1239 | 2023-10-04T20:56:37.191Z | Downloaded tempdir v0.3.7 |
1240 | 2023-10-04T20:56:37.197Z | Downloaded smawk v0.3.1 |
1241 | 2023-10-04T20:56:37.200Z | Downloaded serde_tokenstream v0.1.7 |
1242 | 2023-10-04T20:56:37.203Z | Downloaded serde_repr v0.1.16 |
1243 | 2023-10-04T20:56:37.208Z | Downloaded scopeguard v1.2.0 |
1244 | 2023-10-04T20:56:37.211Z | Downloaded ipnet v2.8.0 |
1245 | 2023-10-04T20:56:37.214Z | Downloaded cancel-safe-futures v0.1.2 |
1246 | 2023-10-04T20:56:37.218Z | Downloaded argon2 v0.5.2 |
1247 | 2023-10-04T20:56:37.224Z | Downloaded take_mut v0.2.2 |
1248 | 2023-10-04T20:56:37.227Z | Downloaded similar-asserts v1.5.0 |
1249 | 2023-10-04T20:56:37.233Z | Downloaded rusty-fork v0.3.0 |
1250 | 2023-10-04T20:56:37.237Z | Downloaded rustls-pemfile v1.0.3 |
1251 | 2023-10-04T20:56:37.240Z | Downloaded rustc_version v0.4.0 |
1252 | 2023-10-04T20:56:37.245Z | Downloaded rustc_version v0.1.7 |
1253 | 2023-10-04T20:56:37.248Z | Downloaded rust-argon2 v1.0.1 |
1254 | 2023-10-04T20:56:37.251Z | Downloaded rpassword v7.2.0 |
1255 | 2023-10-04T20:56:37.255Z | Downloaded num-rational v0.4.1 |
1256 | 2023-10-04T20:56:37.258Z | Downloaded num-derive v0.4.0 |
1257 | 2023-10-04T20:56:37.261Z | Downloaded num-complex v0.4.4 |
1258 | 2023-10-04T20:56:37.264Z | Downloaded hyper-rustls v0.24.1 |
1259 | 2023-10-04T20:56:37.267Z | Downloaded bb8 v0.8.1 |
1260 | 2023-10-04T20:56:37.271Z | Downloaded async-trait v0.1.73 |
1261 | 2023-10-04T20:56:37.282Z | Downloaded tabled_derive v0.6.0 |
1262 | 2023-10-04T20:56:37.286Z | Downloaded strum v0.25.0 |
1263 | 2023-10-04T20:56:37.289Z | Downloaded memoffset v0.9.0 |
1264 | 2023-10-04T20:56:37.293Z | Downloaded cast v0.3.0 |
1265 | 2023-10-04T20:56:37.296Z | Downloaded crc-catalog v2.2.0 |
1266 | 2023-10-04T20:56:37.305Z | Downloaded assert_cmd v2.0.12 |
1267 | 2023-10-04T20:56:37.308Z | Downloaded backoff v0.4.0 |
1268 | 2023-10-04T20:56:37.313Z | Downloaded arrayvec v0.7.4 |
1269 | 2023-10-04T20:56:37.316Z | Downloaded crossbeam v0.8.2 |
1270 | 2023-10-04T20:56:37.324Z | Downloaded cpufeatures v0.2.9 |
1271 | 2023-10-04T20:56:37.327Z | Downloaded ascii-canvas v3.0.0 |
1272 | 2023-10-04T20:56:37.332Z | Downloaded memoffset v0.7.1 |
1273 | 2023-10-04T20:56:37.336Z | Downloaded linear-map v1.2.0 |
1274 | 2023-10-04T20:56:37.339Z | Downloaded colored v2.0.4 |
1275 | 2023-10-04T20:56:37.343Z | Downloaded shell-words v1.1.0 |
1276 | 2023-10-04T20:56:37.346Z | Downloaded time-core v0.1.1 |
1277 | 2023-10-04T20:56:37.350Z | Downloaded num v0.4.1 |
1278 | 2023-10-04T20:56:37.353Z | Downloaded ascii v1.1.0 |
1279 | 2023-10-04T20:56:37.358Z | Downloaded criterion-plot v0.5.0 |
1280 | 2023-10-04T20:56:37.364Z | Downloaded clap_lex v0.2.4 |
1281 | 2023-10-04T20:56:37.367Z | Downloaded autocfg v1.1.0 |
1282 | 2023-10-04T20:56:37.370Z | Downloaded array-init v0.0.4 |
1283 | 2023-10-04T20:56:37.374Z | Downloaded buf-list v1.0.3 |
1284 | 2023-10-04T20:56:37.393Z | Downloaded termtree v0.4.1 |
1285 | 2023-10-04T20:56:37.398Z | Downloaded multer v2.1.0 |
1286 | 2023-10-04T20:56:37.408Z | Downloaded mockall v0.11.4 |
1287 | 2023-10-04T20:56:37.412Z | Downloaded lalrpop-util v0.19.12 |
1288 | 2023-10-04T20:56:37.415Z | Downloaded crossbeam-channel v0.5.8 |
1289 | 2023-10-04T20:56:37.418Z | Downloaded block-padding v0.3.3 |
1290 | 2023-10-04T20:56:37.423Z | Downloaded ansi_term v0.12.1 |
1291 | 2023-10-04T20:56:37.426Z | Downloaded cassowary v0.3.0 |
1292 | 2023-10-04T20:56:37.433Z | Downloaded camino-tempfile v1.0.2 |
1293 | 2023-10-04T20:56:37.438Z | Downloaded bytecount v0.6.3 |
1294 | 2023-10-04T20:56:37.440Z | Downloaded serde-big-array v0.5.1 |
1295 | 2023-10-04T20:56:37.443Z | Downloaded serde-big-array v0.4.1 |
1296 | 2023-10-04T20:56:37.450Z | Downloaded nibble_vec v0.1.0 |
1297 | 2023-10-04T20:56:37.453Z | Downloaded jobserver v0.1.26 |
1298 | 2023-10-04T20:56:37.457Z | Downloaded humantime v2.1.0 |
1299 | 2023-10-04T20:56:37.465Z | Downloaded managed v0.8.0 |
1300 | 2023-10-04T20:56:37.468Z | Downloaded matches v0.1.10 |
1301 | 2023-10-04T20:56:37.471Z | Downloaded lru-cache v0.1.2 |
1302 | 2023-10-04T20:56:37.475Z | Downloaded ipnetwork v0.20.0 |
1303 | 2023-10-04T20:56:37.478Z | Downloaded cipher v0.4.4 |
1304 | 2023-10-04T20:56:37.481Z | Downloaded async-stream v0.3.5 |
1305 | 2023-10-04T20:56:37.484Z | Downloaded num_threads v0.1.6 |
1306 | 2023-10-04T20:56:37.487Z | Downloaded impl-trait-for-tuples v0.2.2 |
1307 | 2023-10-04T20:56:37.491Z | Downloaded home v0.5.5 |
1308 | 2023-10-04T20:56:37.494Z | Downloaded base16ct v0.2.0 |
1309 | 2023-10-04T20:56:37.497Z | Downloaded num_cpus v1.16.0 |
1310 | 2023-10-04T20:56:37.500Z | Downloaded num-integer v0.1.45 |
1311 | 2023-10-04T20:56:37.502Z | Downloaded hubpack_derive v0.1.1 |
1312 | 2023-10-04T20:56:37.506Z | Downloaded bytesize v1.3.0 |
1313 | 2023-10-04T20:56:37.509Z | Downloaded base64 v0.21.4 |
1314 | 2023-10-04T20:56:37.512Z | Downloaded block-buffer v0.10.4 |
1315 | 2023-10-04T20:56:37.516Z | Downloaded ident_case v1.0.1 |
1316 | 2023-10-04T20:56:37.519Z | Downloaded num-iter v0.1.43 |
1317 | 2023-10-04T20:56:37.540Z | Downloaded inout v0.1.3 |
1318 | 2023-10-04T20:56:37.545Z | Downloaded newline-converter v0.3.0 |
1319 | 2023-10-04T20:56:37.550Z | Downloaded iana-time-zone v0.1.57 |
1320 | 2023-10-04T20:56:37.553Z | Downloaded bzip2 v0.4.4 |
1321 | 2023-10-04T20:56:37.559Z | Downloaded new_debug_unreachable v1.0.4 |
1322 | 2023-10-04T20:56:37.562Z | Downloaded num_enum_derive v0.7.0 |
1323 | 2023-10-04T20:56:37.659Z | Downloaded num_enum_derive v0.5.11 |
1324 | 2023-10-04T20:56:37.679Z | Downloaded normalize-line-endings v0.3.0 |
1325 | 2023-10-04T20:56:37.682Z | Downloaded native-tls v0.2.11 |
1326 | 2023-10-04T20:56:37.685Z | Downloaded miniz_oxide v0.7.1 |
1327 | 2023-10-04T20:56:37.688Z | Downloaded maplit v1.0.2 |
1328 | 2023-10-04T20:56:37.692Z | Downloaded lazycell v1.3.0 |
1329 | 2023-10-04T20:56:37.695Z | Downloaded lazy_static v1.4.0 |
1330 | 2023-10-04T20:56:37.698Z | Downloaded console v0.15.7 |
1331 | 2023-10-04T20:56:37.702Z | Downloaded ciborium-io v0.2.1 |
1332 | 2023-10-04T20:56:37.705Z | Downloaded num_enum v0.5.11 |
1333 | 2023-10-04T20:56:37.709Z | Downloaded mime v0.3.17 |
1334 | 2023-10-04T20:56:37.712Z | Downloaded instant v0.1.12 |
1335 | 2023-10-04T20:56:37.967Z | Downloaded http-range v0.1.5 |
1336 | 2023-10-04T20:56:37.982Z | Downloaded hex v0.4.3 |
1337 | 2023-10-04T20:56:37.985Z | Downloaded httptest v0.15.4 |
1338 | 2023-10-04T20:56:37.988Z | Downloaded http-body v0.4.5 |
1339 | 2023-10-04T20:56:37.991Z | Downloaded basic-toml v0.1.4 |
1340 | 2023-10-04T20:56:37.994Z | Downloaded nanorand v0.7.0 |
1341 | 2023-10-04T20:56:37.997Z | Downloaded corncobs v0.1.3 |
1342 | 2023-10-04T20:56:38.002Z | Downloaded convert_case v0.4.0 |
1343 | 2023-10-04T20:56:38.005Z | Downloaded clang-sys v1.6.1 |
1344 | 2023-10-04T20:56:38.008Z | Downloaded hubpack v0.1.2 |
1345 | 2023-10-04T20:56:38.012Z | Downloaded chacha20poly1305 v0.10.1 |
1346 | 2023-10-04T20:56:38.015Z | Downloaded cfg-if v1.0.0 |
1347 | 2023-10-04T20:56:38.018Z | Downloaded chacha20 v0.9.1 |
1348 | 2023-10-04T20:56:38.022Z | Downloaded bitstruct v0.1.1 |
1349 | 2023-10-04T20:56:38.025Z | Downloaded bitfield v0.14.0 |
1350 | 2023-10-04T20:56:38.028Z | Downloaded bit-vec v0.6.3 |
1351 | 2023-10-04T20:56:38.032Z | Downloaded base64ct v1.6.0 |
1352 | 2023-10-04T20:56:38.035Z | Downloaded async-recursion v1.0.5 |
1353 | 2023-10-04T20:56:38.038Z | Downloaded httpdate v1.0.3 |
1354 | 2023-10-04T20:56:38.041Z | Downloaded crossbeam-queue v0.3.8 |
1355 | 2023-10-04T20:56:38.045Z | Downloaded const_format_proc_macros v0.2.31 |
1356 | 2023-10-04T20:56:38.047Z | Downloaded cfg-if v0.1.10 |
1357 | 2023-10-04T20:56:38.050Z | Downloaded bitstruct_derive v0.1.0 |
1358 | 2023-10-04T20:56:38.054Z | Downloaded arrayref v0.3.7 |
1359 | 2023-10-04T20:56:38.058Z | Downloaded hex-literal v0.4.1 |
1360 | 2023-10-04T20:56:38.061Z | Downloaded heck v0.3.3 |
1361 | 2023-10-04T20:56:38.064Z | Downloaded constant_time_eq v0.3.0 |
1362 | 2023-10-04T20:56:38.071Z | Downloaded bit_field v0.10.2 |
1363 | 2023-10-04T20:56:38.074Z | Downloaded bincode v1.3.3 |
1364 | 2023-10-04T20:56:38.077Z | Downloaded ahash v0.8.3 |
1365 | 2023-10-04T20:56:38.222Z | Compiling proc-macro2 v1.0.67 |
1366 | 2023-10-04T20:56:38.226Z | Compiling serde v1.0.188 |
1367 | 2023-10-04T20:56:38.229Z | Compiling autocfg v1.1.0 |
1368 | 2023-10-04T20:56:38.232Z | Compiling version_check v0.9.4 |
1369 | 2023-10-04T20:56:38.236Z | Compiling syn v1.0.109 |
1370 | 2023-10-04T20:56:38.239Z | Compiling parking_lot_core v0.9.8 |
1371 | 2023-10-04T20:56:38.262Z | Compiling libm v0.2.7 |
1372 | 2023-10-04T20:56:38.277Z | Compiling libc v0.2.148 |
1373 | 2023-10-04T20:56:38.984Z | Compiling cfg-if v1.0.0 |
1374 | 2023-10-04T20:56:39.005Z | Compiling futures-core v0.3.28 |
1375 | 2023-10-04T20:56:39.151Z | Compiling typenum v1.16.0 |
1376 | 2023-10-04T20:56:39.185Z | Compiling once_cell v1.18.0 |
1377 | 2023-10-04T20:56:39.475Z | Compiling futures-channel v0.3.28 |
1378 | 2023-10-04T20:56:39.544Z | Compiling ahash v0.8.3 |
1379 | 2023-10-04T20:56:39.593Z | Compiling lock_api v0.4.10 |
1380 | 2023-10-04T20:56:39.876Z | Compiling quote v1.0.33 |
1381 | 2023-10-04T20:56:39.902Z | Compiling num-traits v0.2.16 |
1382 | 2023-10-04T20:56:40.125Z | Compiling generic-array v0.14.7 |
1383 | 2023-10-04T20:56:40.176Z | Compiling slab v0.4.9 |
1384 | 2023-10-04T20:56:40.510Z | Compiling syn v2.0.32 |
1385 | 2023-10-04T20:56:40.596Z | Compiling jobserver v0.1.26 |
1386 | 2023-10-04T20:56:40.981Z | Compiling futures-task v0.3.28 |
1387 | 2023-10-04T20:56:41.101Z | Compiling cc v1.0.83 |
1388 | 2023-10-04T20:56:41.268Z | Compiling futures-util v0.3.28 |
1389 | 2023-10-04T20:56:41.379Z | Compiling pkg-config v0.3.27 |
1390 | 2023-10-04T20:56:41.440Z | Compiling memchr v2.6.3 |
1391 | 2023-10-04T20:56:41.507Z | Compiling ahash v0.7.6 |
1392 | 2023-10-04T20:56:41.666Z | Compiling itoa v1.0.9 |
1393 | 2023-10-04T20:56:41.686Z | Compiling vcpkg v0.2.15 |
1394 | 2023-10-04T20:56:42.027Z | Compiling log v0.4.20 |
1395 | 2023-10-04T20:56:42.110Z | Compiling schemars v0.8.13 |
1396 | 2023-10-04T20:56:42.552Z | Compiling serde_json v1.0.107 |
1397 | 2023-10-04T20:56:43.068Z | Compiling indexmap v1.9.3 |
1398 | 2023-10-04T20:56:43.098Z | Compiling getrandom v0.2.10 |
1399 | 2023-10-04T20:56:43.485Z | Compiling httparse v1.8.0 |
1400 | 2023-10-04T20:56:43.520Z | Compiling ryu v1.0.15 |
1401 | 2023-10-04T20:56:43.625Z | Compiling allocator-api2 v0.2.16 |
1402 | 2023-10-04T20:56:44.049Z | Compiling equivalent v1.0.1 |
1403 | 2023-10-04T20:56:44.069Z | Compiling openssl v0.10.57 |
1404 | 2023-10-04T20:56:44.202Z | Compiling unicode-xid v0.2.4 |
1405 | 2023-10-04T20:56:44.445Z | Compiling rustls v0.21.7 |
1406 | 2023-10-04T20:56:44.941Z | Compiling ucd-trie v0.1.6 |
1407 | 2023-10-04T20:56:44.950Z | Compiling hashbrown v0.14.0 |
1408 | 2023-10-04T20:56:44.954Z | Compiling crossbeam-utils v0.8.16 |
1409 | 2023-10-04T20:56:44.957Z | Compiling rustix v0.38.9 |
1410 | 2023-10-04T20:56:45.435Z | Compiling native-tls v0.2.11 |
1411 | 2023-10-04T20:56:45.489Z | Compiling time-core v0.1.1 |
1412 | 2023-10-04T20:56:45.729Z | Compiling time-macros v0.2.13 |
1413 | 2023-10-04T20:56:45.796Z | Compiling ring v0.16.20 |
1414 | 2023-10-04T20:56:45.832Z | Compiling openssl-sys v0.9.93 |
1415 | 2023-10-04T20:56:46.009Z | Compiling slog v2.7.0 |
1416 | 2023-10-04T20:56:46.706Z | Compiling fnv v1.0.7 |
1417 | 2023-10-04T20:56:46.729Z | Compiling byteorder v1.4.3 |
1418 | 2023-10-04T20:56:46.893Z | Compiling iana-time-zone v0.1.57 |
1419 | 2023-10-04T20:56:47.419Z | Compiling aho-corasick v1.0.4 |
1420 | 2023-10-04T20:56:47.464Z | Compiling regex-syntax v0.7.5 |
1421 | 2023-10-04T20:56:49.522Z | Compiling dyn-clone v1.0.13 |
1422 | 2023-10-04T20:56:49.785Z | Compiling backtrace v0.3.69 |
1423 | 2023-10-04T20:56:49.827Z | Compiling async-trait v0.1.73 |
1424 | 2023-10-04T20:56:50.365Z | Compiling usdt-impl v0.3.5 |
1425 | 2023-10-04T20:56:50.438Z | Compiling anyhow v1.0.75 |
1426 | 2023-10-04T20:56:50.533Z | Compiling winnow v0.5.15 |
1427 | 2023-10-04T20:56:51.005Z | Compiling thread-id v4.2.0 |
1428 | 2023-10-04T20:56:51.149Z | Compiling hashbrown v0.13.2 |
1429 | 2023-10-04T20:56:51.642Z | Compiling rand_core v0.6.4 |
1430 | 2023-10-04T20:56:52.990Z | Compiling regex-automata v0.3.8 |
1431 | 2023-10-04T20:56:53.058Z | Compiling serde_derive_internals v0.26.0 |
1432 | 2023-10-04T20:56:53.612Z | Compiling synstructure v0.12.6 |
1433 | 2023-10-04T20:56:53.771Z | Compiling hashbrown v0.12.3 |
1434 | 2023-10-04T20:56:56.169Z | Compiling siphasher v0.3.11 |
1435 | 2023-10-04T20:56:56.696Z | Compiling unicode-width v0.1.10 |
1436 | 2023-10-04T20:56:56.788Z | Compiling strsim v0.10.0 |
1437 | 2023-10-04T20:56:56.934Z | Compiling scopeguard v1.2.0 |
1438 | 2023-10-04T20:56:56.964Z | Compiling tinyvec_macros v0.1.1 |
1439 | 2023-10-04T20:56:57.052Z | Compiling ppv-lite86 v0.2.17 |
1440 | 2023-10-04T20:56:57.121Z | Compiling tinyvec v1.6.0 |
1441 | 2023-10-04T20:56:57.577Z | Compiling unicode-bidi v0.3.13 |
1442 | 2023-10-04T20:56:57.812Z | Compiling num_threads v0.1.6 |
1443 | 2023-10-04T20:56:57.873Z | Compiling deranged v0.3.8 |
1444 | 2023-10-04T20:56:57.979Z | Compiling smallvec v1.11.0 |
1445 | 2023-10-04T20:56:58.373Z | Compiling rand_chacha v0.3.1 |
1446 | 2023-10-04T20:56:59.615Z | Compiling rand v0.8.5 |
1447 | 2023-10-04T20:56:59.734Z | Compiling unicode-normalization v0.1.22 |
1448 | 2023-10-04T20:56:59.783Z | Compiling percent-encoding v2.3.0 |
1449 | 2023-10-04T20:56:59.930Z | Compiling parking_lot v0.12.1 |
1450 | 2023-10-04T20:57:00.270Z | Compiling phf_shared v0.11.2 |
1451 | 2023-10-04T20:57:00.832Z | Compiling form_urlencoded v1.2.0 |
1452 | 2023-10-04T20:57:01.099Z | Compiling regex v1.9.5 |
1453 | 2023-10-04T20:57:01.280Z | Compiling time v0.3.27 |
1454 | 2023-10-04T20:57:01.366Z | Compiling num-integer v0.1.45 |
1455 | 2023-10-04T20:57:01.547Z | Compiling bitflags v1.3.2 |
1456 | 2023-10-04T20:57:01.683Z | Compiling idna v0.4.0 |
1457 | 2023-10-04T20:57:01.797Z | Compiling adler v1.0.2 |
1458 | 2023-10-04T20:57:01.909Z | Compiling crc32fast v1.3.2 |
1459 | 2023-10-04T20:57:02.108Z | Compiling miniz_oxide v0.7.1 |
1460 | 2023-10-04T20:57:02.501Z | Compiling spin v0.5.2 |
1461 | 2023-10-04T20:57:02.868Z | Compiling gimli v0.28.0 |
1462 | 2023-10-04T20:57:02.882Z | Compiling object v0.32.1 |
1463 | 2023-10-04T20:57:03.016Z | Compiling serde_derive v1.0.188 |
1464 | 2023-10-04T20:57:03.916Z | Compiling zeroize_derive v1.4.2 |
1465 | 2023-10-04T20:57:04.633Z | Compiling thiserror-impl v1.0.49 |
1466 | 2023-10-04T20:57:04.638Z | Compiling tokio-macros v2.1.0 |
1467 | 2023-10-04T20:57:06.205Z | Compiling futures-macro v0.3.28 |
1468 | 2023-10-04T20:57:07.007Z | Compiling tracing-attributes v0.1.26 |
1469 | 2023-10-04T20:57:08.717Z | Compiling schemars_derive v0.8.13 |
1470 | 2023-10-04T20:57:09.042Z | Compiling thiserror v1.0.49 |
1471 | 2023-10-04T20:57:09.241Z | Compiling openssl-macros v0.1.1 |
1472 | 2023-10-04T20:57:09.431Z | Compiling pest v2.7.2 |
1473 | 2023-10-04T20:57:09.875Z | Compiling zerocopy-derive v0.2.0 |
1474 | 2023-10-04T20:57:11.034Z | Compiling url v2.4.1 |
1475 | 2023-10-04T20:57:12.543Z | Compiling addr2line v0.21.0 |
1476 | 2023-10-04T20:57:12.708Z | Compiling zerocopy v0.3.0 |
1477 | 2023-10-04T20:57:13.561Z | Compiling pest_meta v2.7.2 |
1478 | 2023-10-04T20:57:13.580Z | Compiling zerocopy-derive v0.6.3 |
1479 | 2023-10-04T20:57:13.952Z | Compiling dof v0.1.5 |
1480 | 2023-10-04T20:57:13.955Z | Compiling pin-project-lite v0.2.13 |
1481 | 2023-10-04T20:57:14.148Z | Compiling rustc-demangle v0.1.23 |
1482 | 2023-10-04T20:57:14.262Z | Compiling errno v0.3.2 |
1483 | 2023-10-04T20:57:14.309Z | Compiling memoffset v0.9.0 |
1484 | 2023-10-04T20:57:14.530Z | Compiling mio v0.8.8 |
1485 | 2023-10-04T20:57:15.044Z | Compiling num_cpus v1.16.0 |
1486 | 2023-10-04T20:57:15.210Z | Compiling socket2 v0.5.3 |
1487 | 2023-10-04T20:57:15.254Z | Compiling signal-hook-registry v1.4.1 |
1488 | 2023-10-04T20:57:15.620Z | Compiling radium v0.7.0 |
1489 | 2023-10-04T20:57:16.327Z | Compiling pest_generator v2.7.2 |
1490 | 2023-10-04T20:57:16.556Z | Compiling futures-sink v0.3.28 |
1491 | 2023-10-04T20:57:17.419Z | Compiling crossbeam-epoch v0.9.15 |
1492 | 2023-10-04T20:57:17.612Z | Compiling futures-io v0.3.28 |
1493 | 2023-10-04T20:57:17.931Z | Compiling pin-utils v0.1.0 |
1494 | 2023-10-04T20:57:18.049Z | Compiling clap_derive v4.4.2 |
1495 | 2023-10-04T20:57:18.255Z | Compiling tracing-core v0.1.31 |
1496 | 2023-10-04T20:57:19.483Z | Compiling num-iter v0.1.43 |
1497 | 2023-10-04T20:57:19.862Z | Compiling tracing v0.1.37 |
1498 | 2023-10-04T20:57:20.057Z | Compiling lazy_static v1.4.0 |
1499 | 2023-10-04T20:57:20.214Z | Compiling either v1.9.0 |
1500 | 2023-10-04T20:57:20.527Z | Compiling zeroize v1.6.0 |
1501 | 2023-10-04T20:57:20.633Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1502 | 2023-10-04T20:57:20.946Z | Compiling pest_derive v2.7.2 |
1503 | 2023-10-04T20:57:21.032Z | Compiling untrusted v0.7.1 |
1504 | 2023-10-04T20:57:21.236Z | Compiling base64 v0.21.4 |
1505 | 2023-10-04T20:57:21.978Z | Compiling dtrace-parser v0.1.14 |
1506 | 2023-10-04T20:57:23.825Z | Compiling enum-as-inner v0.5.1 |
1507 | 2023-10-04T20:57:24.633Z | Compiling openssl-probe v0.1.5 |
1508 | 2023-10-04T20:57:25.308Z | Compiling foreign-types-shared v0.1.1 |
1509 | 2023-10-04T20:57:25.369Z | Compiling foreign-types v0.3.2 |
1510 | 2023-10-04T20:57:25.385Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1511 | 2023-10-04T20:57:25.392Z | Compiling try-lock v0.2.4 |
1512 | 2023-10-04T20:57:25.408Z | Compiling rustls-webpki v0.101.4 |
1513 | 2023-10-04T20:57:25.464Z | Compiling want v0.3.1 |
1514 | 2023-10-04T20:57:25.493Z | Compiling sct v0.7.0 |
1515 | 2023-10-04T20:57:25.921Z | Compiling socket2 v0.4.9 |
1516 | 2023-10-04T20:57:26.389Z | Compiling indexmap v2.0.0 |
1517 | 2023-10-04T20:57:26.907Z | Compiling bytes v1.5.0 |
1518 | 2023-10-04T20:57:27.079Z | Compiling chrono v0.4.31 |
1519 | 2023-10-04T20:57:27.209Z | Compiling uuid v1.4.1 |
1520 | 2023-10-04T20:57:27.358Z | Compiling semver v1.0.18 |
1521 | 2023-10-04T20:57:28.215Z | Compiling toml_datetime v0.6.3 |
1522 | 2023-10-04T20:57:28.336Z | Compiling serde_spanned v0.6.3 |
1523 | 2023-10-04T20:57:28.356Z | Compiling serde_tokenstream v0.1.7 |
1524 | 2023-10-04T20:57:28.394Z | Compiling http v0.2.9 |
1525 | 2023-10-04T20:57:28.544Z | Compiling rustc_version v0.4.0 |
1526 | 2023-10-04T20:57:28.674Z | Compiling toml_edit v0.19.15 |
1527 | 2023-10-04T20:57:28.868Z | Compiling bitflags v2.4.0 |
1528 | 2023-10-04T20:57:29.493Z | Compiling openapiv3 v1.0.3 |
1529 | 2023-10-04T20:57:29.562Z | Compiling tokio v1.32.0 |
1530 | 2023-10-04T20:57:30.415Z | Compiling heapless v0.7.16 |
1531 | 2023-10-04T20:57:31.669Z | Compiling usdt-attr-macro v0.3.5 |
1532 | 2023-10-04T20:57:32.351Z | Compiling usdt-macro v0.3.5 |
1533 | 2023-10-04T20:57:33.326Z | Compiling http-body v0.4.5 |
1534 | 2023-10-04T20:57:34.106Z | Compiling httpdate v1.0.3 |
1535 | 2023-10-04T20:57:34.210Z | Compiling tower-service v0.3.2 |
1536 | 2023-10-04T20:57:34.753Z | Compiling rustls-pemfile v1.0.3 |
1537 | 2023-10-04T20:57:35.234Z | Compiling rustls-native-certs v0.6.3 |
1538 | 2023-10-04T20:57:35.261Z | Compiling crypto-common v0.1.6 |
1539 | 2023-10-04T20:57:35.557Z | Compiling diesel_table_macro_syntax v0.1.0 |
1540 | 2023-10-04T20:57:35.739Z | Compiling num-bigint v0.4.4 |
1541 | 2023-10-04T20:57:36.147Z | Compiling ipnet v2.8.0 |
1542 | 2023-10-04T20:57:36.364Z | Compiling bit-vec v0.6.3 |
1543 | 2023-10-04T20:57:36.393Z | Compiling smoltcp v0.9.1 |
1544 | 2023-10-04T20:57:37.224Z | Compiling diesel_derives v2.1.1 |
1545 | 2023-10-04T20:57:37.300Z | Compiling serde_tokenstream v0.2.0 |
1546 | 2023-10-04T20:57:37.551Z | Compiling serde_urlencoded v0.7.1 |
1547 | 2023-10-04T20:57:37.990Z | Compiling block-buffer v0.10.4 |
1548 | 2023-10-04T20:57:38.146Z | Compiling itertools v0.10.5 |
1549 | 2023-10-04T20:57:38.356Z | Compiling hubpack_derive v0.1.1 |
1550 | 2023-10-04T20:57:38.393Z | Compiling phf_shared v0.10.0 |
1551 | 2023-10-04T20:57:38.973Z | Compiling encoding_rs v0.8.33 |
1552 | 2023-10-04T20:57:39.684Z | Compiling precomputed-hash v0.1.1 |
1553 | 2023-10-04T20:57:39.767Z | Compiling new_debug_unreachable v1.0.4 |
1554 | 2023-10-04T20:57:39.887Z | Compiling subtle v2.5.0 |
1555 | 2023-10-04T20:57:40.349Z | Compiling const-oid v0.9.5 |
1556 | 2023-10-04T20:57:40.549Z | Compiling mime v0.3.17 |
1557 | 2023-10-04T20:57:41.392Z | Compiling fixedbitset v0.4.2 |
1558 | 2023-10-04T20:57:42.019Z | Compiling webpki-roots v0.25.2 |
1559 | 2023-10-04T20:57:42.273Z | Compiling petgraph v0.6.4 |
1560 | 2023-10-04T20:57:42.942Z | Compiling tokio-util v0.7.8 |
1561 | 2023-10-04T20:57:43.574Z | Compiling tokio-rustls v0.24.1 |
1562 | 2023-10-04T20:57:45.066Z | Compiling h2 v0.3.21 |
1563 | 2023-10-04T20:57:45.153Z | Compiling tokio-native-tls v0.3.1 |
1564 | 2023-10-04T20:57:45.558Z | Compiling digest v0.10.7 |
1565 | 2023-10-04T20:57:46.216Z | Compiling string_cache v0.8.7 |
1566 | 2023-10-04T20:57:46.350Z | Compiling bit-set v0.5.3 |
1567 | 2023-10-04T20:57:46.881Z | Compiling lalrpop-util v0.19.12 |
1568 | 2023-10-04T20:57:47.280Z | Compiling unicode-segmentation v1.10.1 |
1569 | 2023-10-04T20:57:47.405Z | Compiling flate2 v1.0.27 |
1570 | 2023-10-04T20:57:47.691Z | Compiling toml v0.7.8 |
1571 | 2023-10-04T20:57:47.846Z | Compiling serde_repr v0.1.16 |
1572 | 2023-10-04T20:57:48.757Z | Compiling io-lifetimes v1.0.11 |
1573 | 2023-10-04T20:57:48.937Z | Compiling regress v0.7.1 |
1574 | 2023-10-04T20:57:48.998Z | Compiling anstyle v1.0.2 |
1575 | 2023-10-04T20:57:49.017Z | Compiling utf8parse v0.2.1 |
1576 | 2023-10-04T20:57:49.263Z | Compiling cpufeatures v0.2.9 |
1577 | 2023-10-04T20:57:49.404Z | Compiling sha2 v0.10.7 |
1578 | 2023-10-04T20:57:49.432Z | Compiling anstyle-parse v0.2.1 |
1579 | 2023-10-04T20:57:49.708Z | Compiling rustix v0.37.23 |
1580 | 2023-10-04T20:57:49.939Z | Compiling md-5 v0.10.5 |
1581 | 2023-10-04T20:57:50.191Z | Compiling hmac v0.12.1 |
1582 | 2023-10-04T20:57:50.515Z | Compiling stringprep v0.1.3 |
1583 | 2023-10-04T20:57:50.688Z | Compiling spin v0.9.8 |
1584 | 2023-10-04T20:57:51.286Z | Compiling hash32 v0.2.1 |
1585 | 2023-10-04T20:57:51.581Z | Compiling anstyle-query v1.0.0 |
1586 | 2023-10-04T20:57:51.756Z | Compiling fallible-iterator v0.2.0 |
1587 | 2023-10-04T20:57:51.867Z | Compiling stable_deref_trait v1.2.0 |
1588 | 2023-10-04T20:57:51.915Z | Compiling colorchoice v1.0.0 |
1589 | 2023-10-04T20:57:52.111Z | Compiling anstream v0.5.0 |
1590 | 2023-10-04T20:57:52.138Z | Compiling terminal_size v0.2.6 |
1591 | 2023-10-04T20:57:52.408Z | Compiling block-padding v0.3.3 |
1592 | 2023-10-04T20:57:52.494Z | Compiling scheduled-thread-pool v0.2.7 |
1593 | 2023-10-04T20:57:52.789Z | Compiling tap v1.0.1 |
1594 | 2023-10-04T20:57:52.985Z | Compiling postgres-protocol v0.6.6 |
1595 | 2023-10-04T20:57:53.048Z | Compiling clap_lex v0.5.1 |
1596 | 2023-10-04T20:57:53.187Z | Compiling matches v0.1.10 |
1597 | 2023-10-04T20:57:53.304Z | Compiling regex-automata v0.1.10 |
1598 | 2023-10-04T20:57:53.323Z | Compiling managed v0.8.0 |
1599 | 2023-10-04T20:57:53.729Z | Compiling clap_builder v4.4.2 |
1600 | 2023-10-04T20:57:53.990Z | Compiling bstr v0.2.17 |
1601 | 2023-10-04T20:57:54.075Z | Compiling idna v0.2.3 |
1602 | 2023-10-04T20:57:54.986Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1603 | 2023-10-04T20:57:56.251Z | Compiling postgres-types v0.2.6 |
1604 | 2023-10-04T20:57:56.468Z | Compiling wyz v0.5.1 |
1605 | 2023-10-04T20:57:57.159Z | Compiling hyper v0.14.27 |
1606 | 2023-10-04T20:57:57.353Z | Compiling r2d2 v0.8.10 |
1607 | 2023-10-04T20:57:57.637Z | Compiling inout v0.1.3 |
1608 | 2023-10-04T20:57:58.035Z | Compiling hubpack v0.1.2 |
1609 | 2023-10-04T20:57:58.734Z | Compiling ipnetwork v0.20.0 |
1610 | 2023-10-04T20:57:59.208Z | Compiling futures-executor v0.3.28 |
1611 | 2023-10-04T20:57:59.980Z | Compiling zerocopy v0.6.3 |
1612 | 2023-10-04T20:58:00.862Z | Compiling phf v0.11.2 |
1613 | 2023-10-04T20:58:01.298Z | Compiling float-cmp v0.9.0 |
1614 | 2023-10-04T20:58:01.395Z | Compiling data-encoding v2.4.0 |
1615 | 2023-10-04T20:58:01.651Z | Compiling whoami v1.4.1 |
1616 | 2023-10-04T20:58:02.212Z | Compiling funty v2.0.0 |
1617 | 2023-10-04T20:58:02.482Z | Compiling normalize-line-endings v0.3.0 |
1618 | 2023-10-04T20:58:02.693Z | Compiling smawk v0.3.1 |
1619 | 2023-10-04T20:58:02.994Z | Compiling static_assertions v1.1.0 |
1620 | 2023-10-04T20:58:03.014Z | Compiling difflib v0.4.0 |
1621 | 2023-10-04T20:58:03.131Z | Compiling predicates-core v1.0.6 |
1622 | 2023-10-04T20:58:03.618Z | Compiling unicode-linebreak v0.1.5 |
1623 | 2023-10-04T20:58:03.781Z | Compiling predicates v3.0.3 |
1624 | 2023-10-04T20:58:04.444Z | Compiling textwrap v0.16.0 |
1625 | 2023-10-04T20:58:04.811Z | Compiling bitvec v1.0.1 |
1626 | 2023-10-04T20:58:05.198Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1627 | 2023-10-04T20:58:05.343Z | Compiling trust-dns-proto v0.22.0 |
1628 | 2023-10-04T20:58:06.265Z | Compiling yasna v0.5.2 |
1629 | 2023-10-04T20:58:07.367Z | Compiling tokio-postgres v0.7.10 |
1630 | 2023-10-04T20:58:08.256Z | Compiling diesel v2.1.1 |
1631 | 2023-10-04T20:58:09.188Z | Compiling hyper-rustls v0.24.1 |
1632 | 2023-10-04T20:58:10.267Z | Compiling hyper-tls v0.5.0 |
1633 | 2023-10-04T20:58:10.783Z | Compiling reqwest v0.11.20 |
1634 | 2023-10-04T20:58:12.574Z | Compiling clap v4.4.3 |
1635 | 2023-10-04T20:58:12.603Z | Compiling futures v0.3.28 |
1636 | 2023-10-04T20:58:12.675Z | Compiling cipher v0.4.4 |
1637 | 2023-10-04T20:58:13.202Z | Compiling similar v2.2.1 |
1638 | 2023-10-04T20:58:13.710Z | Compiling signature v2.1.0 |
1639 | 2023-10-04T20:58:14.037Z | Compiling tokio-stream v0.1.14 |
1640 | 2023-10-04T20:58:14.148Z | Compiling usdt v0.3.5 |
1641 | 2023-10-04T20:58:14.507Z | Compiling hex v0.4.3 |
1642 | 2023-10-04T20:58:15.414Z | Compiling console v0.15.7 |
1643 | 2023-10-04T20:58:15.536Z | Compiling bstr v1.6.0 |
1644 | 2023-10-04T20:58:16.765Z | Compiling getopts v0.2.21 |
1645 | 2023-10-04T20:58:16.861Z | Compiling unsafe-libyaml v0.2.9 |
1646 | 2023-10-04T20:58:18.131Z | Compiling rustversion v1.0.14 |
1647 | 2023-10-04T20:58:18.604Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1648 | 2023-10-04T20:58:19.061Z | Compiling serde_yaml v0.9.25 |
1649 | 2023-10-04T20:58:19.462Z | Compiling ident_case v1.0.1 |
1650 | 2023-10-04T20:58:20.964Z | Compiling slog-async v2.8.0 |
1651 | 2023-10-04T20:58:21.346Z | Compiling strum_macros v0.25.2 |
1652 | 2023-10-04T20:58:21.642Z | Compiling paste v1.0.14 |
1653 | 2023-10-04T20:58:21.707Z | Compiling darling_core v0.20.3 |
1654 | 2023-10-04T20:58:24.126Z | Compiling multer v2.1.0 |
1655 | 2023-10-04T20:58:25.840Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1656 | 2023-10-04T20:58:26.029Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1657 | 2023-10-04T20:58:26.078Z | Compiling async-stream-impl v0.3.5 |
1658 | 2023-10-04T20:58:27.410Z | Compiling regex-syntax v0.6.29 |
1659 | 2023-10-04T20:58:27.970Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1660 | 2023-10-04T20:58:28.455Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1661 | 2023-10-04T20:58:28.759Z | Compiling structmeta-derive v0.1.6 |
1662 | 2023-10-04T20:58:30.995Z | Compiling darling_macro v0.20.3 |
1663 | 2023-10-04T20:58:32.380Z | Compiling darling v0.20.3 |
1664 | 2023-10-04T20:58:32.578Z | Compiling serde_with_macros v2.3.3 |
1665 | 2023-10-04T20:58:33.172Z | Compiling structmeta v0.1.6 |
1666 | 2023-10-04T20:58:36.837Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1667 | 2023-10-04T20:58:37.245Z | Compiling parse-display-derive v0.7.0 |
1668 | 2023-10-04T20:58:41.522Z | Compiling test-strategy v0.2.1 |
1669 | 2023-10-04T20:58:45.556Z | Checking unicode-ident v1.0.12 |
1670 | 2023-10-04T20:59:15.958Z | Checking heck v0.4.1 |
1671 | 2023-10-04T20:59:23.902Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1672 | 2023-10-04T20:59:24.049Z | Checking crossbeam-channel v0.5.8 |
1673 | 2023-10-04T20:59:24.208Z | Checking atty v0.2.14 |
1674 | 2023-10-04T20:59:24.498Z | Checking match_cfg v0.1.0 |
1675 | 2023-10-04T20:59:24.616Z | Checking hostname v0.3.1 |
1676 | 2023-10-04T20:59:25.263Z | Checking sha1 v0.10.5 |
1677 | 2023-10-04T20:59:25.618Z | Checking dirs-sys-next v0.1.2 |
1678 | 2023-10-04T20:59:25.867Z | Checking dirs-next v2.0.0 |
1679 | 2023-10-04T20:59:25.885Z | Checking thread_local v1.1.7 |
1680 | 2023-10-04T20:59:25.981Z | Checking fastrand v2.0.0 |
1681 | 2023-10-04T20:59:26.040Z | Checking term v0.7.0 |
1682 | 2023-10-04T20:59:26.305Z | Checking strum v0.25.0 |
1683 | 2023-10-04T20:59:26.477Z | Checking tempfile v3.8.0 |
1684 | 2023-10-04T20:59:26.522Z | Checking instant v0.1.12 |
1685 | 2023-10-04T20:59:26.680Z | Checking take_mut v0.2.2 |
1686 | 2023-10-04T20:59:27.870Z | Checking slog-term v2.9.0 |
1687 | 2023-10-04T20:59:27.873Z | Checking slog-json v2.6.1 |
1688 | 2023-10-04T20:59:27.876Z | Checking serde_with v2.3.3 |
1689 | 2023-10-04T20:59:27.879Z | Checking camino v1.1.6 |
1690 | 2023-10-04T20:59:28.003Z | Checking slog-bunyan v2.4.0 |
1691 | 2023-10-04T20:59:28.595Z | Checking debug-ignore v1.0.5 |
1692 | 2023-10-04T20:59:28.782Z | Checking atomic-waker v1.1.1 |
1693 | 2023-10-04T20:59:28.955Z | Checking waitgroup v0.1.2 |
1694 | 2023-10-04T20:59:29.176Z | Checking async-stream v0.3.5 |
1695 | 2023-10-04T20:59:29.463Z | Checking serde_path_to_error v0.1.14 |
1696 | 2023-10-04T20:59:29.739Z | Checking backoff v0.4.0 |
1697 | 2023-10-04T20:59:29.907Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1698 | 2023-10-04T20:59:30.057Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1699 | 2023-10-04T20:59:30.156Z | Checking parse-display v0.7.0 |
1700 | 2023-10-04T20:59:30.193Z | Checking macaddr v1.0.1 |
1701 | 2023-10-04T20:59:30.455Z | Checking quick-error v1.2.3 |
1702 | 2023-10-04T20:59:31.243Z | Checking wait-timeout v0.2.0 |
1703 | 2023-10-04T20:59:31.685Z | Checking rusty-fork v0.3.0 |
1704 | 2023-10-04T20:59:32.132Z | Checking rand_xorshift v0.3.0 |
1705 | 2023-10-04T20:59:32.372Z | Checking unarray v0.1.4 |
1706 | 2023-10-04T20:59:37.874Z | Checking proptest v1.2.0 |
1707 | 2023-10-04T20:59:42.291Z | Compiling proc-macro-crate v1.3.1 |
1708 | 2023-10-04T20:59:46.308Z | Compiling proc-macro-error-attr v1.0.4 |
1709 | 2023-10-04T20:59:48.132Z | Compiling proc-macro-error v1.0.4 |
1710 | 2023-10-04T21:00:02.730Z | Checking base64ct v1.6.0 |
1711 | 2023-10-04T21:00:02.806Z | Compiling num_enum_derive v0.5.11 |
1712 | 2023-10-04T21:00:05.983Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1713 | 2023-10-04T21:00:06.585Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1714 | 2023-10-04T21:00:07.090Z | Compiling foreign-types-macros v0.2.3 |
1715 | 2023-10-04T21:00:07.639Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1716 | 2023-10-04T21:00:08.006Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2023-10-04T21:00:08.689Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2023-10-04T21:00:08.825Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1719 | 2023-10-04T21:00:10.392Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1720 | 2023-10-04T21:00:12.187Z | Compiling zone_cfg_derive v0.2.0 |
1721 | 2023-10-04T21:00:12.761Z | Compiling mockall_derive v0.11.4 |
1722 | 2023-10-04T21:00:18.621Z | Checking is-terminal v0.4.9 |
1723 | 2023-10-04T21:00:26.155Z | Compiling slog-dtrace v0.2.3 |
1724 | 2023-10-04T21:00:26.718Z | Compiling cancel-safe-futures v0.1.2 |
1725 | 2023-10-04T21:00:26.851Z | Checking base64 v0.13.1 |
1726 | 2023-10-04T21:00:27.198Z | Checking password-hash v0.5.0 |
1727 | 2023-10-04T21:00:27.222Z | Checking blake2 v0.10.6 |
1728 | 2023-10-04T21:00:27.502Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1729 | 2023-10-04T21:00:27.917Z | Checking cfg-if v0.1.10 |
1730 | 2023-10-04T21:00:27.959Z | Checking argon2 v0.5.2 |
1731 | 2023-10-04T21:00:28.604Z | Checking termtree v0.4.1 |
1732 | 2023-10-04T21:00:28.930Z | Checking predicates-tree v1.0.9 |
1733 | 2023-10-04T21:00:29.141Z | Checking pem v1.1.1 |
1734 | 2023-10-04T21:00:29.268Z | Checking num_enum v0.5.11 |
1735 | 2023-10-04T21:00:29.466Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1736 | 2023-10-04T21:00:29.498Z | Compiling memoffset v0.7.1 |
1737 | 2023-10-04T21:00:29.507Z | Checking postcard-cobs v0.1.5-pre |
1738 | 2023-10-04T21:00:29.594Z | Checking smoltcp v0.8.2 |
1739 | 2023-10-04T21:00:29.744Z | Checking postcard v0.7.3 |
1740 | 2023-10-04T21:00:29.974Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1741 | 2023-10-04T21:00:30.081Z | Checking foreign-types-shared v0.3.1 |
1742 | 2023-10-04T21:00:30.233Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-10-04T21:00:30.307Z | Checking foreign-types v0.5.0 |
1744 | 2023-10-04T21:00:30.461Z | Checking cstr-argument v0.1.2 |
1745 | 2023-10-04T21:00:30.564Z | Checking pretty-hex v0.2.1 |
1746 | 2023-10-04T21:00:30.674Z | Checking colored v2.0.4 |
1747 | 2023-10-04T21:00:30.709Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2023-10-04T21:00:30.785Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2023-10-04T21:00:30.927Z | Compiling heck v0.3.3 |
1750 | 2023-10-04T21:00:31.184Z | Compiling der_derive v0.7.2 |
1751 | 2023-10-04T21:00:31.193Z | Compiling libefi-sys v0.1.0 |
1752 | 2023-10-04T21:00:31.442Z | Compiling structopt-derive v0.4.18 |
1753 | 2023-10-04T21:00:31.499Z | Checking predicates v2.1.5 |
1754 | 2023-10-04T21:00:31.627Z | Checking headers-core v0.2.0 |
1755 | 2023-10-04T21:00:31.821Z | Checking downcast v0.11.0 |
1756 | 2023-10-04T21:00:32.116Z | Checking fragile v2.0.0 |
1757 | 2023-10-04T21:00:32.525Z | Checking headers v0.3.9 |
1758 | 2023-10-04T21:00:32.589Z | Checking mockall v0.11.4 |
1759 | 2023-10-04T21:00:32.926Z | Checking zone v0.2.0 |
1760 | 2023-10-04T21:00:34.117Z | Checking smf v0.2.2 |
1761 | 2023-10-04T21:00:34.448Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1762 | 2023-10-04T21:00:34.476Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1763 | 2023-10-04T21:00:34.490Z | Compiling num-rational v0.4.1 |
1764 | 2023-10-04T21:00:34.763Z | Checking termcolor v1.2.0 |
1765 | 2023-10-04T21:00:34.851Z | Checking rcgen v0.10.0 |
1766 | 2023-10-04T21:00:34.880Z | Checking subprocess v0.2.9 |
1767 | 2023-10-04T21:00:35.191Z | Compiling maybe-uninit v2.0.0 |
1768 | 2023-10-04T21:00:35.399Z | Compiling signal-hook v0.3.17 |
1769 | 2023-10-04T21:00:35.735Z | Checking linked-hash-map v0.5.6 |
1770 | 2023-10-04T21:00:35.738Z | Compiling doc-comment v0.3.3 |
1771 | 2023-10-04T21:00:35.811Z | Compiling packed_struct v0.10.1 |
1772 | 2023-10-04T21:00:35.928Z | Compiling num-bigint-dig v0.8.4 |
1773 | 2023-10-04T21:00:35.935Z | Compiling packed_struct_codegen v0.10.1 |
1774 | 2023-10-04T21:00:36.256Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1775 | 2023-10-04T21:00:36.275Z | Checking lru-cache v0.1.2 |
1776 | 2023-10-04T21:00:36.331Z | Compiling same-file v1.0.6 |
1777 | 2023-10-04T21:00:36.408Z | Compiling semver-parser v0.10.2 |
1778 | 2023-10-04T21:00:36.531Z | Checking ciborium-io v0.2.1 |
1779 | 2023-10-04T21:00:36.649Z | Compiling walkdir v2.4.0 |
1780 | 2023-10-04T21:00:36.691Z | Checking half v1.8.2 |
1781 | 2023-10-04T21:00:37.755Z | Checking ciborium-ll v0.2.1 |
1782 | 2023-10-04T21:00:37.815Z | Compiling semver v0.11.0 |
1783 | 2023-10-04T21:00:37.878Z | Compiling filetime v0.2.22 |
1784 | 2023-10-04T21:00:38.313Z | Compiling xattr v1.0.1 |
1785 | 2023-10-04T21:00:38.561Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1786 | 2023-10-04T21:00:38.682Z | Compiling home v0.5.5 |
1787 | 2023-10-04T21:00:38.735Z | Compiling tar v0.4.40 |
1788 | 2023-10-04T21:00:38.944Z | Compiling toolchain_find v0.2.0 |
1789 | 2023-10-04T21:00:38.987Z | Checking ciborium v0.2.1 |
1790 | 2023-10-04T21:00:39.655Z | Compiling toml v0.5.11 |
1791 | 2023-10-04T21:00:39.737Z | Checking arc-swap v1.6.0 |
1792 | 2023-10-04T21:00:40.064Z | Checking itertools v0.11.0 |
1793 | 2023-10-04T21:00:40.317Z | Compiling omicron-zone-package v0.8.3 |
1794 | 2023-10-04T21:00:40.462Z | Checking slog-scope v4.4.0 |
1795 | 2023-10-04T21:00:40.696Z | Checking slog-stdlog v4.1.1 |
1796 | 2023-10-04T21:00:40.938Z | Compiling snafu-derive v0.7.5 |
1797 | 2023-10-04T21:00:41.191Z | Compiling convert_case v0.4.0 |
1798 | 2023-10-04T21:00:41.403Z | Checking slog-envlogger v2.2.0 |
1799 | 2023-10-04T21:00:41.736Z | Compiling derive-where v1.2.5 |
1800 | 2023-10-04T21:00:42.491Z | Compiling derive_more v0.99.17 |
1801 | 2023-10-04T21:00:42.622Z | Compiling rustfmt-wrapper v0.2.0 |
1802 | 2023-10-04T21:00:44.119Z | Compiling libz-sys v1.1.12 |
1803 | 2023-10-04T21:00:44.354Z | Compiling parking_lot_core v0.8.6 |
1804 | 2023-10-04T21:00:45.133Z | Checking resolv-conf v0.7.0 |
1805 | 2023-10-04T21:00:45.280Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1806 | 2023-10-04T21:00:45.693Z | Checking trust-dns-resolver v0.22.0 |
1807 | 2023-10-04T21:00:45.961Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1808 | 2023-10-04T21:00:46.321Z | Checking newline-converter v0.3.0 |
1809 | 2023-10-04T21:00:46.438Z | Checking hkdf v0.12.3 |
1810 | 2023-10-04T21:00:46.563Z | Compiling libsqlite3-sys v0.26.0 |
1811 | 2023-10-04T21:00:46.751Z | Checking expectorate v1.1.0 |
1812 | 2023-10-04T21:00:46.961Z | Checking textwrap v0.11.0 |
1813 | 2023-10-04T21:00:47.112Z | Checking fxhash v0.2.1 |
1814 | 2023-10-04T21:00:47.248Z | Compiling vergen v8.2.4 |
1815 | 2023-10-04T21:00:47.320Z | Checking strsim v0.8.0 |
1816 | 2023-10-04T21:00:47.355Z | Checking vec_map v0.8.2 |
1817 | 2023-10-04T21:00:47.501Z | Checking ansi_term v0.12.1 |
1818 | 2023-10-04T21:00:47.657Z | Checking keccak v0.1.4 |
1819 | 2023-10-04T21:00:47.821Z | Checking secrecy v0.8.0 |
1820 | 2023-10-04T21:00:47.998Z | Checking clap v2.34.0 |
1821 | 2023-10-04T21:00:48.508Z | Checking sha3 v0.10.8 |
1822 | 2023-10-04T21:00:48.522Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1823 | 2023-10-04T21:00:48.527Z | Checking humantime v2.1.0 |
1824 | 2023-10-04T21:00:48.688Z | Compiling buf-list v1.0.3 |
1825 | 2023-10-04T21:00:48.728Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1826 | 2023-10-04T21:00:48.746Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1827 | 2023-10-04T21:00:48.763Z | Checking pem-rfc7468 v0.7.0 |
1828 | 2023-10-04T21:00:49.070Z | Checking flagset v0.4.3 |
1829 | 2023-10-04T21:00:49.166Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1830 | 2023-10-04T21:00:49.360Z | Checking der v0.7.8 |
1831 | 2023-10-04T21:00:49.535Z | Compiling num_enum_derive v0.7.0 |
1832 | 2023-10-04T21:00:49.675Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1833 | 2023-10-04T21:00:51.824Z | Compiling unicase v2.7.0 |
1834 | 2023-10-04T21:00:52.245Z | Compiling rayon-core v1.11.0 |
1835 | 2023-10-04T21:00:52.535Z | Checking utf-8 v0.7.6 |
1836 | 2023-10-04T21:00:52.573Z | Checking structopt v0.3.26 |
1837 | 2023-10-04T21:00:52.717Z | Checking spki v0.7.2 |
1838 | 2023-10-04T21:00:53.181Z | Checking camino-tempfile v1.0.2 |
1839 | 2023-10-04T21:00:53.186Z | Compiling platforms v3.0.2 |
1840 | 2023-10-04T21:00:53.574Z | Checking crc-catalog v2.2.0 |
1841 | 2023-10-04T21:00:53.595Z | Compiling semver v0.1.20 |
1842 | 2023-10-04T21:00:53.819Z | Checking crc v3.0.1 |
1843 | 2023-10-04T21:00:54.096Z | Checking pkcs8 v0.10.2 |
1844 | 2023-10-04T21:00:54.343Z | Compiling rustc_version v0.1.7 |
1845 | 2023-10-04T21:00:54.676Z | Checking num-complex v0.4.4 |
1846 | 2023-10-04T21:00:54.848Z | Checking rand v0.4.6 |
1847 | 2023-10-04T21:00:54.998Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1848 | 2023-10-04T21:00:55.116Z | Compiling erased-serde v0.3.30 |
1849 | 2023-10-04T21:00:55.421Z | Checking nodrop v0.1.14 |
1850 | 2023-10-04T21:00:55.620Z | Checking array-init v0.0.4 |
1851 | 2023-10-04T21:00:55.772Z | Compiling newtype_derive v0.1.6 |
1852 | 2023-10-04T21:00:55.841Z | Checking smallvec v0.6.14 |
1853 | 2023-10-04T21:00:56.250Z | Compiling curve25519-dalek v4.1.0 |
1854 | 2023-10-04T21:00:56.258Z | Checking num v0.4.1 |
1855 | 2023-10-04T21:00:56.353Z | Checking pkcs1 v0.7.5 |
1856 | 2023-10-04T21:00:57.273Z | Compiling bitstruct_derive v0.1.0 |
1857 | 2023-10-04T21:00:57.345Z | Compiling async-recursion v1.0.5 |
1858 | 2023-10-04T21:00:59.409Z | Compiling glob v0.3.1 |
1859 | 2023-10-04T21:00:59.563Z | Checking bitfield v0.14.0 |
1860 | 2023-10-04T21:00:59.667Z | Checking serde-hex v0.1.0 |
1861 | 2023-10-04T21:00:59.978Z | Compiling mime_guess v2.0.4 |
1862 | 2023-10-04T21:01:00.139Z | Checking rsa v0.9.2 |
1863 | 2023-10-04T21:01:00.490Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1864 | 2023-10-04T21:01:00.902Z | Checking x509-cert v0.2.4 |
1865 | 2023-10-04T21:01:02.013Z | Checking env_logger v0.10.0 |
1866 | 2023-10-04T21:01:02.209Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1867 | 2023-10-04T21:01:02.255Z | Checking ron v0.8.1 |
1868 | 2023-10-04T21:01:03.426Z | Compiling thiserror-impl-no-std v2.0.2 |
1869 | 2023-10-04T21:01:04.345Z | Compiling curve25519-dalek-derive v0.1.0 |
1870 | 2023-10-04T21:01:06.624Z | Checking crc-any v2.4.3 |
1871 | 2023-10-04T21:01:06.906Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1872 | 2023-10-04T21:01:07.429Z | Checking tungstenite v0.18.0 |
1873 | 2023-10-04T21:01:07.839Z | Checking object v0.30.4 |
1874 | 2023-10-04T21:01:08.774Z | Checking path-slash v0.1.5 |
1875 | 2023-10-04T21:01:08.958Z | Checking tokio-tungstenite v0.18.0 |
1876 | 2023-10-04T21:01:09.683Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1877 | 2023-10-04T21:01:09.867Z | Checking universal-hash v0.5.1 |
1878 | 2023-10-04T21:01:10.401Z | Checking nibble_vec v0.1.0 |
1879 | 2023-10-04T21:01:10.419Z | Checking opaque-debug v0.3.0 |
1880 | 2023-10-04T21:01:10.593Z | Compiling crunchy v0.2.2 |
1881 | 2023-10-04T21:01:10.791Z | Checking endian-type v0.1.2 |
1882 | 2023-10-04T21:01:11.101Z | Checking radix_trie v0.2.1 |
1883 | 2023-10-04T21:01:11.612Z | Checking snafu v0.7.5 |
1884 | 2023-10-04T21:01:12.813Z | Checking linear-map v1.2.0 |
1885 | 2023-10-04T21:01:13.049Z | Compiling tiny-keccak v2.0.2 |
1886 | 2023-10-04T21:01:13.378Z | Checking parking_lot v0.11.2 |
1887 | 2023-10-04T21:01:13.684Z | Checking trust-dns-client v0.22.0 |
1888 | 2023-10-04T21:01:13.943Z | Compiling clang-sys v1.6.1 |
1889 | 2023-10-04T21:01:15.010Z | Checking aead v0.5.2 |
1890 | 2023-10-04T21:01:15.280Z | Compiling darling_core v0.14.4 |
1891 | 2023-10-04T21:01:15.545Z | Compiling prettyplease v0.2.12 |
1892 | 2023-10-04T21:01:15.701Z | Checking trust-dns-server v0.22.1 |
1893 | 2023-10-04T21:01:15.850Z | Compiling ascii-canvas v3.0.0 |
1894 | 2023-10-04T21:01:15.980Z | Checking sled v0.34.7 |
1895 | 2023-10-04T21:01:16.626Z | Checking toml_edit v0.20.0 |
1896 | 2023-10-04T21:01:16.885Z | Compiling const_format_proc_macros v0.2.31 |
1897 | 2023-10-04T21:01:18.358Z | Compiling ena v0.14.2 |
1898 | 2023-10-04T21:01:19.007Z | Compiling portable-atomic v1.4.3 |
1899 | 2023-10-04T21:01:19.952Z | Checking pretty-hex v0.3.0 |
1900 | 2023-10-04T21:01:20.193Z | Compiling diff v0.1.13 |
1901 | 2023-10-04T21:01:20.210Z | Compiling minimal-lexical v0.2.1 |
1902 | 2023-10-04T21:01:20.388Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1903 | 2023-10-04T21:01:20.638Z | Checking toml v0.8.0 |
1904 | 2023-10-04T21:01:20.647Z | Compiling lalrpop v0.19.12 |
1905 | 2023-10-04T21:01:20.915Z | Compiling nom v7.1.3 |
1906 | 2023-10-04T21:01:21.838Z | Checking path-dedot v3.1.0 |
1907 | 2023-10-04T21:01:21.891Z | Compiling libloading v0.7.4 |
1908 | 2023-10-04T21:01:21.904Z | Compiling ref-cast v1.0.20 |
1909 | 2023-10-04T21:01:21.921Z | Compiling salty v0.2.0 |
1910 | 2023-10-04T21:01:22.131Z | Compiling bindgen v0.65.1 |
1911 | 2023-10-04T21:01:22.553Z | Checking path-absolutize v3.1.0 |
1912 | 2023-10-04T21:01:22.729Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1913 | 2023-10-04T21:01:24.258Z | Compiling darling_macro v0.14.4 |
1914 | 2023-10-04T21:01:25.305Z | Checking globset v0.4.13 |
1915 | 2023-10-04T21:01:25.614Z | Compiling darling v0.14.4 |
1916 | 2023-10-04T21:01:25.778Z | Compiling derive_builder_core v0.12.0 |
1917 | 2023-10-04T21:01:26.032Z | Checking crossbeam-deque v0.8.3 |
1918 | 2023-10-04T21:01:26.154Z | Checking hashlink v0.8.3 |
1919 | 2023-10-04T21:01:26.518Z | Checking olpc-cjson v0.1.3 |
1920 | 2023-10-04T21:01:26.846Z | Compiling cexpr v0.6.0 |
1921 | 2023-10-04T21:01:27.090Z | Checking serde_plain v1.0.2 |
1922 | 2023-10-04T21:01:27.247Z | Compiling which v4.4.0 |
1923 | 2023-10-04T21:01:27.471Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1924 | 2023-10-04T21:01:28.546Z | Compiling ref-cast-impl v1.0.20 |
1925 | 2023-10-04T21:01:28.739Z | Compiling libxml v0.3.3 |
1926 | 2023-10-04T21:01:28.807Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1927 | 2023-10-04T21:01:29.218Z | Compiling shlex v1.1.0 |
1928 | 2023-10-04T21:01:29.245Z | Compiling peeking_take_while v0.1.2 |
1929 | 2023-10-04T21:01:29.327Z | Checking fallible-streaming-iterator v0.1.9 |
1930 | 2023-10-04T21:01:29.843Z | Compiling rustc-hash v1.1.0 |
1931 | 2023-10-04T21:01:30.269Z | Compiling lazycell v1.3.0 |
1932 | 2023-10-04T21:01:30.275Z | Compiling derive_builder_macro v0.12.0 |
1933 | 2023-10-04T21:01:30.280Z | Checking rusqlite v0.29.0 |
1934 | 2023-10-04T21:01:30.292Z | Checking tough v0.12.5 |
1935 | 2023-10-04T21:01:30.320Z | Checking twox-hash v1.6.3 |
1936 | 2023-10-04T21:01:30.600Z | Checking nix v0.26.2 |
1937 | 2023-10-04T21:01:30.802Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1938 | 2023-10-04T21:01:31.622Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1939 | 2023-10-04T21:01:32.097Z | Checking ff v0.13.0 |
1940 | 2023-10-04T21:01:32.184Z | Compiling strum_macros v0.24.3 |
1941 | 2023-10-04T21:01:32.410Z | Compiling num-derive v0.4.0 |
1942 | 2023-10-04T21:01:32.605Z | Checking display-error-chain v0.1.1 |
1943 | 2023-10-04T21:01:33.219Z | Compiling indoc v1.0.9 |
1944 | 2023-10-04T21:01:34.287Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1945 | 2023-10-04T21:01:35.806Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1946 | 2023-10-04T21:01:36.046Z | Checking group v0.13.0 |
1947 | 2023-10-04T21:01:36.753Z | Checking polyval v0.6.1 |
1948 | 2023-10-04T21:01:37.157Z | Checking num_enum v0.7.0 |
1949 | 2023-10-04T21:01:37.636Z | Checking ctr v0.9.2 |
1950 | 2023-10-04T21:01:37.884Z | Checking aes v0.8.3 |
1951 | 2023-10-04T21:01:37.889Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1952 | 2023-10-04T21:01:38.095Z | Checking crypto-bigint v0.5.2 |
1953 | 2023-10-04T21:01:38.274Z | Checking bincode v1.3.3 |
1954 | 2023-10-04T21:01:39.409Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1955 | 2023-10-04T21:01:39.414Z | Compiling cookie v0.16.2 |
1956 | 2023-10-04T21:01:39.418Z | Checking base16ct v0.2.0 |
1957 | 2023-10-04T21:01:39.760Z | Checking aes-gcm-siv v0.11.1 |
1958 | 2023-10-04T21:01:39.788Z | Checking rayon v1.7.0 |
1959 | 2023-10-04T21:01:40.570Z | Checking poly1305 v0.8.0 |
1960 | 2023-10-04T21:01:41.110Z | Checking thiserror-no-std v2.0.2 |
1961 | 2023-10-04T21:01:41.131Z | Checking env_logger v0.9.3 |
1962 | 2023-10-04T21:01:41.139Z | Checking elliptic-curve v0.13.5 |
1963 | 2023-10-04T21:01:41.824Z | Checking chacha20 v0.9.1 |
1964 | 2023-10-04T21:01:41.989Z | Compiling oso-derive v0.26.4 |
1965 | 2023-10-04T21:01:42.270Z | Compiling impl-trait-for-tuples v0.2.2 |
1966 | 2023-10-04T21:01:42.337Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1967 | 2023-10-04T21:01:42.554Z | Checking ascii v1.1.0 |
1968 | 2023-10-04T21:01:43.749Z | Checking ringbuffer v0.15.0 |
1969 | 2023-10-04T21:01:44.216Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1970 | 2023-10-04T21:01:44.352Z | Checking vsss-rs v3.3.1 |
1971 | 2023-10-04T21:01:44.397Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1972 | 2023-10-04T21:01:46.258Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1973 | 2023-10-04T21:01:46.268Z | Checking chacha20poly1305 v0.10.1 |
1974 | 2023-10-04T21:01:46.403Z | Checking bitstruct v0.1.1 |
1975 | 2023-10-04T21:01:46.552Z | Checking tungstenite v0.20.1 |
1976 | 2023-10-04T21:01:46.592Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1977 | 2023-10-04T21:01:46.901Z | Checking serde_arrays v0.1.0 |
1978 | 2023-10-04T21:01:49.739Z | Checking tokio-tungstenite v0.20.1 |
1979 | 2023-10-04T21:01:49.993Z | Checking signature v1.6.4 |
1980 | 2023-10-04T21:01:50.224Z | Checking assert_matches v1.5.0 |
1981 | 2023-10-04T21:01:50.426Z | Checking ed25519 v1.5.3 |
1982 | 2023-10-04T21:01:50.701Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1983 | 2023-10-04T21:01:50.773Z | Checking signal-hook-tokio v0.3.1 |
1984 | 2023-10-04T21:01:50.968Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1985 | 2023-10-04T21:01:51.518Z | Checking steno v0.4.0 |
1986 | 2023-10-04T21:01:51.875Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1987 | 2023-10-04T21:01:53.011Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1988 | 2023-10-04T21:01:53.128Z | Checking const_format v0.2.31 |
1989 | 2023-10-04T21:01:53.728Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1990 | 2023-10-04T21:01:53.985Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1991 | 2023-10-04T21:01:54.106Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1992 | 2023-10-04T21:01:55.449Z | Checking ron v0.7.1 |
1993 | 2023-10-04T21:01:55.969Z | Checking serde-big-array v0.4.1 |
1994 | 2023-10-04T21:01:56.205Z | Checking serde-big-array v0.5.1 |
1995 | 2023-10-04T21:01:56.577Z | Checking bit_field v0.10.2 |
1996 | 2023-10-04T21:01:56.961Z | Checking http-range v0.1.5 |
1997 | 2023-10-04T21:01:57.224Z | Checking hyper-staticfile v0.9.5 |
1998 | 2023-10-04T21:01:57.875Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1999 | 2023-10-04T21:01:59.260Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2000 | 2023-10-04T21:01:59.975Z | Compiling indoc v2.0.3 |
2001 | 2023-10-04T21:02:00.107Z | Checking corncobs v0.1.3 |
2002 | 2023-10-04T21:02:00.498Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2003 | 2023-10-04T21:02:06.817Z | Checking derive_builder v0.12.0 |
2004 | 2023-10-04T21:02:09.707Z | Checking bb8 v0.8.1 |
2005 | 2023-10-04T21:02:09.727Z | Checking quick-xml v0.23.1 |
2006 | 2023-10-04T21:02:09.770Z | Checking bytesize v1.3.0 |
2007 | 2023-10-04T21:02:10.483Z | Checking maplit v1.0.2 |
2008 | 2023-10-04T21:02:10.669Z | Checking fs-err v2.9.0 |
2009 | 2023-10-04T21:02:11.114Z | Checking number_prefix v0.4.0 |
2010 | 2023-10-04T21:02:12.465Z | Checking indicatif v0.17.6 |
2011 | 2023-10-04T21:02:12.718Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2012 | 2023-10-04T21:02:14.988Z | Checking signal-hook-mio v0.2.3 |
2013 | 2023-10-04T21:02:16.275Z | Compiling vte_generate_state_changes v0.1.1 |
2014 | 2023-10-04T21:02:24.996Z | Checking yansi v0.5.1 |
2015 | 2023-10-04T21:02:26.583Z | Checking pretty_assertions v1.4.0 |
2016 | 2023-10-04T21:02:28.236Z | Checking crossterm v0.27.0 |
2017 | 2023-10-04T21:02:30.187Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2018 | 2023-10-04T21:02:30.673Z | Checking fatfs v0.3.6 |
2019 | 2023-10-04T21:02:31.101Z | Checking plotters-backend v0.3.5 |
2020 | 2023-10-04T21:02:31.252Z | Checking cassowary v0.3.0 |
2021 | 2023-10-04T21:02:31.696Z | Checking plotters-svg v0.3.5 |
2022 | 2023-10-04T21:02:31.894Z | Checking ratatui v0.23.0 |
2023 | 2023-10-04T21:02:33.964Z | Checking rtoolbox v0.0.1 |
2024 | 2023-10-04T21:02:34.247Z | Checking owo-colors v3.5.0 |
2025 | 2023-10-04T21:02:34.818Z | Checking cast v0.3.0 |
2026 | 2023-10-04T21:02:35.051Z | Checking remove_dir_all v0.5.3 |
2027 | 2023-10-04T21:02:35.214Z | Checking tempdir v0.3.7 |
2028 | 2023-10-04T21:02:35.339Z | Checking criterion-plot v0.5.0 |
2029 | 2023-10-04T21:02:35.708Z | Checking tui-tree-widget v0.13.0 |
2030 | 2023-10-04T21:02:35.980Z | Checking rpassword v7.2.0 |
2031 | 2023-10-04T21:02:36.131Z | Checking plotters v0.3.5 |
2032 | 2023-10-04T21:02:38.979Z | Checking tinytemplate v1.2.1 |
2033 | 2023-10-04T21:02:39.113Z | Checking shell-words v1.1.0 |
2034 | 2023-10-04T21:02:39.177Z | Checking anes v0.1.6 |
2035 | 2023-10-04T21:02:39.364Z | Checking os_str_bytes v6.5.1 |
2036 | 2023-10-04T21:02:39.597Z | Checking oorandom v11.1.3 |
2037 | 2023-10-04T21:02:39.815Z | Checking criterion v0.5.1 |
2038 | 2023-10-04T21:02:39.916Z | Checking clap_lex v0.2.4 |
2039 | 2023-10-04T21:02:45.932Z | Checking assert_cmd v2.0.12 |
2040 | 2023-10-04T21:02:46.150Z | Compiling clap_derive v3.2.25 |
2041 | 2023-10-04T21:02:46.515Z | Checking dashmap v5.5.1 |
2042 | 2023-10-04T21:02:46.877Z | Compiling serial_test_derive v0.10.0 |
2043 | 2023-10-04T21:02:47.446Z | Compiling crossbeam-queue v0.3.8 |
2044 | 2023-10-04T21:02:48.384Z | Checking vte v0.11.1 |
2045 | 2023-10-04T21:02:48.489Z | Checking serial_test v0.10.0 |
2046 | 2023-10-04T21:02:49.239Z | Checking threadpool v1.8.1 |
2047 | 2023-10-04T21:02:50.891Z | Checking strip-ansi-escapes v0.2.0 |
2048 | 2023-10-04T21:02:52.528Z | Checking crossterm v0.26.1 |
2049 | 2023-10-04T21:02:53.803Z | Checking clap v3.2.25 |
2050 | 2023-10-04T21:02:55.181Z | Compiling tabled_derive v0.6.0 |
2051 | 2023-10-04T21:02:55.421Z | Checking httptest v0.15.4 |
2052 | 2023-10-04T21:02:55.442Z | Checking similar-asserts v1.5.0 |
2053 | 2023-10-04T21:02:55.588Z | Checking fd-lock v3.0.13 |
2054 | 2023-10-04T21:02:55.884Z | Compiling rstest_macros v0.18.2 |
2055 | 2023-10-04T21:02:56.013Z | Checking nanorand v0.7.0 |
2056 | 2023-10-04T21:02:56.667Z | Checking nu-ansi-term v0.49.0 |
2057 | 2023-10-04T21:02:56.896Z | Checking flume v0.11.0 |
2058 | 2023-10-04T21:02:57.267Z | Checking reedline v0.23.0 |
2059 | 2023-10-04T21:02:59.227Z | Checking libtest-mimic v0.5.2 |
2060 | 2023-10-04T21:02:59.978Z | Checking datatest-stable v0.1.3 |
2061 | 2023-10-04T21:03:00.942Z | Compiling pin-project-internal v1.1.3 |
2062 | 2023-10-04T21:03:01.128Z | Checking arrayvec v0.7.4 |
2063 | 2023-10-04T21:03:01.704Z | Compiling trybuild v1.0.85 |
2064 | 2023-10-04T21:03:01.741Z | Checking bytecount v0.6.3 |
2065 | 2023-10-04T21:03:01.980Z | Checking constant_time_eq v0.2.6 |
2066 | 2023-10-04T21:03:02.157Z | Checking arrayref v0.3.7 |
2067 | 2023-10-04T21:03:02.176Z | Checking topological-sort v0.2.2 |
2068 | 2023-10-04T21:03:02.206Z | Compiling relative-path v1.9.0 |
2069 | 2023-10-04T21:03:02.293Z | Checking blake2b_simd v1.0.1 |
2070 | 2023-10-04T21:03:02.483Z | Checking papergrid v0.10.0 |
2071 | 2023-10-04T21:03:05.404Z | Checking basic-toml v0.1.4 |
2072 | 2023-10-04T21:03:05.652Z | Checking pin-project v1.1.3 |
2073 | 2023-10-04T21:03:05.812Z | Checking constant_time_eq v0.3.0 |
2074 | 2023-10-04T21:03:06.102Z | Checking futures-timer v3.0.2 |
2075 | 2023-10-04T21:03:06.133Z | Checking rust-argon2 v1.0.1 |
2076 | 2023-10-04T21:03:06.540Z | Checking partial-io v0.5.4 |
2077 | 2023-10-04T21:03:07.109Z | Checking tabled v0.14.0 |
2078 | 2023-10-04T21:03:08.578Z | Checking approx v0.5.1 |
2079 | 2023-10-04T21:03:08.632Z | Checking cargo-platform v0.1.3 |
2080 | 2023-10-04T21:03:09.091Z | Checking hex-literal v0.4.1 |
2081 | 2023-10-04T21:03:09.094Z | Checking cargo_metadata v0.18.0 |
2082 | 2023-10-04T21:03:09.516Z | Checking crossbeam v0.8.2 |
2083 | 2023-10-04T21:03:11.815Z | Checking cargo_toml v0.16.3 |
2084 | 2023-10-04T21:03:12.241Z | Checking termios v0.3.3 |
2085 | 2023-10-04T21:03:15.013Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2086 | 2023-10-04T21:03:16.005Z | Checking rstest v0.18.2 |
2087 | 2023-10-04T21:03:23.386Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2088 | 2023-10-04T21:03:35.926Z | Compiling bzip2 v0.4.4 |
2089 | 2023-10-04T21:03:36.441Z | Compiling zip v0.6.6 |
2090 | 2023-10-04T21:03:37.312Z | Compiling polar-core v0.26.4 |
2091 | 2023-10-04T21:03:37.771Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2092 | 2023-10-04T21:03:38.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2093 | 2023-10-04T21:03:39.120Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2094 | 2023-10-04T21:03:39.495Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2095 | 2023-10-04T21:03:39.514Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2096 | 2023-10-04T21:03:39.679Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2097 | 2023-10-04T21:03:40.127Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2098 | 2023-10-04T21:03:40.373Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2023-10-04T21:03:41.577Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2100 | 2023-10-04T21:03:41.720Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2101 | 2023-10-04T21:03:41.723Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2102 | 2023-10-04T21:03:42.149Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2103 | 2023-10-04T21:03:42.203Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2104 | 2023-10-04T21:03:42.712Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2105 | 2023-10-04T21:03:44.439Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2106 | 2023-10-04T21:03:44.894Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2107 | 2023-10-04T21:03:49.541Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2023-10-04T21:03:56.621Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2109 | 2023-10-04T21:03:56.911Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2110 | 2023-10-04T21:03:59.495Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2111 | 2023-10-04T21:03:59.930Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2112 | 2023-10-04T21:04:01.812Z | Checking oso v0.26.4 |
2113 | 2023-10-04T21:04:02.023Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2023-10-04T21:04:02.416Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2023-10-04T21:04:04.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2116 | 2023-10-04T21:04:05.418Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2023-10-04T21:04:05.481Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2118 | 2023-10-04T21:04:09.892Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2119 | 2023-10-04T21:04:11.839Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2120 | 2023-10-04T21:04:12.814Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2121 | 2023-10-04T21:04:14.179Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2122 | 2023-10-04T21:04:15.199Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2123 | 2023-10-04T21:04:23.703Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2023-10-04T21:04:26.134Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2125 | 2023-10-04T21:04:29.026Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2023-10-04T21:04:29.166Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2127 | 2023-10-04T21:04:29.340Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2128 | 2023-10-04T21:04:30.549Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2129 | 2023-10-04T21:04:31.506Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2130 | 2023-10-04T21:04:32.390Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2131 | 2023-10-04T21:04:33.524Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2132 | 2023-10-04T21:04:37.687Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2133 | 2023-10-04T21:04:37.977Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2134 | 2023-10-04T21:04:38.173Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2135 | 2023-10-04T21:04:39.219Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2136 | 2023-10-04T21:04:41.984Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2137 | 2023-10-04T21:04:42.962Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2138 | 2023-10-04T21:04:49.923Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2139 | 2023-10-04T21:04:51.582Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2140 | 2023-10-04T21:04:51.853Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2141 | 2023-10-04T21:04:57.072Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2142 | 2023-10-04T21:05:00.872Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2143 | 2023-10-04T21:05:01.104Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2144 | 2023-10-04T21:05:01.961Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-10-04T21:05:07.399Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2146 | 2023-10-04T21:05:09.955Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2147 | 2023-10-04T21:05:19.919Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2148 | 2023-10-04T21:05:39.107Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2149 | 2023-10-04T21:06:00.119Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2150 | 2023-10-04T21:06:26.390Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2151 | 2023-10-04T21:07:07.181Z | Compiling git2 v0.17.2 |
2152 | 2023-10-04T21:07:16.223Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2153 | 2023-10-04T21:07:18.894Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2154 | 2023-10-04T21:07:28.619Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2155 | 2023-10-04T21:07:37.999Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2156 | 2023-10-04T21:07:38.308Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2157 | 2023-10-04T21:07:38.833Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2158 | 2023-10-04T21:07:40.382Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2159 | 2023-10-04T21:08:17.811Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2160 | 2023-10-04T21:09:34.993Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 02s |
2161 | 2023-10-04T21:09:35.211Z | |
2162 | 2023-10-04T21:09:35.220Z | real 14:06.310561231 |
2163 | 2023-10-04T21:09:35.231Z | user 1:22:33.842680371 |
2164 | 2023-10-04T21:09:35.256Z | sys 11:09.430262263 |
2165 | 2023-10-04T21:09:35.288Z | trap 2.861447143 |
2166 | 2023-10-04T21:09:35.301Z | tflt 4.399537621 |
2167 | 2023-10-04T21:09:35.327Z | dflt 4.500191514 |
2168 | 2023-10-04T21:09:35.369Z | kflt 0.029023222 |
2169 | 2023-10-04T21:09:35.402Z | lock 1:54:13.999234917 |
2170 | 2023-10-04T21:09:35.410Z | slp 4:37:31.466016544 |
2171 | 2023-10-04T21:09:35.446Z | lat 3:08.536459821 |
2172 | 2023-10-04T21:09:35.473Z | stop 7:40.141547812 |
2173 | 2023-10-04T21:09:35.509Z | process exited: duration 989664 ms, exit code 0 |
|
2174 | 2023-10-04T21:09:35.552Z | found 0 output files |