|
|
|
1 | 2023-10-04T03:10:25.301Z | job assigned to worker 01HBWAHJ1BZKK36T2DPHZNVGZ8 (queued for 1 m 40 s) |
|
2 | 2023-10-04T03:10:25.391Z | starting task 0: "setup" |
3 | 2023-10-04T03:10:25.534Z | ++ uname -s |
4 | 2023-10-04T03:10:25.538Z | + kern=SunOS |
5 | 2023-10-04T03:10:25.543Z | + case "$kern" in |
6 | 2023-10-04T03:10:25.547Z | + groupadd -g 12345 build |
7 | 2023-10-04T03:10:25.550Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T03:10:27.554Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T03:10:27.907Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T03:10:27.914Z | + home_fs=zfs |
11 | 2023-10-04T03:10:27.923Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T03:10:27.927Z | + mkdir -p /home/build |
13 | 2023-10-04T03:10:27.930Z | + chown build:build /home/build /work |
14 | 2023-10-04T03:10:29.913Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T03:10:29.920Z | process exited: duration 4522 ms, exit code 0 |
|
16 | 2023-10-04T03:10:29.933Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T03:10:29.947Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T03:10:29.950Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T03:10:30.110Z | info: downloading installer |
20 | 2023-10-04T03:10:33.170Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T03:10:33.187Z | warning: /opt/ooce/bin |
22 | 2023-10-04T03:10:33.197Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T03:10:33.203Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T03:10:33.209Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T03:10:33.216Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T03:10:33.224Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T03:10:33.493Z | error: cannot install while Rust is installed |
28 | 2023-10-04T03:10:33.503Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T03:10:33.507Z | info: profile set to 'default' |
30 | 2023-10-04T03:10:33.512Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T03:10:33.518Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T03:10:33.521Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T03:10:33.525Z | info: downloading component 'cargo' |
34 | 2023-10-04T03:10:33.835Z | info: downloading component 'clippy' |
35 | 2023-10-04T03:10:34.072Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T03:10:34.929Z | info: downloading component 'rust-std' |
37 | 2023-10-04T03:10:36.583Z | info: downloading component 'rustc' |
38 | 2023-10-04T03:10:40.264Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T03:10:40.480Z | info: installing component 'cargo' |
40 | 2023-10-04T03:10:42.205Z | info: installing component 'clippy' |
41 | 2023-10-04T03:10:43.065Z | info: installing component 'rust-docs' |
42 | 2023-10-04T03:10:53.455Z | info: installing component 'rust-std' |
43 | 2023-10-04T03:10:53.773Z | info: installing component 'rustc' |
44 | 2023-10-04T03:10:57.854Z | info: installing component 'rustfmt' |
45 | 2023-10-04T03:10:58.249Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T03:10:58.276Z | |
47 | 2023-10-04T03:10:58.395Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T03:10:58.403Z | |
49 | 2023-10-04T03:10:58.444Z | |
50 | 2023-10-04T03:10:58.480Z | Rust is installed now. Great! |
51 | 2023-10-04T03:10:58.503Z | |
52 | 2023-10-04T03:10:58.525Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T03:10:58.613Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T03:10:58.634Z | |
55 | 2023-10-04T03:10:58.649Z | To configure your current shell, run: |
56 | 2023-10-04T03:10:58.719Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T03:10:58.739Z | + rustc --version |
58 | 2023-10-04T03:10:58.765Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T03:10:58.846Z | process exited: duration 28615 ms, exit code 0 |
|
60 | 2023-10-04T03:10:58.897Z | starting task 2: "authentication" |
61 | 2023-10-04T03:10:58.997Z | process exited: duration 80 ms, exit code 0 |
|
62 | 2023-10-04T03:10:59.060Z | starting task 3: "clone repository" |
63 | 2023-10-04T03:10:59.143Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T03:10:59.148Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T03:10:59.153Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T03:11:05.232Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T03:11:05.237Z | + [[ -n sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive ]] |
68 | 2023-10-04T03:11:05.243Z | + git fetch origin sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive |
69 | 2023-10-04T03:11:05.592Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T03:11:05.596Z | * branch sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive -> FETCH_HEAD |
71 | 2023-10-04T03:11:05.600Z | + git checkout -B sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive remotes/origin/sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive |
72 | 2023-10-04T03:11:05.688Z | Switched to a new branch 'sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive' |
73 | 2023-10-04T03:11:05.692Z | branch 'sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive' set up to track 'origin/sunshowers/spr/workspace-hack-use-workspace-dotted-format-and-a-patch-directive'. |
74 | 2023-10-04T03:11:05.695Z | + git reset --hard 7ebb62b0d88773b39b312b187bed6f421ba92944 |
75 | 2023-10-04T03:11:05.705Z | HEAD is now at 7ebb62b0 [𝘀𝗽𝗿] initial version |
76 | 2023-10-04T03:11:05.708Z | process exited: duration 6627 ms, exit code 0 |
|
77 | 2023-10-04T03:11:05.718Z | starting task 4: "build" |
78 | 2023-10-04T03:11:06.142Z | + cargo --version |
79 | 2023-10-04T03:11:06.147Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T03:11:06.151Z | + rustc --version |
81 | 2023-10-04T03:11:06.155Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T03:11:06.159Z | + source ./env.sh |
83 | 2023-10-04T03:11:06.163Z | ++ set -o xtrace |
84 | 2023-10-04T03:11:06.168Z | ++++ dirname ./env.sh |
85 | 2023-10-04T03:11:06.172Z | +++ cd . |
86 | 2023-10-04T03:11:06.179Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-04T03:11:06.185Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-04T03:11:06.190Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-04T03:11:06.197Z | ++ 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-04T03:11:06.207Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-04T03:11:06.624Z | ++ 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-04T03:11:06.649Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-10-04T03:11:06.664Z | ++ 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-04T03:11:06.678Z | ++ unset OMICRON_WS |
95 | 2023-10-04T03:11:06.690Z | ++ set +o xtrace |
96 | 2023-10-04T03:11:06.701Z | |
97 | 2023-10-04T03:11:06.705Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-04T03:11:06.708Z | # # # # # # # # # # # # # # # |
99 | 2023-10-04T03:11:06.711Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-04T03:11:06.713Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-04T03:11:06.716Z | # # # # # # # # # # # # # # # |
102 | 2023-10-04T03:11:06.719Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-04T03:11:06.722Z | |
104 | 2023-10-04T03:11:18.465Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-04T03:11:19.450Z | Startup: Caching catalogs ... Done |
106 | 2023-10-04T03:11:21.805Z | Planning: Solver setup ... Done (2.539s) |
107 | 2023-10-04T03:11:22.221Z | Planning: Running solver ... Done (0.165s) |
108 | 2023-10-04T03:11:22.229Z | Planning: Finding local manifests ... Done (0.004s) |
109 | 2023-10-04T03:11:22.233Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-04T03:11:22.280Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-04T03:11:22.363Z | Planning: Package planning ... Done (0.084s) |
112 | 2023-10-04T03:11:22.448Z | Planning: Merging actions ... Done (0.086s) |
113 | 2023-10-04T03:11:23.137Z | Planning: Checking for conflicting actions ... Done (0.680s) |
114 | 2023-10-04T03:11:23.148Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-04T03:11:27.358Z | Planning: Evaluating mediators ... Done (4.212s) |
116 | 2023-10-04T03:11:27.374Z | Planning: Planning completed in 8.28 seconds |
117 | 2023-10-04T03:11:27.396Z | Packages to install: 4 |
118 | 2023-10-04T03:11:27.399Z | Mediators to change: 2 |
119 | 2023-10-04T03:11:27.403Z | Services to change: 1 |
120 | 2023-10-04T03:11:27.407Z | Estimated space available: 149.39 GB |
121 | 2023-10-04T03:11:27.409Z | Estimated space to be consumed: 1.35 GB |
122 | 2023-10-04T03:11:27.412Z | Create boot environment: No |
123 | 2023-10-04T03:11:27.415Z | Create backup boot environment: No |
124 | 2023-10-04T03:11:27.418Z | Rebuild boot archive: No |
125 | 2023-10-04T03:11:27.422Z | |
126 | 2023-10-04T03:11:27.432Z | Changed mediators: |
127 | 2023-10-04T03:11:27.857Z | mediator clang: |
128 | 2023-10-04T03:11:27.862Z | version: None -> 15 (system default) |
129 | 2023-10-04T03:11:27.868Z | |
130 | 2023-10-04T03:11:27.873Z | mediator llvm: |
131 | 2023-10-04T03:11:27.878Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-04T03:11:27.882Z | |
133 | 2023-10-04T03:11:27.885Z | Changed packages: |
134 | 2023-10-04T03:11:27.887Z | helios-dev |
135 | 2023-10-04T03:11:27.890Z | developer/build-essential |
136 | 2023-10-04T03:11:27.894Z | None -> 11-2.0 |
137 | 2023-10-04T03:11:27.897Z | library/libxmlsec1 |
138 | 2023-10-04T03:11:27.900Z | None -> 1.2.35-2.0 |
139 | 2023-10-04T03:11:27.903Z | ooce/developer/clang-15 |
140 | 2023-10-04T03:11:27.906Z | None -> 15.0.7-2.0 |
141 | 2023-10-04T03:11:27.909Z | ooce/developer/llvm-15 |
142 | 2023-10-04T03:11:27.912Z | None -> 15.0.7-2.0 |
143 | 2023-10-04T03:11:27.915Z | |
144 | 2023-10-04T03:11:27.918Z | Services: |
145 | 2023-10-04T03:11:27.921Z | restart_fmri: |
146 | 2023-10-04T03:11:27.924Z | svc:/system/update-man-index:default |
147 | 2023-10-04T03:11:27.927Z | |
148 | 2023-10-04T03:11:27.930Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-04T03:11:33.759Z | Download: 210/3290 items 1.3/212.6MB 0% complete (283k/s) |
150 | 2023-10-04T03:11:40.170Z | Download: 213/3290 items 1.3/212.6MB 0% complete (270k/s) |
151 | 2023-10-04T03:11:45.199Z | Download: 556/3290 items 17.5/212.6MB 8% complete (2.0M/s) |
152 | 2023-10-04T03:11:50.207Z | Download: 1021/3290 items 19.5/212.6MB 9% complete (1.9M/s) |
153 | 2023-10-04T03:11:55.371Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (6.7M/s) |
154 | 2023-10-04T03:12:14.651Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
155 | 2023-10-04T03:12:19.675Z | Download: 1694/3290 items 118.0/212.6MB 55% complete (7.4M/s) |
156 | 2023-10-04T03:12:25.187Z | Download: 2218/3290 items 119.2/212.6MB 56% complete (4.5M/s) |
157 | 2023-10-04T03:12:43.399Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
158 | 2023-10-04T03:12:48.399Z | Download: 3144/3290 items 161.7/212.6MB 76% complete (8.3M/s) |
159 | 2023-10-04T03:12:51.782Z | Download: Completed 212.60 MB in 84.18 seconds (2.5M/s) |
160 | 2023-10-04T03:12:52.065Z | Actions: 1/3687 actions (Installing new actions) |
161 | 2023-10-04T03:12:57.167Z | Actions: 2604/3687 actions (Installing new actions) |
162 | 2023-10-04T03:13:00.337Z | Actions: Completed 3687 actions in 8.25 seconds. |
163 | 2023-10-04T03:13:00.372Z | Done (0.053s) |
164 | 2023-10-04T03:13:00.376Z | Done (0.000s) |
165 | 2023-10-04T03:13:00.509Z | Done (0.137s) |
166 | 2023-10-04T03:13:08.556Z | Done (7.938s) |
167 | 2023-10-04T03:13:08.842Z | Done (0.189s) |
168 | 2023-10-04T03:13:08.845Z | Done (0.000s) |
169 | 2023-10-04T03:13:09.066Z | Done (0.000s) |
170 | 2023-10-04T03:13:09.732Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-10-04T03:13:10.016Z | Planning: Checking for conflicting actions ... Done |
172 | 2023-10-04T03:13:10.021Z | Planning: Consolidating action changes ... Done |
173 | 2023-10-04T03:13:10.455Z | Planning: Evaluating mediators ... Done |
174 | 2023-10-04T03:13:10.459Z | Planning: Planning completed in 0.73 seconds |
175 | 2023-10-04T03:13:10.512Z | Mediators to change: 2 |
176 | 2023-10-04T03:13:10.515Z | Create boot environment: No |
177 | 2023-10-04T03:13:10.518Z | Create backup boot environment: No |
178 | 2023-10-04T03:13:10.601Z | Done |
179 | 2023-10-04T03:13:10.607Z | Done |
180 | 2023-10-04T03:13:10.679Z | Done |
181 | 2023-10-04T03:13:16.717Z | Done |
182 | 2023-10-04T03:13:16.833Z | Done |
183 | 2023-10-04T03:13:16.836Z | Done |
184 | 2023-10-04T03:13:17.079Z | Done |
185 | 2023-10-04T03:13:18.087Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-10-04T03:13:18.091Z | Planning: Merging actions ... Done |
187 | 2023-10-04T03:13:18.413Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-10-04T03:13:18.420Z | Planning: Consolidating action changes ... Done |
189 | 2023-10-04T03:13:18.845Z | Planning: Evaluating mediators ... Done |
190 | 2023-10-04T03:13:18.931Z | Planning: Planning completed in 1.29 seconds |
191 | 2023-10-04T03:13:18.987Z | Packages to change: 1 |
192 | 2023-10-04T03:13:18.990Z | Mediators to change: 1 |
193 | 2023-10-04T03:13:18.993Z | Services to change: 1 |
194 | 2023-10-04T03:13:18.996Z | Create boot environment: No |
195 | 2023-10-04T03:13:18.999Z | Create backup boot environment: Yes |
196 | 2023-10-04T03:13:21.328Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2023-10-04T03:13:21.332Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2023-10-04T03:13:21.335Z | Done |
199 | 2023-10-04T03:13:21.338Z | Done |
200 | 2023-10-04T03:13:21.365Z | Done |
201 | 2023-10-04T03:13:27.340Z | Done |
202 | 2023-10-04T03:13:27.460Z | Done |
203 | 2023-10-04T03:13:27.472Z | Done |
204 | 2023-10-04T03:13:27.590Z | Done |
205 | 2023-10-04T03:13:28.266Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2023-10-04T03:13:28.269Z | clang system 15 system |
207 | 2023-10-04T03:13:28.273Z | csh system system illumos |
208 | 2023-10-04T03:13:28.275Z | ctags system system illumos |
209 | 2023-10-04T03:13:28.278Z | gcc vendor 12 vendor |
210 | 2023-10-04T03:13:28.281Z | gcc system 10 system |
211 | 2023-10-04T03:13:28.284Z | gcc system 7 system |
212 | 2023-10-04T03:13:28.287Z | go system 1.20 system |
213 | 2023-10-04T03:13:28.290Z | go system 1.19 system |
214 | 2023-10-04T03:13:28.293Z | llvm system 15 system |
215 | 2023-10-04T03:13:28.296Z | llvm system 14 system |
216 | 2023-10-04T03:13:28.299Z | mariadb system 10.6 system |
217 | 2023-10-04T03:13:28.302Z | mta vendor vendor dma |
218 | 2023-10-04T03:13:28.305Z | openjdk system 17 system |
219 | 2023-10-04T03:13:28.308Z | openjdk system 11 system |
220 | 2023-10-04T03:13:28.311Z | openjdk system 1.8 system |
221 | 2023-10-04T03:13:28.314Z | openssl vendor 3 vendor |
222 | 2023-10-04T03:13:28.316Z | perl system 5.36 system |
223 | 2023-10-04T03:13:28.319Z | postgresql system 15 system |
224 | 2023-10-04T03:13:28.326Z | postgresql system 13 system |
225 | 2023-10-04T03:13:28.333Z | python vendor 3 vendor |
226 | 2023-10-04T03:13:28.341Z | python system 2 system |
227 | 2023-10-04T03:13:28.345Z | python3 system 3.11 system |
228 | 2023-10-04T03:13:28.351Z | ruby system 3.0 system |
229 | 2023-10-04T03:13:28.356Z | words vendor vendor american-english |
230 | 2023-10-04T03:13:28.392Z | words system system australian-english |
231 | 2023-10-04T03:13:28.398Z | words system system british-english |
232 | 2023-10-04T03:13:28.402Z | words system system canadian-english |
233 | 2023-10-04T03:13:28.409Z | words system system french |
234 | 2023-10-04T03:13:28.422Z | words system system italian |
235 | 2023-10-04T03:13:28.447Z | words system system ngerman |
236 | 2023-10-04T03:13:28.452Z | words system system ogerman |
237 | 2023-10-04T03:13:28.458Z | words system system spanish |
238 | 2023-10-04T03:13:28.816Z | FMRI IFO |
239 | 2023-10-04T03:13:28.829Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2023-10-04T03:13:28.837Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2023-10-04T03:13:28.841Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2023-10-04T03:13:28.847Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
243 | 2023-10-04T03:13:28.858Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2023-10-04T03:13:28.865Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
245 | 2023-10-04T03:13:28.884Z | + set -o errexit |
246 | 2023-10-04T03:13:28.888Z | +++ dirname ./tools/ci_download_cockroachdb |
247 | 2023-10-04T03:13:28.896Z | ++ cd ./tools |
248 | 2023-10-04T03:13:28.901Z | ++ pwd |
249 | 2023-10-04T03:13:28.907Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
250 | 2023-10-04T03:13:28.913Z | ++ basename ./tools/ci_download_cockroachdb |
251 | 2023-10-04T03:13:28.926Z | + ARG0=ci_download_cockroachdb |
252 | 2023-10-04T03:13:28.930Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
253 | 2023-10-04T03:13:28.936Z | + CIDL_VERSION=v22.1.9 |
254 | 2023-10-04T03:13:28.940Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
255 | 2023-10-04T03:13:28.945Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
256 | 2023-10-04T03:13:28.950Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
257 | 2023-10-04T03:13:28.956Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-04T03:13:28.974Z | + TARGET_DIR=out |
259 | 2023-10-04T03:13:28.986Z | + DOWNLOAD_DIR=out/downloads |
260 | 2023-10-04T03:13:28.989Z | + DEST_DIR=./out/cockroachdb |
261 | 2023-10-04T03:13:28.991Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
262 | 2023-10-04T03:13:28.994Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
263 | 2023-10-04T03:13:28.997Z | + main |
264 | 2023-10-04T03:13:28.999Z | + [[ 0 != 0 ]] |
265 | 2023-10-04T03:13:29.002Z | + CIDL_OS=solaris2.11 |
266 | 2023-10-04T03:13:29.006Z | + [[ 0 != 0 ]] |
267 | 2023-10-04T03:13:29.010Z | + configure_os solaris2.11 |
268 | 2023-10-04T03:13:29.020Z | + echo 'current directory: /work/oxidecomputer/omicron' |
269 | 2023-10-04T03:13:29.024Z | current directory: /work/oxidecomputer/omicron |
270 | 2023-10-04T03:13:29.027Z | + echo 'configuring based on OS: "solaris2.11"' |
271 | 2023-10-04T03:13:29.035Z | configuring based on OS: "solaris2.11" |
272 | 2023-10-04T03:13:29.045Z | + case "$1" in |
273 | 2023-10-04T03:13:29.050Z | + CIDL_BUILD=illumos |
274 | 2023-10-04T03:13:29.063Z | + CIDL_SUFFIX=tar.gz |
275 | 2023-10-04T03:13:29.072Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-04T03:13:29.085Z | + CIDL_MD5FUNC=do_md5sum |
277 | 2023-10-04T03:13:29.096Z | + CIDL_URL_BASE=https://illumos.org/downloads |
278 | 2023-10-04T03:13:29.104Z | + CIDL_ASSEMBLE=do_assemble_illumos |
279 | 2023-10-04T03:13:29.116Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
280 | 2023-10-04T03:13:29.118Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-04T03:13:29.121Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-04T03:13:29.124Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
283 | 2023-10-04T03:13:29.127Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-04T03:13:29.131Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-10-04T03:13:29.134Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-04T03:13:29.137Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-10-04T03:13:29.140Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-04T03:13:29.150Z | + mkdir -p out/downloads |
289 | 2023-10-04T03:13:29.159Z | + mkdir -p ./out/cockroachdb |
290 | 2023-10-04T03:13:29.174Z | + local DO_DOWNLOAD=true |
291 | 2023-10-04T03:13:29.586Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
292 | 2023-10-04T03:13:29.590Z | + '[' true == true ']' |
293 | 2023-10-04T03:13:29.596Z | + echo Downloading... |
294 | 2023-10-04T03:13:29.606Z | Downloading... |
295 | 2023-10-04T03:13:29.608Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-04T03:13:29.611Z | + 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 |
297 | 2023-10-04T03:13:33.751Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-10-04T03:13:33.755Z | ++ md5sum |
299 | 2023-10-04T03:13:33.758Z | ++ awk '{print $1}' |
300 | 2023-10-04T03:13:33.937Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
301 | 2023-10-04T03:13:33.940Z | + [[ 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 ]] |
302 | 2023-10-04T03:13:33.945Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-10-04T03:13:33.948Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
304 | 2023-10-04T03:13:37.495Z | + do_assemble_illumos |
305 | 2023-10-04T03:13:37.510Z | + rm -r ./out/cockroachdb |
306 | 2023-10-04T03:13:37.521Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
307 | 2023-10-04T03:13:38.155Z | + ./out/cockroachdb/bin/cockroach version |
308 | 2023-10-04T03:13:38.366Z | Build Tag: v22.1.9-dirty |
309 | 2023-10-04T03:13:38.385Z | Build Time: 2022/10/26 21:17:46 |
310 | 2023-10-04T03:13:38.403Z | Distribution: OSS |
311 | 2023-10-04T03:13:38.415Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
312 | 2023-10-04T03:13:38.430Z | Go Version: go1.17.13 |
313 | 2023-10-04T03:13:38.446Z | C Compiler: gcc 10.3.0 |
314 | 2023-10-04T03:13:38.462Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
315 | 2023-10-04T03:13:38.473Z | Build Type: release |
316 | 2023-10-04T03:13:38.499Z | + set -o errexit |
317 | 2023-10-04T03:13:38.520Z | +++ dirname ./tools/ci_download_clickhouse |
318 | 2023-10-04T03:13:38.971Z | ++ cd ./tools |
319 | 2023-10-04T03:13:38.988Z | ++ pwd |
320 | 2023-10-04T03:13:39.004Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
321 | 2023-10-04T03:13:39.452Z | ++ basename ./tools/ci_download_clickhouse |
322 | 2023-10-04T03:13:39.460Z | + ARG0=ci_download_clickhouse |
323 | 2023-10-04T03:13:39.470Z | + TARGET_DIR=out |
324 | 2023-10-04T03:13:39.478Z | + DOWNLOAD_DIR=out/downloads |
325 | 2023-10-04T03:13:39.483Z | + DEST_DIR=./out/clickhouse |
326 | 2023-10-04T03:13:39.489Z | + CIDL_VERSION=v22.8.9.24 |
327 | 2023-10-04T03:13:39.502Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
328 | 2023-10-04T03:13:39.937Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
329 | 2023-10-04T03:13:39.944Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
330 | 2023-10-04T03:13:40.358Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
331 | 2023-10-04T03:13:40.365Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
332 | 2023-10-04T03:13:40.378Z | + main |
333 | 2023-10-04T03:13:40.389Z | + [[ 0 != 0 ]] |
334 | 2023-10-04T03:13:40.398Z | + CIDL_OS=solaris2.11 |
335 | 2023-10-04T03:13:40.444Z | + [[ 0 != 0 ]] |
336 | 2023-10-04T03:13:40.474Z | + configure_os solaris2.11 |
337 | 2023-10-04T03:13:40.897Z | + echo 'current directory: /work/oxidecomputer/omicron' |
338 | 2023-10-04T03:13:41.323Z | current directory: /work/oxidecomputer/omicron |
339 | 2023-10-04T03:13:41.334Z | + echo 'configuring based on OS: "solaris2.11"' |
340 | 2023-10-04T03:13:41.343Z | configuring based on OS: "solaris2.11" |
341 | 2023-10-04T03:13:41.353Z | + CIDL_DASHREV= |
342 | 2023-10-04T03:13:41.358Z | + case "$1" in |
343 | 2023-10-04T03:13:41.368Z | + CIDL_PLATFORM=illumos |
344 | 2023-10-04T03:13:41.376Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-04T03:13:41.381Z | + CIDL_MD5FUNC=do_md5sum |
346 | 2023-10-04T03:13:41.387Z | + CIDL_DASHREV=-1 |
347 | 2023-10-04T03:13:41.392Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
348 | 2023-10-04T03:13:41.401Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-04T03:13:41.414Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-04T03:13:41.835Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-10-04T03:13:41.839Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-10-04T03:13:41.845Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-04T03:13:41.849Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-10-04T03:13:41.853Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-10-04T03:13:41.855Z | + mkdir -p out/downloads |
356 | 2023-10-04T03:13:41.859Z | + mkdir -p ./out/clickhouse |
357 | 2023-10-04T03:13:41.863Z | + local DO_DOWNLOAD=true |
358 | 2023-10-04T03:13:41.868Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
359 | 2023-10-04T03:13:41.871Z | + '[' true == true ']' |
360 | 2023-10-04T03:13:41.875Z | + echo Downloading... |
361 | 2023-10-04T03:13:41.879Z | Downloading... |
362 | 2023-10-04T03:13:41.883Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-10-04T03:13:41.886Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-10-04T03:13:41.890Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-10-04T03:13:41.905Z | ++ md5sum |
366 | 2023-10-04T03:13:41.914Z | ++ awk '{print $1}' |
367 | 2023-10-04T03:13:41.919Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2023-10-04T03:13:41.923Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
369 | 2023-10-04T03:13:41.928Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
370 | 2023-10-04T03:13:41.932Z | + mkdir -p ./out/clickhouse |
371 | 2023-10-04T03:13:41.936Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
372 | 2023-10-04T03:13:45.268Z | + ./out/clickhouse/clickhouse server --version |
373 | 2023-10-04T03:13:45.326Z | ClickHouse server version 22.8.9.1. |
374 | 2023-10-04T03:13:45.345Z | + set -o errexit |
375 | 2023-10-04T03:13:45.362Z | +++ dirname ./tools/ci_download_console |
376 | 2023-10-04T03:13:45.412Z | ++ cd ./tools |
377 | 2023-10-04T03:13:45.438Z | ++ pwd |
378 | 2023-10-04T03:13:45.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
379 | 2023-10-04T03:13:45.466Z | ++ basename ./tools/ci_download_console |
380 | 2023-10-04T03:13:45.482Z | + ARG0=ci_download_console |
381 | 2023-10-04T03:13:45.499Z | + TARGET_DIR=out |
382 | 2023-10-04T03:13:45.514Z | + DOWNLOAD_DIR=out/downloads |
383 | 2023-10-04T03:13:45.529Z | + DEST_DIR=./out/console-assets |
384 | 2023-10-04T03:13:45.543Z | + source /work/oxidecomputer/omicron/tools/console_version |
385 | 2023-10-04T03:13:45.958Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
386 | 2023-10-04T03:13:45.963Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
387 | 2023-10-04T03:13:45.968Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
388 | 2023-10-04T03:13:45.980Z | + TARBALL_FILE=out/downloads/console.tar.gz |
389 | 2023-10-04T03:13:45.991Z | + main |
390 | 2023-10-04T03:13:45.995Z | + [[ 0 != 0 ]] |
391 | 2023-10-04T03:13:45.999Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
392 | 2023-10-04T03:13:46.003Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
393 | 2023-10-04T03:13:46.006Z | + echo 'Local file: out/downloads/console.tar.gz' |
394 | 2023-10-04T03:13:46.010Z | Local file: out/downloads/console.tar.gz |
395 | 2023-10-04T03:13:46.014Z | + local DO_DOWNLOAD=true |
396 | 2023-10-04T03:13:46.032Z | + [[ -f out/downloads/console.tar.gz ]] |
397 | 2023-10-04T03:13:46.036Z | + mkdir -p out/downloads |
398 | 2023-10-04T03:13:46.040Z | + '[' true == true ']' |
399 | 2023-10-04T03:13:46.043Z | + echo Downloading... |
400 | 2023-10-04T03:13:46.046Z | Downloading... |
401 | 2023-10-04T03:13:46.049Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
402 | 2023-10-04T03:13:46.052Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
403 | 2023-10-04T03:13:46.056Z | ++ do_sha256sum out/downloads/console.tar.gz |
404 | 2023-10-04T03:13:46.060Z | ++ case "$OSTYPE" in |
405 | 2023-10-04T03:13:46.063Z | ++ SHA=sha256sum |
406 | 2023-10-04T03:13:46.066Z | ++ sha256sum |
407 | 2023-10-04T03:13:46.069Z | ++ awk '{print $1}' |
408 | 2023-10-04T03:13:46.074Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
409 | 2023-10-04T03:13:46.076Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
410 | 2023-10-04T03:13:46.079Z | + rm -rf ./out/console-assets |
411 | 2023-10-04T03:13:46.082Z | + mkdir -p ./out/console-assets |
412 | 2023-10-04T03:13:46.085Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
413 | 2023-10-04T03:13:46.087Z | + mkdir -p ./out/console-assets |
414 | 2023-10-04T03:13:46.090Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
415 | 2023-10-04T03:13:46.093Z | + set -o errexit |
416 | 2023-10-04T03:13:46.096Z | +++ dirname ./tools/ci_download_maghemite_openapi |
417 | 2023-10-04T03:13:46.098Z | ++ cd ./tools |
418 | 2023-10-04T03:13:46.101Z | ++ pwd |
419 | 2023-10-04T03:13:46.104Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
420 | 2023-10-04T03:13:46.108Z | ++ basename ./tools/ci_download_maghemite_openapi |
421 | 2023-10-04T03:13:46.112Z | + ARG0=ci_download_maghemite_openapi |
422 | 2023-10-04T03:13:46.116Z | + TARGET_DIR=out |
423 | 2023-10-04T03:13:46.124Z | + DOWNLOAD_DIR=out/downloads |
424 | 2023-10-04T03:13:46.545Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
425 | 2023-10-04T03:13:46.554Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
426 | 2023-10-04T03:13:46.573Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-04T03:13:46.584Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
428 | 2023-10-04T03:13:46.601Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-04T03:13:46.615Z | + main |
430 | 2023-10-04T03:13:46.626Z | + [[ 0 != 0 ]] |
431 | 2023-10-04T03:13:46.634Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
432 | 2023-10-04T03:13:46.641Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
433 | 2023-10-04T03:13:46.647Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
434 | 2023-10-04T03:13:46.656Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
435 | 2023-10-04T03:13:46.672Z | + local DO_DOWNLOAD=true |
436 | 2023-10-04T03:13:46.685Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
437 | 2023-10-04T03:13:46.695Z | + mkdir -p out/downloads |
438 | 2023-10-04T03:13:46.700Z | + '[' true == true ']' |
439 | 2023-10-04T03:13:46.710Z | + echo Downloading... |
440 | 2023-10-04T03:13:46.718Z | Downloading... |
441 | 2023-10-04T03:13:46.727Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
442 | 2023-10-04T03:13:46.741Z | + 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 |
443 | 2023-10-04T03:13:46.754Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
444 | 2023-10-04T03:13:46.770Z | ++ case "$OSTYPE" in |
445 | 2023-10-04T03:13:47.191Z | ++ SHA=sha256sum |
446 | 2023-10-04T03:13:47.208Z | ++ sha256sum |
447 | 2023-10-04T03:13:47.223Z | ++ awk '{print $1}' |
448 | 2023-10-04T03:13:47.234Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
449 | 2023-10-04T03:13:47.248Z | + [[ 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 ]] |
450 | 2023-10-04T03:13:47.265Z | + set -o errexit |
451 | 2023-10-04T03:13:47.685Z | +++ dirname ./tools/ci_download_dendrite_openapi |
452 | 2023-10-04T03:13:47.714Z | ++ cd ./tools |
453 | 2023-10-04T03:13:48.128Z | ++ pwd |
454 | 2023-10-04T03:13:48.154Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
455 | 2023-10-04T03:13:48.172Z | ++ basename ./tools/ci_download_dendrite_openapi |
456 | 2023-10-04T03:13:48.184Z | + ARG0=ci_download_dendrite_openapi |
457 | 2023-10-04T03:13:48.199Z | + TARGET_DIR=out |
458 | 2023-10-04T03:13:48.214Z | + DOWNLOAD_DIR=out/downloads |
459 | 2023-10-04T03:13:48.219Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
460 | 2023-10-04T03:13:48.225Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
461 | 2023-10-04T03:13:48.237Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
462 | 2023-10-04T03:13:48.242Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
463 | 2023-10-04T03:13:48.253Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
464 | 2023-10-04T03:13:48.265Z | + main |
465 | 2023-10-04T03:13:48.685Z | + [[ 0 != 0 ]] |
466 | 2023-10-04T03:13:48.694Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
467 | 2023-10-04T03:13:48.704Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
468 | 2023-10-04T03:13:48.720Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
469 | 2023-10-04T03:13:48.732Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
470 | 2023-10-04T03:13:48.740Z | + local DO_DOWNLOAD=true |
471 | 2023-10-04T03:13:48.744Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
472 | 2023-10-04T03:13:48.747Z | + mkdir -p out/downloads |
473 | 2023-10-04T03:13:48.750Z | + '[' true == true ']' |
474 | 2023-10-04T03:13:48.754Z | + echo Downloading... |
475 | 2023-10-04T03:13:48.757Z | Downloading... |
476 | 2023-10-04T03:13:48.762Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
477 | 2023-10-04T03:13:48.778Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
478 | 2023-10-04T03:13:49.187Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
479 | 2023-10-04T03:13:49.191Z | ++ case "$OSTYPE" in |
480 | 2023-10-04T03:13:49.197Z | ++ SHA=sha256sum |
481 | 2023-10-04T03:13:49.210Z | ++ sha256sum |
482 | 2023-10-04T03:13:49.221Z | ++ awk '{print $1}' |
483 | 2023-10-04T03:13:49.230Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
484 | 2023-10-04T03:13:49.242Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
485 | 2023-10-04T03:13:49.255Z | + set -o errexit |
486 | 2023-10-04T03:13:49.265Z | +++ dirname ./tools/ci_download_dendrite_stub |
487 | 2023-10-04T03:13:49.276Z | ++ cd ./tools |
488 | 2023-10-04T03:13:49.285Z | ++ pwd |
489 | 2023-10-04T03:13:49.299Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2023-10-04T03:13:49.315Z | current directory: /work/oxidecomputer/omicron |
491 | 2023-10-04T03:13:49.330Z | ++ basename ./tools/ci_download_dendrite_stub |
492 | 2023-10-04T03:13:49.337Z | configuring based on OS: "solaris2.11" |
493 | 2023-10-04T03:13:49.344Z | + ARG0=ci_download_dendrite_stub |
494 | 2023-10-04T03:13:49.389Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
495 | 2023-10-04T03:13:49.406Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
496 | 2023-10-04T03:13:49.417Z | Local file: out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-04T03:13:49.427Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
498 | 2023-10-04T03:13:49.440Z | Downloading... |
499 | 2023-10-04T03:13:49.452Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
500 | 2023-10-04T03:13:49.469Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
501 | 2023-10-04T03:13:49.484Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2023-10-04T03:13:49.493Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
503 | 2023-10-04T03:13:49.508Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
504 | 2023-10-04T03:13:49.521Z | + TARGET_DIR=out |
505 | 2023-10-04T03:13:49.534Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-10-04T03:13:49.557Z | + DEST_DIR=./out/dendrite-stub |
507 | 2023-10-04T03:13:49.571Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
508 | 2023-10-04T03:13:49.586Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
509 | 2023-10-04T03:13:49.604Z | + REPO=oxidecomputer/dendrite |
510 | 2023-10-04T03:13:49.620Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
511 | 2023-10-04T03:13:49.630Z | + main |
512 | 2023-10-04T03:13:49.639Z | + [[ 0 != 0 ]] |
513 | 2023-10-04T03:13:49.647Z | + CIDL_OS=solaris2.11 |
514 | 2023-10-04T03:13:49.653Z | + [[ 0 != 0 ]] |
515 | 2023-10-04T03:13:49.664Z | + configure_os solaris2.11 |
516 | 2023-10-04T03:13:49.679Z | + echo 'current directory: /work/oxidecomputer/omicron' |
517 | 2023-10-04T03:13:49.695Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-10-04T03:13:49.702Z | + case "$1" in |
519 | 2023-10-04T03:13:49.713Z | + SET_BINARIES= |
520 | 2023-10-04T03:13:49.723Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
521 | 2023-10-04T03:13:49.734Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-10-04T03:13:49.744Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-10-04T03:13:49.762Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
524 | 2023-10-04T03:13:49.779Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-10-04T03:13:50.204Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
526 | 2023-10-04T03:13:50.207Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
527 | 2023-10-04T03:13:50.210Z | + mkdir -p out/downloads |
528 | 2023-10-04T03:13:50.214Z | + mkdir -p ./out/dendrite-stub |
529 | 2023-10-04T03:13:50.219Z | + fetch_and_verify |
530 | 2023-10-04T03:13:50.222Z | + local DO_DOWNLOAD=true |
531 | 2023-10-04T03:13:50.227Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
532 | 2023-10-04T03:13:50.230Z | + '[' true == true ']' |
533 | 2023-10-04T03:13:50.233Z | + echo Downloading... |
534 | 2023-10-04T03:13:50.247Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-04T03:13:50.255Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
536 | 2023-10-04T03:13:57.109Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
537 | 2023-10-04T03:13:57.112Z | ++ sha256sum |
538 | 2023-10-04T03:13:57.115Z | ++ awk '{print $1}' |
539 | 2023-10-04T03:13:57.213Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
540 | 2023-10-04T03:13:57.241Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
541 | 2023-10-04T03:13:57.257Z | + do_untar out/downloads/dendrite-stub.tar.gz |
542 | 2023-10-04T03:13:57.269Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
543 | 2023-10-04T03:13:58.211Z | + do_assemble |
544 | 2023-10-04T03:13:58.216Z | + rm -r ./out/dendrite-stub |
545 | 2023-10-04T03:13:58.220Z | + mkdir ./out/dendrite-stub |
546 | 2023-10-04T03:13:58.225Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
547 | 2023-10-04T03:13:58.331Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
548 | 2023-10-04T03:13:58.343Z | + set -o errexit |
549 | 2023-10-04T03:13:58.346Z | +++ dirname ./tools/ci_download_transceiver_control |
550 | 2023-10-04T03:13:58.352Z | ++ cd ./tools |
551 | 2023-10-04T03:13:58.356Z | ++ pwd |
552 | 2023-10-04T03:13:58.360Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
553 | 2023-10-04T03:13:58.367Z | ++ basename ./tools/ci_download_transceiver_control |
554 | 2023-10-04T03:13:58.372Z | + ARG0=ci_download_transceiver_control |
555 | 2023-10-04T03:13:58.377Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
556 | 2023-10-04T03:13:58.380Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
557 | 2023-10-04T03:13:58.384Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
558 | 2023-10-04T03:13:58.387Z | + TARGET_DIR=out |
559 | 2023-10-04T03:13:58.390Z | + DOWNLOAD_DIR=out/downloads |
560 | 2023-10-04T03:13:58.393Z | + DEST_DIR=./out/transceiver-control |
561 | 2023-10-04T03:13:58.398Z | + BIN_DIR=/opt/oxide/bin |
562 | 2023-10-04T03:13:58.401Z | + BINARY=xcvradm |
563 | 2023-10-04T03:13:58.404Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2023-10-04T03:13:58.408Z | + REPO=oxidecomputer/transceiver-control |
565 | 2023-10-04T03:13:58.412Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
566 | 2023-10-04T03:13:58.425Z | + main |
567 | 2023-10-04T03:13:58.428Z | + [[ 0 != 0 ]] |
568 | 2023-10-04T03:13:58.433Z | + CIDL_OS=solaris2.11 |
569 | 2023-10-04T03:13:58.437Z | + [[ 0 != 0 ]] |
570 | 2023-10-04T03:13:58.442Z | + configure_os solaris2.11 |
571 | 2023-10-04T03:13:58.448Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2023-10-04T03:13:58.451Z | current directory: /work/oxidecomputer/omicron |
573 | 2023-10-04T03:13:58.466Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2023-10-04T03:13:58.470Z | configuring based on OS: "solaris2.11" |
575 | 2023-10-04T03:13:58.473Z | + case "$1" in |
576 | 2023-10-04T03:13:58.477Z | + SET_BINARIES= |
577 | 2023-10-04T03:13:58.488Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
578 | 2023-10-04T03:13:58.491Z | + CIDL_SHA256FUNC=do_sha256sum |
579 | 2023-10-04T03:13:58.495Z | + ARCHIVE_FILENAME=xcvradm.gz |
580 | 2023-10-04T03:13:58.502Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
581 | 2023-10-04T03:13:58.509Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
582 | 2023-10-04T03:13:58.515Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
583 | 2023-10-04T03:13:58.521Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
584 | 2023-10-04T03:13:58.530Z | + echo 'Local file: out/downloads/xcvradm.gz' |
585 | 2023-10-04T03:13:58.545Z | Local file: out/downloads/xcvradm.gz |
586 | 2023-10-04T03:13:58.566Z | + mkdir -p out/downloads |
587 | 2023-10-04T03:13:58.990Z | + mkdir -p ./out/transceiver-control |
588 | 2023-10-04T03:13:58.994Z | + fetch_and_verify |
589 | 2023-10-04T03:13:58.997Z | + local DO_DOWNLOAD=true |
590 | 2023-10-04T03:13:58.999Z | + [[ -f out/downloads/xcvradm.gz ]] |
591 | 2023-10-04T03:13:59.002Z | + '[' true == true ']' |
592 | 2023-10-04T03:13:59.005Z | + echo Downloading... |
593 | 2023-10-04T03:13:59.008Z | Downloading... |
594 | 2023-10-04T03:13:59.011Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
595 | 2023-10-04T03:13:59.015Z | + 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 |
596 | 2023-10-04T03:14:00.693Z | ++ do_sha256sum out/downloads/xcvradm.gz |
597 | 2023-10-04T03:14:00.707Z | ++ sha256sum |
598 | 2023-10-04T03:14:00.718Z | ++ awk '{print $1}' |
599 | 2023-10-04T03:14:00.760Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
600 | 2023-10-04T03:14:00.766Z | + [[ 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 ]] |
601 | 2023-10-04T03:14:00.770Z | + do_unpack out/downloads/xcvradm.gz |
602 | 2023-10-04T03:14:00.773Z | + mkdir -p out/downloads/root//opt/oxide/bin |
603 | 2023-10-04T03:14:00.777Z | + gzip -dc out/downloads/xcvradm.gz |
604 | 2023-10-04T03:14:00.899Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
605 | 2023-10-04T03:14:00.902Z | + do_assemble |
606 | 2023-10-04T03:14:00.905Z | + rm -r ./out/transceiver-control |
607 | 2023-10-04T03:14:00.908Z | + mkdir ./out/transceiver-control |
608 | 2023-10-04T03:14:00.911Z | + cp -r out/downloads/root ./out/transceiver-control/root |
609 | 2023-10-04T03:14:01.100Z | All builder prerequisites installed successfully, and PATH looks valid |
610 | 2023-10-04T03:14:01.107Z | |
611 | 2023-10-04T03:14:01.110Z | real 2:55.054071030 |
612 | 2023-10-04T03:14:01.113Z | user 49.229096109 |
613 | 2023-10-04T03:14:01.118Z | sys 10.054959910 |
614 | 2023-10-04T03:14:01.128Z | trap 0.026047591 |
615 | 2023-10-04T03:14:01.544Z | tflt 0.224682402 |
616 | 2023-10-04T03:14:01.548Z | dflt 0.601331436 |
617 | 2023-10-04T03:14:01.552Z | kflt 0.178571282 |
618 | 2023-10-04T03:14:01.557Z | lock 1.542530771 |
619 | 2023-10-04T03:14:01.564Z | slp 5:30.088378034 |
620 | 2023-10-04T03:14:01.990Z | lat 3.853167880 |
621 | 2023-10-04T03:14:02.419Z | stop 0.072022192 |
622 | 2023-10-04T03:14:02.427Z | |
623 | 2023-10-04T03:14:02.437Z | #### # # ##### ##### # # |
624 | 2023-10-04T03:14:02.445Z | # # # # # # # # # # |
625 | 2023-10-04T03:14:02.861Z | # # # # # # # # |
626 | 2023-10-04T03:14:02.866Z | # # # ##### ##### # |
627 | 2023-10-04T03:14:02.869Z | # # # # # # # |
628 | 2023-10-04T03:14:02.875Z | #### ###### # # # # |
629 | 2023-10-04T03:14:03.293Z | |
630 | 2023-10-04T03:14:03.303Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
631 | 2023-10-04T03:14:03.317Z | Updating crates.io index |
632 | 2023-10-04T03:14:03.733Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
633 | 2023-10-04T03:14:03.738Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
634 | 2023-10-04T03:14:04.498Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
635 | 2023-10-04T03:14:05.141Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
636 | 2023-10-04T03:14:05.483Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
637 | 2023-10-04T03:14:05.766Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
638 | 2023-10-04T03:14:06.039Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
639 | 2023-10-04T03:14:07.354Z | Updating git repository `https://github.com/oxidecomputer/opte` |
640 | 2023-10-04T03:14:13.292Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
641 | 2023-10-04T03:14:13.785Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
642 | 2023-10-04T03:14:13.959Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
643 | 2023-10-04T03:14:14.129Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
644 | 2023-10-04T03:14:14.194Z | Updating git repository `https://github.com/njaremko/samael` |
645 | 2023-10-04T03:14:14.331Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
646 | 2023-10-04T03:14:14.379Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
647 | 2023-10-04T03:14:14.409Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
648 | 2023-10-04T03:14:14.432Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
649 | 2023-10-04T03:14:14.443Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
650 | 2023-10-04T03:14:14.449Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
651 | 2023-10-04T03:14:14.456Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
652 | 2023-10-04T03:14:23.207Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
653 | 2023-10-04T03:14:23.418Z | Updating git repository `https://github.com/jgallagher/nix` |
654 | 2023-10-04T03:14:24.593Z | Updating git repository `https://github.com/cbiffle/hubpack` |
655 | 2023-10-04T03:14:24.989Z | Updating git repository `https://github.com/oxidecomputer/typify` |
656 | 2023-10-04T03:14:26.028Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
657 | 2023-10-04T03:14:26.395Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
658 | 2023-10-04T03:14:26.696Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
659 | 2023-10-04T03:14:28.030Z | Downloading crates ... |
660 | 2023-10-04T03:14:28.217Z | Downloaded itoa v1.0.9 |
661 | 2023-10-04T03:14:28.225Z | Downloaded strsim v0.10.0 |
662 | 2023-10-04T03:14:28.231Z | Downloaded anstyle-query v1.0.0 |
663 | 2023-10-04T03:14:28.236Z | Downloaded clap_lex v0.5.1 |
664 | 2023-10-04T03:14:28.242Z | Downloaded serde_spanned v0.6.3 |
665 | 2023-10-04T03:14:28.247Z | Downloaded cargo-platform v0.1.3 |
666 | 2023-10-04T03:14:28.252Z | Downloaded anstyle-parse v0.2.1 |
667 | 2023-10-04T03:14:28.258Z | Downloaded anstyle v1.0.2 |
668 | 2023-10-04T03:14:28.264Z | Downloaded colorchoice v1.0.0 |
669 | 2023-10-04T03:14:28.683Z | Downloaded equivalent v1.0.1 |
670 | 2023-10-04T03:14:28.689Z | Downloaded terminal_size v0.2.6 |
671 | 2023-10-04T03:14:28.695Z | Downloaded cargo_metadata v0.18.0 |
672 | 2023-10-04T03:14:28.706Z | Downloaded semver v1.0.18 |
673 | 2023-10-04T03:14:28.720Z | Downloaded anstream v0.5.0 |
674 | 2023-10-04T03:14:28.730Z | Downloaded thiserror v1.0.48 |
675 | 2023-10-04T03:14:28.735Z | Downloaded utf8parse v0.2.1 |
676 | 2023-10-04T03:14:28.738Z | Downloaded heck v0.4.1 |
677 | 2023-10-04T03:14:28.742Z | Downloaded cargo_toml v0.16.3 |
678 | 2023-10-04T03:14:28.745Z | Downloaded errno v0.3.2 |
679 | 2023-10-04T03:14:28.750Z | Downloaded toml_edit v0.20.0 |
680 | 2023-10-04T03:14:28.756Z | Downloaded anyhow v1.0.75 |
681 | 2023-10-04T03:14:28.760Z | Downloaded serde_derive v1.0.188 |
682 | 2023-10-04T03:14:28.770Z | Downloaded unicode-ident v1.0.12 |
683 | 2023-10-04T03:14:28.777Z | Downloaded serde v1.0.188 |
684 | 2023-10-04T03:14:28.782Z | Downloaded indexmap v2.0.0 |
685 | 2023-10-04T03:14:28.789Z | Downloaded toml v0.8.0 |
686 | 2023-10-04T03:14:28.799Z | Downloaded memchr v2.6.3 |
687 | 2023-10-04T03:14:28.807Z | Downloaded hashbrown v0.14.0 |
688 | 2023-10-04T03:14:28.817Z | Downloaded winnow v0.5.15 |
689 | 2023-10-04T03:14:28.837Z | Downloaded clap_builder v4.4.2 |
690 | 2023-10-04T03:14:28.850Z | Downloaded syn v2.0.32 |
691 | 2023-10-04T03:14:28.863Z | Downloaded rustix v0.37.23 |
692 | 2023-10-04T03:14:28.870Z | Downloaded libc v0.2.148 |
693 | 2023-10-04T03:14:28.873Z | Downloaded serde_json v1.0.107 |
694 | 2023-10-04T03:14:28.876Z | Downloaded proc-macro2 v1.0.67 |
695 | 2023-10-04T03:14:28.879Z | Downloaded ryu v1.0.15 |
696 | 2023-10-04T03:14:28.883Z | Downloaded clap v4.4.3 |
697 | 2023-10-04T03:14:28.886Z | Downloaded camino v1.1.6 |
698 | 2023-10-04T03:14:28.890Z | Downloaded bitflags v1.3.2 |
699 | 2023-10-04T03:14:28.893Z | Downloaded quote v1.0.33 |
700 | 2023-10-04T03:14:28.896Z | Downloaded toml_datetime v0.6.3 |
701 | 2023-10-04T03:14:28.899Z | Downloaded io-lifetimes v1.0.11 |
702 | 2023-10-04T03:14:28.902Z | Downloaded thiserror-impl v1.0.48 |
703 | 2023-10-04T03:14:28.905Z | Downloaded clap_derive v4.4.2 |
704 | 2023-10-04T03:14:28.908Z | Compiling proc-macro2 v1.0.67 |
705 | 2023-10-04T03:14:28.911Z | Compiling unicode-ident v1.0.12 |
706 | 2023-10-04T03:14:28.914Z | Compiling serde v1.0.188 |
707 | 2023-10-04T03:14:28.919Z | Compiling libc v0.2.148 |
708 | 2023-10-04T03:14:28.922Z | Compiling io-lifetimes v1.0.11 |
709 | 2023-10-04T03:14:28.934Z | Compiling rustix v0.37.23 |
710 | 2023-10-04T03:14:28.937Z | Compiling hashbrown v0.14.0 |
711 | 2023-10-04T03:14:28.940Z | Compiling bitflags v1.3.2 |
712 | 2023-10-04T03:14:28.984Z | Compiling utf8parse v0.2.1 |
713 | 2023-10-04T03:14:29.017Z | Compiling equivalent v1.0.1 |
714 | 2023-10-04T03:14:29.166Z | Compiling anstyle-parse v0.2.1 |
715 | 2023-10-04T03:14:29.183Z | Compiling camino v1.1.6 |
716 | 2023-10-04T03:14:29.558Z | Compiling anstyle v1.0.2 |
717 | 2023-10-04T03:14:30.030Z | Compiling thiserror v1.0.48 |
718 | 2023-10-04T03:14:30.129Z | Compiling indexmap v2.0.0 |
719 | 2023-10-04T03:14:30.582Z | Compiling colorchoice v1.0.0 |
720 | 2023-10-04T03:14:30.585Z | Compiling anstyle-query v1.0.0 |
721 | 2023-10-04T03:14:30.677Z | Compiling semver v1.0.18 |
722 | 2023-10-04T03:14:30.740Z | Compiling winnow v0.5.15 |
723 | 2023-10-04T03:14:30.787Z | Compiling serde_json v1.0.107 |
724 | 2023-10-04T03:14:30.809Z | Compiling anstream v0.5.0 |
725 | 2023-10-04T03:14:31.259Z | Compiling anyhow v1.0.75 |
726 | 2023-10-04T03:14:31.384Z | Compiling strsim v0.10.0 |
727 | 2023-10-04T03:14:31.528Z | Compiling heck v0.4.1 |
728 | 2023-10-04T03:14:31.896Z | Compiling clap_lex v0.5.1 |
729 | 2023-10-04T03:14:31.901Z | Compiling quote v1.0.33 |
730 | 2023-10-04T03:14:31.941Z | Compiling ryu v1.0.15 |
731 | 2023-10-04T03:14:32.236Z | Compiling itoa v1.0.9 |
732 | 2023-10-04T03:14:32.612Z | Compiling syn v2.0.32 |
733 | 2023-10-04T03:14:32.856Z | Compiling errno v0.3.2 |
734 | 2023-10-04T03:14:34.431Z | Compiling terminal_size v0.2.6 |
735 | 2023-10-04T03:14:34.604Z | Compiling clap_builder v4.4.2 |
736 | 2023-10-04T03:14:39.904Z | Compiling serde_derive v1.0.188 |
737 | 2023-10-04T03:14:39.909Z | Compiling thiserror-impl v1.0.48 |
738 | 2023-10-04T03:14:39.912Z | Compiling clap_derive v4.4.2 |
739 | 2023-10-04T03:14:44.123Z | Compiling clap v4.4.3 |
740 | 2023-10-04T03:14:52.055Z | Compiling serde_spanned v0.6.3 |
741 | 2023-10-04T03:14:52.058Z | Compiling toml_datetime v0.6.3 |
742 | 2023-10-04T03:14:52.061Z | Compiling cargo-platform v0.1.3 |
743 | 2023-10-04T03:14:52.417Z | Compiling toml_edit v0.20.0 |
744 | 2023-10-04T03:14:54.144Z | Compiling cargo_metadata v0.18.0 |
745 | 2023-10-04T03:14:55.784Z | Compiling toml v0.8.0 |
746 | 2023-10-04T03:14:56.609Z | Compiling cargo_toml v0.16.3 |
747 | 2023-10-04T03:15:04.117Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
748 | 2023-10-04T03:15:04.480Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
749 | 2023-10-04T03:15:04.513Z | Running `target/debug/xtask clippy` |
750 | 2023-10-04T03:15:04.563Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
751 | 2023-10-04T03:15:04.987Z | Downloading crates ... |
752 | 2023-10-04T03:15:05.321Z | Downloaded ciborium-io v0.2.1 |
753 | 2023-10-04T03:15:05.404Z | Downloaded bzip2 v0.4.4 |
754 | 2023-10-04T03:15:05.504Z | Downloaded const-oid v0.9.5 |
755 | 2023-10-04T03:15:05.545Z | Downloaded ciborium-ll v0.2.1 |
756 | 2023-10-04T03:15:06.013Z | Downloaded clap_derive v3.2.25 |
757 | 2023-10-04T03:15:06.032Z | Downloaded convert_case v0.4.0 |
758 | 2023-10-04T03:15:06.037Z | Downloaded bytesize v1.3.0 |
759 | 2023-10-04T03:15:06.043Z | Downloaded const_format_proc_macros v0.2.31 |
760 | 2023-10-04T03:15:06.054Z | Downloaded heapless v0.7.16 |
761 | 2023-10-04T03:15:06.068Z | Downloaded humantime v2.1.0 |
762 | 2023-10-04T03:15:06.073Z | Downloaded serde-hex v0.1.0 |
763 | 2023-10-04T03:15:06.076Z | Downloaded cfg-if v1.0.0 |
764 | 2023-10-04T03:15:06.080Z | Downloaded hex v0.4.3 |
765 | 2023-10-04T03:15:06.084Z | Downloaded rustfmt-wrapper v0.2.0 |
766 | 2023-10-04T03:15:06.089Z | Downloaded http-range v0.1.5 |
767 | 2023-10-04T03:15:06.093Z | Downloaded hostname v0.3.1 |
768 | 2023-10-04T03:15:06.098Z | Downloaded clap_lex v0.2.4 |
769 | 2023-10-04T03:15:06.103Z | Downloaded httpdate v1.0.3 |
770 | 2023-10-04T03:15:06.118Z | Downloaded cexpr v0.6.0 |
771 | 2023-10-04T03:15:06.128Z | Downloaded chacha20 v0.9.1 |
772 | 2023-10-04T03:15:06.132Z | Downloaded async-stream-impl v0.3.5 |
773 | 2023-10-04T03:15:06.136Z | Downloaded arrayref v0.3.7 |
774 | 2023-10-04T03:15:06.146Z | Downloaded httparse v1.8.0 |
775 | 2023-10-04T03:15:06.157Z | Downloaded hmac v0.12.1 |
776 | 2023-10-04T03:15:06.167Z | Downloaded assert_matches v1.5.0 |
777 | 2023-10-04T03:15:06.179Z | Downloaded hex-literal v0.4.1 |
778 | 2023-10-04T03:15:06.184Z | Downloaded shell-words v1.1.0 |
779 | 2023-10-04T03:15:06.188Z | Downloaded http-body v0.4.5 |
780 | 2023-10-04T03:15:06.192Z | Downloaded atomic-waker v1.1.1 |
781 | 2023-10-04T03:15:06.196Z | Downloaded nodrop v0.1.14 |
782 | 2023-10-04T03:15:06.202Z | Downloaded bitstruct_derive v0.1.0 |
783 | 2023-10-04T03:15:06.208Z | Downloaded num_threads v0.1.6 |
784 | 2023-10-04T03:15:06.213Z | Downloaded hyper-tls v0.5.0 |
785 | 2023-10-04T03:15:06.218Z | Downloaded newline-converter v0.3.0 |
786 | 2023-10-04T03:15:06.222Z | Downloaded rpassword v7.2.0 |
787 | 2023-10-04T03:15:06.230Z | Downloaded block-padding v0.3.3 |
788 | 2023-10-04T03:15:06.235Z | Downloaded signal-hook-mio v0.2.3 |
789 | 2023-10-04T03:15:06.243Z | Downloaded cpufeatures v0.2.9 |
790 | 2023-10-04T03:15:06.253Z | Downloaded num-derive v0.4.0 |
791 | 2023-10-04T03:15:06.258Z | Downloaded memoffset v0.9.0 |
792 | 2023-10-04T03:15:06.261Z | Downloaded indoc v2.0.3 |
793 | 2023-10-04T03:15:06.266Z | Downloaded approx v0.5.1 |
794 | 2023-10-04T03:15:06.269Z | Downloaded strsim v0.8.0 |
795 | 2023-10-04T03:15:06.274Z | Downloaded bitfield v0.14.0 |
796 | 2023-10-04T03:15:06.278Z | Downloaded crossbeam-queue v0.3.8 |
797 | 2023-10-04T03:15:06.281Z | Downloaded cancel-safe-futures v0.1.2 |
798 | 2023-10-04T03:15:06.284Z | Downloaded termtree v0.4.1 |
799 | 2023-10-04T03:15:06.321Z | Downloaded precomputed-hash v0.1.1 |
800 | 2023-10-04T03:15:06.738Z | Downloaded take_mut v0.2.2 |
801 | 2023-10-04T03:15:06.741Z | Downloaded base64ct v1.6.0 |
802 | 2023-10-04T03:15:06.746Z | Downloaded zone_cfg_derive v0.2.0 |
803 | 2023-10-04T03:15:06.836Z | Downloaded headers-core v0.2.0 |
804 | 2023-10-04T03:15:06.842Z | Downloaded rustc-hash v1.1.0 |
805 | 2023-10-04T03:15:06.885Z | Downloaded num_enum v0.7.0 |
806 | 2023-10-04T03:15:06.891Z | Downloaded http v0.2.9 |
807 | 2023-10-04T03:15:07.028Z | Downloaded phf_shared v0.11.2 |
808 | 2023-10-04T03:15:07.059Z | Downloaded num_enum_derive v0.7.0 |
809 | 2023-10-04T03:15:07.068Z | Downloaded bitflags v2.4.0 |
810 | 2023-10-04T03:15:07.072Z | Downloaded path-dedot v3.1.0 |
811 | 2023-10-04T03:15:07.075Z | Downloaded managed v0.8.0 |
812 | 2023-10-04T03:15:07.081Z | Downloaded thread_local v1.1.7 |
813 | 2023-10-04T03:15:07.085Z | Downloaded thiserror-no-std v2.0.2 |
814 | 2023-10-04T03:15:07.093Z | Downloaded maplit v1.0.2 |
815 | 2023-10-04T03:15:07.104Z | Downloaded threadpool v1.8.1 |
816 | 2023-10-04T03:15:07.120Z | Downloaded tap v1.0.1 |
817 | 2023-10-04T03:15:07.131Z | Downloaded toolchain_find v0.2.0 |
818 | 2023-10-04T03:15:07.141Z | Downloaded predicates v2.1.5 |
819 | 2023-10-04T03:15:07.153Z | Downloaded tiny-keccak v2.0.2 |
820 | 2023-10-04T03:15:07.163Z | Downloaded deranged v0.3.8 |
821 | 2023-10-04T03:15:07.178Z | Downloaded arrayvec v0.7.4 |
822 | 2023-10-04T03:15:07.192Z | Downloaded bit_field v0.10.2 |
823 | 2023-10-04T03:15:07.199Z | Downloaded tokio-macros v2.1.0 |
824 | 2023-10-04T03:15:07.211Z | Downloaded siphasher v0.3.11 |
825 | 2023-10-04T03:15:07.221Z | Downloaded foreign-types v0.3.2 |
826 | 2023-10-04T03:15:07.230Z | Downloaded foreign-types-shared v0.3.1 |
827 | 2023-10-04T03:15:07.242Z | Downloaded similar-asserts v1.5.0 |
828 | 2023-10-04T03:15:07.251Z | Downloaded phf v0.11.2 |
829 | 2023-10-04T03:15:07.257Z | Downloaded ahash v0.8.3 |
830 | 2023-10-04T03:15:07.266Z | Downloaded openssl-probe v0.1.5 |
831 | 2023-10-04T03:15:07.275Z | Downloaded oorandom v11.1.3 |
832 | 2023-10-04T03:15:07.285Z | Downloaded fxhash v0.2.1 |
833 | 2023-10-04T03:15:07.300Z | Downloaded form_urlencoded v1.2.0 |
834 | 2023-10-04T03:15:07.305Z | Downloaded log v0.4.20 |
835 | 2023-10-04T03:15:07.309Z | Downloaded scheduled-thread-pool v0.2.7 |
836 | 2023-10-04T03:15:07.313Z | Downloaded darling v0.20.3 |
837 | 2023-10-04T03:15:07.318Z | Downloaded tinytemplate v1.2.1 |
838 | 2023-10-04T03:15:07.322Z | Downloaded tinyvec v1.6.0 |
839 | 2023-10-04T03:15:07.328Z | Downloaded foreign-types v0.5.0 |
840 | 2023-10-04T03:15:07.379Z | Downloaded schemars_derive v0.8.13 |
841 | 2023-10-04T03:15:07.389Z | Downloaded strum v0.25.0 |
842 | 2023-10-04T03:15:07.393Z | Downloaded serde-big-array v0.5.1 |
843 | 2023-10-04T03:15:07.398Z | Downloaded miniz_oxide v0.7.1 |
844 | 2023-10-04T03:15:07.402Z | Downloaded oso-derive v0.26.4 |
845 | 2023-10-04T03:15:07.405Z | Downloaded which v4.4.0 |
846 | 2023-10-04T03:15:07.409Z | Downloaded zeroize_derive v1.4.2 |
847 | 2023-10-04T03:15:07.412Z | Downloaded futures-sink v0.3.28 |
848 | 2023-10-04T03:15:07.415Z | Downloaded synstructure v0.12.6 |
849 | 2023-10-04T03:15:07.418Z | Downloaded semver-parser v0.10.2 |
850 | 2023-10-04T03:15:07.421Z | Downloaded cstr-argument v0.1.2 |
851 | 2023-10-04T03:15:07.424Z | Downloaded partial-io v0.5.4 |
852 | 2023-10-04T03:15:07.427Z | Downloaded datatest-stable v0.1.3 |
853 | 2023-10-04T03:15:07.430Z | Downloaded paste v1.0.14 |
854 | 2023-10-04T03:15:07.433Z | Downloaded opaque-debug v0.3.0 |
855 | 2023-10-04T03:15:07.436Z | Downloaded arc-swap v1.6.0 |
856 | 2023-10-04T03:15:07.439Z | Downloaded unicode-width v0.1.10 |
857 | 2023-10-04T03:15:07.442Z | Downloaded structmeta-derive v0.1.6 |
858 | 2023-10-04T03:15:07.446Z | Downloaded tracing-attributes v0.1.26 |
859 | 2023-10-04T03:15:07.449Z | Downloaded scopeguard v1.2.0 |
860 | 2023-10-04T03:15:07.452Z | Downloaded base64 v0.21.4 |
861 | 2023-10-04T03:15:07.455Z | Downloaded endian-type v0.1.2 |
862 | 2023-10-04T03:15:07.460Z | Downloaded serde_with v2.3.3 |
863 | 2023-10-04T03:15:07.463Z | Downloaded usdt-macro v0.3.5 |
864 | 2023-10-04T03:15:07.466Z | Downloaded cc v1.0.83 |
865 | 2023-10-04T03:15:07.469Z | Downloaded signal-hook-registry v1.4.1 |
866 | 2023-10-04T03:15:07.472Z | Downloaded downcast v0.11.0 |
867 | 2023-10-04T03:15:07.475Z | Downloaded dtrace-parser v0.1.14 |
868 | 2023-10-04T03:15:07.479Z | Downloaded group v0.13.0 |
869 | 2023-10-04T03:15:07.482Z | Downloaded ringbuffer v0.14.2 |
870 | 2023-10-04T03:15:07.485Z | Downloaded termcolor v1.2.0 |
871 | 2023-10-04T03:15:07.488Z | Downloaded unicode-bidi v0.3.13 |
872 | 2023-10-04T03:15:07.491Z | Downloaded predicates-core v1.0.6 |
873 | 2023-10-04T03:15:07.493Z | Downloaded tower-service v0.3.2 |
874 | 2023-10-04T03:15:07.496Z | Downloaded try-lock v0.2.4 |
875 | 2023-10-04T03:15:07.499Z | Downloaded postcard-cobs v0.1.5-pre |
876 | 2023-10-04T03:15:07.502Z | Downloaded either v1.9.0 |
877 | 2023-10-04T03:15:07.505Z | Downloaded ron v0.7.1 |
878 | 2023-10-04T03:15:07.509Z | Downloaded match_cfg v0.1.0 |
879 | 2023-10-04T03:15:07.512Z | Downloaded same-file v1.0.6 |
880 | 2023-10-04T03:15:07.515Z | Downloaded fallible-streaming-iterator v0.1.9 |
881 | 2023-10-04T03:15:07.517Z | Downloaded serde_urlencoded v0.7.1 |
882 | 2023-10-04T03:15:07.520Z | Downloaded ena v0.14.2 |
883 | 2023-10-04T03:15:07.525Z | Downloaded pretty-hex v0.3.0 |
884 | 2023-10-04T03:15:07.529Z | Downloaded password-hash v0.5.0 |
885 | 2023-10-04T03:15:07.532Z | Downloaded dof v0.1.5 |
886 | 2023-10-04T03:15:07.534Z | Downloaded derive_builder v0.12.0 |
887 | 2023-10-04T03:15:07.537Z | Downloaded strum_macros v0.24.3 |
888 | 2023-10-04T03:15:07.541Z | Downloaded olpc-cjson v0.1.3 |
889 | 2023-10-04T03:15:07.544Z | Downloaded signal-hook-tokio v0.3.1 |
890 | 2023-10-04T03:15:07.547Z | Downloaded derive_builder_macro v0.12.0 |
891 | 2023-10-04T03:15:07.550Z | Downloaded yansi v0.5.1 |
892 | 2023-10-04T03:15:07.553Z | Downloaded futures-task v0.3.28 |
893 | 2023-10-04T03:15:07.581Z | Downloaded half v1.8.2 |
894 | 2023-10-04T03:15:07.586Z | Downloaded pem v1.1.1 |
895 | 2023-10-04T03:15:07.589Z | Downloaded similar v2.2.1 |
896 | 2023-10-04T03:15:07.593Z | Downloaded foreign-types-shared v0.1.1 |
897 | 2023-10-04T03:15:07.597Z | Downloaded linked-hash-map v0.5.6 |
898 | 2023-10-04T03:15:07.600Z | Downloaded unicode-xid v0.2.4 |
899 | 2023-10-04T03:15:07.603Z | Downloaded pkcs8 v0.10.2 |
900 | 2023-10-04T03:15:07.607Z | Downloaded pkcs1 v0.7.5 |
901 | 2023-10-04T03:15:07.610Z | Downloaded rstest_macros v0.18.2 |
902 | 2023-10-04T03:15:07.613Z | Downloaded poly1305 v0.8.0 |
903 | 2023-10-04T03:15:07.616Z | Downloaded tinyvec_macros v0.1.1 |
904 | 2023-10-04T03:15:07.619Z | Downloaded oso v0.26.4 |
905 | 2023-10-04T03:15:07.623Z | Downloaded pin-utils v0.1.0 |
906 | 2023-10-04T03:15:07.626Z | Downloaded mio v0.8.8 |
907 | 2023-10-04T03:15:07.630Z | Downloaded curve25519-dalek-derive v0.1.0 |
908 | 2023-10-04T03:15:07.635Z | Downloaded crunchy v0.2.2 |
909 | 2023-10-04T03:15:07.639Z | Downloaded usdt v0.3.5 |
910 | 2023-10-04T03:15:07.643Z | Downloaded termios v0.3.3 |
911 | 2023-10-04T03:15:07.646Z | Downloaded num-complex v0.4.4 |
912 | 2023-10-04T03:15:07.649Z | Downloaded diff v0.1.13 |
913 | 2023-10-04T03:15:07.652Z | Downloaded fnv v1.0.7 |
914 | 2023-10-04T03:15:07.655Z | Downloaded float-cmp v0.9.0 |
915 | 2023-10-04T03:15:07.664Z | Downloaded salty v0.2.0 |
916 | 2023-10-04T03:15:07.669Z | Downloaded waitgroup v0.1.2 |
917 | 2023-10-04T03:15:07.676Z | Downloaded usdt-attr-macro v0.3.5 |
918 | 2023-10-04T03:15:07.679Z | Downloaded display-error-chain v0.1.1 |
919 | 2023-10-04T03:15:07.683Z | Downloaded structopt v0.3.26 |
920 | 2023-10-04T03:15:07.686Z | Downloaded ref-cast-impl v1.0.20 |
921 | 2023-10-04T03:15:07.689Z | Downloaded serial_test_derive v0.10.0 |
922 | 2023-10-04T03:15:07.692Z | Downloaded rustls-pemfile v1.0.3 |
923 | 2023-10-04T03:15:07.695Z | Downloaded slog-scope v4.4.0 |
924 | 2023-10-04T03:15:07.699Z | Downloaded quick-error v1.2.3 |
925 | 2023-10-04T03:15:07.703Z | Downloaded serde-big-array v0.4.1 |
926 | 2023-10-04T03:15:07.714Z | Downloaded number_prefix v0.4.0 |
927 | 2023-10-04T03:15:07.723Z | Downloaded serde_tokenstream v0.2.0 |
928 | 2023-10-04T03:15:07.728Z | Downloaded shlex v1.1.0 |
929 | 2023-10-04T03:15:07.733Z | Downloaded parse-display v0.7.0 |
930 | 2023-10-04T03:15:07.738Z | Downloaded serde_tokenstream v0.1.7 |
931 | 2023-10-04T03:15:07.742Z | Downloaded enum-as-inner v0.5.1 |
932 | 2023-10-04T03:15:07.746Z | Downloaded twox-hash v1.6.3 |
933 | 2023-10-04T03:15:07.753Z | Downloaded platforms v3.0.2 |
934 | 2023-10-04T03:15:07.767Z | Downloaded predicates-tree v1.0.9 |
935 | 2023-10-04T03:15:07.781Z | Downloaded dashmap v5.5.1 |
936 | 2023-10-04T03:15:07.785Z | Downloaded tui-tree-widget v0.13.0 |
937 | 2023-10-04T03:15:07.793Z | Downloaded ppv-lite86 v0.2.17 |
938 | 2023-10-04T03:15:08.207Z | Downloaded version_check v0.9.4 |
939 | 2023-10-04T03:15:08.215Z | Downloaded erased-serde v0.3.30 |
940 | 2023-10-04T03:15:08.223Z | Downloaded vte_generate_state_changes v0.1.1 |
941 | 2023-10-04T03:15:08.237Z | Downloaded walkdir v2.4.0 |
942 | 2023-10-04T03:15:08.242Z | Downloaded dyn-clone v1.0.13 |
943 | 2023-10-04T03:15:08.248Z | Downloaded want v0.3.1 |
944 | 2023-10-04T03:15:08.252Z | Downloaded fastrand v2.0.0 |
945 | 2023-10-04T03:15:08.255Z | Downloaded sha1 v0.10.5 |
946 | 2023-10-04T03:15:08.259Z | Downloaded crossterm v0.26.1 |
947 | 2023-10-04T03:15:08.262Z | Downloaded vec_map v0.8.2 |
948 | 2023-10-04T03:15:08.268Z | Downloaded enum-iterator-derive v1.2.1 |
949 | 2023-10-04T03:15:08.273Z | Downloaded zeroize v1.6.0 |
950 | 2023-10-04T03:15:08.278Z | Downloaded zerocopy v0.6.3 |
951 | 2023-10-04T03:15:08.281Z | Downloaded enum-iterator v1.4.1 |
952 | 2023-10-04T03:15:08.285Z | Downloaded pin-project-internal v1.1.3 |
953 | 2023-10-04T03:15:08.289Z | Downloaded rustc_version v0.1.7 |
954 | 2023-10-04T03:15:08.293Z | Downloaded socket2 v0.5.3 |
955 | 2023-10-04T03:15:08.298Z | Downloaded derive_builder_core v0.12.0 |
956 | 2023-10-04T03:15:08.304Z | Downloaded utf-8 v0.7.6 |
957 | 2023-10-04T03:15:08.308Z | Downloaded r2d2 v0.8.10 |
958 | 2023-10-04T03:15:08.312Z | Downloaded proc-macro-error-attr v1.0.4 |
959 | 2023-10-04T03:15:08.320Z | Downloaded typenum v1.16.0 |
960 | 2023-10-04T03:15:08.323Z | Downloaded aes v0.8.3 |
961 | 2023-10-04T03:15:08.326Z | Downloaded darling_macro v0.14.4 |
962 | 2023-10-04T03:15:08.329Z | Downloaded darling_macro v0.20.3 |
963 | 2023-10-04T03:15:08.334Z | Downloaded darling v0.14.4 |
964 | 2023-10-04T03:15:08.338Z | Downloaded rtoolbox v0.0.1 |
965 | 2023-10-04T03:15:08.342Z | Downloaded crossterm v0.27.0 |
966 | 2023-10-04T03:15:08.345Z | Downloaded getopts v0.2.21 |
967 | 2023-10-04T03:15:08.348Z | Downloaded darling_core v0.14.4 |
968 | 2023-10-04T03:15:08.354Z | Downloaded universal-hash v0.5.1 |
969 | 2023-10-04T03:15:08.358Z | Downloaded rand_chacha v0.3.1 |
970 | 2023-10-04T03:15:08.363Z | Downloaded rand_core v0.6.4 |
971 | 2023-10-04T03:15:08.367Z | Downloaded slog v2.7.0 |
972 | 2023-10-04T03:15:08.370Z | Downloaded futures-macro v0.3.28 |
973 | 2023-10-04T03:15:08.374Z | Downloaded rand v0.4.6 |
974 | 2023-10-04T03:15:08.377Z | Downloaded filetime v0.2.22 |
975 | 2023-10-04T03:15:08.417Z | Downloaded tungstenite v0.17.3 |
976 | 2023-10-04T03:15:08.428Z | Downloaded time-macros v0.2.13 |
977 | 2023-10-04T03:15:08.435Z | Downloaded topological-sort v0.2.2 |
978 | 2023-10-04T03:15:08.448Z | Downloaded xattr v1.0.1 |
979 | 2023-10-04T03:15:08.456Z | Downloaded ucd-trie v0.1.6 |
980 | 2023-10-04T03:15:08.460Z | Downloaded smallvec v0.6.14 |
981 | 2023-10-04T03:15:08.464Z | Downloaded sha2 v0.10.7 |
982 | 2023-10-04T03:15:08.467Z | Downloaded vsss-rs v3.3.1 |
983 | 2023-10-04T03:15:08.470Z | Downloaded env_logger v0.9.3 |
984 | 2023-10-04T03:15:08.474Z | Downloaded tokio-postgres v0.7.10 |
985 | 2023-10-04T03:15:08.477Z | Downloaded postcard v0.7.3 |
986 | 2023-10-04T03:15:08.481Z | Downloaded postgres-protocol v0.6.6 |
987 | 2023-10-04T03:15:08.484Z | Downloaded radium v0.7.0 |
988 | 2023-10-04T03:15:08.487Z | Downloaded pest_meta v2.7.2 |
989 | 2023-10-04T03:15:08.491Z | Downloaded zerocopy v0.3.0 |
990 | 2023-10-04T03:15:08.494Z | Downloaded yasna v0.5.2 |
991 | 2023-10-04T03:15:08.497Z | Downloaded flume v0.11.0 |
992 | 2023-10-04T03:15:08.500Z | Downloaded flagset v0.4.3 |
993 | 2023-10-04T03:15:08.503Z | Downloaded derive-where v1.2.5 |
994 | 2023-10-04T03:15:08.506Z | Downloaded signal-hook v0.3.17 |
995 | 2023-10-04T03:15:08.511Z | Downloaded tungstenite v0.18.0 |
996 | 2023-10-04T03:15:08.514Z | Downloaded fatfs v0.3.6 |
997 | 2023-10-04T03:15:08.518Z | Downloaded minimal-lexical v0.2.1 |
998 | 2023-10-04T03:15:08.522Z | Downloaded hashbrown v0.13.2 |
999 | 2023-10-04T03:15:08.526Z | Downloaded toml v0.5.11 |
1000 | 2023-10-04T03:15:08.529Z | Downloaded portable-atomic v1.4.3 |
1001 | 2023-10-04T03:15:08.533Z | Downloaded crypto-bigint v0.5.2 |
1002 | 2023-10-04T03:15:08.537Z | Downloaded pin-project v1.1.3 |
1003 | 2023-10-04T03:15:08.541Z | Downloaded toml v0.7.8 |
1004 | 2023-10-04T03:15:08.544Z | Downloaded rayon-core v1.11.0 |
1005 | 2023-10-04T03:15:08.557Z | Downloaded chrono v0.4.31 |
1006 | 2023-10-04T03:15:08.571Z | Downloaded tokio-util v0.7.8 |
1007 | 2023-10-04T03:15:08.597Z | Downloaded trust-dns-server v0.22.1 |
1008 | 2023-10-04T03:15:08.603Z | Downloaded quick-xml v0.23.1 |
1009 | 2023-10-04T03:15:08.615Z | Downloaded tough v0.12.5 |
1010 | 2023-10-04T03:15:08.627Z | Downloaded x509-cert v0.2.4 |
1011 | 2023-10-04T03:15:08.633Z | Downloaded h2 v0.3.21 |
1012 | 2023-10-04T03:15:08.658Z | Downloaded bstr v0.2.17 |
1013 | 2023-10-04T03:15:08.669Z | Downloaded tabled v0.14.0 |
1014 | 2023-10-04T03:15:08.687Z | Downloaded git2 v0.17.2 |
1015 | 2023-10-04T03:15:08.701Z | Downloaded lalrpop v0.19.12 |
1016 | 2023-10-04T03:15:08.715Z | Downloaded regex v1.9.5 |
1017 | 2023-10-04T03:15:08.722Z | Downloaded openssl v0.10.57 |
1018 | 2023-10-04T03:15:08.759Z | Downloaded petgraph v0.6.4 |
1019 | 2023-10-04T03:15:08.764Z | Downloaded vcpkg v0.2.15 |
1020 | 2023-10-04T03:15:08.768Z | Downloaded webpki-roots v0.25.2 |
1021 | 2023-10-04T03:15:08.772Z | Downloaded proptest v1.2.0 |
1022 | 2023-10-04T03:15:08.777Z | Downloaded curve25519-dalek v4.1.0 |
1023 | 2023-10-04T03:15:08.787Z | Downloaded object v0.32.1 |
1024 | 2023-10-04T03:15:08.797Z | Downloaded diesel v2.1.1 |
1025 | 2023-10-04T03:15:08.807Z | Downloaded openapiv3 v1.0.3 |
1026 | 2023-10-04T03:15:08.813Z | Downloaded bstr v1.6.0 |
1027 | 2023-10-04T03:15:08.817Z | Downloaded zerocopy-derive v0.2.0 |
1028 | 2023-10-04T03:15:08.821Z | Downloaded regex-automata v0.3.8 |
1029 | 2023-10-04T03:15:08.830Z | Downloaded sled v0.34.7 |
1030 | 2023-10-04T03:15:08.834Z | Downloaded tokio v1.32.0 |
1031 | 2023-10-04T03:15:08.838Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1032 | 2023-10-04T03:15:08.843Z | Downloaded zerocopy-derive v0.6.3 |
1033 | 2023-10-04T03:15:08.849Z | Downloaded regex-syntax v0.7.5 |
1034 | 2023-10-04T03:15:08.853Z | Downloaded trust-dns-proto v0.22.0 |
1035 | 2023-10-04T03:15:08.864Z | Downloaded rustix v0.38.9 |
1036 | 2023-10-04T03:15:08.868Z | Downloaded encoding_rs v0.8.33 |
1037 | 2023-10-04T03:15:08.875Z | Downloaded sha3 v0.10.8 |
1038 | 2023-10-04T03:15:08.879Z | Downloaded libtest-mimic v0.5.2 |
1039 | 2023-10-04T03:15:08.883Z | Downloaded ratatui v0.23.0 |
1040 | 2023-10-04T03:15:08.890Z | Downloaded radix_trie v0.2.1 |
1041 | 2023-10-04T03:15:08.898Z | Downloaded smoltcp v0.8.2 |
1042 | 2023-10-04T03:15:08.902Z | Downloaded syn v1.0.109 |
1043 | 2023-10-04T03:15:08.906Z | Downloaded gimli v0.28.0 |
1044 | 2023-10-04T03:15:08.911Z | Downloaded libz-sys v1.1.12 |
1045 | 2023-10-04T03:15:08.915Z | Downloaded regex-syntax v0.6.29 |
1046 | 2023-10-04T03:15:08.919Z | Downloaded regress v0.7.1 |
1047 | 2023-10-04T03:15:08.928Z | Downloaded polar-core v0.26.4 |
1048 | 2023-10-04T03:15:08.932Z | Downloaded rustls v0.21.7 |
1049 | 2023-10-04T03:15:08.936Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1050 | 2023-10-04T03:15:08.941Z | Downloaded object v0.30.4 |
1051 | 2023-10-04T03:15:08.948Z | Downloaded smoltcp v0.9.1 |
1052 | 2023-10-04T03:15:08.952Z | Downloaded nix v0.26.2 |
1053 | 2023-10-04T03:15:08.956Z | Downloaded idna v0.2.3 |
1054 | 2023-10-04T03:15:08.960Z | Downloaded plotters v0.3.5 |
1055 | 2023-10-04T03:15:08.964Z | Downloaded bindgen v0.65.1 |
1056 | 2023-10-04T03:15:08.968Z | Downloaded tracing v0.1.37 |
1057 | 2023-10-04T03:15:08.975Z | Downloaded reedline v0.23.0 |
1058 | 2023-10-04T03:15:08.979Z | Downloaded unicode-normalization v0.1.22 |
1059 | 2023-10-04T03:15:08.982Z | Downloaded rayon v1.7.0 |
1060 | 2023-10-04T03:15:08.987Z | Downloaded bitvec v1.0.1 |
1061 | 2023-10-04T03:15:08.991Z | Downloaded hashbrown v0.12.3 |
1062 | 2023-10-04T03:15:08.995Z | Downloaded reqwest v0.11.20 |
1063 | 2023-10-04T03:15:09.003Z | Downloaded regex-automata v0.1.10 |
1064 | 2023-10-04T03:15:09.007Z | Downloaded clap v3.2.25 |
1065 | 2023-10-04T03:15:09.011Z | Downloaded rustls-webpki v0.101.4 |
1066 | 2023-10-04T03:15:09.015Z | Downloaded futures-util v0.3.28 |
1067 | 2023-10-04T03:15:09.020Z | Downloaded aho-corasick v1.0.4 |
1068 | 2023-10-04T03:15:09.024Z | Downloaded tracing-core v0.1.31 |
1069 | 2023-10-04T03:15:09.028Z | Downloaded derive_more v0.99.17 |
1070 | 2023-10-04T03:15:09.036Z | Downloaded idna v0.4.0 |
1071 | 2023-10-04T03:15:09.048Z | Downloaded unicode-segmentation v1.10.1 |
1072 | 2023-10-04T03:15:09.052Z | Downloaded pest v2.7.2 |
1073 | 2023-10-04T03:15:09.056Z | Downloaded uuid v1.4.1 |
1074 | 2023-10-04T03:15:09.062Z | Downloaded trust-dns-resolver v0.22.0 |
1075 | 2023-10-04T03:15:09.068Z | Downloaded smf v0.2.2 |
1076 | 2023-10-04T03:15:09.075Z | Downloaded rusqlite v0.29.0 |
1077 | 2023-10-04T03:15:09.080Z | Downloaded getrandom v0.2.10 |
1078 | 2023-10-04T03:15:09.084Z | Downloaded tokio-tungstenite v0.18.0 |
1079 | 2023-10-04T03:15:09.087Z | Downloaded pretty_assertions v1.4.0 |
1080 | 2023-10-04T03:15:09.091Z | Downloaded rand v0.8.5 |
1081 | 2023-10-04T03:15:09.097Z | Downloaded steno v0.4.0 |
1082 | 2023-10-04T03:15:09.101Z | Downloaded zip v0.6.6 |
1083 | 2023-10-04T03:15:09.105Z | Downloaded fd-lock v3.0.13 |
1084 | 2023-10-04T03:15:09.109Z | Downloaded serde_repr v0.1.16 |
1085 | 2023-10-04T03:15:09.113Z | Downloaded parse-display-derive v0.7.0 |
1086 | 2023-10-04T03:15:09.118Z | Downloaded rand_xorshift v0.3.0 |
1087 | 2023-10-04T03:15:09.121Z | Downloaded pest_derive v2.7.2 |
1088 | 2023-10-04T03:15:09.126Z | Downloaded postgres-types v0.2.6 |
1089 | 2023-10-04T03:15:09.130Z | Downloaded string_cache v0.8.7 |
1090 | 2023-10-04T03:15:09.134Z | Downloaded proc-macro-error v1.0.4 |
1091 | 2023-10-04T03:15:09.138Z | Downloaded globset v0.4.13 |
1092 | 2023-10-04T03:15:09.143Z | Downloaded flate2 v1.0.27 |
1093 | 2023-10-04T03:15:09.147Z | Downloaded funty v2.0.0 |
1094 | 2023-10-04T03:15:09.151Z | Downloaded rcgen v0.10.0 |
1095 | 2023-10-04T03:15:09.155Z | Downloaded expectorate v1.0.7 |
1096 | 2023-10-04T03:15:09.160Z | Downloaded tokio-rustls v0.24.1 |
1097 | 2023-10-04T03:15:09.182Z | Downloaded time v0.3.27 |
1098 | 2023-10-04T03:15:09.187Z | Downloaded ctr v0.9.2 |
1099 | 2023-10-04T03:15:09.192Z | Downloaded unicase v2.7.0 |
1100 | 2023-10-04T03:15:09.199Z | Downloaded fs-err v2.9.0 |
1101 | 2023-10-04T03:15:09.204Z | Downloaded whoami v1.4.1 |
1102 | 2023-10-04T03:15:09.208Z | Downloaded lock_api v0.4.10 |
1103 | 2023-10-04T03:15:09.219Z | Downloaded num-bigint-dig v0.8.4 |
1104 | 2023-10-04T03:15:09.233Z | Downloaded predicates v3.0.3 |
1105 | 2023-10-04T03:15:09.237Z | Downloaded spki v0.7.2 |
1106 | 2023-10-04T03:15:09.241Z | Downloaded vte v0.11.1 |
1107 | 2023-10-04T03:15:09.254Z | Downloaded rustls-native-certs v0.6.3 |
1108 | 2023-10-04T03:15:09.259Z | Downloaded relative-path v1.9.0 |
1109 | 2023-10-04T03:15:09.676Z | Downloaded prettyplease v0.2.12 |
1110 | 2023-10-04T03:15:09.688Z | Downloaded clap v2.34.0 |
1111 | 2023-10-04T03:15:09.693Z | Downloaded difflib v0.4.0 |
1112 | 2023-10-04T03:15:09.697Z | Downloaded darling_core v0.20.3 |
1113 | 2023-10-04T03:15:09.705Z | Downloaded elliptic-curve v0.13.5 |
1114 | 2023-10-04T03:15:09.710Z | Downloaded itertools v0.10.5 |
1115 | 2023-10-04T03:15:09.725Z | Downloaded smawk v0.3.1 |
1116 | 2023-10-04T03:15:09.729Z | Downloaded fixedbitset v0.4.2 |
1117 | 2023-10-04T03:15:09.735Z | Downloaded ff v0.13.0 |
1118 | 2023-10-04T03:15:09.740Z | Downloaded der v0.7.8 |
1119 | 2023-10-04T03:15:09.745Z | Downloaded der_derive v0.7.2 |
1120 | 2023-10-04T03:15:09.752Z | Downloaded headers v0.3.9 |
1121 | 2023-10-04T03:15:10.166Z | Downloaded libm v0.2.7 |
1122 | 2023-10-04T03:15:10.170Z | Downloaded semver v0.11.0 |
1123 | 2023-10-04T03:15:10.173Z | Downloaded tokio-native-tls v0.3.1 |
1124 | 2023-10-04T03:15:10.176Z | Downloaded smallvec v1.11.0 |
1125 | 2023-10-04T03:15:10.183Z | Downloaded futures-executor v0.3.28 |
1126 | 2023-10-04T03:15:10.611Z | Downloaded hashlink v0.8.3 |
1127 | 2023-10-04T03:15:10.615Z | Downloaded pkg-config v0.3.27 |
1128 | 2023-10-04T03:15:10.620Z | Downloaded unsafe-libyaml v0.2.9 |
1129 | 2023-10-04T03:15:10.624Z | Downloaded itertools v0.11.0 |
1130 | 2023-10-04T03:15:10.629Z | Downloaded libsqlite3-sys v0.26.0 |
1131 | 2023-10-04T03:15:10.637Z | Downloaded hkdf v0.12.3 |
1132 | 2023-10-04T03:15:10.644Z | Downloaded ref-cast v1.0.20 |
1133 | 2023-10-04T03:15:10.650Z | Downloaded parking_lot_core v0.9.8 |
1134 | 2023-10-04T03:15:10.654Z | Downloaded ring v0.16.20 |
1135 | 2023-10-04T03:15:10.667Z | Downloaded openssl-sys v0.9.93 |
1136 | 2023-10-04T03:15:10.677Z | Downloaded url v2.4.1 |
1137 | 2023-10-04T03:15:10.688Z | Downloaded fallible-iterator v0.2.0 |
1138 | 2023-10-04T03:15:10.699Z | Downloaded zone v0.2.0 |
1139 | 2023-10-04T03:15:10.703Z | Downloaded term v0.7.0 |
1140 | 2023-10-04T03:15:10.707Z | Downloaded env_logger v0.10.0 |
1141 | 2023-10-04T03:15:10.711Z | Downloaded owo-colors v3.5.0 |
1142 | 2023-10-04T03:15:10.718Z | Downloaded sha-1 v0.10.1 |
1143 | 2023-10-04T03:15:10.723Z | Downloaded remove_dir_all v0.5.3 |
1144 | 2023-10-04T03:15:10.727Z | Downloaded proc-macro-crate v1.3.1 |
1145 | 2023-10-04T03:15:10.732Z | Downloaded percent-encoding v2.3.0 |
1146 | 2023-10-04T03:15:10.736Z | Downloaded futures-channel v0.3.28 |
1147 | 2023-10-04T03:15:10.740Z | Downloaded pest_generator v2.7.2 |
1148 | 2023-10-04T03:15:10.746Z | Downloaded trust-dns-client v0.22.0 |
1149 | 2023-10-04T03:15:10.749Z | Downloaded toml_edit v0.19.15 |
1150 | 2023-10-04T03:15:10.754Z | Downloaded futures v0.3.28 |
1151 | 2023-10-04T03:15:10.760Z | Downloaded hash32 v0.2.1 |
1152 | 2023-10-04T03:15:10.764Z | Downloaded spin v0.5.2 |
1153 | 2023-10-04T03:15:10.768Z | Downloaded wyz v0.5.1 |
1154 | 2023-10-04T03:15:10.772Z | Downloaded structopt-derive v0.4.18 |
1155 | 2023-10-04T03:15:10.775Z | Downloaded static_assertions v1.1.0 |
1156 | 2023-10-04T03:15:10.781Z | Downloaded pretty-hex v0.2.1 |
1157 | 2023-10-04T03:15:10.785Z | Downloaded pin-project-lite v0.2.13 |
1158 | 2023-10-04T03:15:10.790Z | Downloaded parking_lot v0.12.1 |
1159 | 2023-10-04T03:15:10.794Z | Downloaded papergrid v0.10.0 |
1160 | 2023-10-04T03:15:10.798Z | Downloaded nom v7.1.3 |
1161 | 2023-10-04T03:15:10.802Z | Downloaded num-bigint v0.4.4 |
1162 | 2023-10-04T03:15:10.806Z | Downloaded crossbeam-channel v0.5.8 |
1163 | 2023-10-04T03:15:10.811Z | Downloaded serde_derive_internals v0.26.0 |
1164 | 2023-10-04T03:15:10.815Z | Downloaded foreign-types-macros v0.2.3 |
1165 | 2023-10-04T03:15:10.818Z | Downloaded subtle v2.5.0 |
1166 | 2023-10-04T03:15:10.825Z | Downloaded ed25519 v1.5.3 |
1167 | 2023-10-04T03:15:10.829Z | Downloaded digest v0.10.7 |
1168 | 2023-10-04T03:15:10.834Z | Downloaded rsa v0.9.2 |
1169 | 2023-10-04T03:15:10.838Z | Downloaded snafu v0.7.5 |
1170 | 2023-10-04T03:15:10.844Z | Downloaded hyper v0.14.27 |
1171 | 2023-10-04T03:15:10.851Z | Downloaded unicode-linebreak v0.1.5 |
1172 | 2023-10-04T03:15:10.854Z | Downloaded futures-timer v3.0.2 |
1173 | 2023-10-04T03:15:10.859Z | Downloaded futures-core v0.3.28 |
1174 | 2023-10-04T03:15:10.863Z | Downloaded slab v0.4.9 |
1175 | 2023-10-04T03:15:10.869Z | Downloaded slog-stdlog v4.1.1 |
1176 | 2023-10-04T03:15:10.874Z | Downloaded slog-async v2.8.0 |
1177 | 2023-10-04T03:15:10.878Z | Downloaded tokio-tungstenite v0.17.2 |
1178 | 2023-10-04T03:15:10.883Z | Downloaded usdt-impl v0.3.5 |
1179 | 2023-10-04T03:15:10.887Z | Downloaded spin v0.9.8 |
1180 | 2023-10-04T03:15:10.891Z | Downloaded slog-term v2.9.0 |
1181 | 2023-10-04T03:15:10.894Z | Downloaded tar v0.4.40 |
1182 | 2023-10-04T03:15:10.899Z | Downloaded parking_lot_core v0.8.6 |
1183 | 2023-10-04T03:15:10.905Z | Downloaded parking_lot v0.11.2 |
1184 | 2023-10-04T03:15:10.909Z | Downloaded sct v0.7.0 |
1185 | 2023-10-04T03:15:10.913Z | Downloaded once_cell v1.18.0 |
1186 | 2023-10-04T03:15:10.917Z | Downloaded schemars v0.8.13 |
1187 | 2023-10-04T03:15:10.925Z | Downloaded criterion v0.5.1 |
1188 | 2023-10-04T03:15:10.933Z | Downloaded diesel_derives v2.1.1 |
1189 | 2023-10-04T03:15:10.937Z | Downloaded libxml v0.3.3 |
1190 | 2023-10-04T03:15:10.943Z | Downloaded textwrap v0.16.0 |
1191 | 2023-10-04T03:15:10.948Z | Downloaded serde_yaml v0.9.25 |
1192 | 2023-10-04T03:15:10.956Z | Downloaded crypto-common v0.1.6 |
1193 | 2023-10-04T03:15:10.970Z | Downloaded unarray v0.1.4 |
1194 | 2023-10-04T03:15:10.977Z | Downloaded os_str_bytes v6.5.1 |
1195 | 2023-10-04T03:15:10.981Z | Downloaded omicron-zone-package v0.8.3 |
1196 | 2023-10-04T03:15:10.985Z | Downloaded stable_deref_trait v1.2.0 |
1197 | 2023-10-04T03:15:10.990Z | Downloaded tempfile v3.8.0 |
1198 | 2023-10-04T03:15:10.996Z | Downloaded untrusted v0.7.1 |
1199 | 2023-10-04T03:15:11.010Z | Downloaded dirs-sys-next v0.1.2 |
1200 | 2023-10-04T03:15:11.025Z | Downloaded structmeta v0.1.6 |
1201 | 2023-10-04T03:15:11.030Z | Downloaded plotters-svg v0.3.5 |
1202 | 2023-10-04T03:15:11.039Z | Downloaded plotters-backend v0.3.5 |
1203 | 2023-10-04T03:15:11.048Z | Downloaded packed_struct v0.10.1 |
1204 | 2023-10-04T03:15:11.058Z | Downloaded rust-argon2 v1.0.1 |
1205 | 2023-10-04T03:15:11.064Z | Downloaded dirs-next v2.0.0 |
1206 | 2023-10-04T03:15:11.067Z | Downloaded polyval v0.6.1 |
1207 | 2023-10-04T03:15:11.071Z | Downloaded subprocess v0.2.9 |
1208 | 2023-10-04T03:15:11.075Z | Downloaded doc-comment v0.3.3 |
1209 | 2023-10-04T03:15:11.079Z | Downloaded tempdir v0.3.7 |
1210 | 2023-10-04T03:15:11.084Z | Downloaded serial_test v0.10.0 |
1211 | 2023-10-04T03:15:11.090Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1212 | 2023-10-04T03:15:11.582Z | Downloaded trybuild v1.0.85 |
1213 | 2023-10-04T03:15:11.593Z | Downloaded backtrace v0.3.69 |
1214 | 2023-10-04T03:15:11.605Z | Downloaded glob v0.3.1 |
1215 | 2023-10-04T03:15:11.613Z | Downloaded generic-array v0.14.7 |
1216 | 2023-10-04T03:15:11.622Z | Downloaded futures-io v0.3.28 |
1217 | 2023-10-04T03:15:11.636Z | Downloaded fragile v2.0.0 |
1218 | 2023-10-04T03:15:11.654Z | Downloaded tokio-stream v0.1.14 |
1219 | 2023-10-04T03:15:11.664Z | Downloaded socket2 v0.4.9 |
1220 | 2023-10-04T03:15:11.672Z | Downloaded num-rational v0.4.1 |
1221 | 2023-10-04T03:15:11.683Z | Downloaded num-traits v0.2.16 |
1222 | 2023-10-04T03:15:11.695Z | Downloaded base64 v0.13.1 |
1223 | 2023-10-04T03:15:11.703Z | Downloaded openssl-macros v0.1.1 |
1224 | 2023-10-04T03:15:11.710Z | Downloaded serde_arrays v0.1.0 |
1225 | 2023-10-04T03:15:11.714Z | Downloaded rustc_version v0.4.0 |
1226 | 2023-10-04T03:15:11.718Z | Downloaded packed_struct_codegen v0.10.1 |
1227 | 2023-10-04T03:15:11.726Z | Downloaded rustc-demangle v0.1.23 |
1228 | 2023-10-04T03:15:11.738Z | Downloaded rstest v0.18.2 |
1229 | 2023-10-04T03:15:11.747Z | Downloaded vergen v8.2.4 |
1230 | 2023-10-04T03:15:11.766Z | Downloaded addr2line v0.21.0 |
1231 | 2023-10-04T03:15:11.775Z | Downloaded crossbeam-epoch v0.9.15 |
1232 | 2023-10-04T03:15:11.783Z | Downloaded crc-any v2.4.3 |
1233 | 2023-10-04T03:15:11.788Z | Downloaded test-strategy v0.2.1 |
1234 | 2023-10-04T03:15:11.802Z | Downloaded allocator-api2 v0.2.16 |
1235 | 2023-10-04T03:15:11.815Z | Downloaded pem-rfc7468 v0.7.0 |
1236 | 2023-10-04T03:15:11.822Z | Downloaded native-tls v0.2.11 |
1237 | 2023-10-04T03:15:11.826Z | Downloaded data-encoding v2.4.0 |
1238 | 2023-10-04T03:15:11.830Z | Downloaded serde_with_macros v2.3.3 |
1239 | 2023-10-04T03:15:11.834Z | Downloaded nu-ansi-term v0.49.0 |
1240 | 2023-10-04T03:15:11.837Z | Downloaded cookie v0.16.2 |
1241 | 2023-10-04T03:15:11.842Z | Downloaded colored v2.0.4 |
1242 | 2023-10-04T03:15:11.846Z | Downloaded num-integer v0.1.45 |
1243 | 2023-10-04T03:15:11.850Z | Downloaded multer v2.1.0 |
1244 | 2023-10-04T03:15:11.856Z | Downloaded lazy_static v1.4.0 |
1245 | 2023-10-04T03:15:11.860Z | Downloaded stringprep v0.1.3 |
1246 | 2023-10-04T03:15:11.864Z | Downloaded slog-json v2.6.1 |
1247 | 2023-10-04T03:15:11.868Z | Downloaded slog-envlogger v2.2.0 |
1248 | 2023-10-04T03:15:11.871Z | Downloaded num_cpus v1.16.0 |
1249 | 2023-10-04T03:15:11.875Z | Downloaded indexmap v1.9.3 |
1250 | 2023-10-04T03:15:11.878Z | Downloaded const_format v0.2.31 |
1251 | 2023-10-04T03:15:11.881Z | Downloaded aes-gcm-siv v0.11.1 |
1252 | 2023-10-04T03:15:11.885Z | Downloaded indicatif v0.17.6 |
1253 | 2023-10-04T03:15:11.888Z | Downloaded thiserror-impl-no-std v2.0.2 |
1254 | 2023-10-04T03:15:11.891Z | Downloaded textwrap v0.11.0 |
1255 | 2023-10-04T03:15:11.894Z | Downloaded thread-id v4.2.0 |
1256 | 2023-10-04T03:15:11.897Z | Downloaded strum_macros v0.25.2 |
1257 | 2023-10-04T03:15:11.901Z | Downloaded strip-ansi-escapes v0.2.0 |
1258 | 2023-10-04T03:15:11.904Z | Downloaded slog-dtrace v0.2.3 |
1259 | 2023-10-04T03:15:11.907Z | Downloaded slog-bunyan v2.4.0 |
1260 | 2023-10-04T03:15:11.910Z | Downloaded signature v1.6.4 |
1261 | 2023-10-04T03:15:11.913Z | Downloaded serde_path_to_error v0.1.14 |
1262 | 2023-10-04T03:15:11.917Z | Downloaded num_enum v0.5.11 |
1263 | 2023-10-04T03:15:11.921Z | Downloaded blake2b_simd v1.0.1 |
1264 | 2023-10-04T03:15:11.924Z | Downloaded tabled_derive v0.6.0 |
1265 | 2023-10-04T03:15:11.927Z | Downloaded num_enum_derive v0.5.11 |
1266 | 2023-10-04T03:15:11.930Z | Downloaded nanorand v0.7.0 |
1267 | 2023-10-04T03:15:11.933Z | Downloaded snafu-derive v0.7.5 |
1268 | 2023-10-04T03:15:11.939Z | Downloaded mime_guess v2.0.4 |
1269 | 2023-10-04T03:15:11.943Z | Downloaded macaddr v1.0.1 |
1270 | 2023-10-04T03:15:11.946Z | Downloaded phf_shared v0.10.0 |
1271 | 2023-10-04T03:15:11.949Z | Downloaded peeking_take_while v0.1.2 |
1272 | 2023-10-04T03:15:11.952Z | Downloaded path-slash v0.1.5 |
1273 | 2023-10-04T03:15:11.958Z | Downloaded path-absolutize v3.1.0 |
1274 | 2023-10-04T03:15:11.962Z | Downloaded debug-ignore v1.0.5 |
1275 | 2023-10-04T03:15:11.971Z | Downloaded mockall v0.11.4 |
1276 | 2023-10-04T03:15:11.974Z | Downloaded assert_cmd v2.0.12 |
1277 | 2023-10-04T03:15:11.978Z | Downloaded ipnet v2.8.0 |
1278 | 2023-10-04T03:15:11.981Z | Downloaded crc32fast v1.3.2 |
1279 | 2023-10-04T03:15:11.986Z | Downloaded console v0.15.7 |
1280 | 2023-10-04T03:15:12.016Z | Downloaded chacha20poly1305 v0.10.1 |
1281 | 2023-10-04T03:15:12.021Z | Downloaded wait-timeout v0.2.0 |
1282 | 2023-10-04T03:15:12.028Z | Downloaded semver v0.1.20 |
1283 | 2023-10-04T03:15:12.039Z | Downloaded rustversion v1.0.14 |
1284 | 2023-10-04T03:15:12.043Z | Downloaded resolv-conf v0.7.0 |
1285 | 2023-10-04T03:15:12.047Z | Downloaded mockall_derive v0.11.4 |
1286 | 2023-10-04T03:15:12.051Z | Downloaded libloading v0.7.4 |
1287 | 2023-10-04T03:15:12.054Z | Downloaded lazycell v1.3.0 |
1288 | 2023-10-04T03:15:12.057Z | Downloaded camino-tempfile v1.0.2 |
1289 | 2023-10-04T03:15:12.060Z | Downloaded cassowary v0.3.0 |
1290 | 2023-10-04T03:15:12.064Z | Downloaded autocfg v1.1.0 |
1291 | 2023-10-04T03:15:12.080Z | Downloaded md-5 v0.10.5 |
1292 | 2023-10-04T03:15:12.085Z | Downloaded num-iter v0.1.43 |
1293 | 2023-10-04T03:15:12.091Z | Downloaded num v0.4.1 |
1294 | 2023-10-04T03:15:12.096Z | Downloaded nibble_vec v0.1.0 |
1295 | 2023-10-04T03:15:12.101Z | Downloaded corncobs v0.1.3 |
1296 | 2023-10-04T03:15:12.105Z | Downloaded bincode v1.3.3 |
1297 | 2023-10-04T03:15:12.110Z | Downloaded time-core v0.1.1 |
1298 | 2023-10-04T03:15:12.128Z | Downloaded bit-vec v0.6.3 |
1299 | 2023-10-04T03:15:12.132Z | Downloaded bb8 v0.8.1 |
1300 | 2023-10-04T03:15:12.135Z | Downloaded async-trait v0.1.73 |
1301 | 2023-10-04T03:15:12.138Z | Downloaded base16ct v0.2.0 |
1302 | 2023-10-04T03:15:12.141Z | Downloaded newtype_derive v0.1.6 |
1303 | 2023-10-04T03:15:12.145Z | Downloaded signature v2.1.0 |
1304 | 2023-10-04T03:15:12.147Z | Downloaded maybe-uninit v2.0.0 |
1305 | 2023-10-04T03:15:12.151Z | Downloaded indoc v1.0.9 |
1306 | 2023-10-04T03:15:12.154Z | Downloaded array-init v0.0.4 |
1307 | 2023-10-04T03:15:12.157Z | Downloaded aead v0.5.2 |
1308 | 2023-10-04T03:15:12.160Z | Downloaded adler v1.0.2 |
1309 | 2023-10-04T03:15:12.163Z | Downloaded mime v0.3.17 |
1310 | 2023-10-04T03:15:12.166Z | Downloaded libefi-sys v0.1.0 |
1311 | 2023-10-04T03:15:12.171Z | Downloaded criterion-plot v0.5.0 |
1312 | 2023-10-04T03:15:12.177Z | Downloaded crc v3.0.1 |
1313 | 2023-10-04T03:15:12.181Z | Downloaded keccak v0.1.4 |
1314 | 2023-10-04T03:15:12.185Z | Downloaded crossbeam-deque v0.8.3 |
1315 | 2023-10-04T03:15:12.189Z | Downloaded lru-cache v0.1.2 |
1316 | 2023-10-04T03:15:12.193Z | Downloaded linear-map v1.2.0 |
1317 | 2023-10-04T03:15:12.203Z | Downloaded jobserver v0.1.26 |
1318 | 2023-10-04T03:15:12.220Z | Downloaded matches v0.1.10 |
1319 | 2023-10-04T03:15:12.234Z | Downloaded secrecy v0.8.0 |
1320 | 2023-10-04T03:15:12.239Z | Downloaded crc-catalog v2.2.0 |
1321 | 2023-10-04T03:15:12.246Z | Downloaded memoffset v0.7.1 |
1322 | 2023-10-04T03:15:12.254Z | Downloaded ipnetwork v0.20.0 |
1323 | 2023-10-04T03:15:12.264Z | Downloaded crossbeam v0.8.2 |
1324 | 2023-10-04T03:15:12.272Z | Downloaded async-recursion v1.0.5 |
1325 | 2023-10-04T03:15:12.277Z | Downloaded basic-toml v0.1.4 |
1326 | 2023-10-04T03:15:12.282Z | Downloaded argon2 v0.5.2 |
1327 | 2023-10-04T03:15:12.289Z | Downloaded async-stream v0.3.5 |
1328 | 2023-10-04T03:15:12.302Z | Downloaded hubpack_derive v0.1.1 |
1329 | 2023-10-04T03:15:12.307Z | Downloaded ron v0.8.1 |
1330 | 2023-10-04T03:15:12.314Z | Downloaded new_debug_unreachable v1.0.4 |
1331 | 2023-10-04T03:15:12.354Z | Downloaded is-terminal v0.4.9 |
1332 | 2023-10-04T03:15:12.360Z | Downloaded bytes v1.5.0 |
1333 | 2023-10-04T03:15:12.364Z | Downloaded serde_plain v1.0.2 |
1334 | 2023-10-04T03:15:12.387Z | Downloaded rusty-fork v0.3.0 |
1335 | 2023-10-04T03:15:12.393Z | Downloaded anes v0.1.6 |
1336 | 2023-10-04T03:15:12.397Z | Downloaded home v0.5.5 |
1337 | 2023-10-04T03:15:12.402Z | Downloaded hyper-rustls v0.24.1 |
1338 | 2023-10-04T03:15:12.412Z | Downloaded normalize-line-endings v0.3.0 |
1339 | 2023-10-04T03:15:12.416Z | Downloaded httptest v0.15.4 |
1340 | 2023-10-04T03:15:12.421Z | Downloaded ascii v1.1.0 |
1341 | 2023-10-04T03:15:12.430Z | Downloaded backoff v0.4.0 |
1342 | 2023-10-04T03:15:12.435Z | Downloaded bit-set v0.5.3 |
1343 | 2023-10-04T03:15:12.438Z | Downloaded ansi_term v0.12.1 |
1344 | 2023-10-04T03:15:12.442Z | Downloaded impl-trait-for-tuples v0.2.2 |
1345 | 2023-10-04T03:15:12.448Z | Downloaded ident_case v1.0.1 |
1346 | 2023-10-04T03:15:12.457Z | Downloaded iana-time-zone v0.1.57 |
1347 | 2023-10-04T03:15:12.473Z | Downloaded hyper-staticfile v0.9.5 |
1348 | 2023-10-04T03:15:12.478Z | Downloaded heck v0.3.3 |
1349 | 2023-10-04T03:15:12.482Z | Downloaded constant_time_eq v0.3.0 |
1350 | 2023-10-04T03:15:12.486Z | Downloaded constant_time_eq v0.2.6 |
1351 | 2023-10-04T03:15:12.490Z | Downloaded cipher v0.4.4 |
1352 | 2023-10-04T03:15:12.507Z | Downloaded byteorder v1.4.3 |
1353 | 2023-10-04T03:15:12.514Z | Downloaded inout v0.1.3 |
1354 | 2023-10-04T03:15:12.520Z | Downloaded hubpack v0.1.2 |
1355 | 2023-10-04T03:15:12.524Z | Downloaded bitstruct v0.1.1 |
1356 | 2023-10-04T03:15:12.528Z | Downloaded lalrpop-util v0.19.12 |
1357 | 2023-10-04T03:15:12.533Z | Downloaded instant v0.1.12 |
1358 | 2023-10-04T03:15:12.540Z | Downloaded crossbeam-utils v0.8.16 |
1359 | 2023-10-04T03:15:12.548Z | Downloaded ciborium v0.2.1 |
1360 | 2023-10-04T03:15:12.553Z | Downloaded cfg-if v0.1.10 |
1361 | 2023-10-04T03:15:12.556Z | Downloaded clang-sys v1.6.1 |
1362 | 2023-10-04T03:15:12.605Z | Downloaded cast v0.3.0 |
1363 | 2023-10-04T03:15:12.612Z | Downloaded bytecount v0.6.3 |
1364 | 2023-10-04T03:15:12.616Z | Downloaded buf-list v1.0.3 |
1365 | 2023-10-04T03:15:12.620Z | Downloaded block-buffer v0.10.4 |
1366 | 2023-10-04T03:15:12.625Z | Downloaded blake2 v0.10.6 |
1367 | 2023-10-04T03:15:12.630Z | Downloaded atty v0.2.14 |
1368 | 2023-10-04T03:15:12.644Z | Downloaded ascii-canvas v3.0.0 |
1369 | 2023-10-04T03:15:12.654Z | Compiling proc-macro2 v1.0.67 |
1370 | 2023-10-04T03:15:12.658Z | Compiling serde v1.0.188 |
1371 | 2023-10-04T03:15:12.681Z | Compiling autocfg v1.1.0 |
1372 | 2023-10-04T03:15:12.684Z | Compiling version_check v0.9.4 |
1373 | 2023-10-04T03:15:12.690Z | Compiling syn v1.0.109 |
1374 | 2023-10-04T03:15:12.694Z | Compiling parking_lot_core v0.9.8 |
1375 | 2023-10-04T03:15:12.699Z | Compiling libm v0.2.7 |
1376 | 2023-10-04T03:15:12.703Z | Compiling libc v0.2.148 |
1377 | 2023-10-04T03:15:12.707Z | Compiling cfg-if v1.0.0 |
1378 | 2023-10-04T03:15:12.711Z | Compiling once_cell v1.18.0 |
1379 | 2023-10-04T03:15:12.715Z | Compiling futures-core v0.3.28 |
1380 | 2023-10-04T03:15:12.720Z | Compiling ahash v0.8.3 |
1381 | 2023-10-04T03:15:12.724Z | Compiling typenum v1.16.0 |
1382 | 2023-10-04T03:15:12.732Z | Compiling lock_api v0.4.10 |
1383 | 2023-10-04T03:15:12.737Z | Compiling num-traits v0.2.16 |
1384 | 2023-10-04T03:15:12.741Z | Compiling generic-array v0.14.7 |
1385 | 2023-10-04T03:15:12.752Z | Compiling quote v1.0.33 |
1386 | 2023-10-04T03:15:12.757Z | Compiling slab v0.4.9 |
1387 | 2023-10-04T03:15:12.762Z | Compiling futures-task v0.3.28 |
1388 | 2023-10-04T03:15:12.766Z | Compiling syn v2.0.32 |
1389 | 2023-10-04T03:15:12.770Z | Compiling jobserver v0.1.26 |
1390 | 2023-10-04T03:15:12.774Z | Compiling futures-channel v0.3.28 |
1391 | 2023-10-04T03:15:12.847Z | Compiling futures-util v0.3.28 |
1392 | 2023-10-04T03:15:12.866Z | Compiling pkg-config v0.3.27 |
1393 | 2023-10-04T03:15:13.184Z | Compiling cc v1.0.83 |
1394 | 2023-10-04T03:15:13.211Z | Compiling memchr v2.6.3 |
1395 | 2023-10-04T03:15:13.442Z | Compiling vcpkg v0.2.15 |
1396 | 2023-10-04T03:15:13.878Z | Compiling itoa v1.0.9 |
1397 | 2023-10-04T03:15:16.536Z | Compiling log v0.4.20 |
1398 | 2023-10-04T03:15:16.931Z | Compiling schemars v0.8.13 |
1399 | 2023-10-04T03:15:17.121Z | Compiling serde_json v1.0.107 |
1400 | 2023-10-04T03:15:17.315Z | Compiling allocator-api2 v0.2.16 |
1401 | 2023-10-04T03:15:17.465Z | Compiling equivalent v1.0.1 |
1402 | 2023-10-04T03:15:17.618Z | Compiling indexmap v1.9.3 |
1403 | 2023-10-04T03:15:17.902Z | Compiling httparse v1.8.0 |
1404 | 2023-10-04T03:15:18.028Z | Compiling ryu v1.0.15 |
1405 | 2023-10-04T03:15:18.076Z | Compiling rustix v0.38.9 |
1406 | 2023-10-04T03:15:18.117Z | Compiling hashbrown v0.14.0 |
1407 | 2023-10-04T03:15:18.155Z | Compiling getrandom v0.2.10 |
1408 | 2023-10-04T03:15:18.179Z | Compiling fnv v1.0.7 |
1409 | 2023-10-04T03:15:18.286Z | Compiling rustls v0.21.7 |
1410 | 2023-10-04T03:15:18.377Z | Compiling openssl v0.10.57 |
1411 | 2023-10-04T03:15:18.425Z | Compiling aho-corasick v1.0.4 |
1412 | 2023-10-04T03:15:18.440Z | Compiling unicode-xid v0.2.4 |
1413 | 2023-10-04T03:15:18.449Z | Compiling regex-syntax v0.7.5 |
1414 | 2023-10-04T03:15:18.458Z | Compiling native-tls v0.2.11 |
1415 | 2023-10-04T03:15:18.464Z | Compiling ucd-trie v0.1.6 |
1416 | 2023-10-04T03:15:18.473Z | Compiling async-trait v0.1.73 |
1417 | 2023-10-04T03:15:18.504Z | Compiling ring v0.16.20 |
1418 | 2023-10-04T03:15:18.536Z | Compiling openssl-sys v0.9.93 |
1419 | 2023-10-04T03:15:18.864Z | Compiling backtrace v0.3.69 |
1420 | 2023-10-04T03:15:19.566Z | Compiling crossbeam-utils v0.8.16 |
1421 | 2023-10-04T03:15:20.291Z | Compiling slog v2.7.0 |
1422 | 2023-10-04T03:15:20.871Z | Compiling anyhow v1.0.75 |
1423 | 2023-10-04T03:15:21.763Z | Compiling time-core v0.1.1 |
1424 | 2023-10-04T03:15:22.027Z | Compiling time-macros v0.2.13 |
1425 | 2023-10-04T03:15:22.053Z | Compiling byteorder v1.4.3 |
1426 | 2023-10-04T03:15:22.619Z | Compiling iana-time-zone v0.1.57 |
1427 | 2023-10-04T03:15:22.820Z | Compiling regex-automata v0.3.8 |
1428 | 2023-10-04T03:15:22.825Z | Compiling dyn-clone v1.0.13 |
1429 | 2023-10-04T03:15:23.110Z | Compiling hashbrown v0.13.2 |
1430 | 2023-10-04T03:15:23.149Z | Compiling winnow v0.5.15 |
1431 | 2023-10-04T03:15:24.977Z | Compiling serde_derive_internals v0.26.0 |
1432 | 2023-10-04T03:15:25.846Z | Compiling synstructure v0.12.6 |
1433 | 2023-10-04T03:15:26.997Z | Compiling usdt-impl v0.3.5 |
1434 | 2023-10-04T03:15:27.335Z | Compiling scopeguard v1.2.0 |
1435 | 2023-10-04T03:15:27.520Z | Compiling unicode-width v0.1.10 |
1436 | 2023-10-04T03:15:27.756Z | Compiling thread-id v4.2.0 |
1437 | 2023-10-04T03:15:27.906Z | Compiling strsim v0.10.0 |
1438 | 2023-10-04T03:15:28.476Z | Compiling smallvec v1.11.0 |
1439 | 2023-10-04T03:15:28.958Z | Compiling tinyvec_macros v0.1.1 |
1440 | 2023-10-04T03:15:28.998Z | Compiling unicode-bidi v0.3.13 |
1441 | 2023-10-04T03:15:29.080Z | Compiling tinyvec v1.6.0 |
1442 | 2023-10-04T03:15:29.392Z | Compiling num-integer v0.1.45 |
1443 | 2023-10-04T03:15:29.770Z | Compiling parking_lot v0.12.1 |
1444 | 2023-10-04T03:15:30.166Z | Compiling crc32fast v1.3.2 |
1445 | 2023-10-04T03:15:30.306Z | Compiling percent-encoding v2.3.0 |
1446 | 2023-10-04T03:15:30.794Z | Compiling spin v0.5.2 |
1447 | 2023-10-04T03:15:30.865Z | Compiling regex v1.9.5 |
1448 | 2023-10-04T03:15:31.134Z | Compiling form_urlencoded v1.2.0 |
1449 | 2023-10-04T03:15:31.140Z | Compiling bitflags v1.3.2 |
1450 | 2023-10-04T03:15:31.228Z | Compiling pin-project-lite v0.2.13 |
1451 | 2023-10-04T03:15:31.296Z | Compiling adler v1.0.2 |
1452 | 2023-10-04T03:15:31.408Z | Compiling gimli v0.28.0 |
1453 | 2023-10-04T03:15:31.589Z | Compiling miniz_oxide v0.7.1 |
1454 | 2023-10-04T03:15:31.609Z | Compiling object v0.32.1 |
1455 | 2023-10-04T03:15:31.732Z | Compiling unicode-normalization v0.1.22 |
1456 | 2023-10-04T03:15:32.570Z | Compiling errno v0.3.2 |
1457 | 2023-10-04T03:15:33.203Z | Compiling memoffset v0.9.0 |
1458 | 2023-10-04T03:15:33.622Z | Compiling idna v0.4.0 |
1459 | 2023-10-04T03:15:33.631Z | Compiling rustc-demangle v0.1.23 |
1460 | 2023-10-04T03:15:34.216Z | Compiling mio v0.8.8 |
1461 | 2023-10-04T03:15:35.046Z | Compiling serde_derive v1.0.188 |
1462 | 2023-10-04T03:15:35.089Z | Compiling zeroize_derive v1.4.2 |
1463 | 2023-10-04T03:15:35.254Z | Compiling thiserror-impl v1.0.48 |
1464 | 2023-10-04T03:15:36.047Z | Compiling tokio-macros v2.1.0 |
1465 | 2023-10-04T03:15:36.089Z | Compiling futures-macro v0.3.28 |
1466 | 2023-10-04T03:15:37.448Z | Compiling tracing-attributes v0.1.26 |
1467 | 2023-10-04T03:15:38.480Z | Compiling schemars_derive v0.8.13 |
1468 | 2023-10-04T03:15:38.842Z | Compiling openssl-macros v0.1.1 |
1469 | 2023-10-04T03:15:39.658Z | Compiling zerocopy-derive v0.2.0 |
1470 | 2023-10-04T03:15:39.901Z | Compiling zerocopy-derive v0.6.3 |
1471 | 2023-10-04T03:15:39.904Z | Compiling thiserror v1.0.48 |
1472 | 2023-10-04T03:15:40.109Z | Compiling pest v2.7.2 |
1473 | 2023-10-04T03:15:42.513Z | Compiling zerocopy v0.3.0 |
1474 | 2023-10-04T03:15:43.018Z | Compiling url v2.4.1 |
1475 | 2023-10-04T03:15:43.077Z | Compiling addr2line v0.21.0 |
1476 | 2023-10-04T03:15:43.158Z | Compiling signal-hook-registry v1.4.1 |
1477 | 2023-10-04T03:15:43.252Z | Compiling socket2 v0.5.3 |
1478 | 2023-10-04T03:15:43.399Z | Compiling num_cpus v1.16.0 |
1479 | 2023-10-04T03:15:43.563Z | Compiling futures-sink v0.3.28 |
1480 | 2023-10-04T03:15:43.776Z | Compiling dof v0.1.5 |
1481 | 2023-10-04T03:15:43.830Z | Compiling radium v0.7.0 |
1482 | 2023-10-04T03:15:44.265Z | Compiling pest_meta v2.7.2 |
1483 | 2023-10-04T03:15:45.069Z | Compiling crossbeam-epoch v0.9.15 |
1484 | 2023-10-04T03:15:45.117Z | Compiling pin-utils v0.1.0 |
1485 | 2023-10-04T03:15:45.131Z | Compiling futures-io v0.3.28 |
1486 | 2023-10-04T03:15:45.523Z | Compiling clap_derive v4.4.2 |
1487 | 2023-10-04T03:15:45.831Z | Compiling num-iter v0.1.43 |
1488 | 2023-10-04T03:15:45.904Z | Compiling tracing-core v0.1.31 |
1489 | 2023-10-04T03:15:46.427Z | Compiling pest_generator v2.7.2 |
1490 | 2023-10-04T03:15:46.781Z | Compiling lazy_static v1.4.0 |
1491 | 2023-10-04T03:15:46.935Z | Compiling rand_core v0.6.4 |
1492 | 2023-10-04T03:15:47.615Z | Compiling tracing v0.1.37 |
1493 | 2023-10-04T03:15:48.378Z | Compiling num_threads v0.1.6 |
1494 | 2023-10-04T03:15:48.542Z | Compiling deranged v0.3.8 |
1495 | 2023-10-04T03:15:49.199Z | Compiling either v1.9.0 |
1496 | 2023-10-04T03:15:49.612Z | Compiling zeroize v1.6.0 |
1497 | 2023-10-04T03:15:49.660Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1498 | 2023-10-04T03:15:50.283Z | Compiling untrusted v0.7.1 |
1499 | 2023-10-04T03:15:50.576Z | Compiling base64 v0.21.4 |
1500 | 2023-10-04T03:15:51.728Z | Compiling time v0.3.27 |
1501 | 2023-10-04T03:15:51.840Z | Compiling pest_derive v2.7.2 |
1502 | 2023-10-04T03:15:52.921Z | Compiling dtrace-parser v0.1.14 |
1503 | 2023-10-04T03:15:53.517Z | Compiling enum-as-inner v0.5.1 |
1504 | 2023-10-04T03:15:54.976Z | Compiling hashbrown v0.12.3 |
1505 | 2023-10-04T03:15:54.999Z | Compiling foreign-types-shared v0.1.1 |
1506 | 2023-10-04T03:15:55.158Z | Compiling openssl-probe v0.1.5 |
1507 | 2023-10-04T03:15:55.541Z | Compiling foreign-types v0.3.2 |
1508 | 2023-10-04T03:15:55.668Z | Compiling try-lock v0.2.4 |
1509 | 2023-10-04T03:15:55.845Z | Compiling siphasher v0.3.11 |
1510 | 2023-10-04T03:15:55.892Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1511 | 2023-10-04T03:15:56.483Z | Compiling want v0.3.1 |
1512 | 2023-10-04T03:15:56.853Z | Compiling rustls-webpki v0.101.4 |
1513 | 2023-10-04T03:15:56.909Z | Compiling sct v0.7.0 |
1514 | 2023-10-04T03:15:57.394Z | Compiling socket2 v0.4.9 |
1515 | 2023-10-04T03:15:57.480Z | Compiling httpdate v1.0.3 |
1516 | 2023-10-04T03:15:57.961Z | Compiling tower-service v0.3.2 |
1517 | 2023-10-04T03:15:58.097Z | Compiling rustls-pemfile v1.0.3 |
1518 | 2023-10-04T03:15:58.147Z | Compiling crypto-common v0.1.6 |
1519 | 2023-10-04T03:15:58.157Z | Compiling diesel_table_macro_syntax v0.1.0 |
1520 | 2023-10-04T03:15:58.268Z | Compiling indexmap v2.0.0 |
1521 | 2023-10-04T03:15:58.640Z | Compiling bytes v1.5.0 |
1522 | 2023-10-04T03:15:58.677Z | Compiling chrono v0.4.31 |
1523 | 2023-10-04T03:15:58.705Z | Compiling uuid v1.4.1 |
1524 | 2023-10-04T03:15:59.122Z | Compiling semver v1.0.18 |
1525 | 2023-10-04T03:15:59.742Z | Compiling toml_datetime v0.6.3 |
1526 | 2023-10-04T03:15:59.813Z | Compiling serde_spanned v0.6.3 |
1527 | 2023-10-04T03:15:59.833Z | Compiling rustc_version v0.4.0 |
1528 | 2023-10-04T03:16:00.172Z | Compiling http v0.2.9 |
1529 | 2023-10-04T03:16:00.213Z | Compiling toml_edit v0.19.15 |
1530 | 2023-10-04T03:16:00.308Z | Compiling serde_tokenstream v0.1.7 |
1531 | 2023-10-04T03:16:00.388Z | Compiling bitflags v2.4.0 |
1532 | 2023-10-04T03:16:00.573Z | Compiling tokio v1.32.0 |
1533 | 2023-10-04T03:16:01.015Z | Compiling heapless v0.7.16 |
1534 | 2023-10-04T03:16:04.169Z | Compiling openapiv3 v1.0.3 |
1535 | 2023-10-04T03:16:04.203Z | Compiling usdt-macro v0.3.5 |
1536 | 2023-10-04T03:16:04.921Z | Compiling usdt-attr-macro v0.3.5 |
1537 | 2023-10-04T03:16:05.700Z | Compiling http-body v0.4.5 |
1538 | 2023-10-04T03:16:06.299Z | Compiling rustls-native-certs v0.6.3 |
1539 | 2023-10-04T03:16:06.869Z | Compiling num-bigint v0.4.4 |
1540 | 2023-10-04T03:16:07.089Z | Compiling smoltcp v0.9.1 |
1541 | 2023-10-04T03:16:07.556Z | Compiling bit-vec v0.6.3 |
1542 | 2023-10-04T03:16:08.410Z | Compiling ipnet v2.8.0 |
1543 | 2023-10-04T03:16:08.414Z | Compiling diesel_derives v2.1.1 |
1544 | 2023-10-04T03:16:08.753Z | Compiling serde_urlencoded v0.7.1 |
1545 | 2023-10-04T03:16:09.585Z | Compiling phf_shared v0.10.0 |
1546 | 2023-10-04T03:16:09.832Z | Compiling block-buffer v0.10.4 |
1547 | 2023-10-04T03:16:10.245Z | Compiling itertools v0.10.5 |
1548 | 2023-10-04T03:16:10.261Z | Compiling hubpack_derive v0.1.1 |
1549 | 2023-10-04T03:16:11.926Z | Compiling encoding_rs v0.8.33 |
1550 | 2023-10-04T03:16:12.354Z | Compiling subtle v2.5.0 |
1551 | 2023-10-04T03:16:12.461Z | Compiling fixedbitset v0.4.2 |
1552 | 2023-10-04T03:16:12.798Z | Compiling const-oid v0.9.5 |
1553 | 2023-10-04T03:16:13.067Z | Compiling webpki-roots v0.25.2 |
1554 | 2023-10-04T03:16:13.308Z | Compiling precomputed-hash v0.1.1 |
1555 | 2023-10-04T03:16:13.459Z | Compiling new_debug_unreachable v1.0.4 |
1556 | 2023-10-04T03:16:13.595Z | Compiling mime v0.3.17 |
1557 | 2023-10-04T03:16:14.444Z | Compiling tokio-util v0.7.8 |
1558 | 2023-10-04T03:16:15.034Z | Compiling tokio-native-tls v0.3.1 |
1559 | 2023-10-04T03:16:15.499Z | Compiling tokio-rustls v0.24.1 |
1560 | 2023-10-04T03:16:15.914Z | Compiling ppv-lite86 v0.2.17 |
1561 | 2023-10-04T03:16:15.933Z | Compiling digest v0.10.7 |
1562 | 2023-10-04T03:16:15.942Z | Compiling string_cache v0.8.7 |
1563 | 2023-10-04T03:16:16.397Z | Compiling h2 v0.3.21 |
1564 | 2023-10-04T03:16:16.418Z | Compiling petgraph v0.6.4 |
1565 | 2023-10-04T03:16:16.724Z | Compiling rand_chacha v0.3.1 |
1566 | 2023-10-04T03:16:16.732Z | Compiling bit-set v0.5.3 |
1567 | 2023-10-04T03:16:17.765Z | Compiling lalrpop-util v0.19.12 |
1568 | 2023-10-04T03:16:18.699Z | Compiling unicode-segmentation v1.10.1 |
1569 | 2023-10-04T03:16:18.712Z | Compiling flate2 v1.0.27 |
1570 | 2023-10-04T03:16:19.342Z | Compiling rand v0.8.5 |
1571 | 2023-10-04T03:16:19.551Z | Compiling toml v0.7.8 |
1572 | 2023-10-04T03:16:19.781Z | Compiling serde_repr v0.1.16 |
1573 | 2023-10-04T03:16:19.823Z | Compiling serde_tokenstream v0.2.0 |
1574 | 2023-10-04T03:16:20.679Z | Compiling io-lifetimes v1.0.11 |
1575 | 2023-10-04T03:16:20.951Z | Compiling utf8parse v0.2.1 |
1576 | 2023-10-04T03:16:21.188Z | Compiling anstyle v1.0.2 |
1577 | 2023-10-04T03:16:21.436Z | Compiling cpufeatures v0.2.9 |
1578 | 2023-10-04T03:16:21.443Z | Compiling anstyle-parse v0.2.1 |
1579 | 2023-10-04T03:16:21.576Z | Compiling sha2 v0.10.7 |
1580 | 2023-10-04T03:16:21.879Z | Compiling rustix v0.37.23 |
1581 | 2023-10-04T03:16:21.951Z | Compiling hmac v0.12.1 |
1582 | 2023-10-04T03:16:22.108Z | Compiling md-5 v0.10.5 |
1583 | 2023-10-04T03:16:22.330Z | Compiling stringprep v0.1.3 |
1584 | 2023-10-04T03:16:22.881Z | Compiling spin v0.9.8 |
1585 | 2023-10-04T03:16:23.141Z | Compiling hash32 v0.2.1 |
1586 | 2023-10-04T03:16:23.515Z | Compiling stable_deref_trait v1.2.0 |
1587 | 2023-10-04T03:16:24.044Z | Compiling fallible-iterator v0.2.0 |
1588 | 2023-10-04T03:16:24.058Z | Compiling colorchoice v1.0.0 |
1589 | 2023-10-04T03:16:24.069Z | Compiling anstyle-query v1.0.0 |
1590 | 2023-10-04T03:16:24.080Z | Compiling phf_shared v0.11.2 |
1591 | 2023-10-04T03:16:24.092Z | Compiling anstream v0.5.0 |
1592 | 2023-10-04T03:16:24.117Z | Compiling block-padding v0.3.3 |
1593 | 2023-10-04T03:16:24.526Z | Compiling terminal_size v0.2.6 |
1594 | 2023-10-04T03:16:24.529Z | Compiling scheduled-thread-pool v0.2.7 |
1595 | 2023-10-04T03:16:24.534Z | Compiling regex-automata v0.1.10 |
1596 | 2023-10-04T03:16:24.537Z | Compiling clap_lex v0.5.1 |
1597 | 2023-10-04T03:16:24.711Z | Compiling postgres-protocol v0.6.6 |
1598 | 2023-10-04T03:16:24.867Z | Compiling tap v1.0.1 |
1599 | 2023-10-04T03:16:25.053Z | Compiling matches v0.1.10 |
1600 | 2023-10-04T03:16:25.092Z | Compiling managed v0.8.0 |
1601 | 2023-10-04T03:16:25.122Z | Compiling wyz v0.5.1 |
1602 | 2023-10-04T03:16:25.174Z | Compiling idna v0.2.3 |
1603 | 2023-10-04T03:16:25.191Z | Compiling bstr v0.2.17 |
1604 | 2023-10-04T03:16:25.798Z | Compiling clap_builder v4.4.2 |
1605 | 2023-10-04T03:16:25.810Z | Compiling r2d2 v0.8.10 |
1606 | 2023-10-04T03:16:26.400Z | Compiling postgres-types v0.2.6 |
1607 | 2023-10-04T03:16:26.713Z | Compiling phf v0.11.2 |
1608 | 2023-10-04T03:16:27.204Z | Compiling inout v0.1.3 |
1609 | 2023-10-04T03:16:27.588Z | Compiling hubpack v0.1.2 |
1610 | 2023-10-04T03:16:27.682Z | Compiling ipnetwork v0.20.0 |
1611 | 2023-10-04T03:16:28.302Z | Compiling hyper v0.14.27 |
1612 | 2023-10-04T03:16:28.945Z | Compiling futures-executor v0.3.28 |
1613 | 2023-10-04T03:16:29.392Z | Compiling zerocopy v0.6.3 |
1614 | 2023-10-04T03:16:29.880Z | Compiling float-cmp v0.9.0 |
1615 | 2023-10-04T03:16:30.213Z | Compiling funty v2.0.0 |
1616 | 2023-10-04T03:16:30.831Z | Compiling predicates-core v1.0.6 |
1617 | 2023-10-04T03:16:31.313Z | Compiling unicode-linebreak v0.1.5 |
1618 | 2023-10-04T03:16:31.652Z | Compiling whoami v1.4.1 |
1619 | 2023-10-04T03:16:32.209Z | Compiling static_assertions v1.1.0 |
1620 | 2023-10-04T03:16:32.347Z | Compiling smawk v0.3.1 |
1621 | 2023-10-04T03:16:32.491Z | Compiling data-encoding v2.4.0 |
1622 | 2023-10-04T03:16:32.513Z | Compiling difflib v0.4.0 |
1623 | 2023-10-04T03:16:32.660Z | Compiling normalize-line-endings v0.3.0 |
1624 | 2023-10-04T03:16:32.823Z | Compiling textwrap v0.16.0 |
1625 | 2023-10-04T03:16:33.374Z | Compiling predicates v3.0.3 |
1626 | 2023-10-04T03:16:33.431Z | Compiling diesel v2.1.1 |
1627 | 2023-10-04T03:16:33.526Z | Compiling trust-dns-proto v0.22.0 |
1628 | 2023-10-04T03:16:34.642Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1629 | 2023-10-04T03:16:34.700Z | Compiling bitvec v1.0.1 |
1630 | 2023-10-04T03:16:35.805Z | Compiling tokio-postgres v0.7.10 |
1631 | 2023-10-04T03:16:35.855Z | Compiling clap v4.4.3 |
1632 | 2023-10-04T03:16:36.017Z | Compiling yasna v0.5.2 |
1633 | 2023-10-04T03:16:40.157Z | Compiling hyper-tls v0.5.0 |
1634 | 2023-10-04T03:16:40.209Z | Compiling hyper-rustls v0.24.1 |
1635 | 2023-10-04T03:16:40.713Z | Compiling futures v0.3.28 |
1636 | 2023-10-04T03:16:40.857Z | Compiling reqwest v0.11.20 |
1637 | 2023-10-04T03:16:41.256Z | Compiling cipher v0.4.4 |
1638 | 2023-10-04T03:16:42.046Z | Compiling similar v2.2.1 |
1639 | 2023-10-04T03:16:42.557Z | Compiling signature v2.1.0 |
1640 | 2023-10-04T03:16:42.892Z | Compiling tokio-stream v0.1.14 |
1641 | 2023-10-04T03:16:43.725Z | Compiling usdt v0.3.5 |
1642 | 2023-10-04T03:16:43.887Z | Compiling hex v0.4.3 |
1643 | 2023-10-04T03:16:44.104Z | Compiling console v0.15.7 |
1644 | 2023-10-04T03:16:44.658Z | Compiling bstr v1.6.0 |
1645 | 2023-10-04T03:16:44.664Z | Compiling regress v0.7.1 |
1646 | 2023-10-04T03:16:46.024Z | Compiling getopts v0.2.21 |
1647 | 2023-10-04T03:16:46.115Z | Compiling unsafe-libyaml v0.2.9 |
1648 | 2023-10-04T03:16:47.503Z | Compiling rustversion v1.0.14 |
1649 | 2023-10-04T03:16:48.187Z | Compiling ident_case v1.0.1 |
1650 | 2023-10-04T03:16:48.446Z | Compiling serde_yaml v0.9.25 |
1651 | 2023-10-04T03:16:49.318Z | Compiling slog-async v2.8.0 |
1652 | 2023-10-04T03:16:50.072Z | Compiling paste v1.0.14 |
1653 | 2023-10-04T03:16:50.179Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1654 | 2023-10-04T03:16:50.754Z | Compiling darling_core v0.20.3 |
1655 | 2023-10-04T03:16:53.136Z | Compiling multer v2.1.0 |
1656 | 2023-10-04T03:16:55.010Z | Compiling async-stream-impl v0.3.5 |
1657 | 2023-10-04T03:16:57.313Z | Compiling regex-syntax v0.6.29 |
1658 | 2023-10-04T03:17:01.742Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1659 | 2023-10-04T03:17:19.370Z | Compiling strum_macros v0.25.2 |
1660 | 2023-10-04T03:17:20.285Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1661 | 2023-10-04T03:17:20.458Z | Compiling structmeta-derive v0.1.6 |
1662 | 2023-10-04T03:17:20.602Z | Compiling darling_macro v0.20.3 |
1663 | 2023-10-04T03:17:20.778Z | Compiling darling v0.20.3 |
1664 | 2023-10-04T03:17:20.842Z | Compiling serde_with_macros v2.3.3 |
1665 | 2023-10-04T03:17:20.859Z | Compiling structmeta v0.1.6 |
1666 | 2023-10-04T03:17:21.093Z | Compiling parse-display-derive v0.7.0 |
1667 | 2023-10-04T03:17:21.125Z | Compiling test-strategy v0.2.1 |
1668 | 2023-10-04T03:17:21.151Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1669 | 2023-10-04T03:17:21.430Z | Checking unicode-ident v1.0.12 |
1670 | 2023-10-04T03:17:21.510Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1671 | 2023-10-04T03:17:21.552Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1672 | 2023-10-04T03:17:32.346Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1673 | 2023-10-04T03:17:48.315Z | Checking heck v0.4.1 |
1674 | 2023-10-04T03:17:55.898Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1675 | 2023-10-04T03:17:56.351Z | Checking crossbeam-channel v0.5.8 |
1676 | 2023-10-04T03:17:56.377Z | Checking atty v0.2.14 |
1677 | 2023-10-04T03:17:57.067Z | Checking match_cfg v0.1.0 |
1678 | 2023-10-04T03:17:57.188Z | Checking hostname v0.3.1 |
1679 | 2023-10-04T03:17:57.580Z | Checking dirs-sys-next v0.1.2 |
1680 | 2023-10-04T03:17:57.760Z | Checking thread_local v1.1.7 |
1681 | 2023-10-04T03:17:57.845Z | Checking dirs-next v2.0.0 |
1682 | 2023-10-04T03:17:58.191Z | Checking fastrand v2.0.0 |
1683 | 2023-10-04T03:17:58.682Z | Checking tempfile v3.8.0 |
1684 | 2023-10-04T03:17:58.773Z | Checking term v0.7.0 |
1685 | 2023-10-04T03:17:59.219Z | Checking instant v0.1.12 |
1686 | 2023-10-04T03:17:59.373Z | Checking take_mut v0.2.2 |
1687 | 2023-10-04T03:17:59.448Z | Checking slog-term v2.9.0 |
1688 | 2023-10-04T03:18:00.011Z | Checking slog-json v2.6.1 |
1689 | 2023-10-04T03:18:00.137Z | Checking sha1 v0.10.5 |
1690 | 2023-10-04T03:18:00.236Z | Checking serde_with v2.3.3 |
1691 | 2023-10-04T03:18:00.396Z | Checking camino v1.1.6 |
1692 | 2023-10-04T03:18:00.524Z | Checking slog-bunyan v2.4.0 |
1693 | 2023-10-04T03:18:00.605Z | Checking strum v0.25.0 |
1694 | 2023-10-04T03:18:00.823Z | Checking atomic-waker v1.1.1 |
1695 | 2023-10-04T03:18:00.936Z | Checking debug-ignore v1.0.5 |
1696 | 2023-10-04T03:18:01.015Z | Checking waitgroup v0.1.2 |
1697 | 2023-10-04T03:18:01.252Z | Checking async-stream v0.3.5 |
1698 | 2023-10-04T03:18:01.309Z | Checking serde_path_to_error v0.1.14 |
1699 | 2023-10-04T03:18:01.468Z | Checking quick-error v1.2.3 |
1700 | 2023-10-04T03:18:02.081Z | Checking backoff v0.4.0 |
1701 | 2023-10-04T03:18:02.091Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1702 | 2023-10-04T03:18:02.103Z | Checking parse-display v0.7.0 |
1703 | 2023-10-04T03:18:02.118Z | Checking macaddr v1.0.1 |
1704 | 2023-10-04T03:18:02.663Z | Checking wait-timeout v0.2.0 |
1705 | 2023-10-04T03:18:03.634Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1706 | 2023-10-04T03:18:03.646Z | Checking rusty-fork v0.3.0 |
1707 | 2023-10-04T03:18:03.651Z | Checking rand_xorshift v0.3.0 |
1708 | 2023-10-04T03:18:03.655Z | Checking unarray v0.1.4 |
1709 | 2023-10-04T03:18:08.851Z | Checking proptest v1.2.0 |
1710 | 2023-10-04T03:18:09.476Z | Compiling proc-macro-crate v1.3.1 |
1711 | 2023-10-04T03:18:13.389Z | Compiling num_enum_derive v0.5.11 |
1712 | 2023-10-04T03:18:14.770Z | Compiling proc-macro-error-attr v1.0.4 |
1713 | 2023-10-04T03:18:15.429Z | Compiling proc-macro-error v1.0.4 |
1714 | 2023-10-04T03:18:50.002Z | Checking base64ct v1.6.0 |
1715 | 2023-10-04T03:18:50.417Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1716 | 2023-10-04T03:18:50.532Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1717 | 2023-10-04T03:18:50.638Z | Compiling foreign-types-macros v0.2.3 |
1718 | 2023-10-04T03:18:50.699Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1719 | 2023-10-04T03:18:50.726Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1720 | 2023-10-04T03:18:50.788Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1721 | 2023-10-04T03:18:50.809Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1722 | 2023-10-04T03:18:50.829Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1723 | 2023-10-04T03:18:50.853Z | Compiling zone_cfg_derive v0.2.0 |
1724 | 2023-10-04T03:18:50.878Z | Compiling mockall_derive v0.11.4 |
1725 | 2023-10-04T03:18:50.903Z | Checking is-terminal v0.4.9 |
1726 | 2023-10-04T03:18:58.051Z | Checking base64 v0.13.1 |
1727 | 2023-10-04T03:18:58.517Z | Compiling cancel-safe-futures v0.1.2 |
1728 | 2023-10-04T03:18:59.008Z | Compiling slog-dtrace v0.2.3 |
1729 | 2023-10-04T03:18:59.173Z | Checking password-hash v0.5.0 |
1730 | 2023-10-04T03:18:59.475Z | Checking blake2 v0.10.6 |
1731 | 2023-10-04T03:18:59.515Z | Checking num_enum v0.5.11 |
1732 | 2023-10-04T03:19:00.200Z | Checking argon2 v0.5.2 |
1733 | 2023-10-04T03:19:00.843Z | Checking termtree v0.4.1 |
1734 | 2023-10-04T03:19:00.856Z | Checking predicates-tree v1.0.9 |
1735 | 2023-10-04T03:19:00.872Z | Checking pem v1.1.1 |
1736 | 2023-10-04T03:19:00.944Z | Checking postcard-cobs v0.1.5-pre |
1737 | 2023-10-04T03:19:01.225Z | Checking postcard v0.7.3 |
1738 | 2023-10-04T03:19:01.240Z | Checking smoltcp v0.8.2 |
1739 | 2023-10-04T03:19:01.855Z | Checking cfg-if v0.1.10 |
1740 | 2023-10-04T03:19:01.903Z | Checking foreign-types-shared v0.3.1 |
1741 | 2023-10-04T03:19:02.006Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1742 | 2023-10-04T03:19:02.084Z | Checking foreign-types v0.5.0 |
1743 | 2023-10-04T03:19:02.225Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1744 | 2023-10-04T03:19:02.618Z | Checking cstr-argument v0.1.2 |
1745 | 2023-10-04T03:19:02.698Z | Checking pretty-hex v0.2.1 |
1746 | 2023-10-04T03:19:02.773Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1747 | 2023-10-04T03:19:02.863Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2023-10-04T03:19:02.922Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2023-10-04T03:19:03.126Z | Checking colored v2.0.4 |
1750 | 2023-10-04T03:19:03.331Z | Compiling heck v0.3.3 |
1751 | 2023-10-04T03:19:03.517Z | Compiling der_derive v0.7.2 |
1752 | 2023-10-04T03:19:04.017Z | Compiling libefi-sys v0.1.0 |
1753 | 2023-10-04T03:19:04.022Z | Compiling structopt-derive v0.4.18 |
1754 | 2023-10-04T03:19:04.026Z | Checking predicates v2.1.5 |
1755 | 2023-10-04T03:19:04.728Z | Checking headers-core v0.2.0 |
1756 | 2023-10-04T03:19:04.933Z | Compiling memoffset v0.7.1 |
1757 | 2023-10-04T03:19:05.046Z | Checking fragile v2.0.0 |
1758 | 2023-10-04T03:19:05.365Z | Checking downcast v0.11.0 |
1759 | 2023-10-04T03:19:05.626Z | Checking headers v0.3.9 |
1760 | 2023-10-04T03:19:05.672Z | Checking mockall v0.11.4 |
1761 | 2023-10-04T03:19:05.830Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1762 | 2023-10-04T03:19:06.020Z | Checking zone v0.2.0 |
1763 | 2023-10-04T03:19:06.559Z | Checking smf v0.2.2 |
1764 | 2023-10-04T03:19:07.188Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1765 | 2023-10-04T03:19:07.305Z | Compiling num-rational v0.4.1 |
1766 | 2023-10-04T03:19:07.465Z | Checking rcgen v0.10.0 |
1767 | 2023-10-04T03:19:07.480Z | Checking subprocess v0.2.9 |
1768 | 2023-10-04T03:19:07.924Z | Checking linked-hash-map v0.5.6 |
1769 | 2023-10-04T03:19:07.988Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1770 | 2023-10-04T03:19:08.111Z | Checking termcolor v1.2.0 |
1771 | 2023-10-04T03:19:08.305Z | Compiling maybe-uninit v2.0.0 |
1772 | 2023-10-04T03:19:08.327Z | Compiling signal-hook v0.3.17 |
1773 | 2023-10-04T03:19:08.392Z | Compiling doc-comment v0.3.3 |
1774 | 2023-10-04T03:19:08.827Z | Checking lru-cache v0.1.2 |
1775 | 2023-10-04T03:19:09.303Z | Compiling num-bigint-dig v0.8.4 |
1776 | 2023-10-04T03:19:09.314Z | Compiling packed_struct v0.10.1 |
1777 | 2023-10-04T03:19:09.329Z | Compiling packed_struct_codegen v0.10.1 |
1778 | 2023-10-04T03:19:09.343Z | Compiling same-file v1.0.6 |
1779 | 2023-10-04T03:19:10.191Z | Compiling semver-parser v0.10.2 |
1780 | 2023-10-04T03:19:10.195Z | Compiling walkdir v2.4.0 |
1781 | 2023-10-04T03:19:10.198Z | Checking half v1.8.2 |
1782 | 2023-10-04T03:19:10.201Z | Checking ciborium-io v0.2.1 |
1783 | 2023-10-04T03:19:10.205Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1784 | 2023-10-04T03:19:10.208Z | Checking ciborium-ll v0.2.1 |
1785 | 2023-10-04T03:19:10.358Z | Compiling semver v0.11.0 |
1786 | 2023-10-04T03:19:10.494Z | Compiling xattr v1.0.1 |
1787 | 2023-10-04T03:19:10.635Z | Compiling filetime v0.2.22 |
1788 | 2023-10-04T03:19:11.263Z | Compiling home v0.5.5 |
1789 | 2023-10-04T03:19:11.273Z | Compiling toolchain_find v0.2.0 |
1790 | 2023-10-04T03:19:11.285Z | Compiling tar v0.4.40 |
1791 | 2023-10-04T03:19:11.353Z | Checking ciborium v0.2.1 |
1792 | 2023-10-04T03:19:11.918Z | Compiling toml v0.5.11 |
1793 | 2023-10-04T03:19:12.148Z | Checking arc-swap v1.6.0 |
1794 | 2023-10-04T03:19:13.165Z | Compiling omicron-zone-package v0.8.3 |
1795 | 2023-10-04T03:19:13.186Z | Checking slog-scope v4.4.0 |
1796 | 2023-10-04T03:19:13.204Z | Compiling snafu-derive v0.7.5 |
1797 | 2023-10-04T03:19:13.222Z | Checking slog-stdlog v4.1.1 |
1798 | 2023-10-04T03:19:13.245Z | Compiling convert_case v0.4.0 |
1799 | 2023-10-04T03:19:13.364Z | Checking slog-envlogger v2.2.0 |
1800 | 2023-10-04T03:19:13.414Z | Checking itertools v0.11.0 |
1801 | 2023-10-04T03:19:13.698Z | Compiling derive-where v1.2.5 |
1802 | 2023-10-04T03:19:14.451Z | Compiling derive_more v0.99.17 |
1803 | 2023-10-04T03:19:15.400Z | Compiling rustfmt-wrapper v0.2.0 |
1804 | 2023-10-04T03:19:16.050Z | Compiling parking_lot_core v0.8.6 |
1805 | 2023-10-04T03:19:16.818Z | Checking resolv-conf v0.7.0 |
1806 | 2023-10-04T03:19:17.402Z | Checking trust-dns-resolver v0.22.0 |
1807 | 2023-10-04T03:19:18.275Z | Checking newline-converter v0.3.0 |
1808 | 2023-10-04T03:19:18.299Z | Checking hkdf v0.12.3 |
1809 | 2023-10-04T03:19:18.481Z | Checking expectorate v1.0.7 |
1810 | 2023-10-04T03:19:18.899Z | Checking textwrap v0.11.0 |
1811 | 2023-10-04T03:19:18.911Z | Checking fxhash v0.2.1 |
1812 | 2023-10-04T03:19:18.949Z | Compiling libz-sys v1.1.12 |
1813 | 2023-10-04T03:19:18.967Z | Checking strsim v0.8.0 |
1814 | 2023-10-04T03:19:19.135Z | Checking keccak v0.1.4 |
1815 | 2023-10-04T03:19:19.250Z | Checking ansi_term v0.12.1 |
1816 | 2023-10-04T03:19:19.271Z | Checking vec_map v0.8.2 |
1817 | 2023-10-04T03:19:19.629Z | Checking sha3 v0.10.8 |
1818 | 2023-10-04T03:19:19.689Z | Checking secrecy v0.8.0 |
1819 | 2023-10-04T03:19:19.717Z | Checking clap v2.34.0 |
1820 | 2023-10-04T03:19:19.937Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1821 | 2023-10-04T03:19:20.268Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1822 | 2023-10-04T03:19:20.278Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1823 | 2023-10-04T03:19:20.402Z | Compiling buf-list v1.0.3 |
1824 | 2023-10-04T03:19:20.869Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2023-10-04T03:19:21.027Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1826 | 2023-10-04T03:19:21.218Z | Checking pem-rfc7468 v0.7.0 |
1827 | 2023-10-04T03:19:21.308Z | Compiling libsqlite3-sys v0.26.0 |
1828 | 2023-10-04T03:19:21.595Z | Checking flagset v0.4.3 |
1829 | 2023-10-04T03:19:21.889Z | Checking der v0.7.8 |
1830 | 2023-10-04T03:19:22.046Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1831 | 2023-10-04T03:19:22.238Z | Compiling vergen v8.2.4 |
1832 | 2023-10-04T03:19:23.040Z | Compiling unicase v2.7.0 |
1833 | 2023-10-04T03:19:23.452Z | Checking humantime v2.1.0 |
1834 | 2023-10-04T03:19:23.899Z | Checking utf-8 v0.7.6 |
1835 | 2023-10-04T03:19:23.926Z | Compiling rayon-core v1.11.0 |
1836 | 2023-10-04T03:19:24.380Z | Checking structopt v0.3.26 |
1837 | 2023-10-04T03:19:24.551Z | Checking camino-tempfile v1.0.2 |
1838 | 2023-10-04T03:19:24.955Z | Compiling platforms v3.0.2 |
1839 | 2023-10-04T03:19:24.963Z | Compiling semver v0.1.20 |
1840 | 2023-10-04T03:19:25.118Z | Checking spki v0.7.2 |
1841 | 2023-10-04T03:19:25.420Z | Checking crc-catalog v2.2.0 |
1842 | 2023-10-04T03:19:25.563Z | Checking pkcs8 v0.10.2 |
1843 | 2023-10-04T03:19:25.587Z | Compiling rustc_version v0.1.7 |
1844 | 2023-10-04T03:19:25.648Z | Checking crc v3.0.1 |
1845 | 2023-10-04T03:19:26.112Z | Checking num-complex v0.4.4 |
1846 | 2023-10-04T03:19:26.328Z | Checking nodrop v0.1.14 |
1847 | 2023-10-04T03:19:26.496Z | Compiling curve25519-dalek v4.1.0 |
1848 | 2023-10-04T03:19:26.516Z | Checking array-init v0.0.4 |
1849 | 2023-10-04T03:19:26.859Z | Compiling newtype_derive v0.1.6 |
1850 | 2023-10-04T03:19:27.090Z | Checking smallvec v0.6.14 |
1851 | 2023-10-04T03:19:27.232Z | Checking pkcs1 v0.7.5 |
1852 | 2023-10-04T03:19:27.719Z | Checking num v0.4.1 |
1853 | 2023-10-04T03:19:27.871Z | Compiling num_enum_derive v0.7.0 |
1854 | 2023-10-04T03:19:27.945Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1855 | 2023-10-04T03:19:28.306Z | Compiling glob v0.3.1 |
1856 | 2023-10-04T03:19:29.999Z | Checking bitfield v0.14.0 |
1857 | 2023-10-04T03:19:30.433Z | Checking serde-hex v0.1.0 |
1858 | 2023-10-04T03:19:30.953Z | Compiling mime_guess v2.0.4 |
1859 | 2023-10-04T03:19:31.067Z | Checking rsa v0.9.2 |
1860 | 2023-10-04T03:19:32.243Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1861 | 2023-10-04T03:19:32.596Z | Checking x509-cert v0.2.4 |
1862 | 2023-10-04T03:19:32.615Z | Checking env_logger v0.10.0 |
1863 | 2023-10-04T03:19:33.270Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1864 | 2023-10-04T03:19:33.299Z | Checking ron v0.8.1 |
1865 | 2023-10-04T03:19:35.330Z | Compiling thiserror-impl-no-std v2.0.2 |
1866 | 2023-10-04T03:19:35.404Z | Compiling curve25519-dalek-derive v0.1.0 |
1867 | 2023-10-04T03:19:37.809Z | Checking crc-any v2.4.3 |
1868 | 2023-10-04T03:19:38.068Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1869 | 2023-10-04T03:19:38.460Z | Checking tungstenite v0.18.0 |
1870 | 2023-10-04T03:19:39.801Z | Checking object v0.30.4 |
1871 | 2023-10-04T03:19:39.890Z | Checking path-slash v0.1.5 |
1872 | 2023-10-04T03:19:39.987Z | Checking tokio-tungstenite v0.18.0 |
1873 | 2023-10-04T03:19:40.875Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1874 | 2023-10-04T03:19:41.059Z | Checking nibble_vec v0.1.0 |
1875 | 2023-10-04T03:19:41.533Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1876 | 2023-10-04T03:19:41.965Z | Checking endian-type v0.1.2 |
1877 | 2023-10-04T03:19:42.267Z | Compiling crunchy v0.2.2 |
1878 | 2023-10-04T03:19:42.626Z | Compiling erased-serde v0.3.30 |
1879 | 2023-10-04T03:19:43.523Z | Checking radix_trie v0.2.1 |
1880 | 2023-10-04T03:19:43.688Z | Checking snafu v0.7.5 |
1881 | 2023-10-04T03:19:44.194Z | Compiling bitstruct_derive v0.1.0 |
1882 | 2023-10-04T03:19:44.466Z | Compiling async-recursion v1.0.5 |
1883 | 2023-10-04T03:19:45.423Z | Compiling tiny-keccak v2.0.2 |
1884 | 2023-10-04T03:19:45.726Z | Checking linear-map v1.2.0 |
1885 | 2023-10-04T03:19:45.991Z | Checking parking_lot v0.11.2 |
1886 | 2023-10-04T03:19:46.121Z | Checking trust-dns-client v0.22.0 |
1887 | 2023-10-04T03:19:46.564Z | Compiling clang-sys v1.6.1 |
1888 | 2023-10-04T03:19:48.050Z | Checking universal-hash v0.5.1 |
1889 | 2023-10-04T03:19:48.062Z | Compiling darling_core v0.14.4 |
1890 | 2023-10-04T03:19:48.492Z | Checking opaque-debug v0.3.0 |
1891 | 2023-10-04T03:19:48.506Z | Compiling prettyplease v0.2.12 |
1892 | 2023-10-04T03:19:48.531Z | Compiling ascii-canvas v3.0.0 |
1893 | 2023-10-04T03:19:48.549Z | Checking trust-dns-server v0.22.1 |
1894 | 2023-10-04T03:19:48.571Z | Checking sled v0.34.7 |
1895 | 2023-10-04T03:19:49.065Z | Compiling enum-iterator-derive v1.2.1 |
1896 | 2023-10-04T03:19:49.346Z | Compiling const_format_proc_macros v0.2.31 |
1897 | 2023-10-04T03:19:50.564Z | Compiling ena v0.14.2 |
1898 | 2023-10-04T03:19:51.609Z | Compiling portable-atomic v1.4.3 |
1899 | 2023-10-04T03:19:52.227Z | Compiling diff v0.1.13 |
1900 | 2023-10-04T03:19:52.604Z | Checking pretty-hex v0.3.0 |
1901 | 2023-10-04T03:19:52.637Z | Compiling minimal-lexical v0.2.1 |
1902 | 2023-10-04T03:19:52.775Z | Compiling lalrpop v0.19.12 |
1903 | 2023-10-04T03:19:53.252Z | Checking aead v0.5.2 |
1904 | 2023-10-04T03:19:53.432Z | Compiling nom v7.1.3 |
1905 | 2023-10-04T03:19:53.964Z | Checking path-dedot v3.1.0 |
1906 | 2023-10-04T03:19:53.971Z | Compiling libloading v0.7.4 |
1907 | 2023-10-04T03:19:53.980Z | Compiling ref-cast v1.0.20 |
1908 | 2023-10-04T03:19:53.985Z | Compiling bindgen v0.65.1 |
1909 | 2023-10-04T03:19:53.991Z | Compiling salty v0.2.0 |
1910 | 2023-10-04T03:19:54.317Z | Checking lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1911 | 2023-10-04T03:19:54.364Z | Checking path-absolutize v3.1.0 |
1912 | 2023-10-04T03:19:54.794Z | Checking globset v0.4.13 |
1913 | 2023-10-04T03:19:55.777Z | Checking crossbeam-deque v0.8.3 |
1914 | 2023-10-04T03:19:55.781Z | Checking olpc-cjson v0.1.3 |
1915 | 2023-10-04T03:19:55.997Z | Checking serde_plain v1.0.2 |
1916 | 2023-10-04T03:19:56.036Z | Compiling which v4.4.0 |
1917 | 2023-10-04T03:19:56.388Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1918 | 2023-10-04T03:19:56.442Z | Compiling darling_macro v0.14.4 |
1919 | 2023-10-04T03:19:56.895Z | Compiling ref-cast-impl v1.0.20 |
1920 | 2023-10-04T03:19:57.113Z | Compiling libxml v0.3.3 |
1921 | 2023-10-04T03:19:57.632Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1922 | 2023-10-04T03:19:57.636Z | Compiling rustc-hash v1.1.0 |
1923 | 2023-10-04T03:19:57.671Z | Compiling peeking_take_while v0.1.2 |
1924 | 2023-10-04T03:19:57.891Z | Compiling lazycell v1.3.0 |
1925 | 2023-10-04T03:19:57.913Z | Compiling shlex v1.1.0 |
1926 | 2023-10-04T03:19:57.950Z | Compiling darling v0.14.4 |
1927 | 2023-10-04T03:19:58.432Z | Compiling derive_builder_core v0.12.0 |
1928 | 2023-10-04T03:19:59.365Z | Checking tough v0.12.5 |
1929 | 2023-10-04T03:19:59.372Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1930 | 2023-10-04T03:19:59.378Z | Checking ff v0.13.0 |
1931 | 2023-10-04T03:19:59.384Z | Compiling strum_macros v0.24.3 |
1932 | 2023-10-04T03:19:59.392Z | Compiling num-derive v0.4.0 |
1933 | 2023-10-04T03:19:59.864Z | Compiling cexpr v0.6.0 |
1934 | 2023-10-04T03:20:01.887Z | Compiling derive_builder_macro v0.12.0 |
1935 | 2023-10-04T03:20:02.510Z | Compiling indoc v1.0.9 |
1936 | 2023-10-04T03:20:03.145Z | Checking display-error-chain v0.1.1 |
1937 | 2023-10-04T03:20:03.346Z | Checking group v0.13.0 |
1938 | 2023-10-04T03:20:04.644Z | Checking hashlink v0.8.3 |
1939 | 2023-10-04T03:20:04.926Z | Checking crypto-bigint v0.5.2 |
1940 | 2023-10-04T03:20:04.952Z | Compiling cookie v0.16.2 |
1941 | 2023-10-04T03:20:05.481Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1942 | 2023-10-04T03:20:05.806Z | Checking base16ct v0.2.0 |
1943 | 2023-10-04T03:20:06.077Z | Checking fallible-streaming-iterator v0.1.9 |
1944 | 2023-10-04T03:20:06.441Z | Checking rusqlite v0.29.0 |
1945 | 2023-10-04T03:20:06.837Z | Checking rayon v1.7.0 |
1946 | 2023-10-04T03:20:07.836Z | Checking elliptic-curve v0.13.5 |
1947 | 2023-10-04T03:20:08.619Z | Checking poly1305 v0.8.0 |
1948 | 2023-10-04T03:20:08.653Z | Checking thiserror-no-std v2.0.2 |
1949 | 2023-10-04T03:20:09.342Z | Checking nix v0.26.2 |
1950 | 2023-10-04T03:20:10.995Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1951 | 2023-10-04T03:20:11.034Z | Checking chacha20 v0.9.1 |
1952 | 2023-10-04T03:20:11.037Z | Checking twox-hash v1.6.3 |
1953 | 2023-10-04T03:20:11.041Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1954 | 2023-10-04T03:20:11.559Z | Checking sha-1 v0.10.1 |
1955 | 2023-10-04T03:20:12.046Z | Compiling oso-derive v0.26.4 |
1956 | 2023-10-04T03:20:12.072Z | Compiling impl-trait-for-tuples v0.2.2 |
1957 | 2023-10-04T03:20:13.441Z | Checking tungstenite v0.17.3 |
1958 | 2023-10-04T03:20:13.679Z | Checking vsss-rs v3.3.1 |
1959 | 2023-10-04T03:20:14.507Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1960 | 2023-10-04T03:20:14.926Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1961 | 2023-10-04T03:20:15.080Z | Checking chacha20poly1305 v0.10.1 |
1962 | 2023-10-04T03:20:15.609Z | Checking polyval v0.6.1 |
1963 | 2023-10-04T03:20:16.051Z | Checking num_enum v0.7.0 |
1964 | 2023-10-04T03:20:16.283Z | Checking ctr v0.9.2 |
1965 | 2023-10-04T03:20:16.338Z | Checking aes v0.8.3 |
1966 | 2023-10-04T03:20:16.741Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1967 | 2023-10-04T03:20:17.159Z | Checking bincode v1.3.3 |
1968 | 2023-10-04T03:20:18.987Z | Checking aes-gcm-siv v0.11.1 |
1969 | 2023-10-04T03:20:19.117Z | Checking tokio-tungstenite v0.17.2 |
1970 | 2023-10-04T03:20:19.231Z | Checking env_logger v0.9.3 |
1971 | 2023-10-04T03:20:20.313Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1972 | 2023-10-04T03:20:20.721Z | Checking assert_matches v1.5.0 |
1973 | 2023-10-04T03:20:20.850Z | Checking ascii v1.1.0 |
1974 | 2023-10-04T03:20:20.894Z | Checking ringbuffer v0.14.2 |
1975 | 2023-10-04T03:20:20.979Z | Checking signature v1.6.4 |
1976 | 2023-10-04T03:20:21.498Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1977 | 2023-10-04T03:20:21.532Z | Checking ed25519 v1.5.3 |
1978 | 2023-10-04T03:20:21.770Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1979 | 2023-10-04T03:20:21.931Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1980 | 2023-10-04T03:20:22.963Z | Checking bitstruct v0.1.1 |
1981 | 2023-10-04T03:20:23.721Z | Checking signal-hook-tokio v0.3.1 |
1982 | 2023-10-04T03:20:23.737Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1983 | 2023-10-04T03:20:24.174Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1984 | 2023-10-04T03:20:24.461Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1985 | 2023-10-04T03:20:25.019Z | Checking serde_arrays v0.1.0 |
1986 | 2023-10-04T03:20:25.780Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1987 | 2023-10-04T03:20:26.071Z | Checking steno v0.4.0 |
1988 | 2023-10-04T03:20:26.910Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1989 | 2023-10-04T03:20:27.130Z | Checking const_format v0.2.31 |
1990 | 2023-10-04T03:20:27.307Z | Checking enum-iterator v1.4.1 |
1991 | 2023-10-04T03:20:27.433Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1992 | 2023-10-04T03:20:30.546Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1993 | 2023-10-04T03:20:30.663Z | Checking ron v0.7.1 |
1994 | 2023-10-04T03:20:31.117Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1995 | 2023-10-04T03:20:31.256Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1996 | 2023-10-04T03:20:31.334Z | Checking serde-big-array v0.5.1 |
1997 | 2023-10-04T03:20:31.407Z | Checking serde-big-array v0.4.1 |
1998 | 2023-10-04T03:20:31.564Z | Checking http-range v0.1.5 |
1999 | 2023-10-04T03:20:31.638Z | Checking bit_field v0.10.2 |
2000 | 2023-10-04T03:20:31.794Z | Checking hyper-staticfile v0.9.5 |
2001 | 2023-10-04T03:20:32.003Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2002 | 2023-10-04T03:20:33.242Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2003 | 2023-10-04T03:20:34.003Z | Compiling indoc v2.0.3 |
2004 | 2023-10-04T03:20:34.025Z | Checking corncobs v0.1.3 |
2005 | 2023-10-04T03:20:34.300Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2006 | 2023-10-04T03:20:38.343Z | Checking derive_builder v0.12.0 |
2007 | 2023-10-04T03:20:39.211Z | Checking bb8 v0.8.1 |
2008 | 2023-10-04T03:20:40.374Z | Checking quick-xml v0.23.1 |
2009 | 2023-10-04T03:20:40.388Z | Checking bytesize v1.3.0 |
2010 | 2023-10-04T03:20:41.003Z | Checking maplit v1.0.2 |
2011 | 2023-10-04T03:20:41.674Z | Checking number_prefix v0.4.0 |
2012 | 2023-10-04T03:20:42.107Z | Checking fs-err v2.9.0 |
2013 | 2023-10-04T03:20:42.544Z | Checking indicatif v0.17.6 |
2014 | 2023-10-04T03:20:42.573Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2015 | 2023-10-04T03:20:42.835Z | Checking signal-hook-mio v0.2.3 |
2016 | 2023-10-04T03:20:44.178Z | Compiling vte_generate_state_changes v0.1.1 |
2017 | 2023-10-04T03:20:54.924Z | Checking yansi v0.5.1 |
2018 | 2023-10-04T03:20:55.358Z | Checking pretty_assertions v1.4.0 |
2019 | 2023-10-04T03:20:58.235Z | Checking crossterm v0.27.0 |
2020 | 2023-10-04T03:21:02.026Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2021 | 2023-10-04T03:21:10.494Z | Checking fatfs v0.3.6 |
2022 | 2023-10-04T03:21:11.028Z | Checking plotters-backend v0.3.5 |
2023 | 2023-10-04T03:21:11.195Z | Checking cassowary v0.3.0 |
2024 | 2023-10-04T03:21:11.337Z | Checking plotters-svg v0.3.5 |
2025 | 2023-10-04T03:21:11.448Z | Checking ratatui v0.23.0 |
2026 | 2023-10-04T03:21:11.526Z | Checking rand v0.4.6 |
2027 | 2023-10-04T03:21:11.596Z | Checking rtoolbox v0.0.1 |
2028 | 2023-10-04T03:21:11.684Z | Checking owo-colors v3.5.0 |
2029 | 2023-10-04T03:21:11.761Z | Checking remove_dir_all v0.5.3 |
2030 | 2023-10-04T03:21:11.825Z | Checking cast v0.3.0 |
2031 | 2023-10-04T03:21:11.911Z | Checking criterion-plot v0.5.0 |
2032 | 2023-10-04T03:21:11.955Z | Checking tui-tree-widget v0.13.0 |
2033 | 2023-10-04T03:21:11.995Z | Checking tempdir v0.3.7 |
2034 | 2023-10-04T03:21:12.034Z | Checking rpassword v7.2.0 |
2035 | 2023-10-04T03:21:12.056Z | Checking plotters v0.3.5 |
2036 | 2023-10-04T03:21:12.271Z | Checking tinytemplate v1.2.1 |
2037 | 2023-10-04T03:21:12.561Z | Checking os_str_bytes v6.5.1 |
2038 | 2023-10-04T03:21:12.853Z | Checking shell-words v1.1.0 |
2039 | 2023-10-04T03:21:12.913Z | Checking oorandom v11.1.3 |
2040 | 2023-10-04T03:21:13.110Z | Checking anes v0.1.6 |
2041 | 2023-10-04T03:21:13.136Z | Checking clap_lex v0.2.4 |
2042 | 2023-10-04T03:21:13.737Z | Checking criterion v0.5.1 |
2043 | 2023-10-04T03:21:19.608Z | Checking assert_cmd v2.0.12 |
2044 | 2023-10-04T03:21:20.272Z | Compiling clap_derive v3.2.25 |
2045 | 2023-10-04T03:21:20.464Z | Checking dashmap v5.5.1 |
2046 | 2023-10-04T03:21:20.913Z | Compiling serial_test_derive v0.10.0 |
2047 | 2023-10-04T03:21:21.720Z | Compiling crossbeam-queue v0.3.8 |
2048 | 2023-10-04T03:21:22.593Z | Checking serial_test v0.10.0 |
2049 | 2023-10-04T03:21:22.935Z | Checking vte v0.11.1 |
2050 | 2023-10-04T03:21:24.046Z | Checking threadpool v1.8.1 |
2051 | 2023-10-04T03:21:26.006Z | Checking strip-ansi-escapes v0.2.0 |
2052 | 2023-10-04T03:21:27.380Z | Checking crossterm v0.26.1 |
2053 | 2023-10-04T03:21:28.034Z | Checking clap v3.2.25 |
2054 | 2023-10-04T03:21:30.012Z | Compiling tabled_derive v0.6.0 |
2055 | 2023-10-04T03:21:30.432Z | Checking httptest v0.15.4 |
2056 | 2023-10-04T03:21:30.450Z | Checking similar-asserts v1.5.0 |
2057 | 2023-10-04T03:21:30.550Z | Checking fd-lock v3.0.13 |
2058 | 2023-10-04T03:21:30.565Z | Checking nanorand v0.7.0 |
2059 | 2023-10-04T03:21:30.629Z | Compiling rstest_macros v0.18.2 |
2060 | 2023-10-04T03:21:31.286Z | Checking nu-ansi-term v0.49.0 |
2061 | 2023-10-04T03:21:31.624Z | Checking flume v0.11.0 |
2062 | 2023-10-04T03:21:32.417Z | Checking reedline v0.23.0 |
2063 | 2023-10-04T03:21:33.503Z | Checking libtest-mimic v0.5.2 |
2064 | 2023-10-04T03:21:34.248Z | Checking datatest-stable v0.1.3 |
2065 | 2023-10-04T03:21:35.424Z | Compiling pin-project-internal v1.1.3 |
2066 | 2023-10-04T03:21:35.796Z | Checking bytecount v0.6.3 |
2067 | 2023-10-04T03:21:35.989Z | Checking arrayref v0.3.7 |
2068 | 2023-10-04T03:21:36.133Z | Checking arrayvec v0.7.4 |
2069 | 2023-10-04T03:21:36.356Z | Checking topological-sort v0.2.2 |
2070 | 2023-10-04T03:21:36.561Z | Compiling trybuild v1.0.85 |
2071 | 2023-10-04T03:21:36.777Z | Compiling relative-path v1.9.0 |
2072 | 2023-10-04T03:21:36.803Z | Checking constant_time_eq v0.2.6 |
2073 | 2023-10-04T03:21:37.003Z | Checking blake2b_simd v1.0.1 |
2074 | 2023-10-04T03:21:37.713Z | Checking papergrid v0.10.0 |
2075 | 2023-10-04T03:21:39.932Z | Checking toml_edit v0.20.0 |
2076 | 2023-10-04T03:21:40.182Z | Checking pin-project v1.1.3 |
2077 | 2023-10-04T03:21:40.364Z | Checking basic-toml v0.1.4 |
2078 | 2023-10-04T03:21:40.868Z | Checking futures-timer v3.0.2 |
2079 | 2023-10-04T03:21:42.229Z | Checking constant_time_eq v0.3.0 |
2080 | 2023-10-04T03:21:42.240Z | Checking rust-argon2 v1.0.1 |
2081 | 2023-10-04T03:21:43.836Z | Checking toml v0.8.0 |
2082 | 2023-10-04T03:21:45.123Z | Checking partial-io v0.5.4 |
2083 | 2023-10-04T03:21:45.130Z | Checking tabled v0.14.0 |
2084 | 2023-10-04T03:21:45.736Z | Checking approx v0.5.1 |
2085 | 2023-10-04T03:21:45.765Z | Checking cargo-platform v0.1.3 |
2086 | 2023-10-04T03:21:46.098Z | Checking hex-literal v0.4.1 |
2087 | 2023-10-04T03:21:46.234Z | Checking cargo_metadata v0.18.0 |
2088 | 2023-10-04T03:21:46.282Z | Checking crossbeam v0.8.2 |
2089 | 2023-10-04T03:21:46.805Z | Checking cargo_toml v0.16.3 |
2090 | 2023-10-04T03:21:49.985Z | Checking termios v0.3.3 |
2091 | 2023-10-04T03:21:50.322Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2092 | 2023-10-04T03:21:51.200Z | Checking rstest v0.18.2 |
2093 | 2023-10-04T03:22:02.496Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2094 | 2023-10-04T03:22:12.353Z | Compiling bzip2 v0.4.4 |
2095 | 2023-10-04T03:22:12.920Z | Compiling zip v0.6.6 |
2096 | 2023-10-04T03:22:13.290Z | Compiling polar-core v0.26.4 |
2097 | 2023-10-04T03:22:14.110Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2098 | 2023-10-04T03:22:15.148Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2099 | 2023-10-04T03:22:15.578Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2100 | 2023-10-04T03:22:15.700Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2101 | 2023-10-04T03:22:15.757Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2102 | 2023-10-04T03:22:15.805Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2103 | 2023-10-04T03:22:16.343Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2104 | 2023-10-04T03:22:16.879Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2105 | 2023-10-04T03:22:17.848Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2106 | 2023-10-04T03:22:18.140Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2107 | 2023-10-04T03:22:18.176Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2108 | 2023-10-04T03:22:18.371Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2109 | 2023-10-04T03:22:18.844Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2110 | 2023-10-04T03:22:18.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2111 | 2023-10-04T03:22:20.656Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2112 | 2023-10-04T03:22:21.117Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2113 | 2023-10-04T03:22:25.860Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2114 | 2023-10-04T03:22:32.625Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2115 | 2023-10-04T03:22:33.481Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2116 | 2023-10-04T03:22:36.076Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2117 | 2023-10-04T03:22:36.495Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2118 | 2023-10-04T03:22:38.490Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2119 | 2023-10-04T03:22:38.635Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2120 | 2023-10-04T03:22:40.970Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2121 | 2023-10-04T03:22:44.010Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2122 | 2023-10-04T03:22:45.313Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2123 | 2023-10-04T03:22:46.026Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2124 | 2023-10-04T03:22:48.063Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2125 | 2023-10-04T03:22:51.770Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2126 | 2023-10-04T03:22:52.882Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2127 | 2023-10-04T03:22:53.933Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2128 | 2023-10-04T03:23:01.607Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2129 | 2023-10-04T03:23:02.504Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2130 | 2023-10-04T03:23:02.958Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2131 | 2023-10-04T03:23:03.770Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2132 | 2023-10-04T03:23:05.891Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2133 | 2023-10-04T03:23:06.317Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2134 | 2023-10-04T03:23:07.648Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2135 | 2023-10-04T03:23:08.289Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2136 | 2023-10-04T03:23:09.541Z | Checking oso v0.26.4 |
2137 | 2023-10-04T03:23:09.549Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2138 | 2023-10-04T03:23:10.916Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2139 | 2023-10-04T03:23:12.466Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2140 | 2023-10-04T03:23:13.640Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2141 | 2023-10-04T03:23:16.297Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2142 | 2023-10-04T03:23:18.304Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2143 | 2023-10-04T03:23:21.803Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2144 | 2023-10-04T03:23:27.708Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2145 | 2023-10-04T03:23:28.828Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2146 | 2023-10-04T03:23:29.632Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2147 | 2023-10-04T03:23:31.450Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2148 | 2023-10-04T03:23:33.515Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2149 | 2023-10-04T03:23:38.508Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2150 | 2023-10-04T03:23:39.962Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2151 | 2023-10-04T03:23:44.251Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2152 | 2023-10-04T03:23:44.697Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2153 | 2023-10-04T03:24:09.304Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2154 | 2023-10-04T03:24:22.191Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2155 | 2023-10-04T03:24:40.640Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2156 | 2023-10-04T03:25:05.573Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2157 | 2023-10-04T03:25:41.518Z | Compiling git2 v0.17.2 |
2158 | 2023-10-04T03:25:50.818Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2159 | 2023-10-04T03:25:53.025Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2160 | 2023-10-04T03:26:04.908Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2161 | 2023-10-04T03:26:14.339Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2162 | 2023-10-04T03:26:15.861Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2163 | 2023-10-04T03:26:49.324Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2164 | 2023-10-04T03:28:13.880Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 09s |
2165 | 2023-10-04T03:28:14.099Z | |
2166 | 2023-10-04T03:28:14.104Z | real 14:13.089064924 |
2167 | 2023-10-04T03:28:14.108Z | user 1:23:26.921792308 |
2168 | 2023-10-04T03:28:14.112Z | sys 11:11.767195833 |
2169 | 2023-10-04T03:28:14.116Z | trap 3.219540951 |
2170 | 2023-10-04T03:28:14.120Z | tflt 4.185927687 |
2171 | 2023-10-04T03:28:14.125Z | dflt 4.790354325 |
2172 | 2023-10-04T03:28:14.184Z | kflt 0.020080178 |
2173 | 2023-10-04T03:28:14.201Z | lock 1:55:37.320646045 |
2174 | 2023-10-04T03:28:14.212Z | slp 4:40:14.169923460 |
2175 | 2023-10-04T03:28:14.637Z | lat 3:13.045188345 |
2176 | 2023-10-04T03:28:14.648Z | stop 7:40.382395004 |
2177 | 2023-10-04T03:28:14.652Z | process exited: duration 1028482 ms, exit code 0 |
|
2178 | 2023-10-04T03:28:14.666Z | found 0 output files |