|
|
|
1 | 2023-10-10T22:06:15.365Z | job assigned to worker 01HCDSYXTJNAZ4TQSAXM4YM72C (queued for 27 m 30 s) |
|
2 | 2023-10-10T22:06:15.968Z | starting task 0: "setup" |
3 | 2023-10-10T22:06:16.075Z | ++ uname -s |
4 | 2023-10-10T22:06:16.092Z | + kern=SunOS |
5 | 2023-10-10T22:06:16.103Z | + case "$kern" in |
6 | 2023-10-10T22:06:16.121Z | + groupadd -g 12345 build |
7 | 2023-10-10T22:06:16.133Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-10T22:06:18.061Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-10T22:06:18.143Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-10T22:06:18.155Z | + home_fs=zfs |
11 | 2023-10-10T22:06:18.235Z | + [[ zfs == autofs ]] |
12 | 2023-10-10T22:06:18.259Z | + mkdir -p /home/build |
13 | 2023-10-10T22:06:18.383Z | + chown build:build /home/build /work |
14 | 2023-10-10T22:06:23.103Z | + chmod 0700 /home/build /work |
15 | 2023-10-10T22:06:23.548Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2023-10-10T22:06:24.225Z | starting task 1: "rust-toolchain" |
17 | 2023-10-10T22:06:25.959Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-10T22:06:25.972Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-10T22:06:25.987Z | info: downloading installer |
20 | 2023-10-10T22:06:26.483Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-10T22:06:27.936Z | warning: /opt/ooce/bin |
22 | 2023-10-10T22:06:28.012Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-10T22:06:28.190Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-10T22:06:28.325Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-10T22:06:28.540Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-10T22:06:28.754Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-10T22:06:28.839Z | error: cannot install while Rust is installed |
28 | 2023-10-10T22:06:28.963Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-10T22:06:28.997Z | info: profile set to 'default' |
30 | 2023-10-10T22:06:29.206Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-10T22:06:29.380Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-10T22:06:29.500Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-10T22:06:29.596Z | info: downloading component 'cargo' |
34 | 2023-10-10T22:06:29.670Z | info: downloading component 'clippy' |
35 | 2023-10-10T22:06:29.751Z | info: downloading component 'rust-docs' |
36 | 2023-10-10T22:06:29.842Z | info: downloading component 'rust-std' |
37 | 2023-10-10T22:06:34.891Z | info: downloading component 'rustc' |
38 | 2023-10-10T22:06:35.756Z | info: downloading component 'rustfmt' |
39 | 2023-10-10T22:06:36.374Z | info: installing component 'cargo' |
40 | 2023-10-10T22:06:37.602Z | info: installing component 'clippy' |
41 | 2023-10-10T22:06:38.070Z | info: installing component 'rust-docs' |
42 | 2023-10-10T22:06:40.999Z | info: installing component 'rust-std' |
43 | 2023-10-10T22:06:43.818Z | info: installing component 'rustc' |
44 | 2023-10-10T22:06:52.018Z | info: installing component 'rustfmt' |
45 | 2023-10-10T22:06:52.648Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-10T22:06:52.678Z | |
47 | 2023-10-10T22:06:52.770Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-10T22:06:52.790Z | |
49 | 2023-10-10T22:06:52.821Z | |
50 | 2023-10-10T22:06:52.842Z | Rust is installed now. Great! |
51 | 2023-10-10T22:06:52.865Z | |
52 | 2023-10-10T22:06:52.877Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-10T22:06:52.896Z | environment variable. This has not been done automatically. |
54 | 2023-10-10T22:06:53.342Z | |
55 | 2023-10-10T22:06:53.359Z | To configure your current shell, run: |
56 | 2023-10-10T22:06:53.463Z | source "$HOME/.cargo/env" |
57 | 2023-10-10T22:06:53.488Z | + rustc --version |
58 | 2023-10-10T22:06:53.505Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-10T22:06:53.533Z | process exited: duration 28729 ms, exit code 0 |
|
60 | 2023-10-10T22:06:53.586Z | starting task 2: "authentication" |
61 | 2023-10-10T22:06:53.661Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-10T22:07:37.123Z | process exited: duration 43525 ms, exit code 0 |
|
63 | 2023-10-10T22:07:37.156Z | starting task 3: "clone repository" |
64 | 2023-10-10T22:07:37.184Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-10T22:07:37.198Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-10T22:07:37.276Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-10T22:07:43.640Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-10T22:07:44.202Z | + [[ -n sunshowers/spr/update-engine-fix-buffer-tests ]] |
69 | 2023-10-10T22:07:44.314Z | + git fetch origin sunshowers/spr/update-engine-fix-buffer-tests |
70 | 2023-10-10T22:07:44.408Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-10T22:07:47.227Z | * branch sunshowers/spr/update-engine-fix-buffer-tests -> FETCH_HEAD |
72 | 2023-10-10T22:07:47.641Z | + git checkout -B sunshowers/spr/update-engine-fix-buffer-tests remotes/origin/sunshowers/spr/update-engine-fix-buffer-tests |
73 | 2023-10-10T22:07:47.834Z | Switched to a new branch 'sunshowers/spr/update-engine-fix-buffer-tests' |
74 | 2023-10-10T22:07:49.451Z | branch 'sunshowers/spr/update-engine-fix-buffer-tests' set up to track 'origin/sunshowers/spr/update-engine-fix-buffer-tests'. |
75 | 2023-10-10T22:07:49.829Z | + git reset --hard 72aaaba05a29f2ea468ae97c69ce3547c4931c8a |
76 | 2023-10-10T22:07:50.072Z | HEAD is now at 72aaaba0 Rebase |
77 | 2023-10-10T22:07:50.233Z | process exited: duration 6205 ms, exit code 0 |
|
78 | 2023-10-10T22:07:50.839Z | starting task 4: "build" |
79 | 2023-10-10T22:07:50.877Z | + cargo --version |
80 | 2023-10-10T22:07:51.013Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-10T22:07:51.100Z | + rustc --version |
82 | 2023-10-10T22:07:51.163Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-10T22:07:51.255Z | + source ./env.sh |
84 | 2023-10-10T22:07:51.789Z | ++ set -o xtrace |
85 | 2023-10-10T22:07:51.896Z | ++++ dirname ./env.sh |
86 | 2023-10-10T22:07:51.970Z | +++ cd . |
87 | 2023-10-10T22:07:52.097Z | +++ echo /work/oxidecomputer/omicron |
88 | 2023-10-10T22:07:52.171Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2023-10-10T22:07:52.682Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-10T22:07:52.721Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-10T22:07:52.787Z | ++ 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 |
92 | 2023-10-10T22:07:52.796Z | ++ 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 |
93 | 2023-10-10T22:07:52.817Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-10-10T22:07:52.845Z | ++ 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 |
95 | 2023-10-10T22:07:52.874Z | ++ unset OMICRON_WS |
96 | 2023-10-10T22:07:52.890Z | ++ set +o xtrace |
97 | 2023-10-10T22:07:52.923Z | |
98 | 2023-10-10T22:07:52.944Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2023-10-10T22:07:52.961Z | # # # # # # # # # # # # # # # |
100 | 2023-10-10T22:07:52.977Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2023-10-10T22:07:53.438Z | ##### ##### # ##### # # # # # # # # # |
102 | 2023-10-10T22:07:53.451Z | # # # # # # # # # # # # # # # |
103 | 2023-10-10T22:07:53.467Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2023-10-10T22:07:53.479Z | |
105 | 2023-10-10T22:08:01.799Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2023-10-10T22:08:02.134Z | Startup: Caching catalogs ... Done |
107 | 2023-10-10T22:08:04.958Z | Planning: Solver setup ... Done (2.610s) |
108 | 2023-10-10T22:08:05.151Z | Planning: Running solver ... Done (0.181s) |
109 | 2023-10-10T22:08:05.182Z | Planning: Finding local manifests ... Done (0.003s) |
110 | 2023-10-10T22:08:05.206Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2023-10-10T22:08:05.476Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2023-10-10T22:08:05.979Z | Planning: Package planning ... Done (0.091s) |
113 | 2023-10-10T22:08:06.002Z | Planning: Merging actions ... Done (0.085s) |
114 | 2023-10-10T22:08:06.472Z | Planning: Checking for conflicting actions ... Done (0.816s) |
115 | 2023-10-10T22:08:06.921Z | Planning: Consolidating action changes ... Done (0.017s) |
116 | 2023-10-10T22:08:12.721Z | Planning: Evaluating mediators ... Done (6.224s) |
117 | 2023-10-10T22:08:12.734Z | Planning: Planning completed in 10.55 seconds |
118 | 2023-10-10T22:08:17.606Z | Packages to install: 4 |
119 | 2023-10-10T22:08:17.627Z | Mediators to change: 2 |
120 | 2023-10-10T22:08:17.641Z | Services to change: 1 |
121 | 2023-10-10T22:08:17.646Z | Estimated space available: 149.39 GB |
122 | 2023-10-10T22:08:17.667Z | Estimated space to be consumed: 1.35 GB |
123 | 2023-10-10T22:08:17.677Z | Create boot environment: No |
124 | 2023-10-10T22:08:17.708Z | Create backup boot environment: No |
125 | 2023-10-10T22:08:17.763Z | Rebuild boot archive: No |
126 | 2023-10-10T22:08:17.778Z | |
127 | 2023-10-10T22:08:17.791Z | Changed mediators: |
128 | 2023-10-10T22:08:18.200Z | mediator clang: |
129 | 2023-10-10T22:08:18.208Z | version: None -> 15 (system default) |
130 | 2023-10-10T22:08:18.222Z | |
131 | 2023-10-10T22:08:18.237Z | mediator llvm: |
132 | 2023-10-10T22:08:18.245Z | version: 14 (system default) -> 15 (system default) |
133 | 2023-10-10T22:08:18.265Z | |
134 | 2023-10-10T22:08:18.279Z | Changed packages: |
135 | 2023-10-10T22:08:18.322Z | helios-dev |
136 | 2023-10-10T22:08:18.364Z | developer/build-essential |
137 | 2023-10-10T22:08:18.377Z | None -> 11-2.0 |
138 | 2023-10-10T22:08:18.846Z | library/libxmlsec1 |
139 | 2023-10-10T22:08:18.892Z | None -> 1.2.35-2.0 |
140 | 2023-10-10T22:08:19.324Z | ooce/developer/clang-15 |
141 | 2023-10-10T22:08:19.376Z | None -> 15.0.7-2.0 |
142 | 2023-10-10T22:08:19.452Z | ooce/developer/llvm-15 |
143 | 2023-10-10T22:08:19.571Z | None -> 15.0.7-2.0 |
144 | 2023-10-10T22:08:19.674Z | |
145 | 2023-10-10T22:08:19.844Z | Services: |
146 | 2023-10-10T22:08:19.881Z | restart_fmri: |
147 | 2023-10-10T22:08:19.967Z | svc:/system/update-man-index:default |
148 | 2023-10-10T22:08:20.033Z | |
149 | 2023-10-10T22:08:20.194Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2023-10-10T22:08:25.022Z | Download: 1196/3290 items 66.1/212.6MB 31% complete (14.0M/s) |
151 | 2023-10-10T22:08:28.916Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (11.6M/s) |
152 | 2023-10-10T22:08:33.815Z | Download: Completed 212.60 MB in 15.41 seconds (13.8M/s) |
153 | 2023-10-10T22:08:34.169Z | Actions: 1/3687 actions (Installing new actions) |
154 | 2023-10-10T22:08:39.208Z | Actions: 2012/3687 actions (Installing new actions) |
155 | 2023-10-10T22:08:50.587Z | Actions: Completed 3687 actions in 8.21 seconds. |
156 | 2023-10-10T22:08:50.948Z | Done (0.054s) |
157 | 2023-10-10T22:08:51.461Z | Done (0.000s) |
158 | 2023-10-10T22:08:51.915Z | Done (0.139s) |
159 | 2023-10-10T22:08:52.554Z | Done (8.748s) |
160 | 2023-10-10T22:08:52.828Z | Done (0.256s) |
161 | 2023-10-10T22:08:52.990Z | Done (0.000s) |
162 | 2023-10-10T22:08:53.198Z | Done (0.000s) |
163 | 2023-10-10T22:08:53.216Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-10T22:08:53.431Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-10-10T22:08:53.685Z | Planning: Consolidating action changes ... Done |
166 | 2023-10-10T22:08:53.916Z | Planning: Evaluating mediators ... Done |
167 | 2023-10-10T22:08:54.129Z | Planning: Planning completed in 0.72 seconds |
168 | 2023-10-10T22:08:54.932Z | Mediators to change: 2 |
169 | 2023-10-10T22:08:55.343Z | Create boot environment: No |
170 | 2023-10-10T22:08:55.741Z | Create backup boot environment: No |
171 | 2023-10-10T22:08:56.046Z | Done |
172 | 2023-10-10T22:08:56.314Z | Done |
173 | 2023-10-10T22:08:56.495Z | Done |
174 | 2023-10-10T22:08:59.165Z | Done |
175 | 2023-10-10T22:08:59.279Z | Done |
176 | 2023-10-10T22:08:59.291Z | Done |
177 | 2023-10-10T22:08:59.389Z | Done |
178 | 2023-10-10T22:09:00.398Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-10-10T22:09:00.415Z | Planning: Merging actions ... Done |
180 | 2023-10-10T22:09:00.772Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-10-10T22:09:00.801Z | Planning: Consolidating action changes ... Done |
182 | 2023-10-10T22:09:01.172Z | Planning: Evaluating mediators ... Done |
183 | 2023-10-10T22:09:01.237Z | Planning: Planning completed in 1.28 seconds |
184 | 2023-10-10T22:09:01.295Z | Packages to change: 1 |
185 | 2023-10-10T22:09:01.300Z | Mediators to change: 1 |
186 | 2023-10-10T22:09:01.305Z | Services to change: 1 |
187 | 2023-10-10T22:09:01.309Z | Create boot environment: No |
188 | 2023-10-10T22:09:01.314Z | Create backup boot environment: Yes |
189 | 2023-10-10T22:09:03.409Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2023-10-10T22:09:03.470Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2023-10-10T22:09:03.505Z | Done |
192 | 2023-10-10T22:09:03.576Z | Done |
193 | 2023-10-10T22:09:03.603Z | Done |
194 | 2023-10-10T22:09:09.396Z | Done |
195 | 2023-10-10T22:09:09.529Z | Done |
196 | 2023-10-10T22:09:09.559Z | Done |
197 | 2023-10-10T22:09:09.641Z | Done |
198 | 2023-10-10T22:09:13.266Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2023-10-10T22:09:13.638Z | clang system 15 system |
200 | 2023-10-10T22:09:13.878Z | csh system system illumos |
201 | 2023-10-10T22:09:14.030Z | ctags system system illumos |
202 | 2023-10-10T22:09:14.527Z | gcc vendor 12 vendor |
203 | 2023-10-10T22:09:14.544Z | gcc system 10 system |
204 | 2023-10-10T22:09:14.586Z | gcc system 7 system |
205 | 2023-10-10T22:09:14.601Z | go system 1.20 system |
206 | 2023-10-10T22:09:14.615Z | go system 1.19 system |
207 | 2023-10-10T22:09:14.630Z | llvm system 15 system |
208 | 2023-10-10T22:09:14.640Z | llvm system 14 system |
209 | 2023-10-10T22:09:14.663Z | mariadb system 10.6 system |
210 | 2023-10-10T22:09:14.677Z | mta vendor vendor dma |
211 | 2023-10-10T22:09:14.691Z | openjdk system 17 system |
212 | 2023-10-10T22:09:14.711Z | openjdk system 11 system |
213 | 2023-10-10T22:09:14.727Z | openjdk system 1.8 system |
214 | 2023-10-10T22:09:14.772Z | openssl vendor 3 vendor |
215 | 2023-10-10T22:09:14.801Z | perl system 5.36 system |
216 | 2023-10-10T22:09:14.852Z | postgresql system 15 system |
217 | 2023-10-10T22:09:14.872Z | postgresql system 13 system |
218 | 2023-10-10T22:09:14.887Z | python vendor 3 vendor |
219 | 2023-10-10T22:09:14.914Z | python system 2 system |
220 | 2023-10-10T22:09:14.922Z | python3 system 3.11 system |
221 | 2023-10-10T22:09:14.929Z | ruby system 3.0 system |
222 | 2023-10-10T22:09:14.941Z | words vendor vendor american-english |
223 | 2023-10-10T22:09:14.948Z | words system system australian-english |
224 | 2023-10-10T22:09:14.958Z | words system system british-english |
225 | 2023-10-10T22:09:14.972Z | words system system canadian-english |
226 | 2023-10-10T22:09:14.979Z | words system system french |
227 | 2023-10-10T22:09:14.985Z | words system system italian |
228 | 2023-10-10T22:09:14.992Z | words system system ngerman |
229 | 2023-10-10T22:09:14.998Z | words system system ogerman |
230 | 2023-10-10T22:09:15.010Z | words system system spanish |
231 | 2023-10-10T22:09:15.022Z | FMRI IFO |
232 | 2023-10-10T22:09:15.046Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2023-10-10T22:09:15.060Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2023-10-10T22:09:15.068Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2023-10-10T22:09:15.075Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
236 | 2023-10-10T22:09:15.096Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2023-10-10T22:09:15.119Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
238 | 2023-10-10T22:09:15.144Z | + set -o errexit |
239 | 2023-10-10T22:09:15.157Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2023-10-10T22:09:15.173Z | ++ cd ./tools |
241 | 2023-10-10T22:09:15.186Z | ++ pwd |
242 | 2023-10-10T22:09:15.199Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2023-10-10T22:09:15.212Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2023-10-10T22:09:15.222Z | + ARG0=ci_download_cockroachdb |
245 | 2023-10-10T22:09:15.245Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2023-10-10T22:09:15.284Z | + CIDL_VERSION=v22.1.9 |
247 | 2023-10-10T22:09:15.309Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2023-10-10T22:09:15.330Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
249 | 2023-10-10T22:09:15.349Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
250 | 2023-10-10T22:09:15.375Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-10T22:09:15.802Z | + TARGET_DIR=out |
252 | 2023-10-10T22:09:15.828Z | + DOWNLOAD_DIR=out/downloads |
253 | 2023-10-10T22:09:16.262Z | + DEST_DIR=./out/cockroachdb |
254 | 2023-10-10T22:09:16.429Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2023-10-10T22:09:16.536Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2023-10-10T22:09:16.678Z | + main |
257 | 2023-10-10T22:09:16.792Z | + [[ 0 != 0 ]] |
258 | 2023-10-10T22:09:16.830Z | + CIDL_OS=solaris2.11 |
259 | 2023-10-10T22:09:16.855Z | + [[ 0 != 0 ]] |
260 | 2023-10-10T22:09:16.870Z | + configure_os solaris2.11 |
261 | 2023-10-10T22:09:16.887Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2023-10-10T22:09:17.341Z | current directory: /work/oxidecomputer/omicron |
263 | 2023-10-10T22:09:17.361Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2023-10-10T22:09:17.376Z | configuring based on OS: "solaris2.11" |
265 | 2023-10-10T22:09:17.394Z | + case "$1" in |
266 | 2023-10-10T22:09:17.416Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-10T22:09:17.443Z | + CIDL_BUILD=illumos |
268 | 2023-10-10T22:09:17.460Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-10T22:09:17.468Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-10-10T22:09:17.475Z | Downloading... |
271 | 2023-10-10T22:09:17.491Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-10-10T22:09:17.504Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2023-10-10T22:09:17.514Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2023-10-10T22:09:17.526Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2023-10-10T22:09:17.539Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2023-10-10T22:09:17.551Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-10T22:09:17.972Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-10T22:09:18.386Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2023-10-10T22:09:18.395Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-10T22:09:18.404Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-10-10T22:09:18.413Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-10-10T22:09:18.848Z | + mkdir -p out/downloads |
283 | 2023-10-10T22:09:18.857Z | + mkdir -p ./out/cockroachdb |
284 | 2023-10-10T22:09:18.863Z | + local DO_DOWNLOAD=true |
285 | 2023-10-10T22:09:18.868Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2023-10-10T22:09:18.876Z | + '[' true == true ']' |
287 | 2023-10-10T22:09:18.882Z | + echo Downloading... |
288 | 2023-10-10T22:09:18.888Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-10-10T22:09:18.893Z | + 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 |
290 | 2023-10-10T22:09:18.900Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-10T22:09:18.906Z | ++ md5sum |
292 | 2023-10-10T22:09:18.918Z | ++ awk '{print $1}' |
293 | 2023-10-10T22:09:18.937Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
294 | 2023-10-10T22:09:19.362Z | + [[ 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 ]] |
295 | 2023-10-10T22:09:19.369Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-10T22:09:19.379Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2023-10-10T22:09:19.384Z | + do_assemble_illumos |
298 | 2023-10-10T22:09:19.390Z | + rm -r ./out/cockroachdb |
299 | 2023-10-10T22:09:19.396Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2023-10-10T22:09:19.402Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2023-10-10T22:09:19.406Z | Build Tag: v22.1.9-dirty |
302 | 2023-10-10T22:09:19.411Z | Build Time: 2022/10/26 21:17:46 |
303 | 2023-10-10T22:09:19.416Z | Distribution: OSS |
304 | 2023-10-10T22:09:19.420Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2023-10-10T22:09:19.424Z | Go Version: go1.17.13 |
306 | 2023-10-10T22:09:19.429Z | C Compiler: gcc 10.3.0 |
307 | 2023-10-10T22:09:19.434Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2023-10-10T22:09:19.439Z | Build Type: release |
309 | 2023-10-10T22:09:19.443Z | + set -o errexit |
310 | 2023-10-10T22:09:19.448Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2023-10-10T22:09:19.453Z | ++ cd ./tools |
312 | 2023-10-10T22:09:19.459Z | ++ pwd |
313 | 2023-10-10T22:09:19.468Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2023-10-10T22:09:19.476Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2023-10-10T22:09:19.506Z | + ARG0=ci_download_clickhouse |
316 | 2023-10-10T22:09:19.517Z | + TARGET_DIR=out |
317 | 2023-10-10T22:09:19.523Z | + DOWNLOAD_DIR=out/downloads |
318 | 2023-10-10T22:09:19.536Z | + DEST_DIR=./out/clickhouse |
319 | 2023-10-10T22:09:19.544Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2023-10-10T22:09:19.552Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2023-10-10T22:09:19.561Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
322 | 2023-10-10T22:09:19.572Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2023-10-10T22:09:19.581Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-10-10T22:09:19.588Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2023-10-10T22:09:19.600Z | + main |
326 | 2023-10-10T22:09:19.611Z | + [[ 0 != 0 ]] |
327 | 2023-10-10T22:09:19.615Z | + CIDL_OS=solaris2.11 |
328 | 2023-10-10T22:09:19.619Z | + [[ 0 != 0 ]] |
329 | 2023-10-10T22:09:19.624Z | + configure_os solaris2.11 |
330 | 2023-10-10T22:09:19.630Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2023-10-10T22:09:19.645Z | current directory: /work/oxidecomputer/omicron |
332 | 2023-10-10T22:09:19.663Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2023-10-10T22:09:19.671Z | configuring based on OS: "solaris2.11" |
334 | 2023-10-10T22:09:19.678Z | + CIDL_DASHREV= |
335 | 2023-10-10T22:09:20.096Z | + case "$1" in |
336 | 2023-10-10T22:09:20.112Z | + CIDL_PLATFORM=illumos |
337 | 2023-10-10T22:09:20.129Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2023-10-10T22:09:20.155Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2023-10-10T22:09:20.210Z | + CIDL_DASHREV=-1 |
340 | 2023-10-10T22:09:20.239Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
341 | 2023-10-10T22:09:20.255Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-10T22:09:20.275Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-10T22:09:20.288Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-10T22:09:20.298Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-10-10T22:09:20.306Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-10T22:09:20.330Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-10-10T22:09:20.358Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-10T22:09:20.371Z | + mkdir -p out/downloads |
349 | 2023-10-10T22:09:20.377Z | + mkdir -p ./out/clickhouse |
350 | 2023-10-10T22:09:20.388Z | + local DO_DOWNLOAD=true |
351 | 2023-10-10T22:09:20.401Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
352 | 2023-10-10T22:09:20.408Z | + '[' true == true ']' |
353 | 2023-10-10T22:09:20.414Z | + echo Downloading... |
354 | 2023-10-10T22:09:20.421Z | Downloading... |
355 | 2023-10-10T22:09:20.430Z | + 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 |
356 | 2023-10-10T22:09:20.444Z | + 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 |
357 | 2023-10-10T22:09:21.355Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-10-10T22:09:21.365Z | ++ md5sum |
359 | 2023-10-10T22:09:21.376Z | ++ awk '{print $1}' |
360 | 2023-10-10T22:09:21.615Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2023-10-10T22:09:21.619Z | + [[ 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 ]] |
362 | 2023-10-10T22:09:21.622Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2023-10-10T22:09:21.627Z | + mkdir -p ./out/clickhouse |
364 | 2023-10-10T22:09:21.632Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2023-10-10T22:09:26.524Z | + ./out/clickhouse/clickhouse server --version |
366 | 2023-10-10T22:09:26.564Z | ClickHouse server version 22.8.9.1. |
367 | 2023-10-10T22:09:26.576Z | + set -o errexit |
368 | 2023-10-10T22:09:26.594Z | +++ dirname ./tools/ci_download_console |
369 | 2023-10-10T22:09:26.612Z | ++ cd ./tools |
370 | 2023-10-10T22:09:26.629Z | ++ pwd |
371 | 2023-10-10T22:09:26.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2023-10-10T22:09:26.651Z | ++ basename ./tools/ci_download_console |
373 | 2023-10-10T22:09:26.667Z | + ARG0=ci_download_console |
374 | 2023-10-10T22:09:27.097Z | + TARGET_DIR=out |
375 | 2023-10-10T22:09:27.120Z | + DOWNLOAD_DIR=out/downloads |
376 | 2023-10-10T22:09:27.142Z | + DEST_DIR=./out/console-assets |
377 | 2023-10-10T22:09:27.158Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2023-10-10T22:09:27.177Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
379 | 2023-10-10T22:09:27.230Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
380 | 2023-10-10T22:09:27.654Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
381 | 2023-10-10T22:09:27.663Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2023-10-10T22:09:27.670Z | + main |
383 | 2023-10-10T22:09:27.676Z | + [[ 0 != 0 ]] |
384 | 2023-10-10T22:09:27.686Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
385 | 2023-10-10T22:09:27.694Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
386 | 2023-10-10T22:09:27.705Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2023-10-10T22:09:27.718Z | Local file: out/downloads/console.tar.gz |
388 | 2023-10-10T22:09:27.729Z | + local DO_DOWNLOAD=true |
389 | 2023-10-10T22:09:27.737Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2023-10-10T22:09:27.744Z | + mkdir -p out/downloads |
391 | 2023-10-10T22:09:27.753Z | + '[' true == true ']' |
392 | 2023-10-10T22:09:27.763Z | + echo Downloading... |
393 | 2023-10-10T22:09:27.774Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
394 | 2023-10-10T22:09:27.790Z | Downloading... |
395 | 2023-10-10T22:09:27.806Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
396 | 2023-10-10T22:09:27.818Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2023-10-10T22:09:27.825Z | ++ case "$OSTYPE" in |
398 | 2023-10-10T22:09:27.838Z | ++ SHA=sha256sum |
399 | 2023-10-10T22:09:27.851Z | ++ sha256sum |
400 | 2023-10-10T22:09:27.861Z | ++ awk '{print $1}' |
401 | 2023-10-10T22:09:27.874Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
402 | 2023-10-10T22:09:27.888Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
403 | 2023-10-10T22:09:27.900Z | + rm -rf ./out/console-assets |
404 | 2023-10-10T22:09:27.906Z | + mkdir -p ./out/console-assets |
405 | 2023-10-10T22:09:27.922Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2023-10-10T22:09:27.927Z | + mkdir -p ./out/console-assets |
407 | 2023-10-10T22:09:27.933Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2023-10-10T22:09:27.941Z | + set -o errexit |
409 | 2023-10-10T22:09:27.964Z | +++ dirname ./tools/ci_download_maghemite_openapi |
410 | 2023-10-10T22:09:27.984Z | ++ cd ./tools |
411 | 2023-10-10T22:09:28.014Z | ++ pwd |
412 | 2023-10-10T22:09:28.032Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2023-10-10T22:09:28.054Z | ++ basename ./tools/ci_download_maghemite_openapi |
414 | 2023-10-10T22:09:28.072Z | + ARG0=ci_download_maghemite_openapi |
415 | 2023-10-10T22:09:28.082Z | + TARGET_DIR=out |
416 | 2023-10-10T22:09:28.098Z | + DOWNLOAD_DIR=out/downloads |
417 | 2023-10-10T22:09:28.122Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
418 | 2023-10-10T22:09:28.127Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
419 | 2023-10-10T22:09:28.132Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-10-10T22:09:28.138Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
421 | 2023-10-10T22:09:28.145Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-10-10T22:09:28.151Z | + main |
423 | 2023-10-10T22:09:28.167Z | + [[ 0 != 0 ]] |
424 | 2023-10-10T22:09:28.185Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
425 | 2023-10-10T22:09:28.192Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
426 | 2023-10-10T22:09:28.202Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
427 | 2023-10-10T22:09:28.211Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
428 | 2023-10-10T22:09:28.224Z | + local DO_DOWNLOAD=true |
429 | 2023-10-10T22:09:28.657Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
430 | 2023-10-10T22:09:28.668Z | + mkdir -p out/downloads |
431 | 2023-10-10T22:09:28.685Z | + '[' true == true ']' |
432 | 2023-10-10T22:09:28.701Z | + echo Downloading... |
433 | 2023-10-10T22:09:28.720Z | Downloading... |
434 | 2023-10-10T22:09:28.744Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
435 | 2023-10-10T22:09:28.759Z | + 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 |
436 | 2023-10-10T22:09:28.773Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
437 | 2023-10-10T22:09:28.791Z | ++ case "$OSTYPE" in |
438 | 2023-10-10T22:09:28.797Z | ++ SHA=sha256sum |
439 | 2023-10-10T22:09:28.802Z | ++ sha256sum |
440 | 2023-10-10T22:09:28.806Z | ++ awk '{print $1}' |
441 | 2023-10-10T22:09:28.810Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-10-10T22:09:28.816Z | + [[ 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 ]] |
443 | 2023-10-10T22:09:28.820Z | + set -o errexit |
444 | 2023-10-10T22:09:28.823Z | +++ dirname ./tools/ci_download_dendrite_openapi |
445 | 2023-10-10T22:09:28.827Z | ++ cd ./tools |
446 | 2023-10-10T22:09:28.832Z | ++ pwd |
447 | 2023-10-10T22:09:28.840Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2023-10-10T22:09:28.845Z | ++ basename ./tools/ci_download_dendrite_openapi |
449 | 2023-10-10T22:09:28.851Z | + ARG0=ci_download_dendrite_openapi |
450 | 2023-10-10T22:09:28.855Z | + TARGET_DIR=out |
451 | 2023-10-10T22:09:28.873Z | + DOWNLOAD_DIR=out/downloads |
452 | 2023-10-10T22:09:28.879Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
453 | 2023-10-10T22:09:28.892Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
454 | 2023-10-10T22:09:28.904Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
455 | 2023-10-10T22:09:28.913Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
456 | 2023-10-10T22:09:28.931Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
457 | 2023-10-10T22:09:28.938Z | + main |
458 | 2023-10-10T22:09:28.944Z | + [[ 0 != 0 ]] |
459 | 2023-10-10T22:09:28.950Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
460 | 2023-10-10T22:09:28.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
461 | 2023-10-10T22:09:28.963Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
462 | 2023-10-10T22:09:28.969Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
463 | 2023-10-10T22:09:28.976Z | + local DO_DOWNLOAD=true |
464 | 2023-10-10T22:09:28.982Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
465 | 2023-10-10T22:09:28.987Z | + mkdir -p out/downloads |
466 | 2023-10-10T22:09:28.994Z | + '[' true == true ']' |
467 | 2023-10-10T22:09:29.013Z | + echo Downloading... |
468 | 2023-10-10T22:09:29.092Z | Downloading... |
469 | 2023-10-10T22:09:29.097Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
470 | 2023-10-10T22:09:29.106Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
471 | 2023-10-10T22:09:29.133Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
472 | 2023-10-10T22:09:29.148Z | ++ case "$OSTYPE" in |
473 | 2023-10-10T22:09:29.164Z | ++ SHA=sha256sum |
474 | 2023-10-10T22:09:29.172Z | ++ sha256sum |
475 | 2023-10-10T22:09:29.186Z | ++ awk '{print $1}' |
476 | 2023-10-10T22:09:29.606Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
477 | 2023-10-10T22:09:29.622Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
478 | 2023-10-10T22:09:29.631Z | + set -o errexit |
479 | 2023-10-10T22:09:29.641Z | +++ dirname ./tools/ci_download_dendrite_stub |
480 | 2023-10-10T22:09:29.651Z | ++ cd ./tools |
481 | 2023-10-10T22:09:29.661Z | ++ pwd |
482 | 2023-10-10T22:09:29.668Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
483 | 2023-10-10T22:09:29.682Z | ++ basename ./tools/ci_download_dendrite_stub |
484 | 2023-10-10T22:09:29.692Z | + ARG0=ci_download_dendrite_stub |
485 | 2023-10-10T22:09:29.699Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
486 | 2023-10-10T22:09:29.707Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
487 | 2023-10-10T22:09:29.718Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
488 | 2023-10-10T22:09:29.725Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
489 | 2023-10-10T22:09:29.731Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
490 | 2023-10-10T22:09:29.739Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
491 | 2023-10-10T22:09:29.748Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
492 | 2023-10-10T22:09:29.756Z | + TARGET_DIR=out |
493 | 2023-10-10T22:09:29.763Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-10-10T22:09:29.774Z | + DEST_DIR=./out/dendrite-stub |
495 | 2023-10-10T22:09:29.783Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
496 | 2023-10-10T22:09:29.790Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
497 | 2023-10-10T22:09:29.800Z | + REPO=oxidecomputer/dendrite |
498 | 2023-10-10T22:09:29.822Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
499 | 2023-10-10T22:09:30.254Z | + main |
500 | 2023-10-10T22:09:30.275Z | + [[ 0 != 0 ]] |
501 | 2023-10-10T22:09:30.287Z | + CIDL_OS=solaris2.11 |
502 | 2023-10-10T22:09:30.317Z | + [[ 0 != 0 ]] |
503 | 2023-10-10T22:09:30.339Z | + configure_os solaris2.11 |
504 | 2023-10-10T22:09:30.352Z | + echo 'current directory: /work/oxidecomputer/omicron' |
505 | 2023-10-10T22:09:30.363Z | current directory: /work/oxidecomputer/omicron |
506 | 2023-10-10T22:09:30.411Z | + echo 'configuring based on OS: "solaris2.11"' |
507 | 2023-10-10T22:09:30.419Z | configuring based on OS: "solaris2.11" |
508 | 2023-10-10T22:09:30.424Z | + case "$1" in |
509 | 2023-10-10T22:09:30.429Z | + SET_BINARIES= |
510 | 2023-10-10T22:09:30.433Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
511 | 2023-10-10T22:09:30.438Z | + CIDL_SHA256FUNC=do_sha256sum |
512 | 2023-10-10T22:09:30.446Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
513 | 2023-10-10T22:09:30.452Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
514 | 2023-10-10T22:09:30.461Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
515 | 2023-10-10T22:09:30.474Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
516 | 2023-10-10T22:09:30.484Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
517 | 2023-10-10T22:09:30.488Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
518 | 2023-10-10T22:09:30.492Z | Local file: out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-10T22:09:30.497Z | + mkdir -p out/downloads |
520 | 2023-10-10T22:09:30.503Z | + mkdir -p ./out/dendrite-stub |
521 | 2023-10-10T22:09:30.517Z | + fetch_and_verify |
522 | 2023-10-10T22:09:30.524Z | + local DO_DOWNLOAD=true |
523 | 2023-10-10T22:09:30.536Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
524 | 2023-10-10T22:09:30.954Z | + '[' true == true ']' |
525 | 2023-10-10T22:09:30.984Z | + echo Downloading... |
526 | 2023-10-10T22:09:30.993Z | Downloading... |
527 | 2023-10-10T22:09:31.002Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
528 | 2023-10-10T22:09:31.498Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
529 | 2023-10-10T22:09:44.112Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-10T22:09:44.122Z | ++ sha256sum |
531 | 2023-10-10T22:09:44.132Z | ++ awk '{print $1}' |
532 | 2023-10-10T22:09:44.212Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
533 | 2023-10-10T22:09:44.222Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
534 | 2023-10-10T22:09:44.229Z | + do_untar out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-10T22:09:44.233Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
536 | 2023-10-10T22:09:49.238Z | + do_assemble |
537 | 2023-10-10T22:09:49.619Z | + rm -r ./out/dendrite-stub |
538 | 2023-10-10T22:09:49.915Z | + mkdir ./out/dendrite-stub |
539 | 2023-10-10T22:09:49.997Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
540 | 2023-10-10T22:09:50.018Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
541 | 2023-10-10T22:09:50.096Z | + set -o errexit |
542 | 2023-10-10T22:09:50.132Z | +++ dirname ./tools/ci_download_transceiver_control |
543 | 2023-10-10T22:09:51.046Z | ++ cd ./tools |
544 | 2023-10-10T22:09:51.271Z | ++ pwd |
545 | 2023-10-10T22:09:51.562Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
546 | 2023-10-10T22:09:51.655Z | ++ basename ./tools/ci_download_transceiver_control |
547 | 2023-10-10T22:09:51.797Z | + ARG0=ci_download_transceiver_control |
548 | 2023-10-10T22:09:51.828Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
549 | 2023-10-10T22:09:52.266Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
550 | 2023-10-10T22:09:52.293Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
551 | 2023-10-10T22:09:52.312Z | + TARGET_DIR=out |
552 | 2023-10-10T22:09:52.325Z | + DOWNLOAD_DIR=out/downloads |
553 | 2023-10-10T22:09:52.335Z | + DEST_DIR=./out/transceiver-control |
554 | 2023-10-10T22:09:52.347Z | + BIN_DIR=/opt/oxide/bin |
555 | 2023-10-10T22:09:52.400Z | + BINARY=xcvradm |
556 | 2023-10-10T22:09:52.408Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2023-10-10T22:09:52.419Z | + REPO=oxidecomputer/transceiver-control |
558 | 2023-10-10T22:09:52.453Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
559 | 2023-10-10T22:09:52.465Z | + main |
560 | 2023-10-10T22:09:52.480Z | + [[ 0 != 0 ]] |
561 | 2023-10-10T22:09:52.487Z | + CIDL_OS=solaris2.11 |
562 | 2023-10-10T22:09:52.497Z | + [[ 0 != 0 ]] |
563 | 2023-10-10T22:09:52.519Z | + configure_os solaris2.11 |
564 | 2023-10-10T22:09:52.524Z | + echo 'current directory: /work/oxidecomputer/omicron' |
565 | 2023-10-10T22:09:52.530Z | current directory: /work/oxidecomputer/omicron |
566 | 2023-10-10T22:09:52.538Z | configuring based on OS: "solaris2.11" |
567 | 2023-10-10T22:09:52.546Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2023-10-10T22:09:52.556Z | + case "$1" in |
569 | 2023-10-10T22:09:52.577Z | + SET_BINARIES= |
570 | 2023-10-10T22:09:52.590Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
571 | 2023-10-10T22:09:52.603Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2023-10-10T22:09:53.025Z | + ARCHIVE_FILENAME=xcvradm.gz |
573 | 2023-10-10T22:09:53.047Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
574 | 2023-10-10T22:09:53.647Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
575 | 2023-10-10T22:09:53.661Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
576 | 2023-10-10T22:09:53.668Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
577 | 2023-10-10T22:09:53.720Z | + echo 'Local file: out/downloads/xcvradm.gz' |
578 | 2023-10-10T22:09:53.739Z | Local file: out/downloads/xcvradm.gz |
579 | 2023-10-10T22:09:53.751Z | + mkdir -p out/downloads |
580 | 2023-10-10T22:09:53.758Z | + mkdir -p ./out/transceiver-control |
581 | 2023-10-10T22:09:53.764Z | + fetch_and_verify |
582 | 2023-10-10T22:09:53.769Z | + local DO_DOWNLOAD=true |
583 | 2023-10-10T22:09:53.775Z | + [[ -f out/downloads/xcvradm.gz ]] |
584 | 2023-10-10T22:09:53.792Z | + '[' true == true ']' |
585 | 2023-10-10T22:09:53.797Z | + echo Downloading... |
586 | 2023-10-10T22:09:53.801Z | Downloading... |
587 | 2023-10-10T22:09:53.805Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
588 | 2023-10-10T22:09:53.810Z | + 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 |
589 | 2023-10-10T22:09:55.501Z | ++ do_sha256sum out/downloads/xcvradm.gz |
590 | 2023-10-10T22:09:55.509Z | ++ sha256sum |
591 | 2023-10-10T22:09:55.517Z | ++ awk '{print $1}' |
592 | 2023-10-10T22:09:55.530Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
593 | 2023-10-10T22:09:55.544Z | + [[ 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 ]] |
594 | 2023-10-10T22:09:55.551Z | + do_unpack out/downloads/xcvradm.gz |
595 | 2023-10-10T22:09:55.554Z | + mkdir -p out/downloads/root//opt/oxide/bin |
596 | 2023-10-10T22:09:55.565Z | + gzip -dc out/downloads/xcvradm.gz |
597 | 2023-10-10T22:09:55.701Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
598 | 2023-10-10T22:09:55.705Z | + do_assemble |
599 | 2023-10-10T22:09:55.708Z | + rm -r ./out/transceiver-control |
600 | 2023-10-10T22:09:55.710Z | + mkdir ./out/transceiver-control |
601 | 2023-10-10T22:09:55.713Z | + cp -r out/downloads/root ./out/transceiver-control/root |
602 | 2023-10-10T22:09:55.860Z | All builder prerequisites installed successfully, and PATH looks valid |
603 | 2023-10-10T22:09:55.870Z | |
604 | 2023-10-10T22:09:55.884Z | real 2:04.571372012 |
605 | 2023-10-10T22:09:55.895Z | user 48.578625505 |
606 | 2023-10-10T22:09:55.903Z | sys 9.428463952 |
607 | 2023-10-10T22:09:55.912Z | trap 0.021375733 |
608 | 2023-10-10T22:09:55.920Z | tflt 0.191996426 |
609 | 2023-10-10T22:09:55.958Z | dflt 0.859550855 |
610 | 2023-10-10T22:09:55.979Z | kflt 0.266019812 |
611 | 2023-10-10T22:09:55.992Z | lock 1.798647946 |
612 | 2023-10-10T22:09:56.010Z | slp 4:02.984139290 |
613 | 2023-10-10T22:09:56.017Z | lat 3.270954288 |
614 | 2023-10-10T22:09:56.022Z | stop 0.054400183 |
615 | 2023-10-10T22:09:56.038Z | |
616 | 2023-10-10T22:09:56.045Z | #### # # ##### ##### # # |
617 | 2023-10-10T22:09:56.055Z | # # # # # # # # # # |
618 | 2023-10-10T22:09:56.063Z | # # # # # # # # |
619 | 2023-10-10T22:09:56.070Z | # # # ##### ##### # |
620 | 2023-10-10T22:09:56.098Z | # # # # # # # |
621 | 2023-10-10T22:09:56.110Z | #### ###### # # # # |
622 | 2023-10-10T22:09:56.141Z | |
623 | 2023-10-10T22:09:56.211Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
624 | 2023-10-10T22:09:56.588Z | Updating crates.io index |
625 | 2023-10-10T22:09:56.597Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
626 | 2023-10-10T22:09:57.506Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
627 | 2023-10-10T22:09:59.254Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
628 | 2023-10-10T22:09:59.886Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
629 | 2023-10-10T22:10:00.254Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
630 | 2023-10-10T22:10:00.984Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
631 | 2023-10-10T22:10:00.991Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
632 | 2023-10-10T22:10:01.936Z | Updating git repository `https://github.com/oxidecomputer/opte` |
633 | 2023-10-10T22:10:03.107Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
634 | 2023-10-10T22:10:03.593Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
635 | 2023-10-10T22:10:03.969Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
636 | 2023-10-10T22:10:04.497Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
637 | 2023-10-10T22:10:06.331Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
638 | 2023-10-10T22:10:06.812Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
639 | 2023-10-10T22:10:07.236Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
640 | 2023-10-10T22:10:08.101Z | Updating git repository `https://github.com/njaremko/samael` |
641 | 2023-10-10T22:10:08.287Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
642 | 2023-10-10T22:10:08.852Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
643 | 2023-10-10T22:10:09.249Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
644 | 2023-10-10T22:10:09.651Z | Updating git repository `https://github.com/jgallagher/nix` |
645 | 2023-10-10T22:10:11.010Z | Updating git repository `https://github.com/cbiffle/hubpack` |
646 | 2023-10-10T22:10:11.496Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
647 | 2023-10-10T22:10:20.870Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
648 | 2023-10-10T22:10:21.396Z | Updating git repository `https://github.com/oxidecomputer/typify` |
649 | 2023-10-10T22:10:22.515Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
650 | 2023-10-10T22:10:22.952Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
651 | 2023-10-10T22:10:23.261Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
652 | 2023-10-10T22:10:25.177Z | Downloading crates ... |
653 | 2023-10-10T22:10:25.339Z | Downloaded thiserror-impl v1.0.49 |
654 | 2023-10-10T22:10:25.348Z | Downloaded anyhow v1.0.75 |
655 | 2023-10-10T22:10:25.362Z | Downloaded cargo-platform v0.1.3 |
656 | 2023-10-10T22:10:25.368Z | Downloaded serde_derive v1.0.188 |
657 | 2023-10-10T22:10:25.376Z | Downloaded equivalent v1.0.1 |
658 | 2023-10-10T22:10:25.388Z | Downloaded colorchoice v1.0.0 |
659 | 2023-10-10T22:10:25.396Z | Downloaded heck v0.4.1 |
660 | 2023-10-10T22:10:25.401Z | Downloaded serde_spanned v0.6.3 |
661 | 2023-10-10T22:10:25.405Z | Downloaded bitflags v1.3.2 |
662 | 2023-10-10T22:10:25.412Z | Downloaded utf8parse v0.2.1 |
663 | 2023-10-10T22:10:25.890Z | Downloaded anstyle-query v1.0.0 |
664 | 2023-10-10T22:10:25.905Z | Downloaded itoa v1.0.9 |
665 | 2023-10-10T22:10:25.923Z | Downloaded errno v0.3.2 |
666 | 2023-10-10T22:10:25.946Z | Downloaded semver v1.0.18 |
667 | 2023-10-10T22:10:25.959Z | Downloaded cargo_metadata v0.18.0 |
668 | 2023-10-10T22:10:25.965Z | Downloaded thiserror v1.0.49 |
669 | 2023-10-10T22:10:25.971Z | Downloaded cargo_toml v0.16.3 |
670 | 2023-10-10T22:10:25.976Z | Downloaded toml_datetime v0.6.3 |
671 | 2023-10-10T22:10:25.980Z | Downloaded io-lifetimes v1.0.11 |
672 | 2023-10-10T22:10:25.986Z | Downloaded quote v1.0.33 |
673 | 2023-10-10T22:10:25.992Z | Downloaded anstyle-parse v0.2.1 |
674 | 2023-10-10T22:10:26.012Z | Downloaded anstyle v1.0.2 |
675 | 2023-10-10T22:10:26.020Z | Downloaded camino v1.1.6 |
676 | 2023-10-10T22:10:26.037Z | Downloaded ryu v1.0.15 |
677 | 2023-10-10T22:10:26.082Z | Downloaded toml v0.8.0 |
678 | 2023-10-10T22:10:26.087Z | Downloaded unicode-ident v1.0.12 |
679 | 2023-10-10T22:10:26.094Z | Downloaded indexmap v2.0.0 |
680 | 2023-10-10T22:10:26.099Z | Downloaded clap v4.4.3 |
681 | 2023-10-10T22:10:26.104Z | Downloaded toml_edit v0.20.0 |
682 | 2023-10-10T22:10:26.117Z | Downloaded memchr v2.6.3 |
683 | 2023-10-10T22:10:26.131Z | Downloaded serde v1.0.188 |
684 | 2023-10-10T22:10:26.546Z | Downloaded winnow v0.5.15 |
685 | 2023-10-10T22:10:26.553Z | Downloaded serde_json v1.0.107 |
686 | 2023-10-10T22:10:26.565Z | Downloaded syn v2.0.32 |
687 | 2023-10-10T22:10:26.572Z | Downloaded rustix v0.37.23 |
688 | 2023-10-10T22:10:26.575Z | Downloaded libc v0.2.148 |
689 | 2023-10-10T22:10:26.577Z | Downloaded clap_builder v4.4.2 |
690 | 2023-10-10T22:10:26.580Z | Downloaded hashbrown v0.14.0 |
691 | 2023-10-10T22:10:26.583Z | Downloaded proc-macro2 v1.0.67 |
692 | 2023-10-10T22:10:26.586Z | Downloaded clap_derive v4.4.2 |
693 | 2023-10-10T22:10:26.589Z | Downloaded anstream v0.5.0 |
694 | 2023-10-10T22:10:26.592Z | Downloaded strsim v0.10.0 |
695 | 2023-10-10T22:10:26.595Z | Downloaded terminal_size v0.2.6 |
696 | 2023-10-10T22:10:26.598Z | Downloaded clap_lex v0.5.1 |
697 | 2023-10-10T22:10:26.601Z | Compiling proc-macro2 v1.0.67 |
698 | 2023-10-10T22:10:26.606Z | Compiling unicode-ident v1.0.12 |
699 | 2023-10-10T22:10:26.614Z | Compiling serde v1.0.188 |
700 | 2023-10-10T22:10:26.622Z | Compiling libc v0.2.148 |
701 | 2023-10-10T22:10:26.631Z | Compiling io-lifetimes v1.0.11 |
702 | 2023-10-10T22:10:27.053Z | Compiling rustix v0.37.23 |
703 | 2023-10-10T22:10:27.057Z | Compiling equivalent v1.0.1 |
704 | 2023-10-10T22:10:27.060Z | Compiling bitflags v1.3.2 |
705 | 2023-10-10T22:10:27.064Z | Compiling hashbrown v0.14.0 |
706 | 2023-10-10T22:10:27.068Z | Compiling utf8parse v0.2.1 |
707 | 2023-10-10T22:10:27.168Z | Compiling anstyle-parse v0.2.1 |
708 | 2023-10-10T22:10:27.203Z | Compiling semver v1.0.18 |
709 | 2023-10-10T22:10:27.403Z | Compiling indexmap v2.0.0 |
710 | 2023-10-10T22:10:27.665Z | Compiling winnow v0.5.15 |
711 | 2023-10-10T22:10:27.736Z | Compiling serde_json v1.0.107 |
712 | 2023-10-10T22:10:27.844Z | Compiling camino v1.1.6 |
713 | 2023-10-10T22:10:28.260Z | Compiling thiserror v1.0.49 |
714 | 2023-10-10T22:10:28.276Z | Compiling colorchoice v1.0.0 |
715 | 2023-10-10T22:10:28.292Z | Compiling anstyle v1.0.2 |
716 | 2023-10-10T22:10:28.337Z | Compiling anstyle-query v1.0.0 |
717 | 2023-10-10T22:10:28.642Z | Compiling itoa v1.0.9 |
718 | 2023-10-10T22:10:28.674Z | Compiling anstream v0.5.0 |
719 | 2023-10-10T22:10:28.889Z | Compiling heck v0.4.1 |
720 | 2023-10-10T22:10:29.043Z | Compiling anyhow v1.0.75 |
721 | 2023-10-10T22:10:29.102Z | Compiling clap_lex v0.5.1 |
722 | 2023-10-10T22:10:29.309Z | Compiling quote v1.0.33 |
723 | 2023-10-10T22:10:29.562Z | Compiling strsim v0.10.0 |
724 | 2023-10-10T22:10:29.712Z | Compiling ryu v1.0.15 |
725 | 2023-10-10T22:10:29.897Z | Compiling syn v2.0.32 |
726 | 2023-10-10T22:10:30.278Z | Compiling errno v0.3.2 |
727 | 2023-10-10T22:10:31.926Z | Compiling terminal_size v0.2.6 |
728 | 2023-10-10T22:10:32.127Z | Compiling clap_builder v4.4.2 |
729 | 2023-10-10T22:10:37.228Z | Compiling serde_derive v1.0.188 |
730 | 2023-10-10T22:10:37.318Z | Compiling thiserror-impl v1.0.49 |
731 | 2023-10-10T22:10:37.350Z | Compiling clap_derive v4.4.2 |
732 | 2023-10-10T22:10:41.197Z | Compiling clap v4.4.3 |
733 | 2023-10-10T22:10:49.543Z | Compiling toml_datetime v0.6.3 |
734 | 2023-10-10T22:10:49.575Z | Compiling serde_spanned v0.6.3 |
735 | 2023-10-10T22:10:49.598Z | Compiling cargo-platform v0.1.3 |
736 | 2023-10-10T22:10:50.338Z | Compiling toml_edit v0.20.0 |
737 | 2023-10-10T22:10:51.704Z | Compiling cargo_metadata v0.18.0 |
738 | 2023-10-10T22:10:53.146Z | Compiling toml v0.8.0 |
739 | 2023-10-10T22:10:54.138Z | Compiling cargo_toml v0.16.3 |
740 | 2023-10-10T22:10:59.524Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
741 | 2023-10-10T22:11:00.853Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
742 | 2023-10-10T22:11:01.063Z | Running `target/debug/xtask clippy` |
743 | 2023-10-10T22:11:01.116Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
744 | 2023-10-10T22:11:02.766Z | Downloading crates ... |
745 | 2023-10-10T22:11:02.893Z | Downloaded crc v3.0.1 |
746 | 2023-10-10T22:11:03.028Z | Downloaded ciborium v0.2.1 |
747 | 2023-10-10T22:11:03.544Z | Downloaded bit_field v0.10.2 |
748 | 2023-10-10T22:11:04.120Z | Downloaded httpdate v1.0.3 |
749 | 2023-10-10T22:11:04.338Z | Downloaded arrayref v0.3.7 |
750 | 2023-10-10T22:11:04.454Z | Downloaded num-bigint-dig v0.8.4 |
751 | 2023-10-10T22:11:04.552Z | Downloaded aead v0.5.2 |
752 | 2023-10-10T22:11:04.627Z | Downloaded async-stream-impl v0.3.5 |
753 | 2023-10-10T22:11:04.835Z | Downloaded num-rational v0.4.1 |
754 | 2023-10-10T22:11:04.873Z | Downloaded ciborium-io v0.2.1 |
755 | 2023-10-10T22:11:04.949Z | Downloaded http-range v0.1.5 |
756 | 2023-10-10T22:11:05.011Z | Downloaded async-recursion v1.0.5 |
757 | 2023-10-10T22:11:05.099Z | Downloaded convert_case v0.4.0 |
758 | 2023-10-10T22:11:05.332Z | Downloaded bitstruct_derive v0.1.0 |
759 | 2023-10-10T22:11:05.363Z | Downloaded normalize-line-endings v0.3.0 |
760 | 2023-10-10T22:11:05.378Z | Downloaded block-padding v0.3.3 |
761 | 2023-10-10T22:11:05.396Z | Downloaded hyper-staticfile v0.9.5 |
762 | 2023-10-10T22:11:05.417Z | Downloaded ciborium-ll v0.2.1 |
763 | 2023-10-10T22:11:05.429Z | Downloaded newline-converter v0.3.0 |
764 | 2023-10-10T22:11:05.442Z | Downloaded addr2line v0.21.0 |
765 | 2023-10-10T22:11:05.451Z | Downloaded ident_case v1.0.1 |
766 | 2023-10-10T22:11:05.468Z | Downloaded home v0.5.5 |
767 | 2023-10-10T22:11:05.484Z | Downloaded maplit v1.0.2 |
768 | 2023-10-10T22:11:05.505Z | Downloaded async-stream v0.3.5 |
769 | 2023-10-10T22:11:05.520Z | Downloaded lazycell v1.3.0 |
770 | 2023-10-10T22:11:05.943Z | Downloaded blake2 v0.10.6 |
771 | 2023-10-10T22:11:05.957Z | Downloaded ansi_term v0.12.1 |
772 | 2023-10-10T22:11:05.969Z | Downloaded lazy_static v1.4.0 |
773 | 2023-10-10T22:11:05.981Z | Downloaded num_enum v0.7.0 |
774 | 2023-10-10T22:11:05.991Z | Downloaded managed v0.8.0 |
775 | 2023-10-10T22:11:05.998Z | Downloaded linked-hash-map v0.5.6 |
776 | 2023-10-10T22:11:06.013Z | Downloaded fxhash v0.2.1 |
777 | 2023-10-10T22:11:06.028Z | Downloaded nanorand v0.7.0 |
778 | 2023-10-10T22:11:06.037Z | Downloaded corncobs v0.1.3 |
779 | 2023-10-10T22:11:06.044Z | Downloaded block-buffer v0.10.4 |
780 | 2023-10-10T22:11:06.048Z | Downloaded cast v0.3.0 |
781 | 2023-10-10T22:11:06.055Z | Downloaded camino-tempfile v1.0.2 |
782 | 2023-10-10T22:11:06.063Z | Downloaded hyper-rustls v0.24.1 |
783 | 2023-10-10T22:11:06.068Z | Downloaded native-tls v0.2.11 |
784 | 2023-10-10T22:11:06.074Z | Downloaded tower-service v0.3.2 |
785 | 2023-10-10T22:11:06.077Z | Downloaded thread-id v4.2.0 |
786 | 2023-10-10T22:11:06.082Z | Downloaded fallible-iterator v0.2.0 |
787 | 2023-10-10T22:11:06.091Z | Downloaded tempdir v0.3.7 |
788 | 2023-10-10T22:11:06.099Z | Downloaded strip-ansi-escapes v0.2.0 |
789 | 2023-10-10T22:11:06.104Z | Downloaded const_format v0.2.31 |
790 | 2023-10-10T22:11:06.108Z | Downloaded phf_shared v0.11.2 |
791 | 2023-10-10T22:11:06.114Z | Downloaded hex-literal v0.4.1 |
792 | 2023-10-10T22:11:06.130Z | Downloaded spin v0.5.2 |
793 | 2023-10-10T22:11:06.152Z | Downloaded slog-stdlog v4.1.1 |
794 | 2023-10-10T22:11:06.161Z | Downloaded slog-json v2.6.1 |
795 | 2023-10-10T22:11:06.166Z | Downloaded thread_local v1.1.7 |
796 | 2023-10-10T22:11:06.174Z | Downloaded cookie v0.16.2 |
797 | 2023-10-10T22:11:06.181Z | Downloaded r2d2 v0.8.10 |
798 | 2023-10-10T22:11:06.187Z | Downloaded miniz_oxide v0.7.1 |
799 | 2023-10-10T22:11:06.197Z | Downloaded plotters-svg v0.3.5 |
800 | 2023-10-10T22:11:06.203Z | Downloaded display-error-chain v0.1.1 |
801 | 2023-10-10T22:11:06.211Z | Downloaded mockall v0.11.4 |
802 | 2023-10-10T22:11:06.219Z | Downloaded der_derive v0.7.2 |
803 | 2023-10-10T22:11:06.226Z | Downloaded schemars_derive v0.8.13 |
804 | 2023-10-10T22:11:06.238Z | Downloaded pkcs1 v0.7.5 |
805 | 2023-10-10T22:11:06.254Z | Downloaded signal-hook-tokio v0.3.1 |
806 | 2023-10-10T22:11:06.259Z | Downloaded signal-hook-mio v0.2.3 |
807 | 2023-10-10T22:11:06.265Z | Downloaded twox-hash v1.6.3 |
808 | 2023-10-10T22:11:06.272Z | Downloaded pretty-hex v0.2.1 |
809 | 2023-10-10T22:11:06.276Z | Downloaded olpc-cjson v0.1.3 |
810 | 2023-10-10T22:11:06.285Z | Downloaded crossbeam-epoch v0.9.15 |
811 | 2023-10-10T22:11:06.303Z | Downloaded slog-scope v4.4.0 |
812 | 2023-10-10T22:11:06.313Z | Downloaded endian-type v0.1.2 |
813 | 2023-10-10T22:11:06.322Z | Downloaded chacha20poly1305 v0.10.1 |
814 | 2023-10-10T22:11:06.329Z | Downloaded futures-core v0.3.28 |
815 | 2023-10-10T22:11:06.336Z | Downloaded unicode-xid v0.2.4 |
816 | 2023-10-10T22:11:06.343Z | Downloaded yansi v0.5.1 |
817 | 2023-10-10T22:11:06.347Z | Downloaded oorandom v11.1.3 |
818 | 2023-10-10T22:11:06.353Z | Downloaded tracing-attributes v0.1.26 |
819 | 2023-10-10T22:11:06.357Z | Downloaded pkg-config v0.3.27 |
820 | 2023-10-10T22:11:06.363Z | Downloaded rusty-fork v0.3.0 |
821 | 2023-10-10T22:11:06.432Z | Downloaded fs-err v2.9.0 |
822 | 2023-10-10T22:11:06.441Z | Downloaded doc-comment v0.3.3 |
823 | 2023-10-10T22:11:06.455Z | Downloaded pin-utils v0.1.0 |
824 | 2023-10-10T22:11:06.464Z | Downloaded universal-hash v0.5.1 |
825 | 2023-10-10T22:11:06.473Z | Downloaded foreign-types-shared v0.3.1 |
826 | 2023-10-10T22:11:06.509Z | Downloaded downcast v0.11.0 |
827 | 2023-10-10T22:11:06.524Z | Downloaded oso-derive v0.26.4 |
828 | 2023-10-10T22:11:06.540Z | Downloaded number_prefix v0.4.0 |
829 | 2023-10-10T22:11:06.544Z | Downloaded spki v0.7.2 |
830 | 2023-10-10T22:11:06.551Z | Downloaded futures-sink v0.3.28 |
831 | 2023-10-10T22:11:06.555Z | Downloaded fixedbitset v0.4.2 |
832 | 2023-10-10T22:11:06.599Z | Downloaded heapless v0.7.16 |
833 | 2023-10-10T22:11:06.610Z | Downloaded dirs-next v2.0.0 |
834 | 2023-10-10T22:11:06.625Z | Downloaded vec_map v0.8.2 |
835 | 2023-10-10T22:11:06.639Z | Downloaded strum v0.25.0 |
836 | 2023-10-10T22:11:06.644Z | Downloaded getopts v0.2.21 |
837 | 2023-10-10T22:11:06.648Z | Downloaded paste v1.0.14 |
838 | 2023-10-10T22:11:06.654Z | Downloaded cc v1.0.83 |
839 | 2023-10-10T22:11:06.659Z | Downloaded sct v0.7.0 |
840 | 2023-10-10T22:11:06.664Z | Downloaded time-core v0.1.1 |
841 | 2023-10-10T22:11:06.669Z | Downloaded darling v0.14.4 |
842 | 2023-10-10T22:11:06.676Z | Downloaded float-cmp v0.9.0 |
843 | 2023-10-10T22:11:06.686Z | Downloaded usdt-attr-macro v0.3.5 |
844 | 2023-10-10T22:11:06.700Z | Downloaded darling_macro v0.20.3 |
845 | 2023-10-10T22:11:06.721Z | Downloaded packed_struct_codegen v0.10.1 |
846 | 2023-10-10T22:11:06.727Z | Downloaded openssl-probe v0.1.5 |
847 | 2023-10-10T22:11:06.740Z | Downloaded diesel_table_macro_syntax v0.1.0 |
848 | 2023-10-10T22:11:07.178Z | Downloaded structmeta-derive v0.1.6 |
849 | 2023-10-10T22:11:07.194Z | Downloaded zerocopy v0.3.0 |
850 | 2023-10-10T22:11:07.208Z | Downloaded strum_macros v0.24.3 |
851 | 2023-10-10T22:11:07.216Z | Downloaded relative-path v1.9.0 |
852 | 2023-10-10T22:11:07.248Z | Downloaded pin-project v1.1.3 |
853 | 2023-10-10T22:11:07.259Z | Downloaded peeking_take_while v0.1.2 |
854 | 2023-10-10T22:11:07.292Z | Downloaded path-dedot v3.1.0 |
855 | 2023-10-10T22:11:07.322Z | Downloaded path-absolutize v3.1.0 |
856 | 2023-10-10T22:11:07.331Z | Downloaded debug-ignore v1.0.5 |
857 | 2023-10-10T22:11:07.343Z | Downloaded precomputed-hash v0.1.1 |
858 | 2023-10-10T22:11:07.387Z | Downloaded zone_cfg_derive v0.2.0 |
859 | 2023-10-10T22:11:07.405Z | Downloaded rand_chacha v0.3.1 |
860 | 2023-10-10T22:11:07.416Z | Downloaded slog-async v2.8.0 |
861 | 2023-10-10T22:11:07.430Z | Downloaded remove_dir_all v0.5.3 |
862 | 2023-10-10T22:11:07.456Z | Downloaded zeroize_derive v1.4.2 |
863 | 2023-10-10T22:11:07.466Z | Downloaded zeroize v1.6.0 |
864 | 2023-10-10T22:11:07.478Z | Downloaded tinytemplate v1.2.1 |
865 | 2023-10-10T22:11:07.514Z | Downloaded futures-task v0.3.28 |
866 | 2023-10-10T22:11:07.541Z | Downloaded password-hash v0.5.0 |
867 | 2023-10-10T22:11:07.564Z | Downloaded foreign-types-macros v0.2.3 |
868 | 2023-10-10T22:11:07.571Z | Downloaded rustls-pemfile v1.0.3 |
869 | 2023-10-10T22:11:07.580Z | Downloaded difflib v0.4.0 |
870 | 2023-10-10T22:11:07.645Z | Downloaded tokio-tungstenite v0.18.0 |
871 | 2023-10-10T22:11:07.654Z | Downloaded version_check v0.9.4 |
872 | 2023-10-10T22:11:07.673Z | Downloaded rand_core v0.6.4 |
873 | 2023-10-10T22:11:07.689Z | Downloaded digest v0.10.7 |
874 | 2023-10-10T22:11:07.703Z | Downloaded parse-display v0.7.0 |
875 | 2023-10-10T22:11:07.722Z | Downloaded generic-array v0.14.7 |
876 | 2023-10-10T22:11:07.794Z | Downloaded plotters-backend v0.3.5 |
877 | 2023-10-10T22:11:08.210Z | Downloaded unarray v0.1.4 |
878 | 2023-10-10T22:11:08.214Z | Downloaded semver-parser v0.10.2 |
879 | 2023-10-10T22:11:08.229Z | Downloaded tokio-native-tls v0.3.1 |
880 | 2023-10-10T22:11:08.240Z | Downloaded predicates-tree v1.0.9 |
881 | 2023-10-10T22:11:08.243Z | Downloaded slog-dtrace v0.2.3 |
882 | 2023-10-10T22:11:08.246Z | Downloaded want v0.3.1 |
883 | 2023-10-10T22:11:08.249Z | Downloaded utf-8 v0.7.6 |
884 | 2023-10-10T22:11:08.252Z | Downloaded opaque-debug v0.3.0 |
885 | 2023-10-10T22:11:08.255Z | Downloaded ppv-lite86 v0.2.17 |
886 | 2023-10-10T22:11:08.258Z | Downloaded smf v0.2.2 |
887 | 2023-10-10T22:11:08.261Z | Downloaded derive_builder_macro v0.12.0 |
888 | 2023-10-10T22:11:08.265Z | Downloaded hashbrown v0.12.3 |
889 | 2023-10-10T22:11:08.277Z | Downloaded rustc_version v0.4.0 |
890 | 2023-10-10T22:11:08.699Z | Downloaded crunchy v0.2.2 |
891 | 2023-10-10T22:11:08.709Z | Downloaded serial_test v0.10.0 |
892 | 2023-10-10T22:11:08.718Z | Downloaded walkdir v2.4.0 |
893 | 2023-10-10T22:11:08.731Z | Downloaded yasna v0.5.2 |
894 | 2023-10-10T22:11:08.736Z | Downloaded vsss-rs v3.3.1 |
895 | 2023-10-10T22:11:08.777Z | Downloaded phf_shared v0.10.0 |
896 | 2023-10-10T22:11:08.815Z | Downloaded similar v2.2.1 |
897 | 2023-10-10T22:11:08.827Z | Downloaded postgres-types v0.2.6 |
898 | 2023-10-10T22:11:08.842Z | Downloaded futures-macro v0.3.28 |
899 | 2023-10-10T22:11:08.856Z | Downloaded predicates-core v1.0.6 |
900 | 2023-10-10T22:11:08.869Z | Downloaded libxml v0.3.3 |
901 | 2023-10-10T22:11:08.880Z | Downloaded tinyvec_macros v0.1.1 |
902 | 2023-10-10T22:11:08.899Z | Downloaded path-slash v0.1.5 |
903 | 2023-10-10T22:11:08.923Z | Downloaded deranged v0.3.8 |
904 | 2023-10-10T22:11:09.008Z | Downloaded tokio-stream v0.1.14 |
905 | 2023-10-10T22:11:09.083Z | Downloaded serde-big-array v0.4.1 |
906 | 2023-10-10T22:11:09.194Z | Downloaded foreign-types v0.5.0 |
907 | 2023-10-10T22:11:09.205Z | Downloaded funty v2.0.0 |
908 | 2023-10-10T22:11:09.214Z | Downloaded futures-io v0.3.28 |
909 | 2023-10-10T22:11:09.220Z | Downloaded rustfmt-wrapper v0.2.0 |
910 | 2023-10-10T22:11:09.229Z | Downloaded structopt-derive v0.4.18 |
911 | 2023-10-10T22:11:09.234Z | Downloaded unicode-width v0.1.10 |
912 | 2023-10-10T22:11:09.239Z | Downloaded zerocopy v0.6.3 |
913 | 2023-10-10T22:11:09.250Z | Downloaded elliptic-curve v0.13.5 |
914 | 2023-10-10T22:11:09.265Z | Downloaded tui-tree-widget v0.13.0 |
915 | 2023-10-10T22:11:09.271Z | Downloaded postcard-cobs v0.1.5-pre |
916 | 2023-10-10T22:11:09.276Z | Downloaded signature v2.1.0 |
917 | 2023-10-10T22:11:09.368Z | Downloaded postcard v0.7.3 |
918 | 2023-10-10T22:11:09.373Z | Downloaded env_logger v0.10.0 |
919 | 2023-10-10T22:11:09.376Z | Downloaded percent-encoding v2.3.0 |
920 | 2023-10-10T22:11:09.382Z | Downloaded stringprep v0.1.3 |
921 | 2023-10-10T22:11:09.396Z | Downloaded vergen v8.2.4 |
922 | 2023-10-10T22:11:09.410Z | Downloaded foreign-types-shared v0.1.1 |
923 | 2023-10-10T22:11:09.424Z | Downloaded which v4.4.0 |
924 | 2023-10-10T22:11:09.433Z | Downloaded once_cell v1.18.0 |
925 | 2023-10-10T22:11:09.441Z | Downloaded darling_macro v0.14.4 |
926 | 2023-10-10T22:11:09.447Z | Downloaded waitgroup v0.1.2 |
927 | 2023-10-10T22:11:09.450Z | Downloaded platforms v3.0.2 |
928 | 2023-10-10T22:11:09.456Z | Downloaded tokio-tungstenite v0.20.1 |
929 | 2023-10-10T22:11:09.460Z | Downloaded derive_more v0.99.17 |
930 | 2023-10-10T22:11:09.465Z | Downloaded packed_struct v0.10.1 |
931 | 2023-10-10T22:11:09.473Z | Downloaded futures-channel v0.3.28 |
932 | 2023-10-10T22:11:09.480Z | Downloaded flate2 v1.0.27 |
933 | 2023-10-10T22:11:09.485Z | Downloaded os_str_bytes v6.5.1 |
934 | 2023-10-10T22:11:09.492Z | Downloaded derive_builder_core v0.12.0 |
935 | 2023-10-10T22:11:09.497Z | Downloaded toml_edit v0.19.15 |
936 | 2023-10-10T22:11:09.502Z | Downloaded unicase v2.7.0 |
937 | 2023-10-10T22:11:09.511Z | Downloaded rand_xorshift v0.3.0 |
938 | 2023-10-10T22:11:09.519Z | Downloaded similar-asserts v1.5.0 |
939 | 2023-10-10T22:11:09.527Z | Downloaded fastrand v2.0.0 |
940 | 2023-10-10T22:11:09.541Z | Downloaded rustversion v1.0.14 |
941 | 2023-10-10T22:11:09.558Z | Downloaded signature v1.6.4 |
942 | 2023-10-10T22:11:09.572Z | Downloaded serde_derive_internals v0.26.0 |
943 | 2023-10-10T22:11:09.587Z | Downloaded pest_derive v2.7.2 |
944 | 2023-10-10T22:11:09.606Z | Downloaded pest_meta v2.7.2 |
945 | 2023-10-10T22:11:09.621Z | Downloaded env_logger v0.9.3 |
946 | 2023-10-10T22:11:09.625Z | Downloaded fallible-streaming-iterator v0.1.9 |
947 | 2023-10-10T22:11:09.628Z | Downloaded tokio-postgres v0.7.10 |
948 | 2023-10-10T22:11:09.631Z | Downloaded whoami v1.4.1 |
949 | 2023-10-10T22:11:09.642Z | Downloaded derive-where v1.2.5 |
950 | 2023-10-10T22:11:09.645Z | Downloaded tokio-rustls v0.24.1 |
951 | 2023-10-10T22:11:09.649Z | Downloaded spin v0.9.8 |
952 | 2023-10-10T22:11:09.653Z | Downloaded tough v0.12.5 |
953 | 2023-10-10T22:11:09.657Z | Downloaded zip v0.6.6 |
954 | 2023-10-10T22:11:09.667Z | Downloaded darling_core v0.20.3 |
955 | 2023-10-10T22:11:09.680Z | Downloaded clap v2.34.0 |
956 | 2023-10-10T22:11:09.689Z | Downloaded oso v0.26.4 |
957 | 2023-10-10T22:11:09.693Z | Downloaded papergrid v0.10.0 |
958 | 2023-10-10T22:11:09.695Z | Downloaded rayon-core v1.11.0 |
959 | 2023-10-10T22:11:09.698Z | Downloaded expectorate v1.1.0 |
960 | 2023-10-10T22:11:09.701Z | Downloaded num-traits v0.2.16 |
961 | 2023-10-10T22:11:09.705Z | Downloaded pretty_assertions v1.4.0 |
962 | 2023-10-10T22:11:09.708Z | Downloaded openssl-sys v0.9.93 |
963 | 2023-10-10T22:11:09.711Z | Downloaded tabled v0.14.0 |
964 | 2023-10-10T22:11:09.714Z | Downloaded reedline v0.23.0 |
965 | 2023-10-10T22:11:09.717Z | Downloaded serde_with v2.3.3 |
966 | 2023-10-10T22:11:09.720Z | Downloaded trust-dns-server v0.22.1 |
967 | 2023-10-10T22:11:09.723Z | Downloaded hashbrown v0.13.2 |
968 | 2023-10-10T22:11:09.735Z | Downloaded vcpkg v0.2.15 |
969 | 2023-10-10T22:11:09.739Z | Downloaded crossterm v0.26.1 |
970 | 2023-10-10T22:11:09.746Z | Downloaded crossterm v0.27.0 |
971 | 2023-10-10T22:11:09.756Z | Downloaded pest v2.7.2 |
972 | 2023-10-10T22:11:09.766Z | Downloaded h2 v0.3.21 |
973 | 2023-10-10T22:11:09.770Z | Downloaded quick-xml v0.23.1 |
974 | 2023-10-10T22:11:09.774Z | Downloaded regex v1.9.5 |
975 | 2023-10-10T22:11:09.781Z | Downloaded object v0.30.4 |
976 | 2023-10-10T22:11:09.787Z | Downloaded portable-atomic v1.4.3 |
977 | 2023-10-10T22:11:09.791Z | Downloaded openssl v0.10.57 |
978 | 2023-10-10T22:11:09.795Z | Downloaded idna v0.2.3 |
979 | 2023-10-10T22:11:09.799Z | Downloaded git2 v0.17.2 |
980 | 2023-10-10T22:11:09.803Z | Downloaded smoltcp v0.9.1 |
981 | 2023-10-10T22:11:09.806Z | Downloaded bstr v1.6.0 |
982 | 2023-10-10T22:11:09.810Z | Downloaded webpki-roots v0.25.2 |
983 | 2023-10-10T22:11:09.820Z | Downloaded trust-dns-proto v0.22.0 |
984 | 2023-10-10T22:11:09.826Z | Downloaded smoltcp v0.8.2 |
985 | 2023-10-10T22:11:09.839Z | Downloaded rustix v0.38.9 |
986 | 2023-10-10T22:11:09.850Z | Downloaded diesel v2.1.1 |
987 | 2023-10-10T22:11:09.857Z | Downloaded regex-syntax v0.6.29 |
988 | 2023-10-10T22:11:09.861Z | Downloaded zerocopy-derive v0.2.0 |
989 | 2023-10-10T22:11:09.868Z | Downloaded sled v0.34.7 |
990 | 2023-10-10T22:11:09.877Z | Downloaded regex-syntax v0.7.5 |
991 | 2023-10-10T22:11:09.882Z | Downloaded zerocopy-derive v0.6.3 |
992 | 2023-10-10T22:11:09.885Z | Downloaded tokio v1.32.0 |
993 | 2023-10-10T22:11:09.891Z | Downloaded regex-automata v0.3.8 |
994 | 2023-10-10T22:11:09.896Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
995 | 2023-10-10T22:11:09.902Z | Downloaded sha3 v0.10.8 |
996 | 2023-10-10T22:11:09.906Z | Downloaded gimli v0.28.0 |
997 | 2023-10-10T22:11:09.911Z | Downloaded polar-core v0.26.4 |
998 | 2023-10-10T22:11:09.916Z | Downloaded openapiv3 v1.0.3 |
999 | 2023-10-10T22:11:09.921Z | Downloaded curve25519-dalek v4.1.0 |
1000 | 2023-10-10T22:11:09.927Z | Downloaded bstr v0.2.17 |
1001 | 2023-10-10T22:11:09.933Z | Downloaded libtest-mimic v0.5.2 |
1002 | 2023-10-10T22:11:09.945Z | Downloaded ratatui v0.23.0 |
1003 | 2023-10-10T22:11:09.953Z | Downloaded regress v0.7.1 |
1004 | 2023-10-10T22:11:09.959Z | Downloaded radix_trie v0.2.1 |
1005 | 2023-10-10T22:11:09.963Z | Downloaded object v0.32.1 |
1006 | 2023-10-10T22:11:09.967Z | Downloaded nix v0.26.2 |
1007 | 2023-10-10T22:11:09.973Z | Downloaded plotters v0.3.5 |
1008 | 2023-10-10T22:11:09.987Z | Downloaded petgraph v0.6.4 |
1009 | 2023-10-10T22:11:09.995Z | Downloaded idna v0.4.0 |
1010 | 2023-10-10T22:11:10.000Z | Downloaded time v0.3.27 |
1011 | 2023-10-10T22:11:10.096Z | Downloaded rustls-webpki v0.101.4 |
1012 | 2023-10-10T22:11:10.143Z | Downloaded encoding_rs v0.8.33 |
1013 | 2023-10-10T22:11:10.160Z | Downloaded bitvec v1.0.1 |
1014 | 2023-10-10T22:11:10.172Z | Downloaded chrono v0.4.31 |
1015 | 2023-10-10T22:11:10.184Z | Downloaded syn v1.0.109 |
1016 | 2023-10-10T22:11:10.189Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1017 | 2023-10-10T22:11:10.195Z | Downloaded regex-automata v0.1.10 |
1018 | 2023-10-10T22:11:10.199Z | Downloaded futures-util v0.3.28 |
1019 | 2023-10-10T22:11:10.204Z | Downloaded proptest v1.2.0 |
1020 | 2023-10-10T22:11:10.210Z | Downloaded bindgen v0.65.1 |
1021 | 2023-10-10T22:11:10.215Z | Downloaded aho-corasick v1.0.4 |
1022 | 2023-10-10T22:11:10.221Z | Downloaded rustls v0.21.7 |
1023 | 2023-10-10T22:11:10.228Z | Downloaded lalrpop v0.19.12 |
1024 | 2023-10-10T22:11:10.234Z | Downloaded steno v0.4.0 |
1025 | 2023-10-10T22:11:10.242Z | Downloaded headers v0.3.9 |
1026 | 2023-10-10T22:11:10.262Z | Downloaded rusqlite v0.29.0 |
1027 | 2023-10-10T22:11:10.276Z | Downloaded reqwest v0.11.20 |
1028 | 2023-10-10T22:11:10.289Z | Downloaded hyper v0.14.27 |
1029 | 2023-10-10T22:11:10.302Z | Downloaded clap v3.2.25 |
1030 | 2023-10-10T22:11:10.322Z | Downloaded rayon v1.7.0 |
1031 | 2023-10-10T22:11:10.332Z | Downloaded hkdf v0.12.3 |
1032 | 2023-10-10T22:11:10.341Z | Downloaded tokio-util v0.7.8 |
1033 | 2023-10-10T22:11:10.350Z | Downloaded x509-cert v0.2.4 |
1034 | 2023-10-10T22:11:10.365Z | Downloaded flume v0.11.0 |
1035 | 2023-10-10T22:11:10.381Z | Downloaded rand v0.4.6 |
1036 | 2023-10-10T22:11:10.387Z | Downloaded tracing v0.1.37 |
1037 | 2023-10-10T22:11:10.393Z | Downloaded derive_builder v0.12.0 |
1038 | 2023-10-10T22:11:10.403Z | Downloaded hashlink v0.8.3 |
1039 | 2023-10-10T22:11:10.449Z | Downloaded getrandom v0.2.10 |
1040 | 2023-10-10T22:11:10.465Z | Downloaded owo-colors v3.5.0 |
1041 | 2023-10-10T22:11:10.473Z | Downloaded structopt v0.3.26 |
1042 | 2023-10-10T22:11:10.527Z | Downloaded serde_plain v1.0.2 |
1043 | 2023-10-10T22:11:10.550Z | Downloaded predicates v2.1.5 |
1044 | 2023-10-10T22:11:10.562Z | Downloaded unicode-normalization v0.1.22 |
1045 | 2023-10-10T22:11:10.570Z | Downloaded predicates v3.0.3 |
1046 | 2023-10-10T22:11:10.579Z | Downloaded dof v0.1.5 |
1047 | 2023-10-10T22:11:10.596Z | Downloaded uuid v1.4.1 |
1048 | 2023-10-10T22:11:10.605Z | Downloaded unsafe-libyaml v0.2.9 |
1049 | 2023-10-10T22:11:10.610Z | Downloaded tungstenite v0.20.1 |
1050 | 2023-10-10T22:11:10.616Z | Downloaded libz-sys v1.1.12 |
1051 | 2023-10-10T22:11:10.625Z | Downloaded memoffset v0.7.1 |
1052 | 2023-10-10T22:11:10.632Z | Downloaded pest_generator v2.7.2 |
1053 | 2023-10-10T22:11:10.639Z | Downloaded rpassword v7.2.0 |
1054 | 2023-10-10T22:11:10.646Z | Downloaded ctr v0.9.2 |
1055 | 2023-10-10T22:11:10.654Z | Downloaded ena v0.14.2 |
1056 | 2023-10-10T22:11:10.660Z | Downloaded dyn-clone v1.0.13 |
1057 | 2023-10-10T22:11:10.673Z | Downloaded rcgen v0.10.0 |
1058 | 2023-10-10T22:11:10.690Z | Downloaded indicatif v0.17.6 |
1059 | 2023-10-10T22:11:10.705Z | Downloaded parking_lot v0.11.2 |
1060 | 2023-10-10T22:11:10.720Z | Downloaded slog-term v2.9.0 |
1061 | 2023-10-10T22:11:10.870Z | Downloaded slog v2.7.0 |
1062 | 2023-10-10T22:11:11.025Z | Downloaded toml v0.5.11 |
1063 | 2023-10-10T22:11:11.049Z | Downloaded der v0.7.8 |
1064 | 2023-10-10T22:11:11.058Z | Downloaded snafu v0.7.5 |
1065 | 2023-10-10T22:11:11.064Z | Downloaded diesel_derives v2.1.1 |
1066 | 2023-10-10T22:11:11.070Z | Downloaded try-lock v0.2.4 |
1067 | 2023-10-10T22:11:11.075Z | Downloaded serde_arrays v0.1.0 |
1068 | 2023-10-10T22:11:11.165Z | Downloaded xattr v1.0.1 |
1069 | 2023-10-10T22:11:11.234Z | Downloaded prettyplease v0.2.12 |
1070 | 2023-10-10T22:11:11.262Z | Downloaded data-encoding v2.4.0 |
1071 | 2023-10-10T22:11:11.268Z | Downloaded filetime v0.2.22 |
1072 | 2023-10-10T22:11:11.273Z | Downloaded untrusted v0.7.1 |
1073 | 2023-10-10T22:11:11.356Z | Downloaded slog-bunyan v2.4.0 |
1074 | 2023-10-10T22:11:15.644Z | Downloaded crypto-bigint v0.5.2 |
1075 | 2023-10-10T22:11:15.675Z | Downloaded openssl-macros v0.1.1 |
1076 | 2023-10-10T22:11:15.828Z | Downloaded toolchain_find v0.2.0 |
1077 | 2023-10-10T22:11:15.994Z | Downloaded scopeguard v1.2.0 |
1078 | 2023-10-10T22:11:16.183Z | Downloaded postgres-protocol v0.6.6 |
1079 | 2023-10-10T22:11:16.322Z | Downloaded socket2 v0.4.9 |
1080 | 2023-10-10T22:11:16.344Z | Downloaded libm v0.2.7 |
1081 | 2023-10-10T22:11:16.428Z | Downloaded aes v0.8.3 |
1082 | 2023-10-10T22:11:16.643Z | Downloaded tiny-keccak v2.0.2 |
1083 | 2023-10-10T22:11:16.723Z | Downloaded time-macros v0.2.13 |
1084 | 2023-10-10T22:11:16.814Z | Downloaded omicron-zone-package v0.8.3 |
1085 | 2023-10-10T22:11:16.850Z | Downloaded siphasher v0.3.11 |
1086 | 2023-10-10T22:11:16.985Z | Downloaded half v1.8.2 |
1087 | 2023-10-10T22:11:17.051Z | Downloaded unicode-segmentation v1.10.1 |
1088 | 2023-10-10T22:11:17.067Z | Downloaded url v2.4.1 |
1089 | 2023-10-10T22:11:17.118Z | Downloaded rand v0.8.5 |
1090 | 2023-10-10T22:11:17.214Z | Downloaded pem v1.1.1 |
1091 | 2023-10-10T22:11:17.338Z | Downloaded pem-rfc7468 v0.7.0 |
1092 | 2023-10-10T22:11:17.427Z | Downloaded serde_yaml v0.9.25 |
1093 | 2023-10-10T22:11:17.569Z | Downloaded tungstenite v0.18.0 |
1094 | 2023-10-10T22:11:17.594Z | Downloaded smawk v0.3.1 |
1095 | 2023-10-10T22:11:17.717Z | Downloaded schemars v0.8.13 |
1096 | 2023-10-10T22:11:17.868Z | Downloaded itertools v0.11.0 |
1097 | 2023-10-10T22:11:18.014Z | Downloaded glob v0.3.1 |
1098 | 2023-10-10T22:11:18.104Z | Downloaded fragile v2.0.0 |
1099 | 2023-10-10T22:11:18.188Z | Downloaded poly1305 v0.8.0 |
1100 | 2023-10-10T22:11:18.287Z | Downloaded pretty-hex v0.3.0 |
1101 | 2023-10-10T22:11:18.293Z | Downloaded threadpool v1.8.1 |
1102 | 2023-10-10T22:11:18.343Z | Downloaded parse-display-derive v0.7.0 |
1103 | 2023-10-10T22:11:18.431Z | Downloaded zone v0.2.0 |
1104 | 2023-10-10T22:11:18.469Z | Downloaded topological-sort v0.2.2 |
1105 | 2023-10-10T22:11:18.832Z | Downloaded tinyvec v1.6.0 |
1106 | 2023-10-10T22:11:18.946Z | Downloaded libsqlite3-sys v0.26.0 |
1107 | 2023-10-10T22:11:18.955Z | Downloaded ring v0.16.20 |
1108 | 2023-10-10T22:11:18.990Z | Downloaded signal-hook v0.3.17 |
1109 | 2023-10-10T22:11:19.007Z | Downloaded ron v0.8.1 |
1110 | 2023-10-10T22:11:19.092Z | Downloaded trust-dns-client v0.22.0 |
1111 | 2023-10-10T22:11:19.124Z | Downloaded snafu-derive v0.7.5 |
1112 | 2023-10-10T22:11:19.136Z | Downloaded socket2 v0.5.3 |
1113 | 2023-10-10T22:11:19.157Z | Downloaded futures-timer v3.0.2 |
1114 | 2023-10-10T22:11:19.190Z | Downloaded trust-dns-resolver v0.22.0 |
1115 | 2023-10-10T22:11:19.217Z | Downloaded mio v0.8.8 |
1116 | 2023-10-10T22:11:19.222Z | Downloaded flagset v0.4.3 |
1117 | 2023-10-10T22:11:19.227Z | Downloaded wait-timeout v0.2.0 |
1118 | 2023-10-10T22:11:19.242Z | Downloaded pin-project-internal v1.1.3 |
1119 | 2023-10-10T22:11:19.261Z | Downloaded partial-io v0.5.4 |
1120 | 2023-10-10T22:11:19.276Z | Downloaded rust-argon2 v1.0.1 |
1121 | 2023-10-10T22:11:19.287Z | Downloaded dtrace-parser v0.1.14 |
1122 | 2023-10-10T22:11:19.308Z | Downloaded slog-envlogger v2.2.0 |
1123 | 2023-10-10T22:11:19.318Z | Downloaded erased-serde v0.3.30 |
1124 | 2023-10-10T22:11:19.326Z | Downloaded toml v0.7.8 |
1125 | 2023-10-10T22:11:19.346Z | Downloaded parking_lot_core v0.9.8 |
1126 | 2023-10-10T22:11:19.350Z | Downloaded parking_lot v0.12.1 |
1127 | 2023-10-10T22:11:19.365Z | Downloaded backtrace v0.3.69 |
1128 | 2023-10-10T22:11:19.374Z | Downloaded rstest_macros v0.18.2 |
1129 | 2023-10-10T22:11:19.380Z | Downloaded rsa v0.9.2 |
1130 | 2023-10-10T22:11:19.384Z | Downloaded tokio-macros v2.1.0 |
1131 | 2023-10-10T22:11:19.389Z | Downloaded pkcs8 v0.10.2 |
1132 | 2023-10-10T22:11:19.394Z | Downloaded ron v0.7.1 |
1133 | 2023-10-10T22:11:19.399Z | Downloaded serde_with_macros v2.3.3 |
1134 | 2023-10-10T22:11:19.408Z | Downloaded trybuild v1.0.85 |
1135 | 2023-10-10T22:11:19.414Z | Downloaded tracing-core v0.1.31 |
1136 | 2023-10-10T22:11:19.431Z | Downloaded num-bigint v0.4.4 |
1137 | 2023-10-10T22:11:19.840Z | Downloaded minimal-lexical v0.2.1 |
1138 | 2023-10-10T22:11:19.846Z | Downloaded futures v0.3.28 |
1139 | 2023-10-10T22:11:19.860Z | Downloaded base64 v0.21.4 |
1140 | 2023-10-10T22:11:19.876Z | Downloaded radium v0.7.0 |
1141 | 2023-10-10T22:11:19.890Z | Downloaded proc-macro-error-attr v1.0.4 |
1142 | 2023-10-10T22:11:19.903Z | Downloaded structmeta v0.1.6 |
1143 | 2023-10-10T22:11:19.920Z | Downloaded usdt-macro v0.3.5 |
1144 | 2023-10-10T22:11:19.936Z | Downloaded crossbeam-utils v0.8.16 |
1145 | 2023-10-10T22:11:19.969Z | Downloaded phf v0.11.2 |
1146 | 2023-10-10T22:11:19.973Z | Downloaded diff v0.1.13 |
1147 | 2023-10-10T22:11:19.976Z | Downloaded smallvec v1.11.0 |
1148 | 2023-10-10T22:11:19.979Z | Downloaded unicode-bidi v0.3.13 |
1149 | 2023-10-10T22:11:19.982Z | Downloaded vte v0.11.1 |
1150 | 2023-10-10T22:11:19.985Z | Downloaded group v0.13.0 |
1151 | 2023-10-10T22:11:19.989Z | Downloaded ref-cast-impl v1.0.20 |
1152 | 2023-10-10T22:11:20.001Z | Downloaded ref-cast v1.0.20 |
1153 | 2023-10-10T22:11:20.005Z | Downloaded typenum v1.16.0 |
1154 | 2023-10-10T22:11:20.008Z | Downloaded crossbeam-channel v0.5.8 |
1155 | 2023-10-10T22:11:20.011Z | Downloaded usdt-impl v0.3.5 |
1156 | 2023-10-10T22:11:20.015Z | Downloaded serde_path_to_error v0.1.14 |
1157 | 2023-10-10T22:11:20.021Z | Downloaded futures-executor v0.3.28 |
1158 | 2023-10-10T22:11:20.437Z | Downloaded enum-as-inner v0.5.1 |
1159 | 2023-10-10T22:11:20.441Z | Downloaded parking_lot_core v0.8.6 |
1160 | 2023-10-10T22:11:20.446Z | Downloaded darling_core v0.14.4 |
1161 | 2023-10-10T22:11:20.449Z | Downloaded string_cache v0.8.7 |
1162 | 2023-10-10T22:11:20.452Z | Downloaded static_assertions v1.1.0 |
1163 | 2023-10-10T22:11:20.456Z | Downloaded fatfs v0.3.6 |
1164 | 2023-10-10T22:11:20.460Z | Downloaded base64 v0.13.1 |
1165 | 2023-10-10T22:11:20.465Z | Downloaded ff v0.13.0 |
1166 | 2023-10-10T22:11:20.469Z | Downloaded proc-macro-crate v1.3.1 |
1167 | 2023-10-10T22:11:20.473Z | Downloaded either v1.9.0 |
1168 | 2023-10-10T22:11:20.477Z | Downloaded ed25519 v1.5.3 |
1169 | 2023-10-10T22:11:20.482Z | Downloaded stable_deref_trait v1.2.0 |
1170 | 2023-10-10T22:11:20.486Z | Downloaded slab v0.4.9 |
1171 | 2023-10-10T22:11:20.491Z | Downloaded signal-hook-registry v1.4.1 |
1172 | 2023-10-10T22:11:20.496Z | Downloaded wyz v0.5.1 |
1173 | 2023-10-10T22:11:20.502Z | Downloaded smallvec v0.6.14 |
1174 | 2023-10-10T22:11:20.507Z | Downloaded ucd-trie v0.1.6 |
1175 | 2023-10-10T22:11:20.515Z | Downloaded cstr-argument v0.1.2 |
1176 | 2023-10-10T22:11:20.534Z | Downloaded curve25519-dalek-derive v0.1.0 |
1177 | 2023-10-10T22:11:20.563Z | Downloaded secrecy v0.8.0 |
1178 | 2023-10-10T22:11:20.570Z | Downloaded rstest v0.18.2 |
1179 | 2023-10-10T22:11:20.579Z | Downloaded subprocess v0.2.9 |
1180 | 2023-10-10T22:11:20.584Z | Downloaded rustc_version v0.1.7 |
1181 | 2023-10-10T22:11:20.587Z | Downloaded pin-project-lite v0.2.13 |
1182 | 2023-10-10T22:11:20.593Z | Downloaded tempfile v3.8.0 |
1183 | 2023-10-10T22:11:20.598Z | Downloaded criterion v0.5.1 |
1184 | 2023-10-10T22:11:20.612Z | Downloaded globset v0.4.13 |
1185 | 2023-10-10T22:11:20.620Z | Downloaded form_urlencoded v1.2.0 |
1186 | 2023-10-10T22:11:20.626Z | Downloaded dirs-sys-next v0.1.2 |
1187 | 2023-10-10T22:11:20.638Z | Downloaded sha2 v0.10.7 |
1188 | 2023-10-10T22:11:20.662Z | Downloaded sha1 v0.10.5 |
1189 | 2023-10-10T22:11:20.676Z | Downloaded indexmap v1.9.3 |
1190 | 2023-10-10T22:11:20.694Z | Downloaded strsim v0.8.0 |
1191 | 2023-10-10T22:11:20.708Z | Downloaded textwrap v0.16.0 |
1192 | 2023-10-10T22:11:20.719Z | Downloaded tar v0.4.40 |
1193 | 2023-10-10T22:11:21.144Z | Downloaded semver v0.1.20 |
1194 | 2023-10-10T22:11:21.157Z | Downloaded usdt v0.3.5 |
1195 | 2023-10-10T22:11:21.173Z | Downloaded bytes v1.5.0 |
1196 | 2023-10-10T22:11:21.186Z | Downloaded arrayvec v0.7.4 |
1197 | 2023-10-10T22:11:21.194Z | Downloaded allocator-api2 v0.2.16 |
1198 | 2023-10-10T22:11:21.201Z | Downloaded libloading v0.7.4 |
1199 | 2023-10-10T22:11:21.211Z | Downloaded proc-macro-error v1.0.4 |
1200 | 2023-10-10T22:11:21.219Z | Downloaded unicode-linebreak v0.1.5 |
1201 | 2023-10-10T22:11:21.227Z | Downloaded hash32 v0.2.1 |
1202 | 2023-10-10T22:11:21.244Z | Downloaded crypto-common v0.1.6 |
1203 | 2023-10-10T22:11:21.267Z | Downloaded crossbeam-queue v0.3.8 |
1204 | 2023-10-10T22:11:21.281Z | Downloaded basic-toml v0.1.4 |
1205 | 2023-10-10T22:11:21.303Z | Downloaded fnv v1.0.7 |
1206 | 2023-10-10T22:11:21.324Z | Downloaded term v0.7.0 |
1207 | 2023-10-10T22:11:21.351Z | Downloaded serial_test_derive v0.10.0 |
1208 | 2023-10-10T22:11:21.375Z | Downloaded ascii v1.1.0 |
1209 | 2023-10-10T22:11:21.398Z | Downloaded byteorder v1.4.3 |
1210 | 2023-10-10T22:11:21.410Z | Downloaded serde_tokenstream v0.1.7 |
1211 | 2023-10-10T22:11:21.419Z | Downloaded clang-sys v1.6.1 |
1212 | 2023-10-10T22:11:21.477Z | Downloaded ipnetwork v0.20.0 |
1213 | 2023-10-10T22:11:21.484Z | Downloaded darling v0.20.3 |
1214 | 2023-10-10T22:11:21.490Z | Downloaded mockall_derive v0.11.4 |
1215 | 2023-10-10T22:11:21.505Z | Downloaded fd-lock v3.0.13 |
1216 | 2023-10-10T22:11:21.511Z | Downloaded quick-error v1.2.3 |
1217 | 2023-10-10T22:11:21.519Z | Downloaded polyval v0.6.1 |
1218 | 2023-10-10T22:11:21.523Z | Downloaded test-strategy v0.2.1 |
1219 | 2023-10-10T22:11:21.531Z | Downloaded termios v0.3.3 |
1220 | 2023-10-10T22:11:21.587Z | Downloaded headers-core v0.2.0 |
1221 | 2023-10-10T22:11:21.603Z | Downloaded async-trait v0.1.73 |
1222 | 2023-10-10T22:11:21.623Z | Downloaded httptest v0.15.4 |
1223 | 2023-10-10T22:11:21.631Z | Downloaded ipnet v2.8.0 |
1224 | 2023-10-10T22:11:21.642Z | Downloaded argon2 v0.5.2 |
1225 | 2023-10-10T22:11:21.650Z | Downloaded bitflags v2.4.0 |
1226 | 2023-10-10T22:11:21.658Z | Downloaded blake2b_simd v1.0.1 |
1227 | 2023-10-10T22:11:21.664Z | Downloaded strum_macros v0.25.2 |
1228 | 2023-10-10T22:11:21.675Z | Downloaded console v0.15.7 |
1229 | 2023-10-10T22:11:21.696Z | Downloaded clap_derive v3.2.25 |
1230 | 2023-10-10T22:11:21.705Z | Downloaded bzip2 v0.4.4 |
1231 | 2023-10-10T22:11:21.715Z | Downloaded ahash v0.8.3 |
1232 | 2023-10-10T22:11:21.720Z | Downloaded ahash v0.7.6 |
1233 | 2023-10-10T22:11:21.731Z | Downloaded serde_tokenstream v0.2.0 |
1234 | 2023-10-10T22:11:21.744Z | Downloaded serde-hex v0.1.0 |
1235 | 2023-10-10T22:11:21.753Z | Downloaded semver v0.11.0 |
1236 | 2023-10-10T22:11:21.758Z | Downloaded dashmap v5.5.1 |
1237 | 2023-10-10T22:11:21.769Z | Downloaded thiserror-no-std v2.0.2 |
1238 | 2023-10-10T22:11:21.776Z | Downloaded thiserror-impl-no-std v2.0.2 |
1239 | 2023-10-10T22:11:21.781Z | Downloaded tap v1.0.1 |
1240 | 2023-10-10T22:11:21.798Z | Downloaded synstructure v0.12.6 |
1241 | 2023-10-10T22:11:21.803Z | Downloaded rustc-demangle v0.1.23 |
1242 | 2023-10-10T22:11:21.808Z | Downloaded num_enum v0.5.11 |
1243 | 2023-10-10T22:11:21.812Z | Downloaded maybe-uninit v2.0.0 |
1244 | 2023-10-10T22:11:21.816Z | Downloaded foreign-types v0.3.2 |
1245 | 2023-10-10T22:11:21.822Z | Downloaded assert_cmd v2.0.12 |
1246 | 2023-10-10T22:11:21.827Z | Downloaded textwrap v0.11.0 |
1247 | 2023-10-10T22:11:21.838Z | Downloaded termcolor v1.2.0 |
1248 | 2023-10-10T22:11:21.849Z | Downloaded subtle v2.5.0 |
1249 | 2023-10-10T22:11:22.267Z | Downloaded lalrpop-util v0.19.12 |
1250 | 2023-10-10T22:11:22.283Z | Downloaded cassowary v0.3.0 |
1251 | 2023-10-10T22:11:22.320Z | Downloaded bytesize v1.3.0 |
1252 | 2023-10-10T22:11:22.327Z | Downloaded bincode v1.3.3 |
1253 | 2023-10-10T22:11:22.332Z | Downloaded base16ct v0.2.0 |
1254 | 2023-10-10T22:11:22.345Z | Downloaded indoc v2.0.3 |
1255 | 2023-10-10T22:11:22.353Z | Downloaded hubpack v0.1.2 |
1256 | 2023-10-10T22:11:22.363Z | Downloaded jobserver v0.1.26 |
1257 | 2023-10-10T22:11:22.367Z | Downloaded impl-trait-for-tuples v0.2.2 |
1258 | 2023-10-10T22:11:22.371Z | Downloaded iana-time-zone v0.1.57 |
1259 | 2023-10-10T22:11:22.375Z | Downloaded constant_time_eq v0.2.6 |
1260 | 2023-10-10T22:11:22.379Z | Downloaded memoffset v0.9.0 |
1261 | 2023-10-10T22:11:22.383Z | Downloaded ascii-canvas v3.0.0 |
1262 | 2023-10-10T22:11:22.387Z | Downloaded num-integer v0.1.45 |
1263 | 2023-10-10T22:11:22.391Z | Downloaded heck v0.3.3 |
1264 | 2023-10-10T22:11:22.401Z | Downloaded buf-list v1.0.3 |
1265 | 2023-10-10T22:11:22.406Z | Downloaded backoff v0.4.0 |
1266 | 2023-10-10T22:11:22.409Z | Downloaded atomic-waker v1.1.1 |
1267 | 2023-10-10T22:11:22.413Z | Downloaded lock_api v0.4.10 |
1268 | 2023-10-10T22:11:22.417Z | Downloaded hostname v0.3.1 |
1269 | 2023-10-10T22:11:22.428Z | Downloaded clap_lex v0.2.4 |
1270 | 2023-10-10T22:11:22.451Z | Downloaded cipher v0.4.4 |
1271 | 2023-10-10T22:11:22.483Z | Downloaded chacha20 v0.9.1 |
1272 | 2023-10-10T22:11:22.489Z | Downloaded atomicwrites v0.4.1 |
1273 | 2023-10-10T22:11:22.499Z | Downloaded bit-vec v0.6.3 |
1274 | 2023-10-10T22:11:22.514Z | Downloaded datatest-stable v0.1.3 |
1275 | 2023-10-10T22:11:22.530Z | Downloaded vte_generate_state_changes v0.1.1 |
1276 | 2023-10-10T22:11:22.967Z | Downloaded tabled_derive v0.6.0 |
1277 | 2023-10-10T22:11:23.389Z | Downloaded scheduled-thread-pool v0.2.7 |
1278 | 2023-10-10T22:11:23.400Z | Downloaded mime v0.3.17 |
1279 | 2023-10-10T22:11:23.410Z | Downloaded termtree v0.4.1 |
1280 | 2023-10-10T22:11:23.421Z | Downloaded take_mut v0.2.2 |
1281 | 2023-10-10T22:11:23.433Z | Downloaded shlex v1.1.0 |
1282 | 2023-10-10T22:11:23.443Z | Downloaded shell-words v1.1.0 |
1283 | 2023-10-10T22:11:23.454Z | Downloaded constant_time_eq v0.3.0 |
1284 | 2023-10-10T22:11:23.461Z | Downloaded newtype_derive v0.1.6 |
1285 | 2023-10-10T22:11:23.469Z | Downloaded colored v2.0.4 |
1286 | 2023-10-10T22:11:23.476Z | Downloaded bitfield v0.14.0 |
1287 | 2023-10-10T22:11:23.483Z | Downloaded nibble_vec v0.1.0 |
1288 | 2023-10-10T22:11:23.493Z | Downloaded bb8 v0.8.1 |
1289 | 2023-10-10T22:11:23.503Z | Downloaded bit-set v0.5.3 |
1290 | 2023-10-10T22:11:23.508Z | Downloaded arc-swap v1.6.0 |
1291 | 2023-10-10T22:11:23.513Z | Downloaded serde-big-array v0.5.1 |
1292 | 2023-10-10T22:11:23.518Z | Downloaded linear-map v1.2.0 |
1293 | 2023-10-10T22:11:23.524Z | Downloaded inout v0.1.3 |
1294 | 2023-10-10T22:11:23.539Z | Downloaded crossbeam-deque v0.8.3 |
1295 | 2023-10-10T22:11:23.550Z | Downloaded criterion-plot v0.5.0 |
1296 | 2023-10-10T22:11:23.562Z | Downloaded num_enum_derive v0.5.11 |
1297 | 2023-10-10T22:11:23.566Z | Downloaded keccak v0.1.4 |
1298 | 2023-10-10T22:11:23.594Z | Downloaded array-init v0.0.4 |
1299 | 2023-10-10T22:11:23.617Z | Downloaded cfg-if v1.0.0 |
1300 | 2023-10-10T22:11:23.640Z | Downloaded bitstruct v0.1.1 |
1301 | 2023-10-10T22:11:23.650Z | Downloaded hyper-tls v0.5.0 |
1302 | 2023-10-10T22:11:23.662Z | Downloaded bytecount v0.6.3 |
1303 | 2023-10-10T22:11:23.672Z | Downloaded salty v0.2.0 |
1304 | 2023-10-10T22:11:24.682Z | Downloaded hex v0.4.3 |
1305 | 2023-10-10T22:11:24.686Z | Downloaded atty v0.2.14 |
1306 | 2023-10-10T22:11:24.690Z | Downloaded indoc v1.0.9 |
1307 | 2023-10-10T22:11:24.693Z | Downloaded http-body v0.4.5 |
1308 | 2023-10-10T22:11:24.697Z | Downloaded hmac v0.12.1 |
1309 | 2023-10-10T22:11:24.701Z | Downloaded cfg-if v0.1.10 |
1310 | 2023-10-10T22:11:24.705Z | Downloaded new_debug_unreachable v1.0.4 |
1311 | 2023-10-10T22:11:24.709Z | Downloaded nom v7.1.3 |
1312 | 2023-10-10T22:11:24.713Z | Downloaded log v0.4.20 |
1313 | 2023-10-10T22:11:24.717Z | Downloaded itertools v0.10.5 |
1314 | 2023-10-10T22:11:24.730Z | Downloaded base64ct v1.6.0 |
1315 | 2023-10-10T22:11:24.742Z | Downloaded crc-any v2.4.3 |
1316 | 2023-10-10T22:11:24.755Z | Downloaded const-oid v0.9.5 |
1317 | 2023-10-10T22:11:24.760Z | Downloaded cexpr v0.6.0 |
1318 | 2023-10-10T22:11:24.764Z | Downloaded adler v1.0.2 |
1319 | 2023-10-10T22:11:24.768Z | Downloaded anes v0.1.6 |
1320 | 2023-10-10T22:11:24.782Z | Downloaded macaddr v1.0.1 |
1321 | 2023-10-10T22:11:24.792Z | Downloaded autocfg v1.1.0 |
1322 | 2023-10-10T22:11:24.797Z | Downloaded aes-gcm-siv v0.11.1 |
1323 | 2023-10-10T22:11:24.800Z | Downloaded approx v0.5.1 |
1324 | 2023-10-10T22:11:24.804Z | Downloaded instant v0.1.12 |
1325 | 2023-10-10T22:11:24.809Z | Downloaded nu-ansi-term v0.49.0 |
1326 | 2023-10-10T22:11:24.813Z | Downloaded mime_guess v2.0.4 |
1327 | 2023-10-10T22:11:24.817Z | Downloaded humantime v2.1.0 |
1328 | 2023-10-10T22:11:24.822Z | Downloaded crc32fast v1.3.2 |
1329 | 2023-10-10T22:11:24.825Z | Downloaded same-file v1.0.6 |
1330 | 2023-10-10T22:11:24.833Z | Downloaded rustls-native-certs v0.6.3 |
1331 | 2023-10-10T22:11:24.847Z | Downloaded rustc-hash v1.1.0 |
1332 | 2023-10-10T22:11:24.861Z | Downloaded ringbuffer v0.15.0 |
1333 | 2023-10-10T22:11:24.884Z | Downloaded num_enum_derive v0.7.0 |
1334 | 2023-10-10T22:11:24.891Z | Downloaded num_cpus v1.16.0 |
1335 | 2023-10-10T22:11:24.899Z | Downloaded num-iter v0.1.43 |
1336 | 2023-10-10T22:11:24.908Z | Downloaded num-complex v0.4.4 |
1337 | 2023-10-10T22:11:24.919Z | Downloaded num v0.4.1 |
1338 | 2023-10-10T22:11:25.333Z | Downloaded match_cfg v0.1.0 |
1339 | 2023-10-10T22:11:25.351Z | Downloaded serde_urlencoded v0.7.1 |
1340 | 2023-10-10T22:11:25.356Z | Downloaded serde_repr v0.1.16 |
1341 | 2023-10-10T22:11:25.367Z | Downloaded rtoolbox v0.0.1 |
1342 | 2023-10-10T22:11:25.379Z | Downloaded resolv-conf v0.7.0 |
1343 | 2023-10-10T22:11:25.398Z | Downloaded num_threads v0.1.6 |
1344 | 2023-10-10T22:11:25.413Z | Downloaded num-derive v0.4.0 |
1345 | 2023-10-10T22:11:25.450Z | Downloaded nodrop v0.1.14 |
1346 | 2023-10-10T22:11:25.476Z | Downloaded multer v2.1.0 |
1347 | 2023-10-10T22:11:25.491Z | Downloaded libefi-sys v0.1.0 |
1348 | 2023-10-10T22:11:25.506Z | Downloaded httparse v1.8.0 |
1349 | 2023-10-10T22:11:25.526Z | Downloaded http v0.2.9 |
1350 | 2023-10-10T22:11:25.563Z | Downloaded const_format_proc_macros v0.2.31 |
1351 | 2023-10-10T22:11:25.577Z | Downloaded cancel-safe-futures v0.1.2 |
1352 | 2023-10-10T22:11:25.583Z | Downloaded md-5 v0.10.5 |
1353 | 2023-10-10T22:11:25.604Z | Downloaded is-terminal v0.4.9 |
1354 | 2023-10-10T22:11:25.619Z | Downloaded hubpack_derive v0.1.1 |
1355 | 2023-10-10T22:11:25.637Z | Downloaded crossbeam v0.8.2 |
1356 | 2023-10-10T22:11:25.644Z | Downloaded crc-catalog v2.2.0 |
1357 | 2023-10-10T22:11:25.648Z | Downloaded cpufeatures v0.2.9 |
1358 | 2023-10-10T22:11:25.652Z | Downloaded assert_matches v1.5.0 |
1359 | 2023-10-10T22:11:25.656Z | Downloaded matches v0.1.10 |
1360 | 2023-10-10T22:11:25.661Z | Downloaded lru-cache v0.1.2 |
1361 | 2023-10-10T22:11:25.665Z | Compiling proc-macro2 v1.0.67 |
1362 | 2023-10-10T22:11:25.669Z | Compiling serde v1.0.188 |
1363 | 2023-10-10T22:11:25.673Z | Compiling autocfg v1.1.0 |
1364 | 2023-10-10T22:11:25.679Z | Compiling version_check v0.9.4 |
1365 | 2023-10-10T22:11:25.683Z | Compiling syn v1.0.109 |
1366 | 2023-10-10T22:11:25.688Z | Compiling parking_lot_core v0.9.8 |
1367 | 2023-10-10T22:11:25.692Z | Compiling libm v0.2.7 |
1368 | 2023-10-10T22:11:25.697Z | Compiling libc v0.2.148 |
1369 | 2023-10-10T22:11:25.711Z | Compiling cfg-if v1.0.0 |
1370 | 2023-10-10T22:11:25.732Z | Compiling futures-core v0.3.28 |
1371 | 2023-10-10T22:11:25.740Z | Compiling typenum v1.16.0 |
1372 | 2023-10-10T22:11:25.745Z | Compiling once_cell v1.18.0 |
1373 | 2023-10-10T22:11:25.749Z | Compiling ahash v0.8.3 |
1374 | 2023-10-10T22:11:25.754Z | Compiling generic-array v0.14.7 |
1375 | 2023-10-10T22:11:25.760Z | Compiling lock_api v0.4.10 |
1376 | 2023-10-10T22:11:25.764Z | Compiling quote v1.0.33 |
1377 | 2023-10-10T22:11:25.769Z | Compiling num-traits v0.2.16 |
1378 | 2023-10-10T22:11:25.786Z | Compiling slab v0.4.9 |
1379 | 2023-10-10T22:11:25.792Z | Compiling futures-channel v0.3.28 |
1380 | 2023-10-10T22:11:25.798Z | Compiling syn v2.0.32 |
1381 | 2023-10-10T22:11:25.810Z | Compiling jobserver v0.1.26 |
1382 | 2023-10-10T22:11:25.826Z | Compiling futures-task v0.3.28 |
1383 | 2023-10-10T22:11:25.840Z | Compiling cc v1.0.83 |
1384 | 2023-10-10T22:11:25.846Z | Compiling futures-util v0.3.28 |
1385 | 2023-10-10T22:11:25.850Z | Compiling pkg-config v0.3.27 |
1386 | 2023-10-10T22:11:25.855Z | Compiling memchr v2.6.3 |
1387 | 2023-10-10T22:11:25.874Z | Compiling ahash v0.7.6 |
1388 | 2023-10-10T22:11:25.881Z | Compiling itoa v1.0.9 |
1389 | 2023-10-10T22:11:25.897Z | Compiling vcpkg v0.2.15 |
1390 | 2023-10-10T22:11:26.391Z | Compiling log v0.4.20 |
1391 | 2023-10-10T22:11:26.823Z | Compiling serde_json v1.0.107 |
1392 | 2023-10-10T22:11:26.890Z | Compiling schemars v0.8.13 |
1393 | 2023-10-10T22:11:26.945Z | Compiling indexmap v1.9.3 |
1394 | 2023-10-10T22:11:26.966Z | Compiling getrandom v0.2.10 |
1395 | 2023-10-10T22:11:26.980Z | Compiling httparse v1.8.0 |
1396 | 2023-10-10T22:11:26.991Z | Compiling ryu v1.0.15 |
1397 | 2023-10-10T22:11:26.999Z | Compiling allocator-api2 v0.2.16 |
1398 | 2023-10-10T22:11:27.471Z | Compiling equivalent v1.0.1 |
1399 | 2023-10-10T22:11:27.494Z | Compiling openssl v0.10.57 |
1400 | 2023-10-10T22:11:27.531Z | Compiling unicode-xid v0.2.4 |
1401 | 2023-10-10T22:11:27.571Z | Compiling rustix v0.38.9 |
1402 | 2023-10-10T22:11:27.587Z | Compiling ucd-trie v0.1.6 |
1403 | 2023-10-10T22:11:27.595Z | Compiling hashbrown v0.14.0 |
1404 | 2023-10-10T22:11:27.602Z | Compiling rustls v0.21.7 |
1405 | 2023-10-10T22:11:27.607Z | Compiling crossbeam-utils v0.8.16 |
1406 | 2023-10-10T22:11:27.612Z | Compiling native-tls v0.2.11 |
1407 | 2023-10-10T22:11:27.619Z | Compiling time-core v0.1.1 |
1408 | 2023-10-10T22:11:27.624Z | Compiling time-macros v0.2.13 |
1409 | 2023-10-10T22:11:27.629Z | Compiling slog v2.7.0 |
1410 | 2023-10-10T22:11:27.636Z | Compiling ring v0.16.20 |
1411 | 2023-10-10T22:11:27.641Z | Compiling openssl-sys v0.9.93 |
1412 | 2023-10-10T22:11:27.646Z | Compiling iana-time-zone v0.1.57 |
1413 | 2023-10-10T22:11:27.650Z | Compiling fnv v1.0.7 |
1414 | 2023-10-10T22:11:27.671Z | Compiling byteorder v1.4.3 |
1415 | 2023-10-10T22:11:27.679Z | Compiling aho-corasick v1.0.4 |
1416 | 2023-10-10T22:11:27.684Z | Compiling regex-syntax v0.7.5 |
1417 | 2023-10-10T22:11:27.694Z | Compiling dyn-clone v1.0.13 |
1418 | 2023-10-10T22:11:27.699Z | Compiling backtrace v0.3.69 |
1419 | 2023-10-10T22:11:27.703Z | Compiling async-trait v0.1.73 |
1420 | 2023-10-10T22:11:27.716Z | Compiling usdt-impl v0.3.5 |
1421 | 2023-10-10T22:11:27.742Z | Compiling anyhow v1.0.75 |
1422 | 2023-10-10T22:11:27.747Z | Compiling winnow v0.5.15 |
1423 | 2023-10-10T22:11:27.767Z | Compiling thread-id v4.2.0 |
1424 | 2023-10-10T22:11:27.774Z | Compiling hashbrown v0.13.2 |
1425 | 2023-10-10T22:11:27.804Z | Compiling rand_core v0.6.4 |
1426 | 2023-10-10T22:11:27.811Z | Compiling hashbrown v0.12.3 |
1427 | 2023-10-10T22:11:27.816Z | Compiling serde_derive_internals v0.26.0 |
1428 | 2023-10-10T22:11:27.829Z | Compiling synstructure v0.12.6 |
1429 | 2023-10-10T22:11:27.836Z | Compiling regex-automata v0.3.8 |
1430 | 2023-10-10T22:11:27.842Z | Compiling unicode-width v0.1.10 |
1431 | 2023-10-10T22:11:27.848Z | Compiling siphasher v0.3.11 |
1432 | 2023-10-10T22:11:27.859Z | Compiling strsim v0.10.0 |
1433 | 2023-10-10T22:11:27.864Z | Compiling scopeguard v1.2.0 |
1434 | 2023-10-10T22:11:27.870Z | Compiling tinyvec_macros v0.1.1 |
1435 | 2023-10-10T22:11:27.874Z | Compiling ppv-lite86 v0.2.17 |
1436 | 2023-10-10T22:11:27.877Z | Compiling tinyvec v1.6.0 |
1437 | 2023-10-10T22:11:27.882Z | Compiling unicode-bidi v0.3.13 |
1438 | 2023-10-10T22:11:27.886Z | Compiling num_threads v0.1.6 |
1439 | 2023-10-10T22:11:27.890Z | Compiling rand_chacha v0.3.1 |
1440 | 2023-10-10T22:11:27.894Z | Compiling deranged v0.3.8 |
1441 | 2023-10-10T22:11:27.898Z | Compiling smallvec v1.11.0 |
1442 | 2023-10-10T22:11:27.948Z | Compiling rand v0.8.5 |
1443 | 2023-10-10T22:11:28.093Z | Compiling unicode-normalization v0.1.22 |
1444 | 2023-10-10T22:11:28.690Z | Compiling percent-encoding v2.3.0 |
1445 | 2023-10-10T22:11:29.221Z | Compiling parking_lot v0.12.1 |
1446 | 2023-10-10T22:11:29.383Z | Compiling phf_shared v0.11.2 |
1447 | 2023-10-10T22:11:29.909Z | Compiling time v0.3.27 |
1448 | 2023-10-10T22:11:29.970Z | Compiling form_urlencoded v1.2.0 |
1449 | 2023-10-10T22:11:29.982Z | Compiling num-integer v0.1.45 |
1450 | 2023-10-10T22:11:30.439Z | Compiling bitflags v1.3.2 |
1451 | 2023-10-10T22:11:30.447Z | Compiling idna v0.4.0 |
1452 | 2023-10-10T22:11:30.454Z | Compiling rustix v0.37.23 |
1453 | 2023-10-10T22:11:30.459Z | Compiling adler v1.0.2 |
1454 | 2023-10-10T22:11:30.682Z | Compiling crc32fast v1.3.2 |
1455 | 2023-10-10T22:11:30.737Z | Compiling miniz_oxide v0.7.1 |
1456 | 2023-10-10T22:11:31.387Z | Compiling spin v0.5.2 |
1457 | 2023-10-10T22:11:31.408Z | Compiling gimli v0.28.0 |
1458 | 2023-10-10T22:11:31.716Z | Compiling regex v1.9.5 |
1459 | 2023-10-10T22:11:32.005Z | Compiling serde_derive v1.0.188 |
1460 | 2023-10-10T22:11:32.872Z | Compiling zeroize_derive v1.4.2 |
1461 | 2023-10-10T22:11:33.154Z | Compiling thiserror-impl v1.0.49 |
1462 | 2023-10-10T22:11:33.175Z | Compiling tokio-macros v2.1.0 |
1463 | 2023-10-10T22:11:33.469Z | Compiling futures-macro v0.3.28 |
1464 | 2023-10-10T22:11:35.077Z | Compiling tracing-attributes v0.1.26 |
1465 | 2023-10-10T22:11:35.659Z | Compiling schemars_derive v0.8.13 |
1466 | 2023-10-10T22:11:36.729Z | Compiling openssl-macros v0.1.1 |
1467 | 2023-10-10T22:11:37.759Z | Compiling zerocopy-derive v0.2.0 |
1468 | 2023-10-10T22:11:37.839Z | Compiling thiserror v1.0.49 |
1469 | 2023-10-10T22:11:38.031Z | Compiling pest v2.7.2 |
1470 | 2023-10-10T22:11:39.546Z | Compiling url v2.4.1 |
1471 | 2023-10-10T22:11:39.758Z | Compiling addr2line v0.21.0 |
1472 | 2023-10-10T22:11:40.595Z | Compiling zerocopy-derive v0.6.3 |
1473 | 2023-10-10T22:11:40.622Z | Compiling zerocopy v0.3.0 |
1474 | 2023-10-10T22:11:40.639Z | Compiling object v0.32.1 |
1475 | 2023-10-10T22:11:40.744Z | Compiling rustc-demangle v0.1.23 |
1476 | 2023-10-10T22:11:41.909Z | Compiling dof v0.1.5 |
1477 | 2023-10-10T22:11:42.295Z | Compiling pest_meta v2.7.2 |
1478 | 2023-10-10T22:11:42.356Z | Compiling pin-project-lite v0.2.13 |
1479 | 2023-10-10T22:11:42.539Z | Compiling errno v0.3.2 |
1480 | 2023-10-10T22:11:42.548Z | Compiling memoffset v0.9.0 |
1481 | 2023-10-10T22:11:42.959Z | Compiling mio v0.8.8 |
1482 | 2023-10-10T22:11:43.229Z | Compiling socket2 v0.5.3 |
1483 | 2023-10-10T22:11:43.331Z | Compiling num_cpus v1.16.0 |
1484 | 2023-10-10T22:11:43.428Z | Compiling signal-hook-registry v1.4.1 |
1485 | 2023-10-10T22:11:43.579Z | Compiling futures-sink v0.3.28 |
1486 | 2023-10-10T22:11:43.752Z | Compiling radium v0.7.0 |
1487 | 2023-10-10T22:11:52.515Z | Compiling pest_generator v2.7.2 |
1488 | 2023-10-10T22:11:52.966Z | Compiling crossbeam-epoch v0.9.15 |
1489 | 2023-10-10T22:11:56.325Z | Compiling pin-utils v0.1.0 |
1490 | 2023-10-10T22:12:01.508Z | Compiling futures-io v0.3.28 |
1491 | 2023-10-10T22:12:04.387Z | Compiling clap_derive v4.4.2 |
1492 | 2023-10-10T22:12:23.631Z | Compiling tracing-core v0.1.31 |
1493 | 2023-10-10T22:12:28.545Z | Compiling num-iter v0.1.43 |
1494 | 2023-10-10T22:12:29.486Z | Compiling tracing v0.1.37 |
1495 | 2023-10-10T22:12:30.028Z | Compiling lazy_static v1.4.0 |
1496 | 2023-10-10T22:12:30.597Z | Compiling either v1.9.0 |
1497 | 2023-10-10T22:12:30.729Z | Compiling zeroize v1.6.0 |
1498 | 2023-10-10T22:12:31.059Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1499 | 2023-10-10T22:12:31.550Z | Compiling untrusted v0.7.1 |
1500 | 2023-10-10T22:12:31.899Z | Compiling base64 v0.21.4 |
1501 | 2023-10-10T22:12:32.155Z | Compiling pest_derive v2.7.2 |
1502 | 2023-10-10T22:12:32.344Z | Compiling dtrace-parser v0.1.14 |
1503 | 2023-10-10T22:12:32.950Z | Compiling enum-as-inner v0.5.1 |
1504 | 2023-10-10T22:12:33.475Z | Compiling openssl-probe v0.1.5 |
1505 | 2023-10-10T22:12:33.719Z | Compiling foreign-types-shared v0.1.1 |
1506 | 2023-10-10T22:12:33.813Z | Compiling foreign-types v0.3.2 |
1507 | 2023-10-10T22:12:33.905Z | Compiling try-lock v0.2.4 |
1508 | 2023-10-10T22:12:34.022Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1509 | 2023-10-10T22:12:34.101Z | Compiling want v0.3.1 |
1510 | 2023-10-10T22:12:34.148Z | Compiling rustls-webpki v0.101.4 |
1511 | 2023-10-10T22:12:34.216Z | Compiling indexmap v2.0.0 |
1512 | 2023-10-10T22:12:34.273Z | Compiling bytes v1.5.0 |
1513 | 2023-10-10T22:12:34.343Z | Compiling uuid v1.4.1 |
1514 | 2023-10-10T22:12:34.781Z | Compiling chrono v0.4.31 |
1515 | 2023-10-10T22:12:34.798Z | Compiling semver v1.0.18 |
1516 | 2023-10-10T22:12:35.240Z | Compiling serde_spanned v0.6.3 |
1517 | 2023-10-10T22:12:35.280Z | Compiling toml_datetime v0.6.3 |
1518 | 2023-10-10T22:12:35.319Z | Compiling serde_tokenstream v0.1.7 |
1519 | 2023-10-10T22:12:35.392Z | Compiling toml_edit v0.19.15 |
1520 | 2023-10-10T22:12:35.434Z | Compiling http v0.2.9 |
1521 | 2023-10-10T22:12:35.448Z | Compiling rustc_version v0.4.0 |
1522 | 2023-10-10T22:12:35.878Z | Compiling bitflags v2.4.0 |
1523 | 2023-10-10T22:12:36.008Z | Compiling tokio v1.32.0 |
1524 | 2023-10-10T22:12:36.448Z | Compiling openapiv3 v1.0.3 |
1525 | 2023-10-10T22:12:36.482Z | Compiling heapless v0.7.16 |
1526 | 2023-10-10T22:12:36.506Z | Compiling usdt-macro v0.3.5 |
1527 | 2023-10-10T22:12:36.548Z | Compiling usdt-attr-macro v0.3.5 |
1528 | 2023-10-10T22:12:36.587Z | Compiling http-body v0.4.5 |
1529 | 2023-10-10T22:12:36.607Z | Compiling sct v0.7.0 |
1530 | 2023-10-10T22:12:36.645Z | Compiling socket2 v0.4.9 |
1531 | 2023-10-10T22:12:36.719Z | Compiling tower-service v0.3.2 |
1532 | 2023-10-10T22:12:36.773Z | Compiling httpdate v1.0.3 |
1533 | 2023-10-10T22:12:36.862Z | Compiling rustls-pemfile v1.0.3 |
1534 | 2023-10-10T22:12:36.946Z | Compiling rustls-native-certs v0.6.3 |
1535 | 2023-10-10T22:12:36.971Z | Compiling crypto-common v0.1.6 |
1536 | 2023-10-10T22:12:37.072Z | Compiling diesel_table_macro_syntax v0.1.0 |
1537 | 2023-10-10T22:12:37.096Z | Compiling num-bigint v0.4.4 |
1538 | 2023-10-10T22:12:37.122Z | Compiling ipnet v2.8.0 |
1539 | 2023-10-10T22:12:37.138Z | Compiling bit-vec v0.6.3 |
1540 | 2023-10-10T22:12:37.153Z | Compiling smoltcp v0.9.1 |
1541 | 2023-10-10T22:12:37.181Z | Compiling diesel_derives v2.1.1 |
1542 | 2023-10-10T22:12:37.203Z | Compiling serde_urlencoded v0.7.1 |
1543 | 2023-10-10T22:12:37.211Z | Compiling serde_tokenstream v0.2.0 |
1544 | 2023-10-10T22:12:37.247Z | Compiling block-buffer v0.10.4 |
1545 | 2023-10-10T22:12:37.259Z | Compiling itertools v0.10.5 |
1546 | 2023-10-10T22:12:37.272Z | Compiling hubpack_derive v0.1.1 |
1547 | 2023-10-10T22:12:37.286Z | Compiling phf_shared v0.10.0 |
1548 | 2023-10-10T22:12:37.299Z | Compiling encoding_rs v0.8.33 |
1549 | 2023-10-10T22:12:37.305Z | Compiling fixedbitset v0.4.2 |
1550 | 2023-10-10T22:12:37.343Z | Compiling mime v0.3.17 |
1551 | 2023-10-10T22:12:37.363Z | Compiling const-oid v0.9.5 |
1552 | 2023-10-10T22:12:37.381Z | Compiling webpki-roots v0.25.2 |
1553 | 2023-10-10T22:12:37.398Z | Compiling new_debug_unreachable v1.0.4 |
1554 | 2023-10-10T22:12:37.849Z | Compiling subtle v2.5.0 |
1555 | 2023-10-10T22:12:37.867Z | Compiling precomputed-hash v0.1.1 |
1556 | 2023-10-10T22:12:37.879Z | Compiling tokio-util v0.7.8 |
1557 | 2023-10-10T22:12:37.911Z | Compiling tokio-rustls v0.24.1 |
1558 | 2023-10-10T22:12:37.927Z | Compiling digest v0.10.7 |
1559 | 2023-10-10T22:12:37.932Z | Compiling h2 v0.3.21 |
1560 | 2023-10-10T22:12:37.939Z | Compiling string_cache v0.8.7 |
1561 | 2023-10-10T22:12:37.949Z | Compiling tokio-native-tls v0.3.1 |
1562 | 2023-10-10T22:12:38.364Z | Compiling petgraph v0.6.4 |
1563 | 2023-10-10T22:12:38.383Z | Compiling bit-set v0.5.3 |
1564 | 2023-10-10T22:12:38.390Z | Compiling unicode-segmentation v1.10.1 |
1565 | 2023-10-10T22:12:38.403Z | Compiling lalrpop-util v0.19.12 |
1566 | 2023-10-10T22:12:38.419Z | Compiling flate2 v1.0.27 |
1567 | 2023-10-10T22:12:38.446Z | Compiling toml v0.7.8 |
1568 | 2023-10-10T22:12:38.457Z | Compiling serde_repr v0.1.16 |
1569 | 2023-10-10T22:12:38.463Z | Compiling io-lifetimes v1.0.11 |
1570 | 2023-10-10T22:12:38.476Z | Compiling regress v0.7.1 |
1571 | 2023-10-10T22:12:38.523Z | Compiling utf8parse v0.2.1 |
1572 | 2023-10-10T22:12:38.530Z | Compiling anstyle v1.0.2 |
1573 | 2023-10-10T22:12:38.546Z | Compiling cpufeatures v0.2.9 |
1574 | 2023-10-10T22:12:38.562Z | Compiling sha2 v0.10.7 |
1575 | 2023-10-10T22:12:38.591Z | Compiling anstyle-parse v0.2.1 |
1576 | 2023-10-10T22:12:38.610Z | Compiling md-5 v0.10.5 |
1577 | 2023-10-10T22:12:38.627Z | Compiling hmac v0.12.1 |
1578 | 2023-10-10T22:12:38.637Z | Compiling stringprep v0.1.3 |
1579 | 2023-10-10T22:12:39.077Z | Compiling spin v0.9.8 |
1580 | 2023-10-10T22:12:39.093Z | Compiling hash32 v0.2.1 |
1581 | 2023-10-10T22:12:39.104Z | Compiling colorchoice v1.0.0 |
1582 | 2023-10-10T22:12:39.114Z | Compiling anstyle-query v1.0.0 |
1583 | 2023-10-10T22:12:39.124Z | Compiling stable_deref_trait v1.2.0 |
1584 | 2023-10-10T22:12:39.138Z | Compiling fallible-iterator v0.2.0 |
1585 | 2023-10-10T22:12:39.151Z | Compiling anstream v0.5.0 |
1586 | 2023-10-10T22:12:39.166Z | Compiling block-padding v0.3.3 |
1587 | 2023-10-10T22:12:39.177Z | Compiling scheduled-thread-pool v0.2.7 |
1588 | 2023-10-10T22:12:39.188Z | Compiling terminal_size v0.2.6 |
1589 | 2023-10-10T22:12:39.202Z | Compiling postgres-protocol v0.6.6 |
1590 | 2023-10-10T22:12:39.235Z | Compiling managed v0.8.0 |
1591 | 2023-10-10T22:12:39.251Z | Compiling matches v0.1.10 |
1592 | 2023-10-10T22:12:39.268Z | Compiling clap_lex v0.5.1 |
1593 | 2023-10-10T22:12:39.287Z | Compiling regex-automata v0.1.10 |
1594 | 2023-10-10T22:12:39.305Z | Compiling tap v1.0.1 |
1595 | 2023-10-10T22:12:39.321Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1596 | 2023-10-10T22:12:39.327Z | Compiling wyz v0.5.1 |
1597 | 2023-10-10T22:12:39.339Z | Compiling bstr v0.2.17 |
1598 | 2023-10-10T22:12:39.359Z | Compiling postgres-types v0.2.6 |
1599 | 2023-10-10T22:12:39.367Z | Compiling hyper v0.14.27 |
1600 | 2023-10-10T22:12:39.375Z | Compiling clap_builder v4.4.2 |
1601 | 2023-10-10T22:12:39.401Z | Compiling idna v0.2.3 |
1602 | 2023-10-10T22:12:39.408Z | Compiling r2d2 v0.8.10 |
1603 | 2023-10-10T22:12:39.416Z | Compiling inout v0.1.3 |
1604 | 2023-10-10T22:12:39.421Z | Compiling hubpack v0.1.2 |
1605 | 2023-10-10T22:12:39.426Z | Compiling ipnetwork v0.20.0 |
1606 | 2023-10-10T22:12:39.432Z | Compiling futures-executor v0.3.28 |
1607 | 2023-10-10T22:12:39.464Z | Compiling zerocopy v0.6.3 |
1608 | 2023-10-10T22:12:39.478Z | Compiling phf v0.11.2 |
1609 | 2023-10-10T22:12:39.489Z | Compiling float-cmp v0.9.0 |
1610 | 2023-10-10T22:12:39.507Z | Compiling smawk v0.3.1 |
1611 | 2023-10-10T22:12:39.571Z | Compiling data-encoding v2.4.0 |
1612 | 2023-10-10T22:12:39.584Z | Compiling predicates-core v1.0.6 |
1613 | 2023-10-10T22:12:39.597Z | Compiling difflib v0.4.0 |
1614 | 2023-10-10T22:12:39.610Z | Compiling unicode-linebreak v0.1.5 |
1615 | 2023-10-10T22:12:39.633Z | Compiling whoami v1.4.1 |
1616 | 2023-10-10T22:12:39.647Z | Compiling funty v2.0.0 |
1617 | 2023-10-10T22:12:39.660Z | Compiling normalize-line-endings v0.3.0 |
1618 | 2023-10-10T22:12:39.674Z | Compiling static_assertions v1.1.0 |
1619 | 2023-10-10T22:12:39.685Z | Compiling predicates v3.0.3 |
1620 | 2023-10-10T22:12:39.701Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1621 | 2023-10-10T22:12:39.714Z | Compiling tokio-postgres v0.7.10 |
1622 | 2023-10-10T22:12:39.728Z | Compiling clap v4.4.3 |
1623 | 2023-10-10T22:12:39.748Z | Compiling bitvec v1.0.1 |
1624 | 2023-10-10T22:12:39.762Z | Compiling textwrap v0.16.0 |
1625 | 2023-10-10T22:12:39.771Z | Compiling trust-dns-proto v0.22.0 |
1626 | 2023-10-10T22:12:39.799Z | Compiling hyper-rustls v0.24.1 |
1627 | 2023-10-10T22:12:39.814Z | Compiling hyper-tls v0.5.0 |
1628 | 2023-10-10T22:12:39.822Z | Compiling reqwest v0.11.20 |
1629 | 2023-10-10T22:12:40.360Z | Compiling yasna v0.5.2 |
1630 | 2023-10-10T22:12:41.703Z | Compiling diesel v2.1.1 |
1631 | 2023-10-10T22:12:42.033Z | Compiling futures v0.3.28 |
1632 | 2023-10-10T22:12:42.064Z | Compiling cipher v0.4.4 |
1633 | 2023-10-10T22:12:42.199Z | Compiling similar v2.2.1 |
1634 | 2023-10-10T22:12:42.548Z | Compiling signature v2.1.0 |
1635 | 2023-10-10T22:12:43.034Z | Compiling tokio-stream v0.1.14 |
1636 | 2023-10-10T22:12:43.056Z | Compiling usdt v0.3.5 |
1637 | 2023-10-10T22:12:43.194Z | Compiling hex v0.4.3 |
1638 | 2023-10-10T22:12:43.267Z | Compiling console v0.15.7 |
1639 | 2023-10-10T22:12:44.213Z | Compiling bstr v1.6.0 |
1640 | 2023-10-10T22:12:45.490Z | Compiling getopts v0.2.21 |
1641 | 2023-10-10T22:12:45.595Z | Compiling unsafe-libyaml v0.2.9 |
1642 | 2023-10-10T22:12:45.774Z | Compiling rustversion v1.0.14 |
1643 | 2023-10-10T22:12:48.435Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1644 | 2023-10-10T22:12:48.906Z | Compiling serde_yaml v0.9.25 |
1645 | 2023-10-10T22:12:49.328Z | Compiling ident_case v1.0.1 |
1646 | 2023-10-10T22:12:49.919Z | Compiling slog-async v2.8.0 |
1647 | 2023-10-10T22:12:50.432Z | Compiling strum_macros v0.25.2 |
1648 | 2023-10-10T22:12:50.493Z | Compiling paste v1.0.14 |
1649 | 2023-10-10T22:12:50.587Z | Compiling darling_core v0.20.3 |
1650 | 2023-10-10T22:12:52.885Z | Compiling multer v2.1.0 |
1651 | 2023-10-10T22:12:53.354Z | Compiling async-stream-impl v0.3.5 |
1652 | 2023-10-10T22:12:54.437Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1653 | 2023-10-10T22:12:54.630Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1654 | 2023-10-10T22:12:55.337Z | Compiling regex-syntax v0.6.29 |
1655 | 2023-10-10T22:12:56.434Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1656 | 2023-10-10T22:12:56.472Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1657 | 2023-10-10T22:12:57.831Z | Compiling structmeta-derive v0.1.6 |
1658 | 2023-10-10T22:12:59.811Z | Compiling darling_macro v0.20.3 |
1659 | 2023-10-10T22:13:01.220Z | Compiling darling v0.20.3 |
1660 | 2023-10-10T22:13:01.373Z | Compiling serde_with_macros v2.3.3 |
1661 | 2023-10-10T22:13:02.231Z | Compiling structmeta v0.1.6 |
1662 | 2023-10-10T22:13:04.897Z | Compiling parse-display-derive v0.7.0 |
1663 | 2023-10-10T22:13:05.412Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1664 | 2023-10-10T22:13:10.204Z | Compiling test-strategy v0.2.1 |
1665 | 2023-10-10T22:13:14.330Z | Checking unicode-ident v1.0.12 |
1666 | 2023-10-10T22:13:44.296Z | Checking heck v0.4.1 |
1667 | 2023-10-10T22:13:52.573Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1668 | 2023-10-10T22:13:52.964Z | Checking crossbeam-channel v0.5.8 |
1669 | 2023-10-10T22:13:53.443Z | Checking atty v0.2.14 |
1670 | 2023-10-10T22:13:53.629Z | Checking match_cfg v0.1.0 |
1671 | 2023-10-10T22:13:53.779Z | Checking hostname v0.3.1 |
1672 | 2023-10-10T22:13:54.215Z | Checking sha1 v0.10.5 |
1673 | 2023-10-10T22:13:54.638Z | Checking dirs-sys-next v0.1.2 |
1674 | 2023-10-10T22:13:55.308Z | Checking fastrand v2.0.0 |
1675 | 2023-10-10T22:13:55.323Z | Checking dirs-next v2.0.0 |
1676 | 2023-10-10T22:13:55.348Z | Checking thread_local v1.1.7 |
1677 | 2023-10-10T22:13:55.371Z | Checking tempfile v3.8.0 |
1678 | 2023-10-10T22:13:55.604Z | Checking term v0.7.0 |
1679 | 2023-10-10T22:13:55.922Z | Checking strum v0.25.0 |
1680 | 2023-10-10T22:13:55.943Z | Checking instant v0.1.12 |
1681 | 2023-10-10T22:13:56.145Z | Checking take_mut v0.2.2 |
1682 | 2023-10-10T22:13:56.251Z | Checking slog-json v2.6.1 |
1683 | 2023-10-10T22:13:56.292Z | Checking slog-term v2.9.0 |
1684 | 2023-10-10T22:13:56.701Z | Checking serde_with v2.3.3 |
1685 | 2023-10-10T22:13:56.814Z | Checking camino v1.1.6 |
1686 | 2023-10-10T22:13:57.392Z | Checking slog-bunyan v2.4.0 |
1687 | 2023-10-10T22:13:57.697Z | Checking debug-ignore v1.0.5 |
1688 | 2023-10-10T22:13:58.183Z | Checking atomic-waker v1.1.1 |
1689 | 2023-10-10T22:13:58.357Z | Checking waitgroup v0.1.2 |
1690 | 2023-10-10T22:13:58.541Z | Checking async-stream v0.3.5 |
1691 | 2023-10-10T22:13:58.585Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1692 | 2023-10-10T22:13:58.828Z | Checking serde_path_to_error v0.1.14 |
1693 | 2023-10-10T22:13:59.291Z | Checking backoff v0.4.0 |
1694 | 2023-10-10T22:13:59.303Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1695 | 2023-10-10T22:13:59.315Z | Checking parse-display v0.7.0 |
1696 | 2023-10-10T22:13:59.320Z | Checking macaddr v1.0.1 |
1697 | 2023-10-10T22:13:59.559Z | Checking quick-error v1.2.3 |
1698 | 2023-10-10T22:14:00.226Z | Checking wait-timeout v0.2.0 |
1699 | 2023-10-10T22:14:00.691Z | Checking rusty-fork v0.3.0 |
1700 | 2023-10-10T22:14:01.133Z | Checking rand_xorshift v0.3.0 |
1701 | 2023-10-10T22:14:01.406Z | Checking unarray v0.1.4 |
1702 | 2023-10-10T22:14:10.276Z | Checking proptest v1.2.0 |
1703 | 2023-10-10T22:14:11.634Z | Compiling proc-macro-crate v1.3.1 |
1704 | 2023-10-10T22:14:17.955Z | Compiling proc-macro-error-attr v1.0.4 |
1705 | 2023-10-10T22:14:21.012Z | Compiling proc-macro-error v1.0.4 |
1706 | 2023-10-10T22:14:32.891Z | Checking base64ct v1.6.0 |
1707 | 2023-10-10T22:14:36.374Z | Compiling num_enum_derive v0.5.11 |
1708 | 2023-10-10T22:14:36.912Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1709 | 2023-10-10T22:14:37.482Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1710 | 2023-10-10T22:14:37.779Z | Compiling foreign-types-macros v0.2.3 |
1711 | 2023-10-10T22:14:38.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1712 | 2023-10-10T22:14:38.721Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1713 | 2023-10-10T22:14:39.141Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2023-10-10T22:14:39.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1715 | 2023-10-10T22:14:40.596Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1716 | 2023-10-10T22:14:42.776Z | Compiling zone_cfg_derive v0.2.0 |
1717 | 2023-10-10T22:14:43.192Z | Compiling mockall_derive v0.11.4 |
1718 | 2023-10-10T22:14:48.540Z | Checking is-terminal v0.4.9 |
1719 | 2023-10-10T22:14:55.621Z | Compiling slog-dtrace v0.2.3 |
1720 | 2023-10-10T22:14:56.118Z | Compiling cancel-safe-futures v0.1.2 |
1721 | 2023-10-10T22:14:56.140Z | Checking base64 v0.13.1 |
1722 | 2023-10-10T22:14:56.406Z | Checking password-hash v0.5.0 |
1723 | 2023-10-10T22:14:56.502Z | Checking blake2 v0.10.6 |
1724 | 2023-10-10T22:14:56.684Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1725 | 2023-10-10T22:14:57.229Z | Checking argon2 v0.5.2 |
1726 | 2023-10-10T22:14:57.724Z | Checking filetime v0.2.22 |
1727 | 2023-10-10T22:14:57.801Z | Checking xattr v1.0.1 |
1728 | 2023-10-10T22:14:58.033Z | Compiling der_derive v0.7.2 |
1729 | 2023-10-10T22:14:58.063Z | Checking tar v0.4.40 |
1730 | 2023-10-10T22:14:58.408Z | Checking termtree v0.4.1 |
1731 | 2023-10-10T22:14:58.704Z | Checking predicates-tree v1.0.9 |
1732 | 2023-10-10T22:14:59.003Z | Checking pem v1.1.1 |
1733 | 2023-10-10T22:14:59.064Z | Compiling memoffset v0.7.1 |
1734 | 2023-10-10T22:14:59.711Z | Checking num_enum v0.5.11 |
1735 | 2023-10-10T22:14:59.811Z | Checking camino-tempfile v1.0.2 |
1736 | 2023-10-10T22:14:59.868Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1737 | 2023-10-10T22:15:00.037Z | Checking postcard-cobs v0.1.5-pre |
1738 | 2023-10-10T22:15:00.059Z | Checking smoltcp v0.8.2 |
1739 | 2023-10-10T22:15:00.073Z | Checking postcard v0.7.3 |
1740 | 2023-10-10T22:15:00.086Z | Checking foreign-types-shared v0.3.1 |
1741 | 2023-10-10T22:15:00.098Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1742 | 2023-10-10T22:15:00.106Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1743 | 2023-10-10T22:15:00.122Z | Checking cfg-if v0.1.10 |
1744 | 2023-10-10T22:15:00.270Z | Checking foreign-types v0.5.0 |
1745 | 2023-10-10T22:15:00.371Z | Checking cstr-argument v0.1.2 |
1746 | 2023-10-10T22:15:00.516Z | Compiling maybe-uninit v2.0.0 |
1747 | 2023-10-10T22:15:00.554Z | Checking pretty-hex v0.2.1 |
1748 | 2023-10-10T22:15:00.587Z | Checking colored v2.0.4 |
1749 | 2023-10-10T22:15:01.043Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1750 | 2023-10-10T22:15:01.064Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1751 | 2023-10-10T22:15:01.548Z | Checking headers-core v0.2.0 |
1752 | 2023-10-10T22:15:01.584Z | Compiling heck v0.3.3 |
1753 | 2023-10-10T22:15:01.596Z | Compiling libefi-sys v0.1.0 |
1754 | 2023-10-10T22:15:01.624Z | Checking headers v0.3.9 |
1755 | 2023-10-10T22:15:01.650Z | Checking predicates v2.1.5 |
1756 | 2023-10-10T22:15:01.765Z | Compiling structopt-derive v0.4.18 |
1757 | 2023-10-10T22:15:01.906Z | Compiling packed_struct v0.10.1 |
1758 | 2023-10-10T22:15:02.547Z | Compiling num-bigint-dig v0.8.4 |
1759 | 2023-10-10T22:15:02.733Z | Checking downcast v0.11.0 |
1760 | 2023-10-10T22:15:04.747Z | Checking fragile v2.0.0 |
1761 | 2023-10-10T22:15:04.965Z | Checking zone v0.2.0 |
1762 | 2023-10-10T22:15:05.007Z | Checking smf v0.2.2 |
1763 | 2023-10-10T22:15:05.174Z | Checking mockall v0.11.4 |
1764 | 2023-10-10T22:15:05.319Z | Compiling packed_struct_codegen v0.10.1 |
1765 | 2023-10-10T22:15:05.416Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1766 | 2023-10-10T22:15:05.657Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1767 | 2023-10-10T22:15:05.860Z | Compiling signal-hook v0.3.17 |
1768 | 2023-10-10T22:15:09.807Z | Checking rcgen v0.10.0 |
1769 | 2023-10-10T22:15:10.649Z | Checking atomicwrites v0.4.1 |
1770 | 2023-10-10T22:15:11.145Z | Checking subprocess v0.2.9 |
1771 | 2023-10-10T22:15:11.759Z | Compiling num-rational v0.4.1 |
1772 | 2023-10-10T22:15:12.067Z | Checking termcolor v1.2.0 |
1773 | 2023-10-10T22:15:12.262Z | Checking linked-hash-map v0.5.6 |
1774 | 2023-10-10T22:15:12.451Z | Compiling doc-comment v0.3.3 |
1775 | 2023-10-10T22:15:12.717Z | Compiling same-file v1.0.6 |
1776 | 2023-10-10T22:15:12.932Z | Checking lru-cache v0.1.2 |
1777 | 2023-10-10T22:15:13.197Z | Compiling walkdir v2.4.0 |
1778 | 2023-10-10T22:15:13.432Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1779 | 2023-10-10T22:15:13.509Z | Compiling semver-parser v0.10.2 |
1780 | 2023-10-10T22:15:13.568Z | Checking ciborium-io v0.2.1 |
1781 | 2023-10-10T22:15:13.579Z | Checking half v1.8.2 |
1782 | 2023-10-10T22:15:13.595Z | Checking ciborium-ll v0.2.1 |
1783 | 2023-10-10T22:15:13.615Z | Compiling semver v0.11.0 |
1784 | 2023-10-10T22:15:13.637Z | Compiling home v0.5.5 |
1785 | 2023-10-10T22:15:13.648Z | Compiling toolchain_find v0.2.0 |
1786 | 2023-10-10T22:15:13.664Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1787 | 2023-10-10T22:15:13.690Z | Checking ciborium v0.2.1 |
1788 | 2023-10-10T22:15:13.713Z | Compiling toml v0.5.11 |
1789 | 2023-10-10T22:15:13.720Z | Checking arc-swap v1.6.0 |
1790 | 2023-10-10T22:15:13.727Z | Compiling omicron-zone-package v0.8.3 |
1791 | 2023-10-10T22:15:13.733Z | Checking itertools v0.11.0 |
1792 | 2023-10-10T22:15:13.738Z | Checking slog-scope v4.4.0 |
1793 | 2023-10-10T22:15:13.745Z | Compiling convert_case v0.4.0 |
1794 | 2023-10-10T22:15:13.754Z | Checking slog-stdlog v4.1.1 |
1795 | 2023-10-10T22:15:13.766Z | Compiling snafu-derive v0.7.5 |
1796 | 2023-10-10T22:15:13.787Z | Checking slog-envlogger v2.2.0 |
1797 | 2023-10-10T22:15:13.801Z | Compiling derive-where v1.2.5 |
1798 | 2023-10-10T22:15:13.812Z | Compiling derive_more v0.99.17 |
1799 | 2023-10-10T22:15:13.818Z | Compiling rustfmt-wrapper v0.2.0 |
1800 | 2023-10-10T22:15:13.852Z | Compiling libz-sys v1.1.12 |
1801 | 2023-10-10T22:15:13.881Z | Compiling parking_lot_core v0.8.6 |
1802 | 2023-10-10T22:15:14.600Z | Checking resolv-conf v0.7.0 |
1803 | 2023-10-10T22:15:15.064Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1804 | 2023-10-10T22:15:15.141Z | Checking trust-dns-resolver v0.22.0 |
1805 | 2023-10-10T22:15:15.271Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1806 | 2023-10-10T22:15:15.676Z | Checking pem-rfc7468 v0.7.0 |
1807 | 2023-10-10T22:15:15.817Z | Checking newline-converter v0.3.0 |
1808 | 2023-10-10T22:15:16.012Z | Checking hkdf v0.12.3 |
1809 | 2023-10-10T22:15:16.085Z | Compiling libsqlite3-sys v0.26.0 |
1810 | 2023-10-10T22:15:16.340Z | Checking flagset v0.4.3 |
1811 | 2023-10-10T22:15:16.560Z | Checking expectorate v1.1.0 |
1812 | 2023-10-10T22:15:16.607Z | Checking der v0.7.8 |
1813 | 2023-10-10T22:15:16.770Z | Checking textwrap v0.11.0 |
1814 | 2023-10-10T22:15:16.789Z | Checking fxhash v0.2.1 |
1815 | 2023-10-10T22:15:17.042Z | Compiling vergen v8.2.4 |
1816 | 2023-10-10T22:15:17.091Z | Checking keccak v0.1.4 |
1817 | 2023-10-10T22:15:17.452Z | Compiling semver v0.1.20 |
1818 | 2023-10-10T22:15:17.506Z | Checking vec_map v0.8.2 |
1819 | 2023-10-10T22:15:17.682Z | Checking ansi_term v0.12.1 |
1820 | 2023-10-10T22:15:17.901Z | Checking strsim v0.8.0 |
1821 | 2023-10-10T22:15:18.325Z | Compiling rustc_version v0.1.7 |
1822 | 2023-10-10T22:15:18.336Z | Checking clap v2.34.0 |
1823 | 2023-10-10T22:15:18.361Z | Checking sha3 v0.10.8 |
1824 | 2023-10-10T22:15:18.517Z | Checking secrecy v0.8.0 |
1825 | 2023-10-10T22:15:19.257Z | Compiling newtype_derive v0.1.6 |
1826 | 2023-10-10T22:15:19.266Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1827 | 2023-10-10T22:15:19.279Z | Compiling buf-list v1.0.3 |
1828 | 2023-10-10T22:15:19.291Z | Checking humantime v2.1.0 |
1829 | 2023-10-10T22:15:19.397Z | Checking crc-catalog v2.2.0 |
1830 | 2023-10-10T22:15:19.514Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1831 | 2023-10-10T22:15:19.648Z | Checking crc v3.0.1 |
1832 | 2023-10-10T22:15:19.671Z | Checking spki v0.7.2 |
1833 | 2023-10-10T22:15:19.798Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1834 | 2023-10-10T22:15:19.923Z | Checking nodrop v0.1.14 |
1835 | 2023-10-10T22:15:19.981Z | Checking smallvec v0.6.14 |
1836 | 2023-10-10T22:15:20.082Z | Checking pkcs8 v0.10.2 |
1837 | 2023-10-10T22:15:20.560Z | Checking array-init v0.0.4 |
1838 | 2023-10-10T22:15:20.579Z | Checking pkcs1 v0.7.5 |
1839 | 2023-10-10T22:15:20.602Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1840 | 2023-10-10T22:15:21.870Z | Compiling num_enum_derive v0.7.0 |
1841 | 2023-10-10T22:15:22.864Z | Checking structopt v0.3.26 |
1842 | 2023-10-10T22:15:23.141Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1843 | 2023-10-10T22:15:23.451Z | Compiling unicase v2.7.0 |
1844 | 2023-10-10T22:15:23.970Z | Checking bitfield v0.14.0 |
1845 | 2023-10-10T22:15:24.253Z | Checking utf-8 v0.7.6 |
1846 | 2023-10-10T22:15:24.356Z | Compiling rayon-core v1.11.0 |
1847 | 2023-10-10T22:15:24.570Z | Checking rsa v0.9.2 |
1848 | 2023-10-10T22:15:24.782Z | Checking serde-hex v0.1.0 |
1849 | 2023-10-10T22:15:24.996Z | Checking x509-cert v0.2.4 |
1850 | 2023-10-10T22:15:25.937Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1851 | 2023-10-10T22:15:25.945Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1852 | 2023-10-10T22:15:26.088Z | Checking env_logger v0.10.0 |
1853 | 2023-10-10T22:15:26.740Z | Checking ron v0.8.1 |
1854 | 2023-10-10T22:15:26.834Z | Compiling platforms v3.0.2 |
1855 | 2023-10-10T22:15:27.283Z | Checking crc-any v2.4.3 |
1856 | 2023-10-10T22:15:27.713Z | Checking object v0.30.4 |
1857 | 2023-10-10T22:15:28.420Z | Checking path-slash v0.1.5 |
1858 | 2023-10-10T22:15:28.914Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1859 | 2023-10-10T22:15:41.141Z | Checking num-complex v0.4.4 |
1860 | 2023-10-10T22:15:43.188Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1861 | 2023-10-10T22:15:45.349Z | Compiling erased-serde v0.3.30 |
1862 | 2023-10-10T22:15:45.866Z | Checking num v0.4.1 |
1863 | 2023-10-10T22:15:48.627Z | Compiling curve25519-dalek v4.1.0 |
1864 | 2023-10-10T22:16:08.182Z | Compiling bitstruct_derive v0.1.0 |
1865 | 2023-10-10T22:16:08.912Z | Compiling async-recursion v1.0.5 |
1866 | 2023-10-10T22:16:09.524Z | Compiling glob v0.3.1 |
1867 | 2023-10-10T22:16:09.638Z | Compiling mime_guess v2.0.4 |
1868 | 2023-10-10T22:16:09.805Z | Compiling thiserror-impl-no-std v2.0.2 |
1869 | 2023-10-10T22:16:09.840Z | Compiling curve25519-dalek-derive v0.1.0 |
1870 | 2023-10-10T22:16:09.936Z | Compiling salty v0.2.0 |
1871 | 2023-10-10T22:16:10.384Z | Checking tungstenite v0.18.0 |
1872 | 2023-10-10T22:16:10.422Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1873 | 2023-10-10T22:16:10.457Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1874 | 2023-10-10T22:16:10.501Z | Checking tokio-tungstenite v0.18.0 |
1875 | 2023-10-10T22:16:10.556Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1876 | 2023-10-10T22:16:10.585Z | Checking universal-hash v0.5.1 |
1877 | 2023-10-10T22:16:10.642Z | Checking nibble_vec v0.1.0 |
1878 | 2023-10-10T22:16:10.689Z | Compiling num-derive v0.4.0 |
1879 | 2023-10-10T22:16:10.761Z | Checking opaque-debug v0.3.0 |
1880 | 2023-10-10T22:16:10.819Z | Compiling crunchy v0.2.2 |
1881 | 2023-10-10T22:16:10.852Z | Checking endian-type v0.1.2 |
1882 | 2023-10-10T22:16:10.878Z | Checking radix_trie v0.2.1 |
1883 | 2023-10-10T22:16:10.919Z | Checking snafu v0.7.5 |
1884 | 2023-10-10T22:16:10.940Z | Compiling tiny-keccak v2.0.2 |
1885 | 2023-10-10T22:16:10.954Z | Checking linear-map v1.2.0 |
1886 | 2023-10-10T22:16:10.971Z | Checking parking_lot v0.11.2 |
1887 | 2023-10-10T22:16:10.996Z | Checking trust-dns-client v0.22.0 |
1888 | 2023-10-10T22:16:11.007Z | Compiling clang-sys v1.6.1 |
1889 | 2023-10-10T22:16:11.015Z | Checking aead v0.5.2 |
1890 | 2023-10-10T22:16:11.024Z | Compiling darling_core v0.14.4 |
1891 | 2023-10-10T22:16:11.057Z | Compiling prettyplease v0.2.12 |
1892 | 2023-10-10T22:16:11.085Z | Compiling ascii-canvas v3.0.0 |
1893 | 2023-10-10T22:16:11.109Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1894 | 2023-10-10T22:16:11.126Z | Checking sled v0.34.7 |
1895 | 2023-10-10T22:16:11.157Z | Checking trust-dns-server v0.22.1 |
1896 | 2023-10-10T22:16:11.189Z | Checking toml_edit v0.20.0 |
1897 | 2023-10-10T22:16:11.216Z | Compiling const_format_proc_macros v0.2.31 |
1898 | 2023-10-10T22:16:11.238Z | Compiling ena v0.14.2 |
1899 | 2023-10-10T22:16:11.254Z | Compiling diff v0.1.13 |
1900 | 2023-10-10T22:16:11.269Z | Compiling portable-atomic v1.4.3 |
1901 | 2023-10-10T22:16:11.286Z | Checking pretty-hex v0.3.0 |
1902 | 2023-10-10T22:16:11.300Z | Compiling minimal-lexical v0.2.1 |
1903 | 2023-10-10T22:16:11.309Z | Compiling lalrpop v0.19.12 |
1904 | 2023-10-10T22:16:11.315Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1905 | 2023-10-10T22:16:11.326Z | Compiling nom v7.1.3 |
1906 | 2023-10-10T22:16:11.352Z | Checking toml v0.8.0 |
1907 | 2023-10-10T22:16:11.366Z | Checking path-dedot v3.1.0 |
1908 | 2023-10-10T22:16:11.384Z | Compiling libloading v0.7.4 |
1909 | 2023-10-10T22:16:11.394Z | Compiling bindgen v0.65.1 |
1910 | 2023-10-10T22:16:11.419Z | Compiling ref-cast v1.0.20 |
1911 | 2023-10-10T22:16:11.427Z | Checking path-absolutize v3.1.0 |
1912 | 2023-10-10T22:16:11.433Z | Checking globset v0.4.13 |
1913 | 2023-10-10T22:16:11.443Z | Compiling darling_macro v0.14.4 |
1914 | 2023-10-10T22:16:11.451Z | Checking crossbeam-deque v0.8.3 |
1915 | 2023-10-10T22:16:11.460Z | Checking hashlink v0.8.3 |
1916 | 2023-10-10T22:16:11.465Z | Checking olpc-cjson v0.1.3 |
1917 | 2023-10-10T22:16:11.473Z | Compiling cexpr v0.6.0 |
1918 | 2023-10-10T22:16:11.481Z | Checking serde_plain v1.0.2 |
1919 | 2023-10-10T22:16:11.487Z | Compiling which v4.4.0 |
1920 | 2023-10-10T22:16:11.495Z | Compiling darling v0.14.4 |
1921 | 2023-10-10T22:16:11.502Z | Compiling derive_builder_core v0.12.0 |
1922 | 2023-10-10T22:16:11.528Z | Compiling ref-cast-impl v1.0.20 |
1923 | 2023-10-10T22:16:11.547Z | Compiling libxml v0.3.3 |
1924 | 2023-10-10T22:16:11.614Z | Checking fallible-streaming-iterator v0.1.9 |
1925 | 2023-10-10T22:16:11.651Z | Compiling rustc-hash v1.1.0 |
1926 | 2023-10-10T22:16:11.666Z | Compiling peeking_take_while v0.1.2 |
1927 | 2023-10-10T22:16:11.683Z | Compiling lazycell v1.3.0 |
1928 | 2023-10-10T22:16:11.707Z | Compiling shlex v1.1.0 |
1929 | 2023-10-10T22:16:11.733Z | Checking rusqlite v0.29.0 |
1930 | 2023-10-10T22:16:11.791Z | Checking tough v0.12.5 |
1931 | 2023-10-10T22:16:11.829Z | Checking nix v0.26.2 |
1932 | 2023-10-10T22:16:11.873Z | Compiling derive_builder_macro v0.12.0 |
1933 | 2023-10-10T22:16:11.923Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1934 | 2023-10-10T22:16:11.966Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1935 | 2023-10-10T22:16:12.221Z | Checking twox-hash v1.6.3 |
1936 | 2023-10-10T22:16:12.246Z | Checking ff v0.13.0 |
1937 | 2023-10-10T22:16:12.283Z | Compiling strum_macros v0.24.3 |
1938 | 2023-10-10T22:16:12.325Z | Checking display-error-chain v0.1.1 |
1939 | 2023-10-10T22:16:12.336Z | Compiling indoc v1.0.9 |
1940 | 2023-10-10T22:16:12.366Z | Checking signature v1.6.4 |
1941 | 2023-10-10T22:16:12.383Z | Checking ed25519 v1.5.3 |
1942 | 2023-10-10T22:16:12.421Z | Checking group v0.13.0 |
1943 | 2023-10-10T22:16:12.444Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1944 | 2023-10-10T22:16:12.466Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1945 | 2023-10-10T22:16:12.482Z | Checking polyval v0.6.1 |
1946 | 2023-10-10T22:16:12.507Z | Checking num_enum v0.7.0 |
1947 | 2023-10-10T22:16:12.526Z | Checking ctr v0.9.2 |
1948 | 2023-10-10T22:16:12.552Z | Checking aes v0.8.3 |
1949 | 2023-10-10T22:16:12.576Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1950 | 2023-10-10T22:16:12.651Z | Checking crypto-bigint v0.5.2 |
1951 | 2023-10-10T22:16:12.673Z | Checking bincode v1.3.3 |
1952 | 2023-10-10T22:16:12.695Z | Compiling cookie v0.16.2 |
1953 | 2023-10-10T22:16:12.768Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1954 | 2023-10-10T22:16:12.785Z | Checking base16ct v0.2.0 |
1955 | 2023-10-10T22:16:12.807Z | Checking aes-gcm-siv v0.11.1 |
1956 | 2023-10-10T22:16:12.836Z | Checking steno v0.4.0 |
1957 | 2023-10-10T22:16:12.844Z | Checking elliptic-curve v0.13.5 |
1958 | 2023-10-10T22:16:12.862Z | Checking rayon v1.7.0 |
1959 | 2023-10-10T22:16:12.884Z | Checking poly1305 v0.8.0 |
1960 | 2023-10-10T22:16:12.905Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1961 | 2023-10-10T22:16:12.919Z | Checking thiserror-no-std v2.0.2 |
1962 | 2023-10-10T22:16:12.935Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1963 | 2023-10-10T22:16:12.954Z | Checking env_logger v0.9.3 |
1964 | 2023-10-10T22:16:12.969Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1965 | 2023-10-10T22:16:13.175Z | Checking chacha20 v0.9.1 |
1966 | 2023-10-10T22:16:13.745Z | Checking serde-big-array v0.5.1 |
1967 | 2023-10-10T22:16:14.016Z | Checking serde-big-array v0.4.1 |
1968 | 2023-10-10T22:16:14.148Z | Compiling impl-trait-for-tuples v0.2.2 |
1969 | 2023-10-10T22:16:14.198Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1970 | 2023-10-10T22:16:14.248Z | Compiling oso-derive v0.26.4 |
1971 | 2023-10-10T22:16:14.967Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1972 | 2023-10-10T22:16:15.154Z | Checking ascii v1.1.0 |
1973 | 2023-10-10T22:16:15.454Z | Checking ringbuffer v0.15.0 |
1974 | 2023-10-10T22:16:15.693Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1975 | 2023-10-10T22:16:15.761Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1976 | 2023-10-10T22:16:15.918Z | Checking vsss-rs v3.3.1 |
1977 | 2023-10-10T22:16:16.071Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1978 | 2023-10-10T22:16:17.230Z | Checking chacha20poly1305 v0.10.1 |
1979 | 2023-10-10T22:16:17.536Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1980 | 2023-10-10T22:16:17.708Z | Checking bitstruct v0.1.1 |
1981 | 2023-10-10T22:16:18.264Z | Checking signal-hook-tokio v0.3.1 |
1982 | 2023-10-10T22:16:18.526Z | Checking tungstenite v0.20.1 |
1983 | 2023-10-10T22:16:18.744Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1984 | 2023-10-10T22:16:19.196Z | Checking serde_arrays v0.1.0 |
1985 | 2023-10-10T22:16:19.427Z | Checking corncobs v0.1.3 |
1986 | 2023-10-10T22:16:19.702Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1987 | 2023-10-10T22:16:20.040Z | Checking tokio-tungstenite v0.20.1 |
1988 | 2023-10-10T22:16:20.768Z | Checking assert_matches v1.5.0 |
1989 | 2023-10-10T22:16:21.896Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1990 | 2023-10-10T22:16:24.834Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1991 | 2023-10-10T22:16:27.063Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1992 | 2023-10-10T22:16:28.748Z | Checking const_format v0.2.31 |
1993 | 2023-10-10T22:16:30.966Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1994 | 2023-10-10T22:16:32.236Z | Checking ron v0.7.1 |
1995 | 2023-10-10T22:16:32.999Z | Checking bit_field v0.10.2 |
1996 | 2023-10-10T22:16:33.165Z | Checking http-range v0.1.5 |
1997 | 2023-10-10T22:16:33.416Z | Checking hyper-staticfile v0.9.5 |
1998 | 2023-10-10T22:16:34.092Z | Compiling indoc v2.0.3 |
1999 | 2023-10-10T22:16:37.434Z | Checking derive_builder v0.12.0 |
2000 | 2023-10-10T22:16:40.512Z | Checking bb8 v0.8.1 |
2001 | 2023-10-10T22:16:40.715Z | Checking quick-xml v0.23.1 |
2002 | 2023-10-10T22:16:40.961Z | Checking bytesize v1.3.0 |
2003 | 2023-10-10T22:16:41.336Z | Checking number_prefix v0.4.0 |
2004 | 2023-10-10T22:16:41.642Z | Checking fs-err v2.9.0 |
2005 | 2023-10-10T22:16:41.858Z | Checking maplit v1.0.2 |
2006 | 2023-10-10T22:16:42.180Z | Checking indicatif v0.17.6 |
2007 | 2023-10-10T22:16:43.248Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2008 | 2023-10-10T22:16:44.916Z | Checking signal-hook-mio v0.2.3 |
2009 | 2023-10-10T22:16:45.725Z | Compiling vte_generate_state_changes v0.1.1 |
2010 | 2023-10-10T22:16:55.723Z | Checking yansi v0.5.1 |
2011 | 2023-10-10T22:16:56.090Z | Checking pretty_assertions v1.4.0 |
2012 | 2023-10-10T22:16:56.792Z | Checking crossterm v0.27.0 |
2013 | 2023-10-10T22:16:58.868Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2014 | 2023-10-10T22:16:59.275Z | Checking fatfs v0.3.6 |
2015 | 2023-10-10T22:16:59.468Z | Checking plotters-backend v0.3.5 |
2016 | 2023-10-10T22:16:59.618Z | Checking cassowary v0.3.0 |
2017 | 2023-10-10T22:17:00.850Z | Checking ratatui v0.23.0 |
2018 | 2023-10-10T22:17:01.280Z | Checking plotters-svg v0.3.5 |
2019 | 2023-10-10T22:17:02.647Z | Checking rtoolbox v0.0.1 |
2020 | 2023-10-10T22:17:02.933Z | Checking rand v0.4.6 |
2021 | 2023-10-10T22:17:03.624Z | Checking remove_dir_all v0.5.3 |
2022 | 2023-10-10T22:17:03.793Z | Checking cast v0.3.0 |
2023 | 2023-10-10T22:17:04.026Z | Checking owo-colors v3.5.0 |
2024 | 2023-10-10T22:17:04.196Z | Checking tui-tree-widget v0.13.0 |
2025 | 2023-10-10T22:17:04.314Z | Checking criterion-plot v0.5.0 |
2026 | 2023-10-10T22:17:04.460Z | Checking tempdir v0.3.7 |
2027 | 2023-10-10T22:17:04.859Z | Checking rpassword v7.2.0 |
2028 | 2023-10-10T22:17:04.932Z | Checking plotters v0.3.5 |
2029 | 2023-10-10T22:17:08.537Z | Checking tinytemplate v1.2.1 |
2030 | 2023-10-10T22:17:09.198Z | Checking oorandom v11.1.3 |
2031 | 2023-10-10T22:17:09.239Z | Checking os_str_bytes v6.5.1 |
2032 | 2023-10-10T22:17:09.397Z | Checking anes v0.1.6 |
2033 | 2023-10-10T22:17:09.420Z | Checking shell-words v1.1.0 |
2034 | 2023-10-10T22:17:09.866Z | Checking clap_lex v0.2.4 |
2035 | 2023-10-10T22:17:10.004Z | Checking criterion v0.5.1 |
2036 | 2023-10-10T22:17:16.101Z | Checking assert_cmd v2.0.12 |
2037 | 2023-10-10T22:17:16.465Z | Compiling clap_derive v3.2.25 |
2038 | 2023-10-10T22:17:16.637Z | Checking dashmap v5.5.1 |
2039 | 2023-10-10T22:17:17.382Z | Compiling serial_test_derive v0.10.0 |
2040 | 2023-10-10T22:17:17.827Z | Compiling crossbeam-queue v0.3.8 |
2041 | 2023-10-10T22:17:19.029Z | Checking serial_test v0.10.0 |
2042 | 2023-10-10T22:17:20.004Z | Checking vte v0.11.1 |
2043 | 2023-10-10T22:17:20.021Z | Checking threadpool v1.8.1 |
2044 | 2023-10-10T22:17:22.496Z | Checking strip-ansi-escapes v0.2.0 |
2045 | 2023-10-10T22:17:22.694Z | Checking crossterm v0.26.1 |
2046 | 2023-10-10T22:17:23.794Z | Compiling tabled_derive v0.6.0 |
2047 | 2023-10-10T22:17:23.855Z | Checking httptest v0.15.4 |
2048 | 2023-10-10T22:17:23.988Z | Checking clap v3.2.25 |
2049 | 2023-10-10T22:17:24.846Z | Checking similar-asserts v1.5.0 |
2050 | 2023-10-10T22:17:25.034Z | Checking fd-lock v3.0.13 |
2051 | 2023-10-10T22:17:25.214Z | Compiling rstest_macros v0.18.2 |
2052 | 2023-10-10T22:17:25.344Z | Checking nanorand v0.7.0 |
2053 | 2023-10-10T22:17:25.664Z | Checking nu-ansi-term v0.49.0 |
2054 | 2023-10-10T22:17:25.971Z | Checking flume v0.11.0 |
2055 | 2023-10-10T22:17:26.703Z | Checking reedline v0.23.0 |
2056 | 2023-10-10T22:17:29.397Z | Checking libtest-mimic v0.5.2 |
2057 | 2023-10-10T22:17:29.419Z | Compiling pin-project-internal v1.1.3 |
2058 | 2023-10-10T22:17:30.127Z | Checking datatest-stable v0.1.3 |
2059 | 2023-10-10T22:17:30.313Z | Compiling relative-path v1.9.0 |
2060 | 2023-10-10T22:17:30.405Z | Checking arrayref v0.3.7 |
2061 | 2023-10-10T22:17:30.548Z | Checking constant_time_eq v0.2.6 |
2062 | 2023-10-10T22:17:30.563Z | Compiling trybuild v1.0.85 |
2063 | 2023-10-10T22:17:30.751Z | Checking topological-sort v0.2.2 |
2064 | 2023-10-10T22:17:30.838Z | Checking bytecount v0.6.3 |
2065 | 2023-10-10T22:17:31.048Z | Checking arrayvec v0.7.4 |
2066 | 2023-10-10T22:17:31.066Z | Checking papergrid v0.10.0 |
2067 | 2023-10-10T22:17:31.629Z | Checking blake2b_simd v1.0.1 |
2068 | 2023-10-10T22:17:34.124Z | Checking basic-toml v0.1.4 |
2069 | 2023-10-10T22:17:34.186Z | Checking pin-project v1.1.3 |
2070 | 2023-10-10T22:17:34.366Z | Checking futures-timer v3.0.2 |
2071 | 2023-10-10T22:17:34.818Z | Checking constant_time_eq v0.3.0 |
2072 | 2023-10-10T22:17:34.998Z | Checking rust-argon2 v1.0.1 |
2073 | 2023-10-10T22:17:35.386Z | Checking partial-io v0.5.4 |
2074 | 2023-10-10T22:17:35.956Z | Checking tabled v0.14.0 |
2075 | 2023-10-10T22:17:37.181Z | Checking approx v0.5.1 |
2076 | 2023-10-10T22:17:37.338Z | Checking cargo-platform v0.1.3 |
2077 | 2023-10-10T22:17:37.698Z | Checking hex-literal v0.4.1 |
2078 | 2023-10-10T22:17:37.806Z | Checking cargo_metadata v0.18.0 |
2079 | 2023-10-10T22:17:38.111Z | Checking crossbeam v0.8.2 |
2080 | 2023-10-10T22:17:40.660Z | Checking cargo_toml v0.16.3 |
2081 | 2023-10-10T22:17:41.699Z | Checking termios v0.3.3 |
2082 | 2023-10-10T22:17:43.800Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2083 | 2023-10-10T22:17:44.635Z | Checking rstest v0.18.2 |
2084 | 2023-10-10T22:17:54.816Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2085 | 2023-10-10T22:18:04.639Z | Compiling bzip2 v0.4.4 |
2086 | 2023-10-10T22:18:05.124Z | Compiling zip v0.6.6 |
2087 | 2023-10-10T22:18:05.640Z | Compiling polar-core v0.26.4 |
2088 | 2023-10-10T22:18:06.194Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2089 | 2023-10-10T22:18:07.474Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2090 | 2023-10-10T22:18:07.677Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2091 | 2023-10-10T22:18:07.835Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2092 | 2023-10-10T22:18:07.865Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2093 | 2023-10-10T22:18:08.503Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2094 | 2023-10-10T22:18:09.013Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2023-10-10T22:18:09.955Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2096 | 2023-10-10T22:18:10.202Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2097 | 2023-10-10T22:18:10.609Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2098 | 2023-10-10T22:18:10.749Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2099 | 2023-10-10T22:18:10.836Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2100 | 2023-10-10T22:18:11.315Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2101 | 2023-10-10T22:18:11.958Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2102 | 2023-10-10T22:18:13.221Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2103 | 2023-10-10T22:18:15.887Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2104 | 2023-10-10T22:18:18.633Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2105 | 2023-10-10T22:18:24.977Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2106 | 2023-10-10T22:18:26.491Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2107 | 2023-10-10T22:18:29.160Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2108 | 2023-10-10T22:18:29.587Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2109 | 2023-10-10T22:18:30.693Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2023-10-10T22:18:30.810Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2111 | 2023-10-10T22:18:30.911Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2112 | 2023-10-10T22:18:31.047Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2113 | 2023-10-10T22:18:32.295Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2114 | 2023-10-10T22:18:38.438Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2115 | 2023-10-10T22:18:39.785Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2116 | 2023-10-10T22:18:40.482Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2117 | 2023-10-10T22:18:41.218Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2118 | 2023-10-10T22:18:43.917Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2119 | 2023-10-10T22:18:56.221Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2120 | 2023-10-10T22:18:56.403Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2121 | 2023-10-10T22:18:56.608Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2122 | 2023-10-10T22:18:56.985Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2123 | 2023-10-10T22:18:59.229Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2124 | 2023-10-10T22:19:00.986Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2125 | 2023-10-10T22:19:02.316Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2126 | 2023-10-10T22:19:03.252Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2127 | 2023-10-10T22:19:04.200Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2128 | 2023-10-10T22:19:05.667Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2129 | 2023-10-10T22:19:08.818Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2130 | 2023-10-10T22:19:09.060Z | Checking oso v0.26.4 |
2131 | 2023-10-10T22:19:09.208Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2132 | 2023-10-10T22:19:09.781Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2133 | 2023-10-10T22:19:12.011Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2134 | 2023-10-10T22:19:13.115Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2135 | 2023-10-10T22:19:13.700Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2136 | 2023-10-10T22:19:22.376Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2137 | 2023-10-10T22:19:24.574Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2138 | 2023-10-10T22:19:25.980Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2139 | 2023-10-10T22:19:29.458Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2140 | 2023-10-10T22:19:32.994Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2141 | 2023-10-10T22:19:34.028Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2142 | 2023-10-10T22:19:49.713Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2143 | 2023-10-10T22:19:49.825Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2144 | 2023-10-10T22:19:50.017Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2145 | 2023-10-10T22:19:55.275Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2146 | 2023-10-10T22:20:07.894Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2147 | 2023-10-10T22:20:30.513Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2148 | 2023-10-10T22:20:56.319Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2149 | 2023-10-10T22:21:41.156Z | Compiling git2 v0.17.2 |
2150 | 2023-10-10T22:21:49.094Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2151 | 2023-10-10T22:21:51.245Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2152 | 2023-10-10T22:22:03.757Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2153 | 2023-10-10T22:22:10.096Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2154 | 2023-10-10T22:22:10.414Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2155 | 2023-10-10T22:22:10.939Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2156 | 2023-10-10T22:22:12.422Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2157 | 2023-10-10T22:22:46.530Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2158 | 2023-10-10T22:24:09.592Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 08s |
2159 | 2023-10-10T22:24:09.797Z | |
2160 | 2023-10-10T22:24:10.229Z | real 14:13.954512049 |
2161 | 2023-10-10T22:24:10.253Z | user 1:22:56.262596951 |
2162 | 2023-10-10T22:24:10.259Z | sys 11:14.125922562 |
2163 | 2023-10-10T22:24:10.267Z | trap 2.917803162 |
2164 | 2023-10-10T22:24:10.276Z | tflt 3.726160501 |
2165 | 2023-10-10T22:24:10.294Z | dflt 4.230383850 |
2166 | 2023-10-10T22:24:10.723Z | kflt 0.052119797 |
2167 | 2023-10-10T22:24:10.761Z | lock 1:54:42.653851369 |
2168 | 2023-10-10T22:24:10.771Z | slp 4:38:53.808354420 |
2169 | 2023-10-10T22:24:10.893Z | lat 3:07.402776138 |
2170 | 2023-10-10T22:24:10.918Z | stop 7:39.079162318 |
2171 | 2023-10-10T22:24:10.937Z | process exited: duration 978956 ms, exit code 0 |
|
2172 | 2023-10-10T22:24:10.959Z | found 0 output files |