|
|
|
1 | 2023-09-29T22:42:08.968Z | job assigned to worker 01HBHHMDRNPG7R6TNESY5CXNEZ (queued for 3 m 34 s) |
|
2 | 2023-09-29T22:42:10.759Z | starting task 0: "setup" |
3 | 2023-09-29T22:42:10.834Z | ++ uname -s |
4 | 2023-09-29T22:42:10.853Z | + kern=SunOS |
5 | 2023-09-29T22:42:10.872Z | + case "$kern" in |
6 | 2023-09-29T22:42:10.887Z | + groupadd -g 12345 build |
7 | 2023-09-29T22:42:10.899Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-29T22:42:14.114Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-29T22:42:14.126Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-29T22:42:14.139Z | + home_fs=zfs |
11 | 2023-09-29T22:42:14.149Z | + [[ zfs == autofs ]] |
12 | 2023-09-29T22:42:14.152Z | + mkdir -p /home/build |
13 | 2023-09-29T22:42:14.155Z | + chown build:build /home/build /work |
14 | 2023-09-29T22:42:15.026Z | + chmod 0700 /home/build /work |
15 | 2023-09-29T22:42:15.030Z | process exited: duration 4253 ms, exit code 0 |
|
16 | 2023-09-29T22:42:15.040Z | starting task 1: "rust-toolchain" |
17 | 2023-09-29T22:42:15.053Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-29T22:42:15.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-09-29T22:42:15.245Z | info: downloading installer |
20 | 2023-09-29T22:42:17.520Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-29T22:42:17.532Z | warning: /opt/ooce/bin |
22 | 2023-09-29T22:42:17.547Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-29T22:42:17.573Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-29T22:42:17.587Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-29T22:42:17.594Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-29T22:42:17.602Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-29T22:42:17.605Z | error: cannot install while Rust is installed |
28 | 2023-09-29T22:42:17.611Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-29T22:42:17.644Z | info: profile set to 'default' |
30 | 2023-09-29T22:42:17.649Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-29T22:42:17.653Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-09-29T22:42:17.821Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-09-29T22:42:17.832Z | info: downloading component 'cargo' |
34 | 2023-09-29T22:42:18.491Z | info: downloading component 'clippy' |
35 | 2023-09-29T22:42:18.941Z | info: downloading component 'rust-docs' |
36 | 2023-09-29T22:42:19.829Z | info: downloading component 'rust-std' |
37 | 2023-09-29T22:42:21.084Z | info: downloading component 'rustc' |
38 | 2023-09-29T22:42:24.722Z | info: downloading component 'rustfmt' |
39 | 2023-09-29T22:42:24.931Z | info: installing component 'cargo' |
40 | 2023-09-29T22:42:26.397Z | info: installing component 'clippy' |
41 | 2023-09-29T22:42:27.016Z | info: installing component 'rust-docs' |
42 | 2023-09-29T22:42:29.809Z | info: installing component 'rust-std' |
43 | 2023-09-29T22:42:33.194Z | info: installing component 'rustc' |
44 | 2023-09-29T22:42:41.554Z | info: installing component 'rustfmt' |
45 | 2023-09-29T22:42:42.071Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-09-29T22:42:42.084Z | |
47 | 2023-09-29T22:42:42.209Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-09-29T22:42:42.218Z | |
49 | 2023-09-29T22:42:42.227Z | |
50 | 2023-09-29T22:42:42.237Z | Rust is installed now. Great! |
51 | 2023-09-29T22:42:42.246Z | |
52 | 2023-09-29T22:42:42.671Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-29T22:42:42.691Z | environment variable. This has not been done automatically. |
54 | 2023-09-29T22:42:42.713Z | |
55 | 2023-09-29T22:42:42.732Z | To configure your current shell, run: |
56 | 2023-09-29T22:42:42.749Z | source "$HOME/.cargo/env" |
57 | 2023-09-29T22:42:42.775Z | + rustc --version |
58 | 2023-09-29T22:42:43.219Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-09-29T22:42:43.238Z | process exited: duration 27386 ms, exit code 0 |
|
60 | 2023-09-29T22:42:43.277Z | starting task 2: "authentication" |
61 | 2023-09-29T22:42:43.335Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-09-29T22:42:43.359Z | starting task 3: "clone repository" |
63 | 2023-09-29T22:42:43.797Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-09-29T22:42:43.813Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-09-29T22:42:43.829Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-09-29T22:42:48.957Z | + cd /work/oxidecomputer/omicron |
67 | 2023-09-29T22:42:48.965Z | + [[ -n executor-fake ]] |
68 | 2023-09-29T22:42:48.975Z | + git fetch origin executor-fake |
69 | 2023-09-29T22:42:49.303Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-09-29T22:42:49.308Z | * branch executor-fake -> FETCH_HEAD |
71 | 2023-09-29T22:42:49.316Z | + git checkout -B executor-fake remotes/origin/executor-fake |
72 | 2023-09-29T22:42:49.411Z | Switched to a new branch 'executor-fake' |
73 | 2023-09-29T22:42:49.414Z | branch 'executor-fake' set up to track 'origin/executor-fake'. |
74 | 2023-09-29T22:42:49.418Z | + git reset --hard 108f4d6b2295adbeff63081eee838f11bc5e0e16 |
75 | 2023-09-29T22:42:49.439Z | HEAD is now at 108f4d6b more hakari |
76 | 2023-09-29T22:42:49.442Z | process exited: duration 6072 ms, exit code 0 |
|
77 | 2023-09-29T22:42:49.451Z | starting task 4: "build" |
78 | 2023-09-29T22:42:49.462Z | + cargo --version |
79 | 2023-09-29T22:42:49.555Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-09-29T22:42:49.559Z | + rustc --version |
81 | 2023-09-29T22:42:49.656Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-09-29T22:42:49.662Z | + source ./env.sh |
83 | 2023-09-29T22:42:49.665Z | ++ set -o xtrace |
84 | 2023-09-29T22:42:49.668Z | ++++ dirname ./env.sh |
85 | 2023-09-29T22:42:49.671Z | +++ cd . |
86 | 2023-09-29T22:42:49.674Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-09-29T22:42:49.677Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-09-29T22:42:49.680Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-09-29T22:42:49.685Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-09-29T22:42:49.691Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-09-29T22:42:49.694Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2023-09-29T22:42:49.699Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-09-29T22:42:49.703Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-09-29T22:42:49.710Z | ++ unset OMICRON_WS |
95 | 2023-09-29T22:42:49.720Z | ++ set +o xtrace |
96 | 2023-09-29T22:42:50.144Z | |
97 | 2023-09-29T22:42:50.158Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-09-29T22:42:50.170Z | # # # # # # # # # # # # # # # |
99 | 2023-09-29T22:42:50.183Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-09-29T22:42:50.196Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-09-29T22:42:50.209Z | # # # # # # # # # # # # # # # |
102 | 2023-09-29T22:42:50.228Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-09-29T22:42:50.262Z | |
104 | 2023-09-29T22:42:57.985Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-09-29T22:42:58.588Z | Startup: Caching catalogs ... Done |
106 | 2023-09-29T22:43:01.285Z | Planning: Solver setup ... Done (2.475s) |
107 | 2023-09-29T22:43:01.751Z | Planning: Running solver ... Done (0.077s) |
108 | 2023-09-29T22:43:01.785Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-09-29T22:43:02.236Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-09-29T22:43:02.249Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-09-29T22:43:02.266Z | Planning: Package planning ... Done (0.089s) |
112 | 2023-09-29T22:43:02.282Z | Planning: Merging actions ... Done (0.087s) |
113 | 2023-09-29T22:43:02.930Z | Planning: Checking for conflicting actions ... Done (1.039s) |
114 | 2023-09-29T22:43:02.952Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-09-29T22:43:10.189Z | Planning: Evaluating mediators ... Done (6.823s) |
116 | 2023-09-29T22:43:10.198Z | Planning: Planning completed in 11.15 seconds |
117 | 2023-09-29T22:43:10.209Z | Packages to install: 4 |
118 | 2023-09-29T22:43:10.220Z | Mediators to change: 2 |
119 | 2023-09-29T22:43:10.228Z | Services to change: 1 |
120 | 2023-09-29T22:43:10.242Z | Estimated space available: 149.39 GB |
121 | 2023-09-29T22:43:10.260Z | Estimated space to be consumed: 1.35 GB |
122 | 2023-09-29T22:43:10.690Z | Create boot environment: No |
123 | 2023-09-29T22:43:10.697Z | Create backup boot environment: No |
124 | 2023-09-29T22:43:10.700Z | Rebuild boot archive: No |
125 | 2023-09-29T22:43:10.703Z | |
126 | 2023-09-29T22:43:10.706Z | Changed mediators: |
127 | 2023-09-29T22:43:10.711Z | mediator clang: |
128 | 2023-09-29T22:43:10.714Z | version: None -> 15 (system default) |
129 | 2023-09-29T22:43:10.717Z | |
130 | 2023-09-29T22:43:10.720Z | mediator llvm: |
131 | 2023-09-29T22:43:10.725Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-09-29T22:43:10.728Z | |
133 | 2023-09-29T22:43:10.731Z | Changed packages: |
134 | 2023-09-29T22:43:10.737Z | helios-dev |
135 | 2023-09-29T22:43:10.739Z | developer/build-essential |
136 | 2023-09-29T22:43:10.742Z | None -> 11-2.0 |
137 | 2023-09-29T22:43:10.746Z | library/libxmlsec1 |
138 | 2023-09-29T22:43:10.749Z | None -> 1.2.35-2.0 |
139 | 2023-09-29T22:43:10.753Z | ooce/developer/clang-15 |
140 | 2023-09-29T22:43:10.761Z | None -> 15.0.7-2.0 |
141 | 2023-09-29T22:43:10.764Z | ooce/developer/llvm-15 |
142 | 2023-09-29T22:43:10.769Z | None -> 15.0.7-2.0 |
143 | 2023-09-29T22:43:10.772Z | |
144 | 2023-09-29T22:43:10.778Z | Services: |
145 | 2023-09-29T22:43:10.785Z | restart_fmri: |
146 | 2023-09-29T22:43:11.229Z | svc:/system/update-man-index:default |
147 | 2023-09-29T22:43:11.238Z | |
148 | 2023-09-29T22:43:11.242Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-09-29T22:43:15.087Z | Download: 1137/3290 items 54.8/212.6MB 25% complete (10.8M/s) |
150 | 2023-09-29T22:43:20.143Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (13.2M/s) |
151 | 2023-09-29T22:43:25.150Z | Download: 2350/3290 items 119.7/212.6MB 56% complete (6.7M/s) |
152 | 2023-09-29T22:43:33.838Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.3M/s) |
153 | 2023-09-29T22:43:35.634Z | Download: Completed 212.60 MB in 25.55 seconds (8.3M/s) |
154 | 2023-09-29T22:43:36.170Z | Actions: 1/3687 actions (Installing new actions) |
155 | 2023-09-29T22:43:41.405Z | Actions: 1803/3687 actions (Installing new actions) |
156 | 2023-09-29T22:43:44.558Z | Actions: Completed 3687 actions in 8.55 seconds. |
157 | 2023-09-29T22:43:44.751Z | Done (0.116s) |
158 | 2023-09-29T22:43:44.854Z | Done (0.000s) |
159 | 2023-09-29T22:43:44.891Z | Done (0.130s) |
160 | 2023-09-29T22:43:52.370Z | Done (7.461s) |
161 | 2023-09-29T22:43:53.126Z | Done (0.229s) |
162 | 2023-09-29T22:43:53.132Z | Done (0.000s) |
163 | 2023-09-29T22:43:53.143Z | Done (0.000s) |
164 | 2023-09-29T22:43:53.620Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-09-29T22:43:53.919Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-09-29T22:43:53.932Z | Planning: Consolidating action changes ... Done |
167 | 2023-09-29T22:43:54.355Z | Planning: Evaluating mediators ... Done |
168 | 2023-09-29T22:43:54.361Z | Planning: Planning completed in 0.74 seconds |
169 | 2023-09-29T22:43:54.410Z | Mediators to change: 2 |
170 | 2023-09-29T22:43:54.413Z | Create boot environment: No |
171 | 2023-09-29T22:43:54.416Z | Create backup boot environment: No |
172 | 2023-09-29T22:43:54.540Z | Done |
173 | 2023-09-29T22:43:54.543Z | Done |
174 | 2023-09-29T22:43:54.613Z | Done |
175 | 2023-09-29T22:44:01.153Z | Done |
176 | 2023-09-29T22:44:01.165Z | Done |
177 | 2023-09-29T22:44:01.192Z | Done |
178 | 2023-09-29T22:44:01.221Z | Done |
179 | 2023-09-29T22:44:02.016Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-09-29T22:44:02.020Z | Planning: Merging actions ... Done |
181 | 2023-09-29T22:44:02.361Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-09-29T22:44:02.365Z | Planning: Consolidating action changes ... Done |
183 | 2023-09-29T22:44:02.817Z | Planning: Evaluating mediators ... Done |
184 | 2023-09-29T22:44:02.910Z | Planning: Planning completed in 1.35 seconds |
185 | 2023-09-29T22:44:02.972Z | Packages to change: 1 |
186 | 2023-09-29T22:44:02.976Z | Mediators to change: 1 |
187 | 2023-09-29T22:44:02.980Z | Services to change: 1 |
188 | 2023-09-29T22:44:02.983Z | Create boot environment: No |
189 | 2023-09-29T22:44:02.986Z | Create backup boot environment: Yes |
190 | 2023-09-29T22:44:05.532Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2023-09-29T22:44:05.554Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2023-09-29T22:44:05.568Z | Done |
193 | 2023-09-29T22:44:05.580Z | Done |
194 | 2023-09-29T22:44:05.596Z | Done |
195 | 2023-09-29T22:44:11.328Z | Done |
196 | 2023-09-29T22:44:11.870Z | Done |
197 | 2023-09-29T22:44:11.879Z | Done |
198 | 2023-09-29T22:44:12.322Z | Done |
199 | 2023-09-29T22:44:12.327Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2023-09-29T22:44:12.336Z | clang system 15 system |
201 | 2023-09-29T22:44:12.339Z | csh system system illumos |
202 | 2023-09-29T22:44:12.345Z | ctags system system illumos |
203 | 2023-09-29T22:44:12.762Z | gcc vendor 12 vendor |
204 | 2023-09-29T22:44:12.766Z | gcc system 10 system |
205 | 2023-09-29T22:44:12.769Z | gcc system 7 system |
206 | 2023-09-29T22:44:12.774Z | go system 1.20 system |
207 | 2023-09-29T22:44:12.783Z | go system 1.19 system |
208 | 2023-09-29T22:44:12.786Z | llvm system 15 system |
209 | 2023-09-29T22:44:12.791Z | llvm system 14 system |
210 | 2023-09-29T22:44:12.795Z | mariadb system 10.6 system |
211 | 2023-09-29T22:44:12.798Z | mta vendor vendor dma |
212 | 2023-09-29T22:44:12.801Z | openjdk system 17 system |
213 | 2023-09-29T22:44:12.804Z | openjdk system 11 system |
214 | 2023-09-29T22:44:12.806Z | openjdk system 1.8 system |
215 | 2023-09-29T22:44:12.809Z | openssl vendor 3 vendor |
216 | 2023-09-29T22:44:12.812Z | perl system 5.36 system |
217 | 2023-09-29T22:44:12.814Z | postgresql system 15 system |
218 | 2023-09-29T22:44:12.817Z | postgresql system 13 system |
219 | 2023-09-29T22:44:12.820Z | python vendor 3 vendor |
220 | 2023-09-29T22:44:12.823Z | python system 2 system |
221 | 2023-09-29T22:44:12.834Z | python3 system 3.11 system |
222 | 2023-09-29T22:44:12.844Z | ruby system 3.0 system |
223 | 2023-09-29T22:44:12.851Z | words vendor vendor american-english |
224 | 2023-09-29T22:44:12.859Z | words system system australian-english |
225 | 2023-09-29T22:44:12.864Z | words system system british-english |
226 | 2023-09-29T22:44:12.868Z | words system system canadian-english |
227 | 2023-09-29T22:44:12.872Z | words system system french |
228 | 2023-09-29T22:44:12.875Z | words system system italian |
229 | 2023-09-29T22:44:12.880Z | words system system ngerman |
230 | 2023-09-29T22:44:12.885Z | words system system ogerman |
231 | 2023-09-29T22:44:12.888Z | words system system spanish |
232 | 2023-09-29T22:44:12.892Z | FMRI IFO |
233 | 2023-09-29T22:44:12.898Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2023-09-29T22:44:12.902Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2023-09-29T22:44:12.907Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2023-09-29T22:44:12.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2023-09-29T22:44:12.924Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2023-09-29T22:44:12.932Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2023-09-29T22:44:12.939Z | + set -o errexit |
240 | 2023-09-29T22:44:12.949Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2023-09-29T22:44:12.957Z | ++ cd ./tools |
242 | 2023-09-29T22:44:12.963Z | ++ pwd |
243 | 2023-09-29T22:44:13.012Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2023-09-29T22:44:13.023Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2023-09-29T22:44:13.035Z | + ARG0=ci_download_cockroachdb |
246 | 2023-09-29T22:44:13.043Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2023-09-29T22:44:13.062Z | + CIDL_VERSION=v22.1.9 |
248 | 2023-09-29T22:44:13.080Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2023-09-29T22:44:13.106Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2023-09-29T22:44:13.119Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2023-09-29T22:44:13.134Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-09-29T22:44:13.144Z | + TARGET_DIR=out |
253 | 2023-09-29T22:44:13.148Z | + DOWNLOAD_DIR=out/downloads |
254 | 2023-09-29T22:44:13.154Z | + DEST_DIR=./out/cockroachdb |
255 | 2023-09-29T22:44:13.159Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2023-09-29T22:44:13.164Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2023-09-29T22:44:13.168Z | + main |
258 | 2023-09-29T22:44:13.173Z | + [[ 0 != 0 ]] |
259 | 2023-09-29T22:44:13.177Z | + CIDL_OS=solaris2.11 |
260 | 2023-09-29T22:44:13.183Z | + [[ 0 != 0 ]] |
261 | 2023-09-29T22:44:13.190Z | + configure_os solaris2.11 |
262 | 2023-09-29T22:44:13.195Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2023-09-29T22:44:13.198Z | current directory: /work/oxidecomputer/omicron |
264 | 2023-09-29T22:44:13.201Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2023-09-29T22:44:13.204Z | + case "$1" in |
266 | 2023-09-29T22:44:13.207Z | configuring based on OS: "solaris2.11" |
267 | 2023-09-29T22:44:13.210Z | + CIDL_BUILD=illumos |
268 | 2023-09-29T22:44:13.214Z | + CIDL_SUFFIX=tar.gz |
269 | 2023-09-29T22:44:13.217Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-09-29T22:44:13.220Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2023-09-29T22:44:13.224Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2023-09-29T22:44:13.227Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2023-09-29T22:44:13.229Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2023-09-29T22:44:13.232Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-09-29T22:44:13.236Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-09-29T22:44:13.238Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2023-09-29T22:44:13.242Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-09-29T22:44:13.245Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-09-29T22:44:13.248Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-09-29T22:44:13.251Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-09-29T22:44:13.255Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-09-29T22:44:13.258Z | + mkdir -p out/downloads |
283 | 2023-09-29T22:44:13.261Z | + mkdir -p ./out/cockroachdb |
284 | 2023-09-29T22:44:13.264Z | + local DO_DOWNLOAD=true |
285 | 2023-09-29T22:44:13.267Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2023-09-29T22:44:13.270Z | + '[' true == true ']' |
287 | 2023-09-29T22:44:13.273Z | + echo Downloading... |
288 | 2023-09-29T22:44:13.276Z | Downloading... |
289 | 2023-09-29T22:44:13.279Z | + 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-09-29T22:44:13.282Z | + 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-09-29T22:44:16.412Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-09-29T22:44:16.418Z | ++ md5sum |
293 | 2023-09-29T22:44:16.421Z | ++ awk '{print $1}' |
294 | 2023-09-29T22:44:16.596Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-09-29T22:44:16.601Z | + [[ 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-09-29T22:44:16.617Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-09-29T22:44:16.634Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2023-09-29T22:44:20.045Z | + do_assemble_illumos |
299 | 2023-09-29T22:44:20.050Z | + rm -r ./out/cockroachdb |
300 | 2023-09-29T22:44:20.057Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2023-09-29T22:44:20.787Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2023-09-29T22:44:21.528Z | Build Tag: v22.1.9-dirty |
303 | 2023-09-29T22:44:21.564Z | Build Time: 2022/10/26 21:17:46 |
304 | 2023-09-29T22:44:22.120Z | Distribution: OSS |
305 | 2023-09-29T22:44:22.257Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2023-09-29T22:44:22.292Z | Go Version: go1.17.13 |
307 | 2023-09-29T22:44:22.305Z | C Compiler: gcc 10.3.0 |
308 | 2023-09-29T22:44:22.311Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2023-09-29T22:44:22.337Z | Build Type: release |
310 | 2023-09-29T22:44:22.342Z | + set -o errexit |
311 | 2023-09-29T22:44:22.347Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2023-09-29T22:44:22.351Z | ++ cd ./tools |
313 | 2023-09-29T22:44:22.386Z | ++ pwd |
314 | 2023-09-29T22:44:22.396Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2023-09-29T22:44:22.521Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2023-09-29T22:44:24.881Z | + ARG0=ci_download_clickhouse |
317 | 2023-09-29T22:44:28.763Z | + TARGET_DIR=out |
318 | 2023-09-29T22:44:52.254Z | + DOWNLOAD_DIR=out/downloads |
319 | 2023-09-29T22:44:53.461Z | + DEST_DIR=./out/clickhouse |
320 | 2023-09-29T22:44:55.018Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2023-09-29T22:44:55.470Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-09-29T22:44:55.499Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2023-09-29T22:44:55.522Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2023-09-29T22:44:55.547Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-09-29T22:44:55.580Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2023-09-29T22:44:55.597Z | + main |
327 | 2023-09-29T22:44:55.605Z | + [[ 0 != 0 ]] |
328 | 2023-09-29T22:44:55.656Z | + CIDL_OS=solaris2.11 |
329 | 2023-09-29T22:44:55.688Z | + [[ 0 != 0 ]] |
330 | 2023-09-29T22:44:55.707Z | + configure_os solaris2.11 |
331 | 2023-09-29T22:44:55.725Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2023-09-29T22:44:55.749Z | current directory: /work/oxidecomputer/omicron |
333 | 2023-09-29T22:44:55.796Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2023-09-29T22:44:55.842Z | configuring based on OS: "solaris2.11" |
335 | 2023-09-29T22:44:55.884Z | + CIDL_DASHREV= |
336 | 2023-09-29T22:44:55.912Z | + case "$1" in |
337 | 2023-09-29T22:44:56.353Z | + CIDL_PLATFORM=illumos |
338 | 2023-09-29T22:44:56.828Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-09-29T22:44:56.876Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2023-09-29T22:44:56.905Z | + CIDL_DASHREV=-1 |
341 | 2023-09-29T22:44:56.951Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2023-09-29T22:44:57.017Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-09-29T22:44:57.450Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-09-29T22:44:57.472Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-09-29T22:44:57.502Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-09-29T22:44:57.544Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-09-29T22:44:57.563Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-09-29T22:44:57.590Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-09-29T22:44:57.621Z | + mkdir -p out/downloads |
350 | 2023-09-29T22:44:57.662Z | + mkdir -p ./out/clickhouse |
351 | 2023-09-29T22:44:57.694Z | + local DO_DOWNLOAD=true |
352 | 2023-09-29T22:44:57.734Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-09-29T22:44:57.808Z | + '[' true == true ']' |
354 | 2023-09-29T22:44:57.859Z | + echo Downloading... |
355 | 2023-09-29T22:44:57.893Z | Downloading... |
356 | 2023-09-29T22:44:57.921Z | + 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-09-29T22:44:57.951Z | + 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-09-29T22:44:57.985Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-09-29T22:44:58.019Z | ++ md5sum |
360 | 2023-09-29T22:44:58.056Z | ++ awk '{print $1}' |
361 | 2023-09-29T22:44:58.098Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-09-29T22:44:58.131Z | + [[ 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-09-29T22:44:58.184Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2023-09-29T22:44:58.240Z | + mkdir -p ./out/clickhouse |
365 | 2023-09-29T22:44:58.686Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2023-09-29T22:44:58.718Z | + ./out/clickhouse/clickhouse server --version |
367 | 2023-09-29T22:44:58.746Z | ClickHouse server version 22.8.9.1. |
368 | 2023-09-29T22:44:58.791Z | + set -o errexit |
369 | 2023-09-29T22:44:58.862Z | +++ dirname ./tools/ci_download_console |
370 | 2023-09-29T22:44:58.885Z | ++ cd ./tools |
371 | 2023-09-29T22:44:58.912Z | ++ pwd |
372 | 2023-09-29T22:44:59.353Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2023-09-29T22:44:59.375Z | ++ basename ./tools/ci_download_console |
374 | 2023-09-29T22:44:59.415Z | + ARG0=ci_download_console |
375 | 2023-09-29T22:44:59.445Z | + TARGET_DIR=out |
376 | 2023-09-29T22:44:59.486Z | + DOWNLOAD_DIR=out/downloads |
377 | 2023-09-29T22:44:59.505Z | + DEST_DIR=./out/console-assets |
378 | 2023-09-29T22:44:59.534Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2023-09-29T22:44:59.570Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
380 | 2023-09-29T22:44:59.618Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
381 | 2023-09-29T22:44:59.644Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
382 | 2023-09-29T22:44:59.653Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2023-09-29T22:44:59.667Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
384 | 2023-09-29T22:44:59.676Z | + main |
385 | 2023-09-29T22:44:59.681Z | Local file: out/downloads/console.tar.gz |
386 | 2023-09-29T22:44:59.685Z | + [[ 0 != 0 ]] |
387 | 2023-09-29T22:44:59.694Z | Downloading... |
388 | 2023-09-29T22:44:59.698Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
389 | 2023-09-29T22:44:59.711Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
390 | 2023-09-29T22:44:59.737Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-09-29T22:44:59.767Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
392 | 2023-09-29T22:44:59.826Z | + local DO_DOWNLOAD=true |
393 | 2023-09-29T22:44:59.841Z | Downloading... |
394 | 2023-09-29T22:44:59.901Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-09-29T22:44:59.924Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
396 | 2023-09-29T22:44:59.940Z | + mkdir -p out/downloads |
397 | 2023-09-29T22:44:59.954Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
398 | 2023-09-29T22:44:59.968Z | + '[' true == true ']' |
399 | 2023-09-29T22:44:59.987Z | Downloading... |
400 | 2023-09-29T22:45:00.421Z | + echo Downloading... |
401 | 2023-09-29T22:45:00.433Z | current directory: /work/oxidecomputer/omicron |
402 | 2023-09-29T22:45:00.450Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
403 | 2023-09-29T22:45:00.467Z | configuring based on OS: "solaris2.11" |
404 | 2023-09-29T22:45:00.482Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
405 | 2023-09-29T22:45:00.502Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
406 | 2023-09-29T22:45:00.940Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2023-09-29T22:45:01.024Z | Local file: out/downloads/dendrite-stub.tar.gz |
408 | 2023-09-29T22:45:01.082Z | ++ case "$OSTYPE" in |
409 | 2023-09-29T22:45:01.570Z | Downloading... |
410 | 2023-09-29T22:45:01.601Z | ++ SHA=sha256sum |
411 | 2023-09-29T22:45:02.035Z | ++ sha256sum |
412 | 2023-09-29T22:45:02.064Z | ++ awk '{print $1}' |
413 | 2023-09-29T22:45:02.088Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
414 | 2023-09-29T22:45:02.119Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
415 | 2023-09-29T22:45:02.143Z | + rm -rf ./out/console-assets |
416 | 2023-09-29T22:45:02.157Z | + mkdir -p ./out/console-assets |
417 | 2023-09-29T22:45:02.174Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2023-09-29T22:45:02.188Z | + mkdir -p ./out/console-assets |
419 | 2023-09-29T22:45:02.212Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2023-09-29T22:45:02.243Z | + set -o errexit |
421 | 2023-09-29T22:45:02.271Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2023-09-29T22:45:02.304Z | ++ cd ./tools |
423 | 2023-09-29T22:45:02.349Z | ++ pwd |
424 | 2023-09-29T22:45:02.367Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2023-09-29T22:45:02.385Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2023-09-29T22:45:02.413Z | + ARG0=ci_download_maghemite_openapi |
427 | 2023-09-29T22:45:02.450Z | + TARGET_DIR=out |
428 | 2023-09-29T22:45:02.483Z | + DOWNLOAD_DIR=out/downloads |
429 | 2023-09-29T22:45:02.930Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
430 | 2023-09-29T22:45:02.997Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
431 | 2023-09-29T22:45:03.449Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
432 | 2023-09-29T22:45:03.470Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
433 | 2023-09-29T22:45:03.493Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
434 | 2023-09-29T22:45:03.509Z | + main |
435 | 2023-09-29T22:45:03.530Z | + [[ 0 != 0 ]] |
436 | 2023-09-29T22:45:03.552Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
437 | 2023-09-29T22:45:03.563Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
438 | 2023-09-29T22:45:03.589Z | + local DO_DOWNLOAD=true |
439 | 2023-09-29T22:45:03.625Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
440 | 2023-09-29T22:45:03.659Z | + mkdir -p out/downloads |
441 | 2023-09-29T22:45:03.696Z | + '[' true == true ']' |
442 | 2023-09-29T22:45:04.122Z | + echo Downloading... |
443 | 2023-09-29T22:45:04.141Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
444 | 2023-09-29T22:45:04.165Z | + 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 |
445 | 2023-09-29T22:45:04.188Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
446 | 2023-09-29T22:45:04.216Z | ++ case "$OSTYPE" in |
447 | 2023-09-29T22:45:04.235Z | ++ SHA=sha256sum |
448 | 2023-09-29T22:45:04.250Z | ++ sha256sum |
449 | 2023-09-29T22:45:04.263Z | ++ awk '{print $1}' |
450 | 2023-09-29T22:45:04.276Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
451 | 2023-09-29T22:45:04.284Z | + [[ 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 ]] |
452 | 2023-09-29T22:45:04.303Z | + set -o errexit |
453 | 2023-09-29T22:45:04.328Z | +++ dirname ./tools/ci_download_dendrite_openapi |
454 | 2023-09-29T22:45:04.361Z | ++ cd ./tools |
455 | 2023-09-29T22:45:05.230Z | ++ pwd |
456 | 2023-09-29T22:45:05.248Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
457 | 2023-09-29T22:45:05.265Z | ++ basename ./tools/ci_download_dendrite_openapi |
458 | 2023-09-29T22:45:05.272Z | + ARG0=ci_download_dendrite_openapi |
459 | 2023-09-29T22:45:05.289Z | + TARGET_DIR=out |
460 | 2023-09-29T22:45:05.307Z | + DOWNLOAD_DIR=out/downloads |
461 | 2023-09-29T22:45:05.325Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
462 | 2023-09-29T22:45:05.344Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
463 | 2023-09-29T22:45:05.357Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
464 | 2023-09-29T22:45:05.362Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
465 | 2023-09-29T22:45:05.374Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
466 | 2023-09-29T22:45:05.390Z | + main |
467 | 2023-09-29T22:45:05.401Z | + [[ 0 != 0 ]] |
468 | 2023-09-29T22:45:05.411Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
469 | 2023-09-29T22:45:05.428Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
470 | 2023-09-29T22:45:05.445Z | + local DO_DOWNLOAD=true |
471 | 2023-09-29T22:45:05.456Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
472 | 2023-09-29T22:45:05.474Z | + mkdir -p out/downloads |
473 | 2023-09-29T22:45:05.486Z | + '[' true == true ']' |
474 | 2023-09-29T22:45:05.495Z | + echo Downloading... |
475 | 2023-09-29T22:45:05.510Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
476 | 2023-09-29T22:45:05.530Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
477 | 2023-09-29T22:45:05.548Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
478 | 2023-09-29T22:45:05.989Z | ++ case "$OSTYPE" in |
479 | 2023-09-29T22:45:06.017Z | ++ SHA=sha256sum |
480 | 2023-09-29T22:45:06.034Z | ++ sha256sum |
481 | 2023-09-29T22:45:06.150Z | ++ awk '{print $1}' |
482 | 2023-09-29T22:45:06.191Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
483 | 2023-09-29T22:45:06.608Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
484 | 2023-09-29T22:45:06.620Z | + set -o errexit |
485 | 2023-09-29T22:45:06.635Z | +++ dirname ./tools/ci_download_dendrite_stub |
486 | 2023-09-29T22:45:06.645Z | ++ cd ./tools |
487 | 2023-09-29T22:45:06.670Z | ++ pwd |
488 | 2023-09-29T22:45:06.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2023-09-29T22:45:06.718Z | ++ basename ./tools/ci_download_dendrite_stub |
490 | 2023-09-29T22:45:06.735Z | + ARG0=ci_download_dendrite_stub |
491 | 2023-09-29T22:45:06.749Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
492 | 2023-09-29T22:45:06.764Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
493 | 2023-09-29T22:45:06.777Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
494 | 2023-09-29T22:45:06.790Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
495 | 2023-09-29T22:45:06.809Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-09-29T22:45:06.829Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
497 | 2023-09-29T22:45:06.846Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
498 | 2023-09-29T22:45:06.867Z | + TARGET_DIR=out |
499 | 2023-09-29T22:45:06.891Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-09-29T22:45:07.309Z | + DEST_DIR=./out/dendrite-stub |
501 | 2023-09-29T22:45:07.314Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
502 | 2023-09-29T22:45:07.330Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
503 | 2023-09-29T22:45:07.351Z | + REPO=oxidecomputer/dendrite |
504 | 2023-09-29T22:45:07.373Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
505 | 2023-09-29T22:45:07.391Z | + main |
506 | 2023-09-29T22:45:07.400Z | + [[ 0 != 0 ]] |
507 | 2023-09-29T22:45:07.413Z | + CIDL_OS=solaris2.11 |
508 | 2023-09-29T22:45:07.429Z | + [[ 0 != 0 ]] |
509 | 2023-09-29T22:45:07.442Z | + configure_os solaris2.11 |
510 | 2023-09-29T22:45:07.472Z | + echo 'current directory: /work/oxidecomputer/omicron' |
511 | 2023-09-29T22:45:07.494Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2023-09-29T22:45:07.519Z | + case "$1" in |
513 | 2023-09-29T22:45:07.534Z | + SET_BINARIES= |
514 | 2023-09-29T22:45:07.546Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
515 | 2023-09-29T22:45:07.566Z | + CIDL_SHA256FUNC=do_sha256sum |
516 | 2023-09-29T22:45:07.592Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
517 | 2023-09-29T22:45:08.017Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
518 | 2023-09-29T22:45:08.025Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
519 | 2023-09-29T22:45:08.037Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
520 | 2023-09-29T22:45:08.054Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
521 | 2023-09-29T22:45:08.079Z | + mkdir -p out/downloads |
522 | 2023-09-29T22:45:08.106Z | + mkdir -p ./out/dendrite-stub |
523 | 2023-09-29T22:45:08.130Z | + fetch_and_verify |
524 | 2023-09-29T22:45:08.150Z | + local DO_DOWNLOAD=true |
525 | 2023-09-29T22:45:08.166Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
526 | 2023-09-29T22:45:08.214Z | + '[' true == true ']' |
527 | 2023-09-29T22:45:08.229Z | + echo Downloading... |
528 | 2023-09-29T22:45:08.249Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
529 | 2023-09-29T22:45:08.278Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
530 | 2023-09-29T22:45:08.307Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
531 | 2023-09-29T22:45:08.337Z | ++ sha256sum |
532 | 2023-09-29T22:45:08.366Z | ++ awk '{print $1}' |
533 | 2023-09-29T22:45:08.384Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
534 | 2023-09-29T22:45:08.390Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
535 | 2023-09-29T22:45:08.398Z | + do_untar out/downloads/dendrite-stub.tar.gz |
536 | 2023-09-29T22:45:08.404Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
537 | 2023-09-29T22:45:08.409Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-09-29T22:45:08.415Z | + do_assemble |
539 | 2023-09-29T22:45:08.423Z | configuring based on OS: "solaris2.11" |
540 | 2023-09-29T22:45:08.431Z | + rm -r ./out/dendrite-stub |
541 | 2023-09-29T22:45:08.436Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
542 | 2023-09-29T22:45:08.442Z | + mkdir ./out/dendrite-stub |
543 | 2023-09-29T22:45:08.449Z | Local file: out/downloads/xcvradm.gz |
544 | 2023-09-29T22:45:08.457Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2023-09-29T22:45:08.464Z | Downloading... |
546 | 2023-09-29T22:45:08.472Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
547 | 2023-09-29T22:45:08.478Z | + set -o errexit |
548 | 2023-09-29T22:45:08.484Z | +++ dirname ./tools/ci_download_transceiver_control |
549 | 2023-09-29T22:45:08.505Z | ++ cd ./tools |
550 | 2023-09-29T22:45:08.517Z | ++ pwd |
551 | 2023-09-29T22:45:08.524Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
552 | 2023-09-29T22:45:08.528Z | ++ basename ./tools/ci_download_transceiver_control |
553 | 2023-09-29T22:45:08.531Z | + ARG0=ci_download_transceiver_control |
554 | 2023-09-29T22:45:08.541Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
555 | 2023-09-29T22:45:08.546Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
556 | 2023-09-29T22:45:08.550Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
557 | 2023-09-29T22:45:08.554Z | + TARGET_DIR=out |
558 | 2023-09-29T22:45:08.557Z | + DOWNLOAD_DIR=out/downloads |
559 | 2023-09-29T22:45:08.562Z | + DEST_DIR=./out/transceiver-control |
560 | 2023-09-29T22:45:08.566Z | + BIN_DIR=/opt/oxide/bin |
561 | 2023-09-29T22:45:08.569Z | + BINARY=xcvradm |
562 | 2023-09-29T22:45:08.572Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
563 | 2023-09-29T22:45:08.575Z | + REPO=oxidecomputer/transceiver-control |
564 | 2023-09-29T22:45:08.578Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
565 | 2023-09-29T22:45:08.581Z | + main |
566 | 2023-09-29T22:45:08.590Z | + [[ 0 != 0 ]] |
567 | 2023-09-29T22:45:08.615Z | + CIDL_OS=solaris2.11 |
568 | 2023-09-29T22:45:08.628Z | + [[ 0 != 0 ]] |
569 | 2023-09-29T22:45:08.631Z | + configure_os solaris2.11 |
570 | 2023-09-29T22:45:08.634Z | + echo 'current directory: /work/oxidecomputer/omicron' |
571 | 2023-09-29T22:45:08.638Z | + echo 'configuring based on OS: "solaris2.11"' |
572 | 2023-09-29T22:45:08.642Z | + case "$1" in |
573 | 2023-09-29T22:45:08.645Z | + SET_BINARIES= |
574 | 2023-09-29T22:45:08.648Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
575 | 2023-09-29T22:45:08.651Z | + CIDL_SHA256FUNC=do_sha256sum |
576 | 2023-09-29T22:45:08.655Z | + ARCHIVE_FILENAME=xcvradm.gz |
577 | 2023-09-29T22:45:08.659Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
578 | 2023-09-29T22:45:08.663Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
579 | 2023-09-29T22:45:08.666Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
580 | 2023-09-29T22:45:08.673Z | + echo 'Local file: out/downloads/xcvradm.gz' |
581 | 2023-09-29T22:45:08.677Z | + mkdir -p out/downloads |
582 | 2023-09-29T22:45:08.681Z | + mkdir -p ./out/transceiver-control |
583 | 2023-09-29T22:45:08.684Z | + fetch_and_verify |
584 | 2023-09-29T22:45:08.686Z | + local DO_DOWNLOAD=true |
585 | 2023-09-29T22:45:08.689Z | + [[ -f out/downloads/xcvradm.gz ]] |
586 | 2023-09-29T22:45:08.700Z | + '[' true == true ']' |
587 | 2023-09-29T22:45:08.704Z | + echo Downloading... |
588 | 2023-09-29T22:45:08.713Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
589 | 2023-09-29T22:45:08.720Z | + 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-09-29T22:45:08.897Z | ++ do_sha256sum out/downloads/xcvradm.gz |
591 | 2023-09-29T22:45:08.914Z | ++ sha256sum |
592 | 2023-09-29T22:45:08.932Z | ++ awk '{print $1}' |
593 | 2023-09-29T22:45:08.961Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2023-09-29T22:45:08.987Z | + [[ 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-09-29T22:45:09.008Z | + do_unpack out/downloads/xcvradm.gz |
596 | 2023-09-29T22:45:09.026Z | + mkdir -p out/downloads/root//opt/oxide/bin |
597 | 2023-09-29T22:45:09.056Z | + gzip -dc out/downloads/xcvradm.gz |
598 | 2023-09-29T22:45:09.112Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
599 | 2023-09-29T22:45:09.132Z | + do_assemble |
600 | 2023-09-29T22:45:09.149Z | + rm -r ./out/transceiver-control |
601 | 2023-09-29T22:45:09.165Z | + mkdir ./out/transceiver-control |
602 | 2023-09-29T22:45:09.182Z | + cp -r out/downloads/root ./out/transceiver-control/root |
603 | 2023-09-29T22:45:09.248Z | All builder prerequisites installed successfully, and PATH looks valid |
604 | 2023-09-29T22:45:09.264Z | |
605 | 2023-09-29T22:45:09.284Z | real 2:19.490054832 |
606 | 2023-09-29T22:45:09.300Z | user 49.368965706 |
607 | 2023-09-29T22:45:09.327Z | sys 9.440359102 |
608 | 2023-09-29T22:45:09.759Z | trap 0.023102078 |
609 | 2023-09-29T22:45:09.774Z | tflt 0.301843539 |
610 | 2023-09-29T22:45:09.788Z | dflt 0.469449191 |
611 | 2023-09-29T22:45:09.814Z | kflt 0.110805590 |
612 | 2023-09-29T22:45:09.841Z | lock 1.905779089 |
613 | 2023-09-29T22:45:09.864Z | slp 4:44.135443449 |
614 | 2023-09-29T22:45:09.887Z | lat 3.069475921 |
615 | 2023-09-29T22:45:09.904Z | stop 0.053412469 |
616 | 2023-09-29T22:45:09.917Z | |
617 | 2023-09-29T22:45:09.927Z | #### # # ##### ##### # # |
618 | 2023-09-29T22:45:09.932Z | # # # # # # # # # # |
619 | 2023-09-29T22:45:09.944Z | # # # # # # # # |
620 | 2023-09-29T22:45:09.957Z | # # # ##### ##### # |
621 | 2023-09-29T22:45:09.970Z | # # # # # # # |
622 | 2023-09-29T22:45:09.980Z | #### ###### # # # # |
623 | 2023-09-29T22:45:09.985Z | |
624 | 2023-09-29T22:45:09.993Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-09-29T22:45:10.004Z | Updating crates.io index |
626 | 2023-09-29T22:45:10.031Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
627 | 2023-09-29T22:45:10.656Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
628 | 2023-09-29T22:45:11.395Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
629 | 2023-09-29T22:45:13.046Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
630 | 2023-09-29T22:45:13.666Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
631 | 2023-09-29T22:45:13.991Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
632 | 2023-09-29T22:45:14.321Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
633 | 2023-09-29T22:45:15.034Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
634 | 2023-09-29T22:45:15.506Z | Updating git repository `https://github.com/oxidecomputer/opte` |
635 | 2023-09-29T22:45:16.569Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
636 | 2023-09-29T22:45:16.906Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
637 | 2023-09-29T22:45:17.248Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
638 | 2023-09-29T22:45:17.572Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
639 | 2023-09-29T22:45:17.889Z | Updating git repository `https://github.com/njaremko/samael` |
640 | 2023-09-29T22:45:18.275Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
641 | 2023-09-29T22:45:19.802Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
642 | 2023-09-29T22:45:20.291Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-09-29T22:45:20.919Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-09-29T22:45:21.324Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
645 | 2023-09-29T22:45:21.692Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
646 | 2023-09-29T22:45:29.819Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
647 | 2023-09-29T22:45:30.207Z | Updating git repository `https://github.com/jgallagher/nix` |
648 | 2023-09-29T22:45:31.417Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
649 | 2023-09-29T22:45:31.721Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-09-29T22:45:32.799Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-09-29T22:45:33.272Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-09-29T22:45:33.573Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-09-29T22:45:35.207Z | Downloading crates ... |
654 | 2023-09-29T22:45:35.364Z | Downloaded anstyle-query v1.0.0 |
655 | 2023-09-29T22:45:35.382Z | Downloaded colorchoice v1.0.0 |
656 | 2023-09-29T22:45:35.390Z | Downloaded thiserror-impl v1.0.49 |
657 | 2023-09-29T22:45:35.397Z | Downloaded clap_lex v0.5.1 |
658 | 2023-09-29T22:45:35.400Z | Downloaded equivalent v1.0.1 |
659 | 2023-09-29T22:45:35.404Z | Downloaded hashbrown v0.14.1 |
660 | 2023-09-29T22:45:35.414Z | Downloaded toml_datetime v0.6.3 |
661 | 2023-09-29T22:45:35.417Z | Downloaded thiserror v1.0.49 |
662 | 2023-09-29T22:45:35.422Z | Downloaded anstream v0.6.4 |
663 | 2023-09-29T22:45:35.425Z | Downloaded cargo_toml v0.16.3 |
664 | 2023-09-29T22:45:35.428Z | Downloaded cargo-platform v0.1.3 |
665 | 2023-09-29T22:45:35.431Z | Downloaded terminal_size v0.3.0 |
666 | 2023-09-29T22:45:35.435Z | Downloaded utf8parse v0.2.1 |
667 | 2023-09-29T22:45:35.437Z | Downloaded cargo_metadata v0.18.0 |
668 | 2023-09-29T22:45:35.440Z | Downloaded semver v1.0.19 |
669 | 2023-09-29T22:45:35.443Z | Downloaded errno v0.3.3 |
670 | 2023-09-29T22:45:35.447Z | Downloaded camino v1.1.6 |
671 | 2023-09-29T22:45:35.449Z | Downloaded clap_derive v4.4.2 |
672 | 2023-09-29T22:45:35.453Z | Downloaded quote v1.0.33 |
673 | 2023-09-29T22:45:35.456Z | Downloaded anyhow v1.0.75 |
674 | 2023-09-29T22:45:35.460Z | Downloaded indexmap v2.0.2 |
675 | 2023-09-29T22:45:35.466Z | Downloaded serde_spanned v0.6.3 |
676 | 2023-09-29T22:45:35.470Z | Downloaded unicode-ident v1.0.12 |
677 | 2023-09-29T22:45:35.473Z | Downloaded proc-macro2 v1.0.67 |
678 | 2023-09-29T22:45:35.477Z | Downloaded serde v1.0.188 |
679 | 2023-09-29T22:45:35.485Z | Downloaded toml v0.8.1 |
680 | 2023-09-29T22:45:35.489Z | Downloaded toml_edit v0.20.1 |
681 | 2023-09-29T22:45:35.527Z | Downloaded memchr v2.6.3 |
682 | 2023-09-29T22:45:35.532Z | Downloaded serde_json v1.0.107 |
683 | 2023-09-29T22:45:35.544Z | Downloaded heck v0.4.1 |
684 | 2023-09-29T22:45:35.547Z | Downloaded syn v2.0.37 |
685 | 2023-09-29T22:45:35.567Z | Downloaded rustix v0.38.15 |
686 | 2023-09-29T22:45:35.616Z | Downloaded strsim v0.10.0 |
687 | 2023-09-29T22:45:35.619Z | Downloaded ryu v1.0.15 |
688 | 2023-09-29T22:45:35.624Z | Downloaded clap_builder v4.4.6 |
689 | 2023-09-29T22:45:35.637Z | Downloaded libc v0.2.148 |
690 | 2023-09-29T22:45:35.697Z | Downloaded winnow v0.5.15 |
691 | 2023-09-29T22:45:35.703Z | Downloaded serde_derive v1.0.188 |
692 | 2023-09-29T22:45:35.706Z | Downloaded clap v4.4.6 |
693 | 2023-09-29T22:45:35.720Z | Downloaded bitflags v2.4.0 |
694 | 2023-09-29T22:45:35.724Z | Downloaded itoa v1.0.9 |
695 | 2023-09-29T22:45:35.727Z | Downloaded anstyle-parse v0.2.2 |
696 | 2023-09-29T22:45:35.730Z | Downloaded anstyle v1.0.4 |
697 | 2023-09-29T22:45:35.852Z | Compiling proc-macro2 v1.0.67 |
698 | 2023-09-29T22:45:35.855Z | Compiling unicode-ident v1.0.12 |
699 | 2023-09-29T22:45:35.857Z | Compiling serde v1.0.188 |
700 | 2023-09-29T22:45:35.860Z | Compiling libc v0.2.148 |
701 | 2023-09-29T22:45:35.863Z | Compiling rustix v0.38.15 |
702 | 2023-09-29T22:45:35.867Z | Compiling hashbrown v0.14.1 |
703 | 2023-09-29T22:45:35.870Z | Compiling utf8parse v0.2.1 |
704 | 2023-09-29T22:45:35.874Z | Compiling equivalent v1.0.1 |
705 | 2023-09-29T22:45:36.144Z | Compiling bitflags v2.4.0 |
706 | 2023-09-29T22:45:36.239Z | Compiling anstyle-parse v0.2.2 |
707 | 2023-09-29T22:45:36.727Z | Compiling camino v1.1.6 |
708 | 2023-09-29T22:45:36.731Z | Compiling anstyle-query v1.0.0 |
709 | 2023-09-29T22:45:36.856Z | Compiling winnow v0.5.15 |
710 | 2023-09-29T22:45:37.449Z | Compiling indexmap v2.0.2 |
711 | 2023-09-29T22:45:37.663Z | Compiling anstyle v1.0.4 |
712 | 2023-09-29T22:45:37.685Z | Compiling thiserror v1.0.49 |
713 | 2023-09-29T22:45:37.860Z | Compiling serde_json v1.0.107 |
714 | 2023-09-29T22:45:37.885Z | Compiling colorchoice v1.0.0 |
715 | 2023-09-29T22:45:38.112Z | Compiling semver v1.0.19 |
716 | 2023-09-29T22:45:38.354Z | Compiling anstream v0.6.4 |
717 | 2023-09-29T22:45:38.463Z | Compiling strsim v0.10.0 |
718 | 2023-09-29T22:45:38.852Z | Compiling itoa v1.0.9 |
719 | 2023-09-29T22:45:38.864Z | Compiling clap_lex v0.5.1 |
720 | 2023-09-29T22:45:39.215Z | Compiling quote v1.0.33 |
721 | 2023-09-29T22:45:39.292Z | Compiling heck v0.4.1 |
722 | 2023-09-29T22:45:39.585Z | Compiling anyhow v1.0.75 |
723 | 2023-09-29T22:45:39.662Z | Compiling ryu v1.0.15 |
724 | 2023-09-29T22:45:39.884Z | Compiling syn v2.0.37 |
725 | 2023-09-29T22:45:40.272Z | Compiling errno v0.3.3 |
726 | 2023-09-29T22:45:41.668Z | Compiling terminal_size v0.3.0 |
727 | 2023-09-29T22:45:41.876Z | Compiling clap_builder v4.4.6 |
728 | 2023-09-29T22:45:47.627Z | Compiling serde_derive v1.0.188 |
729 | 2023-09-29T22:45:47.630Z | Compiling thiserror-impl v1.0.49 |
730 | 2023-09-29T22:45:47.634Z | Compiling clap_derive v4.4.2 |
731 | 2023-09-29T22:45:52.011Z | Compiling clap v4.4.6 |
732 | 2023-09-29T22:46:00.022Z | Compiling serde_spanned v0.6.3 |
733 | 2023-09-29T22:46:00.030Z | Compiling toml_datetime v0.6.3 |
734 | 2023-09-29T22:46:00.038Z | Compiling cargo-platform v0.1.3 |
735 | 2023-09-29T22:46:00.418Z | Compiling toml_edit v0.20.1 |
736 | 2023-09-29T22:46:02.089Z | Compiling cargo_metadata v0.18.0 |
737 | 2023-09-29T22:46:03.797Z | Compiling toml v0.8.1 |
738 | 2023-09-29T22:46:04.837Z | Compiling cargo_toml v0.16.3 |
739 | 2023-09-29T22:46:10.100Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
740 | 2023-09-29T22:46:11.415Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
741 | 2023-09-29T22:46:11.624Z | Running `target/debug/xtask clippy` |
742 | 2023-09-29T22:46:11.679Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
743 | 2023-09-29T22:46:12.609Z | Downloading crates ... |
744 | 2023-09-29T22:46:12.860Z | Downloaded atty v0.2.14 |
745 | 2023-09-29T22:46:12.872Z | Downloaded crossbeam-deque v0.8.3 |
746 | 2023-09-29T22:46:12.878Z | Downloaded cfg-if v1.0.0 |
747 | 2023-09-29T22:46:12.887Z | Downloaded inout v0.1.3 |
748 | 2023-09-29T22:46:12.897Z | Downloaded match_cfg v0.1.0 |
749 | 2023-09-29T22:46:13.317Z | Downloaded newtype_derive v0.1.6 |
750 | 2023-09-29T22:46:13.324Z | Downloaded hubpack v0.1.2 |
751 | 2023-09-29T22:46:13.335Z | Downloaded num_threads v0.1.6 |
752 | 2023-09-29T22:46:13.365Z | Downloaded byteorder v1.4.3 |
753 | 2023-09-29T22:46:13.379Z | Downloaded corncobs v0.1.3 |
754 | 2023-09-29T22:46:13.384Z | Downloaded num_enum v0.5.11 |
755 | 2023-09-29T22:46:13.387Z | Downloaded argon2 v0.5.2 |
756 | 2023-09-29T22:46:13.390Z | Downloaded atomic-waker v1.1.2 |
757 | 2023-09-29T22:46:13.393Z | Downloaded hostname v0.3.1 |
758 | 2023-09-29T22:46:13.396Z | Downloaded hyper-tls v0.5.0 |
759 | 2023-09-29T22:46:13.399Z | Downloaded bitstruct v0.1.1 |
760 | 2023-09-29T22:46:13.403Z | Downloaded cfg-if v0.1.10 |
761 | 2023-09-29T22:46:13.407Z | Downloaded httptest v0.15.4 |
762 | 2023-09-29T22:46:13.410Z | Downloaded chacha20 v0.9.1 |
763 | 2023-09-29T22:46:13.413Z | Downloaded httpdate v1.0.3 |
764 | 2023-09-29T22:46:13.416Z | Downloaded bitflags v1.3.2 |
765 | 2023-09-29T22:46:13.420Z | Downloaded bitfield v0.14.0 |
766 | 2023-09-29T22:46:13.424Z | Downloaded httparse v1.8.0 |
767 | 2023-09-29T22:46:13.428Z | Downloaded cancel-safe-futures v0.1.2 |
768 | 2023-09-29T22:46:13.432Z | Downloaded chacha20poly1305 v0.10.1 |
769 | 2023-09-29T22:46:13.436Z | Downloaded zeroize v1.6.0 |
770 | 2023-09-29T22:46:13.440Z | Downloaded zeroize_derive v1.4.2 |
771 | 2023-09-29T22:46:13.445Z | Downloaded crunchy v0.2.2 |
772 | 2023-09-29T22:46:13.451Z | Downloaded quick-error v1.2.3 |
773 | 2023-09-29T22:46:13.459Z | Downloaded crc32fast v1.3.2 |
774 | 2023-09-29T22:46:13.465Z | Downloaded assert_cmd v2.0.12 |
775 | 2023-09-29T22:46:13.474Z | Downloaded yansi v0.5.1 |
776 | 2023-09-29T22:46:13.480Z | Downloaded tokio-tungstenite v0.17.2 |
777 | 2023-09-29T22:46:13.487Z | Downloaded derive_builder_macro v0.12.0 |
778 | 2023-09-29T22:46:13.898Z | Downloaded headers-core v0.2.0 |
779 | 2023-09-29T22:46:13.902Z | Downloaded sct v0.7.0 |
780 | 2023-09-29T22:46:13.905Z | Downloaded filetime v0.2.22 |
781 | 2023-09-29T22:46:13.910Z | Downloaded hex v0.4.3 |
782 | 2023-09-29T22:46:13.919Z | Downloaded base64 v0.13.1 |
783 | 2023-09-29T22:46:13.924Z | Downloaded erased-serde v0.3.31 |
784 | 2023-09-29T22:46:13.927Z | Downloaded rustls-pemfile v1.0.3 |
785 | 2023-09-29T22:46:13.930Z | Downloaded static_assertions v1.1.0 |
786 | 2023-09-29T22:46:13.934Z | Downloaded rpassword v7.2.0 |
787 | 2023-09-29T22:46:13.940Z | Downloaded indicatif v0.17.7 |
788 | 2023-09-29T22:46:13.944Z | Downloaded darling_macro v0.20.3 |
789 | 2023-09-29T22:46:13.948Z | Downloaded usdt-attr-macro v0.3.5 |
790 | 2023-09-29T22:46:13.952Z | Downloaded diesel_table_macro_syntax v0.1.0 |
791 | 2023-09-29T22:46:13.955Z | Downloaded tempfile v3.8.0 |
792 | 2023-09-29T22:46:13.959Z | Downloaded http-body v0.4.5 |
793 | 2023-09-29T22:46:13.962Z | Downloaded tinyvec v1.6.0 |
794 | 2023-09-29T22:46:13.966Z | Downloaded fallible-streaming-iterator v0.1.9 |
795 | 2023-09-29T22:46:13.969Z | Downloaded path-absolutize v3.1.1 |
796 | 2023-09-29T22:46:13.972Z | Downloaded take_mut v0.2.2 |
797 | 2023-09-29T22:46:13.975Z | Downloaded itertools v0.10.5 |
798 | 2023-09-29T22:46:13.978Z | Downloaded path-slash v0.1.5 |
799 | 2023-09-29T22:46:13.985Z | Downloaded console v0.15.7 |
800 | 2023-09-29T22:46:13.989Z | Downloaded enum-iterator-derive v1.2.1 |
801 | 2023-09-29T22:46:13.994Z | Downloaded same-file v1.0.6 |
802 | 2023-09-29T22:46:13.997Z | Downloaded flagset v0.4.4 |
803 | 2023-09-29T22:46:14.000Z | Downloaded peeking_take_while v0.1.2 |
804 | 2023-09-29T22:46:14.003Z | Downloaded futures-sink v0.3.28 |
805 | 2023-09-29T22:46:14.006Z | Downloaded futures-macro v0.3.28 |
806 | 2023-09-29T22:46:14.009Z | Downloaded derive_builder_core v0.12.0 |
807 | 2023-09-29T22:46:14.012Z | Downloaded rand_xorshift v0.3.0 |
808 | 2023-09-29T22:46:14.015Z | Downloaded subtle v2.5.0 |
809 | 2023-09-29T22:46:14.019Z | Downloaded futures-task v0.3.28 |
810 | 2023-09-29T22:46:14.061Z | Downloaded env_logger v0.10.0 |
811 | 2023-09-29T22:46:14.067Z | Downloaded oso-derive v0.26.4 |
812 | 2023-09-29T22:46:14.071Z | Downloaded normalize-line-endings v0.3.0 |
813 | 2023-09-29T22:46:14.075Z | Downloaded crossbeam-utils v0.8.16 |
814 | 2023-09-29T22:46:14.078Z | Downloaded untrusted v0.7.1 |
815 | 2023-09-29T22:46:14.082Z | Downloaded serde-hex v0.1.0 |
816 | 2023-09-29T22:46:14.084Z | Downloaded time-macros v0.2.15 |
817 | 2023-09-29T22:46:14.088Z | Downloaded toolchain_find v0.2.0 |
818 | 2023-09-29T22:46:14.093Z | Downloaded structmeta v0.1.6 |
819 | 2023-09-29T22:46:14.095Z | Downloaded zip v0.6.6 |
820 | 2023-09-29T22:46:14.106Z | Downloaded termtree v0.4.1 |
821 | 2023-09-29T22:46:14.111Z | Downloaded futures-executor v0.3.28 |
822 | 2023-09-29T22:46:14.127Z | Downloaded time-core v0.1.2 |
823 | 2023-09-29T22:46:14.141Z | Downloaded ref-cast-impl v1.0.20 |
824 | 2023-09-29T22:46:14.146Z | Downloaded maybe-uninit v2.0.0 |
825 | 2023-09-29T22:46:14.154Z | Downloaded foreign-types v0.3.2 |
826 | 2023-09-29T22:46:14.158Z | Downloaded paste v1.0.14 |
827 | 2023-09-29T22:46:14.166Z | Downloaded fxhash v0.2.1 |
828 | 2023-09-29T22:46:14.182Z | Downloaded serde_derive_internals v0.26.0 |
829 | 2023-09-29T22:46:14.200Z | Downloaded either v1.9.0 |
830 | 2023-09-29T22:46:14.209Z | Downloaded foreign-types-shared v0.3.1 |
831 | 2023-09-29T22:46:14.217Z | Downloaded foreign-types-shared v0.1.1 |
832 | 2023-09-29T22:46:14.226Z | Downloaded cc v1.0.83 |
833 | 2023-09-29T22:46:14.641Z | Downloaded digest v0.10.7 |
834 | 2023-09-29T22:46:14.652Z | Downloaded oso v0.26.4 |
835 | 2023-09-29T22:46:14.663Z | Downloaded phf_shared v0.10.0 |
836 | 2023-09-29T22:46:14.676Z | Downloaded postgres-types v0.2.6 |
837 | 2023-09-29T22:46:14.682Z | Downloaded num v0.4.1 |
838 | 2023-09-29T22:46:14.689Z | Downloaded semver v0.11.0 |
839 | 2023-09-29T22:46:14.693Z | Downloaded slog-scope v4.4.0 |
840 | 2023-09-29T22:46:14.696Z | Downloaded darling_macro v0.14.4 |
841 | 2023-09-29T22:46:14.700Z | Downloaded rstest_macros v0.18.2 |
842 | 2023-09-29T22:46:14.712Z | Downloaded unicode-width v0.1.11 |
843 | 2023-09-29T22:46:14.717Z | Downloaded tinyvec_macros v0.1.1 |
844 | 2023-09-29T22:46:14.720Z | Downloaded cstr-argument v0.1.2 |
845 | 2023-09-29T22:46:14.727Z | Downloaded polyval v0.6.1 |
846 | 2023-09-29T22:46:14.740Z | Downloaded matches v0.1.10 |
847 | 2023-09-29T22:46:14.763Z | Downloaded pkg-config v0.3.27 |
848 | 2023-09-29T22:46:14.777Z | Downloaded futures-core v0.3.28 |
849 | 2023-09-29T22:46:14.795Z | Downloaded number_prefix v0.4.0 |
850 | 2023-09-29T22:46:14.812Z | Downloaded memoffset v0.9.0 |
851 | 2023-09-29T22:46:14.824Z | Downloaded md-5 v0.10.6 |
852 | 2023-09-29T22:46:14.830Z | Downloaded precomputed-hash v0.1.1 |
853 | 2023-09-29T22:46:14.834Z | Downloaded minimal-lexical v0.2.1 |
854 | 2023-09-29T22:46:14.846Z | Downloaded predicates-core v1.0.6 |
855 | 2023-09-29T22:46:15.275Z | Downloaded vergen v8.2.5 |
856 | 2023-09-29T22:46:15.282Z | Downloaded parking_lot_core v0.8.6 |
857 | 2023-09-29T22:46:15.296Z | Downloaded data-encoding v2.4.0 |
858 | 2023-09-29T22:46:15.306Z | Downloaded ppv-lite86 v0.2.17 |
859 | 2023-09-29T22:46:15.321Z | Downloaded endian-type v0.1.2 |
860 | 2023-09-29T22:46:15.334Z | Downloaded tabled_derive v0.6.0 |
861 | 2023-09-29T22:46:15.352Z | Downloaded rand_chacha v0.3.1 |
862 | 2023-09-29T22:46:15.368Z | Downloaded phf_shared v0.11.2 |
863 | 2023-09-29T22:46:15.380Z | Downloaded tokio-macros v2.1.0 |
864 | 2023-09-29T22:46:15.390Z | Downloaded rustc_version v0.4.0 |
865 | 2023-09-29T22:46:15.403Z | Downloaded memoffset v0.7.1 |
866 | 2023-09-29T22:46:15.414Z | Downloaded signature v1.6.4 |
867 | 2023-09-29T22:46:15.425Z | Downloaded indoc v2.0.4 |
868 | 2023-09-29T22:46:15.433Z | Downloaded once_cell v1.18.0 |
869 | 2023-09-29T22:46:15.441Z | Downloaded num_enum_derive v0.7.0 |
870 | 2023-09-29T22:46:15.449Z | Downloaded foreign-types-macros v0.2.3 |
871 | 2023-09-29T22:46:15.462Z | Downloaded difflib v0.4.0 |
872 | 2023-09-29T22:46:15.474Z | Downloaded termcolor v1.3.0 |
873 | 2023-09-29T22:46:15.480Z | Downloaded expectorate v1.1.0 |
874 | 2023-09-29T22:46:15.486Z | Downloaded enum-iterator v1.4.1 |
875 | 2023-09-29T22:46:15.498Z | Downloaded num-iter v0.1.43 |
876 | 2023-09-29T22:46:15.509Z | Downloaded serde_with_macros v2.3.3 |
877 | 2023-09-29T22:46:15.522Z | Downloaded sha-1 v0.10.1 |
878 | 2023-09-29T22:46:15.528Z | Downloaded enum-as-inner v0.5.1 |
879 | 2023-09-29T22:46:15.533Z | Downloaded tokio-rustls v0.24.1 |
880 | 2023-09-29T22:46:15.536Z | Downloaded float-cmp v0.9.0 |
881 | 2023-09-29T22:46:15.542Z | Downloaded miniz_oxide v0.7.1 |
882 | 2023-09-29T22:46:15.545Z | Downloaded dyn-clone v1.0.14 |
883 | 2023-09-29T22:46:15.549Z | Downloaded funty v2.0.0 |
884 | 2023-09-29T22:46:15.552Z | Downloaded rand_core v0.6.4 |
885 | 2023-09-29T22:46:15.557Z | Downloaded num_enum v0.7.0 |
886 | 2023-09-29T22:46:15.572Z | Downloaded rtoolbox v0.0.1 |
887 | 2023-09-29T22:46:15.582Z | Downloaded r2d2 v0.8.10 |
888 | 2023-09-29T22:46:15.598Z | Downloaded similar v2.2.1 |
889 | 2023-09-29T22:46:15.616Z | Downloaded ref-cast v1.0.20 |
890 | 2023-09-29T22:46:15.626Z | Downloaded strum_macros v0.25.2 |
891 | 2023-09-29T22:46:15.642Z | Downloaded futures v0.3.28 |
892 | 2023-09-29T22:46:15.651Z | Downloaded unicode-xid v0.2.4 |
893 | 2023-09-29T22:46:15.655Z | Downloaded num-derive v0.4.0 |
894 | 2023-09-29T22:46:15.661Z | Downloaded tap v1.0.1 |
895 | 2023-09-29T22:46:15.667Z | Downloaded mio v0.8.8 |
896 | 2023-09-29T22:46:15.673Z | Downloaded ringbuffer v0.14.2 |
897 | 2023-09-29T22:46:15.678Z | Downloaded version_check v0.9.4 |
898 | 2023-09-29T22:46:15.682Z | Downloaded mime_guess v2.0.4 |
899 | 2023-09-29T22:46:15.686Z | Downloaded nu-ansi-term v0.49.0 |
900 | 2023-09-29T22:46:15.691Z | Downloaded log v0.4.20 |
901 | 2023-09-29T22:46:15.696Z | Downloaded tracing-core v0.1.31 |
902 | 2023-09-29T22:46:15.722Z | Downloaded ron v0.7.1 |
903 | 2023-09-29T22:46:15.727Z | Downloaded textwrap v0.16.0 |
904 | 2023-09-29T22:46:15.732Z | Downloaded derive_more v0.99.17 |
905 | 2023-09-29T22:46:15.749Z | Downloaded vsss-rs v3.3.1 |
906 | 2023-09-29T22:46:15.753Z | Downloaded clap v3.2.25 |
907 | 2023-09-29T22:46:15.758Z | Downloaded quick-xml v0.28.2 |
908 | 2023-09-29T22:46:15.772Z | Downloaded prettyplease v0.2.15 |
909 | 2023-09-29T22:46:16.187Z | Downloaded time v0.3.29 |
910 | 2023-09-29T22:46:16.191Z | Downloaded flate2 v1.0.27 |
911 | 2023-09-29T22:46:16.194Z | Downloaded env_logger v0.9.3 |
912 | 2023-09-29T22:46:16.199Z | Downloaded ron v0.8.1 |
913 | 2023-09-29T22:46:16.210Z | Downloaded portable-atomic v1.4.3 |
914 | 2023-09-29T22:46:16.627Z | Downloaded reedline v0.23.0 |
915 | 2023-09-29T22:46:16.630Z | Downloaded pest v2.7.4 |
916 | 2023-09-29T22:46:16.633Z | Downloaded rand v0.4.6 |
917 | 2023-09-29T22:46:16.636Z | Downloaded git2 v0.18.1 |
918 | 2023-09-29T22:46:16.639Z | Downloaded unicode-normalization v0.1.22 |
919 | 2023-09-29T22:46:16.642Z | Downloaded serde_with v2.3.3 |
920 | 2023-09-29T22:46:16.644Z | Downloaded rustls v0.21.7 |
921 | 2023-09-29T22:46:16.648Z | Downloaded num-bigint-dig v0.8.4 |
922 | 2023-09-29T22:46:16.653Z | Downloaded petgraph v0.6.4 |
923 | 2023-09-29T22:46:16.656Z | Downloaded clap v2.34.0 |
924 | 2023-09-29T22:46:16.659Z | Downloaded nix v0.26.4 |
925 | 2023-09-29T22:46:16.662Z | Downloaded tabled v0.14.0 |
926 | 2023-09-29T22:46:16.665Z | Downloaded object v0.30.4 |
927 | 2023-09-29T22:46:16.668Z | Downloaded lalrpop v0.19.12 |
928 | 2023-09-29T22:46:16.672Z | Downloaded ratatui v0.23.0 |
929 | 2023-09-29T22:46:16.675Z | Downloaded regex v1.9.5 |
930 | 2023-09-29T22:46:16.678Z | Downloaded trust-dns-proto v0.22.0 |
931 | 2023-09-29T22:46:16.681Z | Downloaded polar-core v0.26.4 |
932 | 2023-09-29T22:46:16.686Z | Downloaded openapiv3 v1.0.3 |
933 | 2023-09-29T22:46:16.688Z | Downloaded regex-automata v0.3.8 |
934 | 2023-09-29T22:46:16.691Z | Downloaded sled v0.34.7 |
935 | 2023-09-29T22:46:16.695Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
936 | 2023-09-29T22:46:16.698Z | Downloaded zerocopy-derive v0.2.0 |
937 | 2023-09-29T22:46:16.701Z | Downloaded finl_unicode v1.2.0 |
938 | 2023-09-29T22:46:16.704Z | Downloaded tokio v1.32.0 |
939 | 2023-09-29T22:46:16.707Z | Downloaded sha3 v0.10.8 |
940 | 2023-09-29T22:46:16.710Z | Downloaded zerocopy-derive v0.6.4 |
941 | 2023-09-29T22:46:16.713Z | Downloaded diesel v2.1.2 |
942 | 2023-09-29T22:46:16.716Z | Downloaded curve25519-dalek v4.1.1 |
943 | 2023-09-29T22:46:16.719Z | Downloaded regex-syntax v0.7.5 |
944 | 2023-09-29T22:46:16.722Z | Downloaded regex-syntax v0.6.29 |
945 | 2023-09-29T22:46:16.725Z | Downloaded smoltcp v0.8.2 |
946 | 2023-09-29T22:46:16.728Z | Downloaded encoding_rs v0.8.33 |
947 | 2023-09-29T22:46:16.731Z | Downloaded object v0.32.1 |
948 | 2023-09-29T22:46:16.733Z | Downloaded libgit2-sys v0.16.1+1.7.1 |
949 | 2023-09-29T22:46:16.736Z | Downloaded vcpkg v0.2.15 |
950 | 2023-09-29T22:46:16.739Z | Downloaded bstr v1.6.2 |
951 | 2023-09-29T22:46:16.750Z | Downloaded libtest-mimic v0.5.2 |
952 | 2023-09-29T22:46:16.753Z | Downloaded openssl v0.10.57 |
953 | 2023-09-29T22:46:16.755Z | Downloaded libz-sys v1.1.12 |
954 | 2023-09-29T22:46:16.760Z | Downloaded gimli v0.28.0 |
955 | 2023-09-29T22:46:16.763Z | Downloaded radix_trie v0.2.1 |
956 | 2023-09-29T22:46:16.767Z | Downloaded regress v0.7.1 |
957 | 2023-09-29T22:46:16.769Z | Downloaded webpki-roots v0.25.2 |
958 | 2023-09-29T22:46:16.772Z | Downloaded bitvec v1.0.1 |
959 | 2023-09-29T22:46:16.775Z | Downloaded bstr v0.2.17 |
960 | 2023-09-29T22:46:16.778Z | Downloaded rayon v1.8.0 |
961 | 2023-09-29T22:46:16.781Z | Downloaded plotters v0.3.5 |
962 | 2023-09-29T22:46:16.784Z | Downloaded futures-util v0.3.28 |
963 | 2023-09-29T22:46:16.787Z | Downloaded proptest v1.2.0 |
964 | 2023-09-29T22:46:16.790Z | Downloaded rustls-webpki v0.101.6 |
965 | 2023-09-29T22:46:16.795Z | Downloaded unicode-segmentation v1.10.1 |
966 | 2023-09-29T22:46:16.797Z | Downloaded der v0.7.8 |
967 | 2023-09-29T22:46:16.800Z | Downloaded chrono v0.4.31 |
968 | 2023-09-29T22:46:16.804Z | Downloaded idna v0.4.0 |
969 | 2023-09-29T22:46:16.807Z | Downloaded tokio-util v0.7.9 |
970 | 2023-09-29T22:46:16.812Z | Downloaded bindgen v0.65.1 |
971 | 2023-09-29T22:46:17.227Z | Downloaded syn v1.0.109 |
972 | 2023-09-29T22:46:17.233Z | Downloaded reqwest v0.11.20 |
973 | 2023-09-29T22:46:17.236Z | Downloaded idna v0.2.3 |
974 | 2023-09-29T22:46:17.239Z | Downloaded nom v7.1.3 |
975 | 2023-09-29T22:46:17.243Z | Downloaded num-bigint v0.4.4 |
976 | 2023-09-29T22:46:17.245Z | Downloaded strum_macros v0.24.3 |
977 | 2023-09-29T22:46:17.248Z | Downloaded structopt v0.3.26 |
978 | 2023-09-29T22:46:17.251Z | Downloaded diesel_derives v2.1.2 |
979 | 2023-09-29T22:46:17.256Z | Downloaded flume v0.11.0 |
980 | 2023-09-29T22:46:17.259Z | Downloaded toml_edit v0.19.15 |
981 | 2023-09-29T22:46:17.262Z | Downloaded h2 v0.3.21 |
982 | 2023-09-29T22:46:17.265Z | Downloaded crossterm v0.27.0 |
983 | 2023-09-29T22:46:17.268Z | Downloaded libsqlite3-sys v0.26.0 |
984 | 2023-09-29T22:46:17.270Z | Downloaded toml v0.7.8 |
985 | 2023-09-29T22:46:17.273Z | Downloaded tokio-postgres v0.7.10 |
986 | 2023-09-29T22:46:17.276Z | Downloaded ring v0.16.20 |
987 | 2023-09-29T22:46:17.281Z | Downloaded aho-corasick v1.1.1 |
988 | 2023-09-29T22:46:17.291Z | Downloaded vte v0.11.1 |
989 | 2023-09-29T22:46:17.305Z | Downloaded darling_core v0.20.3 |
990 | 2023-09-29T22:46:17.313Z | Downloaded slog v2.7.0 |
991 | 2023-09-29T22:46:17.317Z | Downloaded url v2.4.1 |
992 | 2023-09-29T22:46:17.322Z | Downloaded pretty_assertions v1.4.0 |
993 | 2023-09-29T22:46:17.744Z | Downloaded libxml v0.3.3 |
994 | 2023-09-29T22:46:17.754Z | Downloaded trust-dns-resolver v0.22.0 |
995 | 2023-09-29T22:46:17.792Z | Downloaded trust-dns-client v0.22.0 |
996 | 2023-09-29T22:46:17.802Z | Downloaded test-strategy v0.2.1 |
997 | 2023-09-29T22:46:17.805Z | Downloaded num-traits v0.2.16 |
998 | 2023-09-29T22:46:17.811Z | Downloaded rand v0.8.5 |
999 | 2023-09-29T22:46:17.815Z | Downloaded hashbrown v0.13.2 |
1000 | 2023-09-29T22:46:17.830Z | Downloaded pretty-hex v0.3.0 |
1001 | 2023-09-29T22:46:17.833Z | Downloaded rstest v0.18.2 |
1002 | 2023-09-29T22:46:17.838Z | Downloaded der_derive v0.7.2 |
1003 | 2023-09-29T22:46:17.841Z | Downloaded signal-hook-registry v1.4.1 |
1004 | 2023-09-29T22:46:17.845Z | Downloaded schemars v0.8.15 |
1005 | 2023-09-29T22:46:17.855Z | Downloaded hyper v0.14.27 |
1006 | 2023-09-29T22:46:17.859Z | Downloaded hashbrown v0.12.3 |
1007 | 2023-09-29T22:46:17.864Z | Downloaded slog-json v2.6.1 |
1008 | 2023-09-29T22:46:17.869Z | Downloaded libefi-sys v0.1.0 |
1009 | 2023-09-29T22:46:17.873Z | Downloaded rustc-hash v1.1.0 |
1010 | 2023-09-29T22:46:17.875Z | Downloaded rcgen v0.10.0 |
1011 | 2023-09-29T22:46:17.879Z | Downloaded lock_api v0.4.10 |
1012 | 2023-09-29T22:46:17.883Z | Downloaded structmeta-derive v0.1.6 |
1013 | 2023-09-29T22:46:17.886Z | Downloaded linked-hash-map v0.5.6 |
1014 | 2023-09-29T22:46:17.893Z | Downloaded linear-map v1.2.0 |
1015 | 2023-09-29T22:46:17.896Z | Downloaded packed_struct_codegen v0.10.1 |
1016 | 2023-09-29T22:46:17.901Z | Downloaded parking_lot_core v0.9.8 |
1017 | 2023-09-29T22:46:17.904Z | Downloaded toml v0.5.11 |
1018 | 2023-09-29T22:46:17.907Z | Downloaded rayon-core v1.12.0 |
1019 | 2023-09-29T22:46:17.912Z | Downloaded steno v0.4.0 |
1020 | 2023-09-29T22:46:17.916Z | Downloaded regex-automata v0.1.10 |
1021 | 2023-09-29T22:46:17.921Z | Downloaded platforms v3.1.2 |
1022 | 2023-09-29T22:46:17.924Z | Downloaded form_urlencoded v1.2.0 |
1023 | 2023-09-29T22:46:17.929Z | Downloaded signal-hook-mio v0.2.3 |
1024 | 2023-09-29T22:46:17.934Z | Downloaded predicates-tree v1.0.9 |
1025 | 2023-09-29T22:46:17.937Z | Downloaded datatest-stable v0.1.3 |
1026 | 2023-09-29T22:46:17.940Z | Downloaded signature v2.1.0 |
1027 | 2023-09-29T22:46:17.943Z | Downloaded jobserver v0.1.26 |
1028 | 2023-09-29T22:46:17.947Z | Downloaded ipnet v2.8.0 |
1029 | 2023-09-29T22:46:17.949Z | Downloaded hyper-rustls v0.24.1 |
1030 | 2023-09-29T22:46:17.953Z | Downloaded unsafe-libyaml v0.2.9 |
1031 | 2023-09-29T22:46:17.956Z | Downloaded resolv-conf v0.7.0 |
1032 | 2023-09-29T22:46:17.959Z | Downloaded utf-8 v0.7.6 |
1033 | 2023-09-29T22:46:17.963Z | Downloaded pest_derive v2.7.4 |
1034 | 2023-09-29T22:46:17.966Z | Downloaded elliptic-curve v0.13.5 |
1035 | 2023-09-29T22:46:17.974Z | Downloaded percent-encoding v2.3.0 |
1036 | 2023-09-29T22:46:17.987Z | Downloaded slog-async v2.8.0 |
1037 | 2023-09-29T22:46:18.404Z | Downloaded sha2 v0.10.8 |
1038 | 2023-09-29T22:46:18.415Z | Downloaded proc-macro-error v1.0.4 |
1039 | 2023-09-29T22:46:18.419Z | Downloaded getrandom v0.2.10 |
1040 | 2023-09-29T22:46:18.422Z | Downloaded indexmap v1.9.3 |
1041 | 2023-09-29T22:46:18.425Z | Downloaded serde_yaml v0.9.25 |
1042 | 2023-09-29T22:46:18.428Z | Downloaded num-integer v0.1.45 |
1043 | 2023-09-29T22:46:18.431Z | Downloaded trust-dns-server v0.22.1 |
1044 | 2023-09-29T22:46:18.434Z | Downloaded doc-comment v0.3.3 |
1045 | 2023-09-29T22:46:18.453Z | Downloaded rusqlite v0.29.0 |
1046 | 2023-09-29T22:46:18.456Z | Downloaded maplit v1.0.2 |
1047 | 2023-09-29T22:46:18.459Z | Downloaded debug-ignore v1.0.5 |
1048 | 2023-09-29T22:46:18.462Z | Downloaded owo-colors v3.5.0 |
1049 | 2023-09-29T22:46:18.465Z | Downloaded pin-project-lite v0.2.13 |
1050 | 2023-09-29T22:46:18.468Z | Downloaded secrecy v0.8.0 |
1051 | 2023-09-29T22:46:18.471Z | Downloaded strsim v0.8.0 |
1052 | 2023-09-29T22:46:18.474Z | Downloaded semver v0.1.20 |
1053 | 2023-09-29T22:46:18.477Z | Downloaded futures-channel v0.3.28 |
1054 | 2023-09-29T22:46:18.485Z | Downloaded pem-rfc7468 v0.7.0 |
1055 | 2023-09-29T22:46:18.488Z | Downloaded heapless v0.7.16 |
1056 | 2023-09-29T22:46:18.491Z | Downloaded headers v0.3.9 |
1057 | 2023-09-29T22:46:18.494Z | Downloaded darling v0.14.4 |
1058 | 2023-09-29T22:46:18.496Z | Downloaded const_format v0.2.31 |
1059 | 2023-09-29T22:46:18.499Z | Downloaded display-error-chain v0.1.1 |
1060 | 2023-09-29T22:46:18.503Z | Downloaded signal-hook-tokio v0.3.1 |
1061 | 2023-09-29T22:46:18.506Z | Downloaded getopts v0.2.21 |
1062 | 2023-09-29T22:46:18.509Z | Downloaded generic-array v0.14.7 |
1063 | 2023-09-29T22:46:18.513Z | Downloaded serde_tokenstream v0.1.7 |
1064 | 2023-09-29T22:46:18.515Z | Downloaded subprocess v0.2.9 |
1065 | 2023-09-29T22:46:18.518Z | Downloaded smoltcp v0.9.1 |
1066 | 2023-09-29T22:46:18.527Z | Downloaded lru-cache v0.1.2 |
1067 | 2023-09-29T22:46:18.529Z | Downloaded thiserror-impl-no-std v2.0.2 |
1068 | 2023-09-29T22:46:18.532Z | Downloaded dof v0.1.5 |
1069 | 2023-09-29T22:46:18.535Z | Downloaded foreign-types v0.5.0 |
1070 | 2023-09-29T22:46:18.539Z | Downloaded pkcs1 v0.7.5 |
1071 | 2023-09-29T22:46:18.543Z | Downloaded futures-io v0.3.28 |
1072 | 2023-09-29T22:46:18.546Z | Downloaded usdt-macro v0.3.5 |
1073 | 2023-09-29T22:46:18.549Z | Downloaded usdt v0.3.5 |
1074 | 2023-09-29T22:46:18.552Z | Downloaded tough v0.12.5 |
1075 | 2023-09-29T22:46:18.555Z | Downloaded diff v0.1.13 |
1076 | 2023-09-29T22:46:18.562Z | Downloaded crossbeam-channel v0.5.8 |
1077 | 2023-09-29T22:46:18.574Z | Downloaded papergrid v0.10.0 |
1078 | 2023-09-29T22:46:19.000Z | Downloaded darling_core v0.14.4 |
1079 | 2023-09-29T22:46:19.006Z | Downloaded nibble_vec v0.1.0 |
1080 | 2023-09-29T22:46:19.012Z | Downloaded parse-display-derive v0.7.0 |
1081 | 2023-09-29T22:46:19.019Z | Downloaded crypto-bigint v0.5.3 |
1082 | 2023-09-29T22:46:19.023Z | Downloaded futures-timer v3.0.2 |
1083 | 2023-09-29T22:46:19.027Z | Downloaded ctr v0.9.2 |
1084 | 2023-09-29T22:46:19.035Z | Downloaded x509-cert v0.2.4 |
1085 | 2023-09-29T22:46:19.040Z | Downloaded hkdf v0.12.3 |
1086 | 2023-09-29T22:46:19.049Z | Downloaded parking_lot v0.12.1 |
1087 | 2023-09-29T22:46:19.060Z | Downloaded crossterm v0.26.1 |
1088 | 2023-09-29T22:46:20.279Z | Downloaded slog-envlogger v2.2.0 |
1089 | 2023-09-29T22:46:20.285Z | Downloaded ena v0.14.2 |
1090 | 2023-09-29T22:46:20.291Z | Downloaded ed25519 v1.5.3 |
1091 | 2023-09-29T22:46:20.298Z | Downloaded packed_struct v0.10.1 |
1092 | 2023-09-29T22:46:20.303Z | Downloaded tracing-attributes v0.1.26 |
1093 | 2023-09-29T22:46:20.311Z | Downloaded topological-sort v0.2.2 |
1094 | 2023-09-29T22:46:20.319Z | Downloaded poly1305 v0.8.0 |
1095 | 2023-09-29T22:46:20.327Z | Downloaded uuid v1.4.1 |
1096 | 2023-09-29T22:46:20.335Z | Downloaded socket2 v0.5.4 |
1097 | 2023-09-29T22:46:20.349Z | Downloaded plotters-backend v0.3.5 |
1098 | 2023-09-29T22:46:20.360Z | Downloaded schemars_derive v0.8.15 |
1099 | 2023-09-29T22:46:20.372Z | Downloaded string_cache v0.8.7 |
1100 | 2023-09-29T22:46:20.380Z | Downloaded parking_lot v0.11.2 |
1101 | 2023-09-29T22:46:20.386Z | Downloaded password-hash v0.5.0 |
1102 | 2023-09-29T22:46:20.391Z | Downloaded partial-io v0.5.4 |
1103 | 2023-09-29T22:46:20.394Z | Downloaded oorandom v11.1.3 |
1104 | 2023-09-29T22:46:20.417Z | Downloaded semver-parser v0.10.2 |
1105 | 2023-09-29T22:46:20.430Z | Downloaded salty v0.2.0 |
1106 | 2023-09-29T22:46:20.446Z | Downloaded serde_repr v0.1.16 |
1107 | 2023-09-29T22:46:20.867Z | Downloaded dirs-next v2.0.0 |
1108 | 2023-09-29T22:46:21.381Z | Downloaded http-range v0.1.5 |
1109 | 2023-09-29T22:46:21.393Z | Downloaded smf v0.2.3 |
1110 | 2023-09-29T22:46:21.429Z | Downloaded smawk v0.3.2 |
1111 | 2023-09-29T22:46:21.445Z | Downloaded tokio-native-tls v0.3.1 |
1112 | 2023-09-29T22:46:21.456Z | Downloaded predicates v3.0.4 |
1113 | 2023-09-29T22:46:21.467Z | Downloaded pkcs8 v0.10.2 |
1114 | 2023-09-29T22:46:21.475Z | Downloaded itertools v0.11.0 |
1115 | 2023-09-29T22:46:21.479Z | Downloaded fnv v1.0.7 |
1116 | 2023-09-29T22:46:21.482Z | Downloaded fatfs v0.3.6 |
1117 | 2023-09-29T22:46:21.487Z | Downloaded path-dedot v3.1.1 |
1118 | 2023-09-29T22:46:21.492Z | Downloaded parse-display v0.7.0 |
1119 | 2023-09-29T22:46:21.497Z | Downloaded pest_generator v2.7.4 |
1120 | 2023-09-29T22:46:21.508Z | Downloaded pem v1.1.1 |
1121 | 2023-09-29T22:46:21.517Z | Downloaded vte_generate_state_changes v0.1.1 |
1122 | 2023-09-29T22:46:21.533Z | Downloaded proc-macro-crate v1.3.1 |
1123 | 2023-09-29T22:46:21.547Z | Downloaded pin-utils v0.1.0 |
1124 | 2023-09-29T22:46:21.550Z | Downloaded phf v0.11.2 |
1125 | 2023-09-29T22:46:21.553Z | Downloaded thiserror-no-std v2.0.2 |
1126 | 2023-09-29T22:46:21.557Z | Downloaded darling v0.20.3 |
1127 | 2023-09-29T22:46:21.560Z | Downloaded smallvec v1.11.1 |
1128 | 2023-09-29T22:46:21.564Z | Downloaded half v1.8.2 |
1129 | 2023-09-29T22:46:21.567Z | Downloaded derive-where v1.2.5 |
1130 | 2023-09-29T22:46:21.570Z | Downloaded openssl-sys v0.9.93 |
1131 | 2023-09-29T22:46:21.574Z | Downloaded serde_path_to_error v0.1.14 |
1132 | 2023-09-29T22:46:21.577Z | Downloaded rustc-demangle v0.1.23 |
1133 | 2023-09-29T22:46:21.580Z | Downloaded serde_arrays v0.1.0 |
1134 | 2023-09-29T22:46:21.585Z | Downloaded threadpool v1.8.1 |
1135 | 2023-09-29T22:46:21.588Z | Downloaded radium v0.7.0 |
1136 | 2023-09-29T22:46:21.591Z | Downloaded textwrap v0.11.0 |
1137 | 2023-09-29T22:46:21.594Z | Downloaded socket2 v0.4.9 |
1138 | 2023-09-29T22:46:21.598Z | Downloaded snafu-derive v0.7.5 |
1139 | 2023-09-29T22:46:21.604Z | Downloaded pin-project v1.1.3 |
1140 | 2023-09-29T22:46:21.615Z | Downloaded termios v0.3.3 |
1141 | 2023-09-29T22:46:21.624Z | Downloaded hashlink v0.8.4 |
1142 | 2023-09-29T22:46:21.636Z | Downloaded libm v0.2.7 |
1143 | 2023-09-29T22:46:21.648Z | Downloaded aes v0.8.3 |
1144 | 2023-09-29T22:46:21.662Z | Downloaded pretty-hex v0.2.1 |
1145 | 2023-09-29T22:46:21.675Z | Downloaded dtrace-parser v0.1.14 |
1146 | 2023-09-29T22:46:21.678Z | Downloaded universal-hash v0.5.1 |
1147 | 2023-09-29T22:46:21.681Z | Downloaded base64 v0.21.4 |
1148 | 2023-09-29T22:46:21.685Z | Downloaded tar v0.4.40 |
1149 | 2023-09-29T22:46:21.688Z | Downloaded dirs-sys-next v0.1.2 |
1150 | 2023-09-29T22:46:21.691Z | Downloaded deranged v0.3.8 |
1151 | 2023-09-29T22:46:21.694Z | Downloaded heck v0.3.3 |
1152 | 2023-09-29T22:46:21.697Z | Downloaded hash32 v0.2.1 |
1153 | 2023-09-29T22:46:21.699Z | Downloaded num-complex v0.4.4 |
1154 | 2023-09-29T22:46:21.702Z | Downloaded crossbeam-epoch v0.9.15 |
1155 | 2023-09-29T22:46:21.705Z | Downloaded fastrand v2.0.1 |
1156 | 2023-09-29T22:46:21.710Z | Downloaded globset v0.4.13 |
1157 | 2023-09-29T22:46:21.725Z | Downloaded derive_builder v0.12.0 |
1158 | 2023-09-29T22:46:21.733Z | Downloaded clang-sys v1.6.1 |
1159 | 2023-09-29T22:46:21.741Z | Downloaded ciborium v0.2.1 |
1160 | 2023-09-29T22:46:22.156Z | Downloaded bytesize v1.3.0 |
1161 | 2023-09-29T22:46:22.162Z | Downloaded opaque-debug v0.3.0 |
1162 | 2023-09-29T22:46:22.168Z | Downloaded rustversion v1.0.14 |
1163 | 2023-09-29T22:46:22.173Z | Downloaded rustc_version v0.1.7 |
1164 | 2023-09-29T22:46:22.182Z | Downloaded fs-err v2.9.0 |
1165 | 2023-09-29T22:46:22.188Z | Downloaded fallible-iterator v0.2.0 |
1166 | 2023-09-29T22:46:22.193Z | Downloaded vec_map v0.8.2 |
1167 | 2023-09-29T22:46:22.201Z | Downloaded slog-stdlog v4.1.1 |
1168 | 2023-09-29T22:46:22.222Z | Downloaded ucd-trie v0.1.6 |
1169 | 2023-09-29T22:46:22.229Z | Downloaded signal-hook v0.3.17 |
1170 | 2023-09-29T22:46:22.233Z | Downloaded rsa v0.9.2 |
1171 | 2023-09-29T22:46:22.237Z | Downloaded postgres-protocol v0.6.6 |
1172 | 2023-09-29T22:46:22.242Z | Downloaded zerocopy v0.6.4 |
1173 | 2023-09-29T22:46:22.252Z | Downloaded yasna v0.5.2 |
1174 | 2023-09-29T22:46:22.260Z | Downloaded criterion v0.5.1 |
1175 | 2023-09-29T22:46:22.272Z | Downloaded num_cpus v1.16.0 |
1176 | 2023-09-29T22:46:22.278Z | Downloaded allocator-api2 v0.2.16 |
1177 | 2023-09-29T22:46:22.284Z | Downloaded relative-path v1.9.0 |
1178 | 2023-09-29T22:46:22.288Z | Downloaded tungstenite v0.17.3 |
1179 | 2023-09-29T22:46:22.292Z | Downloaded tracing v0.1.37 |
1180 | 2023-09-29T22:46:22.296Z | Downloaded curve25519-dalek-derive v0.1.0 |
1181 | 2023-09-29T22:46:22.300Z | Downloaded scheduled-thread-pool v0.2.7 |
1182 | 2023-09-29T22:46:22.303Z | Downloaded group v0.13.0 |
1183 | 2023-09-29T22:46:22.307Z | Downloaded glob v0.3.1 |
1184 | 2023-09-29T22:46:22.317Z | Downloaded fixedbitset v0.4.2 |
1185 | 2023-09-29T22:46:22.327Z | Downloaded ff v0.13.0 |
1186 | 2023-09-29T22:46:22.332Z | Downloaded fd-lock v3.0.13 |
1187 | 2023-09-29T22:46:22.336Z | Downloaded unicode-bidi v0.3.13 |
1188 | 2023-09-29T22:46:22.342Z | Downloaded num_enum_derive v0.5.11 |
1189 | 2023-09-29T22:46:22.347Z | Downloaded macaddr v1.0.1 |
1190 | 2023-09-29T22:46:22.376Z | Downloaded lazy_static v1.4.0 |
1191 | 2023-09-29T22:46:22.380Z | Downloaded is-terminal v0.4.9 |
1192 | 2023-09-29T22:46:22.384Z | Downloaded ipnetwork v0.20.0 |
1193 | 2023-09-29T22:46:22.388Z | Downloaded crc v3.0.1 |
1194 | 2023-09-29T22:46:22.391Z | Downloaded constant_time_eq v0.3.0 |
1195 | 2023-09-29T22:46:22.394Z | Downloaded colored v2.0.4 |
1196 | 2023-09-29T22:46:22.398Z | Downloaded criterion-plot v0.5.0 |
1197 | 2023-09-29T22:46:22.401Z | Downloaded clap_lex v0.2.4 |
1198 | 2023-09-29T22:46:22.405Z | Downloaded stable_deref_trait v1.2.0 |
1199 | 2023-09-29T22:46:22.408Z | Downloaded spin v0.5.2 |
1200 | 2023-09-29T22:46:22.411Z | Downloaded postcard v0.7.3 |
1201 | 2023-09-29T22:46:22.415Z | Downloaded unarray v0.1.4 |
1202 | 2023-09-29T22:46:22.420Z | Downloaded http v0.2.9 |
1203 | 2023-09-29T22:46:22.423Z | Downloaded bytecount v0.6.3 |
1204 | 2023-09-29T22:46:22.428Z | Downloaded crypto-common v0.1.6 |
1205 | 2023-09-29T22:46:22.431Z | Downloaded whoami v1.4.1 |
1206 | 2023-09-29T22:46:22.435Z | Downloaded tungstenite v0.18.0 |
1207 | 2023-09-29T22:46:22.439Z | Downloaded trybuild v1.0.85 |
1208 | 2023-09-29T22:46:22.443Z | Downloaded tinytemplate v1.2.1 |
1209 | 2023-09-29T22:46:22.446Z | Downloaded bytes v1.5.0 |
1210 | 2023-09-29T22:46:22.449Z | Downloaded basic-toml v0.1.4 |
1211 | 2023-09-29T22:46:22.453Z | Downloaded slab v0.4.9 |
1212 | 2023-09-29T22:46:22.461Z | Downloaded ansi_term v0.12.1 |
1213 | 2023-09-29T22:46:22.878Z | Downloaded pin-project-internal v1.1.3 |
1214 | 2023-09-29T22:46:22.885Z | Downloaded pest_meta v2.7.4 |
1215 | 2023-09-29T22:46:22.893Z | Downloaded os_str_bytes v6.5.1 |
1216 | 2023-09-29T22:46:22.898Z | Downloaded lazycell v1.3.0 |
1217 | 2023-09-29T22:46:22.906Z | Downloaded lalrpop-util v0.19.12 |
1218 | 2023-09-29T22:46:22.916Z | Downloaded blake2b_simd v1.0.2 |
1219 | 2023-09-29T22:46:22.919Z | Downloaded wyz v0.5.1 |
1220 | 2023-09-29T22:46:22.922Z | Downloaded which v4.4.2 |
1221 | 2023-09-29T22:46:22.925Z | Downloaded rust-argon2 v1.0.1 |
1222 | 2023-09-29T22:46:22.930Z | Downloaded cpufeatures v0.2.9 |
1223 | 2023-09-29T22:46:22.934Z | Downloaded ciborium-ll v0.2.1 |
1224 | 2023-09-29T22:46:22.937Z | Downloaded usdt-impl v0.3.5 |
1225 | 2023-09-29T22:46:22.940Z | Downloaded unicode-linebreak v0.1.5 |
1226 | 2023-09-29T22:46:22.943Z | Downloaded addr2line v0.21.0 |
1227 | 2023-09-29T22:46:22.947Z | Downloaded unicase v2.7.0 |
1228 | 2023-09-29T22:46:22.952Z | Downloaded nodrop v0.1.14 |
1229 | 2023-09-29T22:46:22.957Z | Downloaded async-stream v0.3.5 |
1230 | 2023-09-29T22:46:22.960Z | Downloaded newline-converter v0.3.0 |
1231 | 2023-09-29T22:46:22.963Z | Downloaded new_debug_unreachable v1.0.4 |
1232 | 2023-09-29T22:46:22.966Z | Downloaded rustls-native-certs v0.6.3 |
1233 | 2023-09-29T22:46:22.969Z | Downloaded remove_dir_all v0.5.3 |
1234 | 2023-09-29T22:46:22.973Z | Downloaded postcard-cobs v0.1.5-pre |
1235 | 2023-09-29T22:46:22.977Z | Downloaded typenum v1.17.0 |
1236 | 2023-09-29T22:46:22.982Z | Downloaded backoff v0.4.0 |
1237 | 2023-09-29T22:46:22.986Z | Downloaded hex-literal v0.4.1 |
1238 | 2023-09-29T22:46:22.989Z | Downloaded convert_case v0.4.0 |
1239 | 2023-09-29T22:46:22.992Z | Downloaded instant v0.1.12 |
1240 | 2023-09-29T22:46:22.996Z | Downloaded backtrace v0.3.69 |
1241 | 2023-09-29T22:46:22.999Z | Downloaded async-trait v0.1.73 |
1242 | 2023-09-29T22:46:23.004Z | Downloaded ascii v1.1.0 |
1243 | 2023-09-29T22:46:23.007Z | Downloaded zone_cfg_derive v0.3.0 |
1244 | 2023-09-29T22:46:23.010Z | Downloaded camino-tempfile v1.0.2 |
1245 | 2023-09-29T22:46:23.013Z | Downloaded blake2 v0.10.6 |
1246 | 2023-09-29T22:46:23.019Z | Downloaded arrayvec v0.7.4 |
1247 | 2023-09-29T22:46:23.022Z | Downloaded cookie v0.16.2 |
1248 | 2023-09-29T22:46:23.025Z | Downloaded openssl-macros v0.1.1 |
1249 | 2023-09-29T22:46:23.028Z | Downloaded tempdir v0.3.7 |
1250 | 2023-09-29T22:46:23.032Z | Downloaded synstructure v0.12.6 |
1251 | 2023-09-29T22:46:23.034Z | Downloaded rusty-fork v0.3.0 |
1252 | 2023-09-29T22:46:23.037Z | Downloaded xattr v1.0.1 |
1253 | 2023-09-29T22:46:23.040Z | Downloaded siphasher v0.3.11 |
1254 | 2023-09-29T22:46:23.044Z | Downloaded similar-asserts v1.5.0 |
1255 | 2023-09-29T22:46:23.047Z | Downloaded shell-words v1.1.0 |
1256 | 2023-09-29T22:46:23.051Z | Downloaded ident_case v1.0.1 |
1257 | 2023-09-29T22:46:23.057Z | Downloaded sha1 v0.10.6 |
1258 | 2023-09-29T22:46:23.061Z | Downloaded serde_urlencoded v0.7.1 |
1259 | 2023-09-29T22:46:23.064Z | Downloaded serde_tokenstream v0.2.0 |
1260 | 2023-09-29T22:46:23.067Z | Downloaded rustfmt-wrapper v0.2.0 |
1261 | 2023-09-29T22:46:23.072Z | Downloaded bit-set v0.5.3 |
1262 | 2023-09-29T22:46:23.075Z | Downloaded scopeguard v1.2.0 |
1263 | 2023-09-29T22:46:23.079Z | Downloaded proc-macro-error-attr v1.0.4 |
1264 | 2023-09-29T22:46:23.085Z | Downloaded zerocopy v0.3.0 |
1265 | 2023-09-29T22:46:23.088Z | Downloaded walkdir v2.4.0 |
1266 | 2023-09-29T22:46:23.093Z | Downloaded twox-hash v1.6.3 |
1267 | 2023-09-29T22:46:23.096Z | Downloaded tui-tree-widget v0.13.0 |
1268 | 2023-09-29T22:46:23.100Z | Downloaded thread-id v4.2.0 |
1269 | 2023-09-29T22:46:23.105Z | Downloaded num-rational v0.4.1 |
1270 | 2023-09-29T22:46:23.109Z | Downloaded managed v0.8.0 |
1271 | 2023-09-29T22:46:23.112Z | Downloaded hyper-staticfile v0.9.5 |
1272 | 2023-09-29T22:46:23.115Z | Downloaded cexpr v0.6.0 |
1273 | 2023-09-29T22:46:23.118Z | Downloaded bit-vec v0.6.3 |
1274 | 2023-09-29T22:46:23.121Z | Downloaded plotters-svg v0.3.5 |
1275 | 2023-09-29T22:46:23.124Z | Downloaded waitgroup v0.1.2 |
1276 | 2023-09-29T22:46:23.129Z | Downloaded wait-timeout v0.2.0 |
1277 | 2023-09-29T22:46:23.132Z | Downloaded multer v2.1.0 |
1278 | 2023-09-29T22:46:23.137Z | Downloaded libloading v0.7.4 |
1279 | 2023-09-29T22:46:23.140Z | Downloaded crossbeam-queue v0.3.8 |
1280 | 2023-09-29T22:46:23.143Z | Downloaded block-buffer v0.10.4 |
1281 | 2023-09-29T22:46:23.146Z | Downloaded base64ct v1.6.0 |
1282 | 2023-09-29T22:46:23.150Z | Downloaded autocfg v1.1.0 |
1283 | 2023-09-29T22:46:23.153Z | Downloaded arrayref v0.3.7 |
1284 | 2023-09-29T22:46:23.156Z | Downloaded openssl-probe v0.1.5 |
1285 | 2023-09-29T22:46:23.160Z | Downloaded zone v0.3.0 |
1286 | 2023-09-29T22:46:23.163Z | Downloaded want v0.3.1 |
1287 | 2023-09-29T22:46:23.166Z | Downloaded tiny-keccak v2.0.2 |
1288 | 2023-09-29T22:46:23.169Z | Downloaded iana-time-zone v0.1.57 |
1289 | 2023-09-29T22:46:23.175Z | Downloaded cipher v0.4.4 |
1290 | 2023-09-29T22:46:23.178Z | Downloaded aes-gcm-siv v0.11.1 |
1291 | 2023-09-29T22:46:23.181Z | Downloaded approx v0.5.1 |
1292 | 2023-09-29T22:46:23.184Z | Downloaded assert_matches v1.5.0 |
1293 | 2023-09-29T22:46:23.188Z | Downloaded anes v0.1.6 |
1294 | 2023-09-29T22:46:23.190Z | Downloaded thread_local v1.1.7 |
1295 | 2023-09-29T22:46:23.193Z | Downloaded snafu v0.7.5 |
1296 | 2023-09-29T22:46:23.196Z | Downloaded mime v0.3.17 |
1297 | 2023-09-29T22:46:23.200Z | Downloaded async-recursion v1.0.5 |
1298 | 2023-09-29T22:46:23.203Z | Downloaded clap_derive v3.2.25 |
1299 | 2023-09-29T22:46:23.205Z | Downloaded spin v0.9.8 |
1300 | 2023-09-29T22:46:23.209Z | Downloaded slog-bunyan v2.4.0 |
1301 | 2023-09-29T22:46:23.212Z | Downloaded shlex v1.2.0 |
1302 | 2023-09-29T22:46:23.216Z | Downloaded serde-big-array v0.5.1 |
1303 | 2023-09-29T22:46:23.219Z | Downloaded bzip2 v0.4.4 |
1304 | 2023-09-29T22:46:23.224Z | Downloaded tokio-stream v0.1.14 |
1305 | 2023-09-29T22:46:23.227Z | Downloaded term v0.7.0 |
1306 | 2023-09-29T22:46:23.230Z | Downloaded crc-any v2.4.3 |
1307 | 2023-09-29T22:46:23.233Z | Downloaded hmac v0.12.1 |
1308 | 2023-09-29T22:46:23.236Z | Downloaded const-oid v0.9.5 |
1309 | 2023-09-29T22:46:23.240Z | Downloaded home v0.5.5 |
1310 | 2023-09-29T22:46:23.244Z | Downloaded tokio-tungstenite v0.18.0 |
1311 | 2023-09-29T22:46:23.247Z | Downloaded structopt-derive v0.4.18 |
1312 | 2023-09-29T22:46:23.250Z | Downloaded hubpack_derive v0.1.1 |
1313 | 2023-09-29T22:46:23.253Z | Downloaded bb8 v0.8.1 |
1314 | 2023-09-29T22:46:23.256Z | Downloaded array-init v0.0.4 |
1315 | 2023-09-29T22:46:23.260Z | Downloaded stringprep v0.1.4 |
1316 | 2023-09-29T22:46:23.263Z | Downloaded spki v0.7.2 |
1317 | 2023-09-29T22:46:23.266Z | Downloaded slog-dtrace v0.2.3 |
1318 | 2023-09-29T22:46:23.269Z | Downloaded serde_plain v1.0.2 |
1319 | 2023-09-29T22:46:23.272Z | Downloaded aead v0.5.2 |
1320 | 2023-09-29T22:46:23.276Z | Downloaded indoc v1.0.9 |
1321 | 2023-09-29T22:46:23.282Z | Downloaded impl-trait-for-tuples v0.2.2 |
1322 | 2023-09-29T22:46:23.297Z | Downloaded base16ct v0.2.0 |
1323 | 2023-09-29T22:46:23.719Z | Downloaded try-lock v0.2.4 |
1324 | 2023-09-29T22:46:23.730Z | Downloaded tower-service v0.3.2 |
1325 | 2023-09-29T22:46:23.738Z | Downloaded strip-ansi-escapes v0.2.0 |
1326 | 2023-09-29T22:46:23.742Z | Downloaded strum v0.25.0 |
1327 | 2023-09-29T22:46:23.745Z | Downloaded serde-big-array v0.4.1 |
1328 | 2023-09-29T22:46:23.751Z | Downloaded olpc-cjson v0.1.3 |
1329 | 2023-09-29T22:46:23.754Z | Downloaded ahash v0.8.3 |
1330 | 2023-09-29T22:46:23.758Z | Downloaded smallvec v0.6.14 |
1331 | 2023-09-29T22:46:23.761Z | Downloaded slog-term v2.9.0 |
1332 | 2023-09-29T22:46:23.764Z | Downloaded omicron-zone-package v0.8.3 |
1333 | 2023-09-29T22:46:23.767Z | Downloaded native-tls v0.2.11 |
1334 | 2023-09-29T22:46:23.771Z | Downloaded nanorand v0.7.0 |
1335 | 2023-09-29T22:46:23.775Z | Downloaded crossbeam v0.8.2 |
1336 | 2023-09-29T22:46:23.778Z | Downloaded cassowary v0.3.0 |
1337 | 2023-09-29T22:46:23.781Z | Downloaded buf-list v1.0.3 |
1338 | 2023-09-29T22:46:23.784Z | Downloaded keccak v0.1.4 |
1339 | 2023-09-29T22:46:23.787Z | Downloaded humantime v2.1.0 |
1340 | 2023-09-29T22:46:23.790Z | Downloaded const_format_proc_macros v0.2.31 |
1341 | 2023-09-29T22:46:23.800Z | Downloaded ascii-canvas v3.0.0 |
1342 | 2023-09-29T22:46:23.803Z | Downloaded adler v1.0.2 |
1343 | 2023-09-29T22:46:23.806Z | Downloaded block-padding v0.3.3 |
1344 | 2023-09-29T22:46:23.809Z | Downloaded async-stream-impl v0.3.5 |
1345 | 2023-09-29T22:46:23.811Z | Downloaded crc-catalog v2.2.0 |
1346 | 2023-09-29T22:46:23.814Z | Downloaded ciborium-io v0.2.1 |
1347 | 2023-09-29T22:46:23.817Z | Downloaded bitstruct_derive v0.1.0 |
1348 | 2023-09-29T22:46:23.821Z | Downloaded bit_field v0.10.2 |
1349 | 2023-09-29T22:46:23.824Z | Downloaded bincode v1.3.3 |
1350 | 2023-09-29T22:46:23.826Z | Downloaded cast v0.3.0 |
1351 | 2023-09-29T22:46:23.831Z | Downloaded arc-swap v1.6.0 |
1352 | 2023-09-29T22:46:23.834Z | Compiling proc-macro2 v1.0.67 |
1353 | 2023-09-29T22:46:23.838Z | Compiling libc v0.2.148 |
1354 | 2023-09-29T22:46:23.845Z | Compiling serde v1.0.188 |
1355 | 2023-09-29T22:46:23.858Z | Compiling autocfg v1.1.0 |
1356 | 2023-09-29T22:46:23.861Z | Compiling version_check v0.9.4 |
1357 | 2023-09-29T22:46:23.864Z | Compiling syn v1.0.109 |
1358 | 2023-09-29T22:46:23.868Z | Compiling parking_lot_core v0.9.8 |
1359 | 2023-09-29T22:46:23.871Z | Compiling cfg-if v1.0.0 |
1360 | 2023-09-29T22:46:23.874Z | Compiling libm v0.2.7 |
1361 | 2023-09-29T22:46:23.877Z | Compiling once_cell v1.18.0 |
1362 | 2023-09-29T22:46:23.880Z | Compiling futures-core v0.3.28 |
1363 | 2023-09-29T22:46:23.883Z | Compiling typenum v1.17.0 |
1364 | 2023-09-29T22:46:23.886Z | Compiling ahash v0.8.3 |
1365 | 2023-09-29T22:46:23.888Z | Compiling lock_api v0.4.10 |
1366 | 2023-09-29T22:46:23.892Z | Compiling num-traits v0.2.16 |
1367 | 2023-09-29T22:46:23.897Z | Compiling generic-array v0.14.7 |
1368 | 2023-09-29T22:46:23.900Z | Compiling quote v1.0.33 |
1369 | 2023-09-29T22:46:23.903Z | Compiling memchr v2.6.3 |
1370 | 2023-09-29T22:46:23.906Z | Compiling slab v0.4.9 |
1371 | 2023-09-29T22:46:23.909Z | Compiling syn v2.0.37 |
1372 | 2023-09-29T22:46:23.912Z | Compiling futures-task v0.3.28 |
1373 | 2023-09-29T22:46:23.916Z | Compiling futures-channel v0.3.28 |
1374 | 2023-09-29T22:46:23.919Z | Compiling pkg-config v0.3.27 |
1375 | 2023-09-29T22:46:23.922Z | Compiling jobserver v0.1.26 |
1376 | 2023-09-29T22:46:23.925Z | Compiling futures-util v0.3.28 |
1377 | 2023-09-29T22:46:23.929Z | Compiling cc v1.0.83 |
1378 | 2023-09-29T22:46:24.356Z | Compiling rustix v0.38.15 |
1379 | 2023-09-29T22:46:24.359Z | Compiling vcpkg v0.2.15 |
1380 | 2023-09-29T22:46:24.363Z | Compiling itoa v1.0.9 |
1381 | 2023-09-29T22:46:24.366Z | Compiling log v0.4.20 |
1382 | 2023-09-29T22:46:24.370Z | Compiling serde_json v1.0.107 |
1383 | 2023-09-29T22:46:24.373Z | Compiling schemars v0.8.15 |
1384 | 2023-09-29T22:46:24.377Z | Compiling allocator-api2 v0.2.16 |
1385 | 2023-09-29T22:46:24.380Z | Compiling equivalent v1.0.1 |
1386 | 2023-09-29T22:46:24.384Z | Compiling indexmap v1.9.3 |
1387 | 2023-09-29T22:46:24.389Z | Compiling ryu v1.0.15 |
1388 | 2023-09-29T22:46:24.418Z | Compiling httparse v1.8.0 |
1389 | 2023-09-29T22:46:24.423Z | Compiling getrandom v0.2.10 |
1390 | 2023-09-29T22:46:24.426Z | Compiling rustls v0.21.7 |
1391 | 2023-09-29T22:46:24.429Z | Compiling hashbrown v0.14.1 |
1392 | 2023-09-29T22:46:24.432Z | Compiling openssl v0.10.57 |
1393 | 2023-09-29T22:46:24.522Z | Compiling unicode-xid v0.2.4 |
1394 | 2023-09-29T22:46:24.567Z | Compiling fnv v1.0.7 |
1395 | 2023-09-29T22:46:24.768Z | Compiling aho-corasick v1.1.1 |
1396 | 2023-09-29T22:46:24.779Z | Compiling regex-syntax v0.7.5 |
1397 | 2023-09-29T22:46:25.358Z | Compiling scopeguard v1.2.0 |
1398 | 2023-09-29T22:46:25.367Z | Compiling ucd-trie v0.1.6 |
1399 | 2023-09-29T22:46:25.986Z | Compiling crossbeam-utils v0.8.16 |
1400 | 2023-09-29T22:46:26.305Z | Compiling async-trait v0.1.73 |
1401 | 2023-09-29T22:46:26.832Z | Compiling ring v0.16.20 |
1402 | 2023-09-29T22:46:26.949Z | Compiling openssl-sys v0.9.93 |
1403 | 2023-09-29T22:46:27.623Z | Compiling backtrace v0.3.69 |
1404 | 2023-09-29T22:46:28.118Z | Compiling native-tls v0.2.11 |
1405 | 2023-09-29T22:46:28.503Z | Compiling anyhow v1.0.75 |
1406 | 2023-09-29T22:46:29.043Z | Compiling winnow v0.5.15 |
1407 | 2023-09-29T22:46:30.808Z | Compiling regex-automata v0.3.8 |
1408 | 2023-09-29T22:46:31.162Z | Compiling time-core v0.1.2 |
1409 | 2023-09-29T22:46:31.417Z | Compiling smallvec v1.11.1 |
1410 | 2023-09-29T22:46:32.140Z | Compiling slog v2.7.0 |
1411 | 2023-09-29T22:46:32.791Z | Compiling serde_derive_internals v0.26.0 |
1412 | 2023-09-29T22:46:34.164Z | Compiling time-macros v0.2.15 |
1413 | 2023-09-29T22:46:34.265Z | Compiling byteorder v1.4.3 |
1414 | 2023-09-29T22:46:34.863Z | Compiling parking_lot v0.12.1 |
1415 | 2023-09-29T22:46:35.058Z | Compiling synstructure v0.12.6 |
1416 | 2023-09-29T22:46:35.403Z | Compiling num-integer v0.1.45 |
1417 | 2023-09-29T22:46:35.836Z | Compiling iana-time-zone v0.1.57 |
1418 | 2023-09-29T22:46:36.395Z | Compiling crc32fast v1.3.2 |
1419 | 2023-09-29T22:46:36.416Z | Compiling tinyvec_macros v0.1.1 |
1420 | 2023-09-29T22:46:36.541Z | Compiling spin v0.5.2 |
1421 | 2023-09-29T22:46:36.901Z | Compiling tinyvec v1.6.0 |
1422 | 2023-09-29T22:46:36.920Z | Compiling errno v0.3.3 |
1423 | 2023-09-29T22:46:37.112Z | Compiling dyn-clone v1.0.14 |
1424 | 2023-09-29T22:46:37.246Z | Compiling pin-project-lite v0.2.13 |
1425 | 2023-09-29T22:46:37.397Z | Compiling unicode-bidi v0.3.13 |
1426 | 2023-09-29T22:46:37.430Z | Compiling hashbrown v0.13.2 |
1427 | 2023-09-29T22:46:37.707Z | Compiling usdt-impl v0.3.5 |
1428 | 2023-09-29T22:46:38.432Z | Compiling percent-encoding v2.3.0 |
1429 | 2023-09-29T22:46:48.715Z | Compiling regex v1.9.5 |
1430 | 2023-09-29T22:46:48.826Z | Compiling memoffset v0.9.0 |
1431 | 2023-09-29T22:47:01.094Z | Compiling form_urlencoded v1.2.0 |
1432 | 2023-09-29T22:47:01.608Z | Compiling unicode-normalization v0.1.22 |
1433 | 2023-09-29T22:47:02.877Z | Compiling mio v0.8.8 |
1434 | 2023-09-29T22:47:03.210Z | Compiling num_cpus v1.16.0 |
1435 | 2023-09-29T22:47:03.274Z | Compiling socket2 v0.5.4 |
1436 | 2023-09-29T22:47:03.524Z | Compiling thread-id v4.2.0 |
1437 | 2023-09-29T22:47:03.960Z | Compiling signal-hook-registry v1.4.1 |
1438 | 2023-09-29T22:47:04.541Z | Compiling futures-sink v0.3.28 |
1439 | 2023-09-29T22:47:04.914Z | Compiling unicode-width v0.1.11 |
1440 | 2023-09-29T22:47:04.943Z | Compiling idna v0.4.0 |
1441 | 2023-09-29T22:47:05.267Z | Compiling crossbeam-epoch v0.9.15 |
1442 | 2023-09-29T22:47:05.546Z | Compiling radium v0.7.0 |
1443 | 2023-09-29T22:47:05.775Z | Compiling strsim v0.10.0 |
1444 | 2023-09-29T22:47:05.850Z | Compiling adler v1.0.2 |
1445 | 2023-09-29T22:47:05.978Z | Compiling serde_derive v1.0.188 |
1446 | 2023-09-29T22:47:06.188Z | Compiling zeroize_derive v1.4.2 |
1447 | 2023-09-29T22:47:06.651Z | Compiling thiserror-impl v1.0.49 |
1448 | 2023-09-29T22:47:06.772Z | Compiling tokio-macros v2.1.0 |
1449 | 2023-09-29T22:47:06.788Z | Compiling futures-macro v0.3.28 |
1450 | 2023-09-29T22:47:06.819Z | Compiling tracing-attributes v0.1.26 |
1451 | 2023-09-29T22:47:06.858Z | Compiling schemars_derive v0.8.15 |
1452 | 2023-09-29T22:47:06.883Z | Compiling openssl-macros v0.1.1 |
1453 | 2023-09-29T22:47:06.905Z | Compiling zerocopy-derive v0.2.0 |
1454 | 2023-09-29T22:47:06.932Z | Compiling zerocopy-derive v0.6.4 |
1455 | 2023-09-29T22:47:06.948Z | Compiling thiserror v1.0.49 |
1456 | 2023-09-29T22:47:06.979Z | Compiling url v2.4.1 |
1457 | 2023-09-29T22:47:06.994Z | Compiling pest v2.7.4 |
1458 | 2023-09-29T22:47:07.021Z | Compiling zerocopy v0.3.0 |
1459 | 2023-09-29T22:47:07.046Z | Compiling futures-io v0.3.28 |
1460 | 2023-09-29T22:47:07.079Z | Compiling pin-utils v0.1.0 |
1461 | 2023-09-29T22:47:07.093Z | Compiling miniz_oxide v0.7.1 |
1462 | 2023-09-29T22:47:07.115Z | Compiling num-iter v0.1.43 |
1463 | 2023-09-29T22:47:07.134Z | Compiling tracing-core v0.1.31 |
1464 | 2023-09-29T22:47:07.148Z | Compiling dof v0.1.5 |
1465 | 2023-09-29T22:47:07.168Z | Compiling either v1.9.0 |
1466 | 2023-09-29T22:47:07.193Z | Compiling lazy_static v1.4.0 |
1467 | 2023-09-29T22:47:07.224Z | Compiling rand_core v0.6.4 |
1468 | 2023-09-29T22:47:07.254Z | Compiling gimli v0.28.0 |
1469 | 2023-09-29T22:47:07.274Z | Compiling tracing v0.1.37 |
1470 | 2023-09-29T22:47:07.704Z | Compiling zeroize v1.6.0 |
1471 | 2023-09-29T22:47:07.728Z | Compiling pest_meta v2.7.4 |
1472 | 2023-09-29T22:47:07.742Z | Compiling clap_derive v4.4.2 |
1473 | 2023-09-29T22:47:07.771Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1474 | 2023-09-29T22:47:07.804Z | Compiling object v0.32.1 |
1475 | 2023-09-29T22:47:07.842Z | Compiling untrusted v0.7.1 |
1476 | 2023-09-29T22:47:07.860Z | Compiling rustc-demangle v0.1.23 |
1477 | 2023-09-29T22:47:07.877Z | Compiling pest_generator v2.7.4 |
1478 | 2023-09-29T22:47:07.904Z | Compiling base64 v0.21.4 |
1479 | 2023-09-29T22:47:07.933Z | Compiling addr2line v0.21.0 |
1480 | 2023-09-29T22:47:07.969Z | Compiling pest_derive v2.7.4 |
1481 | 2023-09-29T22:47:08.008Z | Compiling openssl-probe v0.1.5 |
1482 | 2023-09-29T22:47:08.015Z | Compiling hashbrown v0.12.3 |
1483 | 2023-09-29T22:47:08.049Z | Compiling foreign-types-shared v0.1.1 |
1484 | 2023-09-29T22:47:08.068Z | Compiling foreign-types v0.3.2 |
1485 | 2023-09-29T22:47:08.112Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1486 | 2023-09-29T22:47:08.139Z | Compiling dtrace-parser v0.1.14 |
1487 | 2023-09-29T22:47:08.174Z | Compiling try-lock v0.2.4 |
1488 | 2023-09-29T22:47:08.212Z | Compiling siphasher v0.3.11 |
1489 | 2023-09-29T22:47:08.231Z | Compiling want v0.3.1 |
1490 | 2023-09-29T22:47:08.263Z | Compiling rustls-webpki v0.101.6 |
1491 | 2023-09-29T22:47:08.278Z | Compiling sct v0.7.0 |
1492 | 2023-09-29T22:47:08.289Z | Compiling socket2 v0.4.9 |
1493 | 2023-09-29T22:47:08.309Z | Compiling httpdate v1.0.3 |
1494 | 2023-09-29T22:47:08.315Z | Compiling tower-service v0.3.2 |
1495 | 2023-09-29T22:47:08.321Z | Compiling rustls-pemfile v1.0.3 |
1496 | 2023-09-29T22:47:08.327Z | Compiling crypto-common v0.1.6 |
1497 | 2023-09-29T22:47:08.336Z | Compiling enum-as-inner v0.5.1 |
1498 | 2023-09-29T22:47:08.343Z | Compiling rustls-native-certs v0.6.3 |
1499 | 2023-09-29T22:47:08.355Z | Compiling diesel_table_macro_syntax v0.1.0 |
1500 | 2023-09-29T22:47:08.360Z | Compiling num-bigint v0.4.4 |
1501 | 2023-09-29T22:47:08.366Z | Compiling indexmap v2.0.2 |
1502 | 2023-09-29T22:47:08.372Z | Compiling bytes v1.5.0 |
1503 | 2023-09-29T22:47:08.376Z | Compiling bitflags v2.4.0 |
1504 | 2023-09-29T22:47:08.381Z | Compiling semver v1.0.19 |
1505 | 2023-09-29T22:47:08.389Z | Compiling toml_datetime v0.6.3 |
1506 | 2023-09-29T22:47:08.393Z | Compiling serde_spanned v0.6.3 |
1507 | 2023-09-29T22:47:08.399Z | Compiling rustc_version v0.4.0 |
1508 | 2023-09-29T22:47:08.405Z | Compiling uuid v1.4.1 |
1509 | 2023-09-29T22:47:08.409Z | Compiling chrono v0.4.31 |
1510 | 2023-09-29T22:47:08.416Z | Compiling toml_edit v0.19.15 |
1511 | 2023-09-29T22:47:08.424Z | Compiling http v0.2.9 |
1512 | 2023-09-29T22:47:08.433Z | Compiling tokio v1.32.0 |
1513 | 2023-09-29T22:47:08.595Z | Compiling serde_tokenstream v0.1.7 |
1514 | 2023-09-29T22:47:10.444Z | Compiling openapiv3 v1.0.3 |
1515 | 2023-09-29T22:47:12.221Z | Compiling usdt-attr-macro v0.3.5 |
1516 | 2023-09-29T22:47:12.755Z | Compiling usdt-macro v0.3.5 |
1517 | 2023-09-29T22:47:13.941Z | Compiling heapless v0.7.16 |
1518 | 2023-09-29T22:47:14.313Z | Compiling http-body v0.4.5 |
1519 | 2023-09-29T22:47:14.785Z | Compiling bit-vec v0.6.3 |
1520 | 2023-09-29T22:47:15.017Z | Compiling deranged v0.3.8 |
1521 | 2023-09-29T22:47:15.335Z | Compiling ipnet v2.8.0 |
1522 | 2023-09-29T22:47:17.199Z | Compiling num_threads v0.1.6 |
1523 | 2023-09-29T22:47:17.361Z | Compiling smoltcp v0.9.1 |
1524 | 2023-09-29T22:47:18.307Z | Compiling time v0.3.29 |
1525 | 2023-09-29T22:47:18.322Z | Compiling diesel_derives v2.1.2 |
1526 | 2023-09-29T22:47:18.428Z | Compiling serde_urlencoded v0.7.1 |
1527 | 2023-09-29T22:47:18.453Z | Compiling phf_shared v0.10.0 |
1528 | 2023-09-29T22:47:18.622Z | Compiling block-buffer v0.10.4 |
1529 | 2023-09-29T22:47:19.018Z | Compiling hubpack_derive v0.1.1 |
1530 | 2023-09-29T22:47:19.045Z | Compiling encoding_rs v0.8.33 |
1531 | 2023-09-29T22:47:19.258Z | Compiling fixedbitset v0.4.2 |
1532 | 2023-09-29T22:47:19.928Z | Compiling mime v0.3.17 |
1533 | 2023-09-29T22:47:20.296Z | Compiling new_debug_unreachable v1.0.4 |
1534 | 2023-09-29T22:47:20.397Z | Compiling subtle v2.5.0 |
1535 | 2023-09-29T22:47:20.432Z | Compiling precomputed-hash v0.1.1 |
1536 | 2023-09-29T22:47:20.587Z | Compiling webpki-roots v0.25.2 |
1537 | 2023-09-29T22:47:20.818Z | Compiling const-oid v0.9.5 |
1538 | 2023-09-29T22:47:20.883Z | Compiling ppv-lite86 v0.2.17 |
1539 | 2023-09-29T22:47:20.946Z | Compiling string_cache v0.8.7 |
1540 | 2023-09-29T22:47:21.616Z | Compiling petgraph v0.6.4 |
1541 | 2023-09-29T22:47:22.218Z | Compiling tokio-util v0.7.9 |
1542 | 2023-09-29T22:47:23.878Z | Compiling tokio-rustls v0.24.1 |
1543 | 2023-09-29T22:47:24.485Z | Compiling h2 v0.3.21 |
1544 | 2023-09-29T22:47:24.574Z | Compiling digest v0.10.7 |
1545 | 2023-09-29T22:47:26.179Z | Compiling tokio-native-tls v0.3.1 |
1546 | 2023-09-29T22:47:26.564Z | Compiling rand_chacha v0.3.1 |
1547 | 2023-09-29T22:47:26.599Z | Compiling bit-set v0.5.3 |
1548 | 2023-09-29T22:47:26.943Z | Compiling itertools v0.10.5 |
1549 | 2023-09-29T22:47:27.507Z | Compiling bitflags v1.3.2 |
1550 | 2023-09-29T22:47:27.644Z | Compiling unicode-segmentation v1.10.1 |
1551 | 2023-09-29T22:47:28.114Z | Compiling lalrpop-util v0.19.12 |
1552 | 2023-09-29T22:47:28.544Z | Compiling flate2 v1.0.27 |
1553 | 2023-09-29T22:47:28.635Z | Compiling rand v0.8.5 |
1554 | 2023-09-29T22:47:28.726Z | Compiling toml v0.7.8 |
1555 | 2023-09-29T22:47:29.126Z | Compiling serde_repr v0.1.16 |
1556 | 2023-09-29T22:47:30.115Z | Compiling utf8parse v0.2.1 |
1557 | 2023-09-29T22:47:30.361Z | Compiling finl_unicode v1.2.0 |
1558 | 2023-09-29T22:47:30.840Z | Compiling cpufeatures v0.2.9 |
1559 | 2023-09-29T22:47:30.843Z | Compiling anstyle v1.0.4 |
1560 | 2023-09-29T22:47:30.998Z | Compiling sha2 v0.10.8 |
1561 | 2023-09-29T22:47:31.352Z | Compiling anstyle-parse v0.2.2 |
1562 | 2023-09-29T22:47:31.547Z | Compiling stringprep v0.1.4 |
1563 | 2023-09-29T22:47:31.568Z | Compiling md-5 v0.10.6 |
1564 | 2023-09-29T22:47:31.753Z | Compiling hmac v0.12.1 |
1565 | 2023-09-29T22:47:31.942Z | Compiling hash32 v0.2.1 |
1566 | 2023-09-29T22:47:32.039Z | Compiling spin v0.9.8 |
1567 | 2023-09-29T22:47:32.077Z | Compiling fallible-iterator v0.2.0 |
1568 | 2023-09-29T22:47:32.311Z | Compiling colorchoice v1.0.0 |
1569 | 2023-09-29T22:47:32.532Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2023-09-29T22:47:32.536Z | Compiling anstyle-query v1.0.0 |
1571 | 2023-09-29T22:47:32.655Z | Compiling terminal_size v0.3.0 |
1572 | 2023-09-29T22:47:32.711Z | Compiling anstream v0.6.4 |
1573 | 2023-09-29T22:47:32.953Z | Compiling phf_shared v0.11.2 |
1574 | 2023-09-29T22:47:33.209Z | Compiling block-padding v0.3.3 |
1575 | 2023-09-29T22:47:33.291Z | Compiling postgres-protocol v0.6.6 |
1576 | 2023-09-29T22:47:33.294Z | Compiling scheduled-thread-pool v0.2.7 |
1577 | 2023-09-29T22:47:33.550Z | Compiling matches v0.1.10 |
1578 | 2023-09-29T22:47:33.569Z | Compiling clap_lex v0.5.1 |
1579 | 2023-09-29T22:47:33.690Z | Compiling regex-automata v0.1.10 |
1580 | 2023-09-29T22:47:33.837Z | Compiling managed v0.8.0 |
1581 | 2023-09-29T22:47:34.077Z | Compiling tap v1.0.1 |
1582 | 2023-09-29T22:47:34.276Z | Compiling clap_builder v4.4.6 |
1583 | 2023-09-29T22:47:34.356Z | Compiling wyz v0.5.1 |
1584 | 2023-09-29T22:47:34.500Z | Compiling bstr v0.2.17 |
1585 | 2023-09-29T22:47:34.662Z | Compiling postgres-types v0.2.6 |
1586 | 2023-09-29T22:47:35.040Z | Compiling idna v0.2.3 |
1587 | 2023-09-29T22:47:35.403Z | Compiling r2d2 v0.8.10 |
1588 | 2023-09-29T22:47:36.172Z | Compiling inout v0.1.3 |
1589 | 2023-09-29T22:47:36.481Z | Compiling hyper v0.14.27 |
1590 | 2023-09-29T22:47:36.919Z | Compiling phf v0.11.2 |
1591 | 2023-09-29T22:47:37.382Z | Compiling hubpack v0.1.2 |
1592 | 2023-09-29T22:47:37.642Z | Compiling ipnetwork v0.20.0 |
1593 | 2023-09-29T22:47:38.208Z | Compiling futures-executor v0.3.28 |
1594 | 2023-09-29T22:47:38.609Z | Compiling itertools v0.11.0 |
1595 | 2023-09-29T22:47:38.947Z | Compiling zerocopy v0.6.4 |
1596 | 2023-09-29T22:47:39.970Z | Compiling float-cmp v0.9.0 |
1597 | 2023-09-29T22:47:40.334Z | Compiling funty v2.0.0 |
1598 | 2023-09-29T22:47:42.021Z | Compiling static_assertions v1.1.0 |
1599 | 2023-09-29T22:47:42.168Z | Compiling unicode-linebreak v0.1.5 |
1600 | 2023-09-29T22:47:42.251Z | Compiling data-encoding v2.4.0 |
1601 | 2023-09-29T22:47:42.983Z | Compiling smawk v0.3.2 |
1602 | 2023-09-29T22:47:43.021Z | Compiling whoami v1.4.1 |
1603 | 2023-09-29T22:47:43.024Z | Compiling difflib v0.4.0 |
1604 | 2023-09-29T22:47:43.298Z | Compiling predicates-core v1.0.6 |
1605 | 2023-09-29T22:47:43.490Z | Compiling normalize-line-endings v0.3.0 |
1606 | 2023-09-29T22:47:43.573Z | Compiling tokio-postgres v0.7.10 |
1607 | 2023-09-29T22:47:43.660Z | Compiling textwrap v0.16.0 |
1608 | 2023-09-29T22:47:43.796Z | Compiling predicates v3.0.4 |
1609 | 2023-09-29T22:47:43.880Z | Compiling trust-dns-proto v0.22.0 |
1610 | 2023-09-29T22:47:45.226Z | Compiling diesel v2.1.2 |
1611 | 2023-09-29T22:47:45.505Z | Compiling bitvec v1.0.1 |
1612 | 2023-09-29T22:47:45.698Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1613 | 2023-09-29T22:47:47.505Z | Compiling yasna v0.5.2 |
1614 | 2023-09-29T22:47:48.964Z | Compiling hyper-rustls v0.24.1 |
1615 | 2023-09-29T22:47:50.060Z | Compiling hyper-tls v0.5.0 |
1616 | 2023-09-29T22:47:50.459Z | Compiling clap v4.4.6 |
1617 | 2023-09-29T22:47:50.600Z | Compiling reqwest v0.11.20 |
1618 | 2023-09-29T22:47:51.068Z | Compiling futures v0.3.28 |
1619 | 2023-09-29T22:47:51.072Z | Compiling cipher v0.4.4 |
1620 | 2023-09-29T22:47:51.547Z | Compiling similar v2.2.1 |
1621 | 2023-09-29T22:47:52.169Z | Compiling tokio-stream v0.1.14 |
1622 | 2023-09-29T22:47:52.825Z | Compiling usdt v0.3.5 |
1623 | 2023-09-29T22:47:53.021Z | Compiling hex v0.4.3 |
1624 | 2023-09-29T22:47:53.234Z | Compiling console v0.15.7 |
1625 | 2023-09-29T22:47:53.807Z | Compiling bstr v1.6.2 |
1626 | 2023-09-29T22:47:55.729Z | Compiling serde_tokenstream v0.2.0 |
1627 | 2023-09-29T22:47:55.739Z | Compiling regress v0.7.1 |
1628 | 2023-09-29T22:47:56.199Z | Compiling getopts v0.2.21 |
1629 | 2023-09-29T22:47:56.770Z | Compiling unsafe-libyaml v0.2.9 |
1630 | 2023-09-29T22:47:57.721Z | Compiling rustversion v1.0.14 |
1631 | 2023-09-29T22:47:57.797Z | Compiling ident_case v1.0.1 |
1632 | 2023-09-29T22:48:06.405Z | Compiling serde_yaml v0.9.25 |
1633 | 2023-09-29T22:48:07.279Z | Compiling slog-async v2.8.0 |
1634 | 2023-09-29T22:48:07.521Z | Compiling paste v1.0.14 |
1635 | 2023-09-29T22:48:07.747Z | Compiling darling_core v0.20.3 |
1636 | 2023-09-29T22:48:07.969Z | Compiling multer v2.1.0 |
1637 | 2023-09-29T22:48:08.146Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2) |
1638 | 2023-09-29T22:48:08.344Z | Compiling async-stream-impl v0.3.5 |
1639 | 2023-09-29T22:48:08.572Z | Compiling regex-syntax v0.6.29 |
1640 | 2023-09-29T22:48:08.763Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a5ec1cb0) |
1641 | 2023-09-29T22:48:08.887Z | Compiling strum_macros v0.25.2 |
1642 | 2023-09-29T22:48:09.348Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a5ec1cb0) |
1643 | 2023-09-29T22:48:09.376Z | Compiling structmeta-derive v0.1.6 |
1644 | 2023-09-29T22:48:09.979Z | Compiling darling_macro v0.20.3 |
1645 | 2023-09-29T22:48:11.472Z | Compiling darling v0.20.3 |
1646 | 2023-09-29T22:48:11.656Z | Compiling serde_with_macros v2.3.3 |
1647 | 2023-09-29T22:48:12.464Z | Compiling structmeta v0.1.6 |
1648 | 2023-09-29T22:48:15.569Z | Compiling parse-display-derive v0.7.0 |
1649 | 2023-09-29T22:48:18.126Z | Compiling test-strategy v0.2.1 |
1650 | 2023-09-29T22:48:25.606Z | Checking unicode-ident v1.0.12 |
1651 | 2023-09-29T22:48:28.509Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2) |
1652 | 2023-09-29T22:48:35.782Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2) |
1653 | 2023-09-29T22:48:35.981Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3) |
1654 | 2023-09-29T22:48:46.679Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3) |
1655 | 2023-09-29T22:49:06.381Z | Checking heck v0.4.1 |
1656 | 2023-09-29T22:49:08.931Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3) |
1657 | 2023-09-29T22:49:09.015Z | Checking atty v0.2.14 |
1658 | 2023-09-29T22:49:09.213Z | Checking match_cfg v0.1.0 |
1659 | 2023-09-29T22:49:09.324Z | Checking hostname v0.3.1 |
1660 | 2023-09-29T22:49:09.508Z | Checking crossbeam-channel v0.5.8 |
1661 | 2023-09-29T22:49:09.705Z | Checking dirs-sys-next v0.1.2 |
1662 | 2023-09-29T22:49:09.953Z | Checking dirs-next v2.0.0 |
1663 | 2023-09-29T22:49:10.002Z | Checking thread_local v1.1.7 |
1664 | 2023-09-29T22:49:10.148Z | Checking fastrand v2.0.1 |
1665 | 2023-09-29T22:49:10.434Z | Checking term v0.7.0 |
1666 | 2023-09-29T22:49:10.657Z | Checking tempfile v3.8.0 |
1667 | 2023-09-29T22:49:11.152Z | Checking instant v0.1.12 |
1668 | 2023-09-29T22:49:11.161Z | Checking take_mut v0.2.2 |
1669 | 2023-09-29T22:49:11.175Z | Checking slog-json v2.6.1 |
1670 | 2023-09-29T22:49:11.185Z | Checking slog-term v2.9.0 |
1671 | 2023-09-29T22:49:11.242Z | Checking toml_edit v0.20.1 |
1672 | 2023-09-29T22:49:11.719Z | Checking sha1 v0.10.6 |
1673 | 2023-09-29T22:49:11.725Z | Checking serde_with v2.3.3 |
1674 | 2023-09-29T22:49:11.758Z | Checking camino v1.1.6 |
1675 | 2023-09-29T22:49:12.508Z | Checking slog-bunyan v2.4.0 |
1676 | 2023-09-29T22:49:12.751Z | Checking strum v0.25.0 |
1677 | 2023-09-29T22:49:12.981Z | Checking atomic-waker v1.1.2 |
1678 | 2023-09-29T22:49:13.169Z | Checking debug-ignore v1.0.5 |
1679 | 2023-09-29T22:49:13.221Z | Checking waitgroup v0.1.2 |
1680 | 2023-09-29T22:49:14.061Z | Checking async-stream v0.3.5 |
1681 | 2023-09-29T22:49:14.347Z | Checking serde_path_to_error v0.1.14 |
1682 | 2023-09-29T22:49:14.390Z | Checking quick-error v1.2.3 |
1683 | 2023-09-29T22:49:14.593Z | Checking backoff v0.4.0 |
1684 | 2023-09-29T22:49:15.040Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1685 | 2023-09-29T22:49:15.159Z | Checking toml v0.8.1 |
1686 | 2023-09-29T22:49:15.262Z | Checking parse-display v0.7.0 |
1687 | 2023-09-29T22:49:15.398Z | Checking macaddr v1.0.1 |
1688 | 2023-09-29T22:49:18.009Z | Checking wait-timeout v0.2.0 |
1689 | 2023-09-29T22:49:18.428Z | Checking rusty-fork v0.3.0 |
1690 | 2023-09-29T22:49:18.434Z | Checking rand_xorshift v0.3.0 |
1691 | 2023-09-29T22:49:18.437Z | Checking unarray v0.1.4 |
1692 | 2023-09-29T22:49:19.112Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3) |
1693 | 2023-09-29T22:49:23.032Z | Checking proptest v1.2.0 |
1694 | 2023-09-29T22:49:26.268Z | Compiling proc-macro-crate v1.3.1 |
1695 | 2023-09-29T22:49:28.870Z | Compiling proc-macro-error-attr v1.0.4 |
1696 | 2023-09-29T22:49:29.010Z | Compiling proc-macro-error v1.0.4 |
1697 | 2023-09-29T22:49:30.926Z | Compiling num_enum_derive v0.5.11 |
1698 | 2023-09-29T22:49:57.863Z | Checking base64ct v1.6.0 |
1699 | 2023-09-29T22:50:06.307Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1700 | 2023-09-29T22:50:06.941Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1701 | 2023-09-29T22:50:07.351Z | Compiling zone_cfg_derive v0.3.0 |
1702 | 2023-09-29T22:50:07.570Z | Compiling foreign-types-macros v0.2.3 |
1703 | 2023-09-29T22:50:08.467Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1704 | 2023-09-29T22:50:08.490Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1705 | 2023-09-29T22:50:09.236Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1706 | 2023-09-29T22:50:09.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1707 | 2023-09-29T22:50:09.897Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#59e69ef8) |
1708 | 2023-09-29T22:50:11.646Z | Checking is-terminal v0.4.9 |
1709 | 2023-09-29T22:50:12.690Z | Checking base64 v0.13.1 |
1710 | 2023-09-29T22:50:13.203Z | Compiling cancel-safe-futures v0.1.2 |
1711 | 2023-09-29T22:50:13.290Z | Compiling slog-dtrace v0.2.3 |
1712 | 2023-09-29T22:50:13.322Z | Checking password-hash v0.5.0 |
1713 | 2023-09-29T22:50:13.707Z | Checking blake2 v0.10.6 |
1714 | 2023-09-29T22:50:14.274Z | Checking num_enum v0.5.11 |
1715 | 2023-09-29T22:50:14.379Z | Checking argon2 v0.5.2 |
1716 | 2023-09-29T22:50:14.467Z | Compiling num-rational v0.4.1 |
1717 | 2023-09-29T22:50:14.490Z | Checking pem v1.1.1 |
1718 | 2023-09-29T22:50:14.841Z | Checking shlex v1.2.0 |
1719 | 2023-09-29T22:50:15.296Z | Checking postcard-cobs v0.1.5-pre |
1720 | 2023-09-29T22:50:16.641Z | Checking zone v0.3.0 |
1721 | 2023-09-29T22:50:16.649Z | Checking postcard v0.7.3 |
1722 | 2023-09-29T22:50:16.743Z | Checking smoltcp v0.8.2 |
1723 | 2023-09-29T22:50:16.783Z | Checking headers-core v0.2.0 |
1724 | 2023-09-29T22:50:16.973Z | Checking smf v0.2.3 |
1725 | 2023-09-29T22:50:17.032Z | Checking cfg-if v0.1.10 |
1726 | 2023-09-29T22:50:17.203Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1727 | 2023-09-29T22:50:17.365Z | Checking foreign-types-shared v0.3.1 |
1728 | 2023-09-29T22:50:17.668Z | Checking headers v0.3.9 |
1729 | 2023-09-29T22:50:17.776Z | Checking foreign-types v0.5.0 |
1730 | 2023-09-29T22:50:17.926Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1731 | 2023-09-29T22:50:18.558Z | Checking cstr-argument v0.1.2 |
1732 | 2023-09-29T22:50:18.773Z | Checking pretty-hex v0.2.1 |
1733 | 2023-09-29T22:50:18.813Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1734 | 2023-09-29T22:50:18.849Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1735 | 2023-09-29T22:50:19.013Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1736 | 2023-09-29T22:50:19.076Z | Checking colored v2.0.4 |
1737 | 2023-09-29T22:50:19.379Z | Compiling heck v0.3.3 |
1738 | 2023-09-29T22:50:19.771Z | Compiling der_derive v0.7.2 |
1739 | 2023-09-29T22:50:21.594Z | Compiling libefi-sys v0.1.0 |
1740 | 2023-09-29T22:50:45.944Z | Compiling structopt-derive v0.4.18 |
1741 | 2023-09-29T22:50:46.121Z | Checking rcgen v0.10.0 |
1742 | 2023-09-29T22:50:46.218Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-09-29T22:50:46.289Z | Checking subprocess v0.2.9 |
1744 | 2023-09-29T22:50:46.350Z | Compiling memoffset v0.7.1 |
1745 | 2023-09-29T22:50:46.376Z | Compiling home v0.5.5 |
1746 | 2023-09-29T22:50:46.423Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1747 | 2023-09-29T22:50:46.530Z | Checking signature v2.1.0 |
1748 | 2023-09-29T22:50:46.561Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1749 | 2023-09-29T22:50:46.601Z | Checking termcolor v1.3.0 |
1750 | 2023-09-29T22:50:46.674Z | Compiling signal-hook v0.3.17 |
1751 | 2023-09-29T22:50:46.693Z | Checking linked-hash-map v0.5.6 |
1752 | 2023-09-29T22:50:47.118Z | Compiling maybe-uninit v2.0.0 |
1753 | 2023-09-29T22:50:47.130Z | Compiling num-bigint-dig v0.8.4 |
1754 | 2023-09-29T22:50:47.155Z | Compiling packed_struct v0.10.1 |
1755 | 2023-09-29T22:50:47.175Z | Checking lru-cache v0.1.2 |
1756 | 2023-09-29T22:50:47.199Z | Compiling packed_struct_codegen v0.10.1 |
1757 | 2023-09-29T22:50:47.228Z | Compiling same-file v1.0.6 |
1758 | 2023-09-29T22:50:47.288Z | Compiling semver-parser v0.10.2 |
1759 | 2023-09-29T22:50:47.341Z | Checking ciborium-io v0.2.1 |
1760 | 2023-09-29T22:50:47.388Z | Compiling walkdir v2.4.0 |
1761 | 2023-09-29T22:50:47.403Z | Checking half v1.8.2 |
1762 | 2023-09-29T22:50:47.419Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1763 | 2023-09-29T22:50:47.431Z | Checking ciborium-ll v0.2.1 |
1764 | 2023-09-29T22:50:47.442Z | Compiling semver v0.11.0 |
1765 | 2023-09-29T22:50:47.461Z | Compiling xattr v1.0.1 |
1766 | 2023-09-29T22:50:47.472Z | Compiling filetime v0.2.22 |
1767 | 2023-09-29T22:50:47.900Z | Compiling toolchain_find v0.2.0 |
1768 | 2023-09-29T22:50:47.916Z | Compiling tar v0.4.40 |
1769 | 2023-09-29T22:50:47.938Z | Checking ciborium v0.2.1 |
1770 | 2023-09-29T22:50:48.778Z | Compiling toml v0.5.11 |
1771 | 2023-09-29T22:50:48.783Z | Checking arc-swap v1.6.0 |
1772 | 2023-09-29T22:50:48.789Z | Compiling convert_case v0.4.0 |
1773 | 2023-09-29T22:50:48.793Z | Checking slog-scope v4.4.0 |
1774 | 2023-09-29T22:50:48.801Z | Compiling omicron-zone-package v0.8.3 |
1775 | 2023-09-29T22:50:48.810Z | Checking slog-stdlog v4.1.1 |
1776 | 2023-09-29T22:50:48.817Z | Checking slog-envlogger v2.2.0 |
1777 | 2023-09-29T22:50:48.829Z | Compiling derive-where v1.2.5 |
1778 | 2023-09-29T22:50:48.851Z | Compiling doc-comment v0.3.3 |
1779 | 2023-09-29T22:50:48.865Z | Compiling derive_more v0.99.17 |
1780 | 2023-09-29T22:50:48.875Z | Compiling parking_lot_core v0.8.6 |
1781 | 2023-09-29T22:50:48.885Z | Checking resolv-conf v0.7.0 |
1782 | 2023-09-29T22:50:48.902Z | Compiling rustfmt-wrapper v0.2.0 |
1783 | 2023-09-29T22:50:48.927Z | Checking trust-dns-resolver v0.22.0 |
1784 | 2023-09-29T22:50:48.939Z | Checking newline-converter v0.3.0 |
1785 | 2023-09-29T22:50:48.951Z | Checking hkdf v0.12.3 |
1786 | 2023-09-29T22:50:48.957Z | Checking expectorate v1.1.0 |
1787 | 2023-09-29T22:50:48.974Z | Checking textwrap v0.11.0 |
1788 | 2023-09-29T22:50:50.208Z | Checking fxhash v0.2.1 |
1789 | 2023-09-29T22:50:50.219Z | Compiling libz-sys v1.1.12 |
1790 | 2023-09-29T22:50:50.241Z | Checking strsim v0.8.0 |
1791 | 2023-09-29T22:50:50.244Z | Checking ansi_term v0.12.1 |
1792 | 2023-09-29T22:50:50.247Z | Checking keccak v0.1.4 |
1793 | 2023-09-29T22:50:50.250Z | Checking vec_map v0.8.2 |
1794 | 2023-09-29T22:50:50.253Z | Checking secrecy v0.8.0 |
1795 | 2023-09-29T22:50:50.257Z | Checking sha3 v0.10.8 |
1796 | 2023-09-29T22:50:50.260Z | Checking clap v2.34.0 |
1797 | 2023-09-29T22:50:50.262Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1798 | 2023-09-29T22:50:50.265Z | Checking num-complex v0.4.4 |
1799 | 2023-09-29T22:50:50.268Z | Compiling snafu-derive v0.7.5 |
1800 | 2023-09-29T22:50:50.271Z | Compiling libgit2-sys v0.16.1+1.7.1 |
1801 | 2023-09-29T22:50:50.273Z | Compiling buf-list v1.0.3 |
1802 | 2023-09-29T22:50:50.276Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1803 | 2023-09-29T22:50:50.279Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1804 | 2023-09-29T22:50:50.286Z | Checking num v0.4.1 |
1805 | 2023-09-29T22:50:50.288Z | Checking pem-rfc7468 v0.7.0 |
1806 | 2023-09-29T22:50:50.291Z | Compiling libsqlite3-sys v0.26.0 |
1807 | 2023-09-29T22:50:50.294Z | Checking flagset v0.4.4 |
1808 | 2023-09-29T22:50:51.315Z | Checking der v0.7.8 |
1809 | 2023-09-29T22:50:51.318Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1810 | 2023-09-29T22:50:51.326Z | Compiling vergen v8.2.5 |
1811 | 2023-09-29T22:50:51.331Z | Compiling unicase v2.7.0 |
1812 | 2023-09-29T22:50:51.334Z | Checking structopt v0.3.26 |
1813 | 2023-09-29T22:50:51.337Z | Checking humantime v2.1.0 |
1814 | 2023-09-29T22:50:51.342Z | Compiling rayon-core v1.12.0 |
1815 | 2023-09-29T22:50:51.345Z | Checking utf-8 v0.7.6 |
1816 | 2023-09-29T22:50:51.350Z | Checking spki v0.7.2 |
1817 | 2023-09-29T22:50:51.353Z | Checking camino-tempfile v1.0.2 |
1818 | 2023-09-29T22:50:51.356Z | Checking crc-catalog v2.2.0 |
1819 | 2023-09-29T22:50:51.361Z | Compiling semver v0.1.20 |
1820 | 2023-09-29T22:50:51.368Z | Checking crc v3.0.1 |
1821 | 2023-09-29T22:50:51.373Z | Checking pkcs8 v0.10.2 |
1822 | 2023-09-29T22:50:51.384Z | Compiling rustc_version v0.1.7 |
1823 | 2023-09-29T22:50:51.397Z | Compiling platforms v3.1.2 |
1824 | 2023-09-29T22:50:51.417Z | Checking nodrop v0.1.14 |
1825 | 2023-09-29T22:50:51.431Z | Compiling newtype_derive v0.1.6 |
1826 | 2023-09-29T22:50:51.456Z | Checking array-init v0.0.4 |
1827 | 2023-09-29T22:50:51.461Z | Checking pkcs1 v0.7.5 |
1828 | 2023-09-29T22:50:51.471Z | Checking smallvec v0.6.14 |
1829 | 2023-09-29T22:50:51.483Z | Compiling curve25519-dalek v4.1.1 |
1830 | 2023-09-29T22:50:51.491Z | Compiling num_enum_derive v0.7.0 |
1831 | 2023-09-29T22:50:51.497Z | Compiling glob v0.3.1 |
1832 | 2023-09-29T22:50:51.504Z | Checking bitfield v0.14.0 |
1833 | 2023-09-29T22:50:51.512Z | Checking serde-hex v0.1.0 |
1834 | 2023-09-29T22:50:51.520Z | Compiling mime_guess v2.0.4 |
1835 | 2023-09-29T22:50:51.525Z | Checking rsa v0.9.2 |
1836 | 2023-09-29T22:50:51.531Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1837 | 2023-09-29T22:50:51.539Z | Checking x509-cert v0.2.4 |
1838 | 2023-09-29T22:50:51.551Z | Checking env_logger v0.10.0 |
1839 | 2023-09-29T22:50:51.561Z | Checking ron v0.8.1 |
1840 | 2023-09-29T22:50:51.568Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1841 | 2023-09-29T22:50:51.574Z | Compiling thiserror-impl-no-std v2.0.2 |
1842 | 2023-09-29T22:50:51.583Z | Compiling curve25519-dalek-derive v0.1.0 |
1843 | 2023-09-29T22:50:52.126Z | Checking crc-any v2.4.3 |
1844 | 2023-09-29T22:50:52.496Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1845 | 2023-09-29T22:50:52.824Z | Checking tungstenite v0.18.0 |
1846 | 2023-09-29T22:50:54.704Z | Checking object v0.30.4 |
1847 | 2023-09-29T22:50:54.707Z | Checking path-slash v0.1.5 |
1848 | 2023-09-29T22:50:54.805Z | Checking tokio-tungstenite v0.18.0 |
1849 | 2023-09-29T22:50:56.007Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1850 | 2023-09-29T22:50:56.644Z | Checking nibble_vec v0.1.0 |
1851 | 2023-09-29T22:50:56.994Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1852 | 2023-09-29T22:50:57.579Z | Checking endian-type v0.1.2 |
1853 | 2023-09-29T22:50:58.007Z | Compiling crunchy v0.2.2 |
1854 | 2023-09-29T22:50:58.011Z | Checking radix_trie v0.2.1 |
1855 | 2023-09-29T22:50:58.717Z | Compiling bitstruct_derive v0.1.0 |
1856 | 2023-09-29T22:50:59.120Z | Compiling async-recursion v1.0.5 |
1857 | 2023-09-29T22:50:59.657Z | Compiling tiny-keccak v2.0.2 |
1858 | 2023-09-29T22:51:00.099Z | Checking linear-map v1.2.0 |
1859 | 2023-09-29T22:51:00.110Z | Checking parking_lot v0.11.2 |
1860 | 2023-09-29T22:51:00.226Z | Checking trust-dns-client v0.22.0 |
1861 | 2023-09-29T22:51:01.219Z | Compiling clang-sys v1.6.1 |
1862 | 2023-09-29T22:51:01.237Z | Checking universal-hash v0.5.1 |
1863 | 2023-09-29T22:51:01.245Z | Compiling darling_core v0.14.4 |
1864 | 2023-09-29T22:51:01.251Z | Checking opaque-debug v0.3.0 |
1865 | 2023-09-29T22:51:01.261Z | Compiling prettyplease v0.2.15 |
1866 | 2023-09-29T22:51:01.648Z | Compiling ascii-canvas v3.0.0 |
1867 | 2023-09-29T22:51:01.686Z | Checking sled v0.34.7 |
1868 | 2023-09-29T22:51:02.533Z | Checking trust-dns-server v0.22.1 |
1869 | 2023-09-29T22:51:03.049Z | Compiling enum-iterator-derive v1.2.1 |
1870 | 2023-09-29T22:51:03.069Z | Compiling const_format_proc_macros v0.2.31 |
1871 | 2023-09-29T22:51:03.082Z | Compiling ena v0.14.2 |
1872 | 2023-09-29T22:51:04.267Z | Compiling portable-atomic v1.4.3 |
1873 | 2023-09-29T22:51:04.879Z | Compiling diff v0.1.13 |
1874 | 2023-09-29T22:51:05.653Z | Checking pretty-hex v0.3.0 |
1875 | 2023-09-29T22:51:06.247Z | Compiling minimal-lexical v0.2.1 |
1876 | 2023-09-29T22:51:06.251Z | Compiling lalrpop v0.19.12 |
1877 | 2023-09-29T22:51:06.644Z | Compiling nom v7.1.3 |
1878 | 2023-09-29T22:51:06.689Z | Checking aead v0.5.2 |
1879 | 2023-09-29T22:51:07.256Z | Checking path-dedot v3.1.1 |
1880 | 2023-09-29T22:51:07.260Z | Compiling libloading v0.7.4 |
1881 | 2023-09-29T22:51:07.263Z | Compiling ref-cast v1.0.20 |
1882 | 2023-09-29T22:51:07.266Z | Compiling bindgen v0.65.1 |
1883 | 2023-09-29T22:51:07.274Z | Compiling salty v0.2.0 |
1884 | 2023-09-29T22:51:07.672Z | Checking path-absolutize v3.1.1 |
1885 | 2023-09-29T22:51:08.106Z | Checking snafu v0.7.5 |
1886 | 2023-09-29T22:51:08.559Z | Compiling which v4.4.2 |
1887 | 2023-09-29T22:51:09.500Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1888 | 2023-09-29T22:51:10.467Z | Compiling darling_macro v0.14.4 |
1889 | 2023-09-29T22:51:10.558Z | Checking globset v0.4.13 |
1890 | 2023-09-29T22:51:11.355Z | Checking crossbeam-deque v0.8.3 |
1891 | 2023-09-29T22:51:11.365Z | Checking olpc-cjson v0.1.3 |
1892 | 2023-09-29T22:51:11.369Z | Checking serde_plain v1.0.2 |
1893 | 2023-09-29T22:51:11.372Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1894 | 2023-09-29T22:51:11.432Z | Compiling ref-cast-impl v1.0.20 |
1895 | 2023-09-29T22:51:11.572Z | Compiling darling v0.14.4 |
1896 | 2023-09-29T22:51:11.682Z | Compiling libxml v0.3.3 |
1897 | 2023-09-29T22:51:12.180Z | Compiling derive_builder_core v0.12.0 |
1898 | 2023-09-29T22:51:12.191Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1899 | 2023-09-29T22:51:12.268Z | Compiling peeking_take_while v0.1.2 |
1900 | 2023-09-29T22:51:12.373Z | Compiling rustc-hash v1.1.0 |
1901 | 2023-09-29T22:51:12.602Z | Compiling cexpr v0.6.0 |
1902 | 2023-09-29T22:51:12.639Z | Compiling lazycell v1.3.0 |
1903 | 2023-09-29T22:51:12.961Z | Checking tough v0.12.5 |
1904 | 2023-09-29T22:51:13.049Z | Checking ff v0.13.0 |
1905 | 2023-09-29T22:51:13.083Z | Compiling strum_macros v0.24.3 |
1906 | 2023-09-29T22:51:13.213Z | Compiling num-derive v0.4.0 |
1907 | 2023-09-29T22:51:13.388Z | Checking display-error-chain v0.1.1 |
1908 | 2023-09-29T22:51:13.598Z | Compiling indoc v1.0.9 |
1909 | 2023-09-29T22:51:15.096Z | Checking group v0.13.0 |
1910 | 2023-09-29T22:51:15.506Z | Compiling derive_builder_macro v0.12.0 |
1911 | 2023-09-29T22:51:16.982Z | Checking hashlink v0.8.4 |
1912 | 2023-09-29T22:51:17.480Z | Checking crypto-bigint v0.5.3 |
1913 | 2023-09-29T22:51:17.488Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1914 | 2023-09-29T22:51:17.654Z | Compiling cookie v0.16.2 |
1915 | 2023-09-29T22:51:18.145Z | Checking base16ct v0.2.0 |
1916 | 2023-09-29T22:51:18.362Z | Checking fallible-streaming-iterator v0.1.9 |
1917 | 2023-09-29T22:51:18.693Z | Checking rusqlite v0.29.0 |
1918 | 2023-09-29T22:51:19.051Z | Checking rayon v1.8.0 |
1919 | 2023-09-29T22:51:19.073Z | Checking poly1305 v0.8.0 |
1920 | 2023-09-29T22:51:19.344Z | Checking thiserror-no-std v2.0.2 |
1921 | 2023-09-29T22:51:19.820Z | Checking nix v0.26.4 |
1922 | 2023-09-29T22:51:21.571Z | Checking elliptic-curve v0.13.5 |
1923 | 2023-09-29T22:51:21.750Z | Checking chacha20 v0.9.1 |
1924 | 2023-09-29T22:51:22.347Z | Checking twox-hash v1.6.3 |
1925 | 2023-09-29T22:51:22.402Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1926 | 2023-09-29T22:51:22.545Z | Checking sha-1 v0.10.1 |
1927 | 2023-09-29T22:51:23.014Z | Compiling oso-derive v0.26.4 |
1928 | 2023-09-29T22:51:23.087Z | Compiling impl-trait-for-tuples v0.2.2 |
1929 | 2023-09-29T22:51:25.045Z | Checking tungstenite v0.17.3 |
1930 | 2023-09-29T22:51:25.589Z | Checking vsss-rs v3.3.1 |
1931 | 2023-09-29T22:51:26.151Z | Checking chacha20poly1305 v0.10.1 |
1932 | 2023-09-29T22:51:26.492Z | Checking polyval v0.6.1 |
1933 | 2023-09-29T22:51:26.694Z | Checking num_enum v0.7.0 |
1934 | 2023-09-29T22:51:26.910Z | Checking ctr v0.9.2 |
1935 | 2023-09-29T22:51:26.944Z | Checking aes v0.8.3 |
1936 | 2023-09-29T22:51:27.376Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1937 | 2023-09-29T22:51:27.651Z | Checking bincode v1.3.3 |
1938 | 2023-09-29T22:51:28.243Z | Checking tokio-tungstenite v0.17.2 |
1939 | 2023-09-29T22:51:28.810Z | Checking aes-gcm-siv v0.11.1 |
1940 | 2023-09-29T22:51:28.879Z | Checking env_logger v0.9.3 |
1941 | 2023-09-29T22:51:29.334Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1942 | 2023-09-29T22:51:29.533Z | Checking ringbuffer v0.14.2 |
1943 | 2023-09-29T22:51:30.087Z | Checking assert_matches v1.5.0 |
1944 | 2023-09-29T22:51:30.106Z | Checking ascii v1.1.0 |
1945 | 2023-09-29T22:51:30.230Z | Checking signature v1.6.4 |
1946 | 2023-09-29T22:51:30.423Z | Checking ed25519 v1.5.3 |
1947 | 2023-09-29T22:51:30.433Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1948 | 2023-09-29T22:51:30.715Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1949 | 2023-09-29T22:51:30.781Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1950 | 2023-09-29T22:51:31.833Z | Checking bitstruct v0.1.1 |
1951 | 2023-09-29T22:51:32.150Z | Checking signal-hook-tokio v0.3.1 |
1952 | 2023-09-29T22:51:32.796Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1953 | 2023-09-29T22:51:32.812Z | Checking erased-serde v0.3.31 |
1954 | 2023-09-29T22:51:33.316Z | Checking serde_arrays v0.1.0 |
1955 | 2023-09-29T22:51:33.322Z | Checking steno v0.4.0 |
1956 | 2023-09-29T22:51:34.612Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1957 | 2023-09-29T22:51:34.838Z | Checking const_format v0.2.31 |
1958 | 2023-09-29T22:51:35.153Z | Checking enum-iterator v1.4.1 |
1959 | 2023-09-29T22:51:35.492Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1960 | 2023-09-29T22:51:36.126Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1961 | 2023-09-29T22:51:37.203Z | Checking ron v0.7.1 |
1962 | 2023-09-29T22:51:37.704Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1963 | 2023-09-29T22:51:39.438Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1964 | 2023-09-29T22:51:39.998Z | Checking serde-big-array v0.5.1 |
1965 | 2023-09-29T22:51:40.032Z | Checking serde-big-array v0.4.1 |
1966 | 2023-09-29T22:51:40.223Z | Checking bit_field v0.10.2 |
1967 | 2023-09-29T22:51:40.275Z | Checking http-range v0.1.5 |
1968 | 2023-09-29T22:51:40.549Z | Checking hyper-staticfile v0.9.5 |
1969 | 2023-09-29T22:51:40.636Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1970 | 2023-09-29T22:51:42.181Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1971 | 2023-09-29T22:51:42.861Z | Compiling indoc v2.0.4 |
1972 | 2023-09-29T22:51:42.911Z | Checking corncobs v0.1.3 |
1973 | 2023-09-29T22:51:43.200Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1974 | 2023-09-29T22:51:47.220Z | Checking derive_builder v0.12.0 |
1975 | 2023-09-29T22:51:48.423Z | Checking bb8 v0.8.1 |
1976 | 2023-09-29T22:51:48.795Z | Checking quick-xml v0.28.2 |
1977 | 2023-09-29T22:51:49.221Z | Checking bytesize v1.3.0 |
1978 | 2023-09-29T22:51:49.621Z | Checking fs-err v2.9.0 |
1979 | 2023-09-29T22:51:50.218Z | Checking maplit v1.0.2 |
1980 | 2023-09-29T22:51:50.240Z | Checking number_prefix v0.4.0 |
1981 | 2023-09-29T22:51:50.527Z | Checking indicatif v0.17.7 |
1982 | 2023-09-29T22:51:50.568Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1983 | 2023-09-29T22:51:52.040Z | Checking signal-hook-mio v0.2.3 |
1984 | 2023-09-29T22:51:53.111Z | Compiling vte_generate_state_changes v0.1.1 |
1985 | 2023-09-29T22:52:00.723Z | Checking yansi v0.5.1 |
1986 | 2023-09-29T22:52:01.788Z | Checking pretty_assertions v1.4.0 |
1987 | 2023-09-29T22:52:03.839Z | Checking crossterm v0.27.0 |
1988 | 2023-09-29T22:52:06.812Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1989 | 2023-09-29T22:52:08.200Z | Checking fatfs v0.3.6 |
1990 | 2023-09-29T22:52:09.229Z | Checking cassowary v0.3.0 |
1991 | 2023-09-29T22:52:09.720Z | Checking plotters-backend v0.3.5 |
1992 | 2023-09-29T22:52:10.273Z | Checking ratatui v0.23.0 |
1993 | 2023-09-29T22:52:10.284Z | Checking plotters-svg v0.3.5 |
1994 | 2023-09-29T22:52:11.217Z | Checking rand v0.4.6 |
1995 | 2023-09-29T22:52:12.182Z | Checking rtoolbox v0.0.1 |
1996 | 2023-09-29T22:52:12.887Z | Checking cast v0.3.0 |
1997 | 2023-09-29T22:52:13.127Z | Checking termtree v0.4.1 |
1998 | 2023-09-29T22:52:13.166Z | Checking owo-colors v3.5.0 |
1999 | 2023-09-29T22:52:13.719Z | Checking remove_dir_all v0.5.3 |
2000 | 2023-09-29T22:52:13.826Z | Checking tui-tree-widget v0.13.0 |
2001 | 2023-09-29T22:52:13.875Z | Checking tempdir v0.3.7 |
2002 | 2023-09-29T22:52:14.131Z | Checking predicates-tree v1.0.9 |
2003 | 2023-09-29T22:52:14.248Z | Checking criterion-plot v0.5.0 |
2004 | 2023-09-29T22:52:14.663Z | Checking rpassword v7.2.0 |
2005 | 2023-09-29T22:52:14.973Z | Checking plotters v0.3.5 |
2006 | 2023-09-29T22:52:17.165Z | Checking tinytemplate v1.2.1 |
2007 | 2023-09-29T22:52:18.022Z | Checking shell-words v1.1.0 |
2008 | 2023-09-29T22:52:18.043Z | Checking anes v0.1.6 |
2009 | 2023-09-29T22:52:18.299Z | Checking oorandom v11.1.3 |
2010 | 2023-09-29T22:52:18.527Z | Checking os_str_bytes v6.5.1 |
2011 | 2023-09-29T22:52:18.858Z | Checking criterion v0.5.1 |
2012 | 2023-09-29T22:52:19.103Z | Checking clap_lex v0.2.4 |
2013 | 2023-09-29T22:52:20.224Z | Checking assert_cmd v2.0.12 |
2014 | 2023-09-29T22:52:27.011Z | Compiling clap_derive v3.2.25 |
2015 | 2023-09-29T22:52:50.607Z | Compiling crossbeam-queue v0.3.8 |
2016 | 2023-09-29T22:52:50.922Z | Checking vte v0.11.1 |
2017 | 2023-09-29T22:52:51.198Z | Checking threadpool v1.8.1 |
2018 | 2023-09-29T22:52:51.511Z | Checking strip-ansi-escapes v0.2.0 |
2019 | 2023-09-29T22:52:51.781Z | Checking crossterm v0.26.1 |
2020 | 2023-09-29T22:52:51.890Z | Checking clap v3.2.25 |
2021 | 2023-09-29T22:52:52.451Z | Compiling tabled_derive v0.6.0 |
2022 | 2023-09-29T22:52:52.742Z | Checking httptest v0.15.4 |
2023 | 2023-09-29T22:52:52.985Z | Checking similar-asserts v1.5.0 |
2024 | 2023-09-29T22:52:53.401Z | Checking fd-lock v3.0.13 |
2025 | 2023-09-29T22:52:54.161Z | Checking nanorand v0.7.0 |
2026 | 2023-09-29T22:52:54.704Z | Compiling rstest_macros v0.18.2 |
2027 | 2023-09-29T22:52:55.095Z | Checking nu-ansi-term v0.49.0 |
2028 | 2023-09-29T22:52:55.494Z | Checking flume v0.11.0 |
2029 | 2023-09-29T22:53:06.069Z | Checking reedline v0.23.0 |
2030 | 2023-09-29T22:53:07.439Z | Checking libtest-mimic v0.5.2 |
2031 | 2023-09-29T22:53:07.957Z | Checking datatest-stable v0.1.3 |
2032 | 2023-09-29T22:53:08.524Z | Compiling pin-project-internal v1.1.3 |
2033 | 2023-09-29T22:53:08.694Z | Checking arrayvec v0.7.4 |
2034 | 2023-09-29T22:53:08.787Z | Checking constant_time_eq v0.3.0 |
2035 | 2023-09-29T22:53:08.821Z | Checking bytecount v0.6.3 |
2036 | 2023-09-29T22:53:08.888Z | Checking arrayref v0.3.7 |
2037 | 2023-09-29T22:53:08.915Z | Checking topological-sort v0.2.2 |
2038 | 2023-09-29T22:53:08.936Z | Compiling trybuild v1.0.85 |
2039 | 2023-09-29T22:53:08.955Z | Compiling relative-path v1.9.0 |
2040 | 2023-09-29T22:53:08.982Z | Checking blake2b_simd v1.0.2 |
2041 | 2023-09-29T22:53:09.003Z | Checking papergrid v0.10.0 |
2042 | 2023-09-29T22:53:09.022Z | Checking pin-project v1.1.3 |
2043 | 2023-09-29T22:53:09.050Z | Checking basic-toml v0.1.4 |
2044 | 2023-09-29T22:53:09.056Z | Checking futures-timer v3.0.2 |
2045 | 2023-09-29T22:53:09.085Z | Checking partial-io v0.5.4 |
2046 | 2023-09-29T22:53:09.124Z | Checking tabled v0.14.0 |
2047 | 2023-09-29T22:53:09.548Z | Checking rust-argon2 v1.0.1 |
2048 | 2023-09-29T22:53:09.560Z | Checking cargo-platform v0.1.3 |
2049 | 2023-09-29T22:53:09.574Z | Checking approx v0.5.1 |
2050 | 2023-09-29T22:53:09.596Z | Checking hex-literal v0.4.1 |
2051 | 2023-09-29T22:53:09.625Z | Checking cargo_metadata v0.18.0 |
2052 | 2023-09-29T22:53:09.637Z | Checking crossbeam v0.8.2 |
2053 | 2023-09-29T22:53:09.664Z | Checking cargo_toml v0.16.3 |
2054 | 2023-09-29T22:53:09.684Z | Checking termios v0.3.3 |
2055 | 2023-09-29T22:53:09.703Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2056 | 2023-09-29T22:53:09.721Z | Checking rstest v0.18.2 |
2057 | 2023-09-29T22:53:09.747Z | Compiling samael v0.0.12 (https://github.com/njaremko/samael?branch=master#4974e40a) |
2058 | 2023-09-29T22:53:18.587Z | Compiling bzip2 v0.4.4 |
2059 | 2023-09-29T22:53:19.183Z | Compiling zip v0.6.6 |
2060 | 2023-09-29T22:53:20.747Z | Compiling polar-core v0.26.4 |
2061 | 2023-09-29T22:53:21.023Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2062 | 2023-09-29T22:53:21.193Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2063 | 2023-09-29T22:53:21.311Z | Compiling omicron-workspace-hack v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2064 | 2023-09-29T22:53:21.837Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2023-09-29T22:53:21.888Z | Checking helios-fusion v0.1.0 (/work/oxidecomputer/omicron/helios/fusion) |
2066 | 2023-09-29T22:53:21.931Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2067 | 2023-09-29T22:53:22.068Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2068 | 2023-09-29T22:53:22.240Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2069 | 2023-09-29T22:53:22.493Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2070 | 2023-09-29T22:53:22.580Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2071 | 2023-09-29T22:53:22.850Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2072 | 2023-09-29T22:53:23.177Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2073 | 2023-09-29T22:53:23.668Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2074 | 2023-09-29T22:53:24.674Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2075 | 2023-09-29T22:53:25.087Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2076 | 2023-09-29T22:53:25.200Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2077 | 2023-09-29T22:53:25.283Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2078 | 2023-09-29T22:53:25.311Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2079 | 2023-09-29T22:53:28.340Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2080 | 2023-09-29T22:53:29.145Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2081 | 2023-09-29T22:53:29.596Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2082 | 2023-09-29T22:53:30.495Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2083 | 2023-09-29T22:53:33.047Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2084 | 2023-09-29T22:53:35.575Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2085 | 2023-09-29T22:53:37.705Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2086 | 2023-09-29T22:53:42.778Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2087 | 2023-09-29T22:53:45.051Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2088 | 2023-09-29T22:53:45.787Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2089 | 2023-09-29T22:53:45.793Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2090 | 2023-09-29T22:53:46.061Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2091 | 2023-09-29T22:53:46.951Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2092 | 2023-09-29T22:53:48.223Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2093 | 2023-09-29T22:53:48.603Z | Checking helios-protostar v0.1.0 (/work/oxidecomputer/omicron/helios/protostar) |
2094 | 2023-09-29T22:53:49.745Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2095 | 2023-09-29T22:53:51.770Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2096 | 2023-09-29T22:53:51.995Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709) |
2097 | 2023-09-29T22:53:52.658Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2098 | 2023-09-29T22:53:53.124Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2099 | 2023-09-29T22:53:54.633Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2100 | 2023-09-29T22:53:55.794Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2101 | 2023-09-29T22:53:55.826Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2102 | 2023-09-29T22:53:56.144Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2103 | 2023-09-29T22:53:56.921Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2104 | 2023-09-29T22:53:59.930Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2105 | 2023-09-29T22:54:03.162Z | Checking oso v0.26.4 |
2106 | 2023-09-29T22:54:06.414Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2107 | 2023-09-29T22:54:07.227Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2108 | 2023-09-29T22:54:08.884Z | Checking helios-tokamak v0.1.0 (/work/oxidecomputer/omicron/helios/tokamak) |
2109 | 2023-09-29T22:54:09.480Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2110 | 2023-09-29T22:54:10.931Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2111 | 2023-09-29T22:54:11.359Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2112 | 2023-09-29T22:54:13.728Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2113 | 2023-09-29T22:54:15.760Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2114 | 2023-09-29T22:54:20.660Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2115 | 2023-09-29T22:54:21.328Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2116 | 2023-09-29T22:54:23.338Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2117 | 2023-09-29T22:54:25.613Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2118 | 2023-09-29T22:54:31.298Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2119 | 2023-09-29T22:54:32.023Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2120 | 2023-09-29T22:54:32.468Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2121 | 2023-09-29T22:54:36.550Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2122 | 2023-09-29T22:54:38.650Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2123 | 2023-09-29T22:54:40.523Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2124 | 2023-09-29T22:54:46.968Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2125 | 2023-09-29T22:54:47.563Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2126 | 2023-09-29T22:54:49.101Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2127 | 2023-09-29T22:54:52.334Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2128 | 2023-09-29T22:55:16.596Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2129 | 2023-09-29T22:55:17.309Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2023-09-29T22:55:18.717Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2131 | 2023-09-29T22:55:43.933Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2132 | 2023-09-29T22:56:00.088Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2133 | 2023-09-29T22:56:16.622Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2134 | 2023-09-29T22:57:01.108Z | Compiling git2 v0.18.1 |
2135 | 2023-09-29T22:57:10.642Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2136 | 2023-09-29T22:57:13.186Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2137 | 2023-09-29T22:57:23.927Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2138 | 2023-09-29T22:57:33.578Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2139 | 2023-09-29T22:57:34.764Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2140 | 2023-09-29T22:58:12.347Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2141 | 2023-09-29T22:59:36.684Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 24s |
2142 | 2023-09-29T22:59:36.911Z | |
2143 | 2023-09-29T22:59:36.915Z | real 14:27.715066679 |
2144 | 2023-09-29T22:59:36.918Z | user 1:24:57.681432672 |
2145 | 2023-09-29T22:59:36.921Z | sys 10:58.815971790 |
2146 | 2023-09-29T22:59:36.925Z | trap 3.148137958 |
2147 | 2023-09-29T22:59:36.928Z | tflt 3.464948687 |
2148 | 2023-09-29T22:59:36.931Z | dflt 4.907556070 |
2149 | 2023-09-29T22:59:36.934Z | kflt 0.017707868 |
2150 | 2023-09-29T22:59:36.938Z | lock 1:56:53.428826809 |
2151 | 2023-09-29T22:59:36.942Z | slp 4:42:56.726291467 |
2152 | 2023-09-29T22:59:36.947Z | lat 3:11.603610019 |
2153 | 2023-09-29T22:59:36.950Z | stop 7:47.814584739 |
2154 | 2023-09-29T22:59:36.954Z | process exited: duration 1007518 ms, exit code 0 |
|
2155 | 2023-09-29T22:59:36.965Z | found 0 output files |