|
|
|
1 | 2023-10-17T22:48:51.242Z | job assigned to worker 01HCZX66D6CGF8CWC8PW4Y9TK4 (queued for 1 m 2 s) |
|
2 | 2023-10-17T22:48:51.639Z | starting task 0: "setup" |
3 | 2023-10-17T22:48:51.702Z | ++ uname -s |
4 | 2023-10-17T22:48:51.707Z | + kern=SunOS |
5 | 2023-10-17T22:48:51.711Z | + case "$kern" in |
6 | 2023-10-17T22:48:51.715Z | + groupadd -g 12345 build |
7 | 2023-10-17T22:48:51.719Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-17T22:48:53.727Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-17T22:48:53.829Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-17T22:48:53.832Z | + home_fs=zfs |
11 | 2023-10-17T22:48:53.834Z | + [[ zfs == autofs ]] |
12 | 2023-10-17T22:48:53.837Z | + mkdir -p /home/build |
13 | 2023-10-17T22:48:53.840Z | + chown build:build /home/build /work |
14 | 2023-10-17T22:48:55.838Z | + chmod 0700 /home/build /work |
15 | 2023-10-17T22:48:56.280Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2023-10-17T22:48:56.302Z | starting task 1: "rust-toolchain" |
17 | 2023-10-17T22:48:56.322Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-17T22:48:56.333Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-17T22:48:56.489Z | info: downloading installer |
20 | 2023-10-17T22:48:58.436Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-17T22:48:58.439Z | warning: /opt/ooce/bin |
22 | 2023-10-17T22:48:58.442Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-17T22:48:58.445Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-17T22:48:58.449Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-17T22:48:58.452Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-17T22:48:58.455Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-17T22:48:58.458Z | error: cannot install while Rust is installed |
28 | 2023-10-17T22:48:58.461Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-17T22:48:58.509Z | info: profile set to 'default' |
30 | 2023-10-17T22:48:58.512Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-17T22:48:58.515Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-17T22:48:58.692Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-17T22:48:58.700Z | info: downloading component 'cargo' |
34 | 2023-10-17T22:48:59.358Z | info: downloading component 'clippy' |
35 | 2023-10-17T22:48:59.597Z | info: downloading component 'rust-docs' |
36 | 2023-10-17T22:49:00.454Z | info: downloading component 'rust-std' |
37 | 2023-10-17T22:49:01.965Z | info: downloading component 'rustc' |
38 | 2023-10-17T22:49:05.643Z | info: downloading component 'rustfmt' |
39 | 2023-10-17T22:49:05.850Z | info: installing component 'cargo' |
40 | 2023-10-17T22:49:07.283Z | info: installing component 'clippy' |
41 | 2023-10-17T22:49:08.290Z | info: installing component 'rust-docs' |
42 | 2023-10-17T22:49:10.529Z | info: installing component 'rust-std' |
43 | 2023-10-17T22:49:13.660Z | info: installing component 'rustc' |
44 | 2023-10-17T22:49:20.338Z | info: installing component 'rustfmt' |
45 | 2023-10-17T22:49:20.848Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-17T22:49:20.864Z | |
47 | 2023-10-17T22:49:20.973Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-17T22:49:20.982Z | |
49 | 2023-10-17T22:49:20.992Z | |
50 | 2023-10-17T22:49:20.999Z | Rust is installed now. Great! |
51 | 2023-10-17T22:49:21.029Z | |
52 | 2023-10-17T22:49:21.032Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-17T22:49:21.035Z | environment variable. This has not been done automatically. |
54 | 2023-10-17T22:49:21.038Z | |
55 | 2023-10-17T22:49:21.042Z | To configure your current shell, run: |
56 | 2023-10-17T22:49:21.045Z | source "$HOME/.cargo/env" |
57 | 2023-10-17T22:49:21.069Z | + rustc --version |
58 | 2023-10-17T22:49:21.195Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-17T22:49:21.209Z | process exited: duration 24887 ms, exit code 0 |
|
60 | 2023-10-17T22:49:21.217Z | starting task 2: "authentication" |
61 | 2023-10-17T22:49:21.253Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-17T22:49:21.262Z | starting task 3: "clone repository" |
63 | 2023-10-17T22:49:21.277Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-17T22:49:21.687Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-17T22:49:21.695Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-17T22:49:26.885Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-17T22:49:26.888Z | + [[ -n dbinit-order ]] |
68 | 2023-10-17T22:49:26.892Z | + git fetch origin dbinit-order |
69 | 2023-10-17T22:49:27.269Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-17T22:49:27.279Z | * branch dbinit-order -> FETCH_HEAD |
71 | 2023-10-17T22:49:27.284Z | + git checkout -B dbinit-order remotes/origin/dbinit-order |
72 | 2023-10-17T22:49:27.338Z | Switched to a new branch 'dbinit-order' |
73 | 2023-10-17T22:49:27.347Z | branch 'dbinit-order' set up to track 'origin/dbinit-order'. |
74 | 2023-10-17T22:49:27.356Z | + git reset --hard 50049e62a7adbd71e8a78fe1203051b719e7f839 |
75 | 2023-10-17T22:49:27.361Z | HEAD is now at 50049e62 Update README |
76 | 2023-10-17T22:49:27.365Z | process exited: duration 6087 ms, exit code 0 |
|
77 | 2023-10-17T22:49:27.381Z | starting task 4: "build" |
78 | 2023-10-17T22:49:27.393Z | + cargo --version |
79 | 2023-10-17T22:49:27.485Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-17T22:49:27.505Z | + rustc --version |
81 | 2023-10-17T22:49:27.592Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-17T22:49:27.609Z | + source ./env.sh |
83 | 2023-10-17T22:49:27.623Z | ++ set -o xtrace |
84 | 2023-10-17T22:49:27.644Z | ++++ dirname ./env.sh |
85 | 2023-10-17T22:49:27.652Z | +++ cd . |
86 | 2023-10-17T22:49:27.656Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-17T22:49:27.662Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-17T22:49:27.667Z | ++ 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-17T22:49:27.670Z | ++ 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-17T22:49:27.673Z | ++ 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-17T22:49:27.676Z | ++ 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-17T22:49:27.679Z | ++ 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-17T22:49:27.682Z | ++ 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-17T22:49:27.684Z | ++ unset OMICRON_WS |
95 | 2023-10-17T22:49:27.687Z | ++ set +o xtrace |
96 | 2023-10-17T22:49:27.690Z | |
97 | 2023-10-17T22:49:27.693Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-17T22:49:27.696Z | # # # # # # # # # # # # # # # |
99 | 2023-10-17T22:49:27.699Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-17T22:49:27.702Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-17T22:49:27.704Z | # # # # # # # # # # # # # # # |
102 | 2023-10-17T22:49:27.707Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-17T22:49:27.710Z | |
104 | 2023-10-17T22:49:33.001Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-17T22:49:33.942Z | Startup: Caching catalogs ... Done |
106 | 2023-10-17T22:49:38.039Z | Planning: Solver setup ... Done (3.839s) |
107 | 2023-10-17T22:49:38.142Z | Planning: Running solver ... Done (0.104s) |
108 | 2023-10-17T22:49:38.193Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-10-17T22:49:38.208Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-17T22:49:38.510Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-17T22:49:38.640Z | Planning: Package planning ... Done (0.134s) |
112 | 2023-10-17T22:49:38.728Z | Planning: Merging actions ... Done (0.084s) |
113 | 2023-10-17T22:49:39.718Z | Planning: Checking for conflicting actions ... Done (0.993s) |
114 | 2023-10-17T22:49:39.736Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-17T22:49:46.837Z | Planning: Evaluating mediators ... Done (7.083s) |
116 | 2023-10-17T22:49:46.840Z | Planning: Planning completed in 12.84 seconds |
117 | 2023-10-17T22:49:46.920Z | Packages to install: 4 |
118 | 2023-10-17T22:49:46.923Z | Mediators to change: 2 |
119 | 2023-10-17T22:49:46.926Z | Services to change: 1 |
120 | 2023-10-17T22:49:46.929Z | Estimated space available: 149.39 GB |
121 | 2023-10-17T22:49:46.932Z | Estimated space to be consumed: 1.36 GB |
122 | 2023-10-17T22:49:46.935Z | Create boot environment: No |
123 | 2023-10-17T22:49:46.938Z | Create backup boot environment: No |
124 | 2023-10-17T22:49:46.941Z | Rebuild boot archive: No |
125 | 2023-10-17T22:49:46.944Z | |
126 | 2023-10-17T22:49:46.947Z | Changed mediators: |
127 | 2023-10-17T22:49:46.951Z | mediator clang: |
128 | 2023-10-17T22:49:46.955Z | version: None -> 15 (system default) |
129 | 2023-10-17T22:49:46.959Z | |
130 | 2023-10-17T22:49:46.962Z | mediator llvm: |
131 | 2023-10-17T22:49:46.966Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-17T22:49:46.969Z | |
133 | 2023-10-17T22:49:46.976Z | Changed packages: |
134 | 2023-10-17T22:49:46.981Z | helios-dev |
135 | 2023-10-17T22:49:47.400Z | developer/build-essential |
136 | 2023-10-17T22:49:47.406Z | None -> 11-2.0 |
137 | 2023-10-17T22:49:47.820Z | library/libxmlsec1 |
138 | 2023-10-17T22:49:47.824Z | None -> 1.2.35-2.0 |
139 | 2023-10-17T22:49:47.827Z | ooce/developer/clang-15 |
140 | 2023-10-17T22:49:47.830Z | None -> 15.0.7-2.0 |
141 | 2023-10-17T22:49:47.885Z | ooce/developer/llvm-15 |
142 | 2023-10-17T22:49:48.307Z | None -> 15.0.7-2.0 |
143 | 2023-10-17T22:49:48.310Z | |
144 | 2023-10-17T22:49:48.314Z | Services: |
145 | 2023-10-17T22:49:48.317Z | restart_fmri: |
146 | 2023-10-17T22:49:48.319Z | svc:/system/update-man-index:default |
147 | 2023-10-17T22:49:48.323Z | |
148 | 2023-10-17T22:49:48.326Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-17T22:49:52.180Z | Download: 1041/3290 items 19.6/212.6MB 9% complete (4.0M/s) |
150 | 2023-10-17T22:49:57.168Z | Download: 1696/3290 items 117.9/212.6MB 55% complete (11.9M/s) |
151 | 2023-10-17T22:50:02.164Z | Download: 2469/3290 items 119.9/212.6MB 56% complete (10.1M/s) |
152 | 2023-10-17T22:50:07.266Z | Download: 3243/3290 items 202.9/212.6MB 95% complete (8.5M/s) |
153 | 2023-10-17T22:50:11.468Z | Download: Completed 212.60 MB in 24.31 seconds (8.7M/s) |
154 | 2023-10-17T22:50:11.871Z | Actions: 1/3687 actions (Installing new actions) |
155 | 2023-10-17T22:50:16.873Z | Actions: 3166/3687 actions (Installing new actions) |
156 | 2023-10-17T22:50:20.643Z | Actions: Completed 3687 actions in 8.78 seconds. |
157 | 2023-10-17T22:50:20.721Z | Done (0.071s) |
158 | 2023-10-17T22:50:20.724Z | Done (0.000s) |
159 | 2023-10-17T22:50:20.898Z | Done (0.177s) |
160 | 2023-10-17T22:50:29.337Z | Done (8.327s) |
161 | 2023-10-17T22:50:29.667Z | Done (0.239s) |
162 | 2023-10-17T22:50:29.673Z | Done (0.000s) |
163 | 2023-10-17T22:50:29.909Z | Done (0.000s) |
164 | 2023-10-17T22:50:30.710Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-17T22:50:30.996Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-17T22:50:31.002Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-17T22:50:31.445Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-17T22:50:31.448Z | Planning: Planning completed in 0.74 seconds |
169 | 2023-10-17T22:50:31.502Z | Mediators to change: 2 |
170 | 2023-10-17T22:50:31.506Z | Create boot environment: No |
171 | 2023-10-17T22:50:31.509Z | Create backup boot environment: No |
172 | 2023-10-17T22:50:31.609Z | Done |
173 | 2023-10-17T22:50:31.612Z | Done |
174 | 2023-10-17T22:50:31.712Z | Done |
175 | 2023-10-17T22:50:37.890Z | Done |
176 | 2023-10-17T22:50:38.012Z | Done |
177 | 2023-10-17T22:50:38.015Z | Done |
178 | 2023-10-17T22:50:38.138Z | Done |
179 | 2023-10-17T22:50:39.156Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-10-17T22:50:39.160Z | Planning: Merging actions ... Done |
181 | 2023-10-17T22:50:39.497Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-10-17T22:50:39.501Z | Planning: Consolidating action changes ... Done |
183 | 2023-10-17T22:50:39.945Z | Planning: Evaluating mediators ... Done |
184 | 2023-10-17T22:50:40.043Z | Planning: Planning completed in 1.34 seconds |
185 | 2023-10-17T22:50:40.100Z | Packages to change: 1 |
186 | 2023-10-17T22:50:40.109Z | Mediators to change: 1 |
187 | 2023-10-17T22:50:40.113Z | Services to change: 1 |
188 | 2023-10-17T22:50:40.116Z | Create boot environment: No |
189 | 2023-10-17T22:50:40.123Z | Create backup boot environment: Yes |
190 | 2023-10-17T22:50:42.827Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2023-10-17T22:50:42.831Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2023-10-17T22:50:42.834Z | Done |
193 | 2023-10-17T22:50:42.837Z | Done |
194 | 2023-10-17T22:50:42.876Z | Done |
195 | 2023-10-17T22:50:48.960Z | Done |
196 | 2023-10-17T22:50:49.084Z | Done |
197 | 2023-10-17T22:50:49.087Z | Done |
198 | 2023-10-17T22:50:49.194Z | Done |
199 | 2023-10-17T22:50:49.869Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2023-10-17T22:50:49.872Z | clang system 15 system |
201 | 2023-10-17T22:50:49.875Z | csh system system illumos |
202 | 2023-10-17T22:50:49.878Z | ctags system system illumos |
203 | 2023-10-17T22:50:49.881Z | gcc vendor 12 vendor |
204 | 2023-10-17T22:50:49.886Z | gcc system 10 system |
205 | 2023-10-17T22:50:49.889Z | gcc system 7 system |
206 | 2023-10-17T22:50:49.892Z | go system 1.20 system |
207 | 2023-10-17T22:50:49.895Z | go system 1.19 system |
208 | 2023-10-17T22:50:49.898Z | llvm system 15 system |
209 | 2023-10-17T22:50:49.901Z | llvm system 14 system |
210 | 2023-10-17T22:50:49.904Z | mariadb system 10.6 system |
211 | 2023-10-17T22:50:49.907Z | mta vendor vendor dma |
212 | 2023-10-17T22:50:49.910Z | openjdk system 17 system |
213 | 2023-10-17T22:50:49.913Z | openjdk system 11 system |
214 | 2023-10-17T22:50:49.916Z | openjdk system 1.8 system |
215 | 2023-10-17T22:50:49.919Z | openssl vendor 3 vendor |
216 | 2023-10-17T22:50:49.922Z | perl system 5.36 system |
217 | 2023-10-17T22:50:49.925Z | postgresql system 15 system |
218 | 2023-10-17T22:50:49.929Z | postgresql system 13 system |
219 | 2023-10-17T22:50:49.932Z | python vendor 3 vendor |
220 | 2023-10-17T22:50:49.936Z | python system 2 system |
221 | 2023-10-17T22:50:49.939Z | python3 system 3.11 system |
222 | 2023-10-17T22:50:49.942Z | ruby system 3.0 system |
223 | 2023-10-17T22:50:49.944Z | words vendor vendor american-english |
224 | 2023-10-17T22:50:49.952Z | words system system australian-english |
225 | 2023-10-17T22:50:49.956Z | words system system british-english |
226 | 2023-10-17T22:50:49.959Z | words system system canadian-english |
227 | 2023-10-17T22:50:49.962Z | words system system french |
228 | 2023-10-17T22:50:49.965Z | words system system italian |
229 | 2023-10-17T22:50:49.968Z | words system system ngerman |
230 | 2023-10-17T22:50:49.971Z | words system system ogerman |
231 | 2023-10-17T22:50:49.979Z | words system system spanish |
232 | 2023-10-17T22:50:50.400Z | FMRI IFO |
233 | 2023-10-17T22:50:50.403Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2023-10-17T22:50:50.407Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2023-10-17T22:50:50.409Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2023-10-17T22:50:50.412Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2023-10-17T22:50:50.415Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2023-10-17T22:50:50.420Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2023-10-17T22:50:50.474Z | + set -o errexit |
240 | 2023-10-17T22:50:50.477Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2023-10-17T22:50:50.482Z | ++ cd ./tools |
242 | 2023-10-17T22:50:50.489Z | ++ pwd |
243 | 2023-10-17T22:50:50.493Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2023-10-17T22:50:50.519Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2023-10-17T22:50:50.523Z | + ARG0=ci_download_cockroachdb |
246 | 2023-10-17T22:50:50.526Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2023-10-17T22:50:50.529Z | + CIDL_VERSION=v22.1.9 |
248 | 2023-10-17T22:50:50.532Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2023-10-17T22:50:50.535Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2023-10-17T22:50:50.538Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2023-10-17T22:50:50.541Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-17T22:50:50.544Z | + TARGET_DIR=out |
253 | 2023-10-17T22:50:50.547Z | + DOWNLOAD_DIR=out/downloads |
254 | 2023-10-17T22:50:50.549Z | + DEST_DIR=./out/cockroachdb |
255 | 2023-10-17T22:50:50.552Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2023-10-17T22:50:50.555Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2023-10-17T22:50:50.558Z | + main |
258 | 2023-10-17T22:50:50.561Z | + [[ 0 != 0 ]] |
259 | 2023-10-17T22:50:50.564Z | + CIDL_OS=solaris2.11 |
260 | 2023-10-17T22:50:50.567Z | + [[ 0 != 0 ]] |
261 | 2023-10-17T22:50:50.570Z | + configure_os solaris2.11 |
262 | 2023-10-17T22:50:50.573Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2023-10-17T22:50:50.576Z | current directory: /work/oxidecomputer/omicron |
264 | 2023-10-17T22:50:50.579Z | configuring based on OS: "solaris2.11" |
265 | 2023-10-17T22:50:50.582Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2023-10-17T22:50:50.585Z | + case "$1" in |
267 | 2023-10-17T22:50:50.588Z | + CIDL_BUILD=illumos |
268 | 2023-10-17T22:50:50.592Z | + CIDL_SUFFIX=tar.gz |
269 | 2023-10-17T22:50:50.596Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-10-17T22:50:50.601Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2023-10-17T22:50:50.604Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2023-10-17T22:50:50.608Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2023-10-17T22:50:50.612Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2023-10-17T22:50:50.616Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-17T22:50:50.620Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-17T22:50:50.626Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2023-10-17T22:50:50.633Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-17T22:50:50.639Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-10-17T22:50:50.645Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-17T22:50:50.653Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-10-17T22:50:50.659Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-17T22:50:50.667Z | + mkdir -p out/downloads |
283 | 2023-10-17T22:50:50.673Z | + mkdir -p ./out/cockroachdb |
284 | 2023-10-17T22:50:50.679Z | + local DO_DOWNLOAD=true |
285 | 2023-10-17T22:50:50.684Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2023-10-17T22:50:50.689Z | + '[' true == true ']' |
287 | 2023-10-17T22:50:50.695Z | + echo Downloading... |
288 | 2023-10-17T22:50:50.698Z | Downloading... |
289 | 2023-10-17T22:50:50.710Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-10-17T22:50:50.718Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-17T22:50:52.259Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-10-17T22:50:52.262Z | ++ md5sum |
293 | 2023-10-17T22:50:52.265Z | ++ awk '{print $1}' |
294 | 2023-10-17T22:50:52.444Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-10-17T22:50:52.447Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
296 | 2023-10-17T22:50:52.455Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-10-17T22:50:52.460Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2023-10-17T22:50:55.868Z | + do_assemble_illumos |
299 | 2023-10-17T22:50:55.872Z | + rm -r ./out/cockroachdb |
300 | 2023-10-17T22:50:55.876Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2023-10-17T22:50:56.475Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2023-10-17T22:50:56.688Z | Build Tag: v22.1.9-dirty |
303 | 2023-10-17T22:50:56.691Z | Build Time: 2022/10/26 21:17:46 |
304 | 2023-10-17T22:50:56.694Z | Distribution: OSS |
305 | 2023-10-17T22:50:56.698Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2023-10-17T22:50:56.701Z | Go Version: go1.17.13 |
307 | 2023-10-17T22:50:56.704Z | C Compiler: gcc 10.3.0 |
308 | 2023-10-17T22:50:56.706Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2023-10-17T22:50:56.709Z | Build Type: release |
310 | 2023-10-17T22:50:56.713Z | + set -o errexit |
311 | 2023-10-17T22:50:56.716Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2023-10-17T22:50:56.720Z | ++ cd ./tools |
313 | 2023-10-17T22:50:56.722Z | ++ pwd |
314 | 2023-10-17T22:50:56.725Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2023-10-17T22:50:56.728Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2023-10-17T22:50:56.731Z | + ARG0=ci_download_clickhouse |
317 | 2023-10-17T22:50:56.734Z | + TARGET_DIR=out |
318 | 2023-10-17T22:50:56.737Z | + DOWNLOAD_DIR=out/downloads |
319 | 2023-10-17T22:50:56.740Z | + DEST_DIR=./out/clickhouse |
320 | 2023-10-17T22:50:56.743Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2023-10-17T22:50:56.748Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-10-17T22:50:56.751Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2023-10-17T22:50:56.754Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2023-10-17T22:50:56.757Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-10-17T22:50:56.760Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2023-10-17T22:50:56.763Z | + main |
327 | 2023-10-17T22:50:56.765Z | + [[ 0 != 0 ]] |
328 | 2023-10-17T22:50:56.768Z | + CIDL_OS=solaris2.11 |
329 | 2023-10-17T22:50:56.771Z | + [[ 0 != 0 ]] |
330 | 2023-10-17T22:50:56.775Z | + configure_os solaris2.11 |
331 | 2023-10-17T22:50:56.778Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2023-10-17T22:50:56.781Z | current directory: /work/oxidecomputer/omicron |
333 | 2023-10-17T22:50:56.784Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2023-10-17T22:50:56.787Z | configuring based on OS: "solaris2.11" |
335 | 2023-10-17T22:50:56.797Z | + CIDL_DASHREV= |
336 | 2023-10-17T22:50:56.800Z | + case "$1" in |
337 | 2023-10-17T22:50:56.803Z | + CIDL_PLATFORM=illumos |
338 | 2023-10-17T22:50:56.808Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-17T22:50:56.814Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2023-10-17T22:50:56.818Z | + CIDL_DASHREV=-1 |
341 | 2023-10-17T22:50:56.821Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2023-10-17T22:50:56.823Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-17T22:50:56.830Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-17T22:50:56.838Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-17T22:50:56.846Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-17T22:50:56.852Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-10-17T22:50:56.858Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-17T22:50:56.864Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-10-17T22:50:56.872Z | + mkdir -p out/downloads |
350 | 2023-10-17T22:50:56.879Z | + mkdir -p ./out/clickhouse |
351 | 2023-10-17T22:50:56.895Z | + local DO_DOWNLOAD=true |
352 | 2023-10-17T22:50:56.902Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-10-17T22:50:56.905Z | + '[' true == true ']' |
354 | 2023-10-17T22:50:56.908Z | + echo Downloading... |
355 | 2023-10-17T22:50:56.911Z | Downloading... |
356 | 2023-10-17T22:50:56.915Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-10-17T22:50:56.917Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-10-17T22:50:58.637Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-10-17T22:50:58.644Z | ++ md5sum |
360 | 2023-10-17T22:50:58.648Z | ++ awk '{print $1}' |
361 | 2023-10-17T22:50:58.937Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-10-17T22:50:58.940Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
363 | 2023-10-17T22:50:58.943Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2023-10-17T22:50:58.945Z | + mkdir -p ./out/clickhouse |
365 | 2023-10-17T22:50:58.948Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2023-10-17T22:51:03.860Z | + ./out/clickhouse/clickhouse server --version |
367 | 2023-10-17T22:51:03.926Z | ClickHouse server version 22.8.9.1. |
368 | 2023-10-17T22:51:03.971Z | + set -o errexit |
369 | 2023-10-17T22:51:03.975Z | +++ dirname ./tools/ci_download_console |
370 | 2023-10-17T22:51:03.979Z | ++ cd ./tools |
371 | 2023-10-17T22:51:03.983Z | ++ pwd |
372 | 2023-10-17T22:51:03.988Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2023-10-17T22:51:03.992Z | ++ basename ./tools/ci_download_console |
374 | 2023-10-17T22:51:03.997Z | + ARG0=ci_download_console |
375 | 2023-10-17T22:51:04.007Z | + TARGET_DIR=out |
376 | 2023-10-17T22:51:04.012Z | + DOWNLOAD_DIR=out/downloads |
377 | 2023-10-17T22:51:04.017Z | + DEST_DIR=./out/console-assets |
378 | 2023-10-17T22:51:04.021Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2023-10-17T22:51:04.026Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
380 | 2023-10-17T22:51:04.030Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
381 | 2023-10-17T22:51:04.036Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
382 | 2023-10-17T22:51:04.041Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2023-10-17T22:51:04.047Z | + main |
384 | 2023-10-17T22:51:04.052Z | + [[ 0 != 0 ]] |
385 | 2023-10-17T22:51:04.060Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
386 | 2023-10-17T22:51:04.064Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
387 | 2023-10-17T22:51:04.068Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2023-10-17T22:51:04.073Z | Local file: out/downloads/console.tar.gz |
389 | 2023-10-17T22:51:04.076Z | + local DO_DOWNLOAD=true |
390 | 2023-10-17T22:51:04.080Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2023-10-17T22:51:04.083Z | + mkdir -p out/downloads |
392 | 2023-10-17T22:51:04.087Z | + '[' true == true ']' |
393 | 2023-10-17T22:51:04.091Z | + echo Downloading... |
394 | 2023-10-17T22:51:04.095Z | Downloading... |
395 | 2023-10-17T22:51:04.098Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
396 | 2023-10-17T22:51:04.102Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
397 | 2023-10-17T22:51:04.713Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2023-10-17T22:51:04.717Z | ++ case "$OSTYPE" in |
399 | 2023-10-17T22:51:04.726Z | ++ SHA=sha256sum |
400 | 2023-10-17T22:51:05.143Z | ++ sha256sum |
401 | 2023-10-17T22:51:05.147Z | ++ awk '{print $1}' |
402 | 2023-10-17T22:51:05.150Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
403 | 2023-10-17T22:51:05.153Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
404 | 2023-10-17T22:51:05.156Z | + rm -rf ./out/console-assets |
405 | 2023-10-17T22:51:05.159Z | + mkdir -p ./out/console-assets |
406 | 2023-10-17T22:51:05.163Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2023-10-17T22:51:05.166Z | + mkdir -p ./out/console-assets |
408 | 2023-10-17T22:51:05.169Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2023-10-17T22:51:05.172Z | + set -o errexit |
410 | 2023-10-17T22:51:05.175Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2023-10-17T22:51:05.177Z | ++ cd ./tools |
412 | 2023-10-17T22:51:05.182Z | ++ pwd |
413 | 2023-10-17T22:51:05.185Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2023-10-17T22:51:05.190Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2023-10-17T22:51:05.193Z | + ARG0=ci_download_maghemite_openapi |
416 | 2023-10-17T22:51:05.197Z | + TARGET_DIR=out |
417 | 2023-10-17T22:51:05.200Z | + DOWNLOAD_DIR=out/downloads |
418 | 2023-10-17T22:51:05.203Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
419 | 2023-10-17T22:51:05.207Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
420 | 2023-10-17T22:51:05.211Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-17T22:51:05.213Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
422 | 2023-10-17T22:51:05.219Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-17T22:51:05.224Z | + main |
424 | 2023-10-17T22:51:05.227Z | + [[ 0 != 0 ]] |
425 | 2023-10-17T22:51:05.230Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
426 | 2023-10-17T22:51:05.232Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
427 | 2023-10-17T22:51:05.236Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
428 | 2023-10-17T22:51:05.241Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-17T22:51:05.244Z | + local DO_DOWNLOAD=true |
430 | 2023-10-17T22:51:05.248Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
431 | 2023-10-17T22:51:05.251Z | + mkdir -p out/downloads |
432 | 2023-10-17T22:51:05.254Z | + '[' true == true ']' |
433 | 2023-10-17T22:51:05.256Z | + echo Downloading... |
434 | 2023-10-17T22:51:05.261Z | Downloading... |
435 | 2023-10-17T22:51:05.264Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
436 | 2023-10-17T22:51:05.266Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
437 | 2023-10-17T22:51:05.271Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
438 | 2023-10-17T22:51:05.274Z | ++ case "$OSTYPE" in |
439 | 2023-10-17T22:51:05.279Z | ++ SHA=sha256sum |
440 | 2023-10-17T22:51:05.287Z | ++ sha256sum |
441 | 2023-10-17T22:51:05.291Z | ++ awk '{print $1}' |
442 | 2023-10-17T22:51:05.294Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
443 | 2023-10-17T22:51:05.299Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
444 | 2023-10-17T22:51:05.302Z | + set -o errexit |
445 | 2023-10-17T22:51:05.306Z | +++ dirname ./tools/ci_download_dendrite_openapi |
446 | 2023-10-17T22:51:05.309Z | ++ cd ./tools |
447 | 2023-10-17T22:51:05.313Z | ++ pwd |
448 | 2023-10-17T22:51:05.316Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
449 | 2023-10-17T22:51:05.320Z | ++ basename ./tools/ci_download_dendrite_openapi |
450 | 2023-10-17T22:51:05.323Z | + ARG0=ci_download_dendrite_openapi |
451 | 2023-10-17T22:51:05.326Z | + TARGET_DIR=out |
452 | 2023-10-17T22:51:05.330Z | + DOWNLOAD_DIR=out/downloads |
453 | 2023-10-17T22:51:05.335Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2023-10-17T22:51:05.338Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
455 | 2023-10-17T22:51:05.344Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
456 | 2023-10-17T22:51:05.348Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
457 | 2023-10-17T22:51:05.351Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
458 | 2023-10-17T22:51:05.355Z | + main |
459 | 2023-10-17T22:51:05.358Z | + [[ 0 != 0 ]] |
460 | 2023-10-17T22:51:05.362Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
461 | 2023-10-17T22:51:05.365Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
462 | 2023-10-17T22:51:05.369Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
463 | 2023-10-17T22:51:05.372Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
464 | 2023-10-17T22:51:05.376Z | + local DO_DOWNLOAD=true |
465 | 2023-10-17T22:51:05.379Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
466 | 2023-10-17T22:51:05.383Z | + mkdir -p out/downloads |
467 | 2023-10-17T22:51:05.386Z | + '[' true == true ']' |
468 | 2023-10-17T22:51:05.390Z | + echo Downloading... |
469 | 2023-10-17T22:51:05.393Z | Downloading... |
470 | 2023-10-17T22:51:05.398Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
471 | 2023-10-17T22:51:05.402Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
472 | 2023-10-17T22:51:05.405Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
473 | 2023-10-17T22:51:05.409Z | ++ case "$OSTYPE" in |
474 | 2023-10-17T22:51:05.412Z | ++ SHA=sha256sum |
475 | 2023-10-17T22:51:05.416Z | ++ sha256sum |
476 | 2023-10-17T22:51:05.422Z | ++ awk '{print $1}' |
477 | 2023-10-17T22:51:05.429Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
478 | 2023-10-17T22:51:05.435Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
479 | 2023-10-17T22:51:05.439Z | + set -o errexit |
480 | 2023-10-17T22:51:05.443Z | +++ dirname ./tools/ci_download_dendrite_stub |
481 | 2023-10-17T22:51:05.449Z | ++ cd ./tools |
482 | 2023-10-17T22:51:05.452Z | ++ pwd |
483 | 2023-10-17T22:51:05.461Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-10-17T22:51:05.468Z | ++ basename ./tools/ci_download_dendrite_stub |
485 | 2023-10-17T22:51:05.483Z | + ARG0=ci_download_dendrite_stub |
486 | 2023-10-17T22:51:05.505Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
487 | 2023-10-17T22:51:05.953Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
488 | 2023-10-17T22:51:06.391Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
489 | 2023-10-17T22:51:06.417Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
490 | 2023-10-17T22:51:06.433Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2023-10-17T22:51:06.844Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
492 | 2023-10-17T22:51:06.847Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
493 | 2023-10-17T22:51:06.855Z | + TARGET_DIR=out |
494 | 2023-10-17T22:51:06.858Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-10-17T22:51:06.866Z | + DEST_DIR=./out/dendrite-stub |
496 | 2023-10-17T22:51:06.869Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
497 | 2023-10-17T22:51:06.872Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
498 | 2023-10-17T22:51:06.875Z | + REPO=oxidecomputer/dendrite |
499 | 2023-10-17T22:51:06.879Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
500 | 2023-10-17T22:51:06.883Z | + main |
501 | 2023-10-17T22:51:06.887Z | + [[ 0 != 0 ]] |
502 | 2023-10-17T22:51:06.892Z | + CIDL_OS=solaris2.11 |
503 | 2023-10-17T22:51:06.896Z | + [[ 0 != 0 ]] |
504 | 2023-10-17T22:51:06.899Z | + configure_os solaris2.11 |
505 | 2023-10-17T22:51:06.903Z | + echo 'current directory: /work/oxidecomputer/omicron' |
506 | 2023-10-17T22:51:06.907Z | current directory: /work/oxidecomputer/omicron |
507 | 2023-10-17T22:51:06.911Z | + echo 'configuring based on OS: "solaris2.11"' |
508 | 2023-10-17T22:51:06.914Z | + case "$1" in |
509 | 2023-10-17T22:51:06.917Z | configuring based on OS: "solaris2.11" |
510 | 2023-10-17T22:51:06.920Z | + SET_BINARIES= |
511 | 2023-10-17T22:51:06.923Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
512 | 2023-10-17T22:51:06.927Z | + CIDL_SHA256FUNC=do_sha256sum |
513 | 2023-10-17T22:51:06.931Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
514 | 2023-10-17T22:51:06.934Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
515 | 2023-10-17T22:51:06.937Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-17T22:51:06.941Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
517 | 2023-10-17T22:51:06.945Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
518 | 2023-10-17T22:51:06.948Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
519 | 2023-10-17T22:51:06.951Z | Local file: out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-17T22:51:06.979Z | + mkdir -p out/downloads |
521 | 2023-10-17T22:51:06.983Z | + mkdir -p ./out/dendrite-stub |
522 | 2023-10-17T22:51:06.988Z | + fetch_and_verify |
523 | 2023-10-17T22:51:06.991Z | + local DO_DOWNLOAD=true |
524 | 2023-10-17T22:51:06.995Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
525 | 2023-10-17T22:51:06.997Z | + '[' true == true ']' |
526 | 2023-10-17T22:51:07.001Z | + echo Downloading... |
527 | 2023-10-17T22:51:07.004Z | Downloading... |
528 | 2023-10-17T22:51:07.007Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
529 | 2023-10-17T22:51:07.009Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
530 | 2023-10-17T22:51:15.405Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
531 | 2023-10-17T22:51:15.414Z | ++ sha256sum |
532 | 2023-10-17T22:51:15.424Z | ++ awk '{print $1}' |
533 | 2023-10-17T22:51:15.498Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
534 | 2023-10-17T22:51:15.506Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
535 | 2023-10-17T22:51:15.512Z | + do_untar out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-17T22:51:15.515Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
537 | 2023-10-17T22:51:16.422Z | + do_assemble |
538 | 2023-10-17T22:51:16.429Z | + rm -r ./out/dendrite-stub |
539 | 2023-10-17T22:51:16.440Z | + mkdir ./out/dendrite-stub |
540 | 2023-10-17T22:51:16.461Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
541 | 2023-10-17T22:51:16.538Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
542 | 2023-10-17T22:51:16.549Z | + set -o errexit |
543 | 2023-10-17T22:51:16.553Z | +++ dirname ./tools/ci_download_transceiver_control |
544 | 2023-10-17T22:51:16.561Z | ++ cd ./tools |
545 | 2023-10-17T22:51:16.568Z | ++ pwd |
546 | 2023-10-17T22:51:16.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
547 | 2023-10-17T22:51:16.596Z | ++ basename ./tools/ci_download_transceiver_control |
548 | 2023-10-17T22:51:16.604Z | + ARG0=ci_download_transceiver_control |
549 | 2023-10-17T22:51:16.609Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
550 | 2023-10-17T22:51:16.617Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
551 | 2023-10-17T22:51:16.623Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
552 | 2023-10-17T22:51:16.629Z | + TARGET_DIR=out |
553 | 2023-10-17T22:51:16.641Z | + DOWNLOAD_DIR=out/downloads |
554 | 2023-10-17T22:51:16.645Z | + DEST_DIR=./out/transceiver-control |
555 | 2023-10-17T22:51:16.649Z | + BIN_DIR=/opt/oxide/bin |
556 | 2023-10-17T22:51:16.652Z | + BINARY=xcvradm |
557 | 2023-10-17T22:51:16.655Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2023-10-17T22:51:16.658Z | + REPO=oxidecomputer/transceiver-control |
559 | 2023-10-17T22:51:16.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
560 | 2023-10-17T22:51:16.664Z | + main |
561 | 2023-10-17T22:51:16.668Z | + [[ 0 != 0 ]] |
562 | 2023-10-17T22:51:16.672Z | + CIDL_OS=solaris2.11 |
563 | 2023-10-17T22:51:16.678Z | + [[ 0 != 0 ]] |
564 | 2023-10-17T22:51:16.684Z | + configure_os solaris2.11 |
565 | 2023-10-17T22:51:16.688Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2023-10-17T22:51:16.695Z | current directory: /work/oxidecomputer/omicron |
567 | 2023-10-17T22:51:16.699Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2023-10-17T22:51:16.703Z | configuring based on OS: "solaris2.11" |
569 | 2023-10-17T22:51:16.707Z | + case "$1" in |
570 | 2023-10-17T22:51:16.718Z | + SET_BINARIES= |
571 | 2023-10-17T22:51:17.141Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-17T22:51:17.150Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2023-10-17T22:51:17.160Z | + ARCHIVE_FILENAME=xcvradm.gz |
574 | 2023-10-17T22:51:17.179Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
575 | 2023-10-17T22:51:17.195Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
576 | 2023-10-17T22:51:17.603Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
577 | 2023-10-17T22:51:17.607Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
578 | 2023-10-17T22:51:17.610Z | + echo 'Local file: out/downloads/xcvradm.gz' |
579 | 2023-10-17T22:51:17.614Z | Local file: out/downloads/xcvradm.gz |
580 | 2023-10-17T22:51:17.618Z | + mkdir -p out/downloads |
581 | 2023-10-17T22:51:17.621Z | + mkdir -p ./out/transceiver-control |
582 | 2023-10-17T22:51:17.626Z | + fetch_and_verify |
583 | 2023-10-17T22:51:17.630Z | + local DO_DOWNLOAD=true |
584 | 2023-10-17T22:51:17.634Z | + [[ -f out/downloads/xcvradm.gz ]] |
585 | 2023-10-17T22:51:17.638Z | + '[' true == true ']' |
586 | 2023-10-17T22:51:17.642Z | + echo Downloading... |
587 | 2023-10-17T22:51:17.647Z | Downloading... |
588 | 2023-10-17T22:51:17.650Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
589 | 2023-10-17T22:51:17.654Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
590 | 2023-10-17T22:51:19.876Z | ++ do_sha256sum out/downloads/xcvradm.gz |
591 | 2023-10-17T22:51:19.888Z | ++ sha256sum |
592 | 2023-10-17T22:51:19.891Z | ++ awk '{print $1}' |
593 | 2023-10-17T22:51:19.894Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2023-10-17T22:51:19.898Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
595 | 2023-10-17T22:51:19.901Z | + do_unpack out/downloads/xcvradm.gz |
596 | 2023-10-17T22:51:19.904Z | + mkdir -p out/downloads/root//opt/oxide/bin |
597 | 2023-10-17T22:51:19.907Z | + gzip -dc out/downloads/xcvradm.gz |
598 | 2023-10-17T22:51:20.064Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
599 | 2023-10-17T22:51:20.067Z | + do_assemble |
600 | 2023-10-17T22:51:20.070Z | + rm -r ./out/transceiver-control |
601 | 2023-10-17T22:51:20.073Z | + mkdir ./out/transceiver-control |
602 | 2023-10-17T22:51:20.077Z | + cp -r out/downloads/root ./out/transceiver-control/root |
603 | 2023-10-17T22:51:20.199Z | All builder prerequisites installed successfully, and PATH looks valid |
604 | 2023-10-17T22:51:20.205Z | |
605 | 2023-10-17T22:51:20.213Z | real 1:52.622704450 |
606 | 2023-10-17T22:51:20.217Z | user 51.074296416 |
607 | 2023-10-17T22:51:20.221Z | sys 9.510854537 |
608 | 2023-10-17T22:51:20.228Z | trap 0.019063588 |
609 | 2023-10-17T22:51:20.232Z | tflt 0.065973679 |
610 | 2023-10-17T22:51:20.241Z | dflt 0.539082886 |
611 | 2023-10-17T22:51:20.244Z | kflt 0.063374001 |
612 | 2023-10-17T22:51:20.255Z | lock 1.697638937 |
613 | 2023-10-17T22:51:20.259Z | slp 3:22.304208921 |
614 | 2023-10-17T22:51:20.265Z | lat 3.039705325 |
615 | 2023-10-17T22:51:20.270Z | stop 0.075625116 |
616 | 2023-10-17T22:51:20.275Z | |
617 | 2023-10-17T22:51:20.280Z | #### # # ##### ##### # # |
618 | 2023-10-17T22:51:20.291Z | # # # # # # # # # # |
619 | 2023-10-17T22:51:20.313Z | # # # # # # # # |
620 | 2023-10-17T22:51:20.319Z | # # # ##### ##### # |
621 | 2023-10-17T22:51:20.322Z | # # # # # # # |
622 | 2023-10-17T22:51:20.325Z | #### ###### # # # # |
623 | 2023-10-17T22:51:20.329Z | |
624 | 2023-10-17T22:51:20.561Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-10-17T22:51:21.954Z | Updating crates.io index |
626 | 2023-10-17T22:51:22.010Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-10-17T22:51:22.800Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-10-17T22:51:24.619Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-10-17T22:51:25.267Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-10-17T22:51:25.603Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-10-17T22:51:25.867Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-10-17T22:51:26.168Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-10-17T22:51:27.373Z | Updating git repository `https://github.com/oxidecomputer/opte` |
634 | 2023-10-17T22:51:28.383Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
635 | 2023-10-17T22:51:28.691Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
636 | 2023-10-17T22:51:29.168Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
637 | 2023-10-17T22:51:29.701Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
638 | 2023-10-17T22:51:31.404Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
639 | 2023-10-17T22:51:31.941Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
640 | 2023-10-17T22:51:32.405Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
641 | 2023-10-17T22:51:32.763Z | Updating git repository `https://github.com/njaremko/samael` |
642 | 2023-10-17T22:51:33.358Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-10-17T22:51:33.934Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-10-17T22:51:34.316Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-10-17T22:51:34.650Z | Updating git repository `https://github.com/jgallagher/nix` |
646 | 2023-10-17T22:51:36.054Z | Updating git repository `https://github.com/cbiffle/hubpack` |
647 | 2023-10-17T22:51:36.413Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
648 | 2023-10-17T22:51:46.054Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
649 | 2023-10-17T22:51:46.496Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-10-17T22:51:47.501Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-10-17T22:51:47.905Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-10-17T22:51:48.225Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-10-17T22:51:49.518Z | Downloading crates ... |
654 | 2023-10-17T22:51:49.720Z | Downloaded anstyle-query v1.0.0 |
655 | 2023-10-17T22:51:49.742Z | Downloaded colorchoice v1.0.0 |
656 | 2023-10-17T22:51:49.744Z | Downloaded equivalent v1.0.1 |
657 | 2023-10-17T22:51:49.750Z | Downloaded errno v0.3.2 |
658 | 2023-10-17T22:51:49.753Z | Downloaded itoa v1.0.9 |
659 | 2023-10-17T22:51:49.756Z | Downloaded clap_lex v0.5.1 |
660 | 2023-10-17T22:51:49.762Z | Downloaded thiserror-impl v1.0.49 |
661 | 2023-10-17T22:51:49.771Z | Downloaded strsim v0.10.0 |
662 | 2023-10-17T22:51:49.774Z | Downloaded anstyle v1.0.2 |
663 | 2023-10-17T22:51:49.779Z | Downloaded serde_spanned v0.6.3 |
664 | 2023-10-17T22:51:49.782Z | Downloaded cargo_metadata v0.18.0 |
665 | 2023-10-17T22:51:49.789Z | Downloaded thiserror v1.0.49 |
666 | 2023-10-17T22:51:49.796Z | Downloaded anstream v0.5.0 |
667 | 2023-10-17T22:51:49.799Z | Downloaded cargo-platform v0.1.3 |
668 | 2023-10-17T22:51:49.802Z | Downloaded utf8parse v0.2.1 |
669 | 2023-10-17T22:51:49.805Z | Downloaded quote v1.0.33 |
670 | 2023-10-17T22:51:49.808Z | Downloaded terminal_size v0.2.6 |
671 | 2023-10-17T22:51:49.811Z | Downloaded io-lifetimes v1.0.11 |
672 | 2023-10-17T22:51:49.815Z | Downloaded clap_derive v4.4.2 |
673 | 2023-10-17T22:51:49.819Z | Downloaded semver v1.0.18 |
674 | 2023-10-17T22:51:49.822Z | Downloaded serde_json v1.0.107 |
675 | 2023-10-17T22:51:49.831Z | Downloaded cargo_toml v0.16.3 |
676 | 2023-10-17T22:51:49.834Z | Downloaded anyhow v1.0.75 |
677 | 2023-10-17T22:51:49.839Z | Downloaded unicode-ident v1.0.12 |
678 | 2023-10-17T22:51:49.844Z | Downloaded clap v4.4.3 |
679 | 2023-10-17T22:51:49.858Z | Downloaded serde_derive v1.0.188 |
680 | 2023-10-17T22:51:49.863Z | Downloaded indexmap v2.0.0 |
681 | 2023-10-17T22:51:49.869Z | Downloaded serde v1.0.188 |
682 | 2023-10-17T22:51:49.874Z | Downloaded memchr v2.6.3 |
683 | 2023-10-17T22:51:49.883Z | Downloaded hashbrown v0.14.0 |
684 | 2023-10-17T22:51:49.891Z | Downloaded clap_builder v4.4.2 |
685 | 2023-10-17T22:51:49.903Z | Downloaded winnow v0.5.15 |
686 | 2023-10-17T22:51:49.918Z | Downloaded toml_edit v0.20.0 |
687 | 2023-10-17T22:51:49.946Z | Downloaded rustix v0.37.23 |
688 | 2023-10-17T22:51:49.981Z | Downloaded syn v2.0.32 |
689 | 2023-10-17T22:51:49.998Z | Downloaded libc v0.2.149 |
690 | 2023-10-17T22:51:50.046Z | Downloaded toml v0.8.0 |
691 | 2023-10-17T22:51:50.051Z | Downloaded proc-macro2 v1.0.67 |
692 | 2023-10-17T22:51:50.056Z | Downloaded toml_datetime v0.6.3 |
693 | 2023-10-17T22:51:50.059Z | Downloaded ryu v1.0.15 |
694 | 2023-10-17T22:51:50.062Z | Downloaded camino v1.1.6 |
695 | 2023-10-17T22:51:50.065Z | Downloaded anstyle-parse v0.2.1 |
696 | 2023-10-17T22:51:50.068Z | Downloaded heck v0.4.1 |
697 | 2023-10-17T22:51:50.078Z | Downloaded bitflags v1.3.2 |
698 | 2023-10-17T22:51:50.196Z | Compiling proc-macro2 v1.0.67 |
699 | 2023-10-17T22:51:50.199Z | Compiling unicode-ident v1.0.12 |
700 | 2023-10-17T22:51:50.202Z | Compiling serde v1.0.188 |
701 | 2023-10-17T22:51:50.205Z | Compiling libc v0.2.149 |
702 | 2023-10-17T22:51:50.209Z | Compiling io-lifetimes v1.0.11 |
703 | 2023-10-17T22:51:50.212Z | Compiling rustix v0.37.23 |
704 | 2023-10-17T22:51:50.215Z | Compiling bitflags v1.3.2 |
705 | 2023-10-17T22:51:50.218Z | Compiling hashbrown v0.14.0 |
706 | 2023-10-17T22:51:50.443Z | Compiling equivalent v1.0.1 |
707 | 2023-10-17T22:51:50.582Z | Compiling utf8parse v0.2.1 |
708 | 2023-10-17T22:51:50.599Z | Compiling winnow v0.5.15 |
709 | 2023-10-17T22:51:50.825Z | Compiling anstyle-parse v0.2.1 |
710 | 2023-10-17T22:51:51.202Z | Compiling colorchoice v1.0.0 |
711 | 2023-10-17T22:51:51.370Z | Compiling anstyle v1.0.2 |
712 | 2023-10-17T22:51:51.740Z | Compiling indexmap v2.0.0 |
713 | 2023-10-17T22:51:51.854Z | Compiling semver v1.0.18 |
714 | 2023-10-17T22:51:52.967Z | Compiling anstyle-query v1.0.0 |
715 | 2023-10-17T22:51:53.092Z | Compiling camino v1.1.6 |
716 | 2023-10-17T22:51:53.717Z | Compiling serde_json v1.0.107 |
717 | 2023-10-17T22:51:53.737Z | Compiling thiserror v1.0.49 |
718 | 2023-10-17T22:51:53.948Z | Compiling anstream v0.5.0 |
719 | 2023-10-17T22:51:53.966Z | Compiling heck v0.4.1 |
720 | 2023-10-17T22:51:54.160Z | Compiling ryu v1.0.15 |
721 | 2023-10-17T22:51:54.226Z | Compiling anyhow v1.0.75 |
722 | 2023-10-17T22:51:54.689Z | Compiling clap_lex v0.5.1 |
723 | 2023-10-17T22:51:54.745Z | Compiling itoa v1.0.9 |
724 | 2023-10-17T22:51:54.957Z | Compiling strsim v0.10.0 |
725 | 2023-10-17T22:51:55.245Z | Compiling quote v1.0.33 |
726 | 2023-10-17T22:51:55.796Z | Compiling syn v2.0.32 |
727 | 2023-10-17T22:51:55.850Z | Compiling errno v0.3.2 |
728 | 2023-10-17T22:51:57.318Z | Compiling terminal_size v0.2.6 |
729 | 2023-10-17T22:51:57.453Z | Compiling clap_builder v4.4.2 |
730 | 2023-10-17T22:52:02.821Z | Compiling serde_derive v1.0.188 |
731 | 2023-10-17T22:52:02.829Z | Compiling thiserror-impl v1.0.49 |
732 | 2023-10-17T22:52:02.886Z | Compiling clap_derive v4.4.2 |
733 | 2023-10-17T22:52:16.766Z | Compiling clap v4.4.3 |
734 | 2023-10-17T22:52:17.206Z | Compiling serde_spanned v0.6.3 |
735 | 2023-10-17T22:52:17.219Z | Compiling toml_datetime v0.6.3 |
736 | 2023-10-17T22:52:17.255Z | Compiling cargo-platform v0.1.3 |
737 | 2023-10-17T22:52:17.343Z | Compiling toml_edit v0.20.0 |
738 | 2023-10-17T22:52:17.434Z | Compiling cargo_metadata v0.18.0 |
739 | 2023-10-17T22:52:18.390Z | Compiling toml v0.8.0 |
740 | 2023-10-17T22:52:19.329Z | Compiling cargo_toml v0.16.3 |
741 | 2023-10-17T22:52:24.726Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
742 | 2023-10-17T22:52:26.059Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 05s |
743 | 2023-10-17T22:52:26.275Z | Running `target/debug/xtask clippy` |
744 | 2023-10-17T22:52:26.333Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
745 | 2023-10-17T22:52:27.267Z | Downloading crates ... |
746 | 2023-10-17T22:52:27.575Z | Downloaded adler v1.0.2 |
747 | 2023-10-17T22:52:27.579Z | Downloaded macaddr v1.0.1 |
748 | 2023-10-17T22:52:27.592Z | Downloaded lock_api v0.4.10 |
749 | 2023-10-17T22:52:27.599Z | Downloaded array-init v0.0.4 |
750 | 2023-10-17T22:52:27.607Z | Downloaded argon2 v0.5.2 |
751 | 2023-10-17T22:52:27.612Z | Downloaded iana-time-zone v0.1.57 |
752 | 2023-10-17T22:52:27.619Z | Downloaded cfg-if v1.0.0 |
753 | 2023-10-17T22:52:27.623Z | Downloaded camino-tempfile v1.0.2 |
754 | 2023-10-17T22:52:27.629Z | Downloaded chacha20 v0.9.1 |
755 | 2023-10-17T22:52:27.635Z | Downloaded match_cfg v0.1.0 |
756 | 2023-10-17T22:52:27.641Z | Downloaded crossbeam v0.8.2 |
757 | 2023-10-17T22:52:27.645Z | Downloaded clap_lex v0.2.4 |
758 | 2023-10-17T22:52:27.649Z | Downloaded atomicwrites v0.4.2 |
759 | 2023-10-17T22:52:27.655Z | Downloaded bit_field v0.10.2 |
760 | 2023-10-17T22:52:27.661Z | Downloaded linear-map v1.2.0 |
761 | 2023-10-17T22:52:27.668Z | Downloaded bitstruct_derive v0.1.0 |
762 | 2023-10-17T22:52:27.673Z | Downloaded libefi-sys v0.1.0 |
763 | 2023-10-17T22:52:27.677Z | Downloaded ciborium v0.2.1 |
764 | 2023-10-17T22:52:27.683Z | Downloaded instant v0.1.12 |
765 | 2023-10-17T22:52:27.687Z | Downloaded bytecount v0.6.3 |
766 | 2023-10-17T22:52:27.692Z | Downloaded is-terminal v0.4.9 |
767 | 2023-10-17T22:52:27.696Z | Downloaded inout v0.1.3 |
768 | 2023-10-17T22:52:27.700Z | Downloaded lazycell v1.3.0 |
769 | 2023-10-17T22:52:27.703Z | Downloaded hex-literal v0.4.1 |
770 | 2023-10-17T22:52:27.707Z | Downloaded http-body v0.4.5 |
771 | 2023-10-17T22:52:27.712Z | Downloaded hostname v0.3.1 |
772 | 2023-10-17T22:52:27.717Z | Downloaded hubpack v0.1.2 |
773 | 2023-10-17T22:52:27.721Z | Downloaded bb8 v0.8.1 |
774 | 2023-10-17T22:52:27.726Z | Downloaded block-buffer v0.10.4 |
775 | 2023-10-17T22:52:27.730Z | Downloaded indoc v1.0.9 |
776 | 2023-10-17T22:52:27.737Z | Downloaded ipnetwork v0.20.0 |
777 | 2023-10-17T22:52:27.741Z | Downloaded bincode v1.3.3 |
778 | 2023-10-17T22:52:27.747Z | Downloaded highway v1.1.0 |
779 | 2023-10-17T22:52:27.751Z | Downloaded jobserver v0.1.26 |
780 | 2023-10-17T22:52:27.757Z | Downloaded hyper-staticfile v0.9.5 |
781 | 2023-10-17T22:52:27.764Z | Downloaded usdt-attr-macro v0.3.5 |
782 | 2023-10-17T22:52:27.769Z | Downloaded zone_cfg_derive v0.2.0 |
783 | 2023-10-17T22:52:27.772Z | Downloaded bcs v0.1.5 |
784 | 2023-10-17T22:52:27.776Z | Downloaded backoff v0.4.0 |
785 | 2023-10-17T22:52:27.782Z | Downloaded hyper-rustls v0.24.1 |
786 | 2023-10-17T22:52:27.789Z | Downloaded chacha20poly1305 v0.10.1 |
787 | 2023-10-17T22:52:27.795Z | Downloaded path-slash v0.1.5 |
788 | 2023-10-17T22:52:27.800Z | Downloaded which v4.4.0 |
789 | 2023-10-17T22:52:27.803Z | Downloaded unicode-width v0.1.10 |
790 | 2023-10-17T22:52:27.807Z | Downloaded mime_guess v2.0.4 |
791 | 2023-10-17T22:52:27.815Z | Downloaded peeking_take_while v0.1.2 |
792 | 2023-10-17T22:52:27.820Z | Downloaded hmac v0.12.1 |
793 | 2023-10-17T22:52:27.824Z | Downloaded wyz v0.5.1 |
794 | 2023-10-17T22:52:27.831Z | Downloaded oso-derive v0.26.4 |
795 | 2023-10-17T22:52:27.836Z | Downloaded blake2 v0.10.6 |
796 | 2023-10-17T22:52:27.848Z | Downloaded path-dedot v3.1.0 |
797 | 2023-10-17T22:52:27.853Z | Downloaded group v0.13.0 |
798 | 2023-10-17T22:52:27.858Z | Downloaded rand_chacha v0.3.1 |
799 | 2023-10-17T22:52:27.865Z | Downloaded rustfmt-wrapper v0.2.0 |
800 | 2023-10-17T22:52:27.869Z | Downloaded rustc_version v0.4.0 |
801 | 2023-10-17T22:52:27.873Z | Downloaded vte v0.11.1 |
802 | 2023-10-17T22:52:27.883Z | Downloaded want v0.3.1 |
803 | 2023-10-17T22:52:27.889Z | Downloaded pem-rfc7468 v0.7.0 |
804 | 2023-10-17T22:52:27.916Z | Downloaded vsss-rs v3.3.1 |
805 | 2023-10-17T22:52:27.928Z | Downloaded number_prefix v0.4.0 |
806 | 2023-10-17T22:52:28.346Z | Downloaded pin-utils v0.1.0 |
807 | 2023-10-17T22:52:28.364Z | Downloaded fastrand v2.0.0 |
808 | 2023-10-17T22:52:28.379Z | Downloaded time-core v0.1.1 |
809 | 2023-10-17T22:52:28.400Z | Downloaded futures-executor v0.3.28 |
810 | 2023-10-17T22:52:28.419Z | Downloaded ref-cast v1.0.20 |
811 | 2023-10-17T22:52:28.431Z | Downloaded packed_struct_codegen v0.10.1 |
812 | 2023-10-17T22:52:28.443Z | Downloaded packed_struct v0.10.1 |
813 | 2023-10-17T22:52:28.457Z | Downloaded deranged v0.3.8 |
814 | 2023-10-17T22:52:28.466Z | Downloaded opaque-debug v0.3.0 |
815 | 2023-10-17T22:52:28.476Z | Downloaded zeroize v1.6.0 |
816 | 2023-10-17T22:52:28.515Z | Downloaded parse-display-derive v0.7.0 |
817 | 2023-10-17T22:52:28.522Z | Downloaded pin-project-internal v1.1.3 |
818 | 2023-10-17T22:52:28.527Z | Downloaded tinyvec v1.6.0 |
819 | 2023-10-17T22:52:28.532Z | Downloaded walkdir v2.4.0 |
820 | 2023-10-17T22:52:28.536Z | Downloaded once_cell v1.18.0 |
821 | 2023-10-17T22:52:28.540Z | Downloaded darling v0.20.3 |
822 | 2023-10-17T22:52:28.544Z | Downloaded olpc-cjson v0.1.3 |
823 | 2023-10-17T22:52:28.550Z | Downloaded tempdir v0.3.7 |
824 | 2023-10-17T22:52:28.553Z | Downloaded rustversion v1.0.14 |
825 | 2023-10-17T22:52:28.556Z | Downloaded pkg-config v0.3.27 |
826 | 2023-10-17T22:52:28.560Z | Downloaded pkcs8 v0.10.2 |
827 | 2023-10-17T22:52:28.563Z | Downloaded resolv-conf v0.7.0 |
828 | 2023-10-17T22:52:28.566Z | Downloaded futures-core v0.3.28 |
829 | 2023-10-17T22:52:28.569Z | Downloaded predicates-core v1.0.6 |
830 | 2023-10-17T22:52:28.573Z | Downloaded log v0.4.20 |
831 | 2023-10-17T22:52:28.576Z | Downloaded derive_builder_macro v0.12.0 |
832 | 2023-10-17T22:52:28.579Z | Downloaded num_enum_derive v0.7.0 |
833 | 2023-10-17T22:52:28.582Z | Downloaded parking_lot_core v0.9.8 |
834 | 2023-10-17T22:52:28.586Z | Downloaded utf-8 v0.7.6 |
835 | 2023-10-17T22:52:28.589Z | Downloaded proc-macro-crate v1.3.1 |
836 | 2023-10-17T22:52:28.592Z | Downloaded base64 v0.21.4 |
837 | 2023-10-17T22:52:28.596Z | Downloaded serde-big-array v0.5.1 |
838 | 2023-10-17T22:52:28.600Z | Downloaded strum v0.25.0 |
839 | 2023-10-17T22:52:28.606Z | Downloaded waitgroup v0.1.2 |
840 | 2023-10-17T22:52:28.611Z | Downloaded trust-dns-client v0.22.0 |
841 | 2023-10-17T22:52:28.617Z | Downloaded thread_local v1.1.7 |
842 | 2023-10-17T22:52:28.621Z | Downloaded oso v0.26.4 |
843 | 2023-10-17T22:52:28.627Z | Downloaded xattr v1.0.1 |
844 | 2023-10-17T22:52:28.633Z | Downloaded scheduled-thread-pool v0.2.7 |
845 | 2023-10-17T22:52:28.636Z | Downloaded string_cache v0.8.7 |
846 | 2023-10-17T22:52:28.639Z | Downloaded rpassword v7.2.0 |
847 | 2023-10-17T22:52:28.642Z | Downloaded ed25519 v1.5.3 |
848 | 2023-10-17T22:52:28.645Z | Downloaded predicates v3.0.4 |
849 | 2023-10-17T22:52:28.649Z | Downloaded darling_macro v0.20.3 |
850 | 2023-10-17T22:52:28.652Z | Downloaded phf_shared v0.10.0 |
851 | 2023-10-17T22:52:28.655Z | Downloaded foreign-types v0.3.2 |
852 | 2023-10-17T22:52:28.658Z | Downloaded tokio-tungstenite v0.18.0 |
853 | 2023-10-17T22:52:28.661Z | Downloaded textwrap v0.16.0 |
854 | 2023-10-17T22:52:28.664Z | Downloaded strip-ansi-escapes v0.2.0 |
855 | 2023-10-17T22:52:28.667Z | Downloaded owo-colors v3.5.0 |
856 | 2023-10-17T22:52:28.670Z | Downloaded rustc_version v0.1.7 |
857 | 2023-10-17T22:52:28.673Z | Downloaded ppv-lite86 v0.2.17 |
858 | 2023-10-17T22:52:28.676Z | Downloaded crypto-bigint v0.5.2 |
859 | 2023-10-17T22:52:28.679Z | Downloaded twox-hash v1.6.3 |
860 | 2023-10-17T22:52:28.682Z | Downloaded try-lock v0.2.4 |
861 | 2023-10-17T22:52:28.685Z | Downloaded postgres-protocol v0.6.6 |
862 | 2023-10-17T22:52:28.688Z | Downloaded prettyplease v0.2.12 |
863 | 2023-10-17T22:52:28.691Z | Downloaded take_mut v0.2.2 |
864 | 2023-10-17T22:52:28.694Z | Downloaded wait-timeout v0.2.0 |
865 | 2023-10-17T22:52:28.697Z | Downloaded smf v0.2.2 |
866 | 2023-10-17T22:52:28.700Z | Downloaded darling_macro v0.14.4 |
867 | 2023-10-17T22:52:28.704Z | Downloaded slog-bunyan v2.4.0 |
868 | 2023-10-17T22:52:28.707Z | Downloaded toml v0.7.8 |
869 | 2023-10-17T22:52:28.710Z | Downloaded polyval v0.6.1 |
870 | 2023-10-17T22:52:28.713Z | Downloaded plotters-svg v0.3.5 |
871 | 2023-10-17T22:52:28.716Z | Downloaded rustls-native-certs v0.6.3 |
872 | 2023-10-17T22:52:28.719Z | Downloaded postcard v0.7.3 |
873 | 2023-10-17T22:52:28.721Z | Downloaded serde_path_to_error v0.1.14 |
874 | 2023-10-17T22:52:28.725Z | Downloaded termtree v0.4.1 |
875 | 2023-10-17T22:52:28.728Z | Downloaded vte_generate_state_changes v0.1.1 |
876 | 2023-10-17T22:52:28.731Z | Downloaded foreign-types-macros v0.2.3 |
877 | 2023-10-17T22:52:28.734Z | Downloaded pretty-hex v0.2.1 |
878 | 2023-10-17T22:52:28.737Z | Downloaded predicates-tree v1.0.9 |
879 | 2023-10-17T22:52:28.740Z | Downloaded openssl-probe v0.1.5 |
880 | 2023-10-17T22:52:28.743Z | Downloaded phf_shared v0.11.2 |
881 | 2023-10-17T22:52:28.746Z | Downloaded serde_plain v1.0.2 |
882 | 2023-10-17T22:52:28.749Z | Downloaded fd-lock v3.0.13 |
883 | 2023-10-17T22:52:28.752Z | Downloaded debug-ignore v1.0.5 |
884 | 2023-10-17T22:52:28.755Z | Downloaded enum-as-inner v0.5.1 |
885 | 2023-10-17T22:52:28.758Z | Downloaded slog-async v2.8.0 |
886 | 2023-10-17T22:52:28.761Z | Downloaded fs-err v2.9.0 |
887 | 2023-10-17T22:52:28.764Z | Downloaded dirs-next v2.0.0 |
888 | 2023-10-17T22:52:28.769Z | Downloaded tokio-native-tls v0.3.1 |
889 | 2023-10-17T22:52:28.774Z | Downloaded foreign-types v0.5.0 |
890 | 2023-10-17T22:52:28.779Z | Downloaded derive-where v1.2.5 |
891 | 2023-10-17T22:52:28.782Z | Downloaded quick-error v1.2.3 |
892 | 2023-10-17T22:52:28.786Z | Downloaded rstest_macros v0.18.2 |
893 | 2023-10-17T22:52:28.788Z | Downloaded signal-hook-registry v1.4.1 |
894 | 2023-10-17T22:52:28.792Z | Downloaded dashmap v5.5.1 |
895 | 2023-10-17T22:52:28.804Z | Downloaded rand_core v0.6.4 |
896 | 2023-10-17T22:52:28.814Z | Downloaded regex-automata v0.1.10 |
897 | 2023-10-17T22:52:29.234Z | Downloaded postcard-cobs v0.1.5-pre |
898 | 2023-10-17T22:52:29.239Z | Downloaded diesel_table_macro_syntax v0.1.0 |
899 | 2023-10-17T22:52:29.245Z | Downloaded itertools v0.11.0 |
900 | 2023-10-17T22:52:29.257Z | Downloaded serde_repr v0.1.16 |
901 | 2023-10-17T22:52:29.267Z | Downloaded postgres-types v0.2.6 |
902 | 2023-10-17T22:52:29.281Z | Downloaded socket2 v0.5.3 |
903 | 2023-10-17T22:52:29.298Z | Downloaded plotters-backend v0.3.5 |
904 | 2023-10-17T22:52:29.308Z | Downloaded serde_with_macros v2.3.3 |
905 | 2023-10-17T22:52:29.321Z | Downloaded predicates v2.1.5 |
906 | 2023-10-17T22:52:29.330Z | Downloaded trust-dns-resolver v0.22.0 |
907 | 2023-10-17T22:52:29.337Z | Downloaded pest_derive v2.7.2 |
908 | 2023-10-17T22:52:29.344Z | Downloaded hkdf v0.12.3 |
909 | 2023-10-17T22:52:29.351Z | Downloaded proc-macro-error v1.0.4 |
910 | 2023-10-17T22:52:29.356Z | Downloaded env_logger v0.9.3 |
911 | 2023-10-17T22:52:29.362Z | Downloaded tokio-stream v0.1.14 |
912 | 2023-10-17T22:52:29.374Z | Downloaded futures-channel v0.3.28 |
913 | 2023-10-17T22:52:29.378Z | Downloaded futures v0.3.28 |
914 | 2023-10-17T22:52:29.383Z | Downloaded diff v0.1.13 |
915 | 2023-10-17T22:52:29.387Z | Downloaded tracing v0.1.37 |
916 | 2023-10-17T22:52:29.393Z | Downloaded openssl-sys v0.9.93 |
917 | 2023-10-17T22:52:29.397Z | Downloaded schemars v0.8.13 |
918 | 2023-10-17T22:52:29.402Z | Downloaded pretty_assertions v1.4.0 |
919 | 2023-10-17T22:52:29.407Z | Downloaded ucd-trie v0.1.6 |
920 | 2023-10-17T22:52:29.410Z | Downloaded pest v2.7.2 |
921 | 2023-10-17T22:52:29.414Z | Downloaded der v0.7.8 |
922 | 2023-10-17T22:52:29.417Z | Downloaded unicode-segmentation v1.10.1 |
923 | 2023-10-17T22:52:29.422Z | Downloaded serde_with v2.3.3 |
924 | 2023-10-17T22:52:29.425Z | Downloaded reqwest v0.11.20 |
925 | 2023-10-17T22:52:29.428Z | Downloaded quick-xml v0.23.1 |
926 | 2023-10-17T22:52:29.431Z | Downloaded plotters v0.3.5 |
927 | 2023-10-17T22:52:29.433Z | Downloaded x509-cert v0.2.4 |
928 | 2023-10-17T22:52:29.436Z | Downloaded unicode-normalization v0.1.22 |
929 | 2023-10-17T22:52:29.439Z | Downloaded lalrpop v0.19.12 |
930 | 2023-10-17T22:52:29.442Z | Downloaded rayon v1.7.0 |
931 | 2023-10-17T22:52:29.445Z | Downloaded portable-atomic v1.4.3 |
932 | 2023-10-17T22:52:29.448Z | Downloaded gimli v0.28.0 |
933 | 2023-10-17T22:52:29.451Z | Downloaded bstr v1.6.0 |
934 | 2023-10-17T22:52:29.454Z | Downloaded syn v1.0.109 |
935 | 2023-10-17T22:52:29.457Z | Downloaded diesel v2.1.1 |
936 | 2023-10-17T22:52:29.460Z | Downloaded proptest v1.3.1 |
937 | 2023-10-17T22:52:29.462Z | Downloaded object v0.32.1 |
938 | 2023-10-17T22:52:29.465Z | Downloaded tokio v1.32.0 |
939 | 2023-10-17T22:52:29.470Z | Downloaded openssl v0.10.57 |
940 | 2023-10-17T22:52:29.473Z | Downloaded polar-core v0.26.4 |
941 | 2023-10-17T22:52:29.478Z | Downloaded openapiv3 v1.0.3 |
942 | 2023-10-17T22:52:29.481Z | Downloaded regex-syntax v0.7.5 |
943 | 2023-10-17T22:52:29.484Z | Downloaded curve25519-dalek v4.1.0 |
944 | 2023-10-17T22:52:29.488Z | Downloaded rustix v0.38.9 |
945 | 2023-10-17T22:52:29.492Z | Downloaded object v0.30.4 |
946 | 2023-10-17T22:52:29.496Z | Downloaded sled v0.34.7 |
947 | 2023-10-17T22:52:29.500Z | Downloaded libtest-mimic v0.5.2 |
948 | 2023-10-17T22:52:29.504Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2023-10-17T22:52:29.508Z | Downloaded regex-automata v0.3.8 |
950 | 2023-10-17T22:52:29.512Z | Downloaded regex-syntax v0.6.29 |
951 | 2023-10-17T22:52:29.546Z | Downloaded zerocopy-derive v0.2.0 |
952 | 2023-10-17T22:52:29.558Z | Downloaded webpki-roots v0.25.2 |
953 | 2023-10-17T22:52:29.563Z | Downloaded zerocopy-derive v0.6.3 |
954 | 2023-10-17T22:52:29.568Z | Downloaded sha3 v0.10.8 |
955 | 2023-10-17T22:52:29.572Z | Downloaded trust-dns-proto v0.22.0 |
956 | 2023-10-17T22:52:29.577Z | Downloaded regress v0.7.1 |
957 | 2023-10-17T22:52:29.580Z | Downloaded ring v0.16.20 |
958 | 2023-10-17T22:52:29.584Z | Downloaded regex v1.9.5 |
959 | 2023-10-17T22:52:29.588Z | Downloaded smoltcp v0.9.1 |
960 | 2023-10-17T22:52:29.593Z | Downloaded rustls v0.21.7 |
961 | 2023-10-17T22:52:29.597Z | Downloaded vcpkg v0.2.15 |
962 | 2023-10-17T22:52:29.601Z | Downloaded radix_trie v0.2.1 |
963 | 2023-10-17T22:52:29.607Z | Downloaded idna v0.4.0 |
964 | 2023-10-17T22:52:29.612Z | Downloaded encoding_rs v0.8.33 |
965 | 2023-10-17T22:52:29.616Z | Downloaded bstr v0.2.17 |
966 | 2023-10-17T22:52:29.619Z | Downloaded ratatui v0.23.0 |
967 | 2023-10-17T22:52:29.623Z | Downloaded idna v0.2.3 |
968 | 2023-10-17T22:52:29.627Z | Downloaded nix v0.26.2 |
969 | 2023-10-17T22:52:29.630Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
970 | 2023-10-17T22:52:29.709Z | Downloaded git2 v0.17.2 |
971 | 2023-10-17T22:52:29.731Z | Downloaded petgraph v0.6.4 |
972 | 2023-10-17T22:52:29.757Z | Downloaded rustls-webpki v0.101.4 |
973 | 2023-10-17T22:52:29.786Z | Downloaded bindgen v0.65.1 |
974 | 2023-10-17T22:52:30.200Z | Downloaded smoltcp v0.8.2 |
975 | 2023-10-17T22:52:30.206Z | Downloaded futures-util v0.3.28 |
976 | 2023-10-17T22:52:30.212Z | Downloaded rusqlite v0.29.0 |
977 | 2023-10-17T22:52:30.226Z | Downloaded h2 v0.3.21 |
978 | 2023-10-17T22:52:30.254Z | Downloaded tabled v0.14.0 |
979 | 2023-10-17T22:52:30.259Z | Downloaded bitvec v1.0.1 |
980 | 2023-10-17T22:52:30.266Z | Downloaded libz-sys v1.1.12 |
981 | 2023-10-17T22:52:30.269Z | Downloaded chrono v0.4.31 |
982 | 2023-10-17T22:52:30.274Z | Downloaded serde_yaml v0.9.25 |
983 | 2023-10-17T22:52:30.278Z | Downloaded steno v0.4.0 |
984 | 2023-10-17T22:52:30.281Z | Downloaded reedline v0.23.0 |
985 | 2023-10-17T22:52:30.284Z | Downloaded diesel_derives v2.1.1 |
986 | 2023-10-17T22:52:30.288Z | Downloaded derive_more v0.99.17 |
987 | 2023-10-17T22:52:30.291Z | Downloaded tar v0.4.40 |
988 | 2023-10-17T22:52:30.293Z | Downloaded slog v2.7.0 |
989 | 2023-10-17T22:52:30.296Z | Downloaded poly1305 v0.8.0 |
990 | 2023-10-17T22:52:30.299Z | Downloaded futures-macro v0.3.28 |
991 | 2023-10-17T22:52:30.305Z | Downloaded pin-project v1.1.3 |
992 | 2023-10-17T22:52:30.309Z | Downloaded toml_edit v0.19.15 |
993 | 2023-10-17T22:52:30.314Z | Downloaded hashbrown v0.13.2 |
994 | 2023-10-17T22:52:30.318Z | Downloaded hyper v0.14.27 |
995 | 2023-10-17T22:52:30.322Z | Downloaded float-cmp v0.9.0 |
996 | 2023-10-17T22:52:30.327Z | Downloaded uuid v1.4.1 |
997 | 2023-10-17T22:52:30.330Z | Downloaded typenum v1.16.0 |
998 | 2023-10-17T22:52:30.334Z | Downloaded rayon-core v1.11.0 |
999 | 2023-10-17T22:52:30.339Z | Downloaded libsqlite3-sys v0.26.0 |
1000 | 2023-10-17T22:52:30.343Z | Downloaded unicode-bidi v0.3.13 |
1001 | 2023-10-17T22:52:30.347Z | Downloaded semver v0.11.0 |
1002 | 2023-10-17T22:52:30.351Z | Downloaded zerocopy v0.6.3 |
1003 | 2023-10-17T22:52:30.355Z | Downloaded trust-dns-server v0.22.1 |
1004 | 2023-10-17T22:52:30.359Z | Downloaded crossterm v0.27.0 |
1005 | 2023-10-17T22:52:30.366Z | Downloaded crossterm v0.26.1 |
1006 | 2023-10-17T22:52:30.380Z | Downloaded semver v0.1.20 |
1007 | 2023-10-17T22:52:30.384Z | Downloaded fnv v1.0.7 |
1008 | 2023-10-17T22:52:30.387Z | Downloaded filetime v0.2.22 |
1009 | 2023-10-17T22:52:30.390Z | Downloaded slab v0.4.9 |
1010 | 2023-10-17T22:52:30.393Z | Downloaded flume v0.11.0 |
1011 | 2023-10-17T22:52:30.395Z | Downloaded toml v0.5.11 |
1012 | 2023-10-17T22:52:30.399Z | Downloaded tokio-postgres v0.7.10 |
1013 | 2023-10-17T22:52:30.403Z | Downloaded rand v0.4.6 |
1014 | 2023-10-17T22:52:30.409Z | Downloaded libxml v0.3.3 |
1015 | 2023-10-17T22:52:30.422Z | Downloaded yasna v0.5.2 |
1016 | 2023-10-17T22:52:30.427Z | Downloaded rtoolbox v0.0.1 |
1017 | 2023-10-17T22:52:30.431Z | Downloaded parking_lot v0.12.1 |
1018 | 2023-10-17T22:52:30.434Z | Downloaded elliptic-curve v0.13.5 |
1019 | 2023-10-17T22:52:30.437Z | Downloaded schemars_derive v0.8.13 |
1020 | 2023-10-17T22:52:30.441Z | Downloaded ff v0.13.0 |
1021 | 2023-10-17T22:52:30.445Z | Downloaded url v2.4.1 |
1022 | 2023-10-17T22:52:30.448Z | Downloaded hashbrown v0.12.3 |
1023 | 2023-10-17T22:52:30.457Z | Downloaded zerocopy v0.3.0 |
1024 | 2023-10-17T22:52:30.461Z | Downloaded structopt-derive v0.4.18 |
1025 | 2023-10-17T22:52:30.464Z | Downloaded generic-array v0.14.7 |
1026 | 2023-10-17T22:52:30.518Z | Downloaded rstest v0.18.2 |
1027 | 2023-10-17T22:52:30.523Z | Downloaded tungstenite v0.20.1 |
1028 | 2023-10-17T22:52:30.528Z | Downloaded proc-macro-error-attr v1.0.4 |
1029 | 2023-10-17T22:52:30.533Z | Downloaded tap v1.0.1 |
1030 | 2023-10-17T22:52:30.542Z | Downloaded similar-asserts v1.5.0 |
1031 | 2023-10-17T22:52:30.547Z | Downloaded pest_generator v2.7.2 |
1032 | 2023-10-17T22:52:30.551Z | Downloaded tough v0.12.5 |
1033 | 2023-10-17T22:52:30.556Z | Downloaded serde-big-array v0.4.1 |
1034 | 2023-10-17T22:52:30.560Z | Downloaded signal-hook v0.3.17 |
1035 | 2023-10-17T22:52:30.597Z | Downloaded rsa v0.9.2 |
1036 | 2023-10-17T22:52:30.604Z | Downloaded time v0.3.27 |
1037 | 2023-10-17T22:52:30.608Z | Downloaded getopts v0.2.21 |
1038 | 2023-10-17T22:52:30.614Z | Downloaded unicode-linebreak v0.1.5 |
1039 | 2023-10-17T22:52:30.621Z | Downloaded socket2 v0.4.9 |
1040 | 2023-10-17T22:52:30.626Z | Downloaded snafu-derive v0.7.5 |
1041 | 2023-10-17T22:52:30.638Z | Downloaded tinytemplate v1.2.1 |
1042 | 2023-10-17T22:52:30.648Z | Downloaded tracing-core v0.1.31 |
1043 | 2023-10-17T22:52:30.656Z | Downloaded aho-corasick v1.0.4 |
1044 | 2023-10-17T22:52:30.673Z | Downloaded futures-timer v3.0.2 |
1045 | 2023-10-17T22:52:31.079Z | Downloaded spin v0.5.2 |
1046 | 2023-10-17T22:52:31.082Z | Downloaded serde-hex v0.1.0 |
1047 | 2023-10-17T22:52:31.086Z | Downloaded expectorate v1.1.0 |
1048 | 2023-10-17T22:52:31.089Z | Downloaded trybuild v1.0.85 |
1049 | 2023-10-17T22:52:31.095Z | Downloaded fragile v2.0.0 |
1050 | 2023-10-17T22:52:31.104Z | Downloaded vergen v8.2.4 |
1051 | 2023-10-17T22:52:31.509Z | Downloaded vec_map v0.8.2 |
1052 | 2023-10-17T22:52:31.514Z | Downloaded getrandom v0.2.10 |
1053 | 2023-10-17T22:52:31.518Z | Downloaded fatfs v0.3.6 |
1054 | 2023-10-17T22:52:31.524Z | Downloaded funty v2.0.0 |
1055 | 2023-10-17T22:52:31.528Z | Downloaded dof v0.1.5 |
1056 | 2023-10-17T22:52:31.535Z | Downloaded tracing-attributes v0.1.26 |
1057 | 2023-10-17T22:52:31.542Z | Downloaded papergrid v0.10.0 |
1058 | 2023-10-17T22:52:31.558Z | Downloaded dyn-clone v1.0.13 |
1059 | 2023-10-17T22:52:31.972Z | Downloaded phf v0.11.2 |
1060 | 2023-10-17T22:52:31.981Z | Downloaded darling_core v0.14.4 |
1061 | 2023-10-17T22:52:31.995Z | Downloaded smallvec v1.11.0 |
1062 | 2023-10-17T22:52:32.008Z | Downloaded data-encoding v2.4.0 |
1063 | 2023-10-17T22:52:32.038Z | Downloaded tokio-rustls v0.24.1 |
1064 | 2023-10-17T22:52:32.055Z | Downloaded itertools v0.10.5 |
1065 | 2023-10-17T22:52:32.068Z | Downloaded flate2 v1.0.27 |
1066 | 2023-10-17T22:52:32.082Z | Downloaded num-bigint-dig v0.8.4 |
1067 | 2023-10-17T22:52:32.095Z | Downloaded structopt v0.3.26 |
1068 | 2023-10-17T22:52:32.101Z | Downloaded rand v0.8.5 |
1069 | 2023-10-17T22:52:32.106Z | Downloaded shell-words v1.1.0 |
1070 | 2023-10-17T22:52:32.110Z | Downloaded serde_tokenstream v0.1.7 |
1071 | 2023-10-17T22:52:32.118Z | Downloaded signal-hook-mio v0.2.3 |
1072 | 2023-10-17T22:52:32.124Z | Downloaded thiserror-no-std v2.0.2 |
1073 | 2023-10-17T22:52:32.128Z | Downloaded ref-cast-impl v1.0.20 |
1074 | 2023-10-17T22:52:32.132Z | Downloaded serial_test v0.10.0 |
1075 | 2023-10-17T22:52:32.137Z | Downloaded pretty-hex v0.3.0 |
1076 | 2023-10-17T22:52:32.140Z | Downloaded toolchain_find v0.2.0 |
1077 | 2023-10-17T22:52:32.143Z | Downloaded semver-parser v0.10.2 |
1078 | 2023-10-17T22:52:32.147Z | Downloaded structmeta-derive v0.1.6 |
1079 | 2023-10-17T22:52:32.151Z | Downloaded tokio-util v0.7.8 |
1080 | 2023-10-17T22:52:32.154Z | Downloaded unsafe-libyaml v0.2.9 |
1081 | 2023-10-17T22:52:32.161Z | Downloaded headers v0.3.9 |
1082 | 2023-10-17T22:52:32.575Z | Downloaded endian-type v0.1.2 |
1083 | 2023-10-17T22:52:32.582Z | Downloaded dtrace-parser v0.1.14 |
1084 | 2023-10-17T22:52:32.589Z | Downloaded downcast v0.11.0 |
1085 | 2023-10-17T22:52:32.597Z | Downloaded tokio-macros v2.1.0 |
1086 | 2023-10-17T22:52:32.608Z | Downloaded same-file v1.0.6 |
1087 | 2023-10-17T22:52:32.622Z | Downloaded ena v0.14.2 |
1088 | 2023-10-17T22:52:33.044Z | Downloaded either v1.9.0 |
1089 | 2023-10-17T22:52:33.049Z | Downloaded datatest-stable v0.1.3 |
1090 | 2023-10-17T22:52:33.063Z | Downloaded slog-term v2.9.0 |
1091 | 2023-10-17T22:52:33.083Z | Downloaded http v0.2.9 |
1092 | 2023-10-17T22:52:33.095Z | Downloaded spin v0.9.8 |
1093 | 2023-10-17T22:52:33.105Z | Downloaded darling_core v0.20.3 |
1094 | 2023-10-17T22:52:33.112Z | Downloaded rcgen v0.10.0 |
1095 | 2023-10-17T22:52:33.118Z | Downloaded platforms v3.0.2 |
1096 | 2023-10-17T22:52:33.125Z | Downloaded pin-project-lite v0.2.13 |
1097 | 2023-10-17T22:52:33.129Z | Downloaded precomputed-hash v0.1.1 |
1098 | 2023-10-17T22:52:33.145Z | Downloaded shlex v1.1.0 |
1099 | 2023-10-17T22:52:33.151Z | Downloaded thread-id v4.2.0 |
1100 | 2023-10-17T22:52:33.155Z | Downloaded thiserror-impl-no-std v2.0.2 |
1101 | 2023-10-17T22:52:33.161Z | Downloaded rustc-hash v1.1.0 |
1102 | 2023-10-17T22:52:33.169Z | Downloaded smallvec v0.6.14 |
1103 | 2023-10-17T22:52:33.179Z | Downloaded slog-dtrace v0.2.3 |
1104 | 2023-10-17T22:52:33.190Z | Downloaded rustls-pemfile v1.0.3 |
1105 | 2023-10-17T22:52:33.197Z | Downloaded relative-path v1.9.0 |
1106 | 2023-10-17T22:52:33.200Z | Downloaded pkcs1 v0.7.5 |
1107 | 2023-10-17T22:52:33.204Z | Downloaded derive_builder_core v0.12.0 |
1108 | 2023-10-17T22:52:33.218Z | Downloaded der_derive v0.7.2 |
1109 | 2023-10-17T22:52:33.221Z | Downloaded difflib v0.4.0 |
1110 | 2023-10-17T22:52:33.225Z | Downloaded test-strategy v0.2.1 |
1111 | 2023-10-17T22:52:33.232Z | Downloaded r2d2 v0.8.10 |
1112 | 2023-10-17T22:52:33.236Z | Downloaded smawk v0.3.1 |
1113 | 2023-10-17T22:52:33.240Z | Downloaded slog-stdlog v4.1.1 |
1114 | 2023-10-17T22:52:33.244Z | Downloaded dirs-sys-next v0.1.2 |
1115 | 2023-10-17T22:52:33.248Z | Downloaded subtle v2.5.0 |
1116 | 2023-10-17T22:52:33.253Z | Downloaded env_logger v0.10.0 |
1117 | 2023-10-17T22:52:33.257Z | Downloaded rand_xorshift v0.3.0 |
1118 | 2023-10-17T22:52:33.263Z | Downloaded radium v0.7.0 |
1119 | 2023-10-17T22:52:33.267Z | Downloaded digest v0.10.7 |
1120 | 2023-10-17T22:52:33.271Z | Downloaded synstructure v0.12.6 |
1121 | 2023-10-17T22:52:33.274Z | Downloaded subprocess v0.2.9 |
1122 | 2023-10-17T22:52:33.279Z | Downloaded textwrap v0.11.0 |
1123 | 2023-10-17T22:52:33.282Z | Downloaded crossbeam-channel v0.5.8 |
1124 | 2023-10-17T22:52:33.288Z | Downloaded salty v0.2.0 |
1125 | 2023-10-17T22:52:33.291Z | Downloaded clap v3.2.25 |
1126 | 2023-10-17T22:52:33.295Z | Downloaded zip v0.6.6 |
1127 | 2023-10-17T22:52:33.300Z | Downloaded arc-swap v1.6.0 |
1128 | 2023-10-17T22:52:33.304Z | Downloaded snafu v0.7.5 |
1129 | 2023-10-17T22:52:33.311Z | Downloaded mio v0.8.8 |
1130 | 2023-10-17T22:52:33.319Z | Downloaded parking_lot_core v0.8.6 |
1131 | 2023-10-17T22:52:33.323Z | Downloaded partial-io v0.5.4 |
1132 | 2023-10-17T22:52:33.327Z | Downloaded omicron-zone-package v0.8.3 |
1133 | 2023-10-17T22:52:33.331Z | Downloaded hashlink v0.8.3 |
1134 | 2023-10-17T22:52:33.334Z | Downloaded glob v0.3.1 |
1135 | 2023-10-17T22:52:33.338Z | Downloaded half v1.8.2 |
1136 | 2023-10-17T22:52:33.342Z | Downloaded time-macros v0.2.13 |
1137 | 2023-10-17T22:52:33.346Z | Downloaded spki v0.7.2 |
1138 | 2023-10-17T22:52:33.350Z | Downloaded pest_meta v2.7.2 |
1139 | 2023-10-17T22:52:33.365Z | Downloaded derive_builder v0.12.0 |
1140 | 2023-10-17T22:52:33.379Z | Downloaded password-hash v0.5.0 |
1141 | 2023-10-17T22:52:33.398Z | Downloaded libm v0.2.7 |
1142 | 2023-10-17T22:52:33.407Z | Downloaded flagset v0.4.3 |
1143 | 2023-10-17T22:52:33.411Z | Downloaded num-bigint v0.4.4 |
1144 | 2023-10-17T22:52:33.416Z | Downloaded futures-sink v0.3.28 |
1145 | 2023-10-17T22:52:33.420Z | Downloaded os_str_bytes v6.5.1 |
1146 | 2023-10-17T22:52:33.423Z | Downloaded crossbeam-utils v0.8.16 |
1147 | 2023-10-17T22:52:33.427Z | Downloaded nom v7.1.3 |
1148 | 2023-10-17T22:52:33.430Z | Downloaded tiny-keccak v2.0.2 |
1149 | 2023-10-17T22:52:33.435Z | Downloaded parking_lot v0.11.2 |
1150 | 2023-10-17T22:52:33.438Z | Downloaded siphasher v0.3.11 |
1151 | 2023-10-17T22:52:33.441Z | Downloaded universal-hash v0.5.1 |
1152 | 2023-10-17T22:52:33.444Z | Downloaded futures-task v0.3.28 |
1153 | 2023-10-17T22:52:33.447Z | Downloaded usdt-macro v0.3.5 |
1154 | 2023-10-17T22:52:33.454Z | Downloaded doc-comment v0.3.3 |
1155 | 2023-10-17T22:52:33.459Z | Downloaded display-error-chain v0.1.1 |
1156 | 2023-10-17T22:52:33.467Z | Downloaded heapless v0.7.16 |
1157 | 2023-10-17T22:52:33.490Z | Downloaded ron v0.8.1 |
1158 | 2023-10-17T22:52:33.500Z | Downloaded miniz_oxide v0.7.1 |
1159 | 2023-10-17T22:52:33.507Z | Downloaded crc-any v2.4.3 |
1160 | 2023-10-17T22:52:33.518Z | Downloaded const_format v0.2.31 |
1161 | 2023-10-17T22:52:33.529Z | Downloaded untrusted v0.7.1 |
1162 | 2023-10-17T22:52:33.541Z | Downloaded yansi v0.5.1 |
1163 | 2023-10-17T22:52:33.555Z | Downloaded hash32 v0.2.1 |
1164 | 2023-10-17T22:52:33.563Z | Downloaded bytes v1.5.0 |
1165 | 2023-10-17T22:52:33.575Z | Downloaded tungstenite v0.18.0 |
1166 | 2023-10-17T22:52:33.589Z | Downloaded fallible-streaming-iterator v0.1.9 |
1167 | 2023-10-17T22:52:33.604Z | Downloaded globset v0.4.13 |
1168 | 2023-10-17T22:52:33.615Z | Downloaded stringprep v0.1.3 |
1169 | 2023-10-17T22:52:33.626Z | Downloaded backtrace v0.3.69 |
1170 | 2023-10-17T22:52:33.634Z | Downloaded similar v2.2.1 |
1171 | 2023-10-17T22:52:33.653Z | Downloaded ron v0.7.1 |
1172 | 2023-10-17T22:52:33.683Z | Downloaded basic-toml v0.1.4 |
1173 | 2023-10-17T22:52:33.689Z | Downloaded scopeguard v1.2.0 |
1174 | 2023-10-17T22:52:33.697Z | Downloaded mockall_derive v0.11.4 |
1175 | 2023-10-17T22:52:33.704Z | Downloaded blake2b_simd v1.0.1 |
1176 | 2023-10-17T22:52:33.755Z | Downloaded tower-service v0.3.2 |
1177 | 2023-10-17T22:52:33.763Z | Downloaded pem v1.1.1 |
1178 | 2023-10-17T22:52:33.770Z | Downloaded base64 v0.13.1 |
1179 | 2023-10-17T22:52:33.777Z | Downloaded parse-display v0.7.0 |
1180 | 2023-10-17T22:52:33.788Z | Downloaded tempfile v3.8.0 |
1181 | 2023-10-17T22:52:33.799Z | Downloaded oorandom v11.1.3 |
1182 | 2023-10-17T22:52:33.837Z | Downloaded paste v1.0.14 |
1183 | 2023-10-17T22:52:33.847Z | Downloaded tokio-tungstenite v0.20.1 |
1184 | 2023-10-17T22:52:33.866Z | Downloaded term v0.7.0 |
1185 | 2023-10-17T22:52:33.877Z | Downloaded erased-serde v0.3.30 |
1186 | 2023-10-17T22:52:33.886Z | Downloaded criterion v0.5.1 |
1187 | 2023-10-17T22:52:33.896Z | Downloaded futures-io v0.3.28 |
1188 | 2023-10-17T22:52:33.915Z | Downloaded form_urlencoded v1.2.0 |
1189 | 2023-10-17T22:52:33.944Z | Downloaded fixedbitset v0.4.2 |
1190 | 2023-10-17T22:52:33.956Z | Downloaded ctr v0.9.2 |
1191 | 2023-10-17T22:52:33.961Z | Downloaded path-absolutize v3.1.0 |
1192 | 2023-10-17T22:52:33.966Z | Downloaded indicatif v0.17.7 |
1193 | 2023-10-17T22:52:33.984Z | Downloaded fallible-iterator v0.2.0 |
1194 | 2023-10-17T22:52:34.009Z | Downloaded darling v0.14.4 |
1195 | 2023-10-17T22:52:34.019Z | Downloaded crypto-common v0.1.6 |
1196 | 2023-10-17T22:52:34.030Z | Downloaded unicase v2.7.0 |
1197 | 2023-10-17T22:52:34.079Z | Downloaded rust-argon2 v1.0.1 |
1198 | 2023-10-17T22:52:34.095Z | Downloaded indexmap v1.9.3 |
1199 | 2023-10-17T22:52:34.108Z | Downloaded ahash v0.8.3 |
1200 | 2023-10-17T22:52:34.125Z | Downloaded percent-encoding v2.3.0 |
1201 | 2023-10-17T22:52:34.142Z | Downloaded libloading v0.7.4 |
1202 | 2023-10-17T22:52:34.158Z | Downloaded openssl-macros v0.1.1 |
1203 | 2023-10-17T22:52:34.180Z | Downloaded serde_derive_internals v0.26.0 |
1204 | 2023-10-17T22:52:34.195Z | Downloaded rustc-demangle v0.1.23 |
1205 | 2023-10-17T22:52:34.205Z | Downloaded whoami v1.4.1 |
1206 | 2023-10-17T22:52:34.214Z | Downloaded crossbeam-epoch v0.9.15 |
1207 | 2023-10-17T22:52:34.630Z | Downloaded crossbeam-queue v0.3.8 |
1208 | 2023-10-17T22:52:34.649Z | Downloaded zone v0.2.0 |
1209 | 2023-10-17T22:52:34.658Z | Downloaded tabled_derive v0.6.0 |
1210 | 2023-10-17T22:52:34.672Z | Downloaded corncobs v0.1.3 |
1211 | 2023-10-17T22:52:34.683Z | Downloaded cookie v0.16.2 |
1212 | 2023-10-17T22:52:34.697Z | Downloaded tui-tree-widget v0.13.0 |
1213 | 2023-10-17T22:52:34.702Z | Downloaded termcolor v1.2.0 |
1214 | 2023-10-17T22:52:34.706Z | Downloaded stable_deref_trait v1.2.0 |
1215 | 2023-10-17T22:52:34.711Z | Downloaded byteorder v1.4.3 |
1216 | 2023-10-17T22:52:34.718Z | Downloaded num_threads v0.1.6 |
1217 | 2023-10-17T22:52:34.725Z | Downloaded fxhash v0.2.1 |
1218 | 2023-10-17T22:52:34.730Z | Downloaded foreign-types-shared v0.1.1 |
1219 | 2023-10-17T22:52:34.737Z | Downloaded version_check v0.9.4 |
1220 | 2023-10-17T22:52:34.748Z | Downloaded usdt-impl v0.3.5 |
1221 | 2023-10-17T22:52:34.755Z | Downloaded usdt v0.3.5 |
1222 | 2023-10-17T22:52:34.827Z | Downloaded unicode-xid v0.2.4 |
1223 | 2023-10-17T22:52:34.835Z | Downloaded unarray v0.1.4 |
1224 | 2023-10-17T22:52:34.840Z | Downloaded threadpool v1.8.1 |
1225 | 2023-10-17T22:52:34.853Z | Downloaded strum_macros v0.25.2 |
1226 | 2023-10-17T22:52:34.861Z | Downloaded strum_macros v0.24.3 |
1227 | 2023-10-17T22:52:34.870Z | Downloaded structmeta v0.1.6 |
1228 | 2023-10-17T22:52:34.879Z | Downloaded strsim v0.8.0 |
1229 | 2023-10-17T22:52:34.933Z | Downloaded slog-scope v4.4.0 |
1230 | 2023-10-17T22:52:34.977Z | Downloaded cstr-argument v0.1.2 |
1231 | 2023-10-17T22:52:34.992Z | Downloaded foreign-types-shared v0.3.1 |
1232 | 2023-10-17T22:52:35.008Z | Downloaded topological-sort v0.2.2 |
1233 | 2023-10-17T22:52:35.018Z | Downloaded termios v0.3.3 |
1234 | 2023-10-17T22:52:35.029Z | Downloaded curve25519-dalek-derive v0.1.0 |
1235 | 2023-10-17T22:52:35.037Z | Downloaded ringbuffer v0.15.0 |
1236 | 2023-10-17T22:52:35.045Z | Downloaded bitflags v2.4.0 |
1237 | 2023-10-17T22:52:35.056Z | Downloaded static_assertions v1.1.0 |
1238 | 2023-10-17T22:52:35.065Z | Downloaded sha2 v0.10.7 |
1239 | 2023-10-17T22:52:35.479Z | Downloaded serde_tokenstream v0.2.0 |
1240 | 2023-10-17T22:52:35.482Z | Downloaded remove_dir_all v0.5.3 |
1241 | 2023-10-17T22:52:35.495Z | Downloaded num-rational v0.4.1 |
1242 | 2023-10-17T22:52:35.506Z | Downloaded assert_cmd v2.0.12 |
1243 | 2023-10-17T22:52:35.517Z | Downloaded crunchy v0.2.2 |
1244 | 2023-10-17T22:52:35.526Z | Downloaded crucible-workspace-hack v0.1.0 |
1245 | 2023-10-17T22:52:35.536Z | Downloaded slog-json v2.6.1 |
1246 | 2023-10-17T22:52:35.542Z | Downloaded signature v1.6.4 |
1247 | 2023-10-17T22:52:35.549Z | Downloaded serde_urlencoded v0.7.1 |
1248 | 2023-10-17T22:52:35.557Z | Downloaded console v0.15.7 |
1249 | 2023-10-17T22:52:35.565Z | Downloaded async-recursion v1.0.5 |
1250 | 2023-10-17T22:52:35.576Z | Downloaded rusty-fork v0.3.0 |
1251 | 2023-10-17T22:52:35.581Z | Downloaded nu-ansi-term v0.49.0 |
1252 | 2023-10-17T22:52:35.586Z | Downloaded cancel-safe-futures v0.1.2 |
1253 | 2023-10-17T22:52:35.590Z | Downloaded humantime v2.1.0 |
1254 | 2023-10-17T22:52:35.593Z | Downloaded zeroize_derive v1.4.2 |
1255 | 2023-10-17T22:52:35.600Z | Downloaded serde_arrays v0.1.0 |
1256 | 2023-10-17T22:52:35.623Z | Downloaded secrecy v0.8.0 |
1257 | 2023-10-17T22:52:35.633Z | Downloaded sct v0.7.0 |
1258 | 2023-10-17T22:52:35.639Z | Downloaded num-derive v0.4.0 |
1259 | 2023-10-17T22:52:35.644Z | Downloaded httptest v0.15.4 |
1260 | 2023-10-17T22:52:35.647Z | Downloaded criterion-plot v0.5.0 |
1261 | 2023-10-17T22:52:35.654Z | Downloaded ipnet v2.8.0 |
1262 | 2023-10-17T22:52:35.664Z | Downloaded httparse v1.8.0 |
1263 | 2023-10-17T22:52:35.667Z | Downloaded arrayvec v0.7.4 |
1264 | 2023-10-17T22:52:35.671Z | Downloaded memoffset v0.7.1 |
1265 | 2023-10-17T22:52:35.675Z | Downloaded multer v2.1.0 |
1266 | 2023-10-17T22:52:35.678Z | Downloaded autocfg v1.1.0 |
1267 | 2023-10-17T22:52:35.682Z | Downloaded ascii v1.1.0 |
1268 | 2023-10-17T22:52:35.687Z | Downloaded async-stream v0.3.5 |
1269 | 2023-10-17T22:52:35.690Z | Downloaded tinyvec_macros v0.1.1 |
1270 | 2023-10-17T22:52:35.694Z | Downloaded num-traits v0.2.16 |
1271 | 2023-10-17T22:52:35.698Z | Downloaded colored v2.0.4 |
1272 | 2023-10-17T22:52:35.702Z | Downloaded clang-sys v1.6.1 |
1273 | 2023-10-17T22:52:35.705Z | Downloaded impl-trait-for-tuples v0.2.2 |
1274 | 2023-10-17T22:52:35.709Z | Downloaded bit-set v0.5.3 |
1275 | 2023-10-17T22:52:35.713Z | Downloaded num-iter v0.1.43 |
1276 | 2023-10-17T22:52:35.722Z | Downloaded num-integer v0.1.45 |
1277 | 2023-10-17T22:52:35.726Z | Downloaded base64ct v1.6.0 |
1278 | 2023-10-17T22:52:35.731Z | Downloaded arrayref v0.3.7 |
1279 | 2023-10-17T22:52:35.735Z | Downloaded slog-envlogger v2.2.0 |
1280 | 2023-10-17T22:52:35.740Z | Downloaded signature v2.1.0 |
1281 | 2023-10-17T22:52:35.744Z | Downloaded signal-hook-tokio v0.3.1 |
1282 | 2023-10-17T22:52:35.748Z | Downloaded sha1 v0.10.5 |
1283 | 2023-10-17T22:52:36.757Z | Downloaded serial_test_derive v0.10.0 |
1284 | 2023-10-17T22:52:36.761Z | Downloaded linked-hash-map v0.5.6 |
1285 | 2023-10-17T22:52:36.765Z | Downloaded crc-catalog v2.2.0 |
1286 | 2023-10-17T22:52:36.769Z | Downloaded atty v0.2.14 |
1287 | 2023-10-17T22:52:36.778Z | Downloaded constant_time_eq v0.3.0 |
1288 | 2023-10-17T22:52:36.782Z | Downloaded lazy_static v1.4.0 |
1289 | 2023-10-17T22:52:36.786Z | Downloaded keccak v0.1.4 |
1290 | 2023-10-17T22:52:36.790Z | Downloaded indoc v2.0.3 |
1291 | 2023-10-17T22:52:36.796Z | Downloaded home v0.5.5 |
1292 | 2023-10-17T22:52:36.801Z | Downloaded hyper-tls v0.5.0 |
1293 | 2023-10-17T22:52:36.807Z | Downloaded httpdate v1.0.3 |
1294 | 2023-10-17T22:52:36.812Z | Downloaded lalrpop-util v0.19.12 |
1295 | 2023-10-17T22:52:36.821Z | Downloaded hex v0.4.3 |
1296 | 2023-10-17T22:52:36.830Z | Downloaded hubpack_derive v0.1.1 |
1297 | 2023-10-17T22:52:36.838Z | Downloaded http-range v0.1.5 |
1298 | 2023-10-17T22:52:36.847Z | Downloaded num_enum v0.5.11 |
1299 | 2023-10-17T22:52:36.856Z | Downloaded crossbeam-deque v0.8.3 |
1300 | 2023-10-17T22:52:36.863Z | Downloaded bytesize v1.3.0 |
1301 | 2023-10-17T22:52:36.872Z | Downloaded cpufeatures v0.2.9 |
1302 | 2023-10-17T22:52:36.879Z | Downloaded block-padding v0.3.3 |
1303 | 2023-10-17T22:52:36.888Z | Downloaded bit-vec v0.6.3 |
1304 | 2023-10-17T22:52:36.896Z | Downloaded addr2line v0.21.0 |
1305 | 2023-10-17T22:52:36.903Z | Downloaded ident_case v1.0.1 |
1306 | 2023-10-17T22:52:36.908Z | Downloaded crc32fast v1.3.2 |
1307 | 2023-10-17T22:52:36.916Z | Downloaded convert_case v0.4.0 |
1308 | 2023-10-17T22:52:36.922Z | Downloaded constant_time_eq v0.2.6 |
1309 | 2023-10-17T22:52:36.929Z | Downloaded clap_derive v3.2.25 |
1310 | 2023-10-17T22:52:36.937Z | Downloaded heck v0.3.3 |
1311 | 2023-10-17T22:52:36.942Z | Downloaded bitfield v0.14.0 |
1312 | 2023-10-17T22:52:37.030Z | Downloaded base16ct v0.2.0 |
1313 | 2023-10-17T22:52:37.037Z | Downloaded async-trait v0.1.73 |
1314 | 2023-10-17T22:52:37.044Z | Downloaded approx v0.5.1 |
1315 | 2023-10-17T22:52:37.051Z | Downloaded num_enum v0.7.0 |
1316 | 2023-10-17T22:52:37.055Z | Downloaded allocator-api2 v0.2.16 |
1317 | 2023-10-17T22:52:37.058Z | Downloaded native-tls v0.2.11 |
1318 | 2023-10-17T22:52:37.062Z | Downloaded atomic-waker v1.1.1 |
1319 | 2023-10-17T22:52:37.065Z | Downloaded assert_matches v1.5.0 |
1320 | 2023-10-17T22:52:37.071Z | Downloaded num_enum_derive v0.5.11 |
1321 | 2023-10-17T22:52:37.075Z | Downloaded num-complex v0.4.4 |
1322 | 2023-10-17T22:52:37.079Z | Downloaded normalize-line-endings v0.3.0 |
1323 | 2023-10-17T22:52:37.086Z | Downloaded newline-converter v0.3.0 |
1324 | 2023-10-17T22:52:37.091Z | Downloaded nanorand v0.7.0 |
1325 | 2023-10-17T22:52:37.101Z | Downloaded mockall v0.11.4 |
1326 | 2023-10-17T22:52:37.109Z | Downloaded headers-core v0.2.0 |
1327 | 2023-10-17T22:52:37.119Z | Downloaded num_cpus v1.16.0 |
1328 | 2023-10-17T22:52:37.127Z | Downloaded num v0.4.1 |
1329 | 2023-10-17T22:52:37.135Z | Downloaded nibble_vec v0.1.0 |
1330 | 2023-10-17T22:52:37.141Z | Downloaded newtype_derive v0.1.6 |
1331 | 2023-10-17T22:52:37.148Z | Downloaded const_format_proc_macros v0.2.31 |
1332 | 2023-10-17T22:52:37.163Z | Downloaded nodrop v0.1.14 |
1333 | 2023-10-17T22:52:37.583Z | Downloaded cfg-if v0.1.10 |
1334 | 2023-10-17T22:52:37.995Z | Downloaded cast v0.3.0 |
1335 | 2023-10-17T22:52:38.000Z | Downloaded bzip2 v0.4.4 |
1336 | 2023-10-17T22:52:38.005Z | Downloaded buf-list v1.0.3 |
1337 | 2023-10-17T22:52:38.014Z | Downloaded cassowary v0.3.0 |
1338 | 2023-10-17T22:52:38.018Z | Downloaded anes v0.1.6 |
1339 | 2023-10-17T22:52:38.021Z | Downloaded aes v0.8.3 |
1340 | 2023-10-17T22:52:38.059Z | Downloaded new_debug_unreachable v1.0.4 |
1341 | 2023-10-17T22:52:38.064Z | Downloaded bitstruct v0.1.1 |
1342 | 2023-10-17T22:52:38.068Z | Downloaded aes-gcm-siv v0.11.1 |
1343 | 2023-10-17T22:52:38.072Z | Downloaded cipher v0.4.4 |
1344 | 2023-10-17T22:52:38.076Z | Downloaded async-stream-impl v0.3.5 |
1345 | 2023-10-17T22:52:38.080Z | Downloaded ansi_term v0.12.1 |
1346 | 2023-10-17T22:52:38.091Z | Downloaded crc v3.0.1 |
1347 | 2023-10-17T22:52:38.095Z | Downloaded clap v2.34.0 |
1348 | 2023-10-17T22:52:38.098Z | Downloaded ciborium-io v0.2.1 |
1349 | 2023-10-17T22:52:38.102Z | Downloaded cc v1.0.83 |
1350 | 2023-10-17T22:52:38.118Z | Downloaded ascii-canvas v3.0.0 |
1351 | 2023-10-17T22:52:38.121Z | Downloaded cexpr v0.6.0 |
1352 | 2023-10-17T22:52:38.125Z | Downloaded const-oid v0.9.5 |
1353 | 2023-10-17T22:52:38.129Z | Downloaded aead v0.5.2 |
1354 | 2023-10-17T22:52:38.132Z | Downloaded minimal-lexical v0.2.1 |
1355 | 2023-10-17T22:52:38.135Z | Downloaded mime v0.3.17 |
1356 | 2023-10-17T22:52:38.139Z | Downloaded memoffset v0.9.0 |
1357 | 2023-10-17T22:52:38.143Z | Downloaded md-5 v0.10.5 |
1358 | 2023-10-17T22:52:38.146Z | Downloaded maybe-uninit v2.0.0 |
1359 | 2023-10-17T22:52:38.155Z | Downloaded matches v0.1.10 |
1360 | 2023-10-17T22:52:38.567Z | Downloaded maplit v1.0.2 |
1361 | 2023-10-17T22:52:38.572Z | Downloaded managed v0.8.0 |
1362 | 2023-10-17T22:52:38.578Z | Downloaded lru-cache v0.1.2 |
1363 | 2023-10-17T22:52:38.584Z | Downloaded ciborium-ll v0.2.1 |
1364 | 2023-10-17T22:52:38.587Z | Compiling proc-macro2 v1.0.67 |
1365 | 2023-10-17T22:52:38.592Z | Compiling serde v1.0.188 |
1366 | 2023-10-17T22:52:38.596Z | Compiling autocfg v1.1.0 |
1367 | 2023-10-17T22:52:38.602Z | Compiling version_check v0.9.4 |
1368 | 2023-10-17T22:52:38.607Z | Compiling syn v1.0.109 |
1369 | 2023-10-17T22:52:38.613Z | Compiling parking_lot_core v0.9.8 |
1370 | 2023-10-17T22:52:38.618Z | Compiling libm v0.2.7 |
1371 | 2023-10-17T22:52:38.626Z | Compiling libc v0.2.149 |
1372 | 2023-10-17T22:52:38.631Z | Compiling cfg-if v1.0.0 |
1373 | 2023-10-17T22:52:38.635Z | Compiling futures-core v0.3.28 |
1374 | 2023-10-17T22:52:38.641Z | Compiling once_cell v1.18.0 |
1375 | 2023-10-17T22:52:38.646Z | Compiling typenum v1.16.0 |
1376 | 2023-10-17T22:52:38.653Z | Compiling futures-channel v0.3.28 |
1377 | 2023-10-17T22:52:38.658Z | Compiling ahash v0.8.3 |
1378 | 2023-10-17T22:52:38.664Z | Compiling lock_api v0.4.10 |
1379 | 2023-10-17T22:52:38.670Z | Compiling num-traits v0.2.16 |
1380 | 2023-10-17T22:52:38.675Z | Compiling quote v1.0.33 |
1381 | 2023-10-17T22:52:38.681Z | Compiling generic-array v0.14.7 |
1382 | 2023-10-17T22:52:38.687Z | Compiling slab v0.4.9 |
1383 | 2023-10-17T22:52:38.696Z | Compiling syn v2.0.32 |
1384 | 2023-10-17T22:52:38.699Z | Compiling jobserver v0.1.26 |
1385 | 2023-10-17T22:52:38.714Z | Compiling futures-task v0.3.28 |
1386 | 2023-10-17T22:52:38.718Z | Compiling cc v1.0.83 |
1387 | 2023-10-17T22:52:38.721Z | Compiling futures-util v0.3.28 |
1388 | 2023-10-17T22:52:38.725Z | Compiling pkg-config v0.3.27 |
1389 | 2023-10-17T22:52:38.728Z | Compiling memchr v2.6.3 |
1390 | 2023-10-17T22:52:38.733Z | Compiling vcpkg v0.2.15 |
1391 | 2023-10-17T22:52:38.737Z | Compiling itoa v1.0.9 |
1392 | 2023-10-17T22:52:38.741Z | Compiling log v0.4.20 |
1393 | 2023-10-17T22:52:38.745Z | Compiling schemars v0.8.13 |
1394 | 2023-10-17T22:52:38.749Z | Compiling serde_json v1.0.107 |
1395 | 2023-10-17T22:52:38.753Z | Compiling indexmap v1.9.3 |
1396 | 2023-10-17T22:52:38.756Z | Compiling ryu v1.0.15 |
1397 | 2023-10-17T22:52:38.760Z | Compiling httparse v1.8.0 |
1398 | 2023-10-17T22:52:38.764Z | Compiling allocator-api2 v0.2.16 |
1399 | 2023-10-17T22:52:38.767Z | Compiling equivalent v1.0.1 |
1400 | 2023-10-17T22:52:38.771Z | Compiling rustix v0.38.9 |
1401 | 2023-10-17T22:52:38.775Z | Compiling getrandom v0.2.10 |
1402 | 2023-10-17T22:52:38.779Z | Compiling fnv v1.0.7 |
1403 | 2023-10-17T22:52:38.783Z | Compiling rustls v0.21.7 |
1404 | 2023-10-17T22:52:38.787Z | Compiling openssl v0.10.57 |
1405 | 2023-10-17T22:52:38.805Z | Compiling aho-corasick v1.0.4 |
1406 | 2023-10-17T22:52:38.964Z | Compiling hashbrown v0.14.0 |
1407 | 2023-10-17T22:52:39.115Z | Compiling regex-syntax v0.7.5 |
1408 | 2023-10-17T22:52:39.206Z | Compiling unicode-xid v0.2.4 |
1409 | 2023-10-17T22:52:39.448Z | Compiling ucd-trie v0.1.6 |
1410 | 2023-10-17T22:52:40.280Z | Compiling native-tls v0.2.11 |
1411 | 2023-10-17T22:52:40.408Z | Compiling ring v0.16.20 |
1412 | 2023-10-17T22:52:40.712Z | Compiling openssl-sys v0.9.93 |
1413 | 2023-10-17T22:52:41.587Z | Compiling backtrace v0.3.69 |
1414 | 2023-10-17T22:52:42.146Z | Compiling async-trait v0.1.73 |
1415 | 2023-10-17T22:52:42.685Z | Compiling crossbeam-utils v0.8.16 |
1416 | 2023-10-17T22:52:43.260Z | Compiling anyhow v1.0.75 |
1417 | 2023-10-17T22:52:43.864Z | Compiling slog v2.7.0 |
1418 | 2023-10-17T22:52:44.296Z | Compiling time-core v0.1.1 |
1419 | 2023-10-17T22:52:44.542Z | Compiling time-macros v0.2.13 |
1420 | 2023-10-17T22:52:44.609Z | Compiling iana-time-zone v0.1.57 |
1421 | 2023-10-17T22:52:44.695Z | Compiling byteorder v1.4.3 |
1422 | 2023-10-17T22:52:44.868Z | Compiling regex-automata v0.3.8 |
1423 | 2023-10-17T22:52:45.148Z | Compiling dyn-clone v1.0.13 |
1424 | 2023-10-17T22:52:45.429Z | Compiling hashbrown v0.13.2 |
1425 | 2023-10-17T22:52:45.511Z | Compiling usdt-impl v0.3.5 |
1426 | 2023-10-17T22:52:46.182Z | Compiling unicode-width v0.1.10 |
1427 | 2023-10-17T22:52:46.417Z | Compiling thread-id v4.2.0 |
1428 | 2023-10-17T22:52:46.570Z | Compiling serde_derive_internals v0.26.0 |
1429 | 2023-10-17T22:52:47.260Z | Compiling synstructure v0.12.6 |
1430 | 2023-10-17T22:52:48.201Z | Compiling strsim v0.10.0 |
1431 | 2023-10-17T22:52:49.304Z | Compiling scopeguard v1.2.0 |
1432 | 2023-10-17T22:52:49.487Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2023-10-17T22:52:49.506Z | Compiling winnow v0.5.15 |
1434 | 2023-10-17T22:52:49.609Z | Compiling tinyvec v1.6.0 |
1435 | 2023-10-17T22:52:50.237Z | Compiling unicode-bidi v0.3.13 |
1436 | 2023-10-17T22:52:50.653Z | Compiling smallvec v1.11.0 |
1437 | 2023-10-17T22:52:51.850Z | Compiling percent-encoding v2.3.0 |
1438 | 2023-10-17T22:52:52.256Z | Compiling unicode-normalization v0.1.22 |
1439 | 2023-10-17T22:52:52.316Z | Compiling parking_lot v0.12.1 |
1440 | 2023-10-17T22:52:52.364Z | Compiling form_urlencoded v1.2.0 |
1441 | 2023-10-17T22:52:52.415Z | Compiling num-integer v0.1.45 |
1442 | 2023-10-17T22:52:52.790Z | Compiling bitflags v1.3.2 |
1443 | 2023-10-17T22:52:52.849Z | Compiling crc32fast v1.3.2 |
1444 | 2023-10-17T22:52:52.938Z | Compiling adler v1.0.2 |
1445 | 2023-10-17T22:52:53.250Z | Compiling regex v1.9.5 |
1446 | 2023-10-17T22:52:53.592Z | Compiling miniz_oxide v0.7.1 |
1447 | 2023-10-17T22:52:54.093Z | Compiling spin v0.5.2 |
1448 | 2023-10-17T22:52:54.125Z | Compiling idna v0.4.0 |
1449 | 2023-10-17T22:52:54.178Z | Compiling gimli v0.28.0 |
1450 | 2023-10-17T22:52:54.993Z | Compiling object v0.32.1 |
1451 | 2023-10-17T22:52:55.799Z | Compiling url v2.4.1 |
1452 | 2023-10-17T22:52:55.986Z | Compiling rustc-demangle v0.1.23 |
1453 | 2023-10-17T22:52:56.593Z | Compiling pin-project-lite v0.2.13 |
1454 | 2023-10-17T22:52:56.765Z | Compiling errno v0.3.2 |
1455 | 2023-10-17T22:52:56.991Z | Compiling serde_derive v1.0.188 |
1456 | 2023-10-17T22:52:57.039Z | Compiling zeroize_derive v1.4.2 |
1457 | 2023-10-17T22:52:57.320Z | Compiling thiserror-impl v1.0.49 |
1458 | 2023-10-17T22:52:57.466Z | Compiling tokio-macros v2.1.0 |
1459 | 2023-10-17T22:52:58.706Z | Compiling futures-macro v0.3.28 |
1460 | 2023-10-17T22:52:59.434Z | Compiling tracing-attributes v0.1.26 |
1461 | 2023-10-17T22:52:59.961Z | Compiling schemars_derive v0.8.13 |
1462 | 2023-10-17T22:53:01.123Z | Compiling openssl-macros v0.1.1 |
1463 | 2023-10-17T22:53:01.948Z | Compiling thiserror v1.0.49 |
1464 | 2023-10-17T22:53:02.130Z | Compiling pest v2.7.2 |
1465 | 2023-10-17T22:53:02.164Z | Compiling zerocopy-derive v0.2.0 |
1466 | 2023-10-17T22:53:02.610Z | Compiling addr2line v0.21.0 |
1467 | 2023-10-17T22:53:04.251Z | Compiling zerocopy-derive v0.6.3 |
1468 | 2023-10-17T22:53:04.931Z | Compiling memoffset v0.9.0 |
1469 | 2023-10-17T22:53:04.951Z | Compiling zerocopy v0.3.0 |
1470 | 2023-10-17T22:53:05.587Z | Compiling mio v0.8.8 |
1471 | 2023-10-17T22:53:05.986Z | Compiling signal-hook-registry v1.4.1 |
1472 | 2023-10-17T22:53:06.272Z | Compiling pest_meta v2.7.2 |
1473 | 2023-10-17T22:53:06.402Z | Compiling dof v0.1.5 |
1474 | 2023-10-17T22:53:07.019Z | Compiling num_cpus v1.16.0 |
1475 | 2023-10-17T22:53:07.038Z | Compiling socket2 v0.5.3 |
1476 | 2023-10-17T22:53:07.183Z | Compiling deranged v0.3.8 |
1477 | 2023-10-17T22:53:07.453Z | Compiling futures-sink v0.3.28 |
1478 | 2023-10-17T22:53:07.680Z | Compiling radium v0.7.0 |
1479 | 2023-10-17T22:53:07.736Z | Compiling num_threads v0.1.6 |
1480 | 2023-10-17T22:53:08.430Z | Compiling pest_generator v2.7.2 |
1481 | 2023-10-17T22:53:08.591Z | Compiling crossbeam-epoch v0.9.15 |
1482 | 2023-10-17T22:53:08.696Z | Compiling pin-utils v0.1.0 |
1483 | 2023-10-17T22:53:08.822Z | Compiling futures-io v0.3.28 |
1484 | 2023-10-17T22:53:08.851Z | Compiling clap_derive v4.4.2 |
1485 | 2023-10-17T22:53:09.485Z | Compiling num-iter v0.1.43 |
1486 | 2023-10-17T22:53:09.884Z | Compiling tracing-core v0.1.31 |
1487 | 2023-10-17T22:53:10.487Z | Compiling time v0.3.27 |
1488 | 2023-10-17T22:53:11.627Z | Compiling either v1.9.0 |
1489 | 2023-10-17T22:53:12.110Z | Compiling tracing v0.1.37 |
1490 | 2023-10-17T22:53:12.354Z | Compiling lazy_static v1.4.0 |
1491 | 2023-10-17T22:53:12.519Z | Compiling rand_core v0.6.4 |
1492 | 2023-10-17T22:53:12.897Z | Compiling zeroize v1.6.0 |
1493 | 2023-10-17T22:53:13.178Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1494 | 2023-10-17T22:53:13.696Z | Compiling pest_derive v2.7.2 |
1495 | 2023-10-17T22:53:13.815Z | Compiling base64 v0.21.4 |
1496 | 2023-10-17T22:53:14.809Z | Compiling dtrace-parser v0.1.14 |
1497 | 2023-10-17T22:53:15.036Z | Compiling untrusted v0.7.1 |
1498 | 2023-10-17T22:53:16.960Z | Compiling enum-as-inner v0.5.1 |
1499 | 2023-10-17T22:53:17.831Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2023-10-17T22:53:17.986Z | Compiling hashbrown v0.12.3 |
1501 | 2023-10-17T22:53:18.347Z | Compiling openssl-probe v0.1.5 |
1502 | 2023-10-17T22:53:18.467Z | Compiling foreign-types v0.3.2 |
1503 | 2023-10-17T22:53:18.812Z | Compiling siphasher v0.3.11 |
1504 | 2023-10-17T22:53:19.069Z | Compiling try-lock v0.2.4 |
1505 | 2023-10-17T22:53:19.286Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1506 | 2023-10-17T22:53:19.491Z | Compiling want v0.3.1 |
1507 | 2023-10-17T22:53:19.526Z | Compiling sct v0.7.0 |
1508 | 2023-10-17T22:53:19.569Z | Compiling rustls-webpki v0.101.4 |
1509 | 2023-10-17T22:53:19.952Z | Compiling socket2 v0.4.9 |
1510 | 2023-10-17T22:53:20.846Z | Compiling indexmap v2.0.0 |
1511 | 2023-10-17T22:53:20.938Z | Compiling bytes v1.5.0 |
1512 | 2023-10-17T22:53:21.029Z | Compiling uuid v1.4.1 |
1513 | 2023-10-17T22:53:21.051Z | Compiling chrono v0.4.31 |
1514 | 2023-10-17T22:53:21.174Z | Compiling semver v1.0.18 |
1515 | 2023-10-17T22:53:21.299Z | Compiling serde_tokenstream v0.1.7 |
1516 | 2023-10-17T22:53:22.065Z | Compiling rustc_version v0.4.0 |
1517 | 2023-10-17T22:53:22.069Z | Compiling toml_datetime v0.6.3 |
1518 | 2023-10-17T22:53:22.314Z | Compiling serde_spanned v0.6.3 |
1519 | 2023-10-17T22:53:22.495Z | Compiling http v0.2.9 |
1520 | 2023-10-17T22:53:22.666Z | Compiling bitflags v2.4.0 |
1521 | 2023-10-17T22:53:22.725Z | Compiling toml_edit v0.19.15 |
1522 | 2023-10-17T22:53:22.856Z | Compiling tokio v1.32.0 |
1523 | 2023-10-17T22:53:22.916Z | Compiling tower-service v0.3.2 |
1524 | 2023-10-17T22:53:23.059Z | Compiling heapless v0.7.16 |
1525 | 2023-10-17T22:53:23.080Z | Compiling httpdate v1.0.3 |
1526 | 2023-10-17T22:53:23.735Z | Compiling openapiv3 v1.0.3 |
1527 | 2023-10-17T22:53:26.160Z | Compiling usdt-macro v0.3.5 |
1528 | 2023-10-17T22:53:26.469Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-10-17T22:53:27.355Z | Compiling http-body v0.4.5 |
1530 | 2023-10-17T22:53:28.261Z | Compiling rustls-pemfile v1.0.3 |
1531 | 2023-10-17T22:53:28.530Z | Compiling crypto-common v0.1.6 |
1532 | 2023-10-17T22:53:28.786Z | Compiling rustls-native-certs v0.6.3 |
1533 | 2023-10-17T22:53:28.828Z | Compiling diesel_table_macro_syntax v0.1.0 |
1534 | 2023-10-17T22:53:29.403Z | Compiling num-bigint v0.4.4 |
1535 | 2023-10-17T22:53:29.472Z | Compiling ipnet v2.8.0 |
1536 | 2023-10-17T22:53:30.028Z | Compiling smoltcp v0.9.1 |
1537 | 2023-10-17T22:53:30.382Z | Compiling bit-vec v0.6.3 |
1538 | 2023-10-17T22:53:31.448Z | Compiling diesel_derives v2.1.1 |
1539 | 2023-10-17T22:53:31.458Z | Compiling serde_urlencoded v0.7.1 |
1540 | 2023-10-17T22:53:31.945Z | Compiling serde_tokenstream v0.2.0 |
1541 | 2023-10-17T22:53:32.357Z | Compiling phf_shared v0.10.0 |
1542 | 2023-10-17T22:53:32.362Z | Compiling block-buffer v0.10.4 |
1543 | 2023-10-17T22:53:32.367Z | Compiling hubpack_derive v0.1.1 |
1544 | 2023-10-17T22:53:32.374Z | Compiling encoding_rs v0.8.33 |
1545 | 2023-10-17T22:53:32.415Z | Compiling fixedbitset v0.4.2 |
1546 | 2023-10-17T22:53:33.476Z | Compiling mime v0.3.17 |
1547 | 2023-10-17T22:53:33.479Z | Compiling new_debug_unreachable v1.0.4 |
1548 | 2023-10-17T22:53:33.602Z | Compiling subtle v2.5.0 |
1549 | 2023-10-17T22:53:33.940Z | Compiling const-oid v0.9.5 |
1550 | 2023-10-17T22:53:34.047Z | Compiling webpki-roots v0.25.2 |
1551 | 2023-10-17T22:53:34.326Z | Compiling precomputed-hash v0.1.1 |
1552 | 2023-10-17T22:53:34.531Z | Compiling ppv-lite86 v0.2.17 |
1553 | 2023-10-17T22:53:34.644Z | Compiling string_cache v0.8.7 |
1554 | 2023-10-17T22:53:35.339Z | Compiling petgraph v0.6.4 |
1555 | 2023-10-17T22:53:35.824Z | Compiling rand_chacha v0.3.1 |
1556 | 2023-10-17T22:53:37.026Z | Compiling tokio-util v0.7.8 |
1557 | 2023-10-17T22:53:37.437Z | Compiling tokio-rustls v0.24.1 |
1558 | 2023-10-17T22:53:38.068Z | Compiling digest v0.10.7 |
1559 | 2023-10-17T22:53:38.725Z | Compiling h2 v0.3.21 |
1560 | 2023-10-17T22:53:39.803Z | Compiling bit-set v0.5.3 |
1561 | 2023-10-17T22:53:40.203Z | Compiling tokio-native-tls v0.3.1 |
1562 | 2023-10-17T22:53:40.244Z | Compiling itertools v0.10.5 |
1563 | 2023-10-17T22:53:41.115Z | Compiling unicode-segmentation v1.10.1 |
1564 | 2023-10-17T22:53:42.675Z | Compiling lalrpop-util v0.19.12 |
1565 | 2023-10-17T22:53:42.684Z | Compiling flate2 v1.0.27 |
1566 | 2023-10-17T22:53:42.715Z | Compiling rand v0.8.5 |
1567 | 2023-10-17T22:53:42.745Z | Compiling toml v0.7.8 |
1568 | 2023-10-17T22:53:42.771Z | Compiling serde_repr v0.1.16 |
1569 | 2023-10-17T22:53:43.754Z | Compiling io-lifetimes v1.0.11 |
1570 | 2023-10-17T22:53:44.057Z | Compiling regress v0.7.1 |
1571 | 2023-10-17T22:53:44.288Z | Compiling cpufeatures v0.2.9 |
1572 | 2023-10-17T22:53:44.428Z | Compiling anstyle v1.0.2 |
1573 | 2023-10-17T22:53:44.494Z | Compiling utf8parse v0.2.1 |
1574 | 2023-10-17T22:53:44.734Z | Compiling anstyle-parse v0.2.1 |
1575 | 2023-10-17T22:53:44.909Z | Compiling sha2 v0.10.7 |
1576 | 2023-10-17T22:53:45.078Z | Compiling rustix v0.37.23 |
1577 | 2023-10-17T22:53:45.171Z | Compiling hmac v0.12.1 |
1578 | 2023-10-17T22:53:45.260Z | Compiling md-5 v0.10.5 |
1579 | 2023-10-17T22:53:45.494Z | Compiling stringprep v0.1.3 |
1580 | 2023-10-17T22:53:46.063Z | Compiling spin v0.9.8 |
1581 | 2023-10-17T22:53:46.205Z | Compiling hash32 v0.2.1 |
1582 | 2023-10-17T22:53:46.674Z | Compiling stable_deref_trait v1.2.0 |
1583 | 2023-10-17T22:53:46.782Z | Compiling colorchoice v1.0.0 |
1584 | 2023-10-17T22:53:46.822Z | Compiling fallible-iterator v0.2.0 |
1585 | 2023-10-17T22:53:46.894Z | Compiling anstyle-query v1.0.0 |
1586 | 2023-10-17T22:53:47.014Z | Compiling phf_shared v0.11.2 |
1587 | 2023-10-17T22:53:47.071Z | Compiling anstream v0.5.0 |
1588 | 2023-10-17T22:53:47.408Z | Compiling terminal_size v0.2.6 |
1589 | 2023-10-17T22:53:47.577Z | Compiling block-padding v0.3.3 |
1590 | 2023-10-17T22:53:47.687Z | Compiling scheduled-thread-pool v0.2.7 |
1591 | 2023-10-17T22:53:47.928Z | Compiling matches v0.1.10 |
1592 | 2023-10-17T22:53:48.019Z | Compiling postgres-protocol v0.6.6 |
1593 | 2023-10-17T22:53:48.057Z | Compiling regex-automata v0.1.10 |
1594 | 2023-10-17T22:53:48.060Z | Compiling clap_lex v0.5.1 |
1595 | 2023-10-17T22:53:48.468Z | Compiling tap v1.0.1 |
1596 | 2023-10-17T22:53:48.728Z | Compiling managed v0.8.0 |
1597 | 2023-10-17T22:53:48.804Z | Compiling bstr v0.2.17 |
1598 | 2023-10-17T22:53:48.862Z | Compiling wyz v0.5.1 |
1599 | 2023-10-17T22:53:48.932Z | Compiling clap_builder v4.4.2 |
1600 | 2023-10-17T22:53:49.594Z | Compiling postgres-types v0.2.6 |
1601 | 2023-10-17T22:53:50.109Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1602 | 2023-10-17T22:53:51.081Z | Compiling hyper v0.14.27 |
1603 | 2023-10-17T22:53:51.973Z | Compiling idna v0.2.3 |
1604 | 2023-10-17T22:53:52.627Z | Compiling r2d2 v0.8.10 |
1605 | 2023-10-17T22:53:53.024Z | Compiling inout v0.1.3 |
1606 | 2023-10-17T22:53:53.216Z | Compiling phf v0.11.2 |
1607 | 2023-10-17T22:53:53.667Z | Compiling hubpack v0.1.2 |
1608 | 2023-10-17T22:53:54.388Z | Compiling ipnetwork v0.20.0 |
1609 | 2023-10-17T22:53:55.046Z | Compiling futures-executor v0.3.28 |
1610 | 2023-10-17T22:53:55.428Z | Compiling itertools v0.11.0 |
1611 | 2023-10-17T22:53:55.842Z | Compiling zerocopy v0.6.3 |
1612 | 2023-10-17T22:53:56.417Z | Compiling float-cmp v0.9.0 |
1613 | 2023-10-17T22:53:56.765Z | Compiling predicates-core v1.0.6 |
1614 | 2023-10-17T22:53:57.241Z | Compiling whoami v1.4.1 |
1615 | 2023-10-17T22:53:57.263Z | Compiling smawk v0.3.1 |
1616 | 2023-10-17T22:53:57.565Z | Compiling difflib v0.4.0 |
1617 | 2023-10-17T22:53:58.092Z | Compiling unicode-linebreak v0.1.5 |
1618 | 2023-10-17T22:53:58.095Z | Compiling normalize-line-endings v0.3.0 |
1619 | 2023-10-17T22:53:58.285Z | Compiling data-encoding v2.4.0 |
1620 | 2023-10-17T22:53:58.948Z | Compiling funty v2.0.0 |
1621 | 2023-10-17T22:53:59.336Z | Compiling static_assertions v1.1.0 |
1622 | 2023-10-17T22:53:59.478Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1623 | 2023-10-17T22:53:59.752Z | Compiling trust-dns-proto v0.22.0 |
1624 | 2023-10-17T22:54:00.360Z | Compiling predicates v3.0.4 |
1625 | 2023-10-17T22:54:01.734Z | Compiling bitvec v1.0.1 |
1626 | 2023-10-17T22:54:02.119Z | Compiling textwrap v0.16.0 |
1627 | 2023-10-17T22:54:02.902Z | Compiling hyper-tls v0.5.0 |
1628 | 2023-10-17T22:54:03.334Z | Compiling hyper-rustls v0.24.1 |
1629 | 2023-10-17T22:54:03.435Z | Compiling yasna v0.5.2 |
1630 | 2023-10-17T22:54:03.987Z | Compiling reqwest v0.11.20 |
1631 | 2023-10-17T22:54:04.509Z | Compiling tokio-postgres v0.7.10 |
1632 | 2023-10-17T22:54:07.201Z | Compiling diesel v2.1.1 |
1633 | 2023-10-17T22:54:07.560Z | Compiling futures v0.3.28 |
1634 | 2023-10-17T22:54:07.720Z | Compiling clap v4.4.3 |
1635 | 2023-10-17T22:54:07.887Z | Compiling cipher v0.4.4 |
1636 | 2023-10-17T22:54:08.601Z | Compiling similar v2.2.1 |
1637 | 2023-10-17T22:54:08.910Z | Compiling signature v2.1.0 |
1638 | 2023-10-17T22:54:09.259Z | Compiling tokio-stream v0.1.14 |
1639 | 2023-10-17T22:54:09.389Z | Compiling usdt v0.3.5 |
1640 | 2023-10-17T22:54:09.783Z | Compiling hex v0.4.3 |
1641 | 2023-10-17T22:54:10.824Z | Compiling console v0.15.7 |
1642 | 2023-10-17T22:54:10.827Z | Compiling bstr v1.6.0 |
1643 | 2023-10-17T22:54:12.932Z | Compiling getopts v0.2.21 |
1644 | 2023-10-17T22:54:13.015Z | Compiling unsafe-libyaml v0.2.9 |
1645 | 2023-10-17T22:54:13.105Z | Compiling rustversion v1.0.14 |
1646 | 2023-10-17T22:54:14.126Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1647 | 2023-10-17T22:54:14.994Z | Compiling ident_case v1.0.1 |
1648 | 2023-10-17T22:54:15.251Z | Compiling slog-async v2.8.0 |
1649 | 2023-10-17T22:54:15.902Z | Compiling serde_yaml v0.9.25 |
1650 | 2023-10-17T22:54:16.391Z | Compiling strum_macros v0.25.2 |
1651 | 2023-10-17T22:54:16.822Z | Compiling paste v1.0.14 |
1652 | 2023-10-17T22:54:17.122Z | Compiling darling_core v0.20.3 |
1653 | 2023-10-17T22:54:19.213Z | Compiling multer v2.1.0 |
1654 | 2023-10-17T22:54:20.147Z | Compiling async-stream-impl v0.3.5 |
1655 | 2023-10-17T22:54:21.439Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1656 | 2023-10-17T22:54:21.609Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1657 | 2023-10-17T22:54:22.122Z | Compiling regex-syntax v0.6.29 |
1658 | 2023-10-17T22:54:22.339Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1659 | 2023-10-17T22:54:22.841Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1660 | 2023-10-17T22:54:24.109Z | Compiling structmeta-derive v0.1.6 |
1661 | 2023-10-17T22:54:26.367Z | Compiling darling_macro v0.20.3 |
1662 | 2023-10-17T22:54:27.798Z | Compiling darling v0.20.3 |
1663 | 2023-10-17T22:54:27.939Z | Compiling serde_with_macros v2.3.3 |
1664 | 2023-10-17T22:54:28.427Z | Compiling structmeta v0.1.6 |
1665 | 2023-10-17T22:54:31.954Z | Compiling parse-display-derive v0.7.0 |
1666 | 2023-10-17T22:54:32.340Z | Compiling test-strategy v0.2.1 |
1667 | 2023-10-17T22:54:32.748Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1668 | 2023-10-17T22:54:41.611Z | Checking unicode-ident v1.0.12 |
1669 | 2023-10-17T22:55:11.993Z | Checking heck v0.4.1 |
1670 | 2023-10-17T22:55:20.606Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1671 | 2023-10-17T22:55:21.048Z | Checking crossbeam-channel v0.5.8 |
1672 | 2023-10-17T22:55:21.080Z | Checking atty v0.2.14 |
1673 | 2023-10-17T22:55:21.589Z | Checking match_cfg v0.1.0 |
1674 | 2023-10-17T22:55:21.718Z | Checking hostname v0.3.1 |
1675 | 2023-10-17T22:55:21.897Z | Checking sha1 v0.10.5 |
1676 | 2023-10-17T22:55:22.239Z | Checking dirs-sys-next v0.1.2 |
1677 | 2023-10-17T22:55:22.320Z | Checking fastrand v2.0.0 |
1678 | 2023-10-17T22:55:22.486Z | Checking thread_local v1.1.7 |
1679 | 2023-10-17T22:55:22.505Z | Checking dirs-next v2.0.0 |
1680 | 2023-10-17T22:55:22.826Z | Checking tempfile v3.8.0 |
1681 | 2023-10-17T22:55:23.095Z | Checking term v0.7.0 |
1682 | 2023-10-17T22:55:23.642Z | Checking strum v0.25.0 |
1683 | 2023-10-17T22:55:23.798Z | Checking instant v0.1.12 |
1684 | 2023-10-17T22:55:23.851Z | Checking take_mut v0.2.2 |
1685 | 2023-10-17T22:55:23.950Z | Checking slog-term v2.9.0 |
1686 | 2023-10-17T22:55:24.501Z | Checking slog-json v2.6.1 |
1687 | 2023-10-17T22:55:24.523Z | Checking serde_with v2.3.3 |
1688 | 2023-10-17T22:55:24.777Z | Checking camino v1.1.6 |
1689 | 2023-10-17T22:55:24.898Z | Checking slog-bunyan v2.4.0 |
1690 | 2023-10-17T22:55:25.309Z | Checking debug-ignore v1.0.5 |
1691 | 2023-10-17T22:55:25.490Z | Checking atomic-waker v1.1.1 |
1692 | 2023-10-17T22:55:25.671Z | Checking waitgroup v0.1.2 |
1693 | 2023-10-17T22:55:25.674Z | Checking async-stream v0.3.5 |
1694 | 2023-10-17T22:55:25.863Z | Checking serde_path_to_error v0.1.14 |
1695 | 2023-10-17T22:55:26.118Z | Checking backoff v0.4.0 |
1696 | 2023-10-17T22:55:26.196Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1697 | 2023-10-17T22:55:26.491Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1698 | 2023-10-17T22:55:26.537Z | Checking parse-display v0.7.0 |
1699 | 2023-10-17T22:55:26.691Z | Checking macaddr v1.0.1 |
1700 | 2023-10-17T22:55:27.071Z | Checking quick-error v1.2.3 |
1701 | 2023-10-17T22:55:27.765Z | Checking wait-timeout v0.2.0 |
1702 | 2023-10-17T22:55:28.422Z | Checking rusty-fork v0.3.0 |
1703 | 2023-10-17T22:55:28.553Z | Checking rand_xorshift v0.3.0 |
1704 | 2023-10-17T22:55:28.796Z | Checking unarray v0.1.4 |
1705 | 2023-10-17T22:55:29.024Z | Checking proptest v1.3.1 |
1706 | 2023-10-17T22:55:36.916Z | Compiling proc-macro-crate v1.3.1 |
1707 | 2023-10-17T22:55:40.782Z | Compiling proc-macro-error-attr v1.0.4 |
1708 | 2023-10-17T22:55:41.288Z | Compiling proc-macro-error v1.0.4 |
1709 | 2023-10-17T22:55:55.276Z | Checking base64ct v1.6.0 |
1710 | 2023-10-17T22:55:57.561Z | Compiling num_enum_derive v0.5.11 |
1711 | 2023-10-17T22:56:00.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1712 | 2023-10-17T22:56:02.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1713 | 2023-10-17T22:56:03.741Z | Compiling foreign-types-macros v0.2.3 |
1714 | 2023-10-17T22:56:05.743Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1715 | 2023-10-17T22:56:06.015Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1716 | 2023-10-17T22:56:06.725Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2023-10-17T22:56:06.956Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1718 | 2023-10-17T22:56:07.966Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1719 | 2023-10-17T22:56:11.407Z | Compiling zone_cfg_derive v0.2.0 |
1720 | 2023-10-17T22:56:11.718Z | Compiling mockall_derive v0.11.4 |
1721 | 2023-10-17T22:56:15.854Z | Checking is-terminal v0.4.9 |
1722 | 2023-10-17T22:56:23.754Z | Compiling slog-dtrace v0.2.3 |
1723 | 2023-10-17T22:56:24.326Z | Compiling cancel-safe-futures v0.1.2 |
1724 | 2023-10-17T22:56:24.532Z | Checking base64 v0.13.1 |
1725 | 2023-10-17T22:56:24.833Z | Checking password-hash v0.5.0 |
1726 | 2023-10-17T22:56:24.856Z | Checking blake2 v0.10.6 |
1727 | 2023-10-17T22:56:25.202Z | Compiling crucible-workspace-hack v0.1.0 |
1728 | 2023-10-17T22:56:25.588Z | Checking argon2 v0.5.2 |
1729 | 2023-10-17T22:56:26.097Z | Checking filetime v0.2.22 |
1730 | 2023-10-17T22:56:26.320Z | Checking xattr v1.0.1 |
1731 | 2023-10-17T22:56:26.806Z | Compiling der_derive v0.7.2 |
1732 | 2023-10-17T22:56:26.812Z | Checking tar v0.4.40 |
1733 | 2023-10-17T22:56:26.815Z | Checking termtree v0.4.1 |
1734 | 2023-10-17T22:56:27.113Z | Checking predicates-tree v1.0.9 |
1735 | 2023-10-17T22:56:27.319Z | Checking pem v1.1.1 |
1736 | 2023-10-17T22:56:27.345Z | Compiling memoffset v0.7.1 |
1737 | 2023-10-17T22:56:27.648Z | Checking num_enum v0.5.11 |
1738 | 2023-10-17T22:56:27.781Z | Checking camino-tempfile v1.0.2 |
1739 | 2023-10-17T22:56:27.807Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1740 | 2023-10-17T22:56:28.218Z | Checking postcard-cobs v0.1.5-pre |
1741 | 2023-10-17T22:56:28.221Z | Checking smoltcp v0.8.2 |
1742 | 2023-10-17T22:56:28.224Z | Checking postcard v0.7.3 |
1743 | 2023-10-17T22:56:28.227Z | Checking cfg-if v0.1.10 |
1744 | 2023-10-17T22:56:28.311Z | Checking foreign-types-shared v0.3.1 |
1745 | 2023-10-17T22:56:28.334Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1746 | 2023-10-17T22:56:28.472Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1747 | 2023-10-17T22:56:28.689Z | Checking foreign-types v0.5.0 |
1748 | 2023-10-17T22:56:28.842Z | Checking cstr-argument v0.1.2 |
1749 | 2023-10-17T22:56:28.918Z | Compiling maybe-uninit v2.0.0 |
1750 | 2023-10-17T22:56:29.010Z | Checking pretty-hex v0.2.1 |
1751 | 2023-10-17T22:56:29.129Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1752 | 2023-10-17T22:56:29.226Z | Checking colored v2.0.4 |
1753 | 2023-10-17T22:56:29.253Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1754 | 2023-10-17T22:56:29.659Z | Checking headers-core v0.2.0 |
1755 | 2023-10-17T22:56:29.679Z | Compiling heck v0.3.3 |
1756 | 2023-10-17T22:56:29.697Z | Compiling libefi-sys v0.1.0 |
1757 | 2023-10-17T22:56:29.859Z | Checking headers v0.3.9 |
1758 | 2023-10-17T22:56:30.119Z | Checking predicates v2.1.5 |
1759 | 2023-10-17T22:56:30.236Z | Compiling structopt-derive v0.4.18 |
1760 | 2023-10-17T22:56:30.336Z | Checking downcast v0.11.0 |
1761 | 2023-10-17T22:56:30.594Z | Checking fragile v2.0.0 |
1762 | 2023-10-17T22:56:31.006Z | Compiling num-bigint-dig v0.8.4 |
1763 | 2023-10-17T22:56:31.232Z | Compiling packed_struct v0.10.1 |
1764 | 2023-10-17T22:56:31.450Z | Checking mockall v0.11.4 |
1765 | 2023-10-17T22:56:31.675Z | Checking zone v0.2.0 |
1766 | 2023-10-17T22:56:31.818Z | Checking smf v0.2.2 |
1767 | 2023-10-17T22:56:31.841Z | Compiling packed_struct_codegen v0.10.1 |
1768 | 2023-10-17T22:56:32.491Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1769 | 2023-10-17T22:56:32.534Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1770 | 2023-10-17T22:56:32.818Z | Compiling signal-hook v0.3.17 |
1771 | 2023-10-17T22:56:32.836Z | Checking rcgen v0.10.0 |
1772 | 2023-10-17T22:56:33.196Z | Checking atomicwrites v0.4.2 |
1773 | 2023-10-17T22:56:33.244Z | Checking subprocess v0.2.9 |
1774 | 2023-10-17T22:56:33.399Z | Compiling num-rational v0.4.1 |
1775 | 2023-10-17T22:56:33.474Z | Checking termcolor v1.2.0 |
1776 | 2023-10-17T22:56:33.734Z | Checking linked-hash-map v0.5.6 |
1777 | 2023-10-17T22:56:34.135Z | Compiling doc-comment v0.3.3 |
1778 | 2023-10-17T22:56:34.179Z | Compiling same-file v1.0.6 |
1779 | 2023-10-17T22:56:34.240Z | Compiling semver-parser v0.10.2 |
1780 | 2023-10-17T22:56:34.260Z | Checking lru-cache v0.1.2 |
1781 | 2023-10-17T22:56:34.524Z | Compiling walkdir v2.4.0 |
1782 | 2023-10-17T22:56:34.558Z | Checking ciborium-io v0.2.1 |
1783 | 2023-10-17T22:56:34.722Z | Checking half v1.8.2 |
1784 | 2023-10-17T22:56:34.803Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1785 | 2023-10-17T22:56:35.398Z | Checking ciborium-ll v0.2.1 |
1786 | 2023-10-17T22:56:35.498Z | Compiling semver v0.11.0 |
1787 | 2023-10-17T22:56:35.875Z | Compiling home v0.5.5 |
1788 | 2023-10-17T22:56:36.194Z | Compiling toolchain_find v0.2.0 |
1789 | 2023-10-17T22:56:36.247Z | Checking ciborium v0.2.1 |
1790 | 2023-10-17T22:56:36.858Z | Compiling toml v0.5.11 |
1791 | 2023-10-17T22:56:36.988Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1792 | 2023-10-17T22:56:37.012Z | Checking arc-swap v1.6.0 |
1793 | 2023-10-17T22:56:37.410Z | Compiling convert_case v0.4.0 |
1794 | 2023-10-17T22:56:37.561Z | Compiling omicron-zone-package v0.8.3 |
1795 | 2023-10-17T22:56:37.713Z | Checking slog-scope v4.4.0 |
1796 | 2023-10-17T22:56:38.007Z | Checking slog-stdlog v4.1.1 |
1797 | 2023-10-17T22:56:38.130Z | Compiling snafu-derive v0.7.5 |
1798 | 2023-10-17T22:56:38.239Z | Checking slog-envlogger v2.2.0 |
1799 | 2023-10-17T22:56:38.574Z | Compiling derive-where v1.2.5 |
1800 | 2023-10-17T22:56:38.690Z | Compiling derive_more v0.99.17 |
1801 | 2023-10-17T22:56:39.392Z | Compiling libz-sys v1.1.12 |
1802 | 2023-10-17T22:56:40.056Z | Compiling rustfmt-wrapper v0.2.0 |
1803 | 2023-10-17T22:56:40.182Z | Compiling parking_lot_core v0.8.6 |
1804 | 2023-10-17T22:56:41.078Z | Checking resolv-conf v0.7.0 |
1805 | 2023-10-17T22:56:41.638Z | Checking newline-converter v0.3.0 |
1806 | 2023-10-17T22:56:41.850Z | Checking trust-dns-resolver v0.22.0 |
1807 | 2023-10-17T22:56:41.868Z | Checking expectorate v1.1.0 |
1808 | 2023-10-17T22:56:42.087Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1809 | 2023-10-17T22:56:42.506Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1810 | 2023-10-17T22:56:43.307Z | Checking pem-rfc7468 v0.7.0 |
1811 | 2023-10-17T22:56:43.342Z | Checking hkdf v0.12.3 |
1812 | 2023-10-17T22:56:43.601Z | Compiling libsqlite3-sys v0.26.0 |
1813 | 2023-10-17T22:56:43.661Z | Checking flagset v0.4.3 |
1814 | 2023-10-17T22:56:43.716Z | Checking textwrap v0.11.0 |
1815 | 2023-10-17T22:56:43.938Z | Checking der v0.7.8 |
1816 | 2023-10-17T22:56:43.942Z | Checking fxhash v0.2.1 |
1817 | 2023-10-17T22:56:44.100Z | Compiling vergen v8.2.4 |
1818 | 2023-10-17T22:56:44.279Z | Checking vec_map v0.8.2 |
1819 | 2023-10-17T22:56:44.374Z | Compiling semver v0.1.20 |
1820 | 2023-10-17T22:56:44.487Z | Checking ansi_term v0.12.1 |
1821 | 2023-10-17T22:56:44.512Z | Checking strsim v0.8.0 |
1822 | 2023-10-17T22:56:44.688Z | Checking keccak v0.1.4 |
1823 | 2023-10-17T22:56:44.836Z | Checking secrecy v0.8.0 |
1824 | 2023-10-17T22:56:44.967Z | Checking clap v2.34.0 |
1825 | 2023-10-17T22:56:45.183Z | Checking sha3 v0.10.8 |
1826 | 2023-10-17T22:56:45.186Z | Compiling rustc_version v0.1.7 |
1827 | 2023-10-17T22:56:45.839Z | Compiling newtype_derive v0.1.6 |
1828 | 2023-10-17T22:56:45.930Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1829 | 2023-10-17T22:56:45.966Z | Checking humantime v2.1.0 |
1830 | 2023-10-17T22:56:46.240Z | Checking crc-catalog v2.2.0 |
1831 | 2023-10-17T22:56:46.401Z | Compiling buf-list v1.0.3 |
1832 | 2023-10-17T22:56:46.448Z | Checking crc v3.0.1 |
1833 | 2023-10-17T22:56:46.509Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1834 | 2023-10-17T22:56:46.529Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1835 | 2023-10-17T22:56:46.892Z | Checking nodrop v0.1.14 |
1836 | 2023-10-17T22:56:47.063Z | Checking array-init v0.0.4 |
1837 | 2023-10-17T22:56:47.148Z | Checking spki v0.7.2 |
1838 | 2023-10-17T22:56:47.283Z | Checking smallvec v0.6.14 |
1839 | 2023-10-17T22:56:47.550Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1840 | 2023-10-17T22:56:47.599Z | Checking pkcs8 v0.10.2 |
1841 | 2023-10-17T22:56:48.009Z | Checking pkcs1 v0.7.5 |
1842 | 2023-10-17T22:56:48.836Z | Compiling num_enum_derive v0.7.0 |
1843 | 2023-10-17T22:56:49.760Z | Checking structopt v0.3.26 |
1844 | 2023-10-17T22:56:50.349Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1845 | 2023-10-17T22:56:51.258Z | Compiling unicase v2.7.0 |
1846 | 2023-10-17T22:56:51.679Z | Compiling rayon-core v1.11.0 |
1847 | 2023-10-17T22:56:51.989Z | Checking bitfield v0.14.0 |
1848 | 2023-10-17T22:56:52.019Z | Checking utf-8 v0.7.6 |
1849 | 2023-10-17T22:56:52.116Z | Checking rsa v0.9.2 |
1850 | 2023-10-17T22:56:52.439Z | Checking serde-hex v0.1.0 |
1851 | 2023-10-17T22:56:52.594Z | Checking x509-cert v0.2.4 |
1852 | 2023-10-17T22:56:52.965Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1853 | 2023-10-17T22:56:53.326Z | Checking env_logger v0.10.0 |
1854 | 2023-10-17T22:56:53.398Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1855 | 2023-10-17T22:56:54.004Z | Checking ron v0.8.1 |
1856 | 2023-10-17T22:56:54.239Z | Compiling platforms v3.0.2 |
1857 | 2023-10-17T22:56:54.686Z | Checking crc-any v2.4.3 |
1858 | 2023-10-17T22:56:55.328Z | Checking object v0.30.4 |
1859 | 2023-10-17T22:56:55.348Z | Checking path-slash v0.1.5 |
1860 | 2023-10-17T22:56:56.171Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1861 | 2023-10-17T22:56:56.626Z | Checking num-complex v0.4.4 |
1862 | 2023-10-17T22:56:57.756Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1863 | 2023-10-17T22:56:58.185Z | Compiling erased-serde v0.3.30 |
1864 | 2023-10-17T22:56:58.247Z | Checking num v0.4.1 |
1865 | 2023-10-17T22:56:58.491Z | Compiling curve25519-dalek v4.1.0 |
1866 | 2023-10-17T22:56:59.654Z | Compiling bitstruct_derive v0.1.0 |
1867 | 2023-10-17T22:56:59.688Z | Compiling async-recursion v1.0.5 |
1868 | 2023-10-17T22:56:59.741Z | Compiling glob v0.3.1 |
1869 | 2023-10-17T22:57:02.100Z | Compiling mime_guess v2.0.4 |
1870 | 2023-10-17T22:57:02.426Z | Compiling thiserror-impl-no-std v2.0.2 |
1871 | 2023-10-17T22:57:04.042Z | Compiling curve25519-dalek-derive v0.1.0 |
1872 | 2023-10-17T22:57:06.294Z | Compiling salty v0.2.0 |
1873 | 2023-10-17T22:57:06.822Z | Checking tungstenite v0.18.0 |
1874 | 2023-10-17T22:57:07.301Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1875 | 2023-10-17T22:57:07.377Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1876 | 2023-10-17T22:57:08.347Z | Checking tokio-tungstenite v0.18.0 |
1877 | 2023-10-17T22:57:08.830Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1878 | 2023-10-17T22:57:09.079Z | Checking universal-hash v0.5.1 |
1879 | 2023-10-17T22:57:09.166Z | Checking nibble_vec v0.1.0 |
1880 | 2023-10-17T22:57:09.410Z | Compiling num-derive v0.4.0 |
1881 | 2023-10-17T22:57:09.535Z | Checking opaque-debug v0.3.0 |
1882 | 2023-10-17T22:57:09.599Z | Compiling crunchy v0.2.2 |
1883 | 2023-10-17T22:57:10.252Z | Checking endian-type v0.1.2 |
1884 | 2023-10-17T22:57:10.569Z | Checking radix_trie v0.2.1 |
1885 | 2023-10-17T22:57:10.788Z | Checking snafu v0.7.5 |
1886 | 2023-10-17T22:57:11.755Z | Compiling tiny-keccak v2.0.2 |
1887 | 2023-10-17T22:57:11.888Z | Checking linear-map v1.2.0 |
1888 | 2023-10-17T22:57:12.503Z | Checking parking_lot v0.11.2 |
1889 | 2023-10-17T22:57:12.564Z | Checking trust-dns-client v0.22.0 |
1890 | 2023-10-17T22:57:13.066Z | Compiling clang-sys v1.6.1 |
1891 | 2023-10-17T22:57:13.892Z | Checking aead v0.5.2 |
1892 | 2023-10-17T22:57:14.090Z | Compiling darling_core v0.14.4 |
1893 | 2023-10-17T22:57:14.230Z | Compiling prettyplease v0.2.12 |
1894 | 2023-10-17T22:57:14.289Z | Compiling ascii-canvas v3.0.0 |
1895 | 2023-10-17T22:57:14.566Z | Checking sled v0.34.7 |
1896 | 2023-10-17T22:57:14.589Z | Checking trust-dns-server v0.22.1 |
1897 | 2023-10-17T22:57:14.625Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1898 | 2023-10-17T22:57:14.981Z | Checking toml_edit v0.20.0 |
1899 | 2023-10-17T22:57:15.193Z | Compiling const_format_proc_macros v0.2.31 |
1900 | 2023-10-17T22:57:15.250Z | Compiling ena v0.14.2 |
1901 | 2023-10-17T22:57:15.912Z | Checking pretty-hex v0.3.0 |
1902 | 2023-10-17T22:57:16.058Z | Compiling minimal-lexical v0.2.1 |
1903 | 2023-10-17T22:57:16.166Z | Compiling diff v0.1.13 |
1904 | 2023-10-17T22:57:16.903Z | Compiling portable-atomic v1.4.3 |
1905 | 2023-10-17T22:57:17.120Z | Compiling nom v7.1.3 |
1906 | 2023-10-17T22:57:17.168Z | Compiling lalrpop v0.19.12 |
1907 | 2023-10-17T22:57:18.326Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1908 | 2023-10-17T22:57:18.909Z | Checking toml v0.8.0 |
1909 | 2023-10-17T22:57:19.133Z | Checking path-dedot v3.1.0 |
1910 | 2023-10-17T22:57:19.298Z | Compiling libloading v0.7.4 |
1911 | 2023-10-17T22:57:19.352Z | Compiling bindgen v0.65.1 |
1912 | 2023-10-17T22:57:19.525Z | Compiling ref-cast v1.0.20 |
1913 | 2023-10-17T22:57:20.272Z | Checking path-absolutize v3.1.0 |
1914 | 2023-10-17T22:57:21.244Z | Checking globset v0.4.13 |
1915 | 2023-10-17T22:57:22.001Z | Checking crossbeam-deque v0.8.3 |
1916 | 2023-10-17T22:57:22.506Z | Checking hashlink v0.8.3 |
1917 | 2023-10-17T22:57:22.733Z | Checking olpc-cjson v0.1.3 |
1918 | 2023-10-17T22:57:22.932Z | Compiling darling_macro v0.14.4 |
1919 | 2023-10-17T22:57:23.062Z | Compiling cexpr v0.6.0 |
1920 | 2023-10-17T22:57:23.331Z | Checking serde_plain v1.0.2 |
1921 | 2023-10-17T22:57:23.452Z | Compiling which v4.4.0 |
1922 | 2023-10-17T22:57:23.519Z | Compiling ref-cast-impl v1.0.20 |
1923 | 2023-10-17T22:57:23.701Z | Compiling libxml v0.3.3 |
1924 | 2023-10-17T22:57:24.210Z | Compiling lazycell v1.3.0 |
1925 | 2023-10-17T22:57:24.359Z | Compiling rustc-hash v1.1.0 |
1926 | 2023-10-17T22:57:24.424Z | Compiling darling v0.14.4 |
1927 | 2023-10-17T22:57:24.456Z | Checking fallible-streaming-iterator v0.1.9 |
1928 | 2023-10-17T22:57:24.597Z | Compiling derive_builder_core v0.12.0 |
1929 | 2023-10-17T22:57:24.608Z | Compiling peeking_take_while v0.1.2 |
1930 | 2023-10-17T22:57:24.794Z | Compiling shlex v1.1.0 |
1931 | 2023-10-17T22:57:24.813Z | Checking rusqlite v0.29.0 |
1932 | 2023-10-17T22:57:25.224Z | Checking tough v0.12.5 |
1933 | 2023-10-17T22:57:25.313Z | Checking nix v0.26.2 |
1934 | 2023-10-17T22:57:25.629Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1935 | 2023-10-17T22:57:27.727Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-10-17T22:57:28.192Z | Checking twox-hash v1.6.3 |
1937 | 2023-10-17T22:57:28.302Z | Compiling derive_builder_macro v0.12.0 |
1938 | 2023-10-17T22:57:28.919Z | Checking ff v0.13.0 |
1939 | 2023-10-17T22:57:29.265Z | Compiling strum_macros v0.24.3 |
1940 | 2023-10-17T22:57:29.514Z | Checking signature v1.6.4 |
1941 | 2023-10-17T22:57:29.986Z | Compiling indoc v1.0.9 |
1942 | 2023-10-17T22:57:30.905Z | Checking display-error-chain v0.1.1 |
1943 | 2023-10-17T22:57:31.107Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1944 | 2023-10-17T22:57:31.240Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1945 | 2023-10-17T22:57:31.439Z | Checking ed25519 v1.5.3 |
1946 | 2023-10-17T22:57:31.688Z | Checking group v0.13.0 |
1947 | 2023-10-17T22:57:33.310Z | Checking polyval v0.6.1 |
1948 | 2023-10-17T22:57:33.736Z | Checking num_enum v0.7.0 |
1949 | 2023-10-17T22:57:34.498Z | Checking ctr v0.9.2 |
1950 | 2023-10-17T22:57:34.551Z | Checking aes v0.8.3 |
1951 | 2023-10-17T22:57:34.634Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1952 | 2023-10-17T22:57:34.965Z | Checking crypto-bigint v0.5.2 |
1953 | 2023-10-17T22:57:35.029Z | Checking bincode v1.3.3 |
1954 | 2023-10-17T22:57:35.649Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1955 | 2023-10-17T22:57:36.022Z | Compiling cookie v0.16.2 |
1956 | 2023-10-17T22:57:36.426Z | Checking base16ct v0.2.0 |
1957 | 2023-10-17T22:57:37.070Z | Checking aes-gcm-siv v0.11.1 |
1958 | 2023-10-17T22:57:37.477Z | Checking steno v0.4.0 |
1959 | 2023-10-17T22:57:37.895Z | Checking elliptic-curve v0.13.5 |
1960 | 2023-10-17T22:57:37.923Z | Checking rayon v1.7.0 |
1961 | 2023-10-17T22:57:38.680Z | Checking poly1305 v0.8.0 |
1962 | 2023-10-17T22:57:39.324Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1963 | 2023-10-17T22:57:39.471Z | Checking thiserror-no-std v2.0.2 |
1964 | 2023-10-17T22:57:39.857Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1965 | 2023-10-17T22:57:40.038Z | Checking env_logger v0.9.3 |
1966 | 2023-10-17T22:57:40.246Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1967 | 2023-10-17T22:57:40.911Z | Checking chacha20 v0.9.1 |
1968 | 2023-10-17T22:57:41.374Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1969 | 2023-10-17T22:57:41.409Z | Checking serde-big-array v0.5.1 |
1970 | 2023-10-17T22:57:41.486Z | Checking serde-big-array v0.4.1 |
1971 | 2023-10-17T22:57:41.736Z | Compiling impl-trait-for-tuples v0.2.2 |
1972 | 2023-10-17T22:57:41.753Z | Compiling oso-derive v0.26.4 |
1973 | 2023-10-17T22:57:42.474Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1974 | 2023-10-17T22:57:42.600Z | Checking ascii v1.1.0 |
1975 | 2023-10-17T22:57:42.971Z | Checking ringbuffer v0.15.0 |
1976 | 2023-10-17T22:57:43.239Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1977 | 2023-10-17T22:57:43.242Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1978 | 2023-10-17T22:57:43.463Z | Checking vsss-rs v3.3.1 |
1979 | 2023-10-17T22:57:43.552Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2023-10-17T22:57:44.487Z | Checking chacha20poly1305 v0.10.1 |
1981 | 2023-10-17T22:57:45.023Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1982 | 2023-10-17T22:57:45.303Z | Checking bitstruct v0.1.1 |
1983 | 2023-10-17T22:57:45.797Z | Checking signal-hook-tokio v0.3.1 |
1984 | 2023-10-17T22:57:46.053Z | Checking tungstenite v0.20.1 |
1985 | 2023-10-17T22:57:46.372Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1986 | 2023-10-17T22:57:46.473Z | Checking serde_arrays v0.1.0 |
1987 | 2023-10-17T22:57:46.694Z | Checking corncobs v0.1.3 |
1988 | 2023-10-17T22:57:46.986Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1989 | 2023-10-17T22:57:47.571Z | Checking tokio-tungstenite v0.20.1 |
1990 | 2023-10-17T22:57:49.109Z | Checking assert_matches v1.5.0 |
1991 | 2023-10-17T22:57:49.376Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1992 | 2023-10-17T22:57:52.270Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1993 | 2023-10-17T22:57:53.601Z | Checking bcs v0.1.5 |
1994 | 2023-10-17T22:57:53.936Z | Checking highway v1.1.0 |
1995 | 2023-10-17T22:57:54.961Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1996 | 2023-10-17T22:57:56.657Z | Checking const_format v0.2.31 |
1997 | 2023-10-17T22:57:58.298Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1998 | 2023-10-17T22:57:59.028Z | Checking ron v0.7.1 |
1999 | 2023-10-17T22:58:00.275Z | Checking bit_field v0.10.2 |
2000 | 2023-10-17T22:58:00.749Z | Checking http-range v0.1.5 |
2001 | 2023-10-17T22:58:01.031Z | Checking hyper-staticfile v0.9.5 |
2002 | 2023-10-17T22:58:01.708Z | Compiling indoc v2.0.3 |
2003 | 2023-10-17T22:58:05.604Z | Checking derive_builder v0.12.0 |
2004 | 2023-10-17T22:58:08.746Z | Checking bb8 v0.8.1 |
2005 | 2023-10-17T22:58:08.886Z | Checking quick-xml v0.23.1 |
2006 | 2023-10-17T22:58:09.176Z | Checking bytesize v1.3.0 |
2007 | 2023-10-17T22:58:09.525Z | Checking fs-err v2.9.0 |
2008 | 2023-10-17T22:58:09.583Z | Checking number_prefix v0.4.0 |
2009 | 2023-10-17T22:58:10.015Z | Checking maplit v1.0.2 |
2010 | 2023-10-17T22:58:10.858Z | Checking indicatif v0.17.7 |
2011 | 2023-10-17T22:58:11.157Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2012 | 2023-10-17T22:58:12.778Z | Checking signal-hook-mio v0.2.3 |
2013 | 2023-10-17T22:58:13.988Z | Compiling vte_generate_state_changes v0.1.1 |
2014 | 2023-10-17T22:58:23.744Z | Checking yansi v0.5.1 |
2015 | 2023-10-17T22:58:24.197Z | Checking pretty_assertions v1.4.0 |
2016 | 2023-10-17T22:58:25.444Z | Checking crossterm v0.27.0 |
2017 | 2023-10-17T22:58:26.819Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2018 | 2023-10-17T22:58:27.955Z | Checking fatfs v0.3.6 |
2019 | 2023-10-17T22:58:27.992Z | Checking plotters-backend v0.3.5 |
2020 | 2023-10-17T22:58:28.506Z | Checking cassowary v0.3.0 |
2021 | 2023-10-17T22:58:28.630Z | Checking plotters-svg v0.3.5 |
2022 | 2023-10-17T22:58:29.195Z | Checking ratatui v0.23.0 |
2023 | 2023-10-17T22:58:31.449Z | Checking rtoolbox v0.0.1 |
2024 | 2023-10-17T22:58:31.674Z | Checking rand v0.4.6 |
2025 | 2023-10-17T22:58:32.245Z | Checking owo-colors v3.5.0 |
2026 | 2023-10-17T22:58:32.730Z | Checking remove_dir_all v0.5.3 |
2027 | 2023-10-17T22:58:32.875Z | Checking cast v0.3.0 |
2028 | 2023-10-17T22:58:33.150Z | Checking tui-tree-widget v0.13.0 |
2029 | 2023-10-17T22:58:33.359Z | Checking tempdir v0.3.7 |
2030 | 2023-10-17T22:58:33.381Z | Checking criterion-plot v0.5.0 |
2031 | 2023-10-17T22:58:33.611Z | Checking rpassword v7.2.0 |
2032 | 2023-10-17T22:58:33.840Z | Checking plotters v0.3.5 |
2033 | 2023-10-17T22:58:37.142Z | Checking tinytemplate v1.2.1 |
2034 | 2023-10-17T22:58:37.752Z | Checking oorandom v11.1.3 |
2035 | 2023-10-17T22:58:37.848Z | Checking shell-words v1.1.0 |
2036 | 2023-10-17T22:58:38.115Z | Checking anes v0.1.6 |
2037 | 2023-10-17T22:58:38.135Z | Checking os_str_bytes v6.5.1 |
2038 | 2023-10-17T22:58:38.700Z | Checking clap_lex v0.2.4 |
2039 | 2023-10-17T22:58:38.719Z | Checking criterion v0.5.1 |
2040 | 2023-10-17T22:58:45.101Z | Checking assert_cmd v2.0.12 |
2041 | 2023-10-17T22:58:45.423Z | Compiling clap_derive v3.2.25 |
2042 | 2023-10-17T22:58:45.588Z | Checking dashmap v5.5.1 |
2043 | 2023-10-17T22:58:46.415Z | Compiling serial_test_derive v0.10.0 |
2044 | 2023-10-17T22:58:47.870Z | Compiling crossbeam-queue v0.3.8 |
2045 | 2023-10-17T22:58:48.114Z | Checking serial_test v0.10.0 |
2046 | 2023-10-17T22:58:49.114Z | Checking vte v0.11.1 |
2047 | 2023-10-17T22:58:49.198Z | Checking threadpool v1.8.1 |
2048 | 2023-10-17T22:58:51.769Z | Checking strip-ansi-escapes v0.2.0 |
2049 | 2023-10-17T22:58:52.005Z | Checking crossterm v0.26.1 |
2050 | 2023-10-17T22:58:52.930Z | Compiling tabled_derive v0.6.0 |
2051 | 2023-10-17T22:58:53.131Z | Checking clap v3.2.25 |
2052 | 2023-10-17T22:58:53.571Z | Checking httptest v0.15.4 |
2053 | 2023-10-17T22:58:53.742Z | Checking similar-asserts v1.5.0 |
2054 | 2023-10-17T22:58:54.118Z | Checking fd-lock v3.0.13 |
2055 | 2023-10-17T22:58:54.414Z | Checking nanorand v0.7.0 |
2056 | 2023-10-17T22:58:54.746Z | Compiling rstest_macros v0.18.2 |
2057 | 2023-10-17T22:58:55.002Z | Checking nu-ansi-term v0.49.0 |
2058 | 2023-10-17T22:58:55.061Z | Checking flume v0.11.0 |
2059 | 2023-10-17T22:58:55.653Z | Checking reedline v0.23.0 |
2060 | 2023-10-17T22:58:58.678Z | Checking libtest-mimic v0.5.2 |
2061 | 2023-10-17T22:58:58.894Z | Compiling pin-project-internal v1.1.3 |
2062 | 2023-10-17T22:58:59.108Z | Checking constant_time_eq v0.2.6 |
2063 | 2023-10-17T22:58:59.288Z | Checking arrayvec v0.7.4 |
2064 | 2023-10-17T22:58:59.436Z | Checking datatest-stable v0.1.3 |
2065 | 2023-10-17T22:58:59.739Z | Checking bytecount v0.6.3 |
2066 | 2023-10-17T22:58:59.838Z | Checking arrayref v0.3.7 |
2067 | 2023-10-17T22:58:59.961Z | Compiling trybuild v1.0.85 |
2068 | 2023-10-17T22:58:59.979Z | Checking topological-sort v0.2.2 |
2069 | 2023-10-17T22:59:00.207Z | Compiling relative-path v1.9.0 |
2070 | 2023-10-17T22:59:00.303Z | Checking blake2b_simd v1.0.1 |
2071 | 2023-10-17T22:59:00.567Z | Checking papergrid v0.10.0 |
2072 | 2023-10-17T22:59:03.475Z | Checking basic-toml v0.1.4 |
2073 | 2023-10-17T22:59:03.580Z | Checking pin-project v1.1.3 |
2074 | 2023-10-17T22:59:03.764Z | Checking futures-timer v3.0.2 |
2075 | 2023-10-17T22:59:04.028Z | Checking constant_time_eq v0.3.0 |
2076 | 2023-10-17T22:59:04.277Z | Checking rust-argon2 v1.0.1 |
2077 | 2023-10-17T22:59:04.559Z | Checking partial-io v0.5.4 |
2078 | 2023-10-17T22:59:05.133Z | Checking tabled v0.14.0 |
2079 | 2023-10-17T22:59:06.660Z | Checking approx v0.5.1 |
2080 | 2023-10-17T22:59:06.760Z | Checking cargo-platform v0.1.3 |
2081 | 2023-10-17T22:59:07.156Z | Checking hex-literal v0.4.1 |
2082 | 2023-10-17T22:59:07.231Z | Checking cargo_metadata v0.18.0 |
2083 | 2023-10-17T22:59:09.675Z | Checking crossbeam v0.8.2 |
2084 | 2023-10-17T22:59:10.066Z | Checking cargo_toml v0.16.3 |
2085 | 2023-10-17T22:59:10.758Z | Checking termios v0.3.3 |
2086 | 2023-10-17T22:59:13.243Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2087 | 2023-10-17T22:59:14.702Z | Checking rstest v0.18.2 |
2088 | 2023-10-17T22:59:22.484Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2089 | 2023-10-17T22:59:34.417Z | Compiling bzip2 v0.4.4 |
2090 | 2023-10-17T22:59:34.933Z | Compiling zip v0.6.6 |
2091 | 2023-10-17T22:59:35.704Z | Compiling polar-core v0.26.4 |
2092 | 2023-10-17T22:59:36.134Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2093 | 2023-10-17T22:59:36.904Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2094 | 2023-10-17T22:59:37.513Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2023-10-17T22:59:37.859Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2096 | 2023-10-17T22:59:38.494Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2097 | 2023-10-17T22:59:38.753Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2098 | 2023-10-17T22:59:40.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2099 | 2023-10-17T22:59:40.293Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2100 | 2023-10-17T22:59:40.645Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2101 | 2023-10-17T22:59:40.737Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2102 | 2023-10-17T22:59:40.761Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2103 | 2023-10-17T22:59:41.208Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2104 | 2023-10-17T22:59:41.694Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2105 | 2023-10-17T22:59:42.357Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2106 | 2023-10-17T22:59:43.367Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2107 | 2023-10-17T22:59:46.319Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2108 | 2023-10-17T22:59:48.945Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2109 | 2023-10-17T22:59:55.619Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2110 | 2023-10-17T22:59:56.845Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2111 | 2023-10-17T22:59:59.576Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2112 | 2023-10-17T23:00:00.037Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2113 | 2023-10-17T23:00:00.311Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2023-10-17T23:00:00.332Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2023-10-17T23:00:00.481Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2116 | 2023-10-17T23:00:01.333Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2023-10-17T23:00:02.701Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2118 | 2023-10-17T23:00:08.411Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2119 | 2023-10-17T23:00:09.961Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2120 | 2023-10-17T23:00:10.433Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2121 | 2023-10-17T23:00:11.409Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2122 | 2023-10-17T23:00:14.854Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2123 | 2023-10-17T23:00:25.105Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2124 | 2023-10-17T23:00:25.316Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2125 | 2023-10-17T23:00:26.388Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2126 | 2023-10-17T23:00:26.856Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2127 | 2023-10-17T23:00:29.934Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2023-10-17T23:00:31.716Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2129 | 2023-10-17T23:00:33.384Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2130 | 2023-10-17T23:00:33.728Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2131 | 2023-10-17T23:00:33.953Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2132 | 2023-10-17T23:00:35.600Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2133 | 2023-10-17T23:00:36.612Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2134 | 2023-10-17T23:00:39.229Z | Checking oso v0.26.4 |
2135 | 2023-10-17T23:00:39.799Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2136 | 2023-10-17T23:00:41.298Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2137 | 2023-10-17T23:00:43.841Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2138 | 2023-10-17T23:00:44.549Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2139 | 2023-10-17T23:00:44.553Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2140 | 2023-10-17T23:00:53.836Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2141 | 2023-10-17T23:00:55.827Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2142 | 2023-10-17T23:00:57.539Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2143 | 2023-10-17T23:01:01.458Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2144 | 2023-10-17T23:01:05.072Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-10-17T23:01:06.947Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2146 | 2023-10-17T23:01:13.252Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2147 | 2023-10-17T23:01:14.895Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2148 | 2023-10-17T23:01:18.639Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2149 | 2023-10-17T23:01:30.285Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2150 | 2023-10-17T23:01:39.637Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2151 | 2023-10-17T23:02:02.494Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2152 | 2023-10-17T23:02:29.093Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2153 | 2023-10-17T23:03:11.147Z | Compiling git2 v0.17.2 |
2154 | 2023-10-17T23:03:20.553Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2155 | 2023-10-17T23:03:22.792Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2156 | 2023-10-17T23:03:34.133Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2157 | 2023-10-17T23:03:43.931Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2158 | 2023-10-17T23:03:44.279Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2159 | 2023-10-17T23:03:44.824Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2160 | 2023-10-17T23:03:46.357Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2161 | 2023-10-17T23:04:21.618Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2162 | 2023-10-17T23:05:56.942Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 19s |
2163 | 2023-10-17T23:05:57.179Z | |
2164 | 2023-10-17T23:05:57.346Z | real 14:26.415328306 |
2165 | 2023-10-17T23:05:57.502Z | user 1:24:23.553834080 |
2166 | 2023-10-17T23:05:57.544Z | sys 11:23.241723894 |
2167 | 2023-10-17T23:05:57.611Z | trap 3.087522712 |
2168 | 2023-10-17T23:05:57.677Z | tflt 4.917841426 |
2169 | 2023-10-17T23:05:57.706Z | dflt 7.495361827 |
2170 | 2023-10-17T23:05:57.754Z | kflt 0.022073756 |
2171 | 2023-10-17T23:05:57.807Z | lock 1:54:25.042133333 |
2172 | 2023-10-17T23:05:57.877Z | slp 4:43:53.093841689 |
2173 | 2023-10-17T23:05:57.950Z | lat 3:09.138506599 |
2174 | 2023-10-17T23:05:58.056Z | stop 7:48.411402051 |
2175 | 2023-10-17T23:05:58.094Z | process exited: duration 979286 ms, exit code 0 |
|
2176 | 2023-10-17T23:05:58.219Z | found 0 output files |