|
|
|
1 | 2023-09-20T01:57:20.731Z | job assigned to worker 01HAR4TWEHS0R9AHREP5PR628S (queued for 1 m 4 s) |
|
2 | 2023-09-20T01:57:20.996Z | starting task 0: "setup" |
3 | 2023-09-20T01:57:21.072Z | ++ uname -s |
4 | 2023-09-20T01:57:21.080Z | + kern=SunOS |
5 | 2023-09-20T01:57:21.093Z | + case "$kern" in |
6 | 2023-09-20T01:57:21.104Z | + groupadd -g 12345 build |
7 | 2023-09-20T01:57:21.114Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-20T01:57:23.080Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-20T01:57:23.216Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-20T01:57:23.219Z | + home_fs=zfs |
11 | 2023-09-20T01:57:23.222Z | + [[ zfs == autofs ]] |
12 | 2023-09-20T01:57:23.224Z | + mkdir -p /home/build |
13 | 2023-09-20T01:57:23.228Z | + chown build:build /home/build /work |
14 | 2023-09-20T01:57:25.230Z | + chmod 0700 /home/build /work |
15 | 2023-09-20T01:57:25.238Z | process exited: duration 4225 ms, exit code 0 |
|
16 | 2023-09-20T01:57:25.246Z | starting task 1: "rust-toolchain" |
17 | 2023-09-20T01:57:25.259Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-20T01:57:25.266Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default |
19 | 2023-09-20T01:57:25.617Z | info: downloading installer |
20 | 2023-09-20T01:57:27.402Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-20T01:57:27.414Z | warning: /opt/ooce/bin |
22 | 2023-09-20T01:57:27.430Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-20T01:57:27.437Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-20T01:57:27.444Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-20T01:57:27.454Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-20T01:57:27.464Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-20T01:57:27.471Z | error: cannot install while Rust is installed |
28 | 2023-09-20T01:57:27.485Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-20T01:57:27.490Z | info: profile set to 'default' |
30 | 2023-09-20T01:57:27.494Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-20T01:57:27.505Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
32 | 2023-09-20T01:57:27.661Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
33 | 2023-09-20T01:57:27.666Z | info: downloading component 'cargo' |
34 | 2023-09-20T01:57:28.449Z | info: downloading component 'clippy' |
35 | 2023-09-20T01:57:28.728Z | info: downloading component 'rust-docs' |
36 | 2023-09-20T01:57:29.792Z | info: downloading component 'rust-std' |
37 | 2023-09-20T01:57:31.523Z | info: downloading component 'rustc' |
38 | 2023-09-20T01:57:35.765Z | info: downloading component 'rustfmt' |
39 | 2023-09-20T01:57:36.031Z | info: installing component 'cargo' |
40 | 2023-09-20T01:57:37.444Z | info: installing component 'clippy' |
41 | 2023-09-20T01:57:38.045Z | info: installing component 'rust-docs' |
42 | 2023-09-20T01:57:40.748Z | info: installing component 'rust-std' |
43 | 2023-09-20T01:57:43.805Z | info: installing component 'rustc' |
44 | 2023-09-20T01:57:50.709Z | info: installing component 'rustfmt' |
45 | 2023-09-20T01:57:51.162Z | info: default toolchain set to '1.72.0-x86_64-unknown-illumos' |
46 | 2023-09-20T01:57:51.176Z | |
47 | 2023-09-20T01:57:51.292Z | 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
48 | 2023-09-20T01:57:51.295Z | |
49 | 2023-09-20T01:57:51.298Z | |
50 | 2023-09-20T01:57:51.302Z | Rust is installed now. Great! |
51 | 2023-09-20T01:57:51.308Z | |
52 | 2023-09-20T01:57:51.314Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-20T01:57:51.349Z | environment variable. This has not been done automatically. |
54 | 2023-09-20T01:57:51.353Z | |
55 | 2023-09-20T01:57:51.357Z | To configure your current shell, run: |
56 | 2023-09-20T01:57:51.360Z | source "$HOME/.cargo/env" |
57 | 2023-09-20T01:57:51.386Z | + rustc --version |
58 | 2023-09-20T01:57:51.496Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
59 | 2023-09-20T01:57:51.504Z | process exited: duration 26251 ms, exit code 0 |
|
60 | 2023-09-20T01:57:51.515Z | starting task 2: "authentication" |
61 | 2023-09-20T01:57:51.606Z | process exited: duration 74 ms, exit code 0 |
|
62 | 2023-09-20T01:57:51.623Z | starting task 3: "clone repository" |
63 | 2023-09-20T01:57:51.642Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-09-20T01:57:51.650Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-09-20T01:57:52.143Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-09-20T01:57:56.814Z | + cd /work/oxidecomputer/omicron |
67 | 2023-09-20T01:57:56.818Z | + [[ -n dap/bgtask3 ]] |
68 | 2023-09-20T01:57:56.821Z | + git fetch origin dap/bgtask3 |
69 | 2023-09-20T01:57:57.202Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-09-20T01:57:57.213Z | * branch dap/bgtask3 -> FETCH_HEAD |
71 | 2023-09-20T01:57:57.624Z | + git checkout -B dap/bgtask3 remotes/origin/dap/bgtask3 |
72 | 2023-09-20T01:57:57.632Z | Switched to a new branch 'dap/bgtask3' |
73 | 2023-09-20T01:57:57.644Z | branch 'dap/bgtask3' set up to track 'origin/dap/bgtask3'. |
74 | 2023-09-20T01:57:57.653Z | + git reset --hard 752cc3a19492ef8fedbaa7390cd6e167a513c1de |
75 | 2023-09-20T01:57:57.670Z | HEAD is now at 752cc3a1 fix test again |
76 | 2023-09-20T01:57:57.687Z | process exited: duration 5806 ms, exit code 0 |
|
77 | 2023-09-20T01:57:57.705Z | starting task 4: "build" |
78 | 2023-09-20T01:57:57.720Z | + cargo --version |
79 | 2023-09-20T01:57:57.804Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
80 | 2023-09-20T01:57:58.227Z | + rustc --version |
81 | 2023-09-20T01:57:58.245Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
82 | 2023-09-20T01:57:58.666Z | + source ./env.sh |
83 | 2023-09-20T01:57:58.673Z | ++ set -o xtrace |
84 | 2023-09-20T01:57:58.676Z | ++++ dirname ./env.sh |
85 | 2023-09-20T01:57:58.679Z | +++ cd . |
86 | 2023-09-20T01:57:58.681Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-09-20T01:57:58.686Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-09-20T01:57:58.689Z | ++ 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-09-20T01:57:58.692Z | ++ 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-09-20T01:57:58.694Z | ++ 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-09-20T01:57:58.697Z | ++ 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-09-20T01:57:58.700Z | ++ 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-09-20T01:57:58.703Z | ++ 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-09-20T01:57:58.705Z | ++ unset OMICRON_WS |
95 | 2023-09-20T01:57:58.708Z | ++ set +o xtrace |
96 | 2023-09-20T01:57:58.711Z | |
97 | 2023-09-20T01:57:58.720Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-09-20T01:57:59.133Z | # # # # # # # # # # # # # # # |
99 | 2023-09-20T01:57:59.136Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-09-20T01:57:59.139Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-09-20T01:57:59.141Z | # # # # # # # # # # # # # # # |
102 | 2023-09-20T01:57:59.146Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-09-20T01:57:59.561Z | |
104 | 2023-09-20T01:58:10.956Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-09-20T01:58:11.443Z | Startup: Caching catalogs ... Done |
106 | 2023-09-20T01:58:11.778Z | Planning: Solver setup ... Done (1.946s) |
107 | 2023-09-20T01:58:11.969Z | Planning: Running solver ... Done (0.066s) |
108 | 2023-09-20T01:58:12.128Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-09-20T01:58:12.304Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-09-20T01:58:12.394Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-09-20T01:58:12.569Z | Planning: Package planning ... Done (0.120s) |
112 | 2023-09-20T01:58:12.683Z | Planning: Merging actions ... Done (0.084s) |
113 | 2023-09-20T01:58:12.792Z | Planning: Checking for conflicting actions ... Done (0.873s) |
114 | 2023-09-20T01:58:12.873Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-09-20T01:58:14.844Z | Planning: Evaluating mediators ... Done (4.712s) |
116 | 2023-09-20T01:58:14.861Z | Planning: Planning completed in 8.70 seconds |
117 | 2023-09-20T01:58:17.008Z | Packages to install: 4 |
118 | 2023-09-20T01:58:17.012Z | Mediators to change: 2 |
119 | 2023-09-20T01:58:17.015Z | Services to change: 1 |
120 | 2023-09-20T01:58:17.017Z | Estimated space available: 149.40 GB |
121 | 2023-09-20T01:58:17.021Z | Estimated space to be consumed: 1.34 GB |
122 | 2023-09-20T01:58:17.023Z | Create boot environment: No |
123 | 2023-09-20T01:58:17.026Z | Create backup boot environment: No |
124 | 2023-09-20T01:58:17.029Z | Rebuild boot archive: No |
125 | 2023-09-20T01:58:17.032Z | |
126 | 2023-09-20T01:58:17.035Z | Changed mediators: |
127 | 2023-09-20T01:58:17.038Z | mediator clang: |
128 | 2023-09-20T01:58:17.040Z | version: None -> 15 (system default) |
129 | 2023-09-20T01:58:17.043Z | |
130 | 2023-09-20T01:58:17.046Z | mediator llvm: |
131 | 2023-09-20T01:58:17.049Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-09-20T01:58:17.052Z | |
133 | 2023-09-20T01:58:17.055Z | Changed packages: |
134 | 2023-09-20T01:58:17.058Z | helios-dev |
135 | 2023-09-20T01:58:17.061Z | developer/build-essential |
136 | 2023-09-20T01:58:17.063Z | None -> 11-2.0 |
137 | 2023-09-20T01:58:17.066Z | library/libxmlsec1 |
138 | 2023-09-20T01:58:17.069Z | None -> 1.2.35-2.0 |
139 | 2023-09-20T01:58:17.072Z | ooce/developer/clang-15 |
140 | 2023-09-20T01:58:17.075Z | None -> 15.0.7-2.0 |
141 | 2023-09-20T01:58:17.079Z | ooce/developer/llvm-15 |
142 | 2023-09-20T01:58:17.082Z | None -> 15.0.7-2.0 |
143 | 2023-09-20T01:58:17.128Z | |
144 | 2023-09-20T01:58:17.143Z | Services: |
145 | 2023-09-20T01:58:17.567Z | restart_fmri: |
146 | 2023-09-20T01:58:17.579Z | svc:/system/update-man-index:default |
147 | 2023-09-20T01:58:17.592Z | |
148 | 2023-09-20T01:58:17.596Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-09-20T01:58:23.494Z | Download: 208/3290 items 1.3/212.6MB 0% complete (424k/s) |
150 | 2023-09-20T01:58:28.500Z | Download: 663/3290 items 17.7/212.6MB 8% complete (1.7M/s) |
151 | 2023-09-20T01:58:33.511Z | Download: 1021/3290 items 19.5/212.6MB 9% complete (1.9M/s) |
152 | 2023-09-20T01:58:40.124Z | Download: 1193/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
153 | 2023-09-20T01:58:47.744Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
154 | 2023-09-20T01:58:59.471Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
155 | 2023-09-20T01:59:04.475Z | Download: 1656/3290 items 116.5/212.6MB 54% complete (6.7M/s) |
156 | 2023-09-20T01:59:09.482Z | Download: 2661/3290 items 120.6/212.6MB 56% complete (3.8M/s) |
157 | 2023-09-20T01:59:25.249Z | Download: 3248/3290 items 202.9/212.6MB 95% complete |
158 | 2023-09-20T01:59:26.988Z | Download: Completed 212.60 MB in 69.71 seconds (3.0M/s) |
159 | 2023-09-20T01:59:27.240Z | Actions: 1/3687 actions (Installing new actions) |
160 | 2023-09-20T01:59:32.508Z | Actions: 1599/3687 actions (Installing new actions) |
161 | 2023-09-20T01:59:35.344Z | Actions: Completed 3687 actions in 8.11 seconds. |
162 | 2023-09-20T01:59:35.408Z | Done (0.041s) |
163 | 2023-09-20T01:59:35.412Z | Done (0.000s) |
164 | 2023-09-20T01:59:35.496Z | Done (0.107s) |
165 | 2023-09-20T01:59:42.947Z | Done (7.349s) |
166 | 2023-09-20T01:59:43.170Z | Done (0.121s) |
167 | 2023-09-20T01:59:43.180Z | Done (0.000s) |
168 | 2023-09-20T01:59:43.377Z | Done (0.000s) |
169 | 2023-09-20T01:59:44.009Z | Planning: Evaluating mediator changes ... Done |
170 | 2023-09-20T01:59:44.292Z | Planning: Checking for conflicting actions ... Done |
171 | 2023-09-20T01:59:44.301Z | Planning: Consolidating action changes ... Done |
172 | 2023-09-20T01:59:44.727Z | Planning: Evaluating mediators ... Done |
173 | 2023-09-20T01:59:44.733Z | Planning: Planning completed in 0.72 seconds |
174 | 2023-09-20T01:59:44.778Z | Mediators to change: 2 |
175 | 2023-09-20T01:59:44.783Z | Create boot environment: No |
176 | 2023-09-20T01:59:44.795Z | Create backup boot environment: No |
177 | 2023-09-20T01:59:44.892Z | Done |
178 | 2023-09-20T01:59:44.909Z | Done |
179 | 2023-09-20T01:59:44.935Z | Done |
180 | 2023-09-20T01:59:50.789Z | Done |
181 | 2023-09-20T01:59:50.907Z | Done |
182 | 2023-09-20T01:59:50.912Z | Done |
183 | 2023-09-20T01:59:51.412Z | Done |
184 | 2023-09-20T01:59:51.999Z | Planning: Evaluating mediator changes ... Done |
185 | 2023-09-20T01:59:52.002Z | Planning: Merging actions ... Done |
186 | 2023-09-20T01:59:52.327Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-09-20T01:59:52.334Z | Planning: Consolidating action changes ... Done |
188 | 2023-09-20T01:59:52.755Z | Planning: Evaluating mediators ... Done |
189 | 2023-09-20T01:59:52.845Z | Planning: Planning completed in 1.29 seconds |
190 | 2023-09-20T01:59:52.906Z | Packages to change: 1 |
191 | 2023-09-20T01:59:52.915Z | Mediators to change: 1 |
192 | 2023-09-20T01:59:52.921Z | Services to change: 1 |
193 | 2023-09-20T01:59:52.926Z | Create boot environment: No |
194 | 2023-09-20T01:59:52.929Z | Create backup boot environment: Yes |
195 | 2023-09-20T01:59:54.694Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2023-09-20T01:59:54.698Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2023-09-20T01:59:54.704Z | Done |
198 | 2023-09-20T01:59:54.709Z | Done |
199 | 2023-09-20T01:59:54.721Z | Done |
200 | 2023-09-20T02:00:00.463Z | Done |
201 | 2023-09-20T02:00:00.583Z | Done |
202 | 2023-09-20T02:00:00.586Z | Done |
203 | 2023-09-20T02:00:00.683Z | Done |
204 | 2023-09-20T02:00:01.362Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2023-09-20T02:00:01.368Z | clang system 15 system |
206 | 2023-09-20T02:00:01.373Z | csh system system illumos |
207 | 2023-09-20T02:00:01.378Z | ctags system system illumos |
208 | 2023-09-20T02:00:01.383Z | gcc vendor 12 vendor |
209 | 2023-09-20T02:00:01.389Z | gcc system 10 system |
210 | 2023-09-20T02:00:01.398Z | gcc system 7 system |
211 | 2023-09-20T02:00:01.402Z | go system 1.20 system |
212 | 2023-09-20T02:00:01.407Z | go system 1.19 system |
213 | 2023-09-20T02:00:01.414Z | llvm system 15 system |
214 | 2023-09-20T02:00:01.423Z | llvm system 14 system |
215 | 2023-09-20T02:00:01.428Z | mariadb system 10.6 system |
216 | 2023-09-20T02:00:01.435Z | mta vendor vendor dma |
217 | 2023-09-20T02:00:01.439Z | openjdk system 17 system |
218 | 2023-09-20T02:00:01.445Z | openjdk system 11 system |
219 | 2023-09-20T02:00:01.452Z | openjdk system 1.8 system |
220 | 2023-09-20T02:00:01.456Z | openssl vendor 3 vendor |
221 | 2023-09-20T02:00:01.461Z | perl system 5.36 system |
222 | 2023-09-20T02:00:01.869Z | postgresql system 15 system |
223 | 2023-09-20T02:00:01.875Z | postgresql system 13 system |
224 | 2023-09-20T02:00:01.880Z | python vendor 3 vendor |
225 | 2023-09-20T02:00:01.884Z | python system 2 system |
226 | 2023-09-20T02:00:01.888Z | python3 system 3.11 system |
227 | 2023-09-20T02:00:01.892Z | ruby system 3.0 system |
228 | 2023-09-20T02:00:01.896Z | words vendor vendor american-english |
229 | 2023-09-20T02:00:01.900Z | words system system australian-english |
230 | 2023-09-20T02:00:01.904Z | words system system british-english |
231 | 2023-09-20T02:00:01.908Z | words system system canadian-english |
232 | 2023-09-20T02:00:01.913Z | words system system french |
233 | 2023-09-20T02:00:01.916Z | words system system italian |
234 | 2023-09-20T02:00:01.921Z | words system system ngerman |
235 | 2023-09-20T02:00:01.925Z | words system system ogerman |
236 | 2023-09-20T02:00:01.930Z | words system system spanish |
237 | 2023-09-20T02:00:01.934Z | FMRI IFO |
238 | 2023-09-20T02:00:01.938Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2023-09-20T02:00:01.944Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2023-09-20T02:00:01.949Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2023-09-20T02:00:01.954Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
242 | 2023-09-20T02:00:01.960Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2023-09-20T02:00:01.965Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
244 | 2023-09-20T02:00:01.992Z | + set -o errexit |
245 | 2023-09-20T02:00:01.998Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-09-20T02:00:02.002Z | ++ cd ./tools |
247 | 2023-09-20T02:00:02.007Z | ++ pwd |
248 | 2023-09-20T02:00:02.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-09-20T02:00:02.022Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-09-20T02:00:02.034Z | + ARG0=ci_download_cockroachdb |
251 | 2023-09-20T02:00:02.052Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-09-20T02:00:02.060Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-09-20T02:00:02.064Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-09-20T02:00:02.069Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-09-20T02:00:02.074Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-09-20T02:00:02.083Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-09-20T02:00:02.090Z | + TARGET_DIR=out |
258 | 2023-09-20T02:00:02.095Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-09-20T02:00:02.104Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-09-20T02:00:02.118Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-09-20T02:00:02.128Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-09-20T02:00:02.137Z | + main |
263 | 2023-09-20T02:00:02.557Z | + [[ 0 != 0 ]] |
264 | 2023-09-20T02:00:02.568Z | + CIDL_OS=solaris2.11 |
265 | 2023-09-20T02:00:02.616Z | + [[ 0 != 0 ]] |
266 | 2023-09-20T02:00:02.629Z | + configure_os solaris2.11 |
267 | 2023-09-20T02:00:02.647Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-09-20T02:00:02.654Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-09-20T02:00:02.660Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2023-09-20T02:00:02.665Z | configuring based on OS: "solaris2.11" |
271 | 2023-09-20T02:00:02.670Z | + case "$1" in |
272 | 2023-09-20T02:00:02.675Z | + CIDL_BUILD=illumos |
273 | 2023-09-20T02:00:02.680Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-09-20T02:00:02.686Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-09-20T02:00:02.690Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-09-20T02:00:02.694Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-09-20T02:00:02.698Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-09-20T02:00:02.703Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-09-20T02:00:02.709Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-09-20T02:00:02.713Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-09-20T02:00:02.716Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-09-20T02:00:02.720Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-09-20T02:00:02.725Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-09-20T02:00:02.729Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-09-20T02:00:02.734Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2023-09-20T02:00:02.738Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-09-20T02:00:02.742Z | + mkdir -p out/downloads |
288 | 2023-09-20T02:00:02.750Z | + mkdir -p ./out/cockroachdb |
289 | 2023-09-20T02:00:02.754Z | + local DO_DOWNLOAD=true |
290 | 2023-09-20T02:00:02.763Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-09-20T02:00:02.772Z | + '[' true == true ']' |
292 | 2023-09-20T02:00:02.777Z | + echo Downloading... |
293 | 2023-09-20T02:00:02.781Z | Downloading... |
294 | 2023-09-20T02:00:02.785Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-09-20T02:00:02.789Z | + 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 |
296 | 2023-09-20T02:00:10.352Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-09-20T02:00:10.359Z | ++ md5sum |
298 | 2023-09-20T02:00:10.368Z | ++ awk '{print $1}' |
299 | 2023-09-20T02:00:10.537Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-09-20T02:00:10.543Z | + [[ 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 ]] |
301 | 2023-09-20T02:00:10.546Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-09-20T02:00:10.551Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-09-20T02:00:13.902Z | + do_assemble_illumos |
304 | 2023-09-20T02:00:13.908Z | + rm -r ./out/cockroachdb |
305 | 2023-09-20T02:00:13.913Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-09-20T02:00:14.557Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-09-20T02:00:14.886Z | Build Tag: v22.1.9-dirty |
308 | 2023-09-20T02:00:14.899Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-09-20T02:00:14.923Z | Distribution: OSS |
310 | 2023-09-20T02:00:14.935Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-09-20T02:00:14.960Z | Go Version: go1.17.13 |
312 | 2023-09-20T02:00:14.970Z | C Compiler: gcc 10.3.0 |
313 | 2023-09-20T02:00:14.982Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-09-20T02:00:14.987Z | Build Type: release |
315 | 2023-09-20T02:00:14.995Z | + set -o errexit |
316 | 2023-09-20T02:00:15.010Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-09-20T02:00:15.021Z | ++ cd ./tools |
318 | 2023-09-20T02:00:15.082Z | ++ pwd |
319 | 2023-09-20T02:00:15.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-09-20T02:00:15.120Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-09-20T02:00:15.144Z | + ARG0=ci_download_clickhouse |
322 | 2023-09-20T02:00:15.149Z | + TARGET_DIR=out |
323 | 2023-09-20T02:00:15.156Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-09-20T02:00:15.159Z | + DEST_DIR=./out/clickhouse |
325 | 2023-09-20T02:00:15.163Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-09-20T02:00:15.166Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-09-20T02:00:15.170Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-09-20T02:00:15.174Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-09-20T02:00:15.178Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-09-20T02:00:15.181Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-09-20T02:00:15.185Z | + main |
332 | 2023-09-20T02:00:15.191Z | + [[ 0 != 0 ]] |
333 | 2023-09-20T02:00:15.196Z | + CIDL_OS=solaris2.11 |
334 | 2023-09-20T02:00:15.210Z | + [[ 0 != 0 ]] |
335 | 2023-09-20T02:00:15.215Z | + configure_os solaris2.11 |
336 | 2023-09-20T02:00:15.220Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-09-20T02:00:15.225Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-09-20T02:00:15.229Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-09-20T02:00:15.236Z | + CIDL_DASHREV= |
340 | 2023-09-20T02:00:15.242Z | configuring based on OS: "solaris2.11" |
341 | 2023-09-20T02:00:15.260Z | + case "$1" in |
342 | 2023-09-20T02:00:15.272Z | + CIDL_PLATFORM=illumos |
343 | 2023-09-20T02:00:15.284Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-09-20T02:00:15.302Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-09-20T02:00:15.315Z | + CIDL_DASHREV=-1 |
346 | 2023-09-20T02:00:15.739Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-09-20T02:00:15.753Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-09-20T02:00:15.763Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-09-20T02:00:15.791Z | + TARBALL_DIR=out/downloads/clickhouse-v22.8.9.24 |
350 | 2023-09-20T02:00:15.804Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-09-20T02:00:15.841Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-09-20T02:00:15.854Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-09-20T02:00:15.864Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-09-20T02:00:15.878Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2023-09-20T02:00:15.891Z | + mkdir -p out/downloads |
356 | 2023-09-20T02:00:15.910Z | + mkdir -p ./out/clickhouse |
357 | 2023-09-20T02:00:15.918Z | + local DO_DOWNLOAD=true |
358 | 2023-09-20T02:00:15.936Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
359 | 2023-09-20T02:00:15.951Z | + '[' true == true ']' |
360 | 2023-09-20T02:00:15.963Z | + echo Downloading... |
361 | 2023-09-20T02:00:15.983Z | Downloading... |
362 | 2023-09-20T02:00:15.999Z | + 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 |
363 | 2023-09-20T02:00:16.422Z | + 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 |
364 | 2023-09-20T02:00:16.438Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-09-20T02:00:16.443Z | ++ md5sum |
366 | 2023-09-20T02:00:16.459Z | ++ awk '{print $1}' |
367 | 2023-09-20T02:00:16.563Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2023-09-20T02:00:16.570Z | + [[ 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 ]] |
369 | 2023-09-20T02:00:16.578Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
370 | 2023-09-20T02:00:16.591Z | + mkdir -p ./out/clickhouse |
371 | 2023-09-20T02:00:16.595Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
372 | 2023-09-20T02:00:21.441Z | + ./out/clickhouse/clickhouse server --version |
373 | 2023-09-20T02:00:21.451Z | ClickHouse server version 22.8.9.1. |
374 | 2023-09-20T02:00:21.479Z | + set -o errexit |
375 | 2023-09-20T02:00:21.513Z | +++ dirname ./tools/ci_download_console |
376 | 2023-09-20T02:00:21.541Z | ++ cd ./tools |
377 | 2023-09-20T02:00:21.560Z | ++ pwd |
378 | 2023-09-20T02:00:21.581Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
379 | 2023-09-20T02:00:21.623Z | ++ basename ./tools/ci_download_console |
380 | 2023-09-20T02:00:21.674Z | + ARG0=ci_download_console |
381 | 2023-09-20T02:00:21.689Z | + TARGET_DIR=out |
382 | 2023-09-20T02:00:21.708Z | + DOWNLOAD_DIR=out/downloads |
383 | 2023-09-20T02:00:21.727Z | + DEST_DIR=./out/console-assets |
384 | 2023-09-20T02:00:21.740Z | + URL_BASE=https://dl.oxide.computer/releases/console |
385 | 2023-09-20T02:00:22.165Z | + source /work/oxidecomputer/omicron/tools/console_version |
386 | 2023-09-20T02:00:22.175Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
387 | 2023-09-20T02:00:22.180Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
388 | 2023-09-20T02:00:22.186Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
389 | 2023-09-20T02:00:22.190Z | + TARBALL_FILE=out/downloads/console.tar.gz |
390 | 2023-09-20T02:00:22.199Z | + main |
391 | 2023-09-20T02:00:22.205Z | + [[ 0 != 0 ]] |
392 | 2023-09-20T02:00:22.212Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
393 | 2023-09-20T02:00:22.217Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
394 | 2023-09-20T02:00:22.222Z | + echo 'Local file: out/downloads/console.tar.gz' |
395 | 2023-09-20T02:00:22.228Z | Local file: out/downloads/console.tar.gz |
396 | 2023-09-20T02:00:22.235Z | + local DO_DOWNLOAD=true |
397 | 2023-09-20T02:00:22.252Z | + [[ -f out/downloads/console.tar.gz ]] |
398 | 2023-09-20T02:00:22.259Z | + mkdir -p out/downloads |
399 | 2023-09-20T02:00:22.269Z | + '[' true == true ']' |
400 | 2023-09-20T02:00:22.276Z | + echo Downloading... |
401 | 2023-09-20T02:00:22.283Z | Downloading... |
402 | 2023-09-20T02:00:22.296Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
403 | 2023-09-20T02:00:22.711Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
404 | 2023-09-20T02:00:22.725Z | ++ do_sha256sum out/downloads/console.tar.gz |
405 | 2023-09-20T02:00:22.742Z | ++ case "$OSTYPE" in |
406 | 2023-09-20T02:00:22.760Z | ++ SHA=sha256sum |
407 | 2023-09-20T02:00:22.802Z | ++ sha256sum |
408 | 2023-09-20T02:00:22.823Z | ++ awk '{print $1}' |
409 | 2023-09-20T02:00:22.847Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
410 | 2023-09-20T02:00:22.875Z | + [[ 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 ]] |
411 | 2023-09-20T02:00:22.879Z | + rm -rf ./out/console-assets |
412 | 2023-09-20T02:00:22.883Z | + mkdir -p ./out/console-assets |
413 | 2023-09-20T02:00:22.892Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
414 | 2023-09-20T02:00:22.903Z | + mkdir -p ./out/console-assets |
415 | 2023-09-20T02:00:22.930Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
416 | 2023-09-20T02:00:23.350Z | + set -o errexit |
417 | 2023-09-20T02:00:23.359Z | +++ dirname ./tools/ci_download_maghemite_openapi |
418 | 2023-09-20T02:00:23.809Z | ++ cd ./tools |
419 | 2023-09-20T02:00:23.826Z | ++ pwd |
420 | 2023-09-20T02:00:23.840Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
421 | 2023-09-20T02:00:23.852Z | ++ basename ./tools/ci_download_maghemite_openapi |
422 | 2023-09-20T02:00:23.867Z | + ARG0=ci_download_maghemite_openapi |
423 | 2023-09-20T02:00:23.886Z | + TARGET_DIR=out |
424 | 2023-09-20T02:00:24.308Z | + DOWNLOAD_DIR=out/downloads |
425 | 2023-09-20T02:00:24.326Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
426 | 2023-09-20T02:00:24.338Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
427 | 2023-09-20T02:00:24.347Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
428 | 2023-09-20T02:00:24.358Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
429 | 2023-09-20T02:00:24.374Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
430 | 2023-09-20T02:00:24.385Z | + main |
431 | 2023-09-20T02:00:24.395Z | + [[ 0 != 0 ]] |
432 | 2023-09-20T02:00:24.407Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
433 | 2023-09-20T02:00:24.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
434 | 2023-09-20T02:00:24.858Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
435 | 2023-09-20T02:00:25.288Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
436 | 2023-09-20T02:00:25.733Z | + local DO_DOWNLOAD=true |
437 | 2023-09-20T02:00:25.756Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
438 | 2023-09-20T02:00:25.772Z | + mkdir -p out/downloads |
439 | 2023-09-20T02:00:25.786Z | + '[' true == true ']' |
440 | 2023-09-20T02:00:25.801Z | + echo Downloading... |
441 | 2023-09-20T02:00:25.819Z | Downloading... |
442 | 2023-09-20T02:00:26.241Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
443 | 2023-09-20T02:00:26.255Z | + 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 |
444 | 2023-09-20T02:00:26.712Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
445 | 2023-09-20T02:00:26.805Z | ++ case "$OSTYPE" in |
446 | 2023-09-20T02:00:26.850Z | ++ SHA=sha256sum |
447 | 2023-09-20T02:00:26.866Z | ++ sha256sum |
448 | 2023-09-20T02:00:26.875Z | ++ awk '{print $1}' |
449 | 2023-09-20T02:00:26.904Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
450 | 2023-09-20T02:00:26.924Z | + [[ 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 ]] |
451 | 2023-09-20T02:00:26.937Z | + set -o errexit |
452 | 2023-09-20T02:00:26.949Z | +++ dirname ./tools/ci_download_dendrite_openapi |
453 | 2023-09-20T02:00:26.963Z | ++ cd ./tools |
454 | 2023-09-20T02:00:26.975Z | ++ pwd |
455 | 2023-09-20T02:00:26.989Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
456 | 2023-09-20T02:00:27.009Z | ++ basename ./tools/ci_download_dendrite_openapi |
457 | 2023-09-20T02:00:27.026Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-09-20T02:00:27.035Z | + TARGET_DIR=out |
459 | 2023-09-20T02:00:27.047Z | + DOWNLOAD_DIR=out/downloads |
460 | 2023-09-20T02:00:27.056Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
461 | 2023-09-20T02:00:27.075Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
462 | 2023-09-20T02:00:27.095Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
463 | 2023-09-20T02:00:27.105Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
464 | 2023-09-20T02:00:27.128Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
465 | 2023-09-20T02:00:27.143Z | + main |
466 | 2023-09-20T02:00:27.150Z | + [[ 0 != 0 ]] |
467 | 2023-09-20T02:00:27.177Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
468 | 2023-09-20T02:00:27.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
469 | 2023-09-20T02:00:27.214Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
470 | 2023-09-20T02:00:27.241Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
471 | 2023-09-20T02:00:27.260Z | + local DO_DOWNLOAD=true |
472 | 2023-09-20T02:00:27.275Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
473 | 2023-09-20T02:00:27.301Z | + mkdir -p out/downloads |
474 | 2023-09-20T02:00:27.324Z | + '[' true == true ']' |
475 | 2023-09-20T02:00:27.349Z | Downloading... |
476 | 2023-09-20T02:00:27.394Z | + echo Downloading... |
477 | 2023-09-20T02:00:27.430Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
478 | 2023-09-20T02:00:27.468Z | + 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 |
479 | 2023-09-20T02:00:27.490Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
480 | 2023-09-20T02:00:27.506Z | ++ case "$OSTYPE" in |
481 | 2023-09-20T02:00:27.514Z | ++ SHA=sha256sum |
482 | 2023-09-20T02:00:27.538Z | current directory: /work/oxidecomputer/omicron |
483 | 2023-09-20T02:00:27.555Z | ++ sha256sum |
484 | 2023-09-20T02:00:27.572Z | configuring based on OS: "solaris2.11" |
485 | 2023-09-20T02:00:27.603Z | ++ awk '{print $1}' |
486 | 2023-09-20T02:00:27.625Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
487 | 2023-09-20T02:00:27.635Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
488 | 2023-09-20T02:00:27.649Z | Local file: out/downloads/dendrite-stub.tar.gz |
489 | 2023-09-20T02:00:27.665Z | + [[ 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 ]] |
490 | 2023-09-20T02:00:27.673Z | Downloading... |
491 | 2023-09-20T02:00:27.684Z | + set -o errexit |
492 | 2023-09-20T02:00:27.692Z | +++ dirname ./tools/ci_download_dendrite_stub |
493 | 2023-09-20T02:00:28.111Z | ++ cd ./tools |
494 | 2023-09-20T02:00:28.122Z | ++ pwd |
495 | 2023-09-20T02:00:28.140Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2023-09-20T02:00:28.166Z | ++ basename ./tools/ci_download_dendrite_stub |
497 | 2023-09-20T02:00:28.183Z | + ARG0=ci_download_dendrite_stub |
498 | 2023-09-20T02:00:28.191Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
499 | 2023-09-20T02:00:28.199Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
500 | 2023-09-20T02:00:28.208Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
501 | 2023-09-20T02:00:28.217Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
502 | 2023-09-20T02:00:28.230Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2023-09-20T02:00:28.241Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
504 | 2023-09-20T02:00:28.256Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
505 | 2023-09-20T02:00:28.271Z | + TARGET_DIR=out |
506 | 2023-09-20T02:00:28.286Z | + DOWNLOAD_DIR=out/downloads |
507 | 2023-09-20T02:00:28.296Z | + DEST_DIR=./out/dendrite-stub |
508 | 2023-09-20T02:00:28.302Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
509 | 2023-09-20T02:00:28.305Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
510 | 2023-09-20T02:00:28.310Z | + REPO=oxidecomputer/dendrite |
511 | 2023-09-20T02:00:28.317Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
512 | 2023-09-20T02:00:28.321Z | + main |
513 | 2023-09-20T02:00:28.329Z | + [[ 0 != 0 ]] |
514 | 2023-09-20T02:00:28.334Z | + CIDL_OS=solaris2.11 |
515 | 2023-09-20T02:00:28.338Z | + [[ 0 != 0 ]] |
516 | 2023-09-20T02:00:28.342Z | + configure_os solaris2.11 |
517 | 2023-09-20T02:00:28.353Z | + echo 'current directory: /work/oxidecomputer/omicron' |
518 | 2023-09-20T02:00:28.356Z | + echo 'configuring based on OS: "solaris2.11"' |
519 | 2023-09-20T02:00:28.361Z | + case "$1" in |
520 | 2023-09-20T02:00:28.785Z | + SET_BINARIES= |
521 | 2023-09-20T02:00:28.795Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
522 | 2023-09-20T02:00:28.802Z | + CIDL_SHA256FUNC=do_sha256sum |
523 | 2023-09-20T02:00:28.817Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
524 | 2023-09-20T02:00:28.827Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
525 | 2023-09-20T02:00:28.834Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
526 | 2023-09-20T02:00:28.842Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
527 | 2023-09-20T02:00:28.849Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
528 | 2023-09-20T02:00:28.863Z | + mkdir -p out/downloads |
529 | 2023-09-20T02:00:28.878Z | + mkdir -p ./out/dendrite-stub |
530 | 2023-09-20T02:00:28.912Z | + fetch_and_verify |
531 | 2023-09-20T02:00:28.925Z | + local DO_DOWNLOAD=true |
532 | 2023-09-20T02:00:29.361Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
533 | 2023-09-20T02:00:29.375Z | + '[' true == true ']' |
534 | 2023-09-20T02:00:29.390Z | + echo Downloading... |
535 | 2023-09-20T02:00:29.398Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
536 | 2023-09-20T02:00:29.405Z | + 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 |
537 | 2023-09-20T02:00:44.738Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
538 | 2023-09-20T02:00:44.752Z | ++ sha256sum |
539 | 2023-09-20T02:00:44.759Z | ++ awk '{print $1}' |
540 | 2023-09-20T02:00:44.838Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
541 | 2023-09-20T02:00:44.858Z | + [[ 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 ]] |
542 | 2023-09-20T02:00:44.871Z | + do_untar out/downloads/dendrite-stub.tar.gz |
543 | 2023-09-20T02:00:44.888Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
544 | 2023-09-20T02:00:45.779Z | + do_assemble |
545 | 2023-09-20T02:00:45.783Z | + rm -r ./out/dendrite-stub |
546 | 2023-09-20T02:00:45.787Z | + mkdir ./out/dendrite-stub |
547 | 2023-09-20T02:00:45.791Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
548 | 2023-09-20T02:00:45.922Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
549 | 2023-09-20T02:00:45.935Z | + set -o errexit |
550 | 2023-09-20T02:00:45.937Z | +++ dirname ./tools/ci_download_transceiver_control |
551 | 2023-09-20T02:00:45.940Z | ++ cd ./tools |
552 | 2023-09-20T02:00:45.943Z | ++ pwd |
553 | 2023-09-20T02:00:45.946Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
554 | 2023-09-20T02:00:45.949Z | ++ basename ./tools/ci_download_transceiver_control |
555 | 2023-09-20T02:00:45.953Z | + ARG0=ci_download_transceiver_control |
556 | 2023-09-20T02:00:45.955Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
557 | 2023-09-20T02:00:45.958Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
558 | 2023-09-20T02:00:45.961Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
559 | 2023-09-20T02:00:45.964Z | + TARGET_DIR=out |
560 | 2023-09-20T02:00:45.977Z | + DOWNLOAD_DIR=out/downloads |
561 | 2023-09-20T02:00:45.997Z | + DEST_DIR=./out/transceiver-control |
562 | 2023-09-20T02:00:46.425Z | + BIN_DIR=/opt/oxide/bin |
563 | 2023-09-20T02:00:46.439Z | + BINARY=xcvradm |
564 | 2023-09-20T02:00:46.444Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
565 | 2023-09-20T02:00:46.450Z | + REPO=oxidecomputer/transceiver-control |
566 | 2023-09-20T02:00:46.455Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
567 | 2023-09-20T02:00:46.460Z | + main |
568 | 2023-09-20T02:00:46.464Z | + [[ 0 != 0 ]] |
569 | 2023-09-20T02:00:46.469Z | + CIDL_OS=solaris2.11 |
570 | 2023-09-20T02:00:46.473Z | + [[ 0 != 0 ]] |
571 | 2023-09-20T02:00:46.477Z | + configure_os solaris2.11 |
572 | 2023-09-20T02:00:46.481Z | + echo 'current directory: /work/oxidecomputer/omicron' |
573 | 2023-09-20T02:00:46.485Z | current directory: /work/oxidecomputer/omicron |
574 | 2023-09-20T02:00:46.489Z | + echo 'configuring based on OS: "solaris2.11"' |
575 | 2023-09-20T02:00:46.493Z | + case "$1" in |
576 | 2023-09-20T02:00:46.497Z | + SET_BINARIES= |
577 | 2023-09-20T02:00:46.501Z | configuring based on OS: "solaris2.11" |
578 | 2023-09-20T02:00:46.506Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
579 | 2023-09-20T02:00:46.512Z | + CIDL_SHA256FUNC=do_sha256sum |
580 | 2023-09-20T02:00:46.523Z | + ARCHIVE_FILENAME=xcvradm.gz |
581 | 2023-09-20T02:00:46.527Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
582 | 2023-09-20T02:00:46.531Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
583 | 2023-09-20T02:00:46.534Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
584 | 2023-09-20T02:00:46.954Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
585 | 2023-09-20T02:00:46.972Z | + echo 'Local file: out/downloads/xcvradm.gz' |
586 | 2023-09-20T02:00:46.983Z | Local file: out/downloads/xcvradm.gz |
587 | 2023-09-20T02:00:46.996Z | + mkdir -p out/downloads |
588 | 2023-09-20T02:00:47.018Z | + mkdir -p ./out/transceiver-control |
589 | 2023-09-20T02:00:47.030Z | + fetch_and_verify |
590 | 2023-09-20T02:00:47.041Z | + local DO_DOWNLOAD=true |
591 | 2023-09-20T02:00:47.054Z | + [[ -f out/downloads/xcvradm.gz ]] |
592 | 2023-09-20T02:00:47.068Z | + '[' true == true ']' |
593 | 2023-09-20T02:00:47.074Z | + echo Downloading... |
594 | 2023-09-20T02:00:47.082Z | Downloading... |
595 | 2023-09-20T02:00:47.091Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
596 | 2023-09-20T02:00:47.111Z | + 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 |
597 | 2023-09-20T02:00:48.939Z | ++ do_sha256sum out/downloads/xcvradm.gz |
598 | 2023-09-20T02:00:48.950Z | ++ sha256sum |
599 | 2023-09-20T02:00:48.965Z | ++ awk '{print $1}' |
600 | 2023-09-20T02:00:48.974Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
601 | 2023-09-20T02:00:48.984Z | + [[ 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 ]] |
602 | 2023-09-20T02:00:48.993Z | + do_unpack out/downloads/xcvradm.gz |
603 | 2023-09-20T02:00:49.003Z | + mkdir -p out/downloads/root//opt/oxide/bin |
604 | 2023-09-20T02:00:49.012Z | + gzip -dc out/downloads/xcvradm.gz |
605 | 2023-09-20T02:00:49.149Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
606 | 2023-09-20T02:00:49.163Z | + do_assemble |
607 | 2023-09-20T02:00:49.176Z | + rm -r ./out/transceiver-control |
608 | 2023-09-20T02:00:49.186Z | + mkdir ./out/transceiver-control |
609 | 2023-09-20T02:00:49.202Z | + cp -r out/downloads/root ./out/transceiver-control/root |
610 | 2023-09-20T02:00:49.339Z | All builder prerequisites installed successfully, and PATH looks valid |
611 | 2023-09-20T02:00:49.363Z | |
612 | 2023-09-20T02:00:49.388Z | real 2:51.314994751 |
613 | 2023-09-20T02:00:49.394Z | user 47.530964960 |
614 | 2023-09-20T02:00:49.401Z | sys 9.161881269 |
615 | 2023-09-20T02:00:49.417Z | trap 0.023644910 |
616 | 2023-09-20T02:00:49.422Z | tflt 0.131559315 |
617 | 2023-09-20T02:00:49.427Z | dflt 0.707558105 |
618 | 2023-09-20T02:00:49.432Z | kflt 0.149810660 |
619 | 2023-09-20T02:00:49.439Z | lock 1.954072159 |
620 | 2023-09-20T02:00:49.446Z | slp 5:40.933445110 |
621 | 2023-09-20T02:00:49.453Z | lat 3.039141169 |
622 | 2023-09-20T02:00:49.459Z | stop 0.054498194 |
623 | 2023-09-20T02:00:49.463Z | |
624 | 2023-09-20T02:00:49.475Z | #### # # ##### ##### # # |
625 | 2023-09-20T02:00:49.483Z | # # # # # # # # # # |
626 | 2023-09-20T02:00:49.491Z | # # # # # # # # |
627 | 2023-09-20T02:00:49.496Z | # # # ##### ##### # |
628 | 2023-09-20T02:00:49.503Z | # # # # # # # |
629 | 2023-09-20T02:00:49.511Z | #### ###### # # # # |
630 | 2023-09-20T02:00:49.521Z | |
631 | 2023-09-20T02:00:49.738Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
632 | 2023-09-20T02:00:50.107Z | Updating crates.io index |
633 | 2023-09-20T02:00:50.614Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
634 | 2023-09-20T02:00:50.936Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
635 | 2023-09-20T02:00:52.778Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
636 | 2023-09-20T02:00:53.729Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
637 | 2023-09-20T02:00:54.047Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
638 | 2023-09-20T02:00:54.342Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
639 | 2023-09-20T02:00:54.659Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
640 | 2023-09-20T02:00:55.497Z | Updating git repository `https://github.com/oxidecomputer/opte` |
641 | 2023-09-20T02:00:56.352Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
642 | 2023-09-20T02:00:56.723Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
643 | 2023-09-20T02:00:57.078Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
644 | 2023-09-20T02:00:58.954Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
645 | 2023-09-20T02:00:59.264Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
646 | 2023-09-20T02:00:59.577Z | Updating git repository `https://github.com/njaremko/samael` |
647 | 2023-09-20T02:00:59.978Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
648 | 2023-09-20T02:01:00.559Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
649 | 2023-09-20T02:01:01.042Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
650 | 2023-09-20T02:01:01.605Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
651 | 2023-09-20T02:01:02.007Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
652 | 2023-09-20T02:01:02.495Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
653 | 2023-09-20T02:01:11.027Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
654 | 2023-09-20T02:01:11.434Z | Updating git repository `https://github.com/jgallagher/nix` |
655 | 2023-09-20T02:01:13.195Z | Updating git repository `https://github.com/cbiffle/hubpack` |
656 | 2023-09-20T02:01:13.578Z | Updating git repository `https://github.com/oxidecomputer/typify` |
657 | 2023-09-20T02:01:14.474Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
658 | 2023-09-20T02:01:15.060Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
659 | 2023-09-20T02:01:15.383Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
660 | 2023-09-20T02:01:16.789Z | Downloading crates ... |
661 | 2023-09-20T02:01:16.998Z | Downloaded anyhow v1.0.75 |
662 | 2023-09-20T02:01:17.006Z | Downloaded toml_datetime v0.6.3 |
663 | 2023-09-20T02:01:17.013Z | Downloaded equivalent v1.0.1 |
664 | 2023-09-20T02:01:17.018Z | Downloaded memchr v2.6.3 |
665 | 2023-09-20T02:01:17.024Z | Downloaded cargo_toml v0.15.3 |
666 | 2023-09-20T02:01:17.033Z | Downloaded clap v4.4.3 |
667 | 2023-09-20T02:01:17.040Z | Downloaded colorchoice v1.0.0 |
668 | 2023-09-20T02:01:17.049Z | Downloaded serde_spanned v0.6.3 |
669 | 2023-09-20T02:01:17.057Z | Downloaded anstyle v1.0.2 |
670 | 2023-09-20T02:01:17.067Z | Downloaded cargo-platform v0.1.3 |
671 | 2023-09-20T02:01:17.519Z | Downloaded utf8parse v0.2.1 |
672 | 2023-09-20T02:01:17.533Z | Downloaded camino v1.1.6 |
673 | 2023-09-20T02:01:17.538Z | Downloaded quote v1.0.33 |
674 | 2023-09-20T02:01:17.542Z | Downloaded thiserror-impl v1.0.48 |
675 | 2023-09-20T02:01:17.546Z | Downloaded thiserror v1.0.48 |
676 | 2023-09-20T02:01:17.550Z | Downloaded itoa v1.0.9 |
677 | 2023-09-20T02:01:17.554Z | Downloaded clap_lex v0.5.1 |
678 | 2023-09-20T02:01:17.559Z | Downloaded terminal_size v0.2.6 |
679 | 2023-09-20T02:01:17.564Z | Downloaded cargo_metadata v0.17.0 |
680 | 2023-09-20T02:01:17.581Z | Downloaded bitflags v1.3.2 |
681 | 2023-09-20T02:01:17.587Z | Downloaded anstyle-parse v0.2.1 |
682 | 2023-09-20T02:01:17.592Z | Downloaded errno v0.3.2 |
683 | 2023-09-20T02:01:17.598Z | Downloaded io-lifetimes v1.0.11 |
684 | 2023-09-20T02:01:17.603Z | Downloaded strsim v0.10.0 |
685 | 2023-09-20T02:01:17.607Z | Downloaded anstyle-query v1.0.0 |
686 | 2023-09-20T02:01:17.613Z | Downloaded heck v0.4.1 |
687 | 2023-09-20T02:01:17.617Z | Downloaded anstream v0.5.0 |
688 | 2023-09-20T02:01:17.622Z | Downloaded semver v1.0.18 |
689 | 2023-09-20T02:01:17.626Z | Downloaded unicode-ident v1.0.11 |
690 | 2023-09-20T02:01:17.633Z | Downloaded ryu v1.0.15 |
691 | 2023-09-20T02:01:17.639Z | Downloaded proc-macro2 v1.0.67 |
692 | 2023-09-20T02:01:17.644Z | Downloaded serde v1.0.188 |
693 | 2023-09-20T02:01:17.649Z | Downloaded clap_derive v4.4.2 |
694 | 2023-09-20T02:01:17.654Z | Downloaded serde_derive v1.0.188 |
695 | 2023-09-20T02:01:17.657Z | Downloaded indexmap v2.0.0 |
696 | 2023-09-20T02:01:17.661Z | Downloaded toml v0.7.6 |
697 | 2023-09-20T02:01:17.665Z | Downloaded toml_edit v0.19.15 |
698 | 2023-09-20T02:01:17.669Z | Downloaded winnow v0.5.15 |
699 | 2023-09-20T02:01:17.676Z | Downloaded clap_builder v4.4.2 |
700 | 2023-09-20T02:01:17.682Z | Downloaded rustix v0.37.23 |
701 | 2023-09-20T02:01:17.688Z | Downloaded syn v2.0.32 |
702 | 2023-09-20T02:01:17.696Z | Downloaded libc v0.2.147 |
703 | 2023-09-20T02:01:17.701Z | Downloaded serde_json v1.0.107 |
704 | 2023-09-20T02:01:17.705Z | Downloaded hashbrown v0.14.0 |
705 | 2023-09-20T02:01:17.710Z | Compiling proc-macro2 v1.0.67 |
706 | 2023-09-20T02:01:17.716Z | Compiling unicode-ident v1.0.11 |
707 | 2023-09-20T02:01:17.719Z | Compiling serde v1.0.188 |
708 | 2023-09-20T02:01:17.723Z | Compiling libc v0.2.147 |
709 | 2023-09-20T02:01:17.735Z | Compiling io-lifetimes v1.0.11 |
710 | 2023-09-20T02:01:17.739Z | Compiling rustix v0.37.23 |
711 | 2023-09-20T02:01:17.743Z | Compiling utf8parse v0.2.1 |
712 | 2023-09-20T02:01:17.747Z | Compiling equivalent v1.0.1 |
713 | 2023-09-20T02:01:17.751Z | Compiling bitflags v1.3.2 |
714 | 2023-09-20T02:01:17.755Z | Compiling hashbrown v0.14.0 |
715 | 2023-09-20T02:01:17.779Z | Compiling anstyle-parse v0.2.1 |
716 | 2023-09-20T02:01:17.799Z | Compiling anstyle v1.0.2 |
717 | 2023-09-20T02:01:18.216Z | Compiling semver v1.0.18 |
718 | 2023-09-20T02:01:18.344Z | Compiling thiserror v1.0.48 |
719 | 2023-09-20T02:01:19.104Z | Compiling indexmap v2.0.0 |
720 | 2023-09-20T02:01:19.211Z | Compiling camino v1.1.6 |
721 | 2023-09-20T02:01:19.234Z | Compiling serde_json v1.0.107 |
722 | 2023-09-20T02:01:19.327Z | Compiling winnow v0.5.15 |
723 | 2023-09-20T02:01:19.492Z | Compiling anstyle-query v1.0.0 |
724 | 2023-09-20T02:01:19.629Z | Compiling colorchoice v1.0.0 |
725 | 2023-09-20T02:01:19.814Z | Compiling anstream v0.5.0 |
726 | 2023-09-20T02:01:19.954Z | Compiling anyhow v1.0.75 |
727 | 2023-09-20T02:01:20.145Z | Compiling strsim v0.10.0 |
728 | 2023-09-20T02:01:20.226Z | Compiling ryu v1.0.15 |
729 | 2023-09-20T02:01:20.619Z | Compiling itoa v1.0.9 |
730 | 2023-09-20T02:01:20.767Z | Compiling quote v1.0.33 |
731 | 2023-09-20T02:01:20.838Z | Compiling clap_lex v0.5.1 |
732 | 2023-09-20T02:01:20.951Z | Compiling heck v0.4.1 |
733 | 2023-09-20T02:01:21.352Z | Compiling syn v2.0.32 |
734 | 2023-09-20T02:01:21.571Z | Compiling errno v0.3.2 |
735 | 2023-09-20T02:01:23.123Z | Compiling terminal_size v0.2.6 |
736 | 2023-09-20T02:01:23.269Z | Compiling clap_builder v4.4.2 |
737 | 2023-09-20T02:01:28.489Z | Compiling serde_derive v1.0.188 |
738 | 2023-09-20T02:01:28.492Z | Compiling thiserror-impl v1.0.48 |
739 | 2023-09-20T02:01:28.496Z | Compiling clap_derive v4.4.2 |
740 | 2023-09-20T02:01:32.469Z | Compiling clap v4.4.3 |
741 | 2023-09-20T02:01:40.650Z | Compiling toml_datetime v0.6.3 |
742 | 2023-09-20T02:01:40.659Z | Compiling serde_spanned v0.6.3 |
743 | 2023-09-20T02:01:40.669Z | Compiling cargo-platform v0.1.3 |
744 | 2023-09-20T02:01:41.001Z | Compiling toml_edit v0.19.15 |
745 | 2023-09-20T02:01:42.658Z | Compiling cargo_metadata v0.17.0 |
746 | 2023-09-20T02:01:44.198Z | Compiling toml v0.7.6 |
747 | 2023-09-20T02:01:45.105Z | Compiling cargo_toml v0.15.3 |
748 | 2023-09-20T02:01:47.942Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/xtask) |
749 | 2023-09-20T02:01:51.964Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
750 | 2023-09-20T02:01:52.171Z | Running `target/debug/xtask clippy` |
751 | 2023-09-20T02:01:52.227Z | running: "/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
752 | 2023-09-20T02:01:53.062Z | Downloading crates ... |
753 | 2023-09-20T02:01:53.321Z | Downloaded cc v1.0.83 |
754 | 2023-09-20T02:01:53.333Z | Downloaded ipnet v2.8.0 |
755 | 2023-09-20T02:01:53.818Z | Downloaded bitstruct v0.1.1 |
756 | 2023-09-20T02:01:53.822Z | Downloaded httpdate v1.0.3 |
757 | 2023-09-20T02:01:53.825Z | Downloaded home v0.5.5 |
758 | 2023-09-20T02:01:53.828Z | Downloaded num v0.4.1 |
759 | 2023-09-20T02:01:53.831Z | Downloaded num-integer v0.1.45 |
760 | 2023-09-20T02:01:53.834Z | Downloaded inout v0.1.3 |
761 | 2023-09-20T02:01:53.837Z | Downloaded idna v0.2.3 |
762 | 2023-09-20T02:01:53.840Z | Downloaded new_debug_unreachable v1.0.4 |
763 | 2023-09-20T02:01:53.844Z | Downloaded newtype_derive v0.1.6 |
764 | 2023-09-20T02:01:53.847Z | Downloaded number_prefix v0.4.0 |
765 | 2023-09-20T02:01:53.850Z | Downloaded memoffset v0.7.1 |
766 | 2023-09-20T02:01:53.853Z | Downloaded num_threads v0.1.6 |
767 | 2023-09-20T02:01:53.856Z | Downloaded instant v0.1.12 |
768 | 2023-09-20T02:01:53.859Z | Downloaded newline-converter v0.3.0 |
769 | 2023-09-20T02:01:53.863Z | Downloaded http-body v0.4.5 |
770 | 2023-09-20T02:01:53.866Z | Downloaded indoc v2.0.3 |
771 | 2023-09-20T02:01:53.869Z | Downloaded md-5 v0.10.5 |
772 | 2023-09-20T02:01:53.872Z | Downloaded hyper-tls v0.5.0 |
773 | 2023-09-20T02:01:53.876Z | Downloaded mime v0.3.17 |
774 | 2023-09-20T02:01:53.879Z | Downloaded ciborium-io v0.2.1 |
775 | 2023-09-20T02:01:53.883Z | Downloaded cpufeatures v0.2.9 |
776 | 2023-09-20T02:01:53.886Z | Downloaded num_cpus v1.16.0 |
777 | 2023-09-20T02:01:53.889Z | Downloaded mockall v0.11.4 |
778 | 2023-09-20T02:01:53.892Z | Downloaded async-trait v0.1.73 |
779 | 2023-09-20T02:01:53.895Z | Downloaded crossbeam-queue v0.3.8 |
780 | 2023-09-20T02:01:53.900Z | Downloaded buf-list v1.0.3 |
781 | 2023-09-20T02:01:53.905Z | Downloaded block-buffer v0.10.4 |
782 | 2023-09-20T02:01:53.909Z | Downloaded try-lock v0.2.4 |
783 | 2023-09-20T02:01:53.912Z | Downloaded usdt-macro v0.3.5 |
784 | 2023-09-20T02:01:53.915Z | Downloaded httptest v0.15.4 |
785 | 2023-09-20T02:01:53.918Z | Downloaded ciborium-ll v0.2.1 |
786 | 2023-09-20T02:01:53.921Z | Downloaded hex-literal v0.4.1 |
787 | 2023-09-20T02:01:53.924Z | Downloaded httparse v1.8.0 |
788 | 2023-09-20T02:01:53.928Z | Downloaded ascii v1.1.0 |
789 | 2023-09-20T02:01:53.932Z | Downloaded fastrand v2.0.0 |
790 | 2023-09-20T02:01:53.936Z | Downloaded threadpool v1.8.1 |
791 | 2023-09-20T02:01:53.939Z | Downloaded untrusted v0.7.1 |
792 | 2023-09-20T02:01:53.942Z | Downloaded unicode-width v0.1.10 |
793 | 2023-09-20T02:01:53.945Z | Downloaded oso-derive v0.26.4 |
794 | 2023-09-20T02:01:53.948Z | Downloaded parse-display v0.7.0 |
795 | 2023-09-20T02:01:53.951Z | Downloaded addr2line v0.21.0 |
796 | 2023-09-20T02:01:53.954Z | Downloaded enum-iterator-derive v1.2.1 |
797 | 2023-09-20T02:01:53.957Z | Downloaded vte_generate_state_changes v0.1.1 |
798 | 2023-09-20T02:01:53.959Z | Downloaded glob v0.3.1 |
799 | 2023-09-20T02:01:53.962Z | Downloaded fxhash v0.2.1 |
800 | 2023-09-20T02:01:53.966Z | Downloaded futures-sink v0.3.28 |
801 | 2023-09-20T02:01:53.969Z | Downloaded basic-toml v0.1.4 |
802 | 2023-09-20T02:01:53.972Z | Downloaded tower-service v0.3.2 |
803 | 2023-09-20T02:01:53.976Z | Downloaded foreign-types-shared v0.3.1 |
804 | 2023-09-20T02:01:53.978Z | Downloaded foreign-types-macros v0.2.3 |
805 | 2023-09-20T02:01:53.981Z | Downloaded form_urlencoded v1.2.0 |
806 | 2023-09-20T02:01:53.985Z | Downloaded smallvec v0.6.14 |
807 | 2023-09-20T02:01:53.988Z | Downloaded group v0.13.0 |
808 | 2023-09-20T02:01:53.991Z | Downloaded pkg-config v0.3.27 |
809 | 2023-09-20T02:01:53.994Z | Downloaded foreign-types-shared v0.1.1 |
810 | 2023-09-20T02:01:53.997Z | Downloaded semver v0.1.20 |
811 | 2023-09-20T02:01:54.000Z | Downloaded paste v1.0.14 |
812 | 2023-09-20T02:01:54.003Z | Downloaded thread_local v1.1.7 |
813 | 2023-09-20T02:01:54.006Z | Downloaded structmeta v0.1.6 |
814 | 2023-09-20T02:01:54.009Z | Downloaded serde-hex v0.1.0 |
815 | 2023-09-20T02:01:54.012Z | Downloaded indexmap v1.9.3 |
816 | 2023-09-20T02:01:54.016Z | Downloaded toolchain_find v0.2.0 |
817 | 2023-09-20T02:01:54.019Z | Downloaded precomputed-hash v0.1.1 |
818 | 2023-09-20T02:01:54.022Z | Downloaded rand_core v0.6.4 |
819 | 2023-09-20T02:01:54.025Z | Downloaded topological-sort v0.2.2 |
820 | 2023-09-20T02:01:54.028Z | Downloaded rusty-fork v0.3.0 |
821 | 2023-09-20T02:01:54.031Z | Downloaded structmeta-derive v0.1.6 |
822 | 2023-09-20T02:01:54.035Z | Downloaded strum v0.25.0 |
823 | 2023-09-20T02:01:54.038Z | Downloaded olpc-cjson v0.1.3 |
824 | 2023-09-20T02:01:54.041Z | Downloaded pretty-hex v0.3.0 |
825 | 2023-09-20T02:01:54.044Z | Downloaded slab v0.4.9 |
826 | 2023-09-20T02:01:54.047Z | Downloaded resolv-conf v0.7.0 |
827 | 2023-09-20T02:01:54.050Z | Downloaded termios v0.3.3 |
828 | 2023-09-20T02:01:54.058Z | Downloaded wait-timeout v0.2.0 |
829 | 2023-09-20T02:01:54.061Z | Downloaded socket2 v0.4.9 |
830 | 2023-09-20T02:01:54.064Z | Downloaded tinyvec v1.6.0 |
831 | 2023-09-20T02:01:54.067Z | Downloaded cstr-argument v0.1.2 |
832 | 2023-09-20T02:01:54.070Z | Downloaded vsss-rs v3.3.1 |
833 | 2023-09-20T02:01:54.073Z | Downloaded curve25519-dalek-derive v0.1.0 |
834 | 2023-09-20T02:01:54.076Z | Downloaded radium v0.7.0 |
835 | 2023-09-20T02:01:54.079Z | Downloaded data-encoding v2.4.0 |
836 | 2023-09-20T02:01:54.082Z | Downloaded dirs-next v2.0.0 |
837 | 2023-09-20T02:01:54.087Z | Downloaded spki v0.7.2 |
838 | 2023-09-20T02:01:54.090Z | Downloaded rand_xorshift v0.3.0 |
839 | 2023-09-20T02:01:54.094Z | Downloaded fs-err v2.9.0 |
840 | 2023-09-20T02:01:54.101Z | Downloaded spin v0.5.2 |
841 | 2023-09-20T02:01:54.104Z | Downloaded digest v0.10.7 |
842 | 2023-09-20T02:01:54.107Z | Downloaded want v0.3.1 |
843 | 2023-09-20T02:01:54.113Z | Downloaded filetime v0.2.22 |
844 | 2023-09-20T02:01:54.117Z | Downloaded zeroize v1.6.0 |
845 | 2023-09-20T02:01:54.120Z | Downloaded ff v0.13.0 |
846 | 2023-09-20T02:01:54.123Z | Downloaded predicates v2.1.5 |
847 | 2023-09-20T02:01:54.125Z | Downloaded take_mut v0.2.2 |
848 | 2023-09-20T02:01:54.128Z | Downloaded quick-error v1.2.3 |
849 | 2023-09-20T02:01:54.131Z | Downloaded shell-words v1.1.0 |
850 | 2023-09-20T02:01:54.134Z | Downloaded ctr v0.9.2 |
851 | 2023-09-20T02:01:54.138Z | Downloaded password-hash v0.5.0 |
852 | 2023-09-20T02:01:54.141Z | Downloaded synstructure v0.12.6 |
853 | 2023-09-20T02:01:54.144Z | Downloaded either v1.9.0 |
854 | 2023-09-20T02:01:54.147Z | Downloaded pin-utils v0.1.0 |
855 | 2023-09-20T02:01:54.150Z | Downloaded papergrid v0.10.0 |
856 | 2023-09-20T02:01:54.153Z | Downloaded shlex v1.1.0 |
857 | 2023-09-20T02:01:54.156Z | Downloaded path-slash v0.1.5 |
858 | 2023-09-20T02:01:54.159Z | Downloaded flagset v0.4.3 |
859 | 2023-09-20T02:01:54.163Z | Downloaded fixedbitset v0.4.2 |
860 | 2023-09-20T02:01:54.167Z | Downloaded tracing-attributes v0.1.26 |
861 | 2023-09-20T02:01:54.174Z | Downloaded unicode-xid v0.2.4 |
862 | 2023-09-20T02:01:54.189Z | Downloaded endian-type v0.1.2 |
863 | 2023-09-20T02:01:54.207Z | Downloaded path-dedot v3.1.0 |
864 | 2023-09-20T02:01:54.215Z | Downloaded sha1 v0.10.5 |
865 | 2023-09-20T02:01:54.220Z | Downloaded relative-path v1.9.0 |
866 | 2023-09-20T02:01:54.223Z | Downloaded wyz v0.5.1 |
867 | 2023-09-20T02:01:54.227Z | Downloaded diff v0.1.13 |
868 | 2023-09-20T02:01:54.232Z | Downloaded fd-lock v3.0.13 |
869 | 2023-09-20T02:01:54.236Z | Downloaded derive_builder_macro v0.12.0 |
870 | 2023-09-20T02:01:54.240Z | Downloaded slog-async v2.8.0 |
871 | 2023-09-20T02:01:54.244Z | Downloaded tabled_derive v0.6.0 |
872 | 2023-09-20T02:01:54.247Z | Downloaded subtle v2.5.0 |
873 | 2023-09-20T02:01:54.250Z | Downloaded rustversion v1.0.14 |
874 | 2023-09-20T02:01:54.256Z | Downloaded trybuild v1.0.85 |
875 | 2023-09-20T02:01:54.259Z | Downloaded utf-8 v0.7.6 |
876 | 2023-09-20T02:01:54.262Z | Downloaded crunchy v0.2.2 |
877 | 2023-09-20T02:01:54.266Z | Downloaded crossterm v0.26.1 |
878 | 2023-09-20T02:01:54.270Z | Downloaded darling_macro v0.20.3 |
879 | 2023-09-20T02:01:54.274Z | Downloaded predicates v3.0.3 |
880 | 2023-09-20T02:01:54.279Z | Downloaded headers v0.3.9 |
881 | 2023-09-20T02:01:54.283Z | Downloaded peeking_take_while v0.1.2 |
882 | 2023-09-20T02:01:54.286Z | Downloaded proc-macro-error v1.0.4 |
883 | 2023-09-20T02:01:54.290Z | Downloaded futures-io v0.3.28 |
884 | 2023-09-20T02:01:54.294Z | Downloaded foreign-types v0.3.2 |
885 | 2023-09-20T02:01:54.299Z | Downloaded debug-ignore v1.0.5 |
886 | 2023-09-20T02:01:54.303Z | Downloaded rpassword v7.2.0 |
887 | 2023-09-20T02:01:54.306Z | Downloaded zone v0.2.0 |
888 | 2023-09-20T02:01:54.309Z | Downloaded schemars v0.8.13 |
889 | 2023-09-20T02:01:54.312Z | Downloaded time-core v0.1.1 |
890 | 2023-09-20T02:01:54.316Z | Downloaded signal-hook-tokio v0.3.1 |
891 | 2023-09-20T02:01:54.320Z | Downloaded tui-tree-widget v0.13.0 |
892 | 2023-09-20T02:01:54.324Z | Downloaded yansi v0.5.1 |
893 | 2023-09-20T02:01:54.327Z | Downloaded proc-macro-error-attr v1.0.4 |
894 | 2023-09-20T02:01:54.332Z | Downloaded scheduled-thread-pool v0.2.7 |
895 | 2023-09-20T02:01:54.335Z | Downloaded rustc_version v0.4.0 |
896 | 2023-09-20T02:01:54.338Z | Downloaded twox-hash v1.6.3 |
897 | 2023-09-20T02:01:54.342Z | Downloaded phf_shared v0.11.2 |
898 | 2023-09-20T02:01:54.345Z | Downloaded phf v0.11.2 |
899 | 2023-09-20T02:01:54.350Z | Downloaded openssl-macros v0.1.1 |
900 | 2023-09-20T02:01:54.353Z | Downloaded openssl-probe v0.1.5 |
901 | 2023-09-20T02:01:54.357Z | Downloaded http v0.2.9 |
902 | 2023-09-20T02:01:54.362Z | Downloaded pin-project-lite v0.2.13 |
903 | 2023-09-20T02:01:54.369Z | Downloaded fnv v1.0.7 |
904 | 2023-09-20T02:01:54.374Z | Downloaded os_str_bytes v6.5.1 |
905 | 2023-09-20T02:01:54.376Z | Downloaded predicates-core v1.0.6 |
906 | 2023-09-20T02:01:54.379Z | Downloaded pem-rfc7468 v0.7.0 |
907 | 2023-09-20T02:01:54.382Z | Downloaded stable_deref_trait v1.2.0 |
908 | 2023-09-20T02:01:54.386Z | Downloaded predicates-tree v1.0.9 |
909 | 2023-09-20T02:01:54.390Z | Downloaded hkdf v0.12.3 |
910 | 2023-09-20T02:01:54.393Z | Downloaded serde_urlencoded v0.7.1 |
911 | 2023-09-20T02:01:54.396Z | Downloaded rstest_macros v0.18.2 |
912 | 2023-09-20T02:01:54.399Z | Downloaded serde_arrays v0.1.0 |
913 | 2023-09-20T02:01:54.402Z | Downloaded same-file v1.0.6 |
914 | 2023-09-20T02:01:54.406Z | Downloaded mio v0.8.8 |
915 | 2023-09-20T02:01:54.410Z | Downloaded sha2 v0.10.7 |
916 | 2023-09-20T02:01:54.413Z | Downloaded dirs-sys-next v0.1.2 |
917 | 2023-09-20T02:01:54.416Z | Downloaded structopt-derive v0.4.18 |
918 | 2023-09-20T02:01:54.419Z | Downloaded derive_builder_core v0.12.0 |
919 | 2023-09-20T02:01:54.422Z | Downloaded futures-timer v3.0.2 |
920 | 2023-09-20T02:01:54.425Z | Downloaded pest_derive v2.7.2 |
921 | 2023-09-20T02:01:54.430Z | Downloaded string_cache v0.8.7 |
922 | 2023-09-20T02:01:54.437Z | Downloaded serde_with_macros v2.3.3 |
923 | 2023-09-20T02:01:54.440Z | Downloaded funty v2.0.0 |
924 | 2023-09-20T02:01:54.443Z | Downloaded dashmap v5.5.1 |
925 | 2023-09-20T02:01:54.446Z | Downloaded flate2 v1.0.27 |
926 | 2023-09-20T02:01:54.450Z | Downloaded trust-dns-client v0.22.0 |
927 | 2023-09-20T02:01:54.453Z | Downloaded spin v0.9.8 |
928 | 2023-09-20T02:01:54.458Z | Downloaded postcard v0.7.3 |
929 | 2023-09-20T02:01:54.462Z | Downloaded typenum v1.16.0 |
930 | 2023-09-20T02:01:54.465Z | Downloaded half v1.8.2 |
931 | 2023-09-20T02:01:54.468Z | Downloaded tough v0.12.5 |
932 | 2023-09-20T02:01:54.471Z | Downloaded stringprep v0.1.3 |
933 | 2023-09-20T02:01:54.476Z | Downloaded snafu-derive v0.7.5 |
934 | 2023-09-20T02:01:54.479Z | Downloaded derive_builder v0.12.0 |
935 | 2023-09-20T02:01:54.482Z | Downloaded derive-where v1.2.5 |
936 | 2023-09-20T02:01:54.485Z | Downloaded hashlink v0.8.3 |
937 | 2023-09-20T02:01:54.488Z | Downloaded salty v0.2.0 |
938 | 2023-09-20T02:01:54.491Z | Downloaded flume v0.11.0 |
939 | 2023-09-20T02:01:54.494Z | Downloaded reqwest v0.11.20 |
940 | 2023-09-20T02:01:54.497Z | Downloaded prettyplease v0.2.12 |
941 | 2023-09-20T02:01:54.509Z | Downloaded uuid v1.4.1 |
942 | 2023-09-20T02:01:54.512Z | Downloaded heapless v0.7.16 |
943 | 2023-09-20T02:01:54.516Z | Downloaded diesel_derives v2.1.1 |
944 | 2023-09-20T02:01:54.519Z | Downloaded steno v0.4.0 |
945 | 2023-09-20T02:01:54.522Z | Downloaded plotters v0.3.5 |
946 | 2023-09-20T02:01:54.527Z | Downloaded trust-dns-resolver v0.22.0 |
947 | 2023-09-20T02:01:54.531Z | Downloaded x509-cert v0.2.4 |
948 | 2023-09-20T02:01:54.534Z | Downloaded reedline v0.23.0 |
949 | 2023-09-20T02:01:54.538Z | Downloaded bitvec v1.0.1 |
950 | 2023-09-20T02:01:54.541Z | Downloaded pest v2.7.2 |
951 | 2023-09-20T02:01:54.544Z | Downloaded futures-util v0.3.28 |
952 | 2023-09-20T02:01:54.547Z | Downloaded quick-xml v0.23.1 |
953 | 2023-09-20T02:01:54.551Z | Downloaded tabled v0.14.0 |
954 | 2023-09-20T02:01:54.554Z | Downloaded serde_with v2.3.3 |
955 | 2023-09-20T02:01:54.560Z | Downloaded webpki-roots v0.25.2 |
956 | 2023-09-20T02:01:54.563Z | Downloaded ratatui v0.23.0 |
957 | 2023-09-20T02:01:54.565Z | Downloaded rayon v1.7.0 |
958 | 2023-09-20T02:01:54.569Z | Downloaded smoltcp v0.8.2 |
959 | 2023-09-20T02:01:54.572Z | Downloaded petgraph v0.6.4 |
960 | 2023-09-20T02:01:54.574Z | Downloaded openssl v0.10.57 |
961 | 2023-09-20T02:01:54.578Z | Downloaded polar-core v0.26.4 |
962 | 2023-09-20T02:01:54.581Z | Downloaded rustls v0.21.7 |
963 | 2023-09-20T02:01:54.585Z | Downloaded regex-syntax v0.7.5 |
964 | 2023-09-20T02:01:54.588Z | Downloaded openapiv3 v1.0.3 |
965 | 2023-09-20T02:01:54.622Z | Downloaded sled v0.34.7 |
966 | 2023-09-20T02:01:54.626Z | Downloaded zerocopy-derive v0.6.3 |
967 | 2023-09-20T02:01:54.634Z | Downloaded regex-automata v0.3.8 |
968 | 2023-09-20T02:01:54.640Z | Downloaded tokio v1.32.0 |
969 | 2023-09-20T02:01:54.681Z | Downloaded zerocopy-derive v0.2.0 |
970 | 2023-09-20T02:01:54.700Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
971 | 2023-09-20T02:01:54.730Z | Downloaded trust-dns-proto v0.22.0 |
972 | 2023-09-20T02:01:54.749Z | Downloaded sha3 v0.10.8 |
973 | 2023-09-20T02:01:54.762Z | Downloaded rustix v0.38.9 |
974 | 2023-09-20T02:01:54.807Z | Downloaded curve25519-dalek v4.1.0 |
975 | 2023-09-20T02:01:54.828Z | Downloaded diesel v2.1.1 |
976 | 2023-09-20T02:01:54.863Z | Downloaded radix_trie v0.2.1 |
977 | 2023-09-20T02:01:54.873Z | Downloaded encoding_rs v0.8.33 |
978 | 2023-09-20T02:01:54.917Z | Downloaded regex-syntax v0.6.29 |
979 | 2023-09-20T02:01:54.932Z | Downloaded bstr v1.6.0 |
980 | 2023-09-20T02:01:54.956Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
981 | 2023-09-20T02:01:55.065Z | Downloaded regress v0.7.1 |
982 | 2023-09-20T02:01:55.079Z | Downloaded bstr v0.2.17 |
983 | 2023-09-20T02:01:55.102Z | Downloaded object v0.32.1 |
984 | 2023-09-20T02:01:55.122Z | Downloaded smoltcp v0.9.1 |
985 | 2023-09-20T02:01:55.144Z | Downloaded gimli v0.28.0 |
986 | 2023-09-20T02:01:55.161Z | Downloaded idna v0.4.0 |
987 | 2023-09-20T02:01:55.179Z | Downloaded proptest v1.2.0 |
988 | 2023-09-20T02:01:55.197Z | Downloaded nix v0.26.2 |
989 | 2023-09-20T02:01:55.656Z | Downloaded lalrpop v0.19.12 |
990 | 2023-09-20T02:01:55.666Z | Downloaded vcpkg v0.2.15 |
991 | 2023-09-20T02:01:55.672Z | Downloaded libz-sys v1.1.12 |
992 | 2023-09-20T02:01:55.678Z | Downloaded libtest-mimic v0.5.2 |
993 | 2023-09-20T02:01:55.690Z | Downloaded chrono v0.4.30 |
994 | 2023-09-20T02:01:55.698Z | Downloaded object v0.30.4 |
995 | 2023-09-20T02:01:55.706Z | Downloaded ring v0.16.20 |
996 | 2023-09-20T02:01:55.711Z | Downloaded regex v1.9.5 |
997 | 2023-09-20T02:01:55.718Z | Downloaded hyper v0.14.27 |
998 | 2023-09-20T02:01:56.128Z | Downloaded clap v3.2.25 |
999 | 2023-09-20T02:01:56.135Z | Downloaded hashbrown v0.13.2 |
1000 | 2023-09-20T02:01:56.142Z | Downloaded h2 v0.3.21 |
1001 | 2023-09-20T02:01:56.167Z | Downloaded syn v1.0.109 |
1002 | 2023-09-20T02:01:56.178Z | Downloaded url v2.4.1 |
1003 | 2023-09-20T02:01:56.199Z | Downloaded time v0.3.27 |
1004 | 2023-09-20T02:01:56.210Z | Downloaded crossterm v0.27.0 |
1005 | 2023-09-20T02:01:56.213Z | Downloaded libsqlite3-sys v0.26.0 |
1006 | 2023-09-20T02:01:56.217Z | Downloaded git2 v0.17.2 |
1007 | 2023-09-20T02:01:56.222Z | Downloaded openssl-sys v0.9.93 |
1008 | 2023-09-20T02:01:56.229Z | Downloaded clap v2.34.0 |
1009 | 2023-09-20T02:01:56.237Z | Downloaded portable-atomic v1.4.3 |
1010 | 2023-09-20T02:01:56.246Z | Downloaded rustls-webpki v0.101.4 |
1011 | 2023-09-20T02:01:56.253Z | Downloaded regex-automata v0.1.10 |
1012 | 2023-09-20T02:01:56.262Z | Downloaded rusqlite v0.29.0 |
1013 | 2023-09-20T02:01:56.267Z | Downloaded rand v0.4.6 |
1014 | 2023-09-20T02:01:56.273Z | Downloaded tungstenite v0.17.3 |
1015 | 2023-09-20T02:01:56.279Z | Downloaded der v0.7.8 |
1016 | 2023-09-20T02:01:56.294Z | Downloaded ron v0.8.1 |
1017 | 2023-09-20T02:01:56.300Z | Downloaded rand v0.8.5 |
1018 | 2023-09-20T02:01:56.719Z | Downloaded pretty_assertions v1.4.0 |
1019 | 2023-09-20T02:01:56.725Z | Downloaded ucd-trie v0.1.6 |
1020 | 2023-09-20T02:01:56.729Z | Downloaded tinytemplate v1.2.1 |
1021 | 2023-09-20T02:01:56.735Z | Downloaded aho-corasick v1.0.4 |
1022 | 2023-09-20T02:01:56.738Z | Downloaded rustc-demangle v0.1.23 |
1023 | 2023-09-20T02:01:56.741Z | Downloaded unicode-normalization v0.1.22 |
1024 | 2023-09-20T02:01:56.744Z | Downloaded term v0.7.0 |
1025 | 2023-09-20T02:01:56.749Z | Downloaded darling v0.20.3 |
1026 | 2023-09-20T02:01:56.752Z | Downloaded pin-project v1.1.3 |
1027 | 2023-09-20T02:01:56.756Z | Downloaded getrandom v0.2.10 |
1028 | 2023-09-20T02:01:56.759Z | Downloaded futures-channel v0.3.28 |
1029 | 2023-09-20T02:01:56.762Z | Downloaded trust-dns-server v0.22.1 |
1030 | 2023-09-20T02:01:56.765Z | Downloaded rustls-pemfile v1.0.3 |
1031 | 2023-09-20T02:01:56.771Z | Downloaded zeroize_derive v1.4.2 |
1032 | 2023-09-20T02:01:56.774Z | Downloaded remove_dir_all v0.5.3 |
1033 | 2023-09-20T02:01:56.777Z | Downloaded serde_plain v1.0.2 |
1034 | 2023-09-20T02:01:56.780Z | Downloaded tokio-tungstenite v0.17.2 |
1035 | 2023-09-20T02:01:56.783Z | Downloaded postcard-cobs v0.1.5-pre |
1036 | 2023-09-20T02:01:56.786Z | Downloaded darling v0.14.4 |
1037 | 2023-09-20T02:01:56.790Z | Downloaded serde_derive_internals v0.26.0 |
1038 | 2023-09-20T02:01:56.793Z | Downloaded pest_meta v2.7.2 |
1039 | 2023-09-20T02:01:56.797Z | Downloaded nom v7.1.3 |
1040 | 2023-09-20T02:01:56.800Z | Downloaded hashbrown v0.12.3 |
1041 | 2023-09-20T02:01:56.804Z | Downloaded postgres-types v0.2.6 |
1042 | 2023-09-20T02:01:56.807Z | Downloaded postgres-protocol v0.6.6 |
1043 | 2023-09-20T02:01:56.810Z | Downloaded tar v0.4.40 |
1044 | 2023-09-20T02:01:56.814Z | Downloaded unsafe-libyaml v0.2.9 |
1045 | 2023-09-20T02:01:56.817Z | Downloaded unicode-segmentation v1.10.1 |
1046 | 2023-09-20T02:01:56.820Z | Downloaded version_check v0.9.4 |
1047 | 2023-09-20T02:01:56.823Z | Downloaded tokio-stream v0.1.14 |
1048 | 2023-09-20T02:01:56.827Z | Downloaded zerocopy v0.6.3 |
1049 | 2023-09-20T02:01:56.830Z | Downloaded usdt-impl v0.3.5 |
1050 | 2023-09-20T02:01:56.833Z | Downloaded pin-project-internal v1.1.3 |
1051 | 2023-09-20T02:01:56.836Z | Downloaded secrecy v0.8.0 |
1052 | 2023-09-20T02:01:56.839Z | Downloaded sct v0.7.0 |
1053 | 2023-09-20T02:01:56.842Z | Downloaded ena v0.14.2 |
1054 | 2023-09-20T02:01:56.845Z | Downloaded libm v0.2.7 |
1055 | 2023-09-20T02:01:56.848Z | Downloaded crypto-bigint v0.5.2 |
1056 | 2023-09-20T02:01:56.852Z | Downloaded generic-array v0.14.7 |
1057 | 2023-09-20T02:01:56.855Z | Downloaded getopts v0.2.21 |
1058 | 2023-09-20T02:01:56.863Z | Downloaded zip v0.6.6 |
1059 | 2023-09-20T02:01:56.871Z | Downloaded rayon-core v1.11.0 |
1060 | 2023-09-20T02:01:56.877Z | Downloaded tokio-postgres v0.7.10 |
1061 | 2023-09-20T02:01:56.884Z | Downloaded serde_yaml v0.9.25 |
1062 | 2023-09-20T02:01:56.889Z | Downloaded socket2 v0.5.3 |
1063 | 2023-09-20T02:01:56.892Z | Downloaded oso v0.26.4 |
1064 | 2023-09-20T02:01:56.898Z | Downloaded enum-as-inner v0.5.1 |
1065 | 2023-09-20T02:01:56.902Z | Downloaded doc-comment v0.3.3 |
1066 | 2023-09-20T02:01:56.905Z | Downloaded walkdir v2.4.0 |
1067 | 2023-09-20T02:01:56.909Z | Downloaded rust-argon2 v1.0.1 |
1068 | 2023-09-20T02:01:56.913Z | Downloaded yasna v0.5.2 |
1069 | 2023-09-20T02:01:56.916Z | Downloaded test-strategy v0.2.1 |
1070 | 2023-09-20T02:01:56.919Z | Downloaded num-bigint-dig v0.8.4 |
1071 | 2023-09-20T02:01:56.923Z | Downloaded tokio-native-tls v0.3.1 |
1072 | 2023-09-20T02:01:56.926Z | Downloaded usdt v0.3.5 |
1073 | 2023-09-20T02:01:56.929Z | Downloaded fatfs v0.3.6 |
1074 | 2023-09-20T02:01:56.934Z | Downloaded derive_more v0.99.17 |
1075 | 2023-09-20T02:01:56.937Z | Downloaded expectorate v1.0.7 |
1076 | 2023-09-20T02:01:56.941Z | Downloaded aes v0.8.3 |
1077 | 2023-09-20T02:01:56.947Z | Downloaded futures-executor v0.3.28 |
1078 | 2023-09-20T02:01:56.951Z | Downloaded proc-macro-crate v1.3.1 |
1079 | 2023-09-20T02:01:56.955Z | Downloaded pem v1.1.1 |
1080 | 2023-09-20T02:01:56.958Z | Downloaded globset v0.4.13 |
1081 | 2023-09-20T02:01:56.962Z | Downloaded fallible-iterator v0.2.0 |
1082 | 2023-09-20T02:01:56.965Z | Downloaded thread-id v4.2.0 |
1083 | 2023-09-20T02:01:56.968Z | Downloaded tempdir v0.3.7 |
1084 | 2023-09-20T02:01:56.971Z | Downloaded smawk v0.3.1 |
1085 | 2023-09-20T02:01:56.974Z | Downloaded ppv-lite86 v0.2.17 |
1086 | 2023-09-20T02:01:56.978Z | Downloaded time-macros v0.2.13 |
1087 | 2023-09-20T02:01:56.982Z | Downloaded subprocess v0.2.9 |
1088 | 2023-09-20T02:01:56.985Z | Downloaded omicron-zone-package v0.8.3 |
1089 | 2023-09-20T02:01:56.988Z | Downloaded rsa v0.9.2 |
1090 | 2023-09-20T02:01:56.991Z | Downloaded smf v0.2.2 |
1091 | 2023-09-20T02:01:56.994Z | Downloaded slog-stdlog v4.1.1 |
1092 | 2023-09-20T02:01:56.997Z | Downloaded serde_path_to_error v0.1.14 |
1093 | 2023-09-20T02:01:57.003Z | Downloaded strum_macros v0.24.3 |
1094 | 2023-09-20T02:01:57.006Z | Downloaded deranged v0.3.8 |
1095 | 2023-09-20T02:01:57.009Z | Downloaded zerocopy v0.3.0 |
1096 | 2023-09-20T02:01:57.012Z | Downloaded tokio-util v0.7.8 |
1097 | 2023-09-20T02:01:57.016Z | Downloaded percent-encoding v2.3.0 |
1098 | 2023-09-20T02:01:57.019Z | Downloaded signal-hook v0.3.17 |
1099 | 2023-09-20T02:01:57.022Z | Downloaded parking_lot v0.12.1 |
1100 | 2023-09-20T02:01:57.026Z | Downloaded futures v0.3.28 |
1101 | 2023-09-20T02:01:57.030Z | Downloaded strum_macros v0.25.2 |
1102 | 2023-09-20T02:01:57.033Z | Downloaded textwrap v0.16.0 |
1103 | 2023-09-20T02:01:57.037Z | Downloaded itertools v0.10.5 |
1104 | 2023-09-20T02:01:57.044Z | Downloaded xattr v1.0.1 |
1105 | 2023-09-20T02:01:57.050Z | Downloaded rcgen v0.10.0 |
1106 | 2023-09-20T02:01:57.053Z | Downloaded which v4.4.0 |
1107 | 2023-09-20T02:01:57.119Z | Downloaded snafu v0.7.5 |
1108 | 2023-09-20T02:01:57.123Z | Downloaded oorandom v11.1.3 |
1109 | 2023-09-20T02:01:57.126Z | Downloaded minimal-lexical v0.2.1 |
1110 | 2023-09-20T02:01:57.129Z | Downloaded tempfile v3.8.0 |
1111 | 2023-09-20T02:01:57.133Z | Downloaded serde_repr v0.1.16 |
1112 | 2023-09-20T02:01:57.136Z | Downloaded tracing v0.1.37 |
1113 | 2023-09-20T02:01:57.139Z | Downloaded ref-cast v1.0.20 |
1114 | 2023-09-20T02:01:57.143Z | Downloaded tiny-keccak v2.0.2 |
1115 | 2023-09-20T02:01:57.146Z | Downloaded static_assertions v1.1.0 |
1116 | 2023-09-20T02:01:57.149Z | Downloaded strip-ansi-escapes v0.2.0 |
1117 | 2023-09-20T02:01:57.152Z | Downloaded ref-cast-impl v1.0.20 |
1118 | 2023-09-20T02:01:57.155Z | Downloaded polyval v0.6.1 |
1119 | 2023-09-20T02:01:57.158Z | Downloaded parse-display-derive v0.7.0 |
1120 | 2023-09-20T02:01:57.162Z | Downloaded futures-core v0.3.28 |
1121 | 2023-09-20T02:01:57.165Z | Downloaded datatest-stable v0.1.3 |
1122 | 2023-09-20T02:01:57.168Z | Downloaded libxml v0.3.3 |
1123 | 2023-09-20T02:01:57.173Z | Downloaded slog v2.7.0 |
1124 | 2023-09-20T02:01:57.176Z | Downloaded universal-hash v0.5.1 |
1125 | 2023-09-20T02:01:57.179Z | Downloaded zone_cfg_derive v0.2.0 |
1126 | 2023-09-20T02:01:57.182Z | Downloaded opaque-debug v0.3.0 |
1127 | 2023-09-20T02:01:57.186Z | Downloaded pretty-hex v0.2.1 |
1128 | 2023-09-20T02:01:57.190Z | Downloaded float-cmp v0.9.0 |
1129 | 2023-09-20T02:01:57.193Z | Downloaded der_derive v0.7.2 |
1130 | 2023-09-20T02:01:57.197Z | Downloaded similar v2.2.1 |
1131 | 2023-09-20T02:01:57.200Z | Downloaded vte v0.11.1 |
1132 | 2023-09-20T02:01:57.203Z | Downloaded base64 v0.13.1 |
1133 | 2023-09-20T02:01:57.208Z | Downloaded tracing-core v0.1.31 |
1134 | 2023-09-20T02:01:57.213Z | Downloaded bindgen v0.65.1 |
1135 | 2023-09-20T02:01:57.216Z | Downloaded dof v0.1.5 |
1136 | 2023-09-20T02:01:57.219Z | Downloaded crossbeam-channel v0.5.8 |
1137 | 2023-09-20T02:01:57.222Z | Downloaded whoami v1.4.1 |
1138 | 2023-09-20T02:01:57.226Z | Downloaded env_logger v0.10.0 |
1139 | 2023-09-20T02:01:57.230Z | Downloaded signature v1.6.4 |
1140 | 2023-09-20T02:01:57.233Z | Downloaded r2d2 v0.8.10 |
1141 | 2023-09-20T02:01:57.236Z | Downloaded tap v1.0.1 |
1142 | 2023-09-20T02:01:57.239Z | Downloaded env_logger v0.9.3 |
1143 | 2023-09-20T02:01:57.242Z | Downloaded elliptic-curve v0.13.5 |
1144 | 2023-09-20T02:01:57.245Z | Downloaded darling_core v0.20.3 |
1145 | 2023-09-20T02:01:57.250Z | Downloaded darling_core v0.14.4 |
1146 | 2023-09-20T02:01:57.253Z | Downloaded itertools v0.11.0 |
1147 | 2023-09-20T02:01:57.256Z | Downloaded ringbuffer v0.14.2 |
1148 | 2023-09-20T02:01:57.259Z | Downloaded slog-scope v4.4.0 |
1149 | 2023-09-20T02:01:57.262Z | Downloaded allocator-api2 v0.2.16 |
1150 | 2023-09-20T02:01:57.265Z | Downloaded poly1305 v0.8.0 |
1151 | 2023-09-20T02:01:57.269Z | Downloaded rustfmt-wrapper v0.2.0 |
1152 | 2023-09-20T02:01:57.278Z | Downloaded tungstenite v0.18.0 |
1153 | 2023-09-20T02:01:57.290Z | Downloaded fragile v2.0.0 |
1154 | 2023-09-20T02:01:57.294Z | Downloaded thiserror-no-std v2.0.2 |
1155 | 2023-09-20T02:01:57.297Z | Downloaded thiserror-impl-no-std v2.0.2 |
1156 | 2023-09-20T02:01:57.300Z | Downloaded plotters-svg v0.3.5 |
1157 | 2023-09-20T02:01:57.303Z | Downloaded rtoolbox v0.0.1 |
1158 | 2023-09-20T02:01:57.306Z | Downloaded once_cell v1.18.0 |
1159 | 2023-09-20T02:01:57.310Z | Downloaded difflib v0.4.0 |
1160 | 2023-09-20T02:01:57.313Z | Downloaded erased-serde v0.3.30 |
1161 | 2023-09-20T02:01:57.327Z | Downloaded strsim v0.8.0 |
1162 | 2023-09-20T02:01:57.333Z | Downloaded toml v0.5.11 |
1163 | 2023-09-20T02:01:57.337Z | Downloaded base64 v0.21.4 |
1164 | 2023-09-20T02:01:57.340Z | Downloaded backtrace v0.3.69 |
1165 | 2023-09-20T02:01:57.343Z | Downloaded arc-swap v1.6.0 |
1166 | 2023-09-20T02:01:57.346Z | Downloaded pest_generator v2.7.2 |
1167 | 2023-09-20T02:01:57.350Z | Downloaded smallvec v1.11.0 |
1168 | 2023-09-20T02:01:57.353Z | Downloaded slog-json v2.6.1 |
1169 | 2023-09-20T02:01:57.357Z | Downloaded slog-envlogger v2.2.0 |
1170 | 2023-09-20T02:01:57.360Z | Downloaded siphasher v0.3.11 |
1171 | 2023-09-20T02:01:57.363Z | Downloaded crc-any v2.4.3 |
1172 | 2023-09-20T02:01:57.366Z | Downloaded partial-io v0.5.4 |
1173 | 2023-09-20T02:01:57.369Z | Downloaded unicode-bidi v0.3.13 |
1174 | 2023-09-20T02:01:57.380Z | Downloaded termcolor v1.2.0 |
1175 | 2023-09-20T02:01:57.385Z | Downloaded semver v0.11.0 |
1176 | 2023-09-20T02:01:57.388Z | Downloaded textwrap v0.11.0 |
1177 | 2023-09-20T02:01:57.391Z | Downloaded signature v2.1.0 |
1178 | 2023-09-20T02:01:57.394Z | Downloaded platforms v3.0.2 |
1179 | 2023-09-20T02:01:57.397Z | Downloaded pkcs8 v0.10.2 |
1180 | 2023-09-20T02:01:57.401Z | Downloaded pkcs1 v0.7.5 |
1181 | 2023-09-20T02:01:57.405Z | Downloaded parking_lot_core v0.9.8 |
1182 | 2023-09-20T02:01:57.408Z | Downloaded parking_lot v0.11.2 |
1183 | 2023-09-20T02:01:57.411Z | Downloaded futures-task v0.3.28 |
1184 | 2023-09-20T02:01:57.414Z | Downloaded futures-macro v0.3.28 |
1185 | 2023-09-20T02:01:57.416Z | Downloaded display-error-chain v0.1.1 |
1186 | 2023-09-20T02:01:57.419Z | Downloaded parking_lot_core v0.8.6 |
1187 | 2023-09-20T02:01:57.422Z | Downloaded owo-colors v3.5.0 |
1188 | 2023-09-20T02:01:57.425Z | Downloaded fallible-streaming-iterator v0.1.9 |
1189 | 2023-09-20T02:01:57.428Z | Downloaded rand_chacha v0.3.1 |
1190 | 2023-09-20T02:01:57.431Z | Downloaded vergen v8.2.4 |
1191 | 2023-09-20T02:01:57.436Z | Downloaded slog-term v2.9.0 |
1192 | 2023-09-20T02:01:57.439Z | Downloaded mockall_derive v0.11.4 |
1193 | 2023-09-20T02:01:57.443Z | Downloaded miniz_oxide v0.7.1 |
1194 | 2023-09-20T02:01:57.446Z | Downloaded const_format v0.2.31 |
1195 | 2023-09-20T02:01:57.449Z | Downloaded tokio-rustls v0.24.1 |
1196 | 2023-09-20T02:01:57.453Z | Downloaded structopt v0.3.26 |
1197 | 2023-09-20T02:01:57.459Z | Downloaded chacha20poly1305 v0.10.1 |
1198 | 2023-09-20T02:01:57.462Z | Downloaded ed25519 v1.5.3 |
1199 | 2023-09-20T02:01:57.466Z | Downloaded dyn-clone v1.0.13 |
1200 | 2023-09-20T02:01:57.469Z | Downloaded tokio-tungstenite v0.18.0 |
1201 | 2023-09-20T02:01:57.472Z | Downloaded crc32fast v1.3.2 |
1202 | 2023-09-20T02:01:57.475Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1203 | 2023-09-20T02:01:57.480Z | Downloaded plotters-backend v0.3.5 |
1204 | 2023-09-20T02:01:57.483Z | Downloaded headers-core v0.2.0 |
1205 | 2023-09-20T02:01:57.486Z | Downloaded foreign-types v0.5.0 |
1206 | 2023-09-20T02:01:57.489Z | Downloaded enum-iterator v1.4.1 |
1207 | 2023-09-20T02:01:57.494Z | Downloaded waitgroup v0.1.2 |
1208 | 2023-09-20T02:01:57.497Z | Downloaded mime_guess v2.0.4 |
1209 | 2023-09-20T02:01:57.500Z | Downloaded packed_struct_codegen v0.10.1 |
1210 | 2023-09-20T02:01:57.503Z | Downloaded packed_struct v0.10.1 |
1211 | 2023-09-20T02:01:57.506Z | Downloaded crypto-common v0.1.6 |
1212 | 2023-09-20T02:01:57.509Z | Downloaded ron v0.7.1 |
1213 | 2023-09-20T02:01:57.512Z | Downloaded num-traits v0.2.16 |
1214 | 2023-09-20T02:01:57.515Z | Downloaded crossbeam-utils v0.8.16 |
1215 | 2023-09-20T02:01:57.519Z | Downloaded bytes v1.5.0 |
1216 | 2023-09-20T02:01:57.522Z | Downloaded blake2 v0.10.6 |
1217 | 2023-09-20T02:01:57.525Z | Downloaded native-tls v0.2.11 |
1218 | 2023-09-20T02:01:57.528Z | Downloaded hash32 v0.2.1 |
1219 | 2023-09-20T02:01:57.533Z | Downloaded vec_map v0.8.2 |
1220 | 2023-09-20T02:01:57.537Z | Downloaded unicase v2.7.0 |
1221 | 2023-09-20T02:01:57.542Z | Downloaded unicode-linebreak v0.1.5 |
1222 | 2023-09-20T02:01:57.549Z | Downloaded slog-dtrace v0.2.3 |
1223 | 2023-09-20T02:01:57.572Z | Downloaded ipnetwork v0.20.0 |
1224 | 2023-09-20T02:01:57.577Z | Downloaded clang-sys v1.6.1 |
1225 | 2023-09-20T02:01:57.582Z | Downloaded slog-bunyan v2.4.0 |
1226 | 2023-09-20T02:01:57.585Z | Downloaded similar-asserts v1.5.0 |
1227 | 2023-09-20T02:01:57.590Z | Downloaded signal-hook-registry v1.4.1 |
1228 | 2023-09-20T02:01:57.595Z | Downloaded signal-hook-mio v0.2.3 |
1229 | 2023-09-20T02:01:57.598Z | Downloaded sha-1 v0.10.1 |
1230 | 2023-09-20T02:01:57.604Z | Downloaded ciborium v0.2.1 |
1231 | 2023-09-20T02:01:57.609Z | Downloaded unarray v0.1.4 |
1232 | 2023-09-20T02:01:57.614Z | Downloaded rstest v0.18.2 |
1233 | 2023-09-20T02:01:57.628Z | Downloaded num-rational v0.4.1 |
1234 | 2023-09-20T02:01:57.637Z | Downloaded log v0.4.20 |
1235 | 2023-09-20T02:01:57.641Z | Downloaded const-oid v0.9.5 |
1236 | 2023-09-20T02:01:57.645Z | Downloaded dtrace-parser v0.1.14 |
1237 | 2023-09-20T02:01:57.648Z | Downloaded downcast v0.11.0 |
1238 | 2023-09-20T02:01:57.652Z | Downloaded darling_macro v0.14.4 |
1239 | 2023-09-20T02:01:57.655Z | Downloaded serde_tokenstream v0.1.7 |
1240 | 2023-09-20T02:01:57.658Z | Downloaded schemars_derive v0.8.13 |
1241 | 2023-09-20T02:01:57.662Z | Downloaded rustls-native-certs v0.6.3 |
1242 | 2023-09-20T02:01:57.669Z | Downloaded corncobs v0.1.3 |
1243 | 2023-09-20T02:01:57.694Z | Downloaded cookie v0.16.2 |
1244 | 2023-09-20T02:01:57.698Z | Downloaded arrayvec v0.7.4 |
1245 | 2023-09-20T02:01:57.704Z | Downloaded argon2 v0.5.2 |
1246 | 2023-09-20T02:01:57.725Z | Downloaded ahash v0.8.3 |
1247 | 2023-09-20T02:01:57.729Z | Downloaded path-absolutize v3.1.0 |
1248 | 2023-09-20T02:01:57.732Z | Downloaded num_enum v0.7.0 |
1249 | 2023-09-20T02:01:57.735Z | Downloaded managed v0.8.0 |
1250 | 2023-09-20T02:01:57.738Z | Downloaded serde_tokenstream v0.2.0 |
1251 | 2023-09-20T02:01:57.741Z | Downloaded cancel-safe-futures v0.1.2 |
1252 | 2023-09-20T02:01:57.745Z | Downloaded anes v0.1.6 |
1253 | 2023-09-20T02:01:57.749Z | Downloaded phf_shared v0.10.0 |
1254 | 2023-09-20T02:01:57.752Z | Downloaded tokio-macros v2.1.0 |
1255 | 2023-09-20T02:01:57.755Z | Downloaded semver-parser v0.10.2 |
1256 | 2023-09-20T02:01:57.760Z | Downloaded rustc_version v0.1.7 |
1257 | 2023-09-20T02:01:57.765Z | Downloaded num_enum v0.5.11 |
1258 | 2023-09-20T02:01:57.769Z | Downloaded usdt-attr-macro v0.3.5 |
1259 | 2023-09-20T02:01:57.772Z | Downloaded termtree v0.4.1 |
1260 | 2023-09-20T02:01:57.774Z | Downloaded serial_test_derive v0.10.0 |
1261 | 2023-09-20T02:01:57.779Z | Downloaded bzip2 v0.4.4 |
1262 | 2023-09-20T02:01:57.782Z | Downloaded nanorand v0.7.0 |
1263 | 2023-09-20T02:01:57.786Z | Downloaded constant_time_eq v0.3.0 |
1264 | 2023-09-20T02:01:57.793Z | Downloaded console v0.15.7 |
1265 | 2023-09-20T02:01:57.797Z | Downloaded hmac v0.12.1 |
1266 | 2023-09-20T02:01:57.801Z | Downloaded serial_test v0.10.0 |
1267 | 2023-09-20T02:01:57.809Z | Downloaded libefi-sys v0.1.0 |
1268 | 2023-09-20T02:01:57.817Z | Downloaded lazycell v1.3.0 |
1269 | 2023-09-20T02:01:57.825Z | Downloaded criterion-plot v0.5.0 |
1270 | 2023-09-20T02:01:57.831Z | Downloaded bit_field v0.10.2 |
1271 | 2023-09-20T02:01:57.838Z | Downloaded tinyvec_macros v0.1.1 |
1272 | 2023-09-20T02:01:57.842Z | Downloaded num_enum_derive v0.7.0 |
1273 | 2023-09-20T02:01:57.848Z | Downloaded lazy_static v1.4.0 |
1274 | 2023-09-20T02:01:57.853Z | Downloaded jobserver v0.1.26 |
1275 | 2023-09-20T02:01:57.857Z | Downloaded arrayref v0.3.7 |
1276 | 2023-09-20T02:01:57.860Z | Downloaded ansi_term v0.12.1 |
1277 | 2023-09-20T02:01:57.868Z | Downloaded backoff v0.4.0 |
1278 | 2023-09-20T02:01:57.873Z | Downloaded ascii-canvas v3.0.0 |
1279 | 2023-09-20T02:01:57.877Z | Downloaded clap_derive v3.2.25 |
1280 | 2023-09-20T02:01:57.881Z | Downloaded bitflags v2.4.0 |
1281 | 2023-09-20T02:01:57.888Z | Downloaded nibble_vec v0.1.0 |
1282 | 2023-09-20T02:01:57.893Z | Downloaded maplit v1.0.2 |
1283 | 2023-09-20T02:01:57.897Z | Downloaded cexpr v0.6.0 |
1284 | 2023-09-20T02:01:57.906Z | Downloaded base64ct v1.6.0 |
1285 | 2023-09-20T02:01:57.909Z | Downloaded atomic-waker v1.1.1 |
1286 | 2023-09-20T02:01:57.914Z | Downloaded assert_cmd v2.0.12 |
1287 | 2023-09-20T02:01:57.917Z | Downloaded num_enum_derive v0.5.11 |
1288 | 2023-09-20T02:01:57.921Z | Downloaded crc v3.0.1 |
1289 | 2023-09-20T02:01:57.924Z | Downloaded cfg-if v1.0.0 |
1290 | 2023-09-20T02:01:57.928Z | Downloaded hex v0.4.3 |
1291 | 2023-09-20T02:01:57.931Z | Downloaded heck v0.3.3 |
1292 | 2023-09-20T02:01:57.934Z | Downloaded bit-vec v0.6.3 |
1293 | 2023-09-20T02:01:57.937Z | Downloaded approx v0.5.1 |
1294 | 2023-09-20T02:01:57.943Z | Downloaded aes-gcm-siv v0.11.1 |
1295 | 2023-09-20T02:01:57.946Z | Downloaded scopeguard v1.2.0 |
1296 | 2023-09-20T02:01:57.950Z | Downloaded nu-ansi-term v0.49.0 |
1297 | 2023-09-20T02:01:57.953Z | Downloaded maybe-uninit v2.0.0 |
1298 | 2023-09-20T02:01:57.958Z | Downloaded serde-big-array v0.5.1 |
1299 | 2023-09-20T02:01:57.961Z | Downloaded serde-big-array v0.4.1 |
1300 | 2023-09-20T02:01:57.965Z | Downloaded rustc-hash v1.1.0 |
1301 | 2023-09-20T02:01:57.970Z | Downloaded colored v2.0.4 |
1302 | 2023-09-20T02:01:57.974Z | Downloaded crc-catalog v2.2.0 |
1303 | 2023-09-20T02:01:57.977Z | Downloaded adler v1.0.2 |
1304 | 2023-09-20T02:01:57.981Z | Downloaded lock_api v0.4.10 |
1305 | 2023-09-20T02:01:57.984Z | Downloaded iana-time-zone v0.1.57 |
1306 | 2023-09-20T02:01:57.988Z | Downloaded hyper-rustls v0.24.1 |
1307 | 2023-09-20T02:01:57.993Z | Downloaded constant_time_eq v0.2.6 |
1308 | 2023-09-20T02:01:57.997Z | Downloaded const_format_proc_macros v0.2.31 |
1309 | 2023-09-20T02:01:58.000Z | Downloaded clap_lex v0.2.4 |
1310 | 2023-09-20T02:01:58.003Z | Downloaded chacha20 v0.9.1 |
1311 | 2023-09-20T02:01:58.007Z | Downloaded bytesize v1.3.0 |
1312 | 2023-09-20T02:01:58.010Z | Downloaded linear-map v1.2.0 |
1313 | 2023-09-20T02:01:58.013Z | Downloaded convert_case v0.4.0 |
1314 | 2023-09-20T02:01:58.017Z | Downloaded hubpack v0.1.2 |
1315 | 2023-09-20T02:01:58.020Z | Downloaded autocfg v1.1.0 |
1316 | 2023-09-20T02:01:58.023Z | Downloaded memoffset v0.9.0 |
1317 | 2023-09-20T02:01:58.026Z | Downloaded matches v0.1.10 |
1318 | 2023-09-20T02:01:58.029Z | Downloaded macaddr v1.0.1 |
1319 | 2023-09-20T02:01:58.032Z | Downloaded linked-hash-map v0.5.6 |
1320 | 2023-09-20T02:01:58.035Z | Downloaded crossbeam-deque v0.8.3 |
1321 | 2023-09-20T02:01:58.038Z | Downloaded cfg-if v0.1.10 |
1322 | 2023-09-20T02:01:58.041Z | Downloaded async-stream v0.3.5 |
1323 | 2023-09-20T02:01:58.044Z | Downloaded bit-set v0.5.3 |
1324 | 2023-09-20T02:01:58.047Z | Downloaded cipher v0.4.4 |
1325 | 2023-09-20T02:01:58.050Z | Downloaded byteorder v1.4.3 |
1326 | 2023-09-20T02:01:58.053Z | Downloaded async-recursion v1.0.5 |
1327 | 2023-09-20T02:01:58.056Z | Downloaded base16ct v0.2.0 |
1328 | 2023-09-20T02:01:58.059Z | Downloaded normalize-line-endings v0.3.0 |
1329 | 2023-09-20T02:01:58.062Z | Downloaded array-init v0.0.4 |
1330 | 2023-09-20T02:01:58.066Z | Downloaded async-stream-impl v0.3.5 |
1331 | 2023-09-20T02:01:58.078Z | Downloaded atty v0.2.14 |
1332 | 2023-09-20T02:01:58.086Z | Downloaded num-iter v0.1.43 |
1333 | 2023-09-20T02:01:58.092Z | Downloaded num-derive v0.4.0 |
1334 | 2023-09-20T02:01:58.096Z | Downloaded lru-cache v0.1.2 |
1335 | 2023-09-20T02:01:58.098Z | Downloaded crossbeam v0.8.2 |
1336 | 2023-09-20T02:01:58.101Z | Downloaded num-complex v0.4.4 |
1337 | 2023-09-20T02:01:58.104Z | Downloaded nodrop v0.1.14 |
1338 | 2023-09-20T02:01:58.107Z | Downloaded match_cfg v0.1.0 |
1339 | 2023-09-20T02:01:58.111Z | Downloaded is-terminal v0.4.9 |
1340 | 2023-09-20T02:01:58.114Z | Downloaded ident_case v1.0.1 |
1341 | 2023-09-20T02:01:58.117Z | Downloaded hyper-staticfile v0.9.5 |
1342 | 2023-09-20T02:01:58.128Z | Downloaded criterion v0.5.1 |
1343 | 2023-09-20T02:01:58.151Z | Downloaded bitstruct_derive v0.1.0 |
1344 | 2023-09-20T02:01:58.570Z | Downloaded bitfield v0.14.0 |
1345 | 2023-09-20T02:01:58.978Z | Downloaded keccak v0.1.4 |
1346 | 2023-09-20T02:01:58.981Z | Downloaded libloading v0.7.4 |
1347 | 2023-09-20T02:01:58.983Z | Downloaded indicatif v0.17.6 |
1348 | 2023-09-20T02:01:58.987Z | Downloaded impl-trait-for-tuples v0.2.2 |
1349 | 2023-09-20T02:01:58.989Z | Downloaded crossbeam-epoch v0.9.15 |
1350 | 2023-09-20T02:01:58.993Z | Downloaded blake2b_simd v1.0.1 |
1351 | 2023-09-20T02:01:58.996Z | Downloaded hubpack_derive v0.1.1 |
1352 | 2023-09-20T02:01:58.999Z | Downloaded hostname v0.3.1 |
1353 | 2023-09-20T02:01:59.002Z | Downloaded bytecount v0.6.3 |
1354 | 2023-09-20T02:01:59.005Z | Downloaded lalrpop-util v0.19.12 |
1355 | 2023-09-20T02:01:59.008Z | Downloaded indoc v1.0.9 |
1356 | 2023-09-20T02:01:59.011Z | Downloaded cast v0.3.0 |
1357 | 2023-09-20T02:01:59.014Z | Downloaded camino-tempfile v1.0.2 |
1358 | 2023-09-20T02:01:59.017Z | Downloaded humantime v2.1.0 |
1359 | 2023-09-20T02:01:59.020Z | Downloaded http-range v0.1.5 |
1360 | 2023-09-20T02:01:59.023Z | Downloaded cassowary v0.3.0 |
1361 | 2023-09-20T02:01:59.025Z | Downloaded bincode v1.3.3 |
1362 | 2023-09-20T02:01:59.028Z | Downloaded bb8 v0.8.1 |
1363 | 2023-09-20T02:01:59.032Z | Downloaded assert_matches v1.5.0 |
1364 | 2023-09-20T02:01:59.034Z | Downloaded aead v0.5.2 |
1365 | 2023-09-20T02:01:59.038Z | Compiling proc-macro2 v1.0.67 |
1366 | 2023-09-20T02:01:59.041Z | Compiling serde v1.0.188 |
1367 | 2023-09-20T02:01:59.044Z | Compiling autocfg v1.1.0 |
1368 | 2023-09-20T02:01:59.047Z | Compiling version_check v0.9.4 |
1369 | 2023-09-20T02:01:59.049Z | Compiling syn v1.0.109 |
1370 | 2023-09-20T02:01:59.053Z | Compiling parking_lot_core v0.9.8 |
1371 | 2023-09-20T02:01:59.056Z | Compiling libc v0.2.147 |
1372 | 2023-09-20T02:01:59.058Z | Compiling futures-core v0.3.28 |
1373 | 2023-09-20T02:01:59.061Z | Compiling libm v0.2.7 |
1374 | 2023-09-20T02:01:59.064Z | Compiling once_cell v1.18.0 |
1375 | 2023-09-20T02:01:59.067Z | Checking cfg-if v1.0.0 |
1376 | 2023-09-20T02:01:59.139Z | Compiling lock_api v0.4.10 |
1377 | 2023-09-20T02:01:59.154Z | Compiling num-traits v0.2.16 |
1378 | 2023-09-20T02:01:59.200Z | Compiling typenum v1.16.0 |
1379 | 2023-09-20T02:01:59.246Z | Compiling slab v0.4.9 |
1380 | 2023-09-20T02:01:59.471Z | Compiling quote v1.0.33 |
1381 | 2023-09-20T02:01:59.803Z | Compiling futures-channel v0.3.28 |
1382 | 2023-09-20T02:01:59.887Z | Compiling futures-task v0.3.28 |
1383 | 2023-09-20T02:02:00.303Z | Compiling syn v2.0.32 |
1384 | 2023-09-20T02:02:00.775Z | Compiling jobserver v0.1.26 |
1385 | 2023-09-20T02:02:00.901Z | Compiling futures-util v0.3.28 |
1386 | 2023-09-20T02:02:00.969Z | Compiling ahash v0.8.3 |
1387 | 2023-09-20T02:02:00.973Z | Compiling generic-array v0.14.7 |
1388 | 2023-09-20T02:02:01.009Z | Compiling pkg-config v0.3.27 |
1389 | 2023-09-20T02:02:01.278Z | Compiling cc v1.0.83 |
1390 | 2023-09-20T02:02:01.365Z | Compiling itoa v1.0.9 |
1391 | 2023-09-20T02:02:01.469Z | Compiling memchr v2.6.3 |
1392 | 2023-09-20T02:02:01.576Z | Compiling equivalent v1.0.1 |
1393 | 2023-09-20T02:02:01.697Z | Compiling hashbrown v0.14.0 |
1394 | 2023-09-20T02:02:01.726Z | Compiling indexmap v1.9.3 |
1395 | 2023-09-20T02:02:01.839Z | Compiling ryu v1.0.15 |
1396 | 2023-09-20T02:02:02.141Z | Compiling serde_json v1.0.107 |
1397 | 2023-09-20T02:02:02.378Z | Compiling log v0.4.20 |
1398 | 2023-09-20T02:02:02.620Z | Compiling httparse v1.8.0 |
1399 | 2023-09-20T02:02:02.817Z | Compiling vcpkg v0.2.15 |
1400 | 2023-09-20T02:02:02.969Z | Compiling fnv v1.0.7 |
1401 | 2023-09-20T02:02:03.180Z | Compiling schemars v0.8.13 |
1402 | 2023-09-20T02:02:03.597Z | Compiling rustix v0.38.9 |
1403 | 2023-09-20T02:02:03.644Z | Compiling rustls v0.21.7 |
1404 | 2023-09-20T02:02:04.002Z | Compiling aho-corasick v1.0.4 |
1405 | 2023-09-20T02:02:04.246Z | Compiling regex-syntax v0.7.5 |
1406 | 2023-09-20T02:02:04.765Z | Compiling getrandom v0.2.10 |
1407 | 2023-09-20T02:02:05.123Z | Compiling bytes v1.5.0 |
1408 | 2023-09-20T02:02:05.730Z | Compiling iana-time-zone v0.1.57 |
1409 | 2023-09-20T02:02:06.396Z | Compiling ring v0.16.20 |
1410 | 2023-09-20T02:02:06.400Z | Compiling openssl-sys v0.9.93 |
1411 | 2023-09-20T02:02:06.960Z | Compiling async-trait v0.1.73 |
1412 | 2023-09-20T02:02:07.779Z | Compiling slog v2.7.0 |
1413 | 2023-09-20T02:02:08.835Z | Compiling http v0.2.9 |
1414 | 2023-09-20T02:02:09.637Z | Compiling dyn-clone v1.0.13 |
1415 | 2023-09-20T02:02:09.654Z | Compiling unicode-xid v0.2.4 |
1416 | 2023-09-20T02:02:09.888Z | Compiling regex-automata v0.3.8 |
1417 | 2023-09-20T02:02:09.912Z | Compiling ucd-trie v0.1.6 |
1418 | 2023-09-20T02:02:10.680Z | Compiling openssl v0.10.57 |
1419 | 2023-09-20T02:02:10.837Z | Compiling hashbrown v0.13.2 |
1420 | 2023-09-20T02:02:11.191Z | Compiling time-core v0.1.1 |
1421 | 2023-09-20T02:02:11.433Z | Compiling time-macros v0.2.13 |
1422 | 2023-09-20T02:02:12.605Z | Compiling serde_derive_internals v0.26.0 |
1423 | 2023-09-20T02:02:13.544Z | Compiling regress v0.7.1 |
1424 | 2023-09-20T02:02:15.128Z | Compiling native-tls v0.2.11 |
1425 | 2023-09-20T02:02:17.672Z | Compiling crossbeam-utils v0.8.16 |
1426 | 2023-09-20T02:02:19.984Z | Compiling backtrace v0.3.69 |
1427 | 2023-09-20T02:02:40.943Z | Compiling unicode-width v0.1.10 |
1428 | 2023-09-20T02:02:41.169Z | Compiling unsafe-libyaml v0.2.9 |
1429 | 2023-09-20T02:02:41.720Z | Compiling getopts v0.2.21 |
1430 | 2023-09-20T02:02:42.149Z | Compiling synstructure v0.12.6 |
1431 | 2023-09-20T02:02:42.460Z | Compiling anyhow v1.0.75 |
1432 | 2023-09-20T02:02:42.935Z | Compiling byteorder v1.4.3 |
1433 | 2023-09-20T02:02:43.109Z | Compiling regex v1.9.5 |
1434 | 2023-09-20T02:02:43.299Z | Compiling usdt-impl v0.3.5 |
1435 | 2023-09-20T02:02:43.467Z | Compiling rustversion v1.0.14 |
1436 | 2023-09-20T02:02:43.636Z | Compiling thread-id v4.2.0 |
1437 | 2023-09-20T02:02:43.709Z | Compiling ident_case v1.0.1 |
1438 | 2023-09-20T02:02:43.807Z | Compiling strsim v0.10.0 |
1439 | 2023-09-20T02:02:43.850Z | Compiling slog-async v2.8.0 |
1440 | 2023-09-20T02:02:43.876Z | Compiling paste v1.0.14 |
1441 | 2023-09-20T02:02:43.902Z | Compiling darling_core v0.20.3 |
1442 | 2023-09-20T02:02:43.926Z | Compiling regex-syntax v0.6.29 |
1443 | 2023-09-20T02:02:43.947Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1444 | 2023-09-20T02:02:43.963Z | Checking scopeguard v1.2.0 |
1445 | 2023-09-20T02:02:44.038Z | Checking smallvec v1.11.0 |
1446 | 2023-09-20T02:02:44.078Z | Compiling serde_derive v1.0.188 |
1447 | 2023-09-20T02:02:44.097Z | Compiling thiserror-impl v1.0.48 |
1448 | 2023-09-20T02:02:44.158Z | Compiling tokio-macros v2.1.0 |
1449 | 2023-09-20T02:02:44.192Z | Compiling zeroize_derive v1.4.2 |
1450 | 2023-09-20T02:02:44.203Z | Compiling futures-macro v0.3.28 |
1451 | 2023-09-20T02:02:44.211Z | Compiling schemars_derive v0.8.13 |
1452 | 2023-09-20T02:02:44.224Z | Compiling tracing-attributes v0.1.26 |
1453 | 2023-09-20T02:02:44.237Z | Compiling openssl-macros v0.1.1 |
1454 | 2023-09-20T02:02:44.247Z | Compiling thiserror v1.0.48 |
1455 | 2023-09-20T02:02:44.259Z | Compiling zerocopy-derive v0.2.0 |
1456 | 2023-09-20T02:02:44.267Z | Compiling pest v2.7.2 |
1457 | 2023-09-20T02:02:44.278Z | Compiling async-stream-impl v0.3.5 |
1458 | 2023-09-20T02:02:44.285Z | Compiling strum_macros v0.25.2 |
1459 | 2023-09-20T02:02:44.296Z | Compiling darling_macro v0.20.3 |
1460 | 2023-09-20T02:02:44.304Z | Compiling zerocopy v0.3.0 |
1461 | 2023-09-20T02:02:44.319Z | Compiling structmeta-derive v0.1.6 |
1462 | 2023-09-20T02:02:44.350Z | Compiling darling v0.20.3 |
1463 | 2023-09-20T02:02:44.371Z | Compiling serde_with_macros v2.3.3 |
1464 | 2023-09-20T02:02:44.394Z | Checking rand_core v0.6.4 |
1465 | 2023-09-20T02:02:44.409Z | Compiling dof v0.1.5 |
1466 | 2023-09-20T02:02:44.417Z | Compiling pest_meta v2.7.2 |
1467 | 2023-09-20T02:02:44.432Z | Checking parking_lot v0.12.1 |
1468 | 2023-09-20T02:02:44.471Z | Checking pin-project-lite v0.2.13 |
1469 | 2023-09-20T02:02:44.538Z | Checking signal-hook-registry v1.4.1 |
1470 | 2023-09-20T02:02:44.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1471 | 2023-09-20T02:02:44.692Z | Checking mio v0.8.8 |
1472 | 2023-09-20T02:02:44.736Z | Compiling pest_generator v2.7.2 |
1473 | 2023-09-20T02:02:44.781Z | Checking num_cpus v1.16.0 |
1474 | 2023-09-20T02:02:44.846Z | Checking spin v0.5.2 |
1475 | 2023-09-20T02:02:44.856Z | Compiling structmeta v0.1.6 |
1476 | 2023-09-20T02:02:44.900Z | Checking zeroize v1.6.0 |
1477 | 2023-09-20T02:02:44.949Z | Checking socket2 v0.5.3 |
1478 | 2023-09-20T02:02:44.995Z | Checking pin-utils v0.1.0 |
1479 | 2023-09-20T02:02:45.001Z | Checking futures-sink v0.3.28 |
1480 | 2023-09-20T02:02:45.120Z | Compiling parse-display-derive v0.7.0 |
1481 | 2023-09-20T02:02:45.146Z | Compiling test-strategy v0.2.1 |
1482 | 2023-09-20T02:02:45.211Z | Checking futures-io v0.3.28 |
1483 | 2023-09-20T02:02:45.236Z | Compiling pest_derive v2.7.2 |
1484 | 2023-09-20T02:02:45.302Z | Compiling dtrace-parser v0.1.14 |
1485 | 2023-09-20T02:02:45.335Z | Checking subtle v2.5.0 |
1486 | 2023-09-20T02:02:45.390Z | Checking crypto-common v0.1.6 |
1487 | 2023-09-20T02:02:45.437Z | Checking ppv-lite86 v0.2.17 |
1488 | 2023-09-20T02:02:45.507Z | Checking const-oid v0.9.5 |
1489 | 2023-09-20T02:02:45.656Z | Checking tinyvec_macros v0.1.1 |
1490 | 2023-09-20T02:02:45.719Z | Checking tinyvec v1.6.0 |
1491 | 2023-09-20T02:02:45.788Z | Checking rand_chacha v0.3.1 |
1492 | 2023-09-20T02:02:45.829Z | Checking rand v0.8.5 |
1493 | 2023-09-20T02:02:45.940Z | Checking base64 v0.21.4 |
1494 | 2023-09-20T02:02:46.024Z | Checking bitflags v2.4.0 |
1495 | 2023-09-20T02:02:46.156Z | Checking chrono v0.4.30 |
1496 | 2023-09-20T02:02:46.283Z | Checking uuid v1.4.1 |
1497 | 2023-09-20T02:02:46.409Z | Checking tokio v1.32.0 |
1498 | 2023-09-20T02:02:46.497Z | Compiling indexmap v2.0.0 |
1499 | 2023-09-20T02:02:46.749Z | Compiling serde_tokenstream v0.2.0 |
1500 | 2023-09-20T02:02:47.531Z | Compiling serde_yaml v0.9.25 |
1501 | 2023-09-20T02:02:47.620Z | Compiling serde_tokenstream v0.1.7 |
1502 | 2023-09-20T02:02:47.877Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1503 | 2023-09-20T02:02:48.259Z | Checking unicode-normalization v0.1.22 |
1504 | 2023-09-20T02:02:49.234Z | Compiling openapiv3 v1.0.3 |
1505 | 2023-09-20T02:02:49.872Z | Checking lazy_static v1.4.0 |
1506 | 2023-09-20T02:02:50.718Z | Checking tracing-core v0.1.31 |
1507 | 2023-09-20T02:02:51.378Z | Checking allocator-api2 v0.2.16 |
1508 | 2023-09-20T02:02:51.779Z | Checking tracing v0.1.37 |
1509 | 2023-09-20T02:02:52.159Z | Checking unicode-bidi v0.3.13 |
1510 | 2023-09-20T02:02:52.297Z | Checking unicode-ident v1.0.11 |
1511 | 2023-09-20T02:02:52.338Z | Compiling usdt-attr-macro v0.3.5 |
1512 | 2023-09-20T02:02:52.390Z | Compiling usdt-macro v0.3.5 |
1513 | 2023-09-20T02:02:52.934Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1514 | 2023-09-20T02:02:54.169Z | Checking block-buffer v0.10.4 |
1515 | 2023-09-20T02:02:54.208Z | Checking percent-encoding v2.3.0 |
1516 | 2023-09-20T02:02:54.531Z | Checking digest v0.10.7 |
1517 | 2023-09-20T02:02:54.580Z | Checking bitflags v1.3.2 |
1518 | 2023-09-20T02:02:54.706Z | Checking hashbrown v0.12.3 |
1519 | 2023-09-20T02:02:55.116Z | Checking form_urlencoded v1.2.0 |
1520 | 2023-09-20T02:02:55.385Z | Checking cpufeatures v0.2.9 |
1521 | 2023-09-20T02:02:55.621Z | Checking errno v0.3.2 |
1522 | 2023-09-20T02:02:55.829Z | Checking idna v0.4.0 |
1523 | 2023-09-20T02:02:56.694Z | Checking untrusted v0.7.1 |
1524 | 2023-09-20T02:02:57.000Z | Checking tokio-util v0.7.8 |
1525 | 2023-09-20T02:02:57.203Z | Checking socket2 v0.4.9 |
1526 | 2023-09-20T02:02:57.305Z | Checking url v2.4.1 |
1527 | 2023-09-20T02:02:57.328Z | Checking try-lock v0.2.4 |
1528 | 2023-09-20T02:02:57.440Z | Checking httpdate v1.0.3 |
1529 | 2023-09-20T02:02:57.496Z | Checking want v0.3.1 |
1530 | 2023-09-20T02:02:57.744Z | Checking http-body v0.4.5 |
1531 | 2023-09-20T02:02:57.764Z | Checking foreign-types-shared v0.1.1 |
1532 | 2023-09-20T02:02:57.886Z | Checking adler v1.0.2 |
1533 | 2023-09-20T02:02:57.904Z | Checking tower-service v0.3.2 |
1534 | 2023-09-20T02:02:58.058Z | Checking openssl-probe v0.1.5 |
1535 | 2023-09-20T02:02:58.095Z | Checking miniz_oxide v0.7.1 |
1536 | 2023-09-20T02:02:58.248Z | Checking foreign-types v0.3.2 |
1537 | 2023-09-20T02:02:58.299Z | Checking rustls-pemfile v1.0.3 |
1538 | 2023-09-20T02:02:58.487Z | Checking h2 v0.3.21 |
1539 | 2023-09-20T02:02:59.228Z | Checking ipnet v2.8.0 |
1540 | 2023-09-20T02:02:59.309Z | Checking mime v0.3.17 |
1541 | 2023-09-20T02:02:59.809Z | Checking serde_urlencoded v0.7.1 |
1542 | 2023-09-20T02:02:59.940Z | Checking sct v0.7.0 |
1543 | 2023-09-20T02:02:59.981Z | Checking rustls-webpki v0.101.4 |
1544 | 2023-09-20T02:03:00.212Z | Checking futures-executor v0.3.28 |
1545 | 2023-09-20T02:03:00.563Z | Checking heck v0.4.1 |
1546 | 2023-09-20T02:03:00.855Z | Checking rustls-native-certs v0.6.3 |
1547 | 2023-09-20T02:03:01.060Z | Checking gimli v0.28.0 |
1548 | 2023-09-20T02:03:01.128Z | Checking futures v0.3.28 |
1549 | 2023-09-20T02:03:01.277Z | Checking object v0.32.1 |
1550 | 2023-09-20T02:03:03.192Z | Checking encoding_rs v0.8.33 |
1551 | 2023-09-20T02:03:04.361Z | Checking rustc-demangle v0.1.23 |
1552 | 2023-09-20T02:03:05.019Z | Checking webpki-roots v0.25.2 |
1553 | 2023-09-20T02:03:06.444Z | Checking tokio-rustls v0.24.1 |
1554 | 2023-09-20T02:03:07.380Z | Checking addr2line v0.21.0 |
1555 | 2023-09-20T02:03:08.769Z | Checking hyper v0.14.27 |
1556 | 2023-09-20T02:03:09.861Z | Checking tokio-native-tls v0.3.1 |
1557 | 2023-09-20T02:03:10.236Z | Checking crossbeam-channel v0.5.8 |
1558 | 2023-09-20T02:03:10.447Z | Checking atty v0.2.14 |
1559 | 2023-09-20T02:03:10.924Z | Checking deranged v0.3.8 |
1560 | 2023-09-20T02:03:11.512Z | Checking num_threads v0.1.6 |
1561 | 2023-09-20T02:03:12.151Z | Checking serde_spanned v0.6.3 |
1562 | 2023-09-20T02:03:12.376Z | Checking toml_datetime v0.6.3 |
1563 | 2023-09-20T02:03:12.413Z | Checking winnow v0.5.15 |
1564 | 2023-09-20T02:03:13.160Z | Checking match_cfg v0.1.0 |
1565 | 2023-09-20T02:03:13.275Z | Checking hostname v0.3.1 |
1566 | 2023-09-20T02:03:13.816Z | Checking time v0.3.27 |
1567 | 2023-09-20T02:03:14.588Z | Checking ipnetwork v0.20.0 |
1568 | 2023-09-20T02:03:14.940Z | Checking sha2 v0.10.7 |
1569 | 2023-09-20T02:03:15.126Z | Checking dirs-sys-next v0.1.2 |
1570 | 2023-09-20T02:03:15.377Z | Checking fastrand v2.0.0 |
1571 | 2023-09-20T02:03:15.789Z | Checking dirs-next v2.0.0 |
1572 | 2023-09-20T02:03:15.856Z | Checking hex v0.4.3 |
1573 | 2023-09-20T02:03:15.961Z | Checking thread_local v1.1.7 |
1574 | 2023-09-20T02:03:16.379Z | Checking term v0.7.0 |
1575 | 2023-09-20T02:03:16.625Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1576 | 2023-09-20T02:03:16.719Z | Checking hmac v0.12.1 |
1577 | 2023-09-20T02:03:17.026Z | Checking instant v0.1.12 |
1578 | 2023-09-20T02:03:17.042Z | Checking take_mut v0.2.2 |
1579 | 2023-09-20T02:03:17.179Z | Checking fallible-iterator v0.2.0 |
1580 | 2023-09-20T02:03:17.250Z | Checking siphasher v0.3.11 |
1581 | 2023-09-20T02:03:17.341Z | Checking toml_edit v0.19.15 |
1582 | 2023-09-20T02:03:17.937Z | Checking slog-term v2.9.0 |
1583 | 2023-09-20T02:03:18.137Z | Checking slog-json v2.6.1 |
1584 | 2023-09-20T02:03:18.151Z | Checking sha1 v0.10.5 |
1585 | 2023-09-20T02:03:18.521Z | Checking serde_with v2.3.3 |
1586 | 2023-09-20T02:03:18.589Z | Checking camino v1.1.6 |
1587 | 2023-09-20T02:03:18.696Z | Checking slog-bunyan v2.4.0 |
1588 | 2023-09-20T02:03:18.854Z | Checking hyper-rustls v0.24.1 |
1589 | 2023-09-20T02:03:18.916Z | Checking hyper-tls v0.5.0 |
1590 | 2023-09-20T02:03:19.341Z | Checking tempfile v3.8.0 |
1591 | 2023-09-20T02:03:19.402Z | Checking reqwest v0.11.20 |
1592 | 2023-09-20T02:03:19.443Z | Checking md-5 v0.10.5 |
1593 | 2023-09-20T02:03:19.768Z | Checking stringprep v0.1.3 |
1594 | 2023-09-20T02:03:19.889Z | Checking semver v1.0.18 |
1595 | 2023-09-20T02:03:20.175Z | Checking strum v0.25.0 |
1596 | 2023-09-20T02:03:20.232Z | Checking atomic-waker v1.1.1 |
1597 | 2023-09-20T02:03:20.396Z | Checking debug-ignore v1.0.5 |
1598 | 2023-09-20T02:03:20.413Z | Checking waitgroup v0.1.2 |
1599 | 2023-09-20T02:03:20.505Z | Checking postgres-protocol v0.6.6 |
1600 | 2023-09-20T02:03:20.577Z | Checking phf_shared v0.11.2 |
1601 | 2023-09-20T02:03:21.265Z | Checking toml v0.7.6 |
1602 | 2023-09-20T02:03:21.447Z | Checking serde_path_to_error v0.1.14 |
1603 | 2023-09-20T02:03:21.590Z | Checking async-stream v0.3.5 |
1604 | 2023-09-20T02:03:21.628Z | Compiling clap_derive v4.4.2 |
1605 | 2023-09-20T02:03:21.865Z | Checking quick-error v1.2.3 |
1606 | 2023-09-20T02:03:21.942Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1607 | 2023-09-20T02:03:22.376Z | Checking postgres-types v0.2.6 |
1608 | 2023-09-20T02:03:22.473Z | Checking phf v0.11.2 |
1609 | 2023-09-20T02:03:22.878Z | Checking backoff v0.4.0 |
1610 | 2023-09-20T02:03:23.200Z | Checking usdt v0.3.5 |
1611 | 2023-09-20T02:03:23.294Z | Checking whoami v1.4.1 |
1612 | 2023-09-20T02:03:23.556Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1613 | 2023-09-20T02:03:23.673Z | Checking tokio-postgres v0.7.10 |
1614 | 2023-09-20T02:03:23.693Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1615 | 2023-09-20T02:03:23.868Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1616 | 2023-09-20T02:03:24.331Z | Checking parse-display v0.7.0 |
1617 | 2023-09-20T02:03:24.579Z | Checking macaddr v1.0.1 |
1618 | 2023-09-20T02:03:25.484Z | Compiling zerocopy-derive v0.6.3 |
1619 | 2023-09-20T02:03:27.504Z | Checking wait-timeout v0.2.0 |
1620 | 2023-09-20T02:03:28.426Z | Checking bit-vec v0.6.3 |
1621 | 2023-09-20T02:03:28.483Z | Checking rusty-fork v0.3.0 |
1622 | 2023-09-20T02:03:28.502Z | Checking rand_xorshift v0.3.0 |
1623 | 2023-09-20T02:03:28.736Z | Checking unarray v0.1.4 |
1624 | 2023-09-20T02:03:28.916Z | Checking bit-set v0.5.3 |
1625 | 2023-09-20T02:03:30.197Z | Compiling crc32fast v1.3.2 |
1626 | 2023-09-20T02:03:32.823Z | Compiling proc-macro-crate v1.3.1 |
1627 | 2023-09-20T02:03:33.937Z | Checking proptest v1.2.0 |
1628 | 2023-09-20T02:03:34.516Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1629 | 2023-09-20T02:03:39.104Z | Compiling proc-macro-error-attr v1.0.4 |
1630 | 2023-09-20T02:03:39.473Z | Compiling num_enum_derive v0.5.11 |
1631 | 2023-09-20T02:03:39.740Z | Compiling num-integer v0.1.45 |
1632 | 2023-09-20T02:03:40.235Z | Compiling proc-macro-error v1.0.4 |
1633 | 2023-09-20T02:03:44.710Z | Compiling num-iter v0.1.43 |
1634 | 2023-09-20T02:03:45.901Z | Checking base64ct v1.6.0 |
1635 | 2023-09-20T02:04:09.395Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2023-09-20T02:04:09.805Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2023-09-20T02:04:10.186Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2023-09-20T02:04:10.329Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1639 | 2023-09-20T02:04:10.545Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2023-09-20T02:04:10.651Z | Checking utf8parse v0.2.1 |
1641 | 2023-09-20T02:04:10.765Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2023-09-20T02:04:10.828Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1643 | 2023-09-20T02:04:10.877Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1644 | 2023-09-20T02:04:11.028Z | Checking anstyle v1.0.2 |
1645 | 2023-09-20T02:04:11.146Z | Checking io-lifetimes v1.0.11 |
1646 | 2023-09-20T02:04:11.206Z | Checking either v1.9.0 |
1647 | 2023-09-20T02:04:11.337Z | Checking rustix v0.37.23 |
1648 | 2023-09-20T02:04:11.463Z | Checking anstyle-parse v0.2.1 |
1649 | 2023-09-20T02:04:11.569Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1650 | 2023-09-20T02:04:11.668Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1651 | 2023-09-20T02:04:11.822Z | Checking colorchoice v1.0.0 |
1652 | 2023-09-20T02:04:11.928Z | Checking anstyle-query v1.0.0 |
1653 | 2023-09-20T02:04:12.008Z | Checking anstream v0.5.0 |
1654 | 2023-09-20T02:04:12.188Z | Checking terminal_size v0.2.6 |
1655 | 2023-09-20T02:04:12.399Z | Compiling zone_cfg_derive v0.2.0 |
1656 | 2023-09-20T02:04:12.481Z | Compiling mockall_derive v0.11.4 |
1657 | 2023-09-20T02:04:12.515Z | Checking clap_lex v0.5.1 |
1658 | 2023-09-20T02:04:12.984Z | Checking clap_builder v4.4.2 |
1659 | 2023-09-20T02:04:13.077Z | Checking zerocopy v0.6.3 |
1660 | 2023-09-20T02:04:13.147Z | Compiling rustc_version v0.4.0 |
1661 | 2023-09-20T02:04:13.240Z | Checking is-terminal v0.4.9 |
1662 | 2023-09-20T02:04:13.295Z | Checking clap v4.4.3 |
1663 | 2023-09-20T02:04:13.361Z | Compiling memoffset v0.9.0 |
1664 | 2023-09-20T02:04:13.445Z | Compiling crossbeam-epoch v0.9.15 |
1665 | 2023-09-20T02:04:14.784Z | Compiling radium v0.7.0 |
1666 | 2023-09-20T02:04:15.050Z | Checking base64 v0.13.1 |
1667 | 2023-09-20T02:04:16.229Z | Compiling cancel-safe-futures v0.1.2 |
1668 | 2023-09-20T02:04:16.676Z | Checking managed v0.8.0 |
1669 | 2023-09-20T02:04:17.701Z | Compiling enum-as-inner v0.5.1 |
1670 | 2023-09-20T02:04:18.095Z | Compiling slog-dtrace v0.2.3 |
1671 | 2023-09-20T02:04:18.577Z | Checking itertools v0.10.5 |
1672 | 2023-09-20T02:04:18.763Z | Checking password-hash v0.5.0 |
1673 | 2023-09-20T02:04:18.837Z | Checking blake2 v0.10.6 |
1674 | 2023-09-20T02:04:19.322Z | Checking num_enum v0.5.11 |
1675 | 2023-09-20T02:04:19.542Z | Checking argon2 v0.5.2 |
1676 | 2023-09-20T02:04:20.629Z | Checking predicates-core v1.0.6 |
1677 | 2023-09-20T02:04:20.898Z | Checking float-cmp v0.9.0 |
1678 | 2023-09-20T02:04:21.829Z | Checking difflib v0.4.0 |
1679 | 2023-09-20T02:04:22.131Z | Checking normalize-line-endings v0.3.0 |
1680 | 2023-09-20T02:04:23.193Z | Checking termtree v0.4.1 |
1681 | 2023-09-20T02:04:23.484Z | Checking predicates-tree v1.0.9 |
1682 | 2023-09-20T02:04:24.769Z | Checking pem v1.1.1 |
1683 | 2023-09-20T02:04:25.084Z | Checking postcard-cobs v0.1.5-pre |
1684 | 2023-09-20T02:04:25.321Z | Checking postcard v0.7.3 |
1685 | 2023-09-20T02:04:25.749Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1686 | 2023-09-20T02:04:25.945Z | Checking smoltcp v0.8.2 |
1687 | 2023-09-20T02:04:26.938Z | Checking foreign-types-shared v0.3.1 |
1688 | 2023-09-20T02:04:26.990Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1689 | 2023-09-20T02:04:27.188Z | Checking cfg-if v0.1.10 |
1690 | 2023-09-20T02:04:27.281Z | Checking foreign-types v0.5.0 |
1691 | 2023-09-20T02:04:27.311Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1692 | 2023-09-20T02:04:27.836Z | Checking cstr-argument v0.1.2 |
1693 | 2023-09-20T02:04:27.879Z | Compiling unicode-segmentation v1.10.1 |
1694 | 2023-09-20T02:04:28.108Z | Checking pretty-hex v0.2.1 |
1695 | 2023-09-20T02:04:28.327Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1696 | 2023-09-20T02:04:28.724Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1697 | 2023-09-20T02:04:29.184Z | Compiling heck v0.3.3 |
1698 | 2023-09-20T02:04:29.812Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1699 | 2023-09-20T02:04:30.592Z | Checking colored v2.0.4 |
1700 | 2023-09-20T02:04:30.613Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1701 | 2023-09-20T02:04:30.827Z | Checking console v0.15.7 |
1702 | 2023-09-20T02:04:31.346Z | Compiling der_derive v0.7.2 |
1703 | 2023-09-20T02:04:31.503Z | Compiling libefi-sys v0.1.0 |
1704 | 2023-09-20T02:04:32.676Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1705 | 2023-09-20T02:04:32.725Z | Compiling structopt-derive v0.4.18 |
1706 | 2023-09-20T02:04:34.754Z | Checking predicates v2.1.5 |
1707 | 2023-09-20T02:04:35.134Z | Checking headers-core v0.2.0 |
1708 | 2023-09-20T02:04:35.468Z | Compiling memoffset v0.7.1 |
1709 | 2023-09-20T02:04:35.780Z | Checking fragile v2.0.0 |
1710 | 2023-09-20T02:04:36.043Z | Checking downcast v0.11.0 |
1711 | 2023-09-20T02:04:36.330Z | Checking mockall v0.11.4 |
1712 | 2023-09-20T02:04:36.365Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1713 | 2023-09-20T02:04:36.385Z | Checking headers v0.3.9 |
1714 | 2023-09-20T02:04:36.667Z | Checking zone v0.2.0 |
1715 | 2023-09-20T02:04:36.686Z | Checking smf v0.2.2 |
1716 | 2023-09-20T02:04:36.761Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1717 | 2023-09-20T02:04:37.881Z | Checking yasna v0.5.2 |
1718 | 2023-09-20T02:04:37.919Z | Compiling num-rational v0.4.1 |
1719 | 2023-09-20T02:04:38.372Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1720 | 2023-09-20T02:04:39.320Z | Checking subprocess v0.2.9 |
1721 | 2023-09-20T02:04:39.326Z | Checking rcgen v0.10.0 |
1722 | 2023-09-20T02:04:41.333Z | Compiling maybe-uninit v2.0.0 |
1723 | 2023-09-20T02:04:41.967Z | Checking linked-hash-map v0.5.6 |
1724 | 2023-09-20T02:04:42.345Z | Checking termcolor v1.2.0 |
1725 | 2023-09-20T02:04:42.456Z | Compiling signal-hook v0.3.17 |
1726 | 2023-09-20T02:04:42.870Z | Checking lru-cache v0.1.2 |
1727 | 2023-09-20T02:04:43.049Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1728 | 2023-09-20T02:04:45.741Z | Compiling doc-comment v0.3.3 |
1729 | 2023-09-20T02:04:46.696Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1730 | 2023-09-20T02:04:47.079Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1731 | 2023-09-20T02:04:47.340Z | Compiling num-bigint-dig v0.8.4 |
1732 | 2023-09-20T02:04:47.822Z | Checking fixedbitset v0.4.2 |
1733 | 2023-09-20T02:04:47.860Z | Compiling packed_struct v0.10.1 |
1734 | 2023-09-20T02:04:48.191Z | Checking petgraph v0.6.4 |
1735 | 2023-09-20T02:04:48.667Z | Checking flate2 v1.0.27 |
1736 | 2023-09-20T02:04:48.735Z | Compiling packed_struct_codegen v0.10.1 |
1737 | 2023-09-20T02:04:48.887Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1738 | 2023-09-20T02:04:50.502Z | Compiling same-file v1.0.6 |
1739 | 2023-09-20T02:04:50.818Z | Compiling walkdir v2.4.0 |
1740 | 2023-09-20T02:04:51.008Z | Compiling semver-parser v0.10.2 |
1741 | 2023-09-20T02:04:51.902Z | Checking ciborium-io v0.2.1 |
1742 | 2023-09-20T02:04:52.061Z | Checking half v1.8.2 |
1743 | 2023-09-20T02:04:53.173Z | Checking ciborium-ll v0.2.1 |
1744 | 2023-09-20T02:04:53.642Z | Compiling semver v0.11.0 |
1745 | 2023-09-20T02:04:54.093Z | Compiling filetime v0.2.22 |
1746 | 2023-09-20T02:04:54.722Z | Compiling xattr v1.0.1 |
1747 | 2023-09-20T02:04:54.745Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1748 | 2023-09-20T02:04:54.755Z | Compiling home v0.5.5 |
1749 | 2023-09-20T02:04:54.766Z | Compiling tar v0.4.40 |
1750 | 2023-09-20T02:04:54.838Z | Compiling toolchain_find v0.2.0 |
1751 | 2023-09-20T02:04:55.668Z | Checking ciborium v0.2.1 |
1752 | 2023-09-20T02:04:55.761Z | Compiling toml v0.5.11 |
1753 | 2023-09-20T02:04:55.984Z | Checking data-encoding v2.4.0 |
1754 | 2023-09-20T02:04:56.788Z | Checking tap v1.0.1 |
1755 | 2023-09-20T02:04:56.791Z | Checking arc-swap v1.6.0 |
1756 | 2023-09-20T02:04:56.978Z | Checking wyz v0.5.1 |
1757 | 2023-09-20T02:04:57.344Z | Checking slog-scope v4.4.0 |
1758 | 2023-09-20T02:04:57.628Z | Checking matches v0.1.10 |
1759 | 2023-09-20T02:04:57.771Z | Checking funty v2.0.0 |
1760 | 2023-09-20T02:04:57.779Z | Checking idna v0.2.3 |
1761 | 2023-09-20T02:04:57.974Z | Checking slog-stdlog v4.1.1 |
1762 | 2023-09-20T02:04:58.742Z | Compiling rustfmt-wrapper v0.2.0 |
1763 | 2023-09-20T02:04:58.834Z | Compiling snafu-derive v0.7.5 |
1764 | 2023-09-20T02:04:59.541Z | Compiling omicron-zone-package v0.8.3 |
1765 | 2023-09-20T02:04:59.818Z | Checking bitvec v1.0.1 |
1766 | 2023-09-20T02:05:00.267Z | Compiling convert_case v0.4.0 |
1767 | 2023-09-20T02:05:01.544Z | Compiling derive_more v0.99.17 |
1768 | 2023-09-20T02:05:01.744Z | Checking trust-dns-proto v0.22.0 |
1769 | 2023-09-20T02:05:05.189Z | Checking slog-envlogger v2.2.0 |
1770 | 2023-09-20T02:05:05.517Z | Checking itertools v0.11.0 |
1771 | 2023-09-20T02:05:06.133Z | Compiling derive-where v1.2.5 |
1772 | 2023-09-20T02:05:06.836Z | Checking regex-automata v0.1.10 |
1773 | 2023-09-20T02:05:07.078Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1774 | 2023-09-20T02:05:07.504Z | Checking bstr v0.2.17 |
1775 | 2023-09-20T02:05:08.838Z | Compiling parking_lot_core v0.8.6 |
1776 | 2023-09-20T02:05:09.227Z | Checking resolv-conf v0.7.0 |
1777 | 2023-09-20T02:05:09.753Z | Checking similar v2.2.1 |
1778 | 2023-09-20T02:05:09.785Z | Checking trust-dns-resolver v0.22.0 |
1779 | 2023-09-20T02:05:10.742Z | Checking newline-converter v0.3.0 |
1780 | 2023-09-20T02:05:10.864Z | Checking hkdf v0.12.3 |
1781 | 2023-09-20T02:05:11.191Z | Checking expectorate v1.0.7 |
1782 | 2023-09-20T02:05:11.403Z | Checking textwrap v0.11.0 |
1783 | 2023-09-20T02:05:11.427Z | Checking fxhash v0.2.1 |
1784 | 2023-09-20T02:05:11.554Z | Compiling libz-sys v1.1.12 |
1785 | 2023-09-20T02:05:11.572Z | Checking ansi_term v0.12.1 |
1786 | 2023-09-20T02:05:11.670Z | Checking static_assertions v1.1.0 |
1787 | 2023-09-20T02:05:11.720Z | Checking keccak v0.1.4 |
1788 | 2023-09-20T02:05:11.808Z | Checking strsim v0.8.0 |
1789 | 2023-09-20T02:05:12.040Z | Checking vec_map v0.8.2 |
1790 | 2023-09-20T02:05:12.059Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1791 | 2023-09-20T02:05:12.171Z | Checking sha3 v0.10.8 |
1792 | 2023-09-20T02:05:12.384Z | Checking secrecy v0.8.0 |
1793 | 2023-09-20T02:05:12.428Z | Checking clap v2.34.0 |
1794 | 2023-09-20T02:05:12.704Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1795 | 2023-09-20T02:05:12.879Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1796 | 2023-09-20T02:05:12.990Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1797 | 2023-09-20T02:05:13.180Z | Compiling buf-list v1.0.3 |
1798 | 2023-09-20T02:05:13.248Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1799 | 2023-09-20T02:05:13.885Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1800 | 2023-09-20T02:05:13.946Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1801 | 2023-09-20T02:05:14.031Z | Checking pem-rfc7468 v0.7.0 |
1802 | 2023-09-20T02:05:14.065Z | Compiling libsqlite3-sys v0.26.0 |
1803 | 2023-09-20T02:05:14.360Z | Checking flagset v0.4.3 |
1804 | 2023-09-20T02:05:15.107Z | Checking der v0.7.8 |
1805 | 2023-09-20T02:05:15.115Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1806 | 2023-09-20T02:05:15.132Z | Compiling vergen v8.2.4 |
1807 | 2023-09-20T02:05:15.305Z | Compiling unicase v2.7.0 |
1808 | 2023-09-20T02:05:15.435Z | Checking utf-8 v0.7.6 |
1809 | 2023-09-20T02:05:15.454Z | Compiling rayon-core v1.11.0 |
1810 | 2023-09-20T02:05:15.703Z | Checking humantime v2.1.0 |
1811 | 2023-09-20T02:05:16.059Z | Compiling heapless v0.7.16 |
1812 | 2023-09-20T02:05:16.159Z | Checking camino-tempfile v1.0.2 |
1813 | 2023-09-20T02:05:16.654Z | Compiling platforms v3.0.2 |
1814 | 2023-09-20T02:05:17.129Z | Checking structopt v0.3.26 |
1815 | 2023-09-20T02:05:17.463Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1816 | 2023-09-20T02:05:17.702Z | Checking crc-catalog v2.2.0 |
1817 | 2023-09-20T02:05:17.705Z | Checking spki v0.7.2 |
1818 | 2023-09-20T02:05:17.738Z | Compiling semver v0.1.20 |
1819 | 2023-09-20T02:05:17.918Z | Checking crc v3.0.1 |
1820 | 2023-09-20T02:05:18.173Z | Checking pkcs8 v0.10.2 |
1821 | 2023-09-20T02:05:18.570Z | Compiling rustc_version v0.1.7 |
1822 | 2023-09-20T02:05:19.174Z | Checking num-complex v0.4.4 |
1823 | 2023-09-20T02:05:20.135Z | Checking nodrop v0.1.14 |
1824 | 2023-09-20T02:05:20.220Z | Compiling smoltcp v0.9.1 |
1825 | 2023-09-20T02:05:20.303Z | Checking array-init v0.0.4 |
1826 | 2023-09-20T02:05:20.761Z | Checking num v0.4.1 |
1827 | 2023-09-20T02:05:20.799Z | Compiling newtype_derive v0.1.6 |
1828 | 2023-09-20T02:05:21.326Z | Compiling curve25519-dalek v4.1.0 |
1829 | 2023-09-20T02:05:21.333Z | Checking smallvec v0.6.14 |
1830 | 2023-09-20T02:05:21.364Z | Checking pkcs1 v0.7.5 |
1831 | 2023-09-20T02:05:22.034Z | Compiling num_enum_derive v0.7.0 |
1832 | 2023-09-20T02:05:22.036Z | Checking signature v2.1.0 |
1833 | 2023-09-20T02:05:22.321Z | Compiling hubpack_derive v0.1.1 |
1834 | 2023-09-20T02:05:23.559Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1835 | 2023-09-20T02:05:25.172Z | Compiling glob v0.3.1 |
1836 | 2023-09-20T02:05:25.277Z | Checking bitfield v0.14.0 |
1837 | 2023-09-20T02:05:26.087Z | Checking rsa v0.9.2 |
1838 | 2023-09-20T02:05:26.376Z | Compiling mime_guess v2.0.4 |
1839 | 2023-09-20T02:05:26.567Z | Checking serde-hex v0.1.0 |
1840 | 2023-09-20T02:05:27.287Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1841 | 2023-09-20T02:05:27.813Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1842 | 2023-09-20T02:05:28.186Z | Checking x509-cert v0.2.4 |
1843 | 2023-09-20T02:05:30.848Z | Checking env_logger v0.10.0 |
1844 | 2023-09-20T02:05:31.439Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1845 | 2023-09-20T02:05:31.575Z | Checking ron v0.8.1 |
1846 | 2023-09-20T02:05:33.176Z | Compiling thiserror-impl-no-std v2.0.2 |
1847 | 2023-09-20T02:05:33.269Z | Compiling curve25519-dalek-derive v0.1.0 |
1848 | 2023-09-20T02:05:34.047Z | Checking crc-any v2.4.3 |
1849 | 2023-09-20T02:05:35.517Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1850 | 2023-09-20T02:05:35.521Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1851 | 2023-09-20T02:05:35.544Z | Checking tungstenite v0.18.0 |
1852 | 2023-09-20T02:05:35.873Z | Checking object v0.30.4 |
1853 | 2023-09-20T02:05:36.743Z | Compiling serde_repr v0.1.16 |
1854 | 2023-09-20T02:05:37.054Z | Checking path-slash v0.1.5 |
1855 | 2023-09-20T02:05:37.775Z | Checking tokio-tungstenite v0.18.0 |
1856 | 2023-09-20T02:05:38.647Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1857 | 2023-09-20T02:05:38.673Z | Checking bstr v1.6.0 |
1858 | 2023-09-20T02:05:38.755Z | Checking inout v0.1.3 |
1859 | 2023-09-20T02:05:38.904Z | Checking nibble_vec v0.1.0 |
1860 | 2023-09-20T02:05:39.094Z | Compiling diesel_table_macro_syntax v0.1.0 |
1861 | 2023-09-20T02:05:47.601Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1862 | 2023-09-20T02:05:47.678Z | Checking endian-type v0.1.2 |
1863 | 2023-09-20T02:05:47.920Z | Compiling erased-serde v0.3.30 |
1864 | 2023-09-20T02:05:48.080Z | Compiling crunchy v0.2.2 |
1865 | 2023-09-20T02:05:48.247Z | Checking radix_trie v0.2.1 |
1866 | 2023-09-20T02:05:48.373Z | Compiling diesel_derives v2.1.1 |
1867 | 2023-09-20T02:05:48.485Z | Checking cipher v0.4.4 |
1868 | 2023-09-20T02:05:48.635Z | Checking snafu v0.7.5 |
1869 | 2023-09-20T02:05:48.826Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1870 | 2023-09-20T02:05:48.880Z | Compiling bitstruct_derive v0.1.0 |
1871 | 2023-09-20T02:05:49.061Z | Compiling async-recursion v1.0.5 |
1872 | 2023-09-20T02:05:49.089Z | Compiling tiny-keccak v2.0.2 |
1873 | 2023-09-20T02:05:49.193Z | Checking linear-map v1.2.0 |
1874 | 2023-09-20T02:05:49.223Z | Checking parking_lot v0.11.2 |
1875 | 2023-09-20T02:05:49.350Z | Checking trust-dns-client v0.22.0 |
1876 | 2023-09-20T02:05:49.780Z | Compiling clang-sys v1.6.1 |
1877 | 2023-09-20T02:05:49.790Z | Compiling phf_shared v0.10.0 |
1878 | 2023-09-20T02:05:49.825Z | Checking universal-hash v0.5.1 |
1879 | 2023-09-20T02:05:49.943Z | Compiling darling_core v0.14.4 |
1880 | 2023-09-20T02:05:50.049Z | Compiling precomputed-hash v0.1.1 |
1881 | 2023-09-20T02:05:50.063Z | Compiling prettyplease v0.2.12 |
1882 | 2023-09-20T02:05:50.230Z | Checking opaque-debug v0.3.0 |
1883 | 2023-09-20T02:05:50.308Z | Compiling new_debug_unreachable v1.0.4 |
1884 | 2023-09-20T02:05:50.433Z | Compiling string_cache v0.8.7 |
1885 | 2023-09-20T02:05:50.549Z | Checking sled v0.34.7 |
1886 | 2023-09-20T02:05:50.578Z | Checking lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1887 | 2023-09-20T02:05:50.619Z | Checking trust-dns-server v0.22.1 |
1888 | 2023-09-20T02:05:50.647Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1889 | 2023-09-20T02:05:52.085Z | Compiling ascii-canvas v3.0.0 |
1890 | 2023-09-20T02:05:52.868Z | Compiling enum-iterator-derive v1.2.1 |
1891 | 2023-09-20T02:05:53.017Z | Compiling const_format_proc_macros v0.2.31 |
1892 | 2023-09-20T02:05:53.920Z | Compiling ena v0.14.2 |
1893 | 2023-09-20T02:05:55.181Z | Compiling darling_macro v0.14.4 |
1894 | 2023-09-20T02:05:55.500Z | Checking pretty-hex v0.3.0 |
1895 | 2023-09-20T02:05:56.032Z | Compiling minimal-lexical v0.2.1 |
1896 | 2023-09-20T02:05:56.148Z | Compiling diff v0.1.13 |
1897 | 2023-09-20T02:05:56.337Z | Compiling lalrpop-util v0.19.12 |
1898 | 2023-09-20T02:05:57.021Z | Compiling portable-atomic v1.4.3 |
1899 | 2023-09-20T02:05:57.024Z | Compiling nom v7.1.3 |
1900 | 2023-09-20T02:05:57.028Z | Compiling lalrpop v0.19.12 |
1901 | 2023-09-20T02:05:57.238Z | Compiling darling v0.14.4 |
1902 | 2023-09-20T02:05:58.301Z | Checking aead v0.5.2 |
1903 | 2023-09-20T02:05:58.370Z | Checking path-dedot v3.1.0 |
1904 | 2023-09-20T02:05:58.963Z | Compiling libloading v0.7.4 |
1905 | 2023-09-20T02:05:58.978Z | Compiling bindgen v0.65.1 |
1906 | 2023-09-20T02:05:58.985Z | Compiling ref-cast v1.0.20 |
1907 | 2023-09-20T02:05:59.108Z | Compiling salty v0.2.0 |
1908 | 2023-09-20T02:05:59.623Z | Checking path-absolutize v3.1.0 |
1909 | 2023-09-20T02:05:59.749Z | Compiling derive_builder_core v0.12.0 |
1910 | 2023-09-20T02:05:59.862Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1911 | 2023-09-20T02:06:03.160Z | Compiling cexpr v0.6.0 |
1912 | 2023-09-20T02:06:03.615Z | Checking globset v0.4.13 |
1913 | 2023-09-20T02:06:04.388Z | Compiling which v4.4.0 |
1914 | 2023-09-20T02:06:05.699Z | Checking crossbeam-deque v0.8.3 |
1915 | 2023-09-20T02:06:05.777Z | Checking olpc-cjson v0.1.3 |
1916 | 2023-09-20T02:06:06.099Z | Checking serde_plain v1.0.2 |
1917 | 2023-09-20T02:06:06.222Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1918 | 2023-09-20T02:06:06.462Z | Compiling ref-cast-impl v1.0.20 |
1919 | 2023-09-20T02:06:06.484Z | Compiling libxml v0.3.3 |
1920 | 2023-09-20T02:06:06.956Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1921 | 2023-09-20T02:06:07.378Z | Compiling rustc-hash v1.1.0 |
1922 | 2023-09-20T02:06:07.430Z | Compiling peeking_take_while v0.1.2 |
1923 | 2023-09-20T02:06:07.617Z | Compiling lazycell v1.3.0 |
1924 | 2023-09-20T02:06:07.637Z | Compiling shlex v1.1.0 |
1925 | 2023-09-20T02:06:07.905Z | Checking tough v0.12.5 |
1926 | 2023-09-20T02:06:08.194Z | Compiling derive_builder_macro v0.12.0 |
1927 | 2023-09-20T02:06:10.581Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1928 | 2023-09-20T02:06:12.216Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1929 | 2023-09-20T02:06:12.525Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1930 | 2023-09-20T02:06:12.953Z | Checking ff v0.13.0 |
1931 | 2023-09-20T02:06:13.270Z | Checking spin v0.9.8 |
1932 | 2023-09-20T02:06:13.794Z | Compiling strum_macros v0.24.3 |
1933 | 2023-09-20T02:06:13.946Z | Compiling num-derive v0.4.0 |
1934 | 2023-09-20T02:06:15.439Z | Checking display-error-chain v0.1.1 |
1935 | 2023-09-20T02:06:15.642Z | Compiling indoc v1.0.9 |
1936 | 2023-09-20T02:06:17.275Z | Checking group v0.13.0 |
1937 | 2023-09-20T02:06:17.626Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1938 | 2023-09-20T02:06:19.892Z | Checking hashlink v0.8.3 |
1939 | 2023-09-20T02:06:20.845Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1940 | 2023-09-20T02:06:20.848Z | Checking hash32 v0.2.1 |
1941 | 2023-09-20T02:06:21.377Z | Checking crypto-bigint v0.5.2 |
1942 | 2023-09-20T02:06:22.416Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1943 | 2023-09-20T02:06:22.830Z | Compiling cookie v0.16.2 |
1944 | 2023-09-20T02:06:23.246Z | Checking base16ct v0.2.0 |
1945 | 2023-09-20T02:06:23.581Z | Checking fallible-streaming-iterator v0.1.9 |
1946 | 2023-09-20T02:06:24.282Z | Checking stable_deref_trait v1.2.0 |
1947 | 2023-09-20T02:06:24.604Z | Checking elliptic-curve v0.13.5 |
1948 | 2023-09-20T02:06:25.350Z | Checking rusqlite v0.29.0 |
1949 | 2023-09-20T02:06:25.515Z | Checking rayon v1.7.0 |
1950 | 2023-09-20T02:06:26.436Z | Checking poly1305 v0.8.0 |
1951 | 2023-09-20T02:06:27.148Z | Checking chacha20 v0.9.1 |
1952 | 2023-09-20T02:06:27.378Z | Checking thiserror-no-std v2.0.2 |
1953 | 2023-09-20T02:06:27.721Z | Checking nix v0.26.2 |
1954 | 2023-09-20T02:06:28.189Z | Checking twox-hash v1.6.3 |
1955 | 2023-09-20T02:06:28.930Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-09-20T02:06:29.239Z | Checking sha-1 v0.10.1 |
1957 | 2023-09-20T02:06:29.358Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1958 | 2023-09-20T02:06:29.689Z | Compiling oso-derive v0.26.4 |
1959 | 2023-09-20T02:06:30.205Z | Compiling impl-trait-for-tuples v0.2.2 |
1960 | 2023-09-20T02:06:32.090Z | Checking vsss-rs v3.3.1 |
1961 | 2023-09-20T02:06:32.287Z | Checking tungstenite v0.17.3 |
1962 | 2023-09-20T02:06:33.707Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1963 | 2023-09-20T02:06:34.074Z | Checking chacha20poly1305 v0.10.1 |
1964 | 2023-09-20T02:06:37.221Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1965 | 2023-09-20T02:06:37.430Z | Checking polyval v0.6.1 |
1966 | 2023-09-20T02:06:37.829Z | Checking aes v0.8.3 |
1967 | 2023-09-20T02:06:38.315Z | Checking ctr v0.9.2 |
1968 | 2023-09-20T02:06:38.757Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1969 | 2023-09-20T02:06:39.233Z | Checking num_enum v0.7.0 |
1970 | 2023-09-20T02:06:39.498Z | Checking hubpack v0.1.2 |
1971 | 2023-09-20T02:06:39.987Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1972 | 2023-09-20T02:06:40.409Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1973 | 2023-09-20T02:06:40.501Z | Checking tokio-stream v0.1.14 |
1974 | 2023-09-20T02:06:41.769Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1975 | 2023-09-20T02:06:49.945Z | Checking bincode v1.3.3 |
1976 | 2023-09-20T02:06:50.205Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1977 | 2023-09-20T02:06:50.310Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1978 | 2023-09-20T02:06:50.484Z | Checking aes-gcm-siv v0.11.1 |
1979 | 2023-09-20T02:06:50.551Z | Checking tokio-tungstenite v0.17.2 |
1980 | 2023-09-20T02:06:50.628Z | Checking env_logger v0.9.3 |
1981 | 2023-09-20T02:06:50.791Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1982 | 2023-09-20T02:06:50.920Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1983 | 2023-09-20T02:06:50.993Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1984 | 2023-09-20T02:06:51.055Z | Checking ringbuffer v0.14.2 |
1985 | 2023-09-20T02:06:51.513Z | Checking signature v1.6.4 |
1986 | 2023-09-20T02:06:51.700Z | Checking assert_matches v1.5.0 |
1987 | 2023-09-20T02:06:51.776Z | Checking ascii v1.1.0 |
1988 | 2023-09-20T02:06:52.425Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1989 | 2023-09-20T02:06:52.568Z | Checking ed25519 v1.5.3 |
1990 | 2023-09-20T02:06:52.798Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1991 | 2023-09-20T02:06:53.826Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1992 | 2023-09-20T02:06:54.412Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1993 | 2023-09-20T02:06:54.962Z | Checking bitstruct v0.1.1 |
1994 | 2023-09-20T02:06:55.464Z | Checking signal-hook-tokio v0.3.1 |
1995 | 2023-09-20T02:06:56.142Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1996 | 2023-09-20T02:06:56.722Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1997 | 2023-09-20T02:06:57.471Z | Checking serde_arrays v0.1.0 |
1998 | 2023-09-20T02:06:57.489Z | Checking scheduled-thread-pool v0.2.7 |
1999 | 2023-09-20T02:06:59.030Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2000 | 2023-09-20T02:07:00.317Z | Checking r2d2 v0.8.10 |
2001 | 2023-09-20T02:07:01.215Z | Checking steno v0.4.0 |
2002 | 2023-09-20T02:07:02.635Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2003 | 2023-09-20T02:07:03.093Z | Checking const_format v0.2.31 |
2004 | 2023-09-20T02:07:03.144Z | Checking enum-iterator v1.4.1 |
2005 | 2023-09-20T02:07:03.724Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2006 | 2023-09-20T02:07:04.700Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2007 | 2023-09-20T02:07:04.886Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2008 | 2023-09-20T02:07:06.154Z | Checking ron v0.7.1 |
2009 | 2023-09-20T02:07:06.349Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2010 | 2023-09-20T02:07:07.825Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2011 | 2023-09-20T02:07:08.337Z | Checking serde-big-array v0.5.1 |
2012 | 2023-09-20T02:07:08.544Z | Checking serde-big-array v0.4.1 |
2013 | 2023-09-20T02:07:09.070Z | Checking unicode-linebreak v0.1.5 |
2014 | 2023-09-20T02:07:09.171Z | Checking smawk v0.3.1 |
2015 | 2023-09-20T02:07:09.633Z | Checking bit_field v0.10.2 |
2016 | 2023-09-20T02:07:09.875Z | Checking http-range v0.1.5 |
2017 | 2023-09-20T02:07:10.001Z | Checking textwrap v0.16.0 |
2018 | 2023-09-20T02:07:10.540Z | Checking hyper-staticfile v0.9.5 |
2019 | 2023-09-20T02:07:11.538Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2020 | 2023-09-20T02:07:12.823Z | Checking diesel v2.1.1 |
2021 | 2023-09-20T02:07:12.904Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2022 | 2023-09-20T02:07:13.233Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2023 | 2023-09-20T02:07:20.778Z | Compiling indoc v2.0.3 |
2024 | 2023-09-20T02:07:21.957Z | Checking corncobs v0.1.3 |
2025 | 2023-09-20T02:07:22.248Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2026 | 2023-09-20T02:07:30.547Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2027 | 2023-09-20T02:07:40.253Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2028 | 2023-09-20T02:07:40.687Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2029 | 2023-09-20T02:07:42.466Z | Checking derive_builder v0.12.0 |
2030 | 2023-09-20T02:07:44.564Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2031 | 2023-09-20T02:07:48.176Z | Checking bb8 v0.8.1 |
2032 | 2023-09-20T02:07:48.901Z | Checking quick-xml v0.23.1 |
2033 | 2023-09-20T02:07:50.250Z | Checking bytesize v1.3.0 |
2034 | 2023-09-20T02:07:50.656Z | Checking number_prefix v0.4.0 |
2035 | 2023-09-20T02:07:50.815Z | Checking fs-err v2.9.0 |
2036 | 2023-09-20T02:07:51.314Z | Checking maplit v1.0.2 |
2037 | 2023-09-20T02:07:51.473Z | Checking indicatif v0.17.6 |
2038 | 2023-09-20T02:07:52.067Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2039 | 2023-09-20T02:07:54.496Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2040 | 2023-09-20T02:07:55.494Z | Checking signal-hook-mio v0.2.3 |
2041 | 2023-09-20T02:07:58.240Z | Compiling vte_generate_state_changes v0.1.1 |
2042 | 2023-09-20T02:07:58.317Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2043 | 2023-09-20T02:08:00.908Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2044 | 2023-09-20T02:08:12.582Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2045 | 2023-09-20T02:08:14.597Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=be3d9bce50051d8c0e0c06078e8066cc27db3001#be3d9bce) |
2046 | 2023-09-20T02:08:16.399Z | Checking yansi v0.5.1 |
2047 | 2023-09-20T02:08:16.845Z | Checking pretty_assertions v1.4.0 |
2048 | 2023-09-20T02:08:22.013Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2049 | 2023-09-20T02:08:33.514Z | Checking crossterm v0.27.0 |
2050 | 2023-09-20T02:08:37.253Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2051 | 2023-09-20T02:08:38.235Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2052 | 2023-09-20T02:08:38.587Z | Checking fatfs v0.3.6 |
2053 | 2023-09-20T02:08:38.664Z | Checking plotters-backend v0.3.5 |
2054 | 2023-09-20T02:08:39.619Z | Checking cassowary v0.3.0 |
2055 | 2023-09-20T02:08:39.995Z | Checking plotters-svg v0.3.5 |
2056 | 2023-09-20T02:08:40.280Z | Checking ratatui v0.23.0 |
2057 | 2023-09-20T02:08:41.003Z | Checking crossterm v0.26.1 |
2058 | 2023-09-20T02:08:44.172Z | Checking rtoolbox v0.0.1 |
2059 | 2023-09-20T02:08:44.190Z | Checking rand v0.4.6 |
2060 | 2023-09-20T02:08:44.855Z | Checking cast v0.3.0 |
2061 | 2023-09-20T02:08:45.361Z | Checking remove_dir_all v0.5.3 |
2062 | 2023-09-20T02:08:45.505Z | Checking owo-colors v3.5.0 |
2063 | 2023-09-20T02:08:47.284Z | Checking tempdir v0.3.7 |
2064 | 2023-09-20T02:08:47.492Z | Checking criterion-plot v0.5.0 |
2065 | 2023-09-20T02:08:47.538Z | Checking rpassword v7.2.0 |
2066 | 2023-09-20T02:08:47.746Z | Checking tui-tree-widget v0.13.0 |
2067 | 2023-09-20T02:08:48.250Z | Checking plotters v0.3.5 |
2068 | 2023-09-20T02:08:54.968Z | Checking predicates v3.0.3 |
2069 | 2023-09-20T02:08:56.885Z | Checking tinytemplate v1.2.1 |
2070 | 2023-09-20T02:08:57.751Z | Checking os_str_bytes v6.5.1 |
2071 | 2023-09-20T02:08:58.089Z | Checking shell-words v1.1.0 |
2072 | 2023-09-20T02:08:58.350Z | Checking anes v0.1.6 |
2073 | 2023-09-20T02:08:58.445Z | Checking oorandom v11.1.3 |
2074 | 2023-09-20T02:08:58.678Z | Checking clap_lex v0.2.4 |
2075 | 2023-09-20T02:08:58.950Z | Checking criterion v0.5.1 |
2076 | 2023-09-20T02:09:03.798Z | Checking assert_cmd v2.0.12 |
2077 | 2023-09-20T02:09:06.552Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2078 | 2023-09-20T02:09:08.624Z | Compiling clap_derive v3.2.25 |
2079 | 2023-09-20T02:09:09.357Z | Checking dashmap v5.5.1 |
2080 | 2023-09-20T02:09:10.827Z | Compiling serial_test_derive v0.10.0 |
2081 | 2023-09-20T02:09:12.443Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2082 | 2023-09-20T02:09:16.192Z | Compiling crossbeam-queue v0.3.8 |
2083 | 2023-09-20T02:09:18.204Z | Checking clap v3.2.25 |
2084 | 2023-09-20T02:09:19.625Z | Checking serial_test v0.10.0 |
2085 | 2023-09-20T02:09:19.980Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2086 | 2023-09-20T02:09:23.402Z | Checking vte v0.11.1 |
2087 | 2023-09-20T02:09:25.962Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2088 | 2023-09-20T02:09:26.575Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2089 | 2023-09-20T02:09:30.927Z | Checking threadpool v1.8.1 |
2090 | 2023-09-20T02:09:32.074Z | Checking libtest-mimic v0.5.2 |
2091 | 2023-09-20T02:09:32.764Z | Checking strip-ansi-escapes v0.2.0 |
2092 | 2023-09-20T02:09:34.396Z | Compiling polar-core v0.26.4 |
2093 | 2023-09-20T02:09:35.722Z | Checking similar-asserts v1.5.0 |
2094 | 2023-09-20T02:09:36.025Z | Checking httptest v0.15.4 |
2095 | 2023-09-20T02:09:36.618Z | Compiling rstest_macros v0.18.2 |
2096 | 2023-09-20T02:09:37.144Z | Compiling tabled_derive v0.6.0 |
2097 | 2023-09-20T02:09:37.312Z | Checking fd-lock v3.0.13 |
2098 | 2023-09-20T02:09:37.608Z | Checking nanorand v0.7.0 |
2099 | 2023-09-20T02:09:38.465Z | Checking nu-ansi-term v0.49.0 |
2100 | 2023-09-20T02:09:39.163Z | Checking reedline v0.23.0 |
2101 | 2023-09-20T02:09:41.892Z | Checking flume v0.11.0 |
2102 | 2023-09-20T02:09:42.678Z | Checking datatest-stable v0.1.3 |
2103 | 2023-09-20T02:09:44.786Z | Compiling omicron-dev-tools v0.1.0 (/work/oxidecomputer/omicron/dev-tools) |
2104 | 2023-09-20T02:09:45.220Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/omdb) |
2105 | 2023-09-20T02:09:48.703Z | Compiling pin-project-internal v1.1.3 |
2106 | 2023-09-20T02:09:51.593Z | Checking oso v0.26.4 |
2107 | 2023-09-20T02:09:53.228Z | Checking topological-sort v0.2.2 |
2108 | 2023-09-20T02:09:53.542Z | Compiling relative-path v1.9.0 |
2109 | 2023-09-20T02:09:54.671Z | Checking arrayref v0.3.7 |
2110 | 2023-09-20T02:09:54.835Z | Checking constant_time_eq v0.2.6 |
2111 | 2023-09-20T02:09:55.012Z | Compiling trybuild v1.0.85 |
2112 | 2023-09-20T02:09:55.387Z | Checking bytecount v0.6.3 |
2113 | 2023-09-20T02:09:55.518Z | Checking arrayvec v0.7.4 |
2114 | 2023-09-20T02:09:55.620Z | Checking papergrid v0.10.0 |
2115 | 2023-09-20T02:09:56.110Z | Checking blake2b_simd v1.0.1 |
2116 | 2023-09-20T02:09:59.207Z | Checking pin-project v1.1.3 |
2117 | 2023-09-20T02:10:01.808Z | Checking basic-toml v0.1.4 |
2118 | 2023-09-20T02:10:02.215Z | Checking constant_time_eq v0.3.0 |
2119 | 2023-09-20T02:10:02.502Z | Checking futures-timer v3.0.2 |
2120 | 2023-09-20T02:10:03.483Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2023-09-20T02:10:03.953Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2122 | 2023-09-20T02:10:05.446Z | Checking rust-argon2 v1.0.1 |
2123 | 2023-09-20T02:10:05.449Z | Checking partial-io v0.5.4 |
2124 | 2023-09-20T02:10:06.181Z | Checking tabled v0.14.0 |
2125 | 2023-09-20T02:10:08.070Z | Checking cargo-platform v0.1.3 |
2126 | 2023-09-20T02:10:08.874Z | Checking approx v0.5.1 |
2127 | 2023-09-20T02:10:08.990Z | Checking hex-literal v0.4.1 |
2128 | 2023-09-20T02:10:09.177Z | Checking cargo_metadata v0.17.0 |
2129 | 2023-09-20T02:10:10.146Z | Checking crossbeam v0.8.2 |
2130 | 2023-09-20T02:10:10.627Z | Checking cargo_toml v0.15.3 |
2131 | 2023-09-20T02:10:10.658Z | Checking rstest v0.18.2 |
2132 | 2023-09-20T02:10:11.986Z | Checking termios v0.3.3 |
2133 | 2023-09-20T02:10:12.304Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2134 | 2023-09-20T02:10:13.828Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/xtask) |
2135 | 2023-09-20T02:10:14.741Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2136 | 2023-09-20T02:10:28.279Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2137 | 2023-09-20T02:11:55.840Z | Checking bzip2 v0.4.4 |
2138 | 2023-09-20T02:11:56.026Z | Checking zip v0.6.6 |
2139 | 2023-09-20T02:11:56.231Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2140 | 2023-09-20T02:11:56.500Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2141 | 2023-09-20T02:11:56.536Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2142 | 2023-09-20T02:11:56.657Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2143 | 2023-09-20T02:11:56.732Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2144 | 2023-09-20T02:11:56.909Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-09-20T02:11:58.285Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2146 | 2023-09-20T02:12:03.572Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2147 | 2023-09-20T02:12:11.008Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2148 | 2023-09-20T02:12:25.367Z | Compiling git2 v0.17.2 |
2149 | 2023-09-20T02:12:32.106Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2150 | 2023-09-20T02:12:33.760Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2151 | 2023-09-20T02:12:43.489Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2152 | 2023-09-20T02:12:52.651Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2153 | 2023-09-20T02:12:54.061Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2154 | 2023-09-20T02:14:35.786Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 43s |
2155 | 2023-09-20T02:14:35.991Z | |
2156 | 2023-09-20T02:14:35.995Z | real 13:46.700120633 |
2157 | 2023-09-20T02:14:35.997Z | user 1:19:15.879900286 |
2158 | 2023-09-20T02:14:36.002Z | sys 10:42.109297596 |
2159 | 2023-09-20T02:14:36.005Z | trap 2.948713746 |
2160 | 2023-09-20T02:14:36.009Z | tflt 4.309879467 |
2161 | 2023-09-20T02:14:36.014Z | dflt 4.330258933 |
2162 | 2023-09-20T02:14:36.017Z | kflt 0.023690960 |
2163 | 2023-09-20T02:14:36.019Z | lock 1:57:34.228074321 |
2164 | 2023-09-20T02:14:36.023Z | slp 4:40:43.135941946 |
2165 | 2023-09-20T02:14:36.025Z | lat 3:18.865834877 |
2166 | 2023-09-20T02:14:36.030Z | stop 7:35.037768739 |
2167 | 2023-09-20T02:14:36.033Z | process exited: duration 998319 ms, exit code 0 |
|
2168 | 2023-09-20T02:14:36.039Z | found 0 output files |