|
|
|
1 | 2023-10-18T18:06:13.693Z | job assigned to worker 01HD1ZCJFSE43TXN5WEVT2HWJQ (queued for 1 m 26 s) |
|
2 | 2023-10-18T18:06:14.377Z | starting task 0: "setup" |
3 | 2023-10-18T18:06:14.437Z | ++ uname -s |
4 | 2023-10-18T18:06:14.440Z | + kern=SunOS |
5 | 2023-10-18T18:06:14.443Z | + case "$kern" in |
6 | 2023-10-18T18:06:14.445Z | + groupadd -g 12345 build |
7 | 2023-10-18T18:06:14.448Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-18T18:06:16.454Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-18T18:06:16.550Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-18T18:06:16.554Z | + home_fs=zfs |
11 | 2023-10-18T18:06:16.560Z | + [[ zfs == autofs ]] |
12 | 2023-10-18T18:06:16.563Z | + mkdir -p /home/build |
13 | 2023-10-18T18:06:16.566Z | + chown build:build /home/build /work |
14 | 2023-10-18T18:06:18.558Z | + chmod 0700 /home/build /work |
15 | 2023-10-18T18:06:18.561Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2023-10-18T18:06:18.567Z | starting task 1: "rust-toolchain" |
17 | 2023-10-18T18:06:18.579Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-18T18:06:18.582Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-18T18:06:18.760Z | info: downloading installer |
20 | 2023-10-18T18:06:20.866Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-18T18:06:20.868Z | warning: /opt/ooce/bin |
22 | 2023-10-18T18:06:20.871Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-18T18:06:20.874Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-18T18:06:20.880Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-18T18:06:20.883Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-18T18:06:20.887Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-18T18:06:20.890Z | error: cannot install while Rust is installed |
28 | 2023-10-18T18:06:20.893Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-18T18:06:21.005Z | info: profile set to 'default' |
30 | 2023-10-18T18:06:21.008Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-18T18:06:21.011Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-18T18:06:21.203Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-18T18:06:21.206Z | info: downloading component 'cargo' |
34 | 2023-10-18T18:06:22.059Z | info: downloading component 'clippy' |
35 | 2023-10-18T18:06:22.357Z | info: downloading component 'rust-docs' |
36 | 2023-10-18T18:06:23.407Z | info: downloading component 'rust-std' |
37 | 2023-10-18T18:06:25.272Z | info: downloading component 'rustc' |
38 | 2023-10-18T18:06:29.790Z | info: downloading component 'rustfmt' |
39 | 2023-10-18T18:06:30.052Z | info: installing component 'cargo' |
40 | 2023-10-18T18:06:32.353Z | info: installing component 'clippy' |
41 | 2023-10-18T18:06:33.281Z | info: installing component 'rust-docs' |
42 | 2023-10-18T18:06:36.079Z | info: installing component 'rust-std' |
43 | 2023-10-18T18:06:40.074Z | info: installing component 'rustc' |
44 | 2023-10-18T18:06:49.874Z | info: installing component 'rustfmt' |
45 | 2023-10-18T18:06:50.383Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-18T18:06:50.386Z | |
47 | 2023-10-18T18:06:50.520Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-18T18:06:50.523Z | |
49 | 2023-10-18T18:06:50.526Z | |
50 | 2023-10-18T18:06:50.531Z | Rust is installed now. Great! |
51 | 2023-10-18T18:06:50.534Z | |
52 | 2023-10-18T18:06:50.537Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-18T18:06:50.540Z | environment variable. This has not been done automatically. |
54 | 2023-10-18T18:06:50.543Z | |
55 | 2023-10-18T18:06:50.546Z | To configure your current shell, run: |
56 | 2023-10-18T18:06:50.549Z | source "$HOME/.cargo/env" |
57 | 2023-10-18T18:06:50.606Z | + rustc --version |
58 | 2023-10-18T18:06:50.724Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-18T18:06:50.729Z | process exited: duration 32174 ms, exit code 0 |
|
60 | 2023-10-18T18:06:50.735Z | starting task 2: "authentication" |
61 | 2023-10-18T18:06:50.770Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-18T18:06:50.776Z | starting task 3: "clone repository" |
63 | 2023-10-18T18:06:50.786Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-18T18:06:50.789Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-18T18:06:50.862Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-18T18:06:57.039Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-18T18:06:57.043Z | + [[ -n wicketd-tuf-repo-multiple-rot-keys ]] |
68 | 2023-10-18T18:06:57.046Z | + git fetch origin wicketd-tuf-repo-multiple-rot-keys |
69 | 2023-10-18T18:06:57.399Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-18T18:06:57.403Z | * branch wicketd-tuf-repo-multiple-rot-keys -> FETCH_HEAD |
71 | 2023-10-18T18:06:57.410Z | + git checkout -B wicketd-tuf-repo-multiple-rot-keys remotes/origin/wicketd-tuf-repo-multiple-rot-keys |
72 | 2023-10-18T18:06:57.448Z | Switched to a new branch 'wicketd-tuf-repo-multiple-rot-keys' |
73 | 2023-10-18T18:06:57.451Z | branch 'wicketd-tuf-repo-multiple-rot-keys' set up to track 'origin/wicketd-tuf-repo-multiple-rot-keys'. |
74 | 2023-10-18T18:06:57.454Z | + git reset --hard 4302c93d91a66a1c969210cafdaa6db1eb87ddcd |
75 | 2023-10-18T18:06:57.498Z | HEAD is now at 4302c93d add log when we find a matching RoT archive |
76 | 2023-10-18T18:06:57.501Z | process exited: duration 6724 ms, exit code 0 |
|
77 | 2023-10-18T18:06:57.508Z | starting task 4: "build" |
78 | 2023-10-18T18:06:57.518Z | + cargo --version |
79 | 2023-10-18T18:06:57.612Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-18T18:06:57.615Z | + rustc --version |
81 | 2023-10-18T18:06:57.722Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-18T18:06:57.726Z | + source ./env.sh |
83 | 2023-10-18T18:06:57.729Z | ++ set -o xtrace |
84 | 2023-10-18T18:06:57.732Z | ++++ dirname ./env.sh |
85 | 2023-10-18T18:06:57.734Z | +++ cd . |
86 | 2023-10-18T18:06:57.737Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-18T18:06:57.740Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-18T18:06:57.743Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-18T18:06:57.746Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-18T18:06:57.748Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-18T18:06:57.751Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2023-10-18T18:06:57.754Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-10-18T18:06:57.757Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-10-18T18:06:57.760Z | ++ unset OMICRON_WS |
95 | 2023-10-18T18:06:57.763Z | ++ set +o xtrace |
96 | 2023-10-18T18:06:57.851Z | |
97 | 2023-10-18T18:06:57.854Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-18T18:06:57.857Z | # # # # # # # # # # # # # # # |
99 | 2023-10-18T18:06:57.860Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-18T18:06:57.864Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-18T18:06:57.867Z | # # # # # # # # # # # # # # # |
102 | 2023-10-18T18:06:57.870Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-18T18:06:57.873Z | |
104 | 2023-10-18T18:07:08.335Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-18T18:07:09.182Z | Startup: Caching catalogs ... Done |
106 | 2023-10-18T18:07:13.611Z | Planning: Solver setup ... Done (4.155s) |
107 | 2023-10-18T18:07:13.715Z | Planning: Running solver ... Done (0.105s) |
108 | 2023-10-18T18:07:13.771Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-10-18T18:07:13.805Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-18T18:07:15.282Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-18T18:07:15.368Z | Planning: Package planning ... Done (0.085s) |
112 | 2023-10-18T18:07:15.453Z | Planning: Merging actions ... Done (0.086s) |
113 | 2023-10-18T18:07:16.118Z | Planning: Checking for conflicting actions ... Done (0.664s) |
114 | 2023-10-18T18:07:16.135Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-18T18:07:19.849Z | Planning: Evaluating mediators ... Done (3.714s) |
116 | 2023-10-18T18:07:19.864Z | Planning: Planning completed in 10.63 seconds |
117 | 2023-10-18T18:07:22.392Z | Packages to install: 4 |
118 | 2023-10-18T18:07:22.395Z | Mediators to change: 2 |
119 | 2023-10-18T18:07:22.398Z | Services to change: 1 |
120 | 2023-10-18T18:07:22.401Z | Estimated space available: 149.39 GB |
121 | 2023-10-18T18:07:22.403Z | Estimated space to be consumed: 1.36 GB |
122 | 2023-10-18T18:07:22.406Z | Create boot environment: No |
123 | 2023-10-18T18:07:22.408Z | Create backup boot environment: No |
124 | 2023-10-18T18:07:22.411Z | Rebuild boot archive: No |
125 | 2023-10-18T18:07:22.414Z | |
126 | 2023-10-18T18:07:22.417Z | Changed mediators: |
127 | 2023-10-18T18:07:22.419Z | mediator clang: |
128 | 2023-10-18T18:07:22.422Z | version: None -> 15 (system default) |
129 | 2023-10-18T18:07:22.424Z | |
130 | 2023-10-18T18:07:22.427Z | mediator llvm: |
131 | 2023-10-18T18:07:22.430Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-18T18:07:22.433Z | |
133 | 2023-10-18T18:07:22.435Z | Changed packages: |
134 | 2023-10-18T18:07:22.438Z | helios-dev |
135 | 2023-10-18T18:07:22.441Z | developer/build-essential |
136 | 2023-10-18T18:07:22.443Z | None -> 11-2.0 |
137 | 2023-10-18T18:07:22.446Z | library/libxmlsec1 |
138 | 2023-10-18T18:07:22.449Z | None -> 1.2.35-2.0 |
139 | 2023-10-18T18:07:22.452Z | ooce/developer/clang-15 |
140 | 2023-10-18T18:07:22.455Z | None -> 15.0.7-2.0 |
141 | 2023-10-18T18:07:22.458Z | ooce/developer/llvm-15 |
142 | 2023-10-18T18:07:22.460Z | None -> 15.0.7-2.0 |
143 | 2023-10-18T18:07:22.463Z | |
144 | 2023-10-18T18:07:22.465Z | Services: |
145 | 2023-10-18T18:07:22.468Z | restart_fmri: |
146 | 2023-10-18T18:07:22.471Z | svc:/system/update-man-index:default |
147 | 2023-10-18T18:07:22.687Z | |
148 | 2023-10-18T18:07:22.690Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-18T18:07:27.695Z | Download: 738/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
150 | 2023-10-18T18:07:39.931Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.7M/s) |
151 | 2023-10-18T18:07:44.929Z | Download: 2030/3290 items 118.7/212.6MB 55% complete (7.1M/s) |
152 | 2023-10-18T18:07:49.946Z | Download: 3245/3290 items 166.9/212.6MB 78% complete (8.4M/s) |
153 | 2023-10-18T18:07:51.599Z | Download: Completed 212.60 MB in 28.92 seconds (7.3M/s) |
154 | 2023-10-18T18:07:52.394Z | Actions: 1/3687 actions (Installing new actions) |
155 | 2023-10-18T18:07:57.615Z | Actions: 2443/3687 actions (Installing new actions) |
156 | 2023-10-18T18:08:01.081Z | Actions: Completed 3687 actions in 8.69 seconds. |
157 | 2023-10-18T18:08:01.164Z | Done (0.074s) |
158 | 2023-10-18T18:08:01.167Z | Done (0.000s) |
159 | 2023-10-18T18:08:01.347Z | Done (0.183s) |
160 | 2023-10-18T18:08:09.621Z | Done (8.158s) |
161 | 2023-10-18T18:08:09.917Z | Done (0.176s) |
162 | 2023-10-18T18:08:09.920Z | Done (0.000s) |
163 | 2023-10-18T18:08:10.150Z | Done (0.000s) |
164 | 2023-10-18T18:08:10.870Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-18T18:08:11.159Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-18T18:08:11.162Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-18T18:08:11.597Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-18T18:08:11.600Z | Planning: Planning completed in 0.73 seconds |
169 | 2023-10-18T18:08:11.652Z | Mediators to change: 2 |
170 | 2023-10-18T18:08:11.655Z | Create boot environment: No |
171 | 2023-10-18T18:08:11.658Z | Create backup boot environment: No |
172 | 2023-10-18T18:08:11.741Z | Done |
173 | 2023-10-18T18:08:11.744Z | Done |
174 | 2023-10-18T18:08:11.868Z | Done |
175 | 2023-10-18T18:08:17.961Z | Done |
176 | 2023-10-18T18:08:18.103Z | Done |
177 | 2023-10-18T18:08:18.106Z | Done |
178 | 2023-10-18T18:08:18.209Z | Done |
179 | 2023-10-18T18:08:19.218Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-10-18T18:08:19.221Z | Planning: Merging actions ... Done |
181 | 2023-10-18T18:08:19.554Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-10-18T18:08:19.557Z | Planning: Consolidating action changes ... Done |
183 | 2023-10-18T18:08:19.984Z | Planning: Evaluating mediators ... Done |
184 | 2023-10-18T18:08:20.074Z | Planning: Planning completed in 1.29 seconds |
185 | 2023-10-18T18:08:20.148Z | Packages to change: 1 |
186 | 2023-10-18T18:08:20.151Z | Mediators to change: 1 |
187 | 2023-10-18T18:08:20.155Z | Services to change: 1 |
188 | 2023-10-18T18:08:20.158Z | Create boot environment: No |
189 | 2023-10-18T18:08:20.161Z | Create backup boot environment: Yes |
190 | 2023-10-18T18:08:22.435Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2023-10-18T18:08:22.445Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2023-10-18T18:08:22.458Z | Done |
193 | 2023-10-18T18:08:22.467Z | Done |
194 | 2023-10-18T18:08:22.482Z | Done |
195 | 2023-10-18T18:08:28.518Z | Done |
196 | 2023-10-18T18:08:28.666Z | Done |
197 | 2023-10-18T18:08:28.669Z | Done |
198 | 2023-10-18T18:08:28.823Z | Done |
199 | 2023-10-18T18:08:29.510Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2023-10-18T18:08:29.513Z | clang system 15 system |
201 | 2023-10-18T18:08:29.516Z | csh system system illumos |
202 | 2023-10-18T18:08:29.519Z | ctags system system illumos |
203 | 2023-10-18T18:08:29.521Z | gcc vendor 12 vendor |
204 | 2023-10-18T18:08:29.524Z | gcc system 10 system |
205 | 2023-10-18T18:08:29.527Z | gcc system 7 system |
206 | 2023-10-18T18:08:29.530Z | go system 1.20 system |
207 | 2023-10-18T18:08:29.533Z | go system 1.19 system |
208 | 2023-10-18T18:08:29.535Z | llvm system 15 system |
209 | 2023-10-18T18:08:29.538Z | llvm system 14 system |
210 | 2023-10-18T18:08:29.541Z | mariadb system 10.6 system |
211 | 2023-10-18T18:08:29.543Z | mta vendor vendor dma |
212 | 2023-10-18T18:08:29.546Z | openjdk system 17 system |
213 | 2023-10-18T18:08:29.548Z | openjdk system 11 system |
214 | 2023-10-18T18:08:29.551Z | openjdk system 1.8 system |
215 | 2023-10-18T18:08:29.554Z | openssl vendor 3 vendor |
216 | 2023-10-18T18:08:29.557Z | perl system 5.36 system |
217 | 2023-10-18T18:08:29.560Z | postgresql system 15 system |
218 | 2023-10-18T18:08:29.562Z | postgresql system 13 system |
219 | 2023-10-18T18:08:29.565Z | python vendor 3 vendor |
220 | 2023-10-18T18:08:29.567Z | python system 2 system |
221 | 2023-10-18T18:08:29.570Z | python3 system 3.11 system |
222 | 2023-10-18T18:08:29.573Z | ruby system 3.0 system |
223 | 2023-10-18T18:08:29.576Z | words vendor vendor american-english |
224 | 2023-10-18T18:08:29.578Z | words system system australian-english |
225 | 2023-10-18T18:08:29.581Z | words system system british-english |
226 | 2023-10-18T18:08:29.584Z | words system system canadian-english |
227 | 2023-10-18T18:08:29.587Z | words system system french |
228 | 2023-10-18T18:08:29.589Z | words system system italian |
229 | 2023-10-18T18:08:29.592Z | words system system ngerman |
230 | 2023-10-18T18:08:29.595Z | words system system ogerman |
231 | 2023-10-18T18:08:29.598Z | words system system spanish |
232 | 2023-10-18T18:08:30.058Z | FMRI IFO |
233 | 2023-10-18T18:08:30.061Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2023-10-18T18:08:30.064Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2023-10-18T18:08:30.067Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2023-10-18T18:08:30.070Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2023-10-18T18:08:30.073Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2023-10-18T18:08:30.076Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2023-10-18T18:08:30.137Z | + set -o errexit |
240 | 2023-10-18T18:08:30.140Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2023-10-18T18:08:30.143Z | ++ cd ./tools |
242 | 2023-10-18T18:08:30.146Z | ++ pwd |
243 | 2023-10-18T18:08:30.148Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2023-10-18T18:08:30.151Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2023-10-18T18:08:30.155Z | + ARG0=ci_download_cockroachdb |
246 | 2023-10-18T18:08:30.158Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2023-10-18T18:08:30.161Z | + CIDL_VERSION=v22.1.9 |
248 | 2023-10-18T18:08:30.165Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2023-10-18T18:08:30.168Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2023-10-18T18:08:30.171Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2023-10-18T18:08:30.175Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-18T18:08:30.177Z | + TARGET_DIR=out |
253 | 2023-10-18T18:08:30.181Z | + DOWNLOAD_DIR=out/downloads |
254 | 2023-10-18T18:08:30.184Z | + DEST_DIR=./out/cockroachdb |
255 | 2023-10-18T18:08:30.187Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2023-10-18T18:08:30.190Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2023-10-18T18:08:30.193Z | + main |
258 | 2023-10-18T18:08:30.196Z | + [[ 0 != 0 ]] |
259 | 2023-10-18T18:08:30.198Z | + CIDL_OS=solaris2.11 |
260 | 2023-10-18T18:08:30.203Z | + [[ 0 != 0 ]] |
261 | 2023-10-18T18:08:30.205Z | + configure_os solaris2.11 |
262 | 2023-10-18T18:08:30.208Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2023-10-18T18:08:30.211Z | current directory: /work/oxidecomputer/omicron |
264 | 2023-10-18T18:08:30.214Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2023-10-18T18:08:30.216Z | + case "$1" in |
266 | 2023-10-18T18:08:30.219Z | configuring based on OS: "solaris2.11" |
267 | 2023-10-18T18:08:30.222Z | + CIDL_BUILD=illumos |
268 | 2023-10-18T18:08:30.225Z | + CIDL_SUFFIX=tar.gz |
269 | 2023-10-18T18:08:30.228Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-10-18T18:08:30.231Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2023-10-18T18:08:30.236Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2023-10-18T18:08:30.240Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2023-10-18T18:08:30.243Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2023-10-18T18:08:30.245Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-18T18:08:30.248Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-18T18:08:30.251Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2023-10-18T18:08:30.254Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-18T18:08:30.256Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-10-18T18:08:30.259Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-18T18:08:30.262Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-10-18T18:08:30.265Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-18T18:08:30.268Z | + mkdir -p out/downloads |
283 | 2023-10-18T18:08:30.271Z | + mkdir -p ./out/cockroachdb |
284 | 2023-10-18T18:08:30.274Z | + local DO_DOWNLOAD=true |
285 | 2023-10-18T18:08:30.277Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2023-10-18T18:08:30.280Z | + '[' true == true ']' |
287 | 2023-10-18T18:08:30.283Z | + echo Downloading... |
288 | 2023-10-18T18:08:30.286Z | Downloading... |
289 | 2023-10-18T18:08:30.290Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-10-18T18:08:30.293Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-18T18:08:36.367Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-10-18T18:08:36.370Z | ++ md5sum |
293 | 2023-10-18T18:08:36.373Z | ++ awk '{print $1}' |
294 | 2023-10-18T18:08:36.555Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-10-18T18:08:36.558Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
296 | 2023-10-18T18:08:36.561Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-10-18T18:08:36.564Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2023-10-18T18:08:39.972Z | + do_assemble_illumos |
299 | 2023-10-18T18:08:39.974Z | + rm -r ./out/cockroachdb |
300 | 2023-10-18T18:08:39.979Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2023-10-18T18:08:40.560Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2023-10-18T18:08:40.777Z | Build Tag: v22.1.9-dirty |
303 | 2023-10-18T18:08:40.780Z | Build Time: 2022/10/26 21:17:46 |
304 | 2023-10-18T18:08:40.783Z | Distribution: OSS |
305 | 2023-10-18T18:08:40.785Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2023-10-18T18:08:40.788Z | Go Version: go1.17.13 |
307 | 2023-10-18T18:08:40.791Z | C Compiler: gcc 10.3.0 |
308 | 2023-10-18T18:08:40.793Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2023-10-18T18:08:40.796Z | Build Type: release |
310 | 2023-10-18T18:08:40.802Z | + set -o errexit |
311 | 2023-10-18T18:08:40.805Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2023-10-18T18:08:40.807Z | ++ cd ./tools |
313 | 2023-10-18T18:08:40.810Z | ++ pwd |
314 | 2023-10-18T18:08:40.812Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2023-10-18T18:08:40.815Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2023-10-18T18:08:40.817Z | + ARG0=ci_download_clickhouse |
317 | 2023-10-18T18:08:40.820Z | + TARGET_DIR=out |
318 | 2023-10-18T18:08:40.823Z | + DOWNLOAD_DIR=out/downloads |
319 | 2023-10-18T18:08:40.826Z | + DEST_DIR=./out/clickhouse |
320 | 2023-10-18T18:08:40.830Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2023-10-18T18:08:40.833Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-10-18T18:08:40.836Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2023-10-18T18:08:40.838Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2023-10-18T18:08:40.841Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-10-18T18:08:40.844Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2023-10-18T18:08:40.847Z | + main |
327 | 2023-10-18T18:08:40.849Z | + [[ 0 != 0 ]] |
328 | 2023-10-18T18:08:40.852Z | + CIDL_OS=solaris2.11 |
329 | 2023-10-18T18:08:40.855Z | + [[ 0 != 0 ]] |
330 | 2023-10-18T18:08:40.857Z | + configure_os solaris2.11 |
331 | 2023-10-18T18:08:40.860Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2023-10-18T18:08:40.862Z | current directory: /work/oxidecomputer/omicron |
333 | 2023-10-18T18:08:40.866Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2023-10-18T18:08:40.868Z | configuring based on OS: "solaris2.11" |
335 | 2023-10-18T18:08:40.871Z | + CIDL_DASHREV= |
336 | 2023-10-18T18:08:40.874Z | + case "$1" in |
337 | 2023-10-18T18:08:40.876Z | + CIDL_PLATFORM=illumos |
338 | 2023-10-18T18:08:40.879Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-18T18:08:40.882Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2023-10-18T18:08:40.884Z | + CIDL_DASHREV=-1 |
341 | 2023-10-18T18:08:40.888Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2023-10-18T18:08:40.891Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-18T18:08:40.894Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-18T18:08:40.897Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-18T18:08:40.899Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-10-18T18:08:40.902Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-18T18:08:40.905Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-10-18T18:08:40.908Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-18T18:08:40.910Z | + mkdir -p out/downloads |
350 | 2023-10-18T18:08:40.913Z | + mkdir -p ./out/clickhouse |
351 | 2023-10-18T18:08:40.915Z | + local DO_DOWNLOAD=true |
352 | 2023-10-18T18:08:40.918Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-10-18T18:08:40.921Z | + '[' true == true ']' |
354 | 2023-10-18T18:08:40.923Z | + echo Downloading... |
355 | 2023-10-18T18:08:40.926Z | Downloading... |
356 | 2023-10-18T18:08:40.928Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-10-18T18:08:40.931Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-10-18T18:08:42.305Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-10-18T18:08:42.308Z | ++ md5sum |
360 | 2023-10-18T18:08:42.311Z | ++ awk '{print $1}' |
361 | 2023-10-18T18:08:42.570Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-10-18T18:08:42.573Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
363 | 2023-10-18T18:08:42.576Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2023-10-18T18:08:42.578Z | + mkdir -p ./out/clickhouse |
365 | 2023-10-18T18:08:42.581Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2023-10-18T18:08:47.514Z | + ./out/clickhouse/clickhouse server --version |
367 | 2023-10-18T18:08:47.568Z | ClickHouse server version 22.8.9.1. |
368 | 2023-10-18T18:08:47.591Z | + set -o errexit |
369 | 2023-10-18T18:08:47.594Z | +++ dirname ./tools/ci_download_console |
370 | 2023-10-18T18:08:47.597Z | ++ cd ./tools |
371 | 2023-10-18T18:08:47.600Z | ++ pwd |
372 | 2023-10-18T18:08:47.603Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2023-10-18T18:08:47.609Z | ++ basename ./tools/ci_download_console |
374 | 2023-10-18T18:08:47.612Z | + ARG0=ci_download_console |
375 | 2023-10-18T18:08:47.615Z | + TARGET_DIR=out |
376 | 2023-10-18T18:08:47.618Z | + DOWNLOAD_DIR=out/downloads |
377 | 2023-10-18T18:08:47.621Z | + DEST_DIR=./out/console-assets |
378 | 2023-10-18T18:08:47.626Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2023-10-18T18:08:47.629Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
380 | 2023-10-18T18:08:47.632Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
381 | 2023-10-18T18:08:47.636Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
382 | 2023-10-18T18:08:47.640Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2023-10-18T18:08:47.643Z | + main |
384 | 2023-10-18T18:08:47.647Z | + [[ 0 != 0 ]] |
385 | 2023-10-18T18:08:47.650Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
386 | 2023-10-18T18:08:47.654Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
387 | 2023-10-18T18:08:47.658Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2023-10-18T18:08:47.661Z | Local file: out/downloads/console.tar.gz |
389 | 2023-10-18T18:08:47.664Z | + local DO_DOWNLOAD=true |
390 | 2023-10-18T18:08:47.667Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2023-10-18T18:08:47.670Z | + mkdir -p out/downloads |
392 | 2023-10-18T18:08:47.675Z | + '[' true == true ']' |
393 | 2023-10-18T18:08:47.678Z | + echo Downloading... |
394 | 2023-10-18T18:08:47.681Z | Downloading... |
395 | 2023-10-18T18:08:47.684Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
396 | 2023-10-18T18:08:47.687Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
397 | 2023-10-18T18:08:48.303Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2023-10-18T18:08:48.307Z | ++ case "$OSTYPE" in |
399 | 2023-10-18T18:08:48.309Z | ++ SHA=sha256sum |
400 | 2023-10-18T18:08:48.312Z | ++ sha256sum |
401 | 2023-10-18T18:08:48.315Z | ++ awk '{print $1}' |
402 | 2023-10-18T18:08:48.329Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
403 | 2023-10-18T18:08:48.332Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
404 | 2023-10-18T18:08:48.334Z | + rm -rf ./out/console-assets |
405 | 2023-10-18T18:08:48.342Z | + mkdir -p ./out/console-assets |
406 | 2023-10-18T18:08:48.345Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2023-10-18T18:08:48.348Z | + mkdir -p ./out/console-assets |
408 | 2023-10-18T18:08:48.350Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2023-10-18T18:08:48.488Z | + set -o errexit |
410 | 2023-10-18T18:08:48.494Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2023-10-18T18:08:48.503Z | ++ cd ./tools |
412 | 2023-10-18T18:08:48.507Z | ++ pwd |
413 | 2023-10-18T18:08:48.514Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2023-10-18T18:08:48.522Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2023-10-18T18:08:48.527Z | + ARG0=ci_download_maghemite_openapi |
416 | 2023-10-18T18:08:48.531Z | + TARGET_DIR=out |
417 | 2023-10-18T18:08:48.534Z | + DOWNLOAD_DIR=out/downloads |
418 | 2023-10-18T18:08:48.536Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
419 | 2023-10-18T18:08:48.539Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
420 | 2023-10-18T18:08:48.542Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-18T18:08:48.545Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
422 | 2023-10-18T18:08:48.548Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-18T18:08:48.552Z | + main |
424 | 2023-10-18T18:08:48.556Z | + [[ 0 != 0 ]] |
425 | 2023-10-18T18:08:48.559Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
426 | 2023-10-18T18:08:48.562Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
427 | 2023-10-18T18:08:48.565Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
428 | 2023-10-18T18:08:48.569Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-18T18:08:48.572Z | + local DO_DOWNLOAD=true |
430 | 2023-10-18T18:08:48.574Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
431 | 2023-10-18T18:08:48.577Z | + mkdir -p out/downloads |
432 | 2023-10-18T18:08:48.580Z | + '[' true == true ']' |
433 | 2023-10-18T18:08:48.583Z | + echo Downloading... |
434 | 2023-10-18T18:08:48.585Z | Downloading... |
435 | 2023-10-18T18:08:48.588Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
436 | 2023-10-18T18:08:48.591Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
437 | 2023-10-18T18:08:48.769Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
438 | 2023-10-18T18:08:48.772Z | ++ case "$OSTYPE" in |
439 | 2023-10-18T18:08:48.785Z | ++ SHA=sha256sum |
440 | 2023-10-18T18:08:48.799Z | ++ sha256sum |
441 | 2023-10-18T18:08:48.817Z | ++ awk '{print $1}' |
442 | 2023-10-18T18:08:48.833Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
443 | 2023-10-18T18:08:48.843Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
444 | 2023-10-18T18:08:48.849Z | + set -o errexit |
445 | 2023-10-18T18:08:48.857Z | +++ dirname ./tools/ci_download_dendrite_openapi |
446 | 2023-10-18T18:08:48.864Z | ++ cd ./tools |
447 | 2023-10-18T18:08:48.868Z | ++ pwd |
448 | 2023-10-18T18:08:48.875Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
449 | 2023-10-18T18:08:48.880Z | ++ basename ./tools/ci_download_dendrite_openapi |
450 | 2023-10-18T18:08:48.883Z | + ARG0=ci_download_dendrite_openapi |
451 | 2023-10-18T18:08:48.887Z | + TARGET_DIR=out |
452 | 2023-10-18T18:08:48.892Z | + DOWNLOAD_DIR=out/downloads |
453 | 2023-10-18T18:08:48.895Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2023-10-18T18:08:48.898Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
455 | 2023-10-18T18:08:48.901Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
456 | 2023-10-18T18:08:48.904Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
457 | 2023-10-18T18:08:48.907Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
458 | 2023-10-18T18:08:48.913Z | + main |
459 | 2023-10-18T18:08:48.917Z | + [[ 0 != 0 ]] |
460 | 2023-10-18T18:08:48.920Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
461 | 2023-10-18T18:08:48.923Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
462 | 2023-10-18T18:08:48.949Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
463 | 2023-10-18T18:08:48.953Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
464 | 2023-10-18T18:08:48.957Z | + local DO_DOWNLOAD=true |
465 | 2023-10-18T18:08:48.960Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
466 | 2023-10-18T18:08:48.962Z | + mkdir -p out/downloads |
467 | 2023-10-18T18:08:48.966Z | + '[' true == true ']' |
468 | 2023-10-18T18:08:48.970Z | + echo Downloading... |
469 | 2023-10-18T18:08:48.973Z | Downloading... |
470 | 2023-10-18T18:08:48.978Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
471 | 2023-10-18T18:08:48.981Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
472 | 2023-10-18T18:08:49.001Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
473 | 2023-10-18T18:08:49.004Z | ++ case "$OSTYPE" in |
474 | 2023-10-18T18:08:49.008Z | ++ SHA=sha256sum |
475 | 2023-10-18T18:08:49.010Z | ++ sha256sum |
476 | 2023-10-18T18:08:49.013Z | ++ awk '{print $1}' |
477 | 2023-10-18T18:08:49.016Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
478 | 2023-10-18T18:08:49.019Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
479 | 2023-10-18T18:08:49.022Z | + set -o errexit |
480 | 2023-10-18T18:08:49.025Z | +++ dirname ./tools/ci_download_dendrite_stub |
481 | 2023-10-18T18:08:49.028Z | ++ cd ./tools |
482 | 2023-10-18T18:08:49.030Z | ++ pwd |
483 | 2023-10-18T18:08:49.033Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-10-18T18:08:49.036Z | ++ basename ./tools/ci_download_dendrite_stub |
485 | 2023-10-18T18:08:49.040Z | + ARG0=ci_download_dendrite_stub |
486 | 2023-10-18T18:08:49.043Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
487 | 2023-10-18T18:08:49.046Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
488 | 2023-10-18T18:08:49.049Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
489 | 2023-10-18T18:08:49.052Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
490 | 2023-10-18T18:08:49.055Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2023-10-18T18:08:49.058Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
492 | 2023-10-18T18:08:49.061Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
493 | 2023-10-18T18:08:49.064Z | + TARGET_DIR=out |
494 | 2023-10-18T18:08:49.067Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-10-18T18:08:49.070Z | + DEST_DIR=./out/dendrite-stub |
496 | 2023-10-18T18:08:49.073Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
497 | 2023-10-18T18:08:49.075Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
498 | 2023-10-18T18:08:49.078Z | + REPO=oxidecomputer/dendrite |
499 | 2023-10-18T18:08:49.081Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
500 | 2023-10-18T18:08:49.086Z | + main |
501 | 2023-10-18T18:08:49.088Z | + [[ 0 != 0 ]] |
502 | 2023-10-18T18:08:49.093Z | + CIDL_OS=solaris2.11 |
503 | 2023-10-18T18:08:49.096Z | + [[ 0 != 0 ]] |
504 | 2023-10-18T18:08:49.099Z | + configure_os solaris2.11 |
505 | 2023-10-18T18:08:49.101Z | + echo 'current directory: /work/oxidecomputer/omicron' |
506 | 2023-10-18T18:08:49.104Z | current directory: /work/oxidecomputer/omicron |
507 | 2023-10-18T18:08:49.107Z | + echo 'configuring based on OS: "solaris2.11"' |
508 | 2023-10-18T18:08:49.109Z | configuring based on OS: "solaris2.11" |
509 | 2023-10-18T18:08:49.113Z | + case "$1" in |
510 | 2023-10-18T18:08:49.121Z | + SET_BINARIES= |
511 | 2023-10-18T18:08:49.124Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
512 | 2023-10-18T18:08:49.127Z | + CIDL_SHA256FUNC=do_sha256sum |
513 | 2023-10-18T18:08:49.131Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
514 | 2023-10-18T18:08:49.141Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
515 | 2023-10-18T18:08:49.146Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-18T18:08:49.150Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
517 | 2023-10-18T18:08:49.153Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
518 | 2023-10-18T18:08:49.156Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
519 | 2023-10-18T18:08:49.160Z | Local file: out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-18T18:08:49.162Z | + mkdir -p out/downloads |
521 | 2023-10-18T18:08:49.165Z | + mkdir -p ./out/dendrite-stub |
522 | 2023-10-18T18:08:49.168Z | + fetch_and_verify |
523 | 2023-10-18T18:08:49.171Z | + local DO_DOWNLOAD=true |
524 | 2023-10-18T18:08:49.174Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
525 | 2023-10-18T18:08:49.177Z | + '[' true == true ']' |
526 | 2023-10-18T18:08:49.180Z | + echo Downloading... |
527 | 2023-10-18T18:08:49.185Z | Downloading... |
528 | 2023-10-18T18:08:49.188Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
529 | 2023-10-18T18:08:49.191Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
530 | 2023-10-18T18:08:56.060Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
531 | 2023-10-18T18:08:56.072Z | ++ sha256sum |
532 | 2023-10-18T18:08:56.083Z | ++ awk '{print $1}' |
533 | 2023-10-18T18:08:56.497Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
534 | 2023-10-18T18:08:56.500Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
535 | 2023-10-18T18:08:56.504Z | + do_untar out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-18T18:08:56.507Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
537 | 2023-10-18T18:08:57.087Z | + do_assemble |
538 | 2023-10-18T18:08:57.090Z | + rm -r ./out/dendrite-stub |
539 | 2023-10-18T18:08:57.092Z | + mkdir ./out/dendrite-stub |
540 | 2023-10-18T18:08:57.095Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
541 | 2023-10-18T18:08:57.231Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
542 | 2023-10-18T18:08:57.234Z | + set -o errexit |
543 | 2023-10-18T18:08:57.237Z | +++ dirname ./tools/ci_download_transceiver_control |
544 | 2023-10-18T18:08:57.240Z | ++ cd ./tools |
545 | 2023-10-18T18:08:57.243Z | ++ pwd |
546 | 2023-10-18T18:08:57.246Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
547 | 2023-10-18T18:08:57.249Z | ++ basename ./tools/ci_download_transceiver_control |
548 | 2023-10-18T18:08:57.254Z | + ARG0=ci_download_transceiver_control |
549 | 2023-10-18T18:08:57.257Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
550 | 2023-10-18T18:08:57.259Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
551 | 2023-10-18T18:08:57.263Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
552 | 2023-10-18T18:08:57.278Z | + TARGET_DIR=out |
553 | 2023-10-18T18:08:57.281Z | + DOWNLOAD_DIR=out/downloads |
554 | 2023-10-18T18:08:57.284Z | + DEST_DIR=./out/transceiver-control |
555 | 2023-10-18T18:08:57.287Z | + BIN_DIR=/opt/oxide/bin |
556 | 2023-10-18T18:08:57.290Z | + BINARY=xcvradm |
557 | 2023-10-18T18:08:57.293Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2023-10-18T18:08:57.298Z | + REPO=oxidecomputer/transceiver-control |
559 | 2023-10-18T18:08:57.303Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
560 | 2023-10-18T18:08:57.309Z | + main |
561 | 2023-10-18T18:08:57.314Z | + [[ 0 != 0 ]] |
562 | 2023-10-18T18:08:57.318Z | + CIDL_OS=solaris2.11 |
563 | 2023-10-18T18:08:57.322Z | + [[ 0 != 0 ]] |
564 | 2023-10-18T18:08:57.327Z | + configure_os solaris2.11 |
565 | 2023-10-18T18:08:57.331Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2023-10-18T18:08:57.338Z | current directory: /work/oxidecomputer/omicron |
567 | 2023-10-18T18:08:57.341Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2023-10-18T18:08:57.347Z | configuring based on OS: "solaris2.11" |
569 | 2023-10-18T18:08:57.354Z | + case "$1" in |
570 | 2023-10-18T18:08:57.358Z | + SET_BINARIES= |
571 | 2023-10-18T18:08:57.362Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-18T18:08:57.367Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2023-10-18T18:08:57.370Z | + ARCHIVE_FILENAME=xcvradm.gz |
574 | 2023-10-18T18:08:57.374Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
575 | 2023-10-18T18:08:57.377Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
576 | 2023-10-18T18:08:57.388Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
577 | 2023-10-18T18:08:57.397Z | + echo 'Local file: out/downloads/xcvradm.gz' |
578 | 2023-10-18T18:08:57.426Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
579 | 2023-10-18T18:08:57.439Z | Local file: out/downloads/xcvradm.gz |
580 | 2023-10-18T18:08:57.450Z | + mkdir -p out/downloads |
581 | 2023-10-18T18:08:57.453Z | + mkdir -p ./out/transceiver-control |
582 | 2023-10-18T18:08:57.456Z | + fetch_and_verify |
583 | 2023-10-18T18:08:57.460Z | + local DO_DOWNLOAD=true |
584 | 2023-10-18T18:08:57.463Z | + [[ -f out/downloads/xcvradm.gz ]] |
585 | 2023-10-18T18:08:57.468Z | + '[' true == true ']' |
586 | 2023-10-18T18:08:57.474Z | + echo Downloading... |
587 | 2023-10-18T18:08:57.481Z | Downloading... |
588 | 2023-10-18T18:08:57.494Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
589 | 2023-10-18T18:08:57.515Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
590 | 2023-10-18T18:08:59.224Z | ++ do_sha256sum out/downloads/xcvradm.gz |
591 | 2023-10-18T18:08:59.227Z | ++ sha256sum |
592 | 2023-10-18T18:08:59.230Z | ++ awk '{print $1}' |
593 | 2023-10-18T18:08:59.250Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2023-10-18T18:08:59.253Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
595 | 2023-10-18T18:08:59.256Z | + do_unpack out/downloads/xcvradm.gz |
596 | 2023-10-18T18:08:59.284Z | + mkdir -p out/downloads/root//opt/oxide/bin |
597 | 2023-10-18T18:08:59.290Z | + gzip -dc out/downloads/xcvradm.gz |
598 | 2023-10-18T18:08:59.427Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
599 | 2023-10-18T18:08:59.430Z | + do_assemble |
600 | 2023-10-18T18:08:59.433Z | + rm -r ./out/transceiver-control |
601 | 2023-10-18T18:08:59.439Z | + mkdir ./out/transceiver-control |
602 | 2023-10-18T18:08:59.441Z | + cp -r out/downloads/root ./out/transceiver-control/root |
603 | 2023-10-18T18:08:59.567Z | All builder prerequisites installed successfully, and PATH looks valid |
604 | 2023-10-18T18:08:59.586Z | |
605 | 2023-10-18T18:08:59.600Z | real 2:01.764389099 |
606 | 2023-10-18T18:08:59.614Z | user 51.845560978 |
607 | 2023-10-18T18:08:59.632Z | sys 9.381501793 |
608 | 2023-10-18T18:08:59.666Z | trap 0.027958379 |
609 | 2023-10-18T18:08:59.675Z | tflt 0.184923627 |
610 | 2023-10-18T18:08:59.684Z | dflt 0.568003129 |
611 | 2023-10-18T18:08:59.695Z | kflt 0.124569859 |
612 | 2023-10-18T18:08:59.699Z | lock 1.586603846 |
613 | 2023-10-18T18:08:59.705Z | slp 3:39.311249406 |
614 | 2023-10-18T18:08:59.709Z | lat 3.316981066 |
615 | 2023-10-18T18:08:59.715Z | stop 0.063907114 |
616 | 2023-10-18T18:08:59.721Z | |
617 | 2023-10-18T18:08:59.726Z | #### # # ##### ##### # # |
618 | 2023-10-18T18:08:59.730Z | # # # # # # # # # # |
619 | 2023-10-18T18:08:59.734Z | # # # # # # # # |
620 | 2023-10-18T18:08:59.738Z | # # # ##### ##### # |
621 | 2023-10-18T18:08:59.744Z | # # # # # # # |
622 | 2023-10-18T18:08:59.750Z | #### ###### # # # # |
623 | 2023-10-18T18:08:59.754Z | |
624 | 2023-10-18T18:08:59.947Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-10-18T18:09:00.363Z | Updating crates.io index |
626 | 2023-10-18T18:09:00.421Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-10-18T18:09:01.248Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-10-18T18:09:03.341Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-10-18T18:09:03.957Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-10-18T18:09:04.329Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-10-18T18:09:04.655Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-10-18T18:09:04.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-10-18T18:09:05.851Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
634 | 2023-10-18T18:09:07.571Z | Updating git repository `https://github.com/oxidecomputer/opte` |
635 | 2023-10-18T18:09:08.649Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
636 | 2023-10-18T18:09:09.121Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
637 | 2023-10-18T18:09:09.466Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
638 | 2023-10-18T18:09:10.106Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
639 | 2023-10-18T18:09:10.445Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
640 | 2023-10-18T18:09:10.868Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
641 | 2023-10-18T18:09:11.222Z | Updating git repository `https://github.com/njaremko/samael` |
642 | 2023-10-18T18:09:11.841Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-10-18T18:09:12.445Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-10-18T18:09:12.859Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-10-18T18:09:13.199Z | Updating git repository `https://github.com/jgallagher/nix` |
646 | 2023-10-18T18:09:14.535Z | Updating git repository `https://github.com/cbiffle/hubpack` |
647 | 2023-10-18T18:09:14.885Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
648 | 2023-10-18T18:09:23.560Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
649 | 2023-10-18T18:09:24.085Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-10-18T18:09:25.113Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-10-18T18:09:25.539Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-10-18T18:09:25.852Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-10-18T18:09:27.400Z | Downloading crates ... |
654 | 2023-10-18T18:09:27.655Z | Downloaded memchr v2.6.3 |
655 | 2023-10-18T18:09:27.667Z | Downloaded colorchoice v1.0.0 |
656 | 2023-10-18T18:09:27.675Z | Downloaded serde_spanned v0.6.3 |
657 | 2023-10-18T18:09:27.681Z | Downloaded errno v0.3.2 |
658 | 2023-10-18T18:09:27.684Z | Downloaded heck v0.4.1 |
659 | 2023-10-18T18:09:27.687Z | Downloaded camino v1.1.6 |
660 | 2023-10-18T18:09:27.689Z | Downloaded cargo_metadata v0.18.0 |
661 | 2023-10-18T18:09:27.692Z | Downloaded toml_datetime v0.6.3 |
662 | 2023-10-18T18:09:27.695Z | Downloaded anstyle-query v1.0.0 |
663 | 2023-10-18T18:09:27.697Z | Downloaded clap_derive v4.4.2 |
664 | 2023-10-18T18:09:27.699Z | Downloaded io-lifetimes v1.0.11 |
665 | 2023-10-18T18:09:27.702Z | Downloaded thiserror-impl v1.0.49 |
666 | 2023-10-18T18:09:27.705Z | Downloaded cargo_toml v0.16.3 |
667 | 2023-10-18T18:09:27.708Z | Downloaded terminal_size v0.2.6 |
668 | 2023-10-18T18:09:27.711Z | Downloaded bitflags v1.3.2 |
669 | 2023-10-18T18:09:27.714Z | Downloaded utf8parse v0.2.1 |
670 | 2023-10-18T18:09:27.716Z | Downloaded serde_derive v1.0.188 |
671 | 2023-10-18T18:09:27.720Z | Downloaded clap v4.4.3 |
672 | 2023-10-18T18:09:27.735Z | Downloaded unicode-ident v1.0.12 |
673 | 2023-10-18T18:09:27.739Z | Downloaded clap_lex v0.5.1 |
674 | 2023-10-18T18:09:27.790Z | Downloaded equivalent v1.0.1 |
675 | 2023-10-18T18:09:27.793Z | Downloaded ryu v1.0.15 |
676 | 2023-10-18T18:09:27.797Z | Downloaded anyhow v1.0.75 |
677 | 2023-10-18T18:09:27.800Z | Downloaded anstyle-parse v0.2.1 |
678 | 2023-10-18T18:09:27.802Z | Downloaded proc-macro2 v1.0.67 |
679 | 2023-10-18T18:09:27.805Z | Downloaded thiserror v1.0.49 |
680 | 2023-10-18T18:09:27.808Z | Downloaded hashbrown v0.14.0 |
681 | 2023-10-18T18:09:27.810Z | Downloaded toml_edit v0.20.0 |
682 | 2023-10-18T18:09:27.813Z | Downloaded clap_builder v4.4.2 |
683 | 2023-10-18T18:09:27.817Z | Downloaded syn v2.0.32 |
684 | 2023-10-18T18:09:27.836Z | Downloaded winnow v0.5.15 |
685 | 2023-10-18T18:09:27.850Z | Downloaded libc v0.2.149 |
686 | 2023-10-18T18:09:27.898Z | Downloaded serde v1.0.188 |
687 | 2023-10-18T18:09:27.904Z | Downloaded rustix v0.37.23 |
688 | 2023-10-18T18:09:27.938Z | Downloaded toml v0.8.0 |
689 | 2023-10-18T18:09:27.943Z | Downloaded serde_json v1.0.107 |
690 | 2023-10-18T18:09:27.956Z | Downloaded semver v1.0.18 |
691 | 2023-10-18T18:09:27.959Z | Downloaded quote v1.0.33 |
692 | 2023-10-18T18:09:27.963Z | Downloaded indexmap v2.0.0 |
693 | 2023-10-18T18:09:27.991Z | Downloaded strsim v0.10.0 |
694 | 2023-10-18T18:09:27.995Z | Downloaded anstream v0.5.0 |
695 | 2023-10-18T18:09:28.003Z | Downloaded cargo-platform v0.1.3 |
696 | 2023-10-18T18:09:28.007Z | Downloaded itoa v1.0.9 |
697 | 2023-10-18T18:09:28.013Z | Downloaded anstyle v1.0.2 |
698 | 2023-10-18T18:09:28.118Z | Compiling proc-macro2 v1.0.67 |
699 | 2023-10-18T18:09:28.121Z | Compiling unicode-ident v1.0.12 |
700 | 2023-10-18T18:09:28.124Z | Compiling serde v1.0.188 |
701 | 2023-10-18T18:09:28.127Z | Compiling libc v0.2.149 |
702 | 2023-10-18T18:09:28.129Z | Compiling io-lifetimes v1.0.11 |
703 | 2023-10-18T18:09:28.132Z | Compiling rustix v0.37.23 |
704 | 2023-10-18T18:09:28.135Z | Compiling utf8parse v0.2.1 |
705 | 2023-10-18T18:09:28.138Z | Compiling hashbrown v0.14.0 |
706 | 2023-10-18T18:09:28.499Z | Compiling equivalent v1.0.1 |
707 | 2023-10-18T18:09:28.502Z | Compiling bitflags v1.3.2 |
708 | 2023-10-18T18:09:28.657Z | Compiling anstyle-parse v0.2.1 |
709 | 2023-10-18T18:09:28.676Z | Compiling thiserror v1.0.49 |
710 | 2023-10-18T18:09:29.051Z | Compiling semver v1.0.18 |
711 | 2023-10-18T18:09:29.708Z | Compiling indexmap v2.0.0 |
712 | 2023-10-18T18:09:30.445Z | Compiling anstyle v1.0.2 |
713 | 2023-10-18T18:09:30.448Z | Compiling serde_json v1.0.107 |
714 | 2023-10-18T18:09:30.543Z | Compiling anstyle-query v1.0.0 |
715 | 2023-10-18T18:09:30.590Z | Compiling camino v1.1.6 |
716 | 2023-10-18T18:09:30.720Z | Compiling colorchoice v1.0.0 |
717 | 2023-10-18T18:09:30.867Z | Compiling winnow v0.5.15 |
718 | 2023-10-18T18:09:31.068Z | Compiling anstream v0.5.0 |
719 | 2023-10-18T18:09:31.182Z | Compiling heck v0.4.1 |
720 | 2023-10-18T18:09:31.370Z | Compiling anyhow v1.0.75 |
721 | 2023-10-18T18:09:31.492Z | Compiling strsim v0.10.0 |
722 | 2023-10-18T18:09:31.566Z | Compiling itoa v1.0.9 |
723 | 2023-10-18T18:09:31.846Z | Compiling quote v1.0.33 |
724 | 2023-10-18T18:09:31.931Z | Compiling clap_lex v0.5.1 |
725 | 2023-10-18T18:09:32.101Z | Compiling ryu v1.0.15 |
726 | 2023-10-18T18:09:32.669Z | Compiling syn v2.0.32 |
727 | 2023-10-18T18:09:32.696Z | Compiling errno v0.3.2 |
728 | 2023-10-18T18:09:34.377Z | Compiling terminal_size v0.2.6 |
729 | 2023-10-18T18:09:34.528Z | Compiling clap_builder v4.4.2 |
730 | 2023-10-18T18:09:40.124Z | Compiling serde_derive v1.0.188 |
731 | 2023-10-18T18:09:40.127Z | Compiling thiserror-impl v1.0.49 |
732 | 2023-10-18T18:09:40.131Z | Compiling clap_derive v4.4.2 |
733 | 2023-10-18T18:09:44.350Z | Compiling clap v4.4.3 |
734 | 2023-10-18T18:09:52.659Z | Compiling serde_spanned v0.6.3 |
735 | 2023-10-18T18:09:52.662Z | Compiling toml_datetime v0.6.3 |
736 | 2023-10-18T18:09:52.665Z | Compiling cargo-platform v0.1.3 |
737 | 2023-10-18T18:09:53.061Z | Compiling toml_edit v0.20.0 |
738 | 2023-10-18T18:09:54.791Z | Compiling cargo_metadata v0.18.0 |
739 | 2023-10-18T18:09:56.330Z | Compiling toml v0.8.0 |
740 | 2023-10-18T18:09:57.327Z | Compiling cargo_toml v0.16.3 |
741 | 2023-10-18T18:10:02.966Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
742 | 2023-10-18T18:10:04.354Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
743 | 2023-10-18T18:10:04.592Z | Running `target/debug/xtask clippy` |
744 | 2023-10-18T18:10:04.643Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
745 | 2023-10-18T18:10:05.601Z | Downloading crates ... |
746 | 2023-10-18T18:10:06.010Z | Downloaded async-recursion v1.0.5 |
747 | 2023-10-18T18:10:06.013Z | Downloaded async-trait v0.1.73 |
748 | 2023-10-18T18:10:06.031Z | Downloaded addr2line v0.21.0 |
749 | 2023-10-18T18:10:06.041Z | Downloaded autocfg v1.1.0 |
750 | 2023-10-18T18:10:06.049Z | Downloaded atomicwrites v0.4.2 |
751 | 2023-10-18T18:10:06.053Z | Downloaded arrayvec v0.7.4 |
752 | 2023-10-18T18:10:06.058Z | Downloaded async-stream v0.3.5 |
753 | 2023-10-18T18:10:06.066Z | Downloaded bincode v1.3.3 |
754 | 2023-10-18T18:10:06.069Z | Downloaded base64ct v1.6.0 |
755 | 2023-10-18T18:10:06.078Z | Downloaded num-integer v0.1.45 |
756 | 2023-10-18T18:10:06.083Z | Downloaded ident_case v1.0.1 |
757 | 2023-10-18T18:10:06.086Z | Downloaded http-range v0.1.5 |
758 | 2023-10-18T18:10:06.090Z | Downloaded home v0.5.5 |
759 | 2023-10-18T18:10:06.094Z | Downloaded bitstruct v0.1.1 |
760 | 2023-10-18T18:10:06.097Z | Downloaded libxml v0.3.3 |
761 | 2023-10-18T18:10:06.110Z | Downloaded aead v0.5.2 |
762 | 2023-10-18T18:10:06.117Z | Downloaded matches v0.1.10 |
763 | 2023-10-18T18:10:06.122Z | Downloaded ciborium-io v0.2.1 |
764 | 2023-10-18T18:10:06.127Z | Downloaded linked-hash-map v0.5.6 |
765 | 2023-10-18T18:10:06.130Z | Downloaded colored v2.0.4 |
766 | 2023-10-18T18:10:06.136Z | Downloaded new_debug_unreachable v1.0.4 |
767 | 2023-10-18T18:10:06.139Z | Downloaded array-init v0.0.4 |
768 | 2023-10-18T18:10:06.141Z | Downloaded bit_field v0.10.2 |
769 | 2023-10-18T18:10:06.145Z | Downloaded match_cfg v0.1.0 |
770 | 2023-10-18T18:10:06.148Z | Downloaded crossbeam v0.8.2 |
771 | 2023-10-18T18:10:06.151Z | Downloaded keccak v0.1.4 |
772 | 2023-10-18T18:10:06.155Z | Downloaded normalize-line-endings v0.3.0 |
773 | 2023-10-18T18:10:06.158Z | Downloaded hubpack v0.1.2 |
774 | 2023-10-18T18:10:06.161Z | Downloaded hmac v0.12.1 |
775 | 2023-10-18T18:10:06.168Z | Downloaded corncobs v0.1.3 |
776 | 2023-10-18T18:10:06.175Z | Downloaded approx v0.5.1 |
777 | 2023-10-18T18:10:06.181Z | Downloaded constant_time_eq v0.3.0 |
778 | 2023-10-18T18:10:06.185Z | Downloaded newline-converter v0.3.0 |
779 | 2023-10-18T18:10:06.188Z | Downloaded signature v2.1.0 |
780 | 2023-10-18T18:10:06.191Z | Downloaded crc32fast v1.3.2 |
781 | 2023-10-18T18:10:06.199Z | Downloaded num_cpus v1.16.0 |
782 | 2023-10-18T18:10:06.207Z | Downloaded libefi-sys v0.1.0 |
783 | 2023-10-18T18:10:06.212Z | Downloaded clap_lex v0.2.4 |
784 | 2023-10-18T18:10:06.219Z | Downloaded cfg-if v0.1.10 |
785 | 2023-10-18T18:10:06.223Z | Downloaded foreign-types-macros v0.2.3 |
786 | 2023-10-18T18:10:06.227Z | Downloaded mockall v0.11.4 |
787 | 2023-10-18T18:10:06.230Z | Downloaded crossbeam-deque v0.8.3 |
788 | 2023-10-18T18:10:06.236Z | Downloaded ascii v1.1.0 |
789 | 2023-10-18T18:10:06.242Z | Downloaded foreign-types-shared v0.3.1 |
790 | 2023-10-18T18:10:06.248Z | Downloaded schemars_derive v0.8.13 |
791 | 2023-10-18T18:10:06.252Z | Downloaded hyper-staticfile v0.9.5 |
792 | 2023-10-18T18:10:06.260Z | Downloaded semver v0.1.20 |
793 | 2023-10-18T18:10:06.265Z | Downloaded bytes v1.5.0 |
794 | 2023-10-18T18:10:06.272Z | Downloaded subtle v2.5.0 |
795 | 2023-10-18T18:10:06.277Z | Downloaded cstr-argument v0.1.2 |
796 | 2023-10-18T18:10:06.280Z | Downloaded crunchy v0.2.2 |
797 | 2023-10-18T18:10:06.285Z | Downloaded crucible-workspace-hack v0.1.0 |
798 | 2023-10-18T18:10:06.290Z | Downloaded indexmap v1.9.3 |
799 | 2023-10-18T18:10:06.293Z | Downloaded foreign-types-shared v0.1.1 |
800 | 2023-10-18T18:10:06.297Z | Downloaded universal-hash v0.5.1 |
801 | 2023-10-18T18:10:06.300Z | Downloaded slog-bunyan v2.4.0 |
802 | 2023-10-18T18:10:06.304Z | Downloaded slog-envlogger v2.2.0 |
803 | 2023-10-18T18:10:06.309Z | Downloaded path-absolutize v3.1.0 |
804 | 2023-10-18T18:10:06.312Z | Downloaded futures-core v0.3.28 |
805 | 2023-10-18T18:10:06.315Z | Downloaded ctr v0.9.2 |
806 | 2023-10-18T18:10:06.318Z | Downloaded curve25519-dalek-derive v0.1.0 |
807 | 2023-10-18T18:10:06.321Z | Downloaded clang-sys v1.6.1 |
808 | 2023-10-18T18:10:06.331Z | Downloaded darling v0.14.4 |
809 | 2023-10-18T18:10:06.338Z | Downloaded opaque-debug v0.3.0 |
810 | 2023-10-18T18:10:06.342Z | Downloaded crypto-common v0.1.6 |
811 | 2023-10-18T18:10:06.346Z | Downloaded slog v2.7.0 |
812 | 2023-10-18T18:10:06.352Z | Downloaded pretty-hex v0.2.1 |
813 | 2023-10-18T18:10:06.357Z | Downloaded path-dedot v3.1.0 |
814 | 2023-10-18T18:10:06.362Z | Downloaded predicates-tree v1.0.9 |
815 | 2023-10-18T18:10:06.365Z | Downloaded zone_cfg_derive v0.2.0 |
816 | 2023-10-18T18:10:06.373Z | Downloaded thread-id v4.2.0 |
817 | 2023-10-18T18:10:06.377Z | Downloaded try-lock v0.2.4 |
818 | 2023-10-18T18:10:06.380Z | Downloaded tower-service v0.3.2 |
819 | 2023-10-18T18:10:06.383Z | Downloaded hash32 v0.2.1 |
820 | 2023-10-18T18:10:06.388Z | Downloaded smallvec v0.6.14 |
821 | 2023-10-18T18:10:06.391Z | Downloaded tungstenite v0.18.0 |
822 | 2023-10-18T18:10:06.394Z | Downloaded futures-io v0.3.28 |
823 | 2023-10-18T18:10:06.399Z | Downloaded darling v0.20.3 |
824 | 2023-10-18T18:10:06.404Z | Downloaded signal-hook-registry v1.4.1 |
825 | 2023-10-18T18:10:06.407Z | Downloaded slog-dtrace v0.2.3 |
826 | 2023-10-18T18:10:06.411Z | Downloaded foreign-types v0.3.2 |
827 | 2023-10-18T18:10:06.415Z | Downloaded slab v0.4.9 |
828 | 2023-10-18T18:10:06.418Z | Downloaded toolchain_find v0.2.0 |
829 | 2023-10-18T18:10:06.421Z | Downloaded crossbeam-utils v0.8.16 |
830 | 2023-10-18T18:10:06.425Z | Downloaded smawk v0.3.1 |
831 | 2023-10-18T18:10:06.428Z | Downloaded float-cmp v0.9.0 |
832 | 2023-10-18T18:10:06.432Z | Downloaded string_cache v0.8.7 |
833 | 2023-10-18T18:10:06.436Z | Downloaded signal-hook-tokio v0.3.1 |
834 | 2023-10-18T18:10:06.439Z | Downloaded zone v0.2.0 |
835 | 2023-10-18T18:10:06.442Z | Downloaded peeking_take_while v0.1.2 |
836 | 2023-10-18T18:10:06.445Z | Downloaded signature v1.6.4 |
837 | 2023-10-18T18:10:06.448Z | Downloaded rustls-native-certs v0.6.3 |
838 | 2023-10-18T18:10:06.451Z | Downloaded zerocopy v0.3.0 |
839 | 2023-10-18T18:10:06.455Z | Downloaded platforms v3.0.2 |
840 | 2023-10-18T18:10:06.460Z | Downloaded oso-derive v0.26.4 |
841 | 2023-10-18T18:10:06.463Z | Downloaded yansi v0.5.1 |
842 | 2023-10-18T18:10:06.466Z | Downloaded paste v1.0.14 |
843 | 2023-10-18T18:10:06.471Z | Downloaded strum v0.25.0 |
844 | 2023-10-18T18:10:06.474Z | Downloaded proc-macro-crate v1.3.1 |
845 | 2023-10-18T18:10:06.477Z | Downloaded minimal-lexical v0.2.1 |
846 | 2023-10-18T18:10:06.481Z | Downloaded fastrand v2.0.0 |
847 | 2023-10-18T18:10:06.489Z | Downloaded semver v0.11.0 |
848 | 2023-10-18T18:10:06.492Z | Downloaded tracing-attributes v0.1.26 |
849 | 2023-10-18T18:10:06.495Z | Downloaded wyz v0.5.1 |
850 | 2023-10-18T18:10:06.498Z | Downloaded dtrace-parser v0.1.14 |
851 | 2023-10-18T18:10:06.502Z | Downloaded socket2 v0.5.4 |
852 | 2023-10-18T18:10:06.506Z | Downloaded packed_struct_codegen v0.10.1 |
853 | 2023-10-18T18:10:06.509Z | Downloaded futures-sink v0.3.28 |
854 | 2023-10-18T18:10:06.511Z | Downloaded funty v2.0.0 |
855 | 2023-10-18T18:10:06.514Z | Downloaded owo-colors v3.5.0 |
856 | 2023-10-18T18:10:06.518Z | Downloaded unarray v0.1.4 |
857 | 2023-10-18T18:10:06.521Z | Downloaded darling_core v0.20.3 |
858 | 2023-10-18T18:10:06.533Z | Downloaded wait-timeout v0.2.0 |
859 | 2023-10-18T18:10:06.536Z | Downloaded futures-channel v0.3.28 |
860 | 2023-10-18T18:10:06.540Z | Downloaded serde_repr v0.1.16 |
861 | 2023-10-18T18:10:06.544Z | Downloaded pkg-config v0.3.27 |
862 | 2023-10-18T18:10:06.548Z | Downloaded pkcs8 v0.10.2 |
863 | 2023-10-18T18:10:06.554Z | Downloaded postgres-types v0.2.6 |
864 | 2023-10-18T18:10:06.559Z | Downloaded foreign-types v0.5.0 |
865 | 2023-10-18T18:10:06.562Z | Downloaded display-error-chain v0.1.1 |
866 | 2023-10-18T18:10:06.565Z | Downloaded getopts v0.2.21 |
867 | 2023-10-18T18:10:06.569Z | Downloaded phf_shared v0.11.2 |
868 | 2023-10-18T18:10:06.572Z | Downloaded dashmap v5.5.1 |
869 | 2023-10-18T18:10:06.575Z | Downloaded structopt-derive v0.4.18 |
870 | 2023-10-18T18:10:06.578Z | Downloaded sha1 v0.10.5 |
871 | 2023-10-18T18:10:06.581Z | Downloaded unsafe-libyaml v0.2.9 |
872 | 2023-10-18T18:10:06.589Z | Downloaded criterion v0.5.1 |
873 | 2023-10-18T18:10:06.605Z | Downloaded phf_shared v0.10.0 |
874 | 2023-10-18T18:10:06.608Z | Downloaded usdt v0.3.5 |
875 | 2023-10-18T18:10:06.611Z | Downloaded tiny-keccak v2.0.2 |
876 | 2023-10-18T18:10:06.615Z | Downloaded serde-big-array v0.5.1 |
877 | 2023-10-18T18:10:06.618Z | Downloaded difflib v0.4.0 |
878 | 2023-10-18T18:10:06.621Z | Downloaded zerocopy v0.6.4 |
879 | 2023-10-18T18:10:06.626Z | Downloaded zeroize_derive v1.4.2 |
880 | 2023-10-18T18:10:06.629Z | Downloaded datatest-stable v0.1.3 |
881 | 2023-10-18T18:10:06.632Z | Downloaded dirs-next v2.0.0 |
882 | 2023-10-18T18:10:06.635Z | Downloaded time-core v0.1.1 |
883 | 2023-10-18T18:10:06.638Z | Downloaded radium v0.7.0 |
884 | 2023-10-18T18:10:06.641Z | Downloaded rand_chacha v0.3.1 |
885 | 2023-10-18T18:10:06.645Z | Downloaded flume v0.11.0 |
886 | 2023-10-18T18:10:06.650Z | Downloaded tempdir v0.3.7 |
887 | 2023-10-18T18:10:06.655Z | Downloaded rustc-demangle v0.1.23 |
888 | 2023-10-18T18:10:06.658Z | Downloaded snafu-derive v0.7.5 |
889 | 2023-10-18T18:10:06.661Z | Downloaded diesel_derives v2.1.1 |
890 | 2023-10-18T18:10:06.668Z | Downloaded usdt-attr-macro v0.3.5 |
891 | 2023-10-18T18:10:06.671Z | Downloaded fatfs v0.3.6 |
892 | 2023-10-18T18:10:06.676Z | Downloaded stable_deref_trait v1.2.0 |
893 | 2023-10-18T18:10:06.679Z | Downloaded trust-dns-resolver v0.22.0 |
894 | 2023-10-18T18:10:06.688Z | Downloaded termtree v0.4.1 |
895 | 2023-10-18T18:10:06.691Z | Downloaded precomputed-hash v0.1.1 |
896 | 2023-10-18T18:10:06.694Z | Downloaded dyn-clone v1.0.13 |
897 | 2023-10-18T18:10:06.697Z | Downloaded darling_macro v0.20.3 |
898 | 2023-10-18T18:10:06.699Z | Downloaded openssl-macros v0.1.1 |
899 | 2023-10-18T18:10:06.703Z | Downloaded twox-hash v1.6.3 |
900 | 2023-10-18T18:10:06.706Z | Downloaded serde_yaml v0.9.25 |
901 | 2023-10-18T18:10:06.710Z | Downloaded semver-parser v0.10.2 |
902 | 2023-10-18T18:10:06.714Z | Downloaded plotters-svg v0.3.5 |
903 | 2023-10-18T18:10:06.721Z | Downloaded vte_generate_state_changes v0.1.1 |
904 | 2023-10-18T18:10:06.724Z | Downloaded itertools v0.11.0 |
905 | 2023-10-18T18:10:06.732Z | Downloaded percent-encoding v2.3.0 |
906 | 2023-10-18T18:10:06.735Z | Downloaded debug-ignore v1.0.5 |
907 | 2023-10-18T18:10:06.738Z | Downloaded data-encoding v2.4.0 |
908 | 2023-10-18T18:10:06.750Z | Downloaded schemars v0.8.13 |
909 | 2023-10-18T18:10:06.762Z | Downloaded derive_builder_macro v0.12.0 |
910 | 2023-10-18T18:10:06.765Z | Downloaded number_prefix v0.4.0 |
911 | 2023-10-18T18:10:06.768Z | Downloaded fs-err v2.9.0 |
912 | 2023-10-18T18:10:06.771Z | Downloaded unicode-xid v0.2.4 |
913 | 2023-10-18T18:10:06.774Z | Downloaded pem-rfc7468 v0.7.0 |
914 | 2023-10-18T18:10:06.777Z | Downloaded tracing v0.1.37 |
915 | 2023-10-18T18:10:06.784Z | Downloaded slog-async v2.8.0 |
916 | 2023-10-18T18:10:06.787Z | Downloaded rand_xorshift v0.3.0 |
917 | 2023-10-18T18:10:06.790Z | Downloaded steno v0.4.0 |
918 | 2023-10-18T18:10:06.798Z | Downloaded want v0.3.1 |
919 | 2023-10-18T18:10:06.801Z | Downloaded pretty-hex v0.3.0 |
920 | 2023-10-18T18:10:06.804Z | Downloaded tokio-macros v2.1.0 |
921 | 2023-10-18T18:10:06.807Z | Downloaded trust-dns-server v0.22.1 |
922 | 2023-10-18T18:10:06.815Z | Downloaded r2d2 v0.8.10 |
923 | 2023-10-18T18:10:06.818Z | Downloaded polyval v0.6.1 |
924 | 2023-10-18T18:10:06.821Z | Downloaded vec_map v0.8.2 |
925 | 2023-10-18T18:10:06.824Z | Downloaded partial-io v0.5.4 |
926 | 2023-10-18T18:10:06.828Z | Downloaded pin-project-lite v0.2.13 |
927 | 2023-10-18T18:10:06.838Z | Downloaded either v1.9.0 |
928 | 2023-10-18T18:10:06.841Z | Downloaded serde-big-array v0.4.1 |
929 | 2023-10-18T18:10:06.844Z | Downloaded textwrap v0.16.0 |
930 | 2023-10-18T18:10:06.848Z | Downloaded threadpool v1.8.1 |
931 | 2023-10-18T18:10:06.851Z | Downloaded rstest v0.18.2 |
932 | 2023-10-18T18:10:06.861Z | Downloaded glob v0.3.1 |
933 | 2023-10-18T18:10:06.864Z | Downloaded similar-asserts v1.5.0 |
934 | 2023-10-18T18:10:06.867Z | Downloaded vsss-rs v3.3.1 |
935 | 2023-10-18T18:10:06.872Z | Downloaded num_enum_derive v0.7.0 |
936 | 2023-10-18T18:10:06.876Z | Downloaded structopt v0.3.26 |
937 | 2023-10-18T18:10:06.888Z | Downloaded futures v0.3.28 |
938 | 2023-10-18T18:10:06.897Z | Downloaded signal-hook v0.3.17 |
939 | 2023-10-18T18:10:06.903Z | Downloaded tokio-rustls v0.24.1 |
940 | 2023-10-18T18:10:06.906Z | Downloaded getrandom v0.2.10 |
941 | 2023-10-18T18:10:06.937Z | Downloaded prettyplease v0.2.12 |
942 | 2023-10-18T18:10:06.940Z | Downloaded typenum v1.16.0 |
943 | 2023-10-18T18:10:06.943Z | Downloaded rstest_macros v0.18.2 |
944 | 2023-10-18T18:10:06.946Z | Downloaded tough v0.12.5 |
945 | 2023-10-18T18:10:06.949Z | Downloaded tinytemplate v1.2.1 |
946 | 2023-10-18T18:10:06.952Z | Downloaded hashbrown v0.12.3 |
947 | 2023-10-18T18:10:06.955Z | Downloaded rayon-core v1.11.0 |
948 | 2023-10-18T18:10:06.961Z | Downloaded snafu v0.7.5 |
949 | 2023-10-18T18:10:06.972Z | Downloaded quick-xml v0.23.1 |
950 | 2023-10-18T18:10:06.986Z | Downloaded rsa v0.9.2 |
951 | 2023-10-18T18:10:06.994Z | Downloaded toml_edit v0.19.15 |
952 | 2023-10-18T18:10:07.025Z | Downloaded tokio-postgres v0.7.10 |
953 | 2023-10-18T18:10:07.034Z | Downloaded regex-automata v0.1.10 |
954 | 2023-10-18T18:10:07.044Z | Downloaded salty v0.2.0 |
955 | 2023-10-18T18:10:07.054Z | Downloaded time v0.3.27 |
956 | 2023-10-18T18:10:07.067Z | Downloaded expectorate v1.1.0 |
957 | 2023-10-18T18:10:07.071Z | Downloaded pest v2.7.2 |
958 | 2023-10-18T18:10:07.081Z | Downloaded reedline v0.23.0 |
959 | 2023-10-18T18:10:07.093Z | Downloaded der v0.7.8 |
960 | 2023-10-18T18:10:07.103Z | Downloaded nix v0.26.2 |
961 | 2023-10-18T18:10:07.124Z | Downloaded plotters v0.3.5 |
962 | 2023-10-18T18:10:07.140Z | Downloaded unicode-segmentation v1.10.1 |
963 | 2023-10-18T18:10:07.148Z | Downloaded git2 v0.17.2 |
964 | 2023-10-18T18:10:07.164Z | Downloaded rayon v1.7.0 |
965 | 2023-10-18T18:10:07.181Z | Downloaded clap v3.2.25 |
966 | 2023-10-18T18:10:07.206Z | Downloaded chrono v0.4.31 |
967 | 2023-10-18T18:10:07.221Z | Downloaded portable-atomic v1.4.3 |
968 | 2023-10-18T18:10:07.232Z | Downloaded vcpkg v0.2.15 |
969 | 2023-10-18T18:10:07.306Z | Downloaded radix_trie v0.2.1 |
970 | 2023-10-18T18:10:07.317Z | Downloaded regress v0.7.1 |
971 | 2023-10-18T18:10:07.331Z | Downloaded openssl v0.10.57 |
972 | 2023-10-18T18:10:07.350Z | Downloaded rustls v0.21.7 |
973 | 2023-10-18T18:10:07.372Z | Downloaded smoltcp v0.9.1 |
974 | 2023-10-18T18:10:07.393Z | Downloaded proptest v1.3.1 |
975 | 2023-10-18T18:10:07.412Z | Downloaded trust-dns-proto v0.22.0 |
976 | 2023-10-18T18:10:07.435Z | Downloaded polar-core v0.26.4 |
977 | 2023-10-18T18:10:07.453Z | Downloaded regex-syntax v0.6.29 |
978 | 2023-10-18T18:10:07.467Z | Downloaded tokio v1.32.0 |
979 | 2023-10-18T18:10:07.536Z | Downloaded openapiv3 v1.0.3 |
980 | 2023-10-18T18:10:07.560Z | Downloaded rustix v0.38.9 |
981 | 2023-10-18T18:10:07.602Z | Downloaded bstr v1.6.0 |
982 | 2023-10-18T18:10:07.624Z | Downloaded encoding_rs v0.8.33 |
983 | 2023-10-18T18:10:07.669Z | Downloaded sled v0.34.7 |
984 | 2023-10-18T18:10:07.689Z | Downloaded regex-syntax v0.7.5 |
985 | 2023-10-18T18:10:07.705Z | Downloaded diesel v2.1.1 |
986 | 2023-10-18T18:10:07.739Z | Downloaded zerocopy-derive v0.6.4 |
987 | 2023-10-18T18:10:07.762Z | Downloaded regex-automata v0.3.8 |
988 | 2023-10-18T18:10:07.795Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
989 | 2023-10-18T18:10:07.820Z | Downloaded zerocopy-derive v0.2.0 |
990 | 2023-10-18T18:10:07.838Z | Downloaded curve25519-dalek v4.1.0 |
991 | 2023-10-18T18:10:07.857Z | Downloaded bstr v0.2.17 |
992 | 2023-10-18T18:10:07.875Z | Downloaded object v0.30.4 |
993 | 2023-10-18T18:10:07.894Z | Downloaded smoltcp v0.8.2 |
994 | 2023-10-18T18:10:07.912Z | Downloaded sha3 v0.10.8 |
995 | 2023-10-18T18:10:07.925Z | Downloaded object v0.32.1 |
996 | 2023-10-18T18:10:07.959Z | Downloaded libtest-mimic v0.5.2 |
997 | 2023-10-18T18:10:07.964Z | Downloaded idna v0.4.0 |
998 | 2023-10-18T18:10:07.986Z | Downloaded tabled v0.14.0 |
999 | 2023-10-18T18:10:08.031Z | Downloaded ring v0.16.20 |
1000 | 2023-10-18T18:10:08.208Z | Downloaded ratatui v0.23.0 |
1001 | 2023-10-18T18:10:08.230Z | Downloaded regex v1.9.5 |
1002 | 2023-10-18T18:10:08.256Z | Downloaded webpki-roots v0.25.2 |
1003 | 2023-10-18T18:10:08.263Z | Downloaded serde_with v2.3.3 |
1004 | 2023-10-18T18:10:08.275Z | Downloaded bitvec v1.0.1 |
1005 | 2023-10-18T18:10:08.307Z | Downloaded gimli v0.28.0 |
1006 | 2023-10-18T18:10:08.323Z | Downloaded syn v1.0.109 |
1007 | 2023-10-18T18:10:08.345Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1008 | 2023-10-18T18:10:08.462Z | Downloaded idna v0.2.3 |
1009 | 2023-10-18T18:10:08.475Z | Downloaded futures-util v0.3.28 |
1010 | 2023-10-18T18:10:08.500Z | Downloaded rustls-webpki v0.101.4 |
1011 | 2023-10-18T18:10:08.529Z | Downloaded clap v2.34.0 |
1012 | 2023-10-18T18:10:08.543Z | Downloaded bindgen v0.65.1 |
1013 | 2023-10-18T18:10:08.558Z | Downloaded petgraph v0.6.4 |
1014 | 2023-10-18T18:10:08.585Z | Downloaded lalrpop v0.19.12 |
1015 | 2023-10-18T18:10:08.607Z | Downloaded hyper v0.14.27 |
1016 | 2023-10-18T18:10:08.624Z | Downloaded hkdf v0.12.3 |
1017 | 2023-10-18T18:10:08.628Z | Downloaded h2 v0.3.21 |
1018 | 2023-10-18T18:10:08.640Z | Downloaded unicode-normalization v0.1.22 |
1019 | 2023-10-18T18:10:08.646Z | Downloaded crossterm v0.26.1 |
1020 | 2023-10-18T18:10:08.657Z | Downloaded x509-cert v0.2.4 |
1021 | 2023-10-18T18:10:08.667Z | Downloaded derive-where v1.2.5 |
1022 | 2023-10-18T18:10:08.673Z | Downloaded pin-project v1.1.3 |
1023 | 2023-10-18T18:10:08.692Z | Downloaded num-bigint v0.4.4 |
1024 | 2023-10-18T18:10:08.700Z | Downloaded libz-sys v1.1.12 |
1025 | 2023-10-18T18:10:08.817Z | Downloaded aho-corasick v1.0.4 |
1026 | 2023-10-18T18:10:08.826Z | Downloaded libm v0.2.7 |
1027 | 2023-10-18T18:10:08.841Z | Downloaded rand_core v0.6.4 |
1028 | 2023-10-18T18:10:08.844Z | Downloaded quick-error v1.2.3 |
1029 | 2023-10-18T18:10:08.847Z | Downloaded poly1305 v0.8.0 |
1030 | 2023-10-18T18:10:08.850Z | Downloaded parking_lot_core v0.9.8 |
1031 | 2023-10-18T18:10:08.861Z | Downloaded tokio-util v0.7.8 |
1032 | 2023-10-18T18:10:08.864Z | Downloaded futures-task v0.3.28 |
1033 | 2023-10-18T18:10:08.866Z | Downloaded term v0.7.0 |
1034 | 2023-10-18T18:10:08.875Z | Downloaded rcgen v0.10.0 |
1035 | 2023-10-18T18:10:08.880Z | Downloaded ucd-trie v0.1.6 |
1036 | 2023-10-18T18:10:08.884Z | Downloaded test-strategy v0.2.1 |
1037 | 2023-10-18T18:10:08.893Z | Downloaded rand v0.8.5 |
1038 | 2023-10-18T18:10:08.900Z | Downloaded rusqlite v0.29.0 |
1039 | 2023-10-18T18:10:08.915Z | Downloaded fd-lock v3.0.13 |
1040 | 2023-10-18T18:10:08.920Z | Downloaded spki v0.7.2 |
1041 | 2023-10-18T18:10:08.924Z | Downloaded rand v0.4.6 |
1042 | 2023-10-18T18:10:08.931Z | Downloaded parking_lot_core v0.8.6 |
1043 | 2023-10-18T18:10:08.934Z | Downloaded derive_more v0.99.17 |
1044 | 2023-10-18T18:10:08.943Z | Downloaded headers v0.3.9 |
1045 | 2023-10-18T18:10:08.953Z | Downloaded proc-macro-error-attr v1.0.4 |
1046 | 2023-10-18T18:10:08.957Z | Downloaded predicates v3.0.4 |
1047 | 2023-10-18T18:10:08.959Z | Downloaded libsqlite3-sys v0.26.0 |
1048 | 2023-10-18T18:10:09.102Z | Downloaded digest v0.10.7 |
1049 | 2023-10-18T18:10:09.106Z | Downloaded url v2.4.1 |
1050 | 2023-10-18T18:10:09.110Z | Downloaded crossterm v0.27.0 |
1051 | 2023-10-18T18:10:09.121Z | Downloaded pin-project-internal v1.1.3 |
1052 | 2023-10-18T18:10:09.124Z | Downloaded dirs-sys-next v0.1.2 |
1053 | 2023-10-18T18:10:09.127Z | Downloaded plotters-backend v0.3.5 |
1054 | 2023-10-18T18:10:09.129Z | Downloaded uuid v1.4.1 |
1055 | 2023-10-18T18:10:09.134Z | Downloaded diff v0.1.13 |
1056 | 2023-10-18T18:10:09.139Z | Downloaded reqwest v0.11.20 |
1057 | 2023-10-18T18:10:09.153Z | Downloaded openssl-sys v0.9.93 |
1058 | 2023-10-18T18:10:09.161Z | Downloaded derive_builder v0.12.0 |
1059 | 2023-10-18T18:10:09.169Z | Downloaded ed25519 v1.5.3 |
1060 | 2023-10-18T18:10:09.172Z | Downloaded enum-as-inner v0.5.1 |
1061 | 2023-10-18T18:10:09.177Z | Downloaded strum_macros v0.25.2 |
1062 | 2023-10-18T18:10:09.180Z | Downloaded serde_plain v1.0.2 |
1063 | 2023-10-18T18:10:09.183Z | Downloaded same-file v1.0.6 |
1064 | 2023-10-18T18:10:09.185Z | Downloaded whoami v1.4.1 |
1065 | 2023-10-18T18:10:09.188Z | Downloaded env_logger v0.9.3 |
1066 | 2023-10-18T18:10:09.191Z | Downloaded os_str_bytes v6.5.1 |
1067 | 2023-10-18T18:10:09.194Z | Downloaded strum_macros v0.24.3 |
1068 | 2023-10-18T18:10:09.197Z | Downloaded resolv-conf v0.7.0 |
1069 | 2023-10-18T18:10:09.200Z | Downloaded flagset v0.4.3 |
1070 | 2023-10-18T18:10:09.202Z | Downloaded ff v0.13.0 |
1071 | 2023-10-18T18:10:09.205Z | Downloaded ref-cast-impl v1.0.20 |
1072 | 2023-10-18T18:10:09.208Z | Downloaded parse-display-derive v0.7.0 |
1073 | 2023-10-18T18:10:09.210Z | Downloaded serde_with_macros v2.3.3 |
1074 | 2023-10-18T18:10:09.213Z | Downloaded derive_builder_core v0.12.0 |
1075 | 2023-10-18T18:10:09.216Z | Downloaded yasna v0.5.2 |
1076 | 2023-10-18T18:10:09.218Z | Downloaded predicates v2.1.5 |
1077 | 2023-10-18T18:10:09.221Z | Downloaded socket2 v0.4.9 |
1078 | 2023-10-18T18:10:09.224Z | Downloaded num-bigint-dig v0.8.4 |
1079 | 2023-10-18T18:10:09.229Z | Downloaded pretty_assertions v1.4.0 |
1080 | 2023-10-18T18:10:09.232Z | Downloaded hashbrown v0.13.2 |
1081 | 2023-10-18T18:10:09.239Z | Downloaded postcard v0.7.3 |
1082 | 2023-10-18T18:10:09.242Z | Downloaded flate2 v1.0.27 |
1083 | 2023-10-18T18:10:09.251Z | Downloaded tungstenite v0.20.1 |
1084 | 2023-10-18T18:10:09.256Z | Downloaded time-macros v0.2.13 |
1085 | 2023-10-18T18:10:09.259Z | Downloaded hashlink v0.8.3 |
1086 | 2023-10-18T18:10:09.262Z | Downloaded parking_lot v0.11.2 |
1087 | 2023-10-18T18:10:09.266Z | Downloaded tabled_derive v0.6.0 |
1088 | 2023-10-18T18:10:09.269Z | Downloaded unicase v2.7.0 |
1089 | 2023-10-18T18:10:09.273Z | Downloaded deranged v0.3.8 |
1090 | 2023-10-18T18:10:09.275Z | Downloaded itertools v0.10.5 |
1091 | 2023-10-18T18:10:09.283Z | Downloaded openssl-probe v0.1.5 |
1092 | 2023-10-18T18:10:09.286Z | Downloaded take_mut v0.2.2 |
1093 | 2023-10-18T18:10:09.288Z | Downloaded phf v0.11.2 |
1094 | 2023-10-18T18:10:09.291Z | Downloaded oorandom v11.1.3 |
1095 | 2023-10-18T18:10:09.294Z | Downloaded serde_derive_internals v0.26.0 |
1096 | 2023-10-18T18:10:09.297Z | Downloaded relative-path v1.9.0 |
1097 | 2023-10-18T18:10:09.300Z | Downloaded password-hash v0.5.0 |
1098 | 2023-10-18T18:10:09.303Z | Downloaded env_logger v0.10.0 |
1099 | 2023-10-18T18:10:09.306Z | Downloaded parking_lot v0.12.1 |
1100 | 2023-10-18T18:10:09.309Z | Downloaded thread_local v1.1.7 |
1101 | 2023-10-18T18:10:09.312Z | Downloaded der_derive v0.7.2 |
1102 | 2023-10-18T18:10:09.315Z | Downloaded ron v0.7.1 |
1103 | 2023-10-18T18:10:09.318Z | Downloaded num_threads v0.1.6 |
1104 | 2023-10-18T18:10:09.321Z | Downloaded serde_path_to_error v0.1.14 |
1105 | 2023-10-18T18:10:09.324Z | Downloaded which v4.4.0 |
1106 | 2023-10-18T18:10:09.326Z | Downloaded scopeguard v1.2.0 |
1107 | 2023-10-18T18:10:09.329Z | Downloaded scheduled-thread-pool v0.2.7 |
1108 | 2023-10-18T18:10:09.332Z | Downloaded vergen v8.2.4 |
1109 | 2023-10-18T18:10:09.335Z | Downloaded sct v0.7.0 |
1110 | 2023-10-18T18:10:09.338Z | Downloaded erased-serde v0.3.30 |
1111 | 2023-10-18T18:10:09.341Z | Downloaded toml v0.7.8 |
1112 | 2023-10-18T18:10:09.347Z | Downloaded toml v0.5.11 |
1113 | 2023-10-18T18:10:09.351Z | Downloaded tokio-stream v0.1.14 |
1114 | 2023-10-18T18:10:09.359Z | Downloaded tar v0.4.40 |
1115 | 2023-10-18T18:10:09.362Z | Downloaded tempfile v3.8.0 |
1116 | 2023-10-18T18:10:09.366Z | Downloaded postcard-cobs v0.1.5-pre |
1117 | 2023-10-18T18:10:09.369Z | Downloaded utf-8 v0.7.6 |
1118 | 2023-10-18T18:10:09.372Z | Downloaded pem v1.1.1 |
1119 | 2023-10-18T18:10:09.375Z | Downloaded oso v0.26.4 |
1120 | 2023-10-18T18:10:09.378Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1121 | 2023-10-18T18:10:09.381Z | Downloaded pin-utils v0.1.0 |
1122 | 2023-10-18T18:10:09.383Z | Downloaded elliptic-curve v0.13.5 |
1123 | 2023-10-18T18:10:09.386Z | Downloaded zip v0.6.6 |
1124 | 2023-10-18T18:10:09.393Z | Downloaded pest_meta v2.7.2 |
1125 | 2023-10-18T18:10:09.396Z | Downloaded shell-words v1.1.0 |
1126 | 2023-10-18T18:10:09.399Z | Downloaded postgres-protocol v0.6.6 |
1127 | 2023-10-18T18:10:09.402Z | Downloaded aes v0.8.3 |
1128 | 2023-10-18T18:10:09.407Z | Downloaded nom v7.1.3 |
1129 | 2023-10-18T18:10:09.417Z | Downloaded downcast v0.11.0 |
1130 | 2023-10-18T18:10:09.420Z | Downloaded untrusted v0.7.1 |
1131 | 2023-10-18T18:10:09.422Z | Downloaded path-slash v0.1.5 |
1132 | 2023-10-18T18:10:09.425Z | Downloaded doc-comment v0.3.3 |
1133 | 2023-10-18T18:10:09.427Z | Downloaded crypto-bigint v0.5.2 |
1134 | 2023-10-18T18:10:09.433Z | Downloaded ref-cast v1.0.20 |
1135 | 2023-10-18T18:10:09.437Z | Downloaded olpc-cjson v0.1.3 |
1136 | 2023-10-18T18:10:09.440Z | Downloaded similar v2.2.1 |
1137 | 2023-10-18T18:10:09.447Z | Downloaded textwrap v0.11.0 |
1138 | 2023-10-18T18:10:09.450Z | Downloaded structmeta-derive v0.1.6 |
1139 | 2023-10-18T18:10:09.454Z | Downloaded crossbeam-channel v0.5.8 |
1140 | 2023-10-18T18:10:09.459Z | Downloaded trust-dns-client v0.22.0 |
1141 | 2023-10-18T18:10:09.468Z | Downloaded unicode-width v0.1.10 |
1142 | 2023-10-18T18:10:09.471Z | Downloaded rtoolbox v0.0.1 |
1143 | 2023-10-18T18:10:09.474Z | Downloaded allocator-api2 v0.2.16 |
1144 | 2023-10-18T18:10:09.478Z | Downloaded mio v0.8.8 |
1145 | 2023-10-18T18:10:09.487Z | Downloaded tokio-native-tls v0.3.1 |
1146 | 2023-10-18T18:10:09.493Z | Downloaded pkcs1 v0.7.5 |
1147 | 2023-10-18T18:10:09.497Z | Downloaded subprocess v0.2.9 |
1148 | 2023-10-18T18:10:09.500Z | Downloaded form_urlencoded v1.2.0 |
1149 | 2023-10-18T18:10:09.503Z | Downloaded ena v0.14.2 |
1150 | 2023-10-18T18:10:09.506Z | Downloaded generic-array v0.14.7 |
1151 | 2023-10-18T18:10:09.509Z | Downloaded static_assertions v1.1.0 |
1152 | 2023-10-18T18:10:09.511Z | Downloaded thiserror-no-std v2.0.2 |
1153 | 2023-10-18T18:10:09.514Z | Downloaded rustls-pemfile v1.0.3 |
1154 | 2023-10-18T18:10:09.517Z | Downloaded crossbeam-queue v0.3.8 |
1155 | 2023-10-18T18:10:09.520Z | Downloaded papergrid v0.10.0 |
1156 | 2023-10-18T18:10:09.526Z | Downloaded xattr v1.0.1 |
1157 | 2023-10-18T18:10:09.529Z | Downloaded packed_struct v0.10.1 |
1158 | 2023-10-18T18:10:09.533Z | Downloaded topological-sort v0.2.2 |
1159 | 2023-10-18T18:10:09.535Z | Downloaded stringprep v0.1.3 |
1160 | 2023-10-18T18:10:09.538Z | Downloaded serial_test_derive v0.10.0 |
1161 | 2023-10-18T18:10:09.541Z | Downloaded fxhash v0.2.1 |
1162 | 2023-10-18T18:10:09.544Z | Downloaded proc-macro-error v1.0.4 |
1163 | 2023-10-18T18:10:09.547Z | Downloaded predicates-core v1.0.6 |
1164 | 2023-10-18T18:10:09.549Z | Downloaded ron v0.8.1 |
1165 | 2023-10-18T18:10:09.554Z | Downloaded cc v1.0.83 |
1166 | 2023-10-18T18:10:09.559Z | Downloaded rust-argon2 v1.0.1 |
1167 | 2023-10-18T18:10:09.562Z | Downloaded globset v0.4.13 |
1168 | 2023-10-18T18:10:09.565Z | Downloaded arc-swap v1.6.0 |
1169 | 2023-10-18T18:10:09.571Z | Downloaded pest_derive v2.7.2 |
1170 | 2023-10-18T18:10:09.574Z | Downloaded darling_core v0.14.4 |
1171 | 2023-10-18T18:10:09.581Z | Downloaded smallvec v1.11.0 |
1172 | 2023-10-18T18:10:09.585Z | Downloaded slog-json v2.6.1 |
1173 | 2023-10-18T18:10:09.588Z | Downloaded synstructure v0.12.6 |
1174 | 2023-10-18T18:10:09.591Z | Downloaded rustfmt-wrapper v0.2.0 |
1175 | 2023-10-18T18:10:09.594Z | Downloaded ringbuffer v0.15.0 |
1176 | 2023-10-18T18:10:09.597Z | Downloaded fragile v2.0.0 |
1177 | 2023-10-18T18:10:09.599Z | Downloaded group v0.13.0 |
1178 | 2023-10-18T18:10:09.602Z | Downloaded serial_test v0.10.0 |
1179 | 2023-10-18T18:10:09.606Z | Downloaded parse-display v0.7.0 |
1180 | 2023-10-18T18:10:09.609Z | Downloaded zeroize v1.6.0 |
1181 | 2023-10-18T18:10:09.613Z | Downloaded once_cell v1.18.0 |
1182 | 2023-10-18T18:10:09.617Z | Downloaded tracing-core v0.1.31 |
1183 | 2023-10-18T18:10:09.620Z | Downloaded http v0.2.9 |
1184 | 2023-10-18T18:10:09.623Z | Downloaded slog-term v2.9.0 |
1185 | 2023-10-18T18:10:09.626Z | Downloaded unicode-bidi v0.3.13 |
1186 | 2023-10-18T18:10:09.630Z | Downloaded tinyvec v1.6.0 |
1187 | 2023-10-18T18:10:09.633Z | Downloaded half v1.8.2 |
1188 | 2023-10-18T18:10:09.637Z | Downloaded signal-hook-mio v0.2.3 |
1189 | 2023-10-18T18:10:09.640Z | Downloaded omicron-zone-package v0.8.3 |
1190 | 2023-10-18T18:10:09.642Z | Downloaded termios v0.3.3 |
1191 | 2023-10-18T18:10:09.645Z | Downloaded futures-macro v0.3.28 |
1192 | 2023-10-18T18:10:09.648Z | Downloaded chacha20poly1305 v0.10.1 |
1193 | 2023-10-18T18:10:09.651Z | Downloaded const_format v0.2.31 |
1194 | 2023-10-18T18:10:09.657Z | Downloaded dof v0.1.5 |
1195 | 2023-10-18T18:10:09.660Z | Downloaded indicatif v0.17.7 |
1196 | 2023-10-18T18:10:09.665Z | Downloaded darling_macro v0.14.4 |
1197 | 2023-10-18T18:10:09.668Z | Downloaded ppv-lite86 v0.2.17 |
1198 | 2023-10-18T18:10:09.671Z | Downloaded trybuild v1.0.85 |
1199 | 2023-10-18T18:10:09.675Z | Downloaded siphasher v0.3.11 |
1200 | 2023-10-18T18:10:09.678Z | Downloaded vte v0.11.1 |
1201 | 2023-10-18T18:10:09.681Z | Downloaded spin v0.9.8 |
1202 | 2023-10-18T18:10:09.684Z | Downloaded base64 v0.21.4 |
1203 | 2023-10-18T18:10:09.690Z | Downloaded pest_generator v2.7.2 |
1204 | 2023-10-18T18:10:09.694Z | Downloaded futures-timer v3.0.2 |
1205 | 2023-10-18T18:10:09.696Z | Downloaded tui-tree-widget v0.13.0 |
1206 | 2023-10-18T18:10:09.699Z | Downloaded strip-ansi-escapes v0.2.0 |
1207 | 2023-10-18T18:10:09.702Z | Downloaded waitgroup v0.1.2 |
1208 | 2023-10-18T18:10:09.705Z | Downloaded ciborium v0.2.1 |
1209 | 2023-10-18T18:10:09.708Z | Downloaded version_check v0.9.4 |
1210 | 2023-10-18T18:10:09.710Z | Downloaded smf v0.2.2 |
1211 | 2023-10-18T18:10:09.713Z | Downloaded lock_api v0.4.10 |
1212 | 2023-10-18T18:10:09.716Z | Downloaded basic-toml v0.1.4 |
1213 | 2023-10-18T18:10:09.725Z | Downloaded blake2 v0.10.6 |
1214 | 2023-10-18T18:10:09.729Z | Downloaded heapless v0.7.16 |
1215 | 2023-10-18T18:10:09.736Z | Downloaded num-traits v0.2.16 |
1216 | 2023-10-18T18:10:09.740Z | Downloaded crc-any v2.4.3 |
1217 | 2023-10-18T18:10:09.744Z | Downloaded ahash v0.8.3 |
1218 | 2023-10-18T18:10:09.748Z | Downloaded endian-type v0.1.2 |
1219 | 2023-10-18T18:10:09.752Z | Downloaded futures-executor v0.3.28 |
1220 | 2023-10-18T18:10:09.755Z | Downloaded fixedbitset v0.4.2 |
1221 | 2023-10-18T18:10:09.758Z | Downloaded fallible-streaming-iterator v0.1.9 |
1222 | 2023-10-18T18:10:09.761Z | Downloaded rustc_version v0.4.0 |
1223 | 2023-10-18T18:10:09.764Z | Downloaded assert_cmd v2.0.12 |
1224 | 2023-10-18T18:10:09.767Z | Downloaded crossbeam-epoch v0.9.15 |
1225 | 2023-10-18T18:10:09.770Z | Downloaded usdt-impl v0.3.5 |
1226 | 2023-10-18T18:10:09.773Z | Downloaded tokio-tungstenite v0.20.1 |
1227 | 2023-10-18T18:10:09.776Z | Downloaded tokio-tungstenite v0.18.0 |
1228 | 2023-10-18T18:10:09.779Z | Downloaded libloading v0.7.4 |
1229 | 2023-10-18T18:10:09.783Z | Downloaded serde-hex v0.1.0 |
1230 | 2023-10-18T18:10:09.787Z | Downloaded bitflags v2.4.0 |
1231 | 2023-10-18T18:10:09.789Z | Downloaded num-rational v0.4.1 |
1232 | 2023-10-18T18:10:09.792Z | Downloaded miniz_oxide v0.7.1 |
1233 | 2023-10-18T18:10:09.795Z | Downloaded fnv v1.0.7 |
1234 | 2023-10-18T18:10:09.798Z | Downloaded filetime v0.2.22 |
1235 | 2023-10-18T18:10:09.802Z | Downloaded fallible-iterator v0.2.0 |
1236 | 2023-10-18T18:10:09.805Z | Downloaded strsim v0.8.0 |
1237 | 2023-10-18T18:10:09.808Z | Downloaded spin v0.5.2 |
1238 | 2023-10-18T18:10:09.811Z | Downloaded secrecy v0.8.0 |
1239 | 2023-10-18T18:10:09.813Z | Downloaded log v0.4.20 |
1240 | 2023-10-18T18:10:09.816Z | Downloaded num-complex v0.4.4 |
1241 | 2023-10-18T18:10:09.819Z | Downloaded walkdir v2.4.0 |
1242 | 2023-10-18T18:10:09.822Z | Downloaded slog-scope v4.4.0 |
1243 | 2023-10-18T18:10:09.825Z | Downloaded serde_tokenstream v0.2.0 |
1244 | 2023-10-18T18:10:09.828Z | Downloaded httparse v1.8.0 |
1245 | 2023-10-18T18:10:09.830Z | Downloaded mockall_derive v0.11.4 |
1246 | 2023-10-18T18:10:09.833Z | Downloaded cookie v0.16.2 |
1247 | 2023-10-18T18:10:09.836Z | Downloaded backtrace v0.3.69 |
1248 | 2023-10-18T18:10:09.839Z | Downloaded usdt-macro v0.3.5 |
1249 | 2023-10-18T18:10:09.841Z | Downloaded unicode-linebreak v0.1.5 |
1250 | 2023-10-18T18:10:09.844Z | Downloaded slog-stdlog v4.1.1 |
1251 | 2023-10-18T18:10:09.847Z | Downloaded sha2 v0.10.7 |
1252 | 2023-10-18T18:10:09.850Z | Downloaded serde_urlencoded v0.7.1 |
1253 | 2023-10-18T18:10:09.853Z | Downloaded serde_tokenstream v0.1.7 |
1254 | 2023-10-18T18:10:09.856Z | Downloaded rustc_version v0.1.7 |
1255 | 2023-10-18T18:10:09.859Z | Downloaded nodrop v0.1.14 |
1256 | 2023-10-18T18:10:09.861Z | Downloaded block-padding v0.3.3 |
1257 | 2023-10-18T18:10:09.864Z | Downloaded rustc-hash v1.1.0 |
1258 | 2023-10-18T18:10:09.867Z | Downloaded remove_dir_all v0.5.3 |
1259 | 2023-10-18T18:10:09.871Z | Downloaded cfg-if v1.0.0 |
1260 | 2023-10-18T18:10:09.883Z | Downloaded bit-vec v0.6.3 |
1261 | 2023-10-18T18:10:09.887Z | Downloaded bb8 v0.8.1 |
1262 | 2023-10-18T18:10:09.890Z | Downloaded serde_arrays v0.1.0 |
1263 | 2023-10-18T18:10:09.894Z | Downloaded console v0.15.7 |
1264 | 2023-10-18T18:10:09.897Z | Downloaded aes-gcm-siv v0.11.1 |
1265 | 2023-10-18T18:10:09.900Z | Downloaded clap_derive v3.2.25 |
1266 | 2023-10-18T18:10:09.902Z | Downloaded ipnet v2.8.0 |
1267 | 2023-10-18T18:10:09.905Z | Downloaded hyper-rustls v0.24.1 |
1268 | 2023-10-18T18:10:09.908Z | Downloaded bzip2 v0.4.4 |
1269 | 2023-10-18T18:10:09.911Z | Downloaded blake2b_simd v1.0.1 |
1270 | 2023-10-18T18:10:09.914Z | Downloaded ciborium-ll v0.2.1 |
1271 | 2023-10-18T18:10:09.917Z | Downloaded ipnetwork v0.20.0 |
1272 | 2023-10-18T18:10:09.920Z | Downloaded indoc v1.0.9 |
1273 | 2023-10-18T18:10:09.926Z | Downloaded tap v1.0.1 |
1274 | 2023-10-18T18:10:09.935Z | Downloaded cpufeatures v0.2.9 |
1275 | 2023-10-18T18:10:09.939Z | Downloaded byteorder v1.4.3 |
1276 | 2023-10-18T18:10:09.942Z | Downloaded termcolor v1.2.0 |
1277 | 2023-10-18T18:10:09.945Z | Downloaded nibble_vec v0.1.0 |
1278 | 2023-10-18T18:10:09.947Z | Downloaded managed v0.8.0 |
1279 | 2023-10-18T18:10:09.950Z | Downloaded rustversion v1.0.14 |
1280 | 2023-10-18T18:10:09.953Z | Downloaded rpassword v7.2.0 |
1281 | 2023-10-18T18:10:09.958Z | Downloaded num-iter v0.1.43 |
1282 | 2023-10-18T18:10:09.960Z | Downloaded memoffset v0.9.0 |
1283 | 2023-10-18T18:10:09.963Z | Downloaded indoc v2.0.3 |
1284 | 2023-10-18T18:10:09.966Z | Downloaded lalrpop-util v0.19.12 |
1285 | 2023-10-18T18:10:09.969Z | Downloaded iana-time-zone v0.1.57 |
1286 | 2023-10-18T18:10:09.972Z | Downloaded rusty-fork v0.3.0 |
1287 | 2023-10-18T18:10:09.975Z | Downloaded lazy_static v1.4.0 |
1288 | 2023-10-18T18:10:09.977Z | Downloaded chacha20 v0.9.1 |
1289 | 2023-10-18T18:10:09.980Z | Downloaded ansi_term v0.12.1 |
1290 | 2023-10-18T18:10:09.983Z | Downloaded nu-ansi-term v0.49.0 |
1291 | 2023-10-18T18:10:10.012Z | Downloaded multer v2.1.0 |
1292 | 2023-10-18T18:10:10.016Z | Downloaded linear-map v1.2.0 |
1293 | 2023-10-18T18:10:10.019Z | Downloaded lazycell v1.3.0 |
1294 | 2023-10-18T18:10:10.022Z | Downloaded base64 v0.13.1 |
1295 | 2023-10-18T18:10:10.025Z | Downloaded shlex v1.1.0 |
1296 | 2023-10-18T18:10:10.028Z | Downloaded structmeta v0.1.6 |
1297 | 2023-10-18T18:10:10.031Z | Downloaded cast v0.3.0 |
1298 | 2023-10-18T18:10:10.033Z | Downloaded num-derive v0.4.0 |
1299 | 2023-10-18T18:10:10.036Z | Downloaded crc-catalog v2.2.0 |
1300 | 2023-10-18T18:10:10.039Z | Downloaded mime v0.3.17 |
1301 | 2023-10-18T18:10:10.041Z | Downloaded convert_case v0.4.0 |
1302 | 2023-10-18T18:10:10.044Z | Downloaded maybe-uninit v2.0.0 |
1303 | 2023-10-18T18:10:10.047Z | Downloaded cipher v0.4.4 |
1304 | 2023-10-18T18:10:10.050Z | Downloaded lru-cache v0.1.2 |
1305 | 2023-10-18T18:10:10.058Z | Downloaded cassowary v0.3.0 |
1306 | 2023-10-18T18:10:10.061Z | Downloaded impl-trait-for-tuples v0.2.2 |
1307 | 2023-10-18T18:10:10.064Z | Downloaded camino-tempfile v1.0.2 |
1308 | 2023-10-18T18:10:10.067Z | Downloaded native-tls v0.2.11 |
1309 | 2023-10-18T18:10:10.069Z | Downloaded constant_time_eq v0.2.6 |
1310 | 2023-10-18T18:10:10.073Z | Downloaded criterion-plot v0.5.0 |
1311 | 2023-10-18T18:10:10.076Z | Downloaded crc v3.0.1 |
1312 | 2023-10-18T18:10:10.079Z | Downloaded memoffset v0.7.1 |
1313 | 2023-10-18T18:10:10.082Z | Downloaded hyper-tls v0.5.0 |
1314 | 2023-10-18T18:10:10.086Z | Downloaded http-body v0.4.5 |
1315 | 2023-10-18T18:10:10.089Z | Downloaded cexpr v0.6.0 |
1316 | 2023-10-18T18:10:10.092Z | Downloaded bytecount v0.6.3 |
1317 | 2023-10-18T18:10:10.095Z | Downloaded jobserver v0.1.26 |
1318 | 2023-10-18T18:10:10.098Z | Downloaded num v0.4.1 |
1319 | 2023-10-18T18:10:10.100Z | Downloaded mime_guess v2.0.4 |
1320 | 2023-10-18T18:10:10.103Z | Downloaded md-5 v0.10.5 |
1321 | 2023-10-18T18:10:10.106Z | Downloaded headers-core v0.2.0 |
1322 | 2023-10-18T18:10:10.109Z | Downloaded adler v1.0.2 |
1323 | 2023-10-18T18:10:10.111Z | Downloaded humantime v2.1.0 |
1324 | 2023-10-18T18:10:10.114Z | Downloaded buf-list v1.0.3 |
1325 | 2023-10-18T18:10:10.117Z | Downloaded bytesize v1.3.0 |
1326 | 2023-10-18T18:10:10.120Z | Downloaded block-buffer v0.10.4 |
1327 | 2023-10-18T18:10:10.123Z | Downloaded httpdate v1.0.3 |
1328 | 2023-10-18T18:10:10.125Z | Downloaded hex v0.4.3 |
1329 | 2023-10-18T18:10:10.128Z | Downloaded bitfield v0.14.0 |
1330 | 2023-10-18T18:10:10.131Z | Downloaded highway v1.1.0 |
1331 | 2023-10-18T18:10:10.133Z | Downloaded tinyvec_macros v0.1.1 |
1332 | 2023-10-18T18:10:10.136Z | Downloaded num_enum_derive v0.5.11 |
1333 | 2023-10-18T18:10:10.139Z | Downloaded num_enum v0.7.0 |
1334 | 2023-10-18T18:10:10.141Z | Downloaded hostname v0.3.1 |
1335 | 2023-10-18T18:10:10.144Z | Downloaded thiserror-impl-no-std v2.0.2 |
1336 | 2023-10-18T18:10:10.147Z | Downloaded instant v0.1.12 |
1337 | 2023-10-18T18:10:10.149Z | Downloaded const_format_proc_macros v0.2.31 |
1338 | 2023-10-18T18:10:10.152Z | Downloaded const-oid v0.9.5 |
1339 | 2023-10-18T18:10:10.155Z | Downloaded macaddr v1.0.1 |
1340 | 2023-10-18T18:10:10.158Z | Downloaded inout v0.1.3 |
1341 | 2023-10-18T18:10:10.160Z | Downloaded hubpack_derive v0.1.1 |
1342 | 2023-10-18T18:10:10.163Z | Downloaded newtype_derive v0.1.6 |
1343 | 2023-10-18T18:10:10.166Z | Downloaded maplit v1.0.2 |
1344 | 2023-10-18T18:10:10.169Z | Downloaded hex-literal v0.4.1 |
1345 | 2023-10-18T18:10:10.172Z | Downloaded bit-set v0.5.3 |
1346 | 2023-10-18T18:10:10.175Z | Downloaded httptest v0.15.4 |
1347 | 2023-10-18T18:10:10.179Z | Downloaded bcs v0.1.5 |
1348 | 2023-10-18T18:10:10.181Z | Downloaded is-terminal v0.4.9 |
1349 | 2023-10-18T18:10:10.184Z | Downloaded ascii-canvas v3.0.0 |
1350 | 2023-10-18T18:10:10.187Z | Downloaded argon2 v0.5.2 |
1351 | 2023-10-18T18:10:10.190Z | Downloaded backoff v0.4.0 |
1352 | 2023-10-18T18:10:10.193Z | Downloaded base16ct v0.2.0 |
1353 | 2023-10-18T18:10:10.196Z | Downloaded atomic-waker v1.1.1 |
1354 | 2023-10-18T18:10:10.199Z | Downloaded num_enum v0.5.11 |
1355 | 2023-10-18T18:10:10.201Z | Downloaded nanorand v0.7.0 |
1356 | 2023-10-18T18:10:10.204Z | Downloaded heck v0.3.3 |
1357 | 2023-10-18T18:10:10.207Z | Downloaded bitstruct_derive v0.1.0 |
1358 | 2023-10-18T18:10:10.210Z | Downloaded assert_matches v1.5.0 |
1359 | 2023-10-18T18:10:10.212Z | Downloaded anes v0.1.6 |
1360 | 2023-10-18T18:10:10.219Z | Downloaded async-stream-impl v0.3.5 |
1361 | 2023-10-18T18:10:10.221Z | Downloaded atty v0.2.14 |
1362 | 2023-10-18T18:10:10.224Z | Downloaded arrayref v0.3.7 |
1363 | 2023-10-18T18:10:10.226Z | Downloaded cancel-safe-futures v0.1.2 |
1364 | 2023-10-18T18:10:10.947Z | Compiling proc-macro2 v1.0.67 |
1365 | 2023-10-18T18:10:10.950Z | Compiling serde v1.0.188 |
1366 | 2023-10-18T18:10:10.955Z | Compiling autocfg v1.1.0 |
1367 | 2023-10-18T18:10:10.957Z | Compiling version_check v0.9.4 |
1368 | 2023-10-18T18:10:10.961Z | Compiling syn v1.0.109 |
1369 | 2023-10-18T18:10:10.969Z | Compiling parking_lot_core v0.9.8 |
1370 | 2023-10-18T18:10:10.983Z | Compiling libm v0.2.7 |
1371 | 2023-10-18T18:10:11.036Z | Compiling libc v0.2.149 |
1372 | 2023-10-18T18:10:11.547Z | Compiling cfg-if v1.0.0 |
1373 | 2023-10-18T18:10:11.613Z | Compiling futures-core v0.3.28 |
1374 | 2023-10-18T18:10:11.676Z | Compiling once_cell v1.18.0 |
1375 | 2023-10-18T18:10:11.735Z | Compiling typenum v1.16.0 |
1376 | 2023-10-18T18:10:12.032Z | Compiling ahash v0.8.3 |
1377 | 2023-10-18T18:10:12.109Z | Compiling generic-array v0.14.7 |
1378 | 2023-10-18T18:10:12.201Z | Compiling lock_api v0.4.10 |
1379 | 2023-10-18T18:10:12.304Z | Compiling quote v1.0.33 |
1380 | 2023-10-18T18:10:12.549Z | Compiling num-traits v0.2.16 |
1381 | 2023-10-18T18:10:12.782Z | Compiling slab v0.4.9 |
1382 | 2023-10-18T18:10:12.802Z | Compiling futures-channel v0.3.28 |
1383 | 2023-10-18T18:10:12.928Z | Compiling syn v2.0.32 |
1384 | 2023-10-18T18:10:13.470Z | Compiling jobserver v0.1.26 |
1385 | 2023-10-18T18:10:13.725Z | Compiling futures-task v0.3.28 |
1386 | 2023-10-18T18:10:13.973Z | Compiling futures-util v0.3.28 |
1387 | 2023-10-18T18:10:14.036Z | Compiling cc v1.0.83 |
1388 | 2023-10-18T18:10:14.117Z | Compiling pkg-config v0.3.27 |
1389 | 2023-10-18T18:10:14.378Z | Compiling memchr v2.6.3 |
1390 | 2023-10-18T18:10:14.484Z | Compiling vcpkg v0.2.15 |
1391 | 2023-10-18T18:10:14.677Z | Compiling itoa v1.0.9 |
1392 | 2023-10-18T18:10:14.718Z | Compiling log v0.4.20 |
1393 | 2023-10-18T18:10:15.044Z | Compiling schemars v0.8.13 |
1394 | 2023-10-18T18:10:15.508Z | Compiling serde_json v1.0.107 |
1395 | 2023-10-18T18:10:15.903Z | Compiling indexmap v1.9.3 |
1396 | 2023-10-18T18:10:16.013Z | Compiling httparse v1.8.0 |
1397 | 2023-10-18T18:10:16.249Z | Compiling ryu v1.0.15 |
1398 | 2023-10-18T18:10:16.350Z | Compiling allocator-api2 v0.2.16 |
1399 | 2023-10-18T18:10:16.599Z | Compiling rustix v0.38.9 |
1400 | 2023-10-18T18:10:16.798Z | Compiling equivalent v1.0.1 |
1401 | 2023-10-18T18:10:16.957Z | Compiling getrandom v0.2.10 |
1402 | 2023-10-18T18:10:17.376Z | Compiling rustls v0.21.7 |
1403 | 2023-10-18T18:10:17.440Z | Compiling fnv v1.0.7 |
1404 | 2023-10-18T18:10:17.520Z | Compiling hashbrown v0.14.0 |
1405 | 2023-10-18T18:10:17.625Z | Compiling openssl v0.10.57 |
1406 | 2023-10-18T18:10:17.645Z | Compiling aho-corasick v1.0.4 |
1407 | 2023-10-18T18:10:17.716Z | Compiling unicode-xid v0.2.4 |
1408 | 2023-10-18T18:10:17.750Z | Compiling regex-syntax v0.7.5 |
1409 | 2023-10-18T18:10:18.276Z | Compiling native-tls v0.2.11 |
1410 | 2023-10-18T18:10:18.719Z | Compiling ucd-trie v0.1.6 |
1411 | 2023-10-18T18:10:18.950Z | Compiling ring v0.16.20 |
1412 | 2023-10-18T18:10:19.549Z | Compiling openssl-sys v0.9.93 |
1413 | 2023-10-18T18:10:19.585Z | Compiling backtrace v0.3.69 |
1414 | 2023-10-18T18:10:20.305Z | Compiling rustversion v1.0.14 |
1415 | 2023-10-18T18:10:21.179Z | Compiling async-trait v0.1.73 |
1416 | 2023-10-18T18:10:21.729Z | Compiling crossbeam-utils v0.8.16 |
1417 | 2023-10-18T18:10:23.029Z | Compiling slog v2.7.0 |
1418 | 2023-10-18T18:10:23.457Z | Compiling regex-automata v0.3.8 |
1419 | 2023-10-18T18:10:23.682Z | Compiling anyhow v1.0.75 |
1420 | 2023-10-18T18:10:24.476Z | Compiling time-core v0.1.1 |
1421 | 2023-10-18T18:10:24.521Z | Compiling iana-time-zone v0.1.57 |
1422 | 2023-10-18T18:10:24.737Z | Compiling time-macros v0.2.13 |
1423 | 2023-10-18T18:10:24.842Z | Compiling byteorder v1.4.3 |
1424 | 2023-10-18T18:10:25.068Z | Compiling dyn-clone v1.0.13 |
1425 | 2023-10-18T18:10:25.376Z | Compiling serde_derive_internals v0.26.0 |
1426 | 2023-10-18T18:10:25.658Z | Compiling synstructure v0.12.6 |
1427 | 2023-10-18T18:10:27.093Z | Compiling hashbrown v0.13.2 |
1428 | 2023-10-18T18:10:27.686Z | Compiling usdt-impl v0.3.5 |
1429 | 2023-10-18T18:10:28.285Z | Compiling unicode-width v0.1.10 |
1430 | 2023-10-18T18:10:28.453Z | Compiling thread-id v4.2.0 |
1431 | 2023-10-18T18:10:28.527Z | Compiling strsim v0.10.0 |
1432 | 2023-10-18T18:10:28.592Z | Compiling scopeguard v1.2.0 |
1433 | 2023-10-18T18:10:29.103Z | Compiling winnow v0.5.15 |
1434 | 2023-10-18T18:10:29.390Z | Compiling tinyvec_macros v0.1.1 |
1435 | 2023-10-18T18:10:29.522Z | Compiling tinyvec v1.6.0 |
1436 | 2023-10-18T18:10:29.815Z | Compiling unicode-bidi v0.3.13 |
1437 | 2023-10-18T18:10:30.314Z | Compiling smallvec v1.11.0 |
1438 | 2023-10-18T18:10:30.682Z | Compiling percent-encoding v2.3.0 |
1439 | 2023-10-18T18:10:31.236Z | Compiling form_urlencoded v1.2.0 |
1440 | 2023-10-18T18:10:31.708Z | Compiling regex v1.9.5 |
1441 | 2023-10-18T18:10:32.018Z | Compiling parking_lot v0.12.1 |
1442 | 2023-10-18T18:10:32.038Z | Compiling num-integer v0.1.45 |
1443 | 2023-10-18T18:10:32.252Z | Compiling unicode-normalization v0.1.22 |
1444 | 2023-10-18T18:10:32.453Z | Compiling bitflags v1.3.2 |
1445 | 2023-10-18T18:10:32.643Z | Compiling crc32fast v1.3.2 |
1446 | 2023-10-18T18:10:33.366Z | Compiling adler v1.0.2 |
1447 | 2023-10-18T18:10:33.531Z | Compiling spin v0.5.2 |
1448 | 2023-10-18T18:10:33.650Z | Compiling miniz_oxide v0.7.1 |
1449 | 2023-10-18T18:10:33.674Z | Compiling gimli v0.28.0 |
1450 | 2023-10-18T18:10:33.878Z | Compiling object v0.32.1 |
1451 | 2023-10-18T18:10:34.198Z | Compiling idna v0.4.0 |
1452 | 2023-10-18T18:10:35.417Z | Compiling rustc-demangle v0.1.23 |
1453 | 2023-10-18T18:10:35.878Z | Compiling serde_derive v1.0.188 |
1454 | 2023-10-18T18:10:36.040Z | Compiling zeroize_derive v1.4.2 |
1455 | 2023-10-18T18:10:36.116Z | Compiling thiserror-impl v1.0.49 |
1456 | 2023-10-18T18:10:36.683Z | Compiling tokio-macros v2.1.0 |
1457 | 2023-10-18T18:10:36.935Z | Compiling futures-macro v0.3.28 |
1458 | 2023-10-18T18:10:38.426Z | Compiling tracing-attributes v0.1.26 |
1459 | 2023-10-18T18:10:39.110Z | Compiling schemars_derive v0.8.13 |
1460 | 2023-10-18T18:10:39.510Z | Compiling openssl-macros v0.1.1 |
1461 | 2023-10-18T18:10:40.624Z | Compiling zerocopy-derive v0.2.0 |
1462 | 2023-10-18T18:10:40.701Z | Compiling thiserror v1.0.49 |
1463 | 2023-10-18T18:10:40.910Z | Compiling pest v2.7.2 |
1464 | 2023-10-18T18:10:42.004Z | Compiling strum_macros v0.25.2 |
1465 | 2023-10-18T18:10:43.556Z | Compiling zerocopy v0.3.0 |
1466 | 2023-10-18T18:10:44.002Z | Compiling url v2.4.1 |
1467 | 2023-10-18T18:10:44.064Z | Compiling addr2line v0.21.0 |
1468 | 2023-10-18T18:10:44.228Z | Compiling zerocopy-derive v0.6.4 |
1469 | 2023-10-18T18:10:44.890Z | Compiling dof v0.1.5 |
1470 | 2023-10-18T18:10:45.030Z | Compiling pin-project-lite v0.2.13 |
1471 | 2023-10-18T18:10:45.219Z | Compiling pest_meta v2.7.2 |
1472 | 2023-10-18T18:10:45.887Z | Compiling errno v0.3.2 |
1473 | 2023-10-18T18:10:46.165Z | Compiling memoffset v0.9.0 |
1474 | 2023-10-18T18:10:46.621Z | Compiling mio v0.8.8 |
1475 | 2023-10-18T18:10:46.866Z | Compiling socket2 v0.5.4 |
1476 | 2023-10-18T18:10:47.424Z | Compiling pest_generator v2.7.2 |
1477 | 2023-10-18T18:10:48.364Z | Compiling num_cpus v1.16.0 |
1478 | 2023-10-18T18:10:48.406Z | Compiling signal-hook-registry v1.4.1 |
1479 | 2023-10-18T18:10:48.457Z | Compiling futures-sink v0.3.28 |
1480 | 2023-10-18T18:10:48.540Z | Compiling num_threads v0.1.6 |
1481 | 2023-10-18T18:10:48.544Z | Compiling deranged v0.3.8 |
1482 | 2023-10-18T18:10:48.685Z | Compiling radium v0.7.0 |
1483 | 2023-10-18T18:10:49.932Z | Compiling crossbeam-epoch v0.9.15 |
1484 | 2023-10-18T18:10:49.951Z | Compiling pin-utils v0.1.0 |
1485 | 2023-10-18T18:10:50.090Z | Compiling futures-io v0.3.28 |
1486 | 2023-10-18T18:10:50.498Z | Compiling clap_derive v4.4.2 |
1487 | 2023-10-18T18:10:50.502Z | Compiling num-iter v0.1.43 |
1488 | 2023-10-18T18:10:50.761Z | Compiling tracing-core v0.1.31 |
1489 | 2023-10-18T18:10:50.955Z | Compiling either v1.9.0 |
1490 | 2023-10-18T18:10:51.605Z | Compiling time v0.3.27 |
1491 | 2023-10-18T18:10:51.914Z | Compiling lazy_static v1.4.0 |
1492 | 2023-10-18T18:10:52.081Z | Compiling tracing v0.1.37 |
1493 | 2023-10-18T18:10:52.682Z | Compiling pest_derive v2.7.2 |
1494 | 2023-10-18T18:10:52.850Z | Compiling rand_core v0.6.4 |
1495 | 2023-10-18T18:10:53.105Z | Compiling zeroize v1.6.0 |
1496 | 2023-10-18T18:10:53.593Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1497 | 2023-10-18T18:10:53.838Z | Compiling dtrace-parser v0.1.14 |
1498 | 2023-10-18T18:10:54.262Z | Compiling untrusted v0.7.1 |
1499 | 2023-10-18T18:10:54.584Z | Compiling base64 v0.21.4 |
1500 | 2023-10-18T18:10:57.237Z | Compiling enum-as-inner v0.5.1 |
1501 | 2023-10-18T18:10:58.137Z | Compiling foreign-types-shared v0.1.1 |
1502 | 2023-10-18T18:10:58.297Z | Compiling hashbrown v0.12.3 |
1503 | 2023-10-18T18:10:58.436Z | Compiling openssl-probe v0.1.5 |
1504 | 2023-10-18T18:10:58.455Z | Compiling foreign-types v0.3.2 |
1505 | 2023-10-18T18:10:58.798Z | Compiling try-lock v0.2.4 |
1506 | 2023-10-18T18:10:58.892Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1507 | 2023-10-18T18:10:59.005Z | Compiling siphasher v0.3.11 |
1508 | 2023-10-18T18:10:59.831Z | Compiling indexmap v2.0.0 |
1509 | 2023-10-18T18:10:59.910Z | Compiling bytes v1.5.0 |
1510 | 2023-10-18T18:11:00.107Z | Compiling uuid v1.4.1 |
1511 | 2023-10-18T18:11:00.150Z | Compiling chrono v0.4.31 |
1512 | 2023-10-18T18:11:00.872Z | Compiling semver v1.0.18 |
1513 | 2023-10-18T18:11:01.044Z | Compiling serde_tokenstream v0.1.7 |
1514 | 2023-10-18T18:11:01.263Z | Compiling serde_spanned v0.6.3 |
1515 | 2023-10-18T18:11:01.546Z | Compiling http v0.2.9 |
1516 | 2023-10-18T18:11:01.622Z | Compiling rustc_version v0.4.0 |
1517 | 2023-10-18T18:11:01.845Z | Compiling toml_datetime v0.6.3 |
1518 | 2023-10-18T18:11:01.876Z | Compiling bitflags v2.4.0 |
1519 | 2023-10-18T18:11:01.897Z | Compiling tokio v1.32.0 |
1520 | 2023-10-18T18:11:02.535Z | Compiling toml_edit v0.19.15 |
1521 | 2023-10-18T18:11:02.666Z | Compiling openapiv3 v1.0.3 |
1522 | 2023-10-18T18:11:04.082Z | Compiling heapless v0.7.16 |
1523 | 2023-10-18T18:11:05.225Z | Compiling usdt-macro v0.3.5 |
1524 | 2023-10-18T18:11:05.555Z | Compiling usdt-attr-macro v0.3.5 |
1525 | 2023-10-18T18:11:06.692Z | Compiling http-body v0.4.5 |
1526 | 2023-10-18T18:11:07.510Z | Compiling sct v0.7.0 |
1527 | 2023-10-18T18:11:07.731Z | Compiling rustls-webpki v0.101.4 |
1528 | 2023-10-18T18:11:08.012Z | Compiling want v0.3.1 |
1529 | 2023-10-18T18:11:08.634Z | Compiling socket2 v0.4.9 |
1530 | 2023-10-18T18:11:09.542Z | Compiling httpdate v1.0.3 |
1531 | 2023-10-18T18:11:09.973Z | Compiling tower-service v0.3.2 |
1532 | 2023-10-18T18:11:10.163Z | Compiling rustls-pemfile v1.0.3 |
1533 | 2023-10-18T18:11:10.216Z | Compiling crypto-common v0.1.6 |
1534 | 2023-10-18T18:11:10.523Z | Compiling rustls-native-certs v0.6.3 |
1535 | 2023-10-18T18:11:10.671Z | Compiling diesel_table_macro_syntax v0.1.0 |
1536 | 2023-10-18T18:11:10.718Z | Compiling num-bigint v0.4.4 |
1537 | 2023-10-18T18:11:10.742Z | Compiling smoltcp v0.9.1 |
1538 | 2023-10-18T18:11:11.072Z | Compiling bit-vec v0.6.3 |
1539 | 2023-10-18T18:11:11.261Z | Compiling ipnet v2.8.0 |
1540 | 2023-10-18T18:11:11.718Z | Compiling diesel_derives v2.1.1 |
1541 | 2023-10-18T18:11:11.736Z | Compiling phf_shared v0.10.0 |
1542 | 2023-10-18T18:11:11.995Z | Compiling serde_urlencoded v0.7.1 |
1543 | 2023-10-18T18:11:12.329Z | Compiling serde_tokenstream v0.2.0 |
1544 | 2023-10-18T18:11:12.835Z | Compiling block-buffer v0.10.4 |
1545 | 2023-10-18T18:11:13.148Z | Compiling hubpack_derive v0.1.1 |
1546 | 2023-10-18T18:11:13.212Z | Compiling encoding_rs v0.8.33 |
1547 | 2023-10-18T18:11:13.242Z | Compiling precomputed-hash v0.1.1 |
1548 | 2023-10-18T18:11:13.401Z | Compiling ppv-lite86 v0.2.17 |
1549 | 2023-10-18T18:11:14.394Z | Compiling subtle v2.5.0 |
1550 | 2023-10-18T18:11:14.522Z | Compiling const-oid v0.9.5 |
1551 | 2023-10-18T18:11:14.757Z | Compiling fixedbitset v0.4.2 |
1552 | 2023-10-18T18:11:14.872Z | Compiling mime v0.3.17 |
1553 | 2023-10-18T18:11:15.385Z | Compiling tokio-util v0.7.8 |
1554 | 2023-10-18T18:11:15.756Z | Compiling new_debug_unreachable v1.0.4 |
1555 | 2023-10-18T18:11:15.894Z | Compiling webpki-roots v0.25.2 |
1556 | 2023-10-18T18:11:16.154Z | Compiling string_cache v0.8.7 |
1557 | 2023-10-18T18:11:16.824Z | Compiling tokio-rustls v0.24.1 |
1558 | 2023-10-18T18:11:17.435Z | Compiling h2 v0.3.21 |
1559 | 2023-10-18T18:11:17.614Z | Compiling digest v0.10.7 |
1560 | 2023-10-18T18:11:18.356Z | Compiling tokio-native-tls v0.3.1 |
1561 | 2023-10-18T18:11:18.519Z | Compiling petgraph v0.6.4 |
1562 | 2023-10-18T18:11:18.783Z | Compiling rand_chacha v0.3.1 |
1563 | 2023-10-18T18:11:20.369Z | Compiling bit-set v0.5.3 |
1564 | 2023-10-18T18:11:20.553Z | Compiling itertools v0.10.5 |
1565 | 2023-10-18T18:11:21.168Z | Compiling unicode-segmentation v1.10.1 |
1566 | 2023-10-18T18:11:21.336Z | Compiling lalrpop-util v0.19.12 |
1567 | 2023-10-18T18:11:21.901Z | Compiling flate2 v1.0.27 |
1568 | 2023-10-18T18:11:22.622Z | Compiling rand v0.8.5 |
1569 | 2023-10-18T18:11:23.531Z | Compiling toml v0.7.8 |
1570 | 2023-10-18T18:11:23.668Z | Compiling serde_repr v0.1.16 |
1571 | 2023-10-18T18:11:24.870Z | Compiling io-lifetimes v1.0.11 |
1572 | 2023-10-18T18:11:25.169Z | Compiling regress v0.7.1 |
1573 | 2023-10-18T18:11:25.189Z | Compiling cpufeatures v0.2.9 |
1574 | 2023-10-18T18:11:25.324Z | Compiling utf8parse v0.2.1 |
1575 | 2023-10-18T18:11:25.346Z | Compiling anstyle v1.0.2 |
1576 | 2023-10-18T18:11:25.350Z | Compiling sha2 v0.10.7 |
1577 | 2023-10-18T18:11:25.353Z | Compiling rustix v0.37.23 |
1578 | 2023-10-18T18:11:25.571Z | Compiling anstyle-parse v0.2.1 |
1579 | 2023-10-18T18:11:26.049Z | Compiling hmac v0.12.1 |
1580 | 2023-10-18T18:11:26.070Z | Compiling md-5 v0.10.5 |
1581 | 2023-10-18T18:11:26.089Z | Compiling stringprep v0.1.3 |
1582 | 2023-10-18T18:11:26.436Z | Compiling spin v0.9.8 |
1583 | 2023-10-18T18:11:26.628Z | Compiling hash32 v0.2.1 |
1584 | 2023-10-18T18:11:27.033Z | Compiling colorchoice v1.0.0 |
1585 | 2023-10-18T18:11:27.230Z | Compiling anstyle-query v1.0.0 |
1586 | 2023-10-18T18:11:27.271Z | Compiling fallible-iterator v0.2.0 |
1587 | 2023-10-18T18:11:27.425Z | Compiling stable_deref_trait v1.2.0 |
1588 | 2023-10-18T18:11:27.526Z | Compiling anstream v0.5.0 |
1589 | 2023-10-18T18:11:27.661Z | Compiling terminal_size v0.2.6 |
1590 | 2023-10-18T18:11:27.731Z | Compiling phf_shared v0.11.2 |
1591 | 2023-10-18T18:11:27.947Z | Compiling block-padding v0.3.3 |
1592 | 2023-10-18T18:11:28.339Z | Compiling scheduled-thread-pool v0.2.7 |
1593 | 2023-10-18T18:11:28.375Z | Compiling tap v1.0.1 |
1594 | 2023-10-18T18:11:28.502Z | Compiling postgres-protocol v0.6.6 |
1595 | 2023-10-18T18:11:28.554Z | Compiling managed v0.8.0 |
1596 | 2023-10-18T18:11:28.648Z | Compiling clap_lex v0.5.1 |
1597 | 2023-10-18T18:11:29.139Z | Compiling regex-automata v0.1.10 |
1598 | 2023-10-18T18:11:29.277Z | Compiling hyper v0.14.27 |
1599 | 2023-10-18T18:11:29.386Z | Compiling matches v0.1.10 |
1600 | 2023-10-18T18:11:29.615Z | Compiling idna v0.2.3 |
1601 | 2023-10-18T18:11:29.955Z | Compiling bstr v0.2.17 |
1602 | 2023-10-18T18:11:30.512Z | Compiling postgres-types v0.2.6 |
1603 | 2023-10-18T18:11:32.116Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1604 | 2023-10-18T18:11:32.265Z | Compiling clap_builder v4.4.2 |
1605 | 2023-10-18T18:11:32.830Z | Compiling r2d2 v0.8.10 |
1606 | 2023-10-18T18:11:33.102Z | Compiling wyz v0.5.1 |
1607 | 2023-10-18T18:11:33.463Z | Compiling inout v0.1.3 |
1608 | 2023-10-18T18:11:33.614Z | Compiling phf v0.11.2 |
1609 | 2023-10-18T18:11:33.862Z | Compiling hubpack v0.1.2 |
1610 | 2023-10-18T18:11:34.101Z | Compiling ipnetwork v0.20.0 |
1611 | 2023-10-18T18:11:34.787Z | Compiling futures-executor v0.3.28 |
1612 | 2023-10-18T18:11:35.120Z | Compiling itertools v0.11.0 |
1613 | 2023-10-18T18:11:35.603Z | Compiling zerocopy v0.6.4 |
1614 | 2023-10-18T18:11:36.251Z | Compiling float-cmp v0.9.0 |
1615 | 2023-10-18T18:11:36.609Z | Compiling static_assertions v1.1.0 |
1616 | 2023-10-18T18:11:36.757Z | Compiling whoami v1.4.1 |
1617 | 2023-10-18T18:11:36.997Z | Compiling predicates-core v1.0.6 |
1618 | 2023-10-18T18:11:37.485Z | Compiling difflib v0.4.0 |
1619 | 2023-10-18T18:11:37.645Z | Compiling normalize-line-endings v0.3.0 |
1620 | 2023-10-18T18:11:37.815Z | Compiling smawk v0.3.1 |
1621 | 2023-10-18T18:11:38.105Z | Compiling data-encoding v2.4.0 |
1622 | 2023-10-18T18:11:38.193Z | Compiling unicode-linebreak v0.1.5 |
1623 | 2023-10-18T18:11:39.048Z | Compiling funty v2.0.0 |
1624 | 2023-10-18T18:11:39.701Z | Compiling predicates v3.0.4 |
1625 | 2023-10-18T18:11:39.741Z | Compiling trust-dns-proto v0.22.0 |
1626 | 2023-10-18T18:11:39.950Z | Compiling textwrap v0.16.0 |
1627 | 2023-10-18T18:11:41.469Z | Compiling hyper-rustls v0.24.1 |
1628 | 2023-10-18T18:11:41.751Z | Compiling hyper-tls v0.5.0 |
1629 | 2023-10-18T18:11:42.208Z | Compiling reqwest v0.11.20 |
1630 | 2023-10-18T18:11:42.250Z | Compiling bitvec v1.0.1 |
1631 | 2023-10-18T18:11:42.295Z | Compiling clap v4.4.3 |
1632 | 2023-10-18T18:11:42.466Z | Compiling yasna v0.5.2 |
1633 | 2023-10-18T18:11:43.763Z | Compiling tokio-postgres v0.7.10 |
1634 | 2023-10-18T18:11:45.360Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1635 | 2023-10-18T18:11:45.381Z | Compiling diesel v2.1.1 |
1636 | 2023-10-18T18:11:46.767Z | Compiling futures v0.3.28 |
1637 | 2023-10-18T18:11:46.932Z | Compiling cipher v0.4.4 |
1638 | 2023-10-18T18:11:47.684Z | Compiling similar v2.2.1 |
1639 | 2023-10-18T18:11:50.116Z | Compiling signature v2.1.0 |
1640 | 2023-10-18T18:11:50.459Z | Compiling tokio-stream v0.1.14 |
1641 | 2023-10-18T18:11:51.295Z | Compiling usdt v0.3.5 |
1642 | 2023-10-18T18:11:51.705Z | Compiling hex v0.4.3 |
1643 | 2023-10-18T18:11:51.828Z | Compiling console v0.15.7 |
1644 | 2023-10-18T18:11:51.990Z | Compiling bstr v1.6.0 |
1645 | 2023-10-18T18:11:53.128Z | Compiling getopts v0.2.21 |
1646 | 2023-10-18T18:11:53.920Z | Compiling unsafe-libyaml v0.2.9 |
1647 | 2023-10-18T18:11:55.106Z | Compiling ident_case v1.0.1 |
1648 | 2023-10-18T18:11:55.578Z | Compiling slog-async v2.8.0 |
1649 | 2023-10-18T18:11:56.216Z | Compiling serde_yaml v0.9.25 |
1650 | 2023-10-18T18:11:56.318Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1651 | 2023-10-18T18:11:56.546Z | Compiling paste v1.0.14 |
1652 | 2023-10-18T18:11:57.024Z | Compiling darling_core v0.20.3 |
1653 | 2023-10-18T18:11:57.487Z | Compiling multer v2.1.0 |
1654 | 2023-10-18T18:11:58.028Z | Compiling async-stream-impl v0.3.5 |
1655 | 2023-10-18T18:11:59.066Z | Compiling regex-syntax v0.6.29 |
1656 | 2023-10-18T18:12:00.059Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1657 | 2023-10-18T18:12:02.807Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1658 | 2023-10-18T18:12:03.720Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1659 | 2023-10-18T18:12:03.823Z | Compiling structmeta-derive v0.1.6 |
1660 | 2023-10-18T18:12:03.917Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1661 | 2023-10-18T18:12:06.321Z | Compiling darling_macro v0.20.3 |
1662 | 2023-10-18T18:12:07.876Z | Compiling darling v0.20.3 |
1663 | 2023-10-18T18:12:08.094Z | Compiling serde_with_macros v2.3.3 |
1664 | 2023-10-18T18:12:08.225Z | Compiling structmeta v0.1.6 |
1665 | 2023-10-18T18:12:09.126Z | Compiling parse-display-derive v0.7.0 |
1666 | 2023-10-18T18:12:12.011Z | Compiling test-strategy v0.2.1 |
1667 | 2023-10-18T18:12:15.102Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1668 | 2023-10-18T18:12:19.894Z | Checking unicode-ident v1.0.12 |
1669 | 2023-10-18T18:12:51.412Z | Checking heck v0.4.1 |
1670 | 2023-10-18T18:13:00.182Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1671 | 2023-10-18T18:13:00.278Z | Checking crossbeam-channel v0.5.8 |
1672 | 2023-10-18T18:13:00.467Z | Checking atty v0.2.14 |
1673 | 2023-10-18T18:13:01.152Z | Checking match_cfg v0.1.0 |
1674 | 2023-10-18T18:13:01.285Z | Checking hostname v0.3.1 |
1675 | 2023-10-18T18:13:01.449Z | Checking sha1 v0.10.5 |
1676 | 2023-10-18T18:13:01.478Z | Checking dirs-sys-next v0.1.2 |
1677 | 2023-10-18T18:13:01.746Z | Checking fastrand v2.0.0 |
1678 | 2023-10-18T18:13:01.926Z | Checking dirs-next v2.0.0 |
1679 | 2023-10-18T18:13:01.929Z | Checking thread_local v1.1.7 |
1680 | 2023-10-18T18:13:02.266Z | Checking tempfile v3.8.0 |
1681 | 2023-10-18T18:13:02.545Z | Checking term v0.7.0 |
1682 | 2023-10-18T18:13:02.843Z | Checking strum v0.25.0 |
1683 | 2023-10-18T18:13:03.112Z | Checking instant v0.1.12 |
1684 | 2023-10-18T18:13:03.239Z | Checking take_mut v0.2.2 |
1685 | 2023-10-18T18:13:03.284Z | Checking slog-term v2.9.0 |
1686 | 2023-10-18T18:13:03.908Z | Checking slog-json v2.6.1 |
1687 | 2023-10-18T18:13:03.938Z | Checking serde_with v2.3.3 |
1688 | 2023-10-18T18:13:04.070Z | Checking camino v1.1.6 |
1689 | 2023-10-18T18:13:04.323Z | Checking slog-bunyan v2.4.0 |
1690 | 2023-10-18T18:13:04.714Z | Checking atomic-waker v1.1.1 |
1691 | 2023-10-18T18:13:04.764Z | Checking debug-ignore v1.0.5 |
1692 | 2023-10-18T18:13:04.911Z | Checking waitgroup v0.1.2 |
1693 | 2023-10-18T18:13:04.994Z | Checking async-stream v0.3.5 |
1694 | 2023-10-18T18:13:05.108Z | Checking serde_path_to_error v0.1.14 |
1695 | 2023-10-18T18:13:05.580Z | Checking backoff v0.4.0 |
1696 | 2023-10-18T18:13:05.948Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1697 | 2023-10-18T18:13:06.037Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1698 | 2023-10-18T18:13:06.237Z | Checking parse-display v0.7.0 |
1699 | 2023-10-18T18:13:06.258Z | Checking macaddr v1.0.1 |
1700 | 2023-10-18T18:13:06.504Z | Checking quick-error v1.2.3 |
1701 | 2023-10-18T18:13:07.341Z | Checking wait-timeout v0.2.0 |
1702 | 2023-10-18T18:13:08.081Z | Compiling crucible-workspace-hack v0.1.0 |
1703 | 2023-10-18T18:13:08.525Z | Checking rusty-fork v0.3.0 |
1704 | 2023-10-18T18:13:08.744Z | Checking rand_xorshift v0.3.0 |
1705 | 2023-10-18T18:13:08.988Z | Checking unarray v0.1.4 |
1706 | 2023-10-18T18:13:09.009Z | Compiling proc-macro-crate v1.3.1 |
1707 | 2023-10-18T18:13:09.213Z | Checking proptest v1.3.1 |
1708 | 2023-10-18T18:13:11.747Z | Compiling proc-macro-error-attr v1.0.4 |
1709 | 2023-10-18T18:13:12.837Z | Compiling proc-macro-error v1.0.4 |
1710 | 2023-10-18T18:13:17.471Z | Compiling num_enum_derive v0.5.11 |
1711 | 2023-10-18T18:13:19.707Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1712 | 2023-10-18T18:13:21.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1713 | 2023-10-18T18:13:21.547Z | Compiling foreign-types-macros v0.2.3 |
1714 | 2023-10-18T18:13:22.302Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1715 | 2023-10-18T18:13:22.406Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1716 | 2023-10-18T18:13:22.852Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1717 | 2023-10-18T18:13:22.920Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2023-10-18T18:13:25.307Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1719 | 2023-10-18T18:13:32.937Z | Compiling zone_cfg_derive v0.2.0 |
1720 | 2023-10-18T18:13:35.150Z | Compiling mockall_derive v0.11.4 |
1721 | 2023-10-18T18:13:36.309Z | Compiling num-derive v0.4.0 |
1722 | 2023-10-18T18:13:37.587Z | Checking base64ct v1.6.0 |
1723 | 2023-10-18T18:13:57.109Z | Checking is-terminal v0.4.9 |
1724 | 2023-10-18T18:14:03.758Z | Compiling slog-dtrace v0.2.3 |
1725 | 2023-10-18T18:14:04.012Z | Checking cfg-if v0.1.10 |
1726 | 2023-10-18T18:14:04.281Z | Compiling cancel-safe-futures v0.1.2 |
1727 | 2023-10-18T18:14:04.410Z | Checking base64 v0.13.1 |
1728 | 2023-10-18T18:14:04.765Z | Checking termtree v0.4.1 |
1729 | 2023-10-18T18:14:04.793Z | Checking password-hash v0.5.0 |
1730 | 2023-10-18T18:14:05.039Z | Checking blake2 v0.10.6 |
1731 | 2023-10-18T18:14:05.081Z | Checking predicates-tree v1.0.9 |
1732 | 2023-10-18T18:14:05.313Z | Checking num_enum v0.5.11 |
1733 | 2023-10-18T18:14:05.547Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1734 | 2023-10-18T18:14:05.550Z | Checking postcard-cobs v0.1.5-pre |
1735 | 2023-10-18T18:14:05.740Z | Checking argon2 v0.5.2 |
1736 | 2023-10-18T18:14:05.809Z | Checking postcard v0.7.3 |
1737 | 2023-10-18T18:14:06.083Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1738 | 2023-10-18T18:14:06.433Z | Checking smoltcp v0.8.2 |
1739 | 2023-10-18T18:14:06.452Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1740 | 2023-10-18T18:14:06.662Z | Checking foreign-types-shared v0.3.1 |
1741 | 2023-10-18T18:14:06.826Z | Checking foreign-types v0.5.0 |
1742 | 2023-10-18T18:14:06.982Z | Checking cstr-argument v0.1.2 |
1743 | 2023-10-18T18:14:07.247Z | Checking pretty-hex v0.2.1 |
1744 | 2023-10-18T18:14:07.270Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1745 | 2023-10-18T18:14:07.489Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1746 | 2023-10-18T18:14:07.800Z | Checking colored v2.0.4 |
1747 | 2023-10-18T18:14:08.231Z | Checking predicates v2.1.5 |
1748 | 2023-10-18T18:14:08.235Z | Checking filetime v0.2.22 |
1749 | 2023-10-18T18:14:08.558Z | Checking xattr v1.0.1 |
1750 | 2023-10-18T18:14:08.825Z | Checking downcast v0.11.0 |
1751 | 2023-10-18T18:14:09.129Z | Checking fragile v2.0.0 |
1752 | 2023-10-18T18:14:09.160Z | Checking tar v0.4.40 |
1753 | 2023-10-18T18:14:09.198Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1754 | 2023-10-18T18:14:09.348Z | Checking zone v0.2.0 |
1755 | 2023-10-18T18:14:09.562Z | Checking mockall v0.11.4 |
1756 | 2023-10-18T18:14:09.919Z | Checking smf v0.2.2 |
1757 | 2023-10-18T18:14:09.945Z | Compiling der_derive v0.7.2 |
1758 | 2023-10-18T18:14:10.569Z | Checking pem v1.1.1 |
1759 | 2023-10-18T18:14:10.646Z | Compiling memoffset v0.7.1 |
1760 | 2023-10-18T18:14:10.917Z | Checking camino-tempfile v1.0.2 |
1761 | 2023-10-18T18:14:11.104Z | Compiling maybe-uninit v2.0.0 |
1762 | 2023-10-18T18:14:11.206Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1763 | 2023-10-18T18:14:11.245Z | Checking headers-core v0.2.0 |
1764 | 2023-10-18T18:14:11.286Z | Compiling heck v0.3.3 |
1765 | 2023-10-18T18:14:11.341Z | Compiling libefi-sys v0.1.0 |
1766 | 2023-10-18T18:14:11.452Z | Checking headers v0.3.9 |
1767 | 2023-10-18T18:14:11.786Z | Compiling packed_struct v0.10.1 |
1768 | 2023-10-18T18:14:11.856Z | Compiling num-bigint-dig v0.8.4 |
1769 | 2023-10-18T18:14:11.877Z | Compiling structopt-derive v0.4.18 |
1770 | 2023-10-18T18:14:12.301Z | Compiling packed_struct_codegen v0.10.1 |
1771 | 2023-10-18T18:14:12.412Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1772 | 2023-10-18T18:14:12.981Z | Compiling signal-hook v0.3.17 |
1773 | 2023-10-18T18:14:13.397Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1774 | 2023-10-18T18:14:13.420Z | Checking rcgen v0.10.0 |
1775 | 2023-10-18T18:14:13.532Z | Checking atomicwrites v0.4.2 |
1776 | 2023-10-18T18:14:13.818Z | Checking subprocess v0.2.9 |
1777 | 2023-10-18T18:14:13.838Z | Compiling num-rational v0.4.1 |
1778 | 2023-10-18T18:14:14.282Z | Checking termcolor v1.2.0 |
1779 | 2023-10-18T18:14:14.694Z | Checking linked-hash-map v0.5.6 |
1780 | 2023-10-18T18:14:14.777Z | Compiling doc-comment v0.3.3 |
1781 | 2023-10-18T18:14:14.919Z | Compiling same-file v1.0.6 |
1782 | 2023-10-18T18:14:15.225Z | Checking lru-cache v0.1.2 |
1783 | 2023-10-18T18:14:15.267Z | Compiling walkdir v2.4.0 |
1784 | 2023-10-18T18:14:15.515Z | Compiling semver-parser v0.10.2 |
1785 | 2023-10-18T18:14:15.556Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1786 | 2023-10-18T18:14:15.753Z | Checking half v1.8.2 |
1787 | 2023-10-18T18:14:15.983Z | Checking ciborium-io v0.2.1 |
1788 | 2023-10-18T18:14:16.401Z | Compiling home v0.5.5 |
1789 | 2023-10-18T18:14:16.428Z | Checking ciborium-ll v0.2.1 |
1790 | 2023-10-18T18:14:16.673Z | Compiling semver v0.11.0 |
1791 | 2023-10-18T18:14:16.914Z | Compiling toml v0.5.11 |
1792 | 2023-10-18T18:14:16.934Z | Checking ciborium v0.2.1 |
1793 | 2023-10-18T18:14:17.415Z | Compiling toolchain_find v0.2.0 |
1794 | 2023-10-18T18:14:17.435Z | Checking arc-swap v1.6.0 |
1795 | 2023-10-18T18:14:18.206Z | Compiling convert_case v0.4.0 |
1796 | 2023-10-18T18:14:18.217Z | Checking slog-scope v4.4.0 |
1797 | 2023-10-18T18:14:18.321Z | Compiling omicron-zone-package v0.8.3 |
1798 | 2023-10-18T18:14:18.516Z | Checking slog-stdlog v4.1.1 |
1799 | 2023-10-18T18:14:18.844Z | Compiling snafu-derive v0.7.5 |
1800 | 2023-10-18T18:14:19.257Z | Checking slog-envlogger v2.2.0 |
1801 | 2023-10-18T18:14:19.445Z | Compiling derive-where v1.2.5 |
1802 | 2023-10-18T18:14:19.541Z | Compiling derive_more v0.99.17 |
1803 | 2023-10-18T18:14:20.088Z | Compiling rustfmt-wrapper v0.2.0 |
1804 | 2023-10-18T18:14:21.123Z | Compiling libz-sys v1.1.12 |
1805 | 2023-10-18T18:14:21.331Z | Compiling parking_lot_core v0.8.6 |
1806 | 2023-10-18T18:14:21.982Z | Checking resolv-conf v0.7.0 |
1807 | 2023-10-18T18:14:22.548Z | Checking newline-converter v0.3.0 |
1808 | 2023-10-18T18:14:22.669Z | Checking trust-dns-resolver v0.22.0 |
1809 | 2023-10-18T18:14:22.778Z | Checking expectorate v1.1.0 |
1810 | 2023-10-18T18:14:22.985Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1811 | 2023-10-18T18:14:23.055Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1812 | 2023-10-18T18:14:24.047Z | Checking pem-rfc7468 v0.7.0 |
1813 | 2023-10-18T18:14:24.159Z | Checking hkdf v0.12.3 |
1814 | 2023-10-18T18:14:24.480Z | Compiling libsqlite3-sys v0.26.0 |
1815 | 2023-10-18T18:14:24.501Z | Checking flagset v0.4.3 |
1816 | 2023-10-18T18:14:24.787Z | Checking der v0.7.8 |
1817 | 2023-10-18T18:14:24.864Z | Checking textwrap v0.11.0 |
1818 | 2023-10-18T18:14:25.197Z | Checking fxhash v0.2.1 |
1819 | 2023-10-18T18:14:25.219Z | Compiling vergen v8.2.4 |
1820 | 2023-10-18T18:14:25.252Z | Checking strsim v0.8.0 |
1821 | 2023-10-18T18:14:25.473Z | Checking ansi_term v0.12.1 |
1822 | 2023-10-18T18:14:25.532Z | Checking vec_map v0.8.2 |
1823 | 2023-10-18T18:14:25.623Z | Compiling semver v0.1.20 |
1824 | 2023-10-18T18:14:25.691Z | Checking keccak v0.1.4 |
1825 | 2023-10-18T18:14:25.972Z | Checking clap v2.34.0 |
1826 | 2023-10-18T18:14:25.995Z | Checking secrecy v0.8.0 |
1827 | 2023-10-18T18:14:26.180Z | Checking sha3 v0.10.8 |
1828 | 2023-10-18T18:14:26.313Z | Compiling rustc_version v0.1.7 |
1829 | 2023-10-18T18:14:26.778Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1830 | 2023-10-18T18:14:26.964Z | Compiling newtype_derive v0.1.6 |
1831 | 2023-10-18T18:14:27.173Z | Checking crc-catalog v2.2.0 |
1832 | 2023-10-18T18:14:27.247Z | Checking humantime v2.1.0 |
1833 | 2023-10-18T18:14:27.342Z | Compiling buf-list v1.0.3 |
1834 | 2023-10-18T18:14:27.401Z | Checking crc v3.0.1 |
1835 | 2023-10-18T18:14:27.806Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1836 | 2023-10-18T18:14:27.967Z | Checking spki v0.7.2 |
1837 | 2023-10-18T18:14:28.097Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1838 | 2023-10-18T18:14:28.454Z | Checking pkcs8 v0.10.2 |
1839 | 2023-10-18T18:14:28.646Z | Checking nodrop v0.1.14 |
1840 | 2023-10-18T18:14:28.816Z | Checking array-init v0.0.4 |
1841 | 2023-10-18T18:14:28.837Z | Checking pkcs1 v0.7.5 |
1842 | 2023-10-18T18:14:29.349Z | Checking smallvec v0.6.14 |
1843 | 2023-10-18T18:14:29.492Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1844 | 2023-10-18T18:14:30.641Z | Checking structopt v0.3.26 |
1845 | 2023-10-18T18:14:31.775Z | Compiling num_enum_derive v0.7.0 |
1846 | 2023-10-18T18:14:32.311Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1847 | 2023-10-18T18:14:33.855Z | Compiling unicase v2.7.0 |
1848 | 2023-10-18T18:14:33.923Z | Checking bitfield v0.14.0 |
1849 | 2023-10-18T18:14:34.295Z | Compiling rayon-core v1.11.0 |
1850 | 2023-10-18T18:14:34.639Z | Checking utf-8 v0.7.6 |
1851 | 2023-10-18T18:14:35.185Z | Checking rsa v0.9.2 |
1852 | 2023-10-18T18:14:35.260Z | Checking serde-hex v0.1.0 |
1853 | 2023-10-18T18:14:35.446Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1854 | 2023-10-18T18:14:35.707Z | Checking x509-cert v0.2.4 |
1855 | 2023-10-18T18:14:35.964Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1856 | 2023-10-18T18:14:36.687Z | Checking env_logger v0.10.0 |
1857 | 2023-10-18T18:14:37.380Z | Checking ron v0.8.1 |
1858 | 2023-10-18T18:14:37.605Z | Checking crc-any v2.4.3 |
1859 | 2023-10-18T18:14:38.289Z | Compiling platforms v3.0.2 |
1860 | 2023-10-18T18:14:39.622Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1861 | 2023-10-18T18:14:41.157Z | Checking object v0.30.4 |
1862 | 2023-10-18T18:14:41.620Z | Checking path-slash v0.1.5 |
1863 | 2023-10-18T18:14:43.827Z | Checking num-complex v0.4.4 |
1864 | 2023-10-18T18:14:43.990Z | Checking rand v0.4.6 |
1865 | 2023-10-18T18:14:44.356Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1866 | 2023-10-18T18:14:44.788Z | Compiling erased-serde v0.3.30 |
1867 | 2023-10-18T18:14:45.353Z | Checking num v0.4.1 |
1868 | 2023-10-18T18:14:45.572Z | Compiling curve25519-dalek v4.1.0 |
1869 | 2023-10-18T18:14:45.647Z | Compiling bitstruct_derive v0.1.0 |
1870 | 2023-10-18T18:14:46.134Z | Compiling async-recursion v1.0.5 |
1871 | 2023-10-18T18:14:46.872Z | Compiling glob v0.3.1 |
1872 | 2023-10-18T18:14:47.759Z | Compiling mime_guess v2.0.4 |
1873 | 2023-10-18T18:14:48.543Z | Compiling thiserror-impl-no-std v2.0.2 |
1874 | 2023-10-18T18:14:48.565Z | Compiling curve25519-dalek-derive v0.1.0 |
1875 | 2023-10-18T18:14:49.687Z | Compiling salty v0.2.0 |
1876 | 2023-10-18T18:14:50.032Z | Checking tungstenite v0.18.0 |
1877 | 2023-10-18T18:14:50.313Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1878 | 2023-10-18T18:14:50.782Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1879 | 2023-10-18T18:14:51.318Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1880 | 2023-10-18T18:14:51.439Z | Checking tokio-tungstenite v0.18.0 |
1881 | 2023-10-18T18:14:51.566Z | Checking universal-hash v0.5.1 |
1882 | 2023-10-18T18:14:51.849Z | Checking nibble_vec v0.1.0 |
1883 | 2023-10-18T18:14:52.177Z | Checking opaque-debug v0.3.0 |
1884 | 2023-10-18T18:14:52.264Z | Compiling crunchy v0.2.2 |
1885 | 2023-10-18T18:14:52.307Z | Checking endian-type v0.1.2 |
1886 | 2023-10-18T18:14:52.637Z | Checking radix_trie v0.2.1 |
1887 | 2023-10-18T18:14:52.804Z | Checking snafu v0.7.5 |
1888 | 2023-10-18T18:14:53.191Z | Checking linear-map v1.2.0 |
1889 | 2023-10-18T18:14:53.388Z | Compiling tiny-keccak v2.0.2 |
1890 | 2023-10-18T18:14:53.425Z | Checking trust-dns-client v0.22.0 |
1891 | 2023-10-18T18:14:53.706Z | Checking parking_lot v0.11.2 |
1892 | 2023-10-18T18:14:53.816Z | Compiling clang-sys v1.6.1 |
1893 | 2023-10-18T18:14:53.854Z | Checking aead v0.5.2 |
1894 | 2023-10-18T18:14:54.188Z | Compiling darling_core v0.14.4 |
1895 | 2023-10-18T18:14:54.207Z | Compiling prettyplease v0.2.12 |
1896 | 2023-10-18T18:14:54.478Z | Checking sled v0.34.7 |
1897 | 2023-10-18T18:14:54.642Z | Compiling ascii-canvas v3.0.0 |
1898 | 2023-10-18T18:14:55.419Z | Checking toml_edit v0.20.0 |
1899 | 2023-10-18T18:14:55.441Z | Checking trust-dns-server v0.22.1 |
1900 | 2023-10-18T18:14:55.876Z | Compiling const_format_proc_macros v0.2.31 |
1901 | 2023-10-18T18:14:55.903Z | Compiling ena v0.14.2 |
1902 | 2023-10-18T18:14:56.450Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1903 | 2023-10-18T18:14:56.574Z | Checking pretty-hex v0.3.0 |
1904 | 2023-10-18T18:14:56.820Z | Compiling diff v0.1.13 |
1905 | 2023-10-18T18:14:57.741Z | Compiling minimal-lexical v0.2.1 |
1906 | 2023-10-18T18:14:57.785Z | Compiling portable-atomic v1.4.3 |
1907 | 2023-10-18T18:14:57.806Z | Compiling lalrpop v0.19.12 |
1908 | 2023-10-18T18:14:58.606Z | Compiling nom v7.1.3 |
1909 | 2023-10-18T18:14:59.108Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1910 | 2023-10-18T18:14:59.337Z | Checking toml v0.8.0 |
1911 | 2023-10-18T18:14:59.763Z | Checking path-dedot v3.1.0 |
1912 | 2023-10-18T18:14:59.789Z | Compiling libloading v0.7.4 |
1913 | 2023-10-18T18:14:59.828Z | Compiling bindgen v0.65.1 |
1914 | 2023-10-18T18:14:59.999Z | Compiling ref-cast v1.0.20 |
1915 | 2023-10-18T18:15:00.553Z | Checking path-absolutize v3.1.0 |
1916 | 2023-10-18T18:15:01.686Z | Checking globset v0.4.13 |
1917 | 2023-10-18T18:15:02.549Z | Checking crossbeam-deque v0.8.3 |
1918 | 2023-10-18T18:15:03.084Z | Checking hashlink v0.8.3 |
1919 | 2023-10-18T18:15:03.187Z | Compiling darling_macro v0.14.4 |
1920 | 2023-10-18T18:15:03.403Z | Checking olpc-cjson v0.1.3 |
1921 | 2023-10-18T18:15:03.751Z | Checking serde_plain v1.0.2 |
1922 | 2023-10-18T18:15:03.874Z | Compiling which v4.4.0 |
1923 | 2023-10-18T18:15:04.038Z | Compiling ref-cast-impl v1.0.20 |
1924 | 2023-10-18T18:15:04.125Z | Compiling libxml v0.3.3 |
1925 | 2023-10-18T18:15:04.628Z | Compiling cexpr v0.6.0 |
1926 | 2023-10-18T18:15:04.679Z | Compiling darling v0.14.4 |
1927 | 2023-10-18T18:15:04.758Z | Compiling peeking_take_while v0.1.2 |
1928 | 2023-10-18T18:15:04.861Z | Compiling derive_builder_core v0.12.0 |
1929 | 2023-10-18T18:15:04.988Z | Compiling lazycell v1.3.0 |
1930 | 2023-10-18T18:15:05.149Z | Compiling shlex v1.1.0 |
1931 | 2023-10-18T18:15:05.250Z | Checking fallible-streaming-iterator v0.1.9 |
1932 | 2023-10-18T18:15:05.582Z | Compiling rustc-hash v1.1.0 |
1933 | 2023-10-18T18:15:05.607Z | Checking rusqlite v0.29.0 |
1934 | 2023-10-18T18:15:05.842Z | Checking tough v0.12.5 |
1935 | 2023-10-18T18:15:05.872Z | Checking twox-hash v1.6.3 |
1936 | 2023-10-18T18:15:06.615Z | Checking nix v0.26.2 |
1937 | 2023-10-18T18:15:08.622Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1938 | 2023-10-18T18:15:08.626Z | Compiling derive_builder_macro v0.12.0 |
1939 | 2023-10-18T18:15:09.106Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1940 | 2023-10-18T18:15:09.863Z | Checking ff v0.13.0 |
1941 | 2023-10-18T18:15:10.002Z | Compiling strum_macros v0.24.3 |
1942 | 2023-10-18T18:15:10.193Z | Checking signature v1.6.4 |
1943 | 2023-10-18T18:15:10.397Z | Checking display-error-chain v0.1.1 |
1944 | 2023-10-18T18:15:10.901Z | Compiling indoc v1.0.9 |
1945 | 2023-10-18T18:15:11.629Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1946 | 2023-10-18T18:15:12.142Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-10-18T18:15:12.888Z | Checking ed25519 v1.5.3 |
1948 | 2023-10-18T18:15:13.150Z | Checking group v0.13.0 |
1949 | 2023-10-18T18:15:14.813Z | Checking polyval v0.6.1 |
1950 | 2023-10-18T18:15:15.230Z | Checking num_enum v0.7.0 |
1951 | 2023-10-18T18:15:15.486Z | Checking aes v0.8.3 |
1952 | 2023-10-18T18:15:15.610Z | Checking ctr v0.9.2 |
1953 | 2023-10-18T18:15:15.806Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1954 | 2023-10-18T18:15:15.846Z | Checking crypto-bigint v0.5.2 |
1955 | 2023-10-18T18:15:16.069Z | Checking bincode v1.3.3 |
1956 | 2023-10-18T18:15:16.802Z | Compiling cookie v0.16.2 |
1957 | 2023-10-18T18:15:17.014Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1958 | 2023-10-18T18:15:17.659Z | Checking base16ct v0.2.0 |
1959 | 2023-10-18T18:15:18.191Z | Checking aes-gcm-siv v0.11.1 |
1960 | 2023-10-18T18:15:18.575Z | Checking steno v0.4.0 |
1961 | 2023-10-18T18:15:18.724Z | Checking elliptic-curve v0.13.5 |
1962 | 2023-10-18T18:15:19.069Z | Checking rayon v1.7.0 |
1963 | 2023-10-18T18:15:19.550Z | Checking thiserror-no-std v2.0.2 |
1964 | 2023-10-18T18:15:19.718Z | Checking poly1305 v0.8.0 |
1965 | 2023-10-18T18:15:20.421Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1966 | 2023-10-18T18:15:20.740Z | Checking env_logger v0.9.3 |
1967 | 2023-10-18T18:15:20.926Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1968 | 2023-10-18T18:15:21.322Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1969 | 2023-10-18T18:15:21.339Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1970 | 2023-10-18T18:15:21.651Z | Checking chacha20 v0.9.1 |
1971 | 2023-10-18T18:15:22.257Z | Checking serde-big-array v0.5.1 |
1972 | 2023-10-18T18:15:22.393Z | Checking serde-big-array v0.4.1 |
1973 | 2023-10-18T18:15:22.425Z | Compiling impl-trait-for-tuples v0.2.2 |
1974 | 2023-10-18T18:15:22.581Z | Compiling oso-derive v0.26.4 |
1975 | 2023-10-18T18:15:22.652Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1976 | 2023-10-18T18:15:23.214Z | Checking ascii v1.1.0 |
1977 | 2023-10-18T18:15:23.325Z | Checking ringbuffer v0.15.0 |
1978 | 2023-10-18T18:15:23.841Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1979 | 2023-10-18T18:15:23.956Z | Checking vsss-rs v3.3.1 |
1980 | 2023-10-18T18:15:24.167Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1981 | 2023-10-18T18:15:24.394Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1982 | 2023-10-18T18:15:25.370Z | Checking chacha20poly1305 v0.10.1 |
1983 | 2023-10-18T18:15:25.910Z | Checking bitstruct v0.1.1 |
1984 | 2023-10-18T18:15:26.106Z | Checking signal-hook-tokio v0.3.1 |
1985 | 2023-10-18T18:15:26.393Z | Checking tungstenite v0.20.1 |
1986 | 2023-10-18T18:15:27.258Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1987 | 2023-10-18T18:15:27.693Z | Checking serde_arrays v0.1.0 |
1988 | 2023-10-18T18:15:27.832Z | Checking corncobs v0.1.3 |
1989 | 2023-10-18T18:15:27.968Z | Checking tokio-tungstenite v0.20.1 |
1990 | 2023-10-18T18:15:28.139Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1991 | 2023-10-18T18:15:29.152Z | Checking assert_matches v1.5.0 |
1992 | 2023-10-18T18:15:30.479Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1993 | 2023-10-18T18:15:32.947Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1994 | 2023-10-18T18:15:34.365Z | Checking bcs v0.1.5 |
1995 | 2023-10-18T18:15:35.082Z | Checking highway v1.1.0 |
1996 | 2023-10-18T18:15:35.793Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1997 | 2023-10-18T18:15:37.446Z | Checking const_format v0.2.31 |
1998 | 2023-10-18T18:15:39.330Z | Checking ron v0.7.1 |
1999 | 2023-10-18T18:15:39.764Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2000 | 2023-10-18T18:15:41.354Z | Checking http-range v0.1.5 |
2001 | 2023-10-18T18:15:41.599Z | Checking bit_field v0.10.2 |
2002 | 2023-10-18T18:15:41.770Z | Checking hyper-staticfile v0.9.5 |
2003 | 2023-10-18T18:15:42.519Z | Compiling indoc v2.0.3 |
2004 | 2023-10-18T18:15:46.189Z | Checking derive_builder v0.12.0 |
2005 | 2023-10-18T18:15:49.434Z | Checking bb8 v0.8.1 |
2006 | 2023-10-18T18:15:49.627Z | Checking quick-xml v0.23.1 |
2007 | 2023-10-18T18:15:49.795Z | Checking bytesize v1.3.0 |
2008 | 2023-10-18T18:15:50.213Z | Checking number_prefix v0.4.0 |
2009 | 2023-10-18T18:15:50.512Z | Checking fs-err v2.9.0 |
2010 | 2023-10-18T18:15:51.382Z | Checking maplit v1.0.2 |
2011 | 2023-10-18T18:15:52.285Z | Checking indicatif v0.17.7 |
2012 | 2023-10-18T18:15:52.555Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2013 | 2023-10-18T18:15:54.169Z | Checking signal-hook-mio v0.2.3 |
2014 | 2023-10-18T18:15:55.095Z | Compiling vte_generate_state_changes v0.1.1 |
2015 | 2023-10-18T18:16:03.484Z | Checking yansi v0.5.1 |
2016 | 2023-10-18T18:16:04.220Z | Checking pretty_assertions v1.4.0 |
2017 | 2023-10-18T18:16:06.317Z | Checking crossterm v0.27.0 |
2018 | 2023-10-18T18:16:08.397Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2019 | 2023-10-18T18:16:08.880Z | Checking fatfs v0.3.6 |
2020 | 2023-10-18T18:16:09.219Z | Checking cassowary v0.3.0 |
2021 | 2023-10-18T18:16:09.426Z | Checking plotters-backend v0.3.5 |
2022 | 2023-10-18T18:16:09.871Z | Checking ratatui v0.23.0 |
2023 | 2023-10-18T18:16:10.021Z | Checking plotters-svg v0.3.5 |
2024 | 2023-10-18T18:16:12.427Z | Checking rtoolbox v0.0.1 |
2025 | 2023-10-18T18:16:13.224Z | Checking owo-colors v3.5.0 |
2026 | 2023-10-18T18:16:13.340Z | Checking cast v0.3.0 |
2027 | 2023-10-18T18:16:13.437Z | Checking remove_dir_all v0.5.3 |
2028 | 2023-10-18T18:16:13.588Z | Checking tempdir v0.3.7 |
2029 | 2023-10-18T18:16:13.759Z | Checking tui-tree-widget v0.13.0 |
2030 | 2023-10-18T18:16:13.854Z | Checking criterion-plot v0.5.0 |
2031 | 2023-10-18T18:16:14.180Z | Checking rpassword v7.2.0 |
2032 | 2023-10-18T18:16:14.415Z | Checking plotters v0.3.5 |
2033 | 2023-10-18T18:16:18.055Z | Checking tinytemplate v1.2.1 |
2034 | 2023-10-18T18:16:18.499Z | Checking anes v0.1.6 |
2035 | 2023-10-18T18:16:18.668Z | Checking os_str_bytes v6.5.1 |
2036 | 2023-10-18T18:16:18.854Z | Checking oorandom v11.1.3 |
2037 | 2023-10-18T18:16:19.092Z | Checking shell-words v1.1.0 |
2038 | 2023-10-18T18:16:19.235Z | Checking clap_lex v0.2.4 |
2039 | 2023-10-18T18:16:19.286Z | Checking criterion v0.5.1 |
2040 | 2023-10-18T18:16:25.546Z | Checking assert_cmd v2.0.12 |
2041 | 2023-10-18T18:16:25.702Z | Compiling clap_derive v3.2.25 |
2042 | 2023-10-18T18:16:25.989Z | Checking dashmap v5.5.1 |
2043 | 2023-10-18T18:16:26.866Z | Compiling serial_test_derive v0.10.0 |
2044 | 2023-10-18T18:16:27.971Z | Compiling crossbeam-queue v0.3.8 |
2045 | 2023-10-18T18:16:28.934Z | Checking serial_test v0.10.0 |
2046 | 2023-10-18T18:16:29.559Z | Checking vte v0.11.1 |
2047 | 2023-10-18T18:16:29.596Z | Checking threadpool v1.8.1 |
2048 | 2023-10-18T18:16:32.134Z | Checking strip-ansi-escapes v0.2.0 |
2049 | 2023-10-18T18:16:32.383Z | Checking crossterm v0.26.1 |
2050 | 2023-10-18T18:16:33.201Z | Compiling tabled_derive v0.6.0 |
2051 | 2023-10-18T18:16:33.347Z | Checking clap v3.2.25 |
2052 | 2023-10-18T18:16:33.853Z | Checking httptest v0.15.4 |
2053 | 2023-10-18T18:16:34.570Z | Checking similar-asserts v1.5.0 |
2054 | 2023-10-18T18:16:34.938Z | Checking fd-lock v3.0.13 |
2055 | 2023-10-18T18:16:35.044Z | Checking nanorand v0.7.0 |
2056 | 2023-10-18T18:16:35.113Z | Compiling rstest_macros v0.18.2 |
2057 | 2023-10-18T18:16:35.528Z | Checking nu-ansi-term v0.49.0 |
2058 | 2023-10-18T18:16:35.633Z | Checking flume v0.11.0 |
2059 | 2023-10-18T18:16:36.199Z | Checking reedline v0.23.0 |
2060 | 2023-10-18T18:16:38.909Z | Checking libtest-mimic v0.5.2 |
2061 | 2023-10-18T18:16:39.362Z | Compiling pin-project-internal v1.1.3 |
2062 | 2023-10-18T18:16:39.655Z | Checking datatest-stable v0.1.3 |
2063 | 2023-10-18T18:16:39.809Z | Compiling trybuild v1.0.85 |
2064 | 2023-10-18T18:16:39.972Z | Checking constant_time_eq v0.2.6 |
2065 | 2023-10-18T18:16:40.156Z | Checking arrayvec v0.7.4 |
2066 | 2023-10-18T18:16:40.174Z | Checking bytecount v0.6.3 |
2067 | 2023-10-18T18:16:40.267Z | Checking arrayref v0.3.7 |
2068 | 2023-10-18T18:16:40.361Z | Checking topological-sort v0.2.2 |
2069 | 2023-10-18T18:16:40.385Z | Compiling relative-path v1.9.0 |
2070 | 2023-10-18T18:16:40.685Z | Checking papergrid v0.10.0 |
2071 | 2023-10-18T18:16:40.763Z | Checking blake2b_simd v1.0.1 |
2072 | 2023-10-18T18:16:43.614Z | Checking basic-toml v0.1.4 |
2073 | 2023-10-18T18:16:44.044Z | Checking pin-project v1.1.3 |
2074 | 2023-10-18T18:16:44.362Z | Checking futures-timer v3.0.2 |
2075 | 2023-10-18T18:16:44.549Z | Checking constant_time_eq v0.3.0 |
2076 | 2023-10-18T18:16:44.739Z | Checking rust-argon2 v1.0.1 |
2077 | 2023-10-18T18:16:45.134Z | Checking partial-io v0.5.4 |
2078 | 2023-10-18T18:16:45.736Z | Checking tabled v0.14.0 |
2079 | 2023-10-18T18:16:47.085Z | Checking approx v0.5.1 |
2080 | 2023-10-18T18:16:47.202Z | Checking cargo-platform v0.1.3 |
2081 | 2023-10-18T18:16:47.444Z | Checking hex-literal v0.4.1 |
2082 | 2023-10-18T18:16:47.680Z | Checking cargo_metadata v0.18.0 |
2083 | 2023-10-18T18:16:50.005Z | Checking crossbeam v0.8.2 |
2084 | 2023-10-18T18:16:50.592Z | Checking cargo_toml v0.16.3 |
2085 | 2023-10-18T18:16:51.103Z | Checking termios v0.3.3 |
2086 | 2023-10-18T18:16:53.810Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2087 | 2023-10-18T18:16:54.669Z | Checking rstest v0.18.2 |
2088 | 2023-10-18T18:17:00.888Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2089 | 2023-10-18T18:17:14.330Z | Compiling bzip2 v0.4.4 |
2090 | 2023-10-18T18:17:14.810Z | Compiling zip v0.6.6 |
2091 | 2023-10-18T18:17:15.922Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2092 | 2023-10-18T18:17:15.983Z | Compiling polar-core v0.26.4 |
2093 | 2023-10-18T18:17:16.871Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2094 | 2023-10-18T18:17:17.513Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2023-10-18T18:17:17.585Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2096 | 2023-10-18T18:17:17.613Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2097 | 2023-10-18T18:17:17.765Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2098 | 2023-10-18T18:17:18.250Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2099 | 2023-10-18T18:17:18.871Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2100 | 2023-10-18T18:17:19.701Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2101 | 2023-10-18T18:17:20.151Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2102 | 2023-10-18T18:17:20.171Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2103 | 2023-10-18T18:17:20.259Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2104 | 2023-10-18T18:17:20.654Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2105 | 2023-10-18T18:17:22.640Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2106 | 2023-10-18T18:17:24.061Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2107 | 2023-10-18T18:17:24.699Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2108 | 2023-10-18T18:17:28.423Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2109 | 2023-10-18T18:17:35.437Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2110 | 2023-10-18T18:17:36.283Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2111 | 2023-10-18T18:17:38.911Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2112 | 2023-10-18T18:17:39.345Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2113 | 2023-10-18T18:17:39.955Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2023-10-18T18:17:40.730Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2023-10-18T18:17:41.112Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2116 | 2023-10-18T18:17:43.515Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2023-10-18T18:17:44.838Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2118 | 2023-10-18T18:17:47.342Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2119 | 2023-10-18T18:17:49.453Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2120 | 2023-10-18T18:17:50.893Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2121 | 2023-10-18T18:17:52.297Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2023-10-18T18:17:54.627Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2123 | 2023-10-18T18:18:03.047Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2124 | 2023-10-18T18:18:05.619Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2125 | 2023-10-18T18:18:07.214Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2126 | 2023-10-18T18:18:09.073Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2127 | 2023-10-18T18:18:09.509Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2023-10-18T18:18:09.925Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2023-10-18T18:18:09.950Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2130 | 2023-10-18T18:18:12.048Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2131 | 2023-10-18T18:18:13.074Z | Checking oso v0.26.4 |
2132 | 2023-10-18T18:18:16.435Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2133 | 2023-10-18T18:18:17.388Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2134 | 2023-10-18T18:18:20.224Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2135 | 2023-10-18T18:18:21.094Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2136 | 2023-10-18T18:18:22.435Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2137 | 2023-10-18T18:18:26.339Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2138 | 2023-10-18T18:18:26.873Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2139 | 2023-10-18T18:18:32.048Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2140 | 2023-10-18T18:18:34.840Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2141 | 2023-10-18T18:18:36.921Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2142 | 2023-10-18T18:18:37.500Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2143 | 2023-10-18T18:18:40.462Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2144 | 2023-10-18T18:18:46.248Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-10-18T18:18:46.487Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2146 | 2023-10-18T18:18:52.456Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2147 | 2023-10-18T18:18:54.810Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2148 | 2023-10-18T18:18:57.286Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2149 | 2023-10-18T18:19:08.674Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2150 | 2023-10-18T18:19:30.882Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2151 | 2023-10-18T18:19:44.513Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2152 | 2023-10-18T18:20:08.417Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2153 | 2023-10-18T18:20:47.339Z | Compiling git2 v0.17.2 |
2154 | 2023-10-18T18:20:56.260Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2155 | 2023-10-18T18:20:58.739Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2156 | 2023-10-18T18:21:11.574Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2157 | 2023-10-18T18:21:21.934Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2158 | 2023-10-18T18:21:22.267Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2159 | 2023-10-18T18:21:22.853Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2160 | 2023-10-18T18:21:24.355Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2161 | 2023-10-18T18:21:58.338Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2162 | 2023-10-18T18:23:19.071Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 14s |
2163 | 2023-10-18T18:23:19.301Z | |
2164 | 2023-10-18T18:23:19.304Z | real 14:20.134348328 |
2165 | 2023-10-18T18:23:19.308Z | user 1:24:07.130857981 |
2166 | 2023-10-18T18:23:19.311Z | sys 11:37.592073107 |
2167 | 2023-10-18T18:23:19.313Z | trap 3.029322384 |
2168 | 2023-10-18T18:23:19.316Z | tflt 4.961122861 |
2169 | 2023-10-18T18:23:19.319Z | dflt 5.703320325 |
2170 | 2023-10-18T18:23:19.322Z | kflt 0.022629154 |
2171 | 2023-10-18T18:23:19.325Z | lock 2:08:41.164516291 |
2172 | 2023-10-18T18:23:19.328Z | slp 4:42:40.438808694 |
2173 | 2023-10-18T18:23:19.331Z | lat 3:13.250738075 |
2174 | 2023-10-18T18:23:19.334Z | stop 8:48.909979251 |
2175 | 2023-10-18T18:23:19.336Z | process exited: duration 982253 ms, exit code 0 |
|
2176 | 2023-10-18T18:23:19.342Z | found 0 output files |