|
|
|
1 | 2023-10-18T23:18:25.403Z | job assigned to worker 01HD2H7DJTSH9HY5AVEG81EY5G (queued for 2 m 33 s) |
|
2 | 2023-10-18T23:18:26.257Z | starting task 0: "setup" |
3 | 2023-10-18T23:18:26.581Z | ++ uname -s |
4 | 2023-10-18T23:18:26.584Z | + kern=SunOS |
5 | 2023-10-18T23:18:26.588Z | + case "$kern" in |
6 | 2023-10-18T23:18:26.666Z | + groupadd -g 12345 build |
7 | 2023-10-18T23:18:26.677Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-18T23:18:28.604Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-18T23:18:28.688Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-18T23:18:28.692Z | + home_fs=zfs |
11 | 2023-10-18T23:18:28.696Z | + [[ zfs == autofs ]] |
12 | 2023-10-18T23:18:28.699Z | + mkdir -p /home/build |
13 | 2023-10-18T23:18:28.712Z | + chown build:build /home/build /work |
14 | 2023-10-18T23:18:30.696Z | + chmod 0700 /home/build /work |
15 | 2023-10-18T23:18:30.701Z | process exited: duration 4437 ms, exit code 0 |
|
16 | 2023-10-18T23:18:30.711Z | starting task 1: "rust-toolchain" |
17 | 2023-10-18T23:18:30.728Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-18T23:18:30.735Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-18T23:18:30.910Z | info: downloading installer |
20 | 2023-10-18T23:18:33.066Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-18T23:18:33.080Z | warning: /opt/ooce/bin |
22 | 2023-10-18T23:18:33.525Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-18T23:18:33.538Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-18T23:18:33.542Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-18T23:18:33.547Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-18T23:18:33.553Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-18T23:18:33.556Z | error: cannot install while Rust is installed |
28 | 2023-10-18T23:18:33.559Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-18T23:18:33.564Z | info: profile set to 'default' |
30 | 2023-10-18T23:18:33.566Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-18T23:18:33.569Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-18T23:18:33.574Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-18T23:18:33.589Z | info: downloading component 'cargo' |
34 | 2023-10-18T23:18:34.210Z | info: downloading component 'clippy' |
35 | 2023-10-18T23:18:34.460Z | info: downloading component 'rust-docs' |
36 | 2023-10-18T23:18:35.340Z | info: downloading component 'rust-std' |
37 | 2023-10-18T23:18:36.976Z | info: downloading component 'rustc' |
38 | 2023-10-18T23:18:40.819Z | info: downloading component 'rustfmt' |
39 | 2023-10-18T23:18:41.095Z | info: installing component 'cargo' |
40 | 2023-10-18T23:18:43.574Z | info: installing component 'clippy' |
41 | 2023-10-18T23:18:44.094Z | info: installing component 'rust-docs' |
42 | 2023-10-18T23:18:46.912Z | info: installing component 'rust-std' |
43 | 2023-10-18T23:18:50.898Z | info: installing component 'rustc' |
44 | 2023-10-18T23:19:01.242Z | info: installing component 'rustfmt' |
45 | 2023-10-18T23:19:02.090Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-18T23:19:02.094Z | |
47 | 2023-10-18T23:19:02.220Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-18T23:19:02.226Z | |
49 | 2023-10-18T23:19:02.238Z | |
50 | 2023-10-18T23:19:02.251Z | Rust is installed now. Great! |
51 | 2023-10-18T23:19:02.263Z | |
52 | 2023-10-18T23:19:02.281Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-18T23:19:02.292Z | environment variable. This has not been done automatically. |
54 | 2023-10-18T23:19:02.330Z | |
55 | 2023-10-18T23:19:02.337Z | To configure your current shell, run: |
56 | 2023-10-18T23:19:02.343Z | source "$HOME/.cargo/env" |
57 | 2023-10-18T23:19:02.348Z | + rustc --version |
58 | 2023-10-18T23:19:02.422Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-18T23:19:02.427Z | process exited: duration 31708 ms, exit code 0 |
|
60 | 2023-10-18T23:19:02.465Z | starting task 2: "authentication" |
61 | 2023-10-18T23:19:02.519Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-10-18T23:19:02.544Z | starting task 3: "clone repository" |
63 | 2023-10-18T23:19:02.567Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-18T23:19:02.582Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-18T23:19:02.785Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-18T23:19:09.308Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-18T23:19:09.311Z | + [[ -n artemis/crucible-set-primarycache ]] |
68 | 2023-10-18T23:19:09.314Z | + git fetch origin artemis/crucible-set-primarycache |
69 | 2023-10-18T23:19:09.639Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-18T23:19:09.642Z | * branch artemis/crucible-set-primarycache -> FETCH_HEAD |
71 | 2023-10-18T23:19:09.651Z | + git checkout -B artemis/crucible-set-primarycache remotes/origin/artemis/crucible-set-primarycache |
72 | 2023-10-18T23:19:09.742Z | Switched to a new branch 'artemis/crucible-set-primarycache' |
73 | 2023-10-18T23:19:09.751Z | branch 'artemis/crucible-set-primarycache' set up to track 'origin/artemis/crucible-set-primarycache'. |
74 | 2023-10-18T23:19:09.759Z | + git reset --hard d375210eb4f589382e419ed7f567baec7bedc860 |
75 | 2023-10-18T23:19:09.771Z | HEAD is now at d375210e untested, but I want to see how CI feels about it |
76 | 2023-10-18T23:19:09.782Z | process exited: duration 7209 ms, exit code 0 |
|
77 | 2023-10-18T23:19:09.800Z | starting task 4: "build" |
78 | 2023-10-18T23:19:09.813Z | + cargo --version |
79 | 2023-10-18T23:19:09.903Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-18T23:19:09.910Z | + rustc --version |
81 | 2023-10-18T23:19:10.006Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-18T23:19:10.013Z | + source ./env.sh |
83 | 2023-10-18T23:19:10.020Z | ++ set -o xtrace |
84 | 2023-10-18T23:19:10.028Z | ++++ dirname ./env.sh |
85 | 2023-10-18T23:19:10.033Z | +++ cd . |
86 | 2023-10-18T23:19:10.037Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-18T23:19:10.044Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-18T23:19:10.049Z | ++ 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-18T23:19:10.054Z | ++ 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-18T23:19:10.057Z | ++ 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-18T23:19:10.060Z | ++ 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-18T23:19:10.063Z | ++ 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-18T23:19:10.066Z | ++ 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-18T23:19:10.070Z | ++ unset OMICRON_WS |
95 | 2023-10-18T23:19:10.074Z | ++ set +o xtrace |
96 | 2023-10-18T23:19:10.140Z | |
97 | 2023-10-18T23:19:10.144Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-18T23:19:10.152Z | # # # # # # # # # # # # # # # |
99 | 2023-10-18T23:19:10.160Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-18T23:19:10.167Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-18T23:19:10.178Z | # # # # # # # # # # # # # # # |
102 | 2023-10-18T23:19:10.187Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-18T23:19:10.194Z | |
104 | 2023-10-18T23:19:20.667Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-18T23:19:21.503Z | Startup: Caching catalogs ... Done |
106 | 2023-10-18T23:19:25.765Z | Planning: Solver setup ... Done (4.004s) |
107 | 2023-10-18T23:19:25.869Z | Planning: Running solver ... Done (0.107s) |
108 | 2023-10-18T23:19:25.949Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-10-18T23:19:25.954Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-18T23:19:26.224Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-18T23:19:26.303Z | Planning: Package planning ... Done (0.079s) |
112 | 2023-10-18T23:19:26.387Z | Planning: Merging actions ... Done (0.085s) |
113 | 2023-10-18T23:19:27.116Z | Planning: Checking for conflicting actions ... Done (0.725s) |
114 | 2023-10-18T23:19:27.132Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-18T23:19:32.615Z | Planning: Evaluating mediators ... Done (5.484s) |
116 | 2023-10-18T23:19:32.639Z | Planning: Planning completed in 11.08 seconds |
117 | 2023-10-18T23:19:33.671Z | Packages to install: 4 |
118 | 2023-10-18T23:19:33.679Z | Mediators to change: 2 |
119 | 2023-10-18T23:19:33.684Z | Services to change: 1 |
120 | 2023-10-18T23:19:33.697Z | Estimated space available: 149.39 GB |
121 | 2023-10-18T23:19:33.707Z | Estimated space to be consumed: 1.36 GB |
122 | 2023-10-18T23:19:33.720Z | Create boot environment: No |
123 | 2023-10-18T23:19:33.736Z | Create backup boot environment: No |
124 | 2023-10-18T23:19:33.741Z | Rebuild boot archive: No |
125 | 2023-10-18T23:19:33.745Z | |
126 | 2023-10-18T23:19:33.748Z | Changed mediators: |
127 | 2023-10-18T23:19:33.752Z | mediator clang: |
128 | 2023-10-18T23:19:33.754Z | version: None -> 15 (system default) |
129 | 2023-10-18T23:19:33.757Z | |
130 | 2023-10-18T23:19:33.760Z | mediator llvm: |
131 | 2023-10-18T23:19:33.763Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-18T23:19:33.766Z | |
133 | 2023-10-18T23:19:33.769Z | Changed packages: |
134 | 2023-10-18T23:19:33.772Z | helios-dev |
135 | 2023-10-18T23:19:33.775Z | developer/build-essential |
136 | 2023-10-18T23:19:33.779Z | None -> 11-2.0 |
137 | 2023-10-18T23:19:33.782Z | library/libxmlsec1 |
138 | 2023-10-18T23:19:33.788Z | None -> 1.2.35-2.0 |
139 | 2023-10-18T23:19:33.791Z | ooce/developer/clang-15 |
140 | 2023-10-18T23:19:33.794Z | None -> 15.0.7-2.0 |
141 | 2023-10-18T23:19:33.797Z | ooce/developer/llvm-15 |
142 | 2023-10-18T23:19:33.800Z | None -> 15.0.7-2.0 |
143 | 2023-10-18T23:19:33.820Z | |
144 | 2023-10-18T23:19:33.835Z | Services: |
145 | 2023-10-18T23:19:33.838Z | restart_fmri: |
146 | 2023-10-18T23:19:33.843Z | svc:/system/update-man-index:default |
147 | 2023-10-18T23:19:34.018Z | |
148 | 2023-10-18T23:19:34.050Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-18T23:19:39.636Z | Download: 1198/3290 items 79.3/212.6MB 37% complete (16.1M/s) |
150 | 2023-10-18T23:19:45.348Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (13.2M/s) |
151 | 2023-10-18T23:19:50.381Z | Download: 3243/3290 items 188.7/212.6MB 88% complete (10.3M/s) |
152 | 2023-10-18T23:19:55.680Z | Download: 3286/3290 items 211.4/212.6MB 99% complete (9.5M/s) |
153 | 2023-10-18T23:19:56.209Z | Download: Completed 212.60 MB in 21.79 seconds (9.8M/s) |
154 | 2023-10-18T23:19:56.211Z | Actions: 1/3687 actions (Installing new actions) |
155 | 2023-10-18T23:20:01.992Z | Actions: 2100/3687 actions (Installing new actions) |
156 | 2023-10-18T23:20:04.308Z | Actions: Completed 3687 actions in 8.19 seconds. |
157 | 2023-10-18T23:20:04.393Z | Done (0.076s) |
158 | 2023-10-18T23:20:04.399Z | Done (0.000s) |
159 | 2023-10-18T23:20:04.577Z | Done (0.183s) |
160 | 2023-10-18T23:20:12.188Z | Done (7.505s) |
161 | 2023-10-18T23:20:12.433Z | Done (0.142s) |
162 | 2023-10-18T23:20:12.436Z | Done (0.000s) |
163 | 2023-10-18T23:20:12.658Z | Done (0.000s) |
164 | 2023-10-18T23:20:13.344Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-18T23:20:13.604Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-18T23:20:13.607Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-18T23:20:14.035Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-18T23:20:14.038Z | Planning: Planning completed in 0.71 seconds |
169 | 2023-10-18T23:20:14.089Z | Mediators to change: 2 |
170 | 2023-10-18T23:20:14.092Z | Create boot environment: No |
171 | 2023-10-18T23:20:14.095Z | Create backup boot environment: No |
172 | 2023-10-18T23:20:14.190Z | Done |
173 | 2023-10-18T23:20:14.203Z | Done |
174 | 2023-10-18T23:20:14.289Z | Done |
175 | 2023-10-18T23:20:20.106Z | Done |
176 | 2023-10-18T23:20:20.226Z | Done |
177 | 2023-10-18T23:20:20.232Z | Done |
178 | 2023-10-18T23:20:20.340Z | Done |
179 | 2023-10-18T23:20:21.355Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-10-18T23:20:21.360Z | Planning: Merging actions ... Done |
181 | 2023-10-18T23:20:21.677Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-10-18T23:20:21.680Z | Planning: Consolidating action changes ... Done |
183 | 2023-10-18T23:20:22.108Z | Planning: Evaluating mediators ... Done |
184 | 2023-10-18T23:20:22.199Z | Planning: Planning completed in 1.29 seconds |
185 | 2023-10-18T23:20:22.255Z | Packages to change: 1 |
186 | 2023-10-18T23:20:22.258Z | Mediators to change: 1 |
187 | 2023-10-18T23:20:22.263Z | Services to change: 1 |
188 | 2023-10-18T23:20:22.266Z | Create boot environment: No |
189 | 2023-10-18T23:20:22.269Z | Create backup boot environment: Yes |
190 | 2023-10-18T23:20:24.229Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2023-10-18T23:20:24.235Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2023-10-18T23:20:24.238Z | Done |
193 | 2023-10-18T23:20:24.242Z | Done |
194 | 2023-10-18T23:20:24.277Z | Done |
195 | 2023-10-18T23:20:30.057Z | Done |
196 | 2023-10-18T23:20:30.167Z | Done |
197 | 2023-10-18T23:20:30.170Z | Done |
198 | 2023-10-18T23:20:30.262Z | Done |
199 | 2023-10-18T23:20:30.926Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2023-10-18T23:20:30.930Z | clang system 15 system |
201 | 2023-10-18T23:20:30.933Z | csh system system illumos |
202 | 2023-10-18T23:20:30.935Z | ctags system system illumos |
203 | 2023-10-18T23:20:30.938Z | gcc vendor 12 vendor |
204 | 2023-10-18T23:20:30.942Z | gcc system 10 system |
205 | 2023-10-18T23:20:30.945Z | gcc system 7 system |
206 | 2023-10-18T23:20:30.948Z | go system 1.20 system |
207 | 2023-10-18T23:20:30.951Z | go system 1.19 system |
208 | 2023-10-18T23:20:30.954Z | llvm system 15 system |
209 | 2023-10-18T23:20:30.957Z | llvm system 14 system |
210 | 2023-10-18T23:20:30.960Z | mariadb system 10.6 system |
211 | 2023-10-18T23:20:30.963Z | mta vendor vendor dma |
212 | 2023-10-18T23:20:30.966Z | openjdk system 17 system |
213 | 2023-10-18T23:20:30.969Z | openjdk system 11 system |
214 | 2023-10-18T23:20:30.973Z | openjdk system 1.8 system |
215 | 2023-10-18T23:20:30.976Z | openssl vendor 3 vendor |
216 | 2023-10-18T23:20:30.979Z | perl system 5.36 system |
217 | 2023-10-18T23:20:30.982Z | postgresql system 15 system |
218 | 2023-10-18T23:20:30.987Z | postgresql system 13 system |
219 | 2023-10-18T23:20:30.990Z | python vendor 3 vendor |
220 | 2023-10-18T23:20:30.993Z | python system 2 system |
221 | 2023-10-18T23:20:30.996Z | python3 system 3.11 system |
222 | 2023-10-18T23:20:30.999Z | ruby system 3.0 system |
223 | 2023-10-18T23:20:31.002Z | words vendor vendor american-english |
224 | 2023-10-18T23:20:31.006Z | words system system australian-english |
225 | 2023-10-18T23:20:31.009Z | words system system british-english |
226 | 2023-10-18T23:20:31.012Z | words system system canadian-english |
227 | 2023-10-18T23:20:31.015Z | words system system french |
228 | 2023-10-18T23:20:31.018Z | words system system italian |
229 | 2023-10-18T23:20:31.021Z | words system system ngerman |
230 | 2023-10-18T23:20:31.024Z | words system system ogerman |
231 | 2023-10-18T23:20:31.027Z | words system system spanish |
232 | 2023-10-18T23:20:31.451Z | FMRI IFO |
233 | 2023-10-18T23:20:31.454Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2023-10-18T23:20:31.457Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2023-10-18T23:20:31.461Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2023-10-18T23:20:31.464Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2023-10-18T23:20:31.467Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2023-10-18T23:20:31.470Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2023-10-18T23:20:31.525Z | + set -o errexit |
240 | 2023-10-18T23:20:31.530Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2023-10-18T23:20:31.533Z | ++ cd ./tools |
242 | 2023-10-18T23:20:31.538Z | ++ pwd |
243 | 2023-10-18T23:20:31.542Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2023-10-18T23:20:31.545Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2023-10-18T23:20:31.548Z | + ARG0=ci_download_cockroachdb |
246 | 2023-10-18T23:20:31.551Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2023-10-18T23:20:31.554Z | + CIDL_VERSION=v22.1.9 |
248 | 2023-10-18T23:20:31.557Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2023-10-18T23:20:31.560Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2023-10-18T23:20:31.567Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2023-10-18T23:20:31.570Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-18T23:20:31.574Z | + TARGET_DIR=out |
253 | 2023-10-18T23:20:31.577Z | + DOWNLOAD_DIR=out/downloads |
254 | 2023-10-18T23:20:31.581Z | + DEST_DIR=./out/cockroachdb |
255 | 2023-10-18T23:20:31.584Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2023-10-18T23:20:31.587Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2023-10-18T23:20:31.591Z | + main |
258 | 2023-10-18T23:20:31.595Z | + [[ 0 != 0 ]] |
259 | 2023-10-18T23:20:31.598Z | + CIDL_OS=solaris2.11 |
260 | 2023-10-18T23:20:31.601Z | + [[ 0 != 0 ]] |
261 | 2023-10-18T23:20:31.604Z | + configure_os solaris2.11 |
262 | 2023-10-18T23:20:31.607Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2023-10-18T23:20:31.610Z | current directory: /work/oxidecomputer/omicron |
264 | 2023-10-18T23:20:31.613Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2023-10-18T23:20:31.616Z | configuring based on OS: "solaris2.11" |
266 | 2023-10-18T23:20:31.620Z | + case "$1" in |
267 | 2023-10-18T23:20:31.623Z | + CIDL_BUILD=illumos |
268 | 2023-10-18T23:20:31.626Z | + CIDL_SUFFIX=tar.gz |
269 | 2023-10-18T23:20:31.628Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-10-18T23:20:31.632Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2023-10-18T23:20:31.634Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2023-10-18T23:20:31.637Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2023-10-18T23:20:31.640Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2023-10-18T23:20:31.644Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-18T23:20:31.647Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-18T23:20:31.649Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2023-10-18T23:20:31.652Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-18T23:20:31.655Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-10-18T23:20:31.658Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-18T23:20:31.661Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-10-18T23:20:31.664Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-18T23:20:31.667Z | + mkdir -p out/downloads |
283 | 2023-10-18T23:20:31.670Z | + mkdir -p ./out/cockroachdb |
284 | 2023-10-18T23:20:31.674Z | + local DO_DOWNLOAD=true |
285 | 2023-10-18T23:20:31.677Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2023-10-18T23:20:31.680Z | + '[' true == true ']' |
287 | 2023-10-18T23:20:31.683Z | + echo Downloading... |
288 | 2023-10-18T23:20:31.687Z | Downloading... |
289 | 2023-10-18T23:20:31.690Z | + 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-18T23:20:31.693Z | + 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-18T23:20:35.332Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-10-18T23:20:35.335Z | ++ md5sum |
293 | 2023-10-18T23:20:35.338Z | ++ awk '{print $1}' |
294 | 2023-10-18T23:20:35.530Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-10-18T23:20:35.534Z | + [[ 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-18T23:20:35.537Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-10-18T23:20:35.540Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2023-10-18T23:20:38.862Z | + do_assemble_illumos |
299 | 2023-10-18T23:20:38.869Z | + rm -r ./out/cockroachdb |
300 | 2023-10-18T23:20:38.876Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2023-10-18T23:20:39.522Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2023-10-18T23:20:39.830Z | Build Tag: v22.1.9-dirty |
303 | 2023-10-18T23:20:39.837Z | Build Time: 2022/10/26 21:17:46 |
304 | 2023-10-18T23:20:39.842Z | Distribution: OSS |
305 | 2023-10-18T23:20:39.845Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2023-10-18T23:20:39.851Z | Go Version: go1.17.13 |
307 | 2023-10-18T23:20:39.855Z | C Compiler: gcc 10.3.0 |
308 | 2023-10-18T23:20:39.860Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2023-10-18T23:20:39.863Z | Build Type: release |
310 | 2023-10-18T23:20:39.867Z | + set -o errexit |
311 | 2023-10-18T23:20:39.870Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2023-10-18T23:20:39.873Z | ++ cd ./tools |
313 | 2023-10-18T23:20:39.876Z | ++ pwd |
314 | 2023-10-18T23:20:39.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2023-10-18T23:20:39.887Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2023-10-18T23:20:39.890Z | + ARG0=ci_download_clickhouse |
317 | 2023-10-18T23:20:39.895Z | + TARGET_DIR=out |
318 | 2023-10-18T23:20:39.900Z | + DOWNLOAD_DIR=out/downloads |
319 | 2023-10-18T23:20:39.903Z | + DEST_DIR=./out/clickhouse |
320 | 2023-10-18T23:20:39.909Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2023-10-18T23:20:39.912Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-10-18T23:20:39.915Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2023-10-18T23:20:39.919Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2023-10-18T23:20:39.922Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-10-18T23:20:39.925Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2023-10-18T23:20:39.928Z | + main |
327 | 2023-10-18T23:20:39.931Z | + [[ 0 != 0 ]] |
328 | 2023-10-18T23:20:39.934Z | + CIDL_OS=solaris2.11 |
329 | 2023-10-18T23:20:39.937Z | + [[ 0 != 0 ]] |
330 | 2023-10-18T23:20:39.941Z | + configure_os solaris2.11 |
331 | 2023-10-18T23:20:39.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2023-10-18T23:20:39.947Z | current directory: /work/oxidecomputer/omicron |
333 | 2023-10-18T23:20:39.950Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2023-10-18T23:20:39.953Z | configuring based on OS: "solaris2.11" |
335 | 2023-10-18T23:20:39.955Z | + CIDL_DASHREV= |
336 | 2023-10-18T23:20:39.958Z | + case "$1" in |
337 | 2023-10-18T23:20:39.961Z | + CIDL_PLATFORM=illumos |
338 | 2023-10-18T23:20:39.964Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-18T23:20:39.966Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2023-10-18T23:20:39.969Z | + CIDL_DASHREV=-1 |
341 | 2023-10-18T23:20:39.972Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2023-10-18T23:20:39.975Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-18T23:20:39.978Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-18T23:20:39.980Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-18T23:20:39.983Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-10-18T23:20:39.986Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-18T23:20:39.989Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-10-18T23:20:39.993Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-18T23:20:39.996Z | + mkdir -p out/downloads |
350 | 2023-10-18T23:20:39.999Z | + mkdir -p ./out/clickhouse |
351 | 2023-10-18T23:20:41.013Z | + local DO_DOWNLOAD=true |
352 | 2023-10-18T23:20:41.024Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-10-18T23:20:41.037Z | + '[' true == true ']' |
354 | 2023-10-18T23:20:41.051Z | + echo Downloading... |
355 | 2023-10-18T23:20:41.057Z | Downloading... |
356 | 2023-10-18T23:20:41.061Z | + 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-18T23:20:41.064Z | + 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-18T23:20:42.435Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-10-18T23:20:42.449Z | ++ md5sum |
360 | 2023-10-18T23:20:42.453Z | ++ awk '{print $1}' |
361 | 2023-10-18T23:20:42.701Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-10-18T23:20:42.711Z | + [[ 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-18T23:20:42.717Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2023-10-18T23:20:42.723Z | + mkdir -p ./out/clickhouse |
365 | 2023-10-18T23:20:42.732Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2023-10-18T23:20:47.509Z | + ./out/clickhouse/clickhouse server --version |
367 | 2023-10-18T23:20:47.561Z | ClickHouse server version 22.8.9.1. |
368 | 2023-10-18T23:20:47.584Z | + set -o errexit |
369 | 2023-10-18T23:20:47.588Z | +++ dirname ./tools/ci_download_console |
370 | 2023-10-18T23:20:47.592Z | ++ cd ./tools |
371 | 2023-10-18T23:20:47.596Z | ++ pwd |
372 | 2023-10-18T23:20:47.600Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2023-10-18T23:20:47.603Z | ++ basename ./tools/ci_download_console |
374 | 2023-10-18T23:20:47.607Z | + ARG0=ci_download_console |
375 | 2023-10-18T23:20:47.613Z | + TARGET_DIR=out |
376 | 2023-10-18T23:20:47.616Z | + DOWNLOAD_DIR=out/downloads |
377 | 2023-10-18T23:20:47.623Z | + DEST_DIR=./out/console-assets |
378 | 2023-10-18T23:20:47.626Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2023-10-18T23:20:47.631Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
380 | 2023-10-18T23:20:47.652Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
381 | 2023-10-18T23:20:47.656Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
382 | 2023-10-18T23:20:47.659Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2023-10-18T23:20:47.662Z | + main |
384 | 2023-10-18T23:20:47.665Z | + [[ 0 != 0 ]] |
385 | 2023-10-18T23:20:47.668Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
386 | 2023-10-18T23:20:47.675Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
387 | 2023-10-18T23:20:47.682Z | Local file: out/downloads/console.tar.gz |
388 | 2023-10-18T23:20:47.685Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-10-18T23:20:47.688Z | + local DO_DOWNLOAD=true |
390 | 2023-10-18T23:20:47.692Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2023-10-18T23:20:47.695Z | + mkdir -p out/downloads |
392 | 2023-10-18T23:20:47.699Z | + '[' true == true ']' |
393 | 2023-10-18T23:20:47.703Z | + echo Downloading... |
394 | 2023-10-18T23:20:47.706Z | Downloading... |
395 | 2023-10-18T23:20:47.709Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
396 | 2023-10-18T23:20:47.713Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
397 | 2023-10-18T23:20:48.165Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2023-10-18T23:20:48.168Z | ++ case "$OSTYPE" in |
399 | 2023-10-18T23:20:48.171Z | ++ SHA=sha256sum |
400 | 2023-10-18T23:20:48.174Z | ++ sha256sum |
401 | 2023-10-18T23:20:48.177Z | ++ awk '{print $1}' |
402 | 2023-10-18T23:20:48.190Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
403 | 2023-10-18T23:20:48.194Z | + [[ 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-18T23:20:48.197Z | + rm -rf ./out/console-assets |
405 | 2023-10-18T23:20:48.203Z | + mkdir -p ./out/console-assets |
406 | 2023-10-18T23:20:48.205Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2023-10-18T23:20:48.208Z | + mkdir -p ./out/console-assets |
408 | 2023-10-18T23:20:48.211Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2023-10-18T23:20:48.335Z | + set -o errexit |
410 | 2023-10-18T23:20:48.340Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2023-10-18T23:20:48.343Z | ++ cd ./tools |
412 | 2023-10-18T23:20:48.346Z | ++ pwd |
413 | 2023-10-18T23:20:48.348Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2023-10-18T23:20:48.351Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2023-10-18T23:20:48.355Z | + ARG0=ci_download_maghemite_openapi |
416 | 2023-10-18T23:20:48.358Z | + TARGET_DIR=out |
417 | 2023-10-18T23:20:48.361Z | + DOWNLOAD_DIR=out/downloads |
418 | 2023-10-18T23:20:48.364Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
419 | 2023-10-18T23:20:48.367Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
420 | 2023-10-18T23:20:48.369Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-18T23:20:48.372Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
422 | 2023-10-18T23:20:48.375Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-18T23:20:48.378Z | + main |
424 | 2023-10-18T23:20:48.381Z | + [[ 0 != 0 ]] |
425 | 2023-10-18T23:20:48.384Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
426 | 2023-10-18T23:20:48.386Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
427 | 2023-10-18T23:20:48.389Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
428 | 2023-10-18T23:20:48.392Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-18T23:20:48.395Z | + local DO_DOWNLOAD=true |
430 | 2023-10-18T23:20:48.398Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
431 | 2023-10-18T23:20:48.401Z | + mkdir -p out/downloads |
432 | 2023-10-18T23:20:48.404Z | + '[' true == true ']' |
433 | 2023-10-18T23:20:48.407Z | + echo Downloading... |
434 | 2023-10-18T23:20:48.410Z | Downloading... |
435 | 2023-10-18T23:20:48.412Z | + 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-18T23:20:48.417Z | + 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-18T23:20:48.541Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
438 | 2023-10-18T23:20:48.574Z | ++ case "$OSTYPE" in |
439 | 2023-10-18T23:20:48.579Z | ++ SHA=sha256sum |
440 | 2023-10-18T23:20:48.583Z | ++ sha256sum |
441 | 2023-10-18T23:20:48.591Z | ++ awk '{print $1}' |
442 | 2023-10-18T23:20:48.595Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
443 | 2023-10-18T23:20:48.599Z | + [[ 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-18T23:20:48.603Z | + set -o errexit |
445 | 2023-10-18T23:20:48.607Z | +++ dirname ./tools/ci_download_dendrite_openapi |
446 | 2023-10-18T23:20:48.611Z | ++ cd ./tools |
447 | 2023-10-18T23:20:48.615Z | ++ pwd |
448 | 2023-10-18T23:20:48.618Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
449 | 2023-10-18T23:20:48.621Z | ++ basename ./tools/ci_download_dendrite_openapi |
450 | 2023-10-18T23:20:48.624Z | + ARG0=ci_download_dendrite_openapi |
451 | 2023-10-18T23:20:48.627Z | + TARGET_DIR=out |
452 | 2023-10-18T23:20:48.630Z | + DOWNLOAD_DIR=out/downloads |
453 | 2023-10-18T23:20:48.634Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2023-10-18T23:20:48.637Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
455 | 2023-10-18T23:20:48.640Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
456 | 2023-10-18T23:20:48.643Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
457 | 2023-10-18T23:20:48.646Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
458 | 2023-10-18T23:20:48.649Z | + main |
459 | 2023-10-18T23:20:48.652Z | + [[ 0 != 0 ]] |
460 | 2023-10-18T23:20:48.655Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
461 | 2023-10-18T23:20:48.659Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
462 | 2023-10-18T23:20:48.662Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
463 | 2023-10-18T23:20:48.667Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
464 | 2023-10-18T23:20:48.670Z | + local DO_DOWNLOAD=true |
465 | 2023-10-18T23:20:48.675Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
466 | 2023-10-18T23:20:48.680Z | + mkdir -p out/downloads |
467 | 2023-10-18T23:20:48.683Z | + '[' true == true ']' |
468 | 2023-10-18T23:20:48.687Z | + echo Downloading... |
469 | 2023-10-18T23:20:48.690Z | Downloading... |
470 | 2023-10-18T23:20:48.693Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
471 | 2023-10-18T23:20:48.695Z | + 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-18T23:20:48.748Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
473 | 2023-10-18T23:20:48.753Z | ++ case "$OSTYPE" in |
474 | 2023-10-18T23:20:48.757Z | ++ SHA=sha256sum |
475 | 2023-10-18T23:20:48.761Z | ++ sha256sum |
476 | 2023-10-18T23:20:48.765Z | ++ awk '{print $1}' |
477 | 2023-10-18T23:20:48.768Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
478 | 2023-10-18T23:20:48.773Z | + [[ 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-18T23:20:48.777Z | + set -o errexit |
480 | 2023-10-18T23:20:48.781Z | +++ dirname ./tools/ci_download_dendrite_stub |
481 | 2023-10-18T23:20:48.784Z | ++ cd ./tools |
482 | 2023-10-18T23:20:48.789Z | ++ pwd |
483 | 2023-10-18T23:20:48.793Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-10-18T23:20:48.801Z | ++ basename ./tools/ci_download_dendrite_stub |
485 | 2023-10-18T23:20:48.805Z | + ARG0=ci_download_dendrite_stub |
486 | 2023-10-18T23:20:48.809Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
487 | 2023-10-18T23:20:48.814Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
488 | 2023-10-18T23:20:48.822Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
489 | 2023-10-18T23:20:48.830Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
490 | 2023-10-18T23:20:48.837Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2023-10-18T23:20:48.842Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
492 | 2023-10-18T23:20:48.849Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
493 | 2023-10-18T23:20:48.855Z | + TARGET_DIR=out |
494 | 2023-10-18T23:20:48.859Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-10-18T23:20:48.863Z | + DEST_DIR=./out/dendrite-stub |
496 | 2023-10-18T23:20:48.869Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
497 | 2023-10-18T23:20:48.879Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
498 | 2023-10-18T23:20:48.888Z | + REPO=oxidecomputer/dendrite |
499 | 2023-10-18T23:20:48.897Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
500 | 2023-10-18T23:20:48.906Z | + main |
501 | 2023-10-18T23:20:48.910Z | + [[ 0 != 0 ]] |
502 | 2023-10-18T23:20:48.914Z | + CIDL_OS=solaris2.11 |
503 | 2023-10-18T23:20:48.919Z | + [[ 0 != 0 ]] |
504 | 2023-10-18T23:20:48.924Z | + configure_os solaris2.11 |
505 | 2023-10-18T23:20:48.928Z | + echo 'current directory: /work/oxidecomputer/omicron' |
506 | 2023-10-18T23:20:48.932Z | current directory: /work/oxidecomputer/omicron |
507 | 2023-10-18T23:20:48.936Z | + echo 'configuring based on OS: "solaris2.11"' |
508 | 2023-10-18T23:20:48.941Z | configuring based on OS: "solaris2.11" |
509 | 2023-10-18T23:20:48.946Z | + case "$1" in |
510 | 2023-10-18T23:20:48.950Z | + SET_BINARIES= |
511 | 2023-10-18T23:20:48.959Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
512 | 2023-10-18T23:20:48.963Z | + CIDL_SHA256FUNC=do_sha256sum |
513 | 2023-10-18T23:20:48.969Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
514 | 2023-10-18T23:20:48.974Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
515 | 2023-10-18T23:20:48.978Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-18T23:20:48.982Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
517 | 2023-10-18T23:20:48.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
518 | 2023-10-18T23:20:48.991Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
519 | 2023-10-18T23:20:48.995Z | Local file: out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-18T23:20:49.000Z | + mkdir -p out/downloads |
521 | 2023-10-18T23:20:49.005Z | + mkdir -p ./out/dendrite-stub |
522 | 2023-10-18T23:20:49.009Z | + fetch_and_verify |
523 | 2023-10-18T23:20:49.013Z | + local DO_DOWNLOAD=true |
524 | 2023-10-18T23:20:49.016Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
525 | 2023-10-18T23:20:49.020Z | + '[' true == true ']' |
526 | 2023-10-18T23:20:49.024Z | + echo Downloading... |
527 | 2023-10-18T23:20:49.028Z | Downloading... |
528 | 2023-10-18T23:20:49.032Z | + 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-18T23:20:49.036Z | + 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-18T23:20:56.431Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
531 | 2023-10-18T23:20:56.437Z | ++ sha256sum |
532 | 2023-10-18T23:20:56.441Z | ++ awk '{print $1}' |
533 | 2023-10-18T23:20:56.446Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
534 | 2023-10-18T23:20:56.451Z | + [[ 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-18T23:20:56.458Z | + do_untar out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-18T23:20:56.464Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
537 | 2023-10-18T23:20:57.352Z | + do_assemble |
538 | 2023-10-18T23:20:57.355Z | + rm -r ./out/dendrite-stub |
539 | 2023-10-18T23:20:57.358Z | + mkdir ./out/dendrite-stub |
540 | 2023-10-18T23:20:57.360Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
541 | 2023-10-18T23:20:57.468Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
542 | 2023-10-18T23:20:57.480Z | + set -o errexit |
543 | 2023-10-18T23:20:57.483Z | +++ dirname ./tools/ci_download_transceiver_control |
544 | 2023-10-18T23:20:57.486Z | ++ cd ./tools |
545 | 2023-10-18T23:20:57.489Z | ++ pwd |
546 | 2023-10-18T23:20:57.492Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
547 | 2023-10-18T23:20:57.495Z | ++ basename ./tools/ci_download_transceiver_control |
548 | 2023-10-18T23:20:57.498Z | + ARG0=ci_download_transceiver_control |
549 | 2023-10-18T23:20:57.501Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
550 | 2023-10-18T23:20:57.503Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
551 | 2023-10-18T23:20:57.506Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
552 | 2023-10-18T23:20:57.510Z | + TARGET_DIR=out |
553 | 2023-10-18T23:20:57.514Z | + DOWNLOAD_DIR=out/downloads |
554 | 2023-10-18T23:20:57.517Z | + DEST_DIR=./out/transceiver-control |
555 | 2023-10-18T23:20:57.520Z | + BIN_DIR=/opt/oxide/bin |
556 | 2023-10-18T23:20:57.523Z | + BINARY=xcvradm |
557 | 2023-10-18T23:20:57.525Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2023-10-18T23:20:57.528Z | + REPO=oxidecomputer/transceiver-control |
559 | 2023-10-18T23:20:57.531Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
560 | 2023-10-18T23:20:57.533Z | + main |
561 | 2023-10-18T23:20:57.536Z | + [[ 0 != 0 ]] |
562 | 2023-10-18T23:20:57.538Z | + CIDL_OS=solaris2.11 |
563 | 2023-10-18T23:20:57.541Z | + [[ 0 != 0 ]] |
564 | 2023-10-18T23:20:57.544Z | + configure_os solaris2.11 |
565 | 2023-10-18T23:20:57.548Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2023-10-18T23:20:57.551Z | current directory: /work/oxidecomputer/omicron |
567 | 2023-10-18T23:20:57.553Z | configuring based on OS: "solaris2.11" |
568 | 2023-10-18T23:20:57.556Z | + echo 'configuring based on OS: "solaris2.11"' |
569 | 2023-10-18T23:20:57.559Z | + case "$1" in |
570 | 2023-10-18T23:20:57.562Z | + SET_BINARIES= |
571 | 2023-10-18T23:20:57.565Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-18T23:20:57.568Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2023-10-18T23:20:57.571Z | + ARCHIVE_FILENAME=xcvradm.gz |
574 | 2023-10-18T23:20:57.574Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
575 | 2023-10-18T23:20:57.577Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
576 | 2023-10-18T23:20:57.581Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
577 | 2023-10-18T23:20:57.585Z | + echo 'Local file: out/downloads/xcvradm.gz' |
578 | 2023-10-18T23:20:57.588Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
579 | 2023-10-18T23:20:57.594Z | Local file: out/downloads/xcvradm.gz |
580 | 2023-10-18T23:20:57.597Z | + mkdir -p out/downloads |
581 | 2023-10-18T23:20:57.600Z | + mkdir -p ./out/transceiver-control |
582 | 2023-10-18T23:20:57.603Z | + fetch_and_verify |
583 | 2023-10-18T23:20:57.609Z | + local DO_DOWNLOAD=true |
584 | 2023-10-18T23:20:57.616Z | + [[ -f out/downloads/xcvradm.gz ]] |
585 | 2023-10-18T23:20:57.629Z | + '[' true == true ']' |
586 | 2023-10-18T23:20:57.636Z | + echo Downloading... |
587 | 2023-10-18T23:20:57.643Z | Downloading... |
588 | 2023-10-18T23:20:57.656Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
589 | 2023-10-18T23:20:57.667Z | + 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-18T23:20:59.554Z | ++ do_sha256sum out/downloads/xcvradm.gz |
591 | 2023-10-18T23:20:59.569Z | ++ sha256sum |
592 | 2023-10-18T23:20:59.575Z | ++ awk '{print $1}' |
593 | 2023-10-18T23:20:59.578Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2023-10-18T23:20:59.581Z | + [[ 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-18T23:20:59.584Z | + do_unpack out/downloads/xcvradm.gz |
596 | 2023-10-18T23:20:59.587Z | + mkdir -p out/downloads/root//opt/oxide/bin |
597 | 2023-10-18T23:20:59.591Z | + gzip -dc out/downloads/xcvradm.gz |
598 | 2023-10-18T23:20:59.753Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
599 | 2023-10-18T23:20:59.756Z | + do_assemble |
600 | 2023-10-18T23:20:59.759Z | + rm -r ./out/transceiver-control |
601 | 2023-10-18T23:20:59.762Z | + mkdir ./out/transceiver-control |
602 | 2023-10-18T23:20:59.765Z | + cp -r out/downloads/root ./out/transceiver-control/root |
603 | 2023-10-18T23:20:59.895Z | All builder prerequisites installed successfully, and PATH looks valid |
604 | 2023-10-18T23:20:59.898Z | |
605 | 2023-10-18T23:20:59.901Z | real 1:49.755532002 |
606 | 2023-10-18T23:20:59.904Z | user 50.048378770 |
607 | 2023-10-18T23:20:59.906Z | sys 9.111694646 |
608 | 2023-10-18T23:20:59.909Z | trap 0.019255999 |
609 | 2023-10-18T23:20:59.912Z | tflt 0.237142965 |
610 | 2023-10-18T23:20:59.915Z | dflt 0.873174519 |
611 | 2023-10-18T23:20:59.918Z | kflt 0.225569424 |
612 | 2023-10-18T23:20:59.925Z | lock 2.016531064 |
613 | 2023-10-18T23:20:59.928Z | slp 3:15.943488615 |
614 | 2023-10-18T23:20:59.931Z | lat 3.117400613 |
615 | 2023-10-18T23:20:59.934Z | stop 0.058350939 |
616 | 2023-10-18T23:20:59.939Z | |
617 | 2023-10-18T23:20:59.942Z | #### # # ##### ##### # # |
618 | 2023-10-18T23:20:59.950Z | # # # # # # # # # # |
619 | 2023-10-18T23:20:59.979Z | # # # # # # # # |
620 | 2023-10-18T23:20:59.989Z | # # # ##### ##### # |
621 | 2023-10-18T23:21:00.005Z | # # # # # # # |
622 | 2023-10-18T23:21:00.012Z | #### ###### # # # # |
623 | 2023-10-18T23:21:00.021Z | |
624 | 2023-10-18T23:21:00.274Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-10-18T23:21:00.656Z | Updating crates.io index |
626 | 2023-10-18T23:21:00.738Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-10-18T23:21:01.491Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-10-18T23:21:04.142Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-10-18T23:21:04.737Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-10-18T23:21:05.188Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-10-18T23:21:05.624Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-10-18T23:21:05.914Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-10-18T23:21:06.762Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
634 | 2023-10-18T23:21:08.422Z | Updating git repository `https://github.com/oxidecomputer/opte` |
635 | 2023-10-18T23:21:09.387Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
636 | 2023-10-18T23:21:09.843Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
637 | 2023-10-18T23:21:10.165Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
638 | 2023-10-18T23:21:10.777Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
639 | 2023-10-18T23:21:11.067Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
640 | 2023-10-18T23:21:11.668Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
641 | 2023-10-18T23:21:11.985Z | Updating git repository `https://github.com/njaremko/samael` |
642 | 2023-10-18T23:21:12.420Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-10-18T23:21:13.096Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-10-18T23:21:13.481Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-10-18T23:21:13.798Z | Updating git repository `https://github.com/jgallagher/nix` |
646 | 2023-10-18T23:21:15.064Z | Updating git repository `https://github.com/cbiffle/hubpack` |
647 | 2023-10-18T23:21:15.608Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
648 | 2023-10-18T23:21:24.639Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
649 | 2023-10-18T23:21:25.093Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-10-18T23:21:26.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-10-18T23:21:26.599Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-10-18T23:21:26.927Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-10-18T23:21:28.429Z | Downloading crates ... |
654 | 2023-10-18T23:21:28.588Z | Downloaded anstream v0.5.0 |
655 | 2023-10-18T23:21:28.592Z | Downloaded anstyle-query v1.0.0 |
656 | 2023-10-18T23:21:28.596Z | Downloaded heck v0.4.1 |
657 | 2023-10-18T23:21:28.599Z | Downloaded camino v1.1.6 |
658 | 2023-10-18T23:21:28.606Z | Downloaded itoa v1.0.9 |
659 | 2023-10-18T23:21:28.612Z | Downloaded colorchoice v1.0.0 |
660 | 2023-10-18T23:21:28.616Z | Downloaded equivalent v1.0.1 |
661 | 2023-10-18T23:21:28.619Z | Downloaded errno v0.3.2 |
662 | 2023-10-18T23:21:28.623Z | Downloaded quote v1.0.33 |
663 | 2023-10-18T23:21:28.626Z | Downloaded cargo_toml v0.16.3 |
664 | 2023-10-18T23:21:28.638Z | Downloaded anstyle v1.0.2 |
665 | 2023-10-18T23:21:28.642Z | Downloaded anstyle-parse v0.2.1 |
666 | 2023-10-18T23:21:28.645Z | Downloaded thiserror-impl v1.0.49 |
667 | 2023-10-18T23:21:28.650Z | Downloaded clap_derive v4.4.2 |
668 | 2023-10-18T23:21:28.654Z | Downloaded bitflags v1.3.2 |
669 | 2023-10-18T23:21:28.658Z | Downloaded io-lifetimes v1.0.11 |
670 | 2023-10-18T23:21:28.664Z | Downloaded indexmap v2.0.0 |
671 | 2023-10-18T23:21:28.673Z | Downloaded clap v4.4.3 |
672 | 2023-10-18T23:21:28.677Z | Downloaded toml_datetime v0.6.3 |
673 | 2023-10-18T23:21:28.683Z | Downloaded clap_lex v0.5.1 |
674 | 2023-10-18T23:21:28.689Z | Downloaded anyhow v1.0.75 |
675 | 2023-10-18T23:21:28.692Z | Downloaded unicode-ident v1.0.12 |
676 | 2023-10-18T23:21:28.698Z | Downloaded semver v1.0.18 |
677 | 2023-10-18T23:21:28.706Z | Downloaded toml v0.8.0 |
678 | 2023-10-18T23:21:28.714Z | Downloaded terminal_size v0.2.6 |
679 | 2023-10-18T23:21:28.719Z | Downloaded proc-macro2 v1.0.67 |
680 | 2023-10-18T23:21:28.723Z | Downloaded hashbrown v0.14.0 |
681 | 2023-10-18T23:21:28.728Z | Downloaded serde_derive v1.0.188 |
682 | 2023-10-18T23:21:29.143Z | Downloaded clap_builder v4.4.2 |
683 | 2023-10-18T23:21:29.146Z | Downloaded memchr v2.6.3 |
684 | 2023-10-18T23:21:29.149Z | Downloaded winnow v0.5.15 |
685 | 2023-10-18T23:21:29.159Z | Downloaded syn v2.0.32 |
686 | 2023-10-18T23:21:29.571Z | Downloaded libc v0.2.149 |
687 | 2023-10-18T23:21:29.575Z | Downloaded rustix v0.37.23 |
688 | 2023-10-18T23:21:29.582Z | Downloaded toml_edit v0.20.0 |
689 | 2023-10-18T23:21:29.586Z | Downloaded serde_json v1.0.107 |
690 | 2023-10-18T23:21:29.590Z | Downloaded serde v1.0.188 |
691 | 2023-10-18T23:21:29.593Z | Downloaded serde_spanned v0.6.3 |
692 | 2023-10-18T23:21:29.596Z | Downloaded cargo_metadata v0.18.0 |
693 | 2023-10-18T23:21:29.600Z | Downloaded cargo-platform v0.1.3 |
694 | 2023-10-18T23:21:29.605Z | Downloaded utf8parse v0.2.1 |
695 | 2023-10-18T23:21:29.609Z | Downloaded ryu v1.0.15 |
696 | 2023-10-18T23:21:29.613Z | Downloaded thiserror v1.0.49 |
697 | 2023-10-18T23:21:29.617Z | Downloaded strsim v0.10.0 |
698 | 2023-10-18T23:21:29.620Z | Compiling proc-macro2 v1.0.67 |
699 | 2023-10-18T23:21:29.623Z | Compiling unicode-ident v1.0.12 |
700 | 2023-10-18T23:21:29.629Z | Compiling serde v1.0.188 |
701 | 2023-10-18T23:21:29.636Z | Compiling libc v0.2.149 |
702 | 2023-10-18T23:21:29.639Z | Compiling io-lifetimes v1.0.11 |
703 | 2023-10-18T23:21:29.643Z | Compiling rustix v0.37.23 |
704 | 2023-10-18T23:21:29.646Z | Compiling utf8parse v0.2.1 |
705 | 2023-10-18T23:21:29.650Z | Compiling hashbrown v0.14.0 |
706 | 2023-10-18T23:21:29.653Z | Compiling bitflags v1.3.2 |
707 | 2023-10-18T23:21:29.656Z | Compiling equivalent v1.0.1 |
708 | 2023-10-18T23:21:29.660Z | Compiling anstyle-parse v0.2.1 |
709 | 2023-10-18T23:21:29.663Z | Compiling colorchoice v1.0.0 |
710 | 2023-10-18T23:21:29.816Z | Compiling winnow v0.5.15 |
711 | 2023-10-18T23:21:29.992Z | Compiling thiserror v1.0.49 |
712 | 2023-10-18T23:21:30.651Z | Compiling indexmap v2.0.0 |
713 | 2023-10-18T23:21:31.014Z | Compiling semver v1.0.18 |
714 | 2023-10-18T23:21:31.132Z | Compiling anstyle v1.0.2 |
715 | 2023-10-18T23:21:31.183Z | Compiling camino v1.1.6 |
716 | 2023-10-18T23:21:31.375Z | Compiling serde_json v1.0.107 |
717 | 2023-10-18T23:21:31.626Z | Compiling anstyle-query v1.0.0 |
718 | 2023-10-18T23:21:31.797Z | Compiling anstream v0.5.0 |
719 | 2023-10-18T23:21:31.968Z | Compiling heck v0.4.1 |
720 | 2023-10-18T23:21:32.063Z | Compiling clap_lex v0.5.1 |
721 | 2023-10-18T23:21:32.383Z | Compiling quote v1.0.33 |
722 | 2023-10-18T23:21:32.421Z | Compiling ryu v1.0.15 |
723 | 2023-10-18T23:21:32.586Z | Compiling itoa v1.0.9 |
724 | 2023-10-18T23:21:32.832Z | Compiling strsim v0.10.0 |
725 | 2023-10-18T23:21:32.903Z | Compiling anyhow v1.0.75 |
726 | 2023-10-18T23:21:32.969Z | Compiling syn v2.0.32 |
727 | 2023-10-18T23:21:33.115Z | Compiling errno v0.3.2 |
728 | 2023-10-18T23:21:35.013Z | Compiling terminal_size v0.2.6 |
729 | 2023-10-18T23:21:35.141Z | Compiling clap_builder v4.4.2 |
730 | 2023-10-18T23:21:40.198Z | Compiling serde_derive v1.0.188 |
731 | 2023-10-18T23:21:40.202Z | Compiling thiserror-impl v1.0.49 |
732 | 2023-10-18T23:21:40.206Z | Compiling clap_derive v4.4.2 |
733 | 2023-10-18T23:21:44.163Z | Compiling clap v4.4.3 |
734 | 2023-10-18T23:21:52.158Z | Compiling serde_spanned v0.6.3 |
735 | 2023-10-18T23:21:52.161Z | Compiling toml_datetime v0.6.3 |
736 | 2023-10-18T23:21:52.166Z | Compiling cargo-platform v0.1.3 |
737 | 2023-10-18T23:21:52.562Z | Compiling toml_edit v0.20.0 |
738 | 2023-10-18T23:21:54.191Z | Compiling cargo_metadata v0.18.0 |
739 | 2023-10-18T23:21:55.750Z | Compiling toml v0.8.0 |
740 | 2023-10-18T23:21:56.666Z | Compiling cargo_toml v0.16.3 |
741 | 2023-10-18T23:22:01.985Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
742 | 2023-10-18T23:22:03.290Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
743 | 2023-10-18T23:22:03.505Z | Running `target/debug/xtask clippy` |
744 | 2023-10-18T23:22:03.557Z | 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-18T23:22:04.465Z | Downloading crates ... |
746 | 2023-10-18T23:22:04.779Z | Downloaded base16ct v0.2.0 |
747 | 2023-10-18T23:22:04.783Z | Downloaded addr2line v0.21.0 |
748 | 2023-10-18T23:22:04.787Z | Downloaded heck v0.3.3 |
749 | 2023-10-18T23:22:04.790Z | Downloaded headers-core v0.2.0 |
750 | 2023-10-18T23:22:04.793Z | Downloaded bit_field v0.10.2 |
751 | 2023-10-18T23:22:04.798Z | Downloaded bit-vec v0.6.3 |
752 | 2023-10-18T23:22:04.803Z | Downloaded bb8 v0.8.1 |
753 | 2023-10-18T23:22:04.807Z | Downloaded hubpack_derive v0.1.1 |
754 | 2023-10-18T23:22:04.810Z | Downloaded home v0.5.5 |
755 | 2023-10-18T23:22:04.812Z | Downloaded bitflags v2.4.0 |
756 | 2023-10-18T23:22:04.815Z | Downloaded lazy_static v1.4.0 |
757 | 2023-10-18T23:22:04.819Z | Downloaded hex-literal v0.4.1 |
758 | 2023-10-18T23:22:04.822Z | Downloaded impl-trait-for-tuples v0.2.2 |
759 | 2023-10-18T23:22:04.826Z | Downloaded mockall v0.11.4 |
760 | 2023-10-18T23:22:04.830Z | Downloaded memoffset v0.9.0 |
761 | 2023-10-18T23:22:04.833Z | Downloaded block-padding v0.3.3 |
762 | 2023-10-18T23:22:04.836Z | Downloaded memoffset v0.7.1 |
763 | 2023-10-18T23:22:04.839Z | Downloaded bytesize v1.3.0 |
764 | 2023-10-18T23:22:04.842Z | Downloaded instant v0.1.12 |
765 | 2023-10-18T23:22:04.846Z | Downloaded hyper-rustls v0.24.1 |
766 | 2023-10-18T23:22:04.852Z | Downloaded crc-catalog v2.2.0 |
767 | 2023-10-18T23:22:04.857Z | Downloaded iana-time-zone v0.1.57 |
768 | 2023-10-18T23:22:04.863Z | Downloaded cookie v0.16.2 |
769 | 2023-10-18T23:22:04.868Z | Downloaded linear-map v1.2.0 |
770 | 2023-10-18T23:22:04.873Z | Downloaded atomicwrites v0.4.2 |
771 | 2023-10-18T23:22:04.877Z | Downloaded atty v0.2.14 |
772 | 2023-10-18T23:22:04.880Z | Downloaded async-stream-impl v0.3.5 |
773 | 2023-10-18T23:22:04.883Z | Downloaded criterion v0.5.1 |
774 | 2023-10-18T23:22:04.899Z | Downloaded maybe-uninit v2.0.0 |
775 | 2023-10-18T23:22:04.902Z | Downloaded maplit v1.0.2 |
776 | 2023-10-18T23:22:04.905Z | Downloaded libm v0.2.7 |
777 | 2023-10-18T23:22:04.923Z | Downloaded approx v0.5.1 |
778 | 2023-10-18T23:22:04.930Z | Downloaded arrayref v0.3.7 |
779 | 2023-10-18T23:22:04.934Z | Downloaded argon2 v0.5.2 |
780 | 2023-10-18T23:22:04.938Z | Downloaded autocfg v1.1.0 |
781 | 2023-10-18T23:22:04.941Z | Downloaded jobserver v0.1.26 |
782 | 2023-10-18T23:22:04.945Z | Downloaded serde-big-array v0.4.1 |
783 | 2023-10-18T23:22:04.948Z | Downloaded nodrop v0.1.14 |
784 | 2023-10-18T23:22:04.952Z | Downloaded new_debug_unreachable v1.0.4 |
785 | 2023-10-18T23:22:04.955Z | Downloaded unarray v0.1.4 |
786 | 2023-10-18T23:22:04.959Z | Downloaded stable_deref_trait v1.2.0 |
787 | 2023-10-18T23:22:04.962Z | Downloaded spki v0.7.2 |
788 | 2023-10-18T23:22:04.965Z | Downloaded elliptic-curve v0.13.5 |
789 | 2023-10-18T23:22:04.973Z | Downloaded ansi_term v0.12.1 |
790 | 2023-10-18T23:22:04.979Z | Downloaded lazycell v1.3.0 |
791 | 2023-10-18T23:22:04.983Z | Downloaded async-stream v0.3.5 |
792 | 2023-10-18T23:22:04.988Z | Downloaded generic-array v0.14.7 |
793 | 2023-10-18T23:22:04.992Z | Downloaded form_urlencoded v1.2.0 |
794 | 2023-10-18T23:22:04.996Z | Downloaded flume v0.11.0 |
795 | 2023-10-18T23:22:05.006Z | Downloaded macaddr v1.0.1 |
796 | 2023-10-18T23:22:05.011Z | Downloaded predicates v3.0.4 |
797 | 2023-10-18T23:22:05.017Z | Downloaded anes v0.1.6 |
798 | 2023-10-18T23:22:05.025Z | Downloaded tempfile v3.8.0 |
799 | 2023-10-18T23:22:05.031Z | Downloaded termcolor v1.2.0 |
800 | 2023-10-18T23:22:05.034Z | Downloaded termios v0.3.3 |
801 | 2023-10-18T23:22:05.040Z | Downloaded lock_api v0.4.10 |
802 | 2023-10-18T23:22:05.045Z | Downloaded crossbeam-queue v0.3.8 |
803 | 2023-10-18T23:22:05.049Z | Downloaded pem-rfc7468 v0.7.0 |
804 | 2023-10-18T23:22:05.054Z | Downloaded log v0.4.20 |
805 | 2023-10-18T23:22:05.059Z | Downloaded pin-project v1.1.3 |
806 | 2023-10-18T23:22:05.081Z | Downloaded strum v0.25.0 |
807 | 2023-10-18T23:22:05.084Z | Downloaded rusty-fork v0.3.0 |
808 | 2023-10-18T23:22:05.087Z | Downloaded rustc_version v0.4.0 |
809 | 2023-10-18T23:22:05.091Z | Downloaded strum_macros v0.25.2 |
810 | 2023-10-18T23:22:05.095Z | Downloaded structopt-derive v0.4.18 |
811 | 2023-10-18T23:22:05.100Z | Downloaded path-absolutize v3.1.0 |
812 | 2023-10-18T23:22:05.106Z | Downloaded float-cmp v0.9.0 |
813 | 2023-10-18T23:22:05.111Z | Downloaded socket2 v0.4.9 |
814 | 2023-10-18T23:22:05.114Z | Downloaded deranged v0.3.8 |
815 | 2023-10-18T23:22:05.118Z | Downloaded derive_builder_core v0.12.0 |
816 | 2023-10-18T23:22:05.122Z | Downloaded foreign-types v0.5.0 |
817 | 2023-10-18T23:22:05.126Z | Downloaded fragile v2.0.0 |
818 | 2023-10-18T23:22:05.129Z | Downloaded curve25519-dalek-derive v0.1.0 |
819 | 2023-10-18T23:22:05.133Z | Downloaded wyz v0.5.1 |
820 | 2023-10-18T23:22:05.137Z | Downloaded phf_shared v0.10.0 |
821 | 2023-10-18T23:22:05.141Z | Downloaded derive-where v1.2.5 |
822 | 2023-10-18T23:22:05.144Z | Downloaded parking_lot_core v0.9.8 |
823 | 2023-10-18T23:22:05.147Z | Downloaded funty v2.0.0 |
824 | 2023-10-18T23:22:05.151Z | Downloaded ctr v0.9.2 |
825 | 2023-10-18T23:22:05.155Z | Downloaded futures-timer v3.0.2 |
826 | 2023-10-18T23:22:05.161Z | Downloaded toolchain_find v0.2.0 |
827 | 2023-10-18T23:22:05.166Z | Downloaded darling v0.20.3 |
828 | 2023-10-18T23:22:05.169Z | Downloaded rand_xorshift v0.3.0 |
829 | 2023-10-18T23:22:05.173Z | Downloaded parse-display v0.7.0 |
830 | 2023-10-18T23:22:05.177Z | Downloaded semver v0.11.0 |
831 | 2023-10-18T23:22:05.181Z | Downloaded rpassword v7.2.0 |
832 | 2023-10-18T23:22:05.185Z | Downloaded unicode-linebreak v0.1.5 |
833 | 2023-10-18T23:22:05.190Z | Downloaded structmeta-derive v0.1.6 |
834 | 2023-10-18T23:22:05.193Z | Downloaded zeroize v1.6.0 |
835 | 2023-10-18T23:22:05.199Z | Downloaded topological-sort v0.2.2 |
836 | 2023-10-18T23:22:05.203Z | Downloaded ref-cast v1.0.20 |
837 | 2023-10-18T23:22:05.206Z | Downloaded tokio-rustls v0.24.1 |
838 | 2023-10-18T23:22:05.220Z | Downloaded zone v0.2.0 |
839 | 2023-10-18T23:22:05.230Z | Downloaded chacha20poly1305 v0.10.1 |
840 | 2023-10-18T23:22:05.238Z | Downloaded plotters-svg v0.3.5 |
841 | 2023-10-18T23:22:05.248Z | Downloaded rstest_macros v0.18.2 |
842 | 2023-10-18T23:22:05.257Z | Downloaded pretty-hex v0.3.0 |
843 | 2023-10-18T23:22:05.262Z | Downloaded usdt-macro v0.3.5 |
844 | 2023-10-18T23:22:05.266Z | Downloaded tokio-stream v0.1.14 |
845 | 2023-10-18T23:22:05.269Z | Downloaded toml v0.7.8 |
846 | 2023-10-18T23:22:05.272Z | Downloaded unicode-width v0.1.10 |
847 | 2023-10-18T23:22:05.282Z | Downloaded tui-tree-widget v0.13.0 |
848 | 2023-10-18T23:22:05.293Z | Downloaded unicode-xid v0.2.4 |
849 | 2023-10-18T23:22:05.297Z | Downloaded test-strategy v0.2.1 |
850 | 2023-10-18T23:22:05.304Z | Downloaded downcast v0.11.0 |
851 | 2023-10-18T23:22:05.309Z | Downloaded pkcs1 v0.7.5 |
852 | 2023-10-18T23:22:05.317Z | Downloaded opaque-debug v0.3.0 |
853 | 2023-10-18T23:22:05.323Z | Downloaded num_threads v0.1.6 |
854 | 2023-10-18T23:22:05.328Z | Downloaded doc-comment v0.3.3 |
855 | 2023-10-18T23:22:05.331Z | Downloaded flagset v0.4.3 |
856 | 2023-10-18T23:22:05.338Z | Downloaded resolv-conf v0.7.0 |
857 | 2023-10-18T23:22:05.344Z | Downloaded fixedbitset v0.4.2 |
858 | 2023-10-18T23:22:05.350Z | Downloaded os_str_bytes v6.5.1 |
859 | 2023-10-18T23:22:05.371Z | Downloaded crossbeam-channel v0.5.8 |
860 | 2023-10-18T23:22:05.374Z | Downloaded peeking_take_while v0.1.2 |
861 | 2023-10-18T23:22:05.377Z | Downloaded dyn-clone v1.0.13 |
862 | 2023-10-18T23:22:05.380Z | Downloaded usdt-attr-macro v0.3.5 |
863 | 2023-10-18T23:22:05.384Z | Downloaded derive_builder_macro v0.12.0 |
864 | 2023-10-18T23:22:05.387Z | Downloaded openssl-probe v0.1.5 |
865 | 2023-10-18T23:22:05.390Z | Downloaded group v0.13.0 |
866 | 2023-10-18T23:22:05.393Z | Downloaded dof v0.1.5 |
867 | 2023-10-18T23:22:05.396Z | Downloaded ed25519 v1.5.3 |
868 | 2023-10-18T23:22:05.399Z | Downloaded radium v0.7.0 |
869 | 2023-10-18T23:22:05.402Z | Downloaded r2d2 v0.8.10 |
870 | 2023-10-18T23:22:05.406Z | Downloaded foreign-types-macros v0.2.3 |
871 | 2023-10-18T23:22:05.409Z | Downloaded rand_core v0.6.4 |
872 | 2023-10-18T23:22:05.413Z | Downloaded serial_test v0.10.0 |
873 | 2023-10-18T23:22:05.416Z | Downloaded filetime v0.2.22 |
874 | 2023-10-18T23:22:05.419Z | Downloaded proc-macro-error v1.0.4 |
875 | 2023-10-18T23:22:05.423Z | Downloaded prettyplease v0.2.12 |
876 | 2023-10-18T23:22:05.427Z | Downloaded shlex v1.1.0 |
877 | 2023-10-18T23:22:05.431Z | Downloaded openssl-macros v0.1.1 |
878 | 2023-10-18T23:22:05.434Z | Downloaded number_prefix v0.4.0 |
879 | 2023-10-18T23:22:05.437Z | Downloaded plotters-backend v0.3.5 |
880 | 2023-10-18T23:22:05.440Z | Downloaded serial_test_derive v0.10.0 |
881 | 2023-10-18T23:22:05.443Z | Downloaded semver v0.1.20 |
882 | 2023-10-18T23:22:05.447Z | Downloaded quick-error v1.2.3 |
883 | 2023-10-18T23:22:05.451Z | Downloaded slog-bunyan v2.4.0 |
884 | 2023-10-18T23:22:05.454Z | Downloaded ff v0.13.0 |
885 | 2023-10-18T23:22:05.458Z | Downloaded oso-derive v0.26.4 |
886 | 2023-10-18T23:22:05.462Z | Downloaded path-dedot v3.1.0 |
887 | 2023-10-18T23:22:05.465Z | Downloaded rustc_version v0.1.7 |
888 | 2023-10-18T23:22:05.470Z | Downloaded itertools v0.11.0 |
889 | 2023-10-18T23:22:05.473Z | Downloaded sha1 v0.10.5 |
890 | 2023-10-18T23:22:05.476Z | Downloaded ref-cast-impl v1.0.20 |
891 | 2023-10-18T23:22:05.479Z | Downloaded env_logger v0.10.0 |
892 | 2023-10-18T23:22:05.483Z | Downloaded display-error-chain v0.1.1 |
893 | 2023-10-18T23:22:05.486Z | Downloaded toml_edit v0.19.15 |
894 | 2023-10-18T23:22:05.489Z | Downloaded path-slash v0.1.5 |
895 | 2023-10-18T23:22:05.494Z | Downloaded vte_generate_state_changes v0.1.1 |
896 | 2023-10-18T23:22:05.498Z | Downloaded whoami v1.4.1 |
897 | 2023-10-18T23:22:05.501Z | Downloaded platforms v3.0.2 |
898 | 2023-10-18T23:22:05.504Z | Downloaded waitgroup v0.1.2 |
899 | 2023-10-18T23:22:05.507Z | Downloaded zerocopy v0.3.0 |
900 | 2023-10-18T23:22:05.510Z | Downloaded similar-asserts v1.5.0 |
901 | 2023-10-18T23:22:05.514Z | Downloaded slog-stdlog v4.1.1 |
902 | 2023-10-18T23:22:05.517Z | Downloaded packed_struct v0.10.1 |
903 | 2023-10-18T23:22:05.520Z | Downloaded smawk v0.3.1 |
904 | 2023-10-18T23:22:05.523Z | Downloaded digest v0.10.7 |
905 | 2023-10-18T23:22:05.526Z | Downloaded difflib v0.4.0 |
906 | 2023-10-18T23:22:05.530Z | Downloaded ron v0.7.1 |
907 | 2023-10-18T23:22:05.533Z | Downloaded env_logger v0.9.3 |
908 | 2023-10-18T23:22:05.537Z | Downloaded data-encoding v2.4.0 |
909 | 2023-10-18T23:22:05.540Z | Downloaded signature v1.6.4 |
910 | 2023-10-18T23:22:05.544Z | Downloaded version_check v0.9.4 |
911 | 2023-10-18T23:22:05.549Z | Downloaded slog-async v2.8.0 |
912 | 2023-10-18T23:22:05.552Z | Downloaded slog-term v2.9.0 |
913 | 2023-10-18T23:22:05.556Z | Downloaded usdt-impl v0.3.5 |
914 | 2023-10-18T23:22:05.559Z | Downloaded sct v0.7.0 |
915 | 2023-10-18T23:22:05.563Z | Downloaded smallvec v0.6.14 |
916 | 2023-10-18T23:22:05.566Z | Downloaded dirs-sys-next v0.1.2 |
917 | 2023-10-18T23:22:05.574Z | Downloaded rand v0.4.6 |
918 | 2023-10-18T23:22:05.578Z | Downloaded wait-timeout v0.2.0 |
919 | 2023-10-18T23:22:05.580Z | Downloaded slog v2.7.0 |
920 | 2023-10-18T23:22:05.583Z | Downloaded unsafe-libyaml v0.2.9 |
921 | 2023-10-18T23:22:05.586Z | Downloaded subtle v2.5.0 |
922 | 2023-10-18T23:22:05.589Z | Downloaded yasna v0.5.2 |
923 | 2023-10-18T23:22:05.592Z | Downloaded owo-colors v3.5.0 |
924 | 2023-10-18T23:22:05.595Z | Downloaded secrecy v0.8.0 |
925 | 2023-10-18T23:22:05.598Z | Downloaded headers v0.3.9 |
926 | 2023-10-18T23:22:05.601Z | Downloaded rand v0.8.5 |
927 | 2023-10-18T23:22:05.604Z | Downloaded zerocopy v0.6.3 |
928 | 2023-10-18T23:22:05.608Z | Downloaded oso v0.26.4 |
929 | 2023-10-18T23:22:05.611Z | Downloaded dirs-next v2.0.0 |
930 | 2023-10-18T23:22:05.616Z | Downloaded derive_more v0.99.17 |
931 | 2023-10-18T23:22:05.619Z | Downloaded darling_core v0.20.3 |
932 | 2023-10-18T23:22:05.623Z | Downloaded regex-automata v0.1.10 |
933 | 2023-10-18T23:22:05.626Z | Downloaded snafu v0.7.5 |
934 | 2023-10-18T23:22:05.630Z | Downloaded salty v0.2.0 |
935 | 2023-10-18T23:22:05.633Z | Downloaded portable-atomic v1.4.3 |
936 | 2023-10-18T23:22:05.637Z | Downloaded similar v2.2.1 |
937 | 2023-10-18T23:22:05.640Z | Downloaded rusqlite v0.29.0 |
938 | 2023-10-18T23:22:05.645Z | Downloaded tokio-util v0.7.8 |
939 | 2023-10-18T23:22:05.649Z | Downloaded gimli v0.28.0 |
940 | 2023-10-18T23:22:05.654Z | Downloaded quick-xml v0.23.1 |
941 | 2023-10-18T23:22:05.667Z | Downloaded ratatui v0.23.0 |
942 | 2023-10-18T23:22:05.689Z | Downloaded futures-util v0.3.28 |
943 | 2023-10-18T23:22:05.711Z | Downloaded vcpkg v0.2.15 |
944 | 2023-10-18T23:22:05.815Z | Downloaded time v0.3.27 |
945 | 2023-10-18T23:22:05.829Z | Downloaded idna v0.2.3 |
946 | 2023-10-18T23:22:05.835Z | Downloaded syn v1.0.109 |
947 | 2023-10-18T23:22:05.841Z | Downloaded smoltcp v0.9.1 |
948 | 2023-10-18T23:22:05.848Z | Downloaded openapiv3 v1.0.3 |
949 | 2023-10-18T23:22:05.871Z | Downloaded object v0.30.4 |
950 | 2023-10-18T23:22:05.897Z | Downloaded zerocopy-derive v0.6.3 |
951 | 2023-10-18T23:22:05.912Z | Downloaded regex-automata v0.3.8 |
952 | 2023-10-18T23:22:05.944Z | Downloaded radix_trie v0.2.1 |
953 | 2023-10-18T23:22:05.953Z | Downloaded webpki-roots v0.25.2 |
954 | 2023-10-18T23:22:05.962Z | Downloaded openssl v0.10.57 |
955 | 2023-10-18T23:22:05.979Z | Downloaded encoding_rs v0.8.33 |
956 | 2023-10-18T23:22:06.021Z | Downloaded diesel v2.1.1 |
957 | 2023-10-18T23:22:06.053Z | Downloaded rustls v0.21.7 |
958 | 2023-10-18T23:22:06.075Z | Downloaded rustix v0.38.9 |
959 | 2023-10-18T23:22:06.111Z | Downloaded curve25519-dalek v4.1.0 |
960 | 2023-10-18T23:22:06.128Z | Downloaded bstr v1.6.0 |
961 | 2023-10-18T23:22:06.148Z | Downloaded object v0.32.1 |
962 | 2023-10-18T23:22:06.166Z | Downloaded nix v0.26.2 |
963 | 2023-10-18T23:22:06.185Z | Downloaded sled v0.34.7 |
964 | 2023-10-18T23:22:06.205Z | Downloaded zerocopy-derive v0.2.0 |
965 | 2023-10-18T23:22:06.222Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
966 | 2023-10-18T23:22:06.245Z | Downloaded bstr v0.2.17 |
967 | 2023-10-18T23:22:06.266Z | Downloaded regex-syntax v0.7.5 |
968 | 2023-10-18T23:22:06.282Z | Downloaded regex-syntax v0.6.29 |
969 | 2023-10-18T23:22:06.294Z | Downloaded tokio v1.32.0 |
970 | 2023-10-18T23:22:06.360Z | Downloaded smoltcp v0.8.2 |
971 | 2023-10-18T23:22:06.376Z | Downloaded sha3 v0.10.8 |
972 | 2023-10-18T23:22:06.388Z | Downloaded libtest-mimic v0.5.2 |
973 | 2023-10-18T23:22:06.396Z | Downloaded regress v0.7.1 |
974 | 2023-10-18T23:22:06.410Z | Downloaded rayon v1.7.0 |
975 | 2023-10-18T23:22:06.426Z | Downloaded trust-dns-proto v0.22.0 |
976 | 2023-10-18T23:22:06.447Z | Downloaded proptest v1.3.1 |
977 | 2023-10-18T23:22:06.464Z | Downloaded regex v1.9.5 |
978 | 2023-10-18T23:22:06.487Z | Downloaded polar-core v0.26.4 |
979 | 2023-10-18T23:22:06.503Z | Downloaded tabled v0.14.0 |
980 | 2023-10-18T23:22:06.528Z | Downloaded chrono v0.4.31 |
981 | 2023-10-18T23:22:06.542Z | Downloaded git2 v0.17.2 |
982 | 2023-10-18T23:22:06.557Z | Downloaded idna v0.4.0 |
983 | 2023-10-18T23:22:06.569Z | Downloaded lalrpop v0.19.12 |
984 | 2023-10-18T23:22:06.591Z | Downloaded reedline v0.23.0 |
985 | 2023-10-18T23:22:06.603Z | Downloaded reqwest v0.11.20 |
986 | 2023-10-18T23:22:06.616Z | Downloaded unicode-normalization v0.1.22 |
987 | 2023-10-18T23:22:06.622Z | Downloaded serde_yaml v0.9.25 |
988 | 2023-10-18T23:22:06.628Z | Downloaded hashbrown v0.12.3 |
989 | 2023-10-18T23:22:06.635Z | Downloaded serde_with v2.3.3 |
990 | 2023-10-18T23:22:06.646Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
991 | 2023-10-18T23:22:06.750Z | Downloaded h2 v0.3.21 |
992 | 2023-10-18T23:22:06.761Z | Downloaded bitvec v1.0.1 |
993 | 2023-10-18T23:22:06.788Z | Downloaded signal-hook v0.3.17 |
994 | 2023-10-18T23:22:06.792Z | Downloaded hashbrown v0.13.2 |
995 | 2023-10-18T23:22:06.801Z | Downloaded pretty_assertions v1.4.0 |
996 | 2023-10-18T23:22:06.804Z | Downloaded trust-dns-server v0.22.1 |
997 | 2023-10-18T23:22:06.813Z | Downloaded plotters v0.3.5 |
998 | 2023-10-18T23:22:06.839Z | Downloaded schemars v0.8.13 |
999 | 2023-10-18T23:22:06.847Z | Downloaded expectorate v1.1.0 |
1000 | 2023-10-18T23:22:06.851Z | Downloaded unicode-segmentation v1.10.1 |
1001 | 2023-10-18T23:22:06.857Z | Downloaded aho-corasick v1.0.4 |
1002 | 2023-10-18T23:22:06.867Z | Downloaded signal-hook-mio v0.2.3 |
1003 | 2023-10-18T23:22:06.869Z | Downloaded trust-dns-resolver v0.22.0 |
1004 | 2023-10-18T23:22:06.875Z | Downloaded steno v0.4.0 |
1005 | 2023-10-18T23:22:06.882Z | Downloaded subprocess v0.2.9 |
1006 | 2023-10-18T23:22:06.886Z | Downloaded trust-dns-client v0.22.0 |
1007 | 2023-10-18T23:22:06.896Z | Downloaded tracing v0.1.37 |
1008 | 2023-10-18T23:22:06.903Z | Downloaded rsa v0.9.2 |
1009 | 2023-10-18T23:22:06.911Z | Downloaded papergrid v0.10.0 |
1010 | 2023-10-18T23:22:06.918Z | Downloaded openssl-sys v0.9.93 |
1011 | 2023-10-18T23:22:06.927Z | Downloaded scheduled-thread-pool v0.2.7 |
1012 | 2023-10-18T23:22:06.930Z | Downloaded signature v2.1.0 |
1013 | 2023-10-18T23:22:06.932Z | Downloaded uuid v1.4.1 |
1014 | 2023-10-18T23:22:06.938Z | Downloaded nom v7.1.3 |
1015 | 2023-10-18T23:22:06.947Z | Downloaded bindgen v0.65.1 |
1016 | 2023-10-18T23:22:06.960Z | Downloaded synstructure v0.12.6 |
1017 | 2023-10-18T23:22:06.963Z | Downloaded trybuild v1.0.85 |
1018 | 2023-10-18T23:22:06.969Z | Downloaded x509-cert v0.2.4 |
1019 | 2023-10-18T23:22:06.980Z | Downloaded smallvec v1.11.0 |
1020 | 2023-10-18T23:22:06.983Z | Downloaded snafu-derive v0.7.5 |
1021 | 2023-10-18T23:22:06.986Z | Downloaded serde_plain v1.0.2 |
1022 | 2023-10-18T23:22:06.990Z | Downloaded serde_arrays v0.1.0 |
1023 | 2023-10-18T23:22:06.994Z | Downloaded serde-hex v0.1.0 |
1024 | 2023-10-18T23:22:06.997Z | Downloaded rustc-demangle v0.1.23 |
1025 | 2023-10-18T23:22:07.002Z | Downloaded fatfs v0.3.6 |
1026 | 2023-10-18T23:22:07.006Z | Downloaded libxml v0.3.3 |
1027 | 2023-10-18T23:22:07.011Z | Downloaded libz-sys v1.1.12 |
1028 | 2023-10-18T23:22:07.132Z | Downloaded glob v0.3.1 |
1029 | 2023-10-18T23:22:07.135Z | Downloaded shell-words v1.1.0 |
1030 | 2023-10-18T23:22:07.138Z | Downloaded serde_path_to_error v0.1.14 |
1031 | 2023-10-18T23:22:07.142Z | Downloaded usdt v0.3.5 |
1032 | 2023-10-18T23:22:07.145Z | Downloaded serde_derive_internals v0.26.0 |
1033 | 2023-10-18T23:22:07.150Z | Downloaded packed_struct_codegen v0.10.1 |
1034 | 2023-10-18T23:22:07.153Z | Downloaded vergen v8.2.4 |
1035 | 2023-10-18T23:22:07.156Z | Downloaded pem v1.1.1 |
1036 | 2023-10-18T23:22:07.162Z | Downloaded rust-argon2 v1.0.1 |
1037 | 2023-10-18T23:22:07.165Z | Downloaded either v1.9.0 |
1038 | 2023-10-18T23:22:07.168Z | Downloaded tough v0.12.5 |
1039 | 2023-10-18T23:22:07.172Z | Downloaded zip v0.6.6 |
1040 | 2023-10-18T23:22:07.176Z | Downloaded hyper v0.14.27 |
1041 | 2023-10-18T23:22:07.190Z | Downloaded darling v0.14.4 |
1042 | 2023-10-18T23:22:07.195Z | Downloaded tracing-core v0.1.31 |
1043 | 2023-10-18T23:22:07.200Z | Downloaded itertools v0.10.5 |
1044 | 2023-10-18T23:22:07.212Z | Downloaded pkg-config v0.3.27 |
1045 | 2023-10-18T23:22:07.215Z | Downloaded rand_chacha v0.3.1 |
1046 | 2023-10-18T23:22:07.218Z | Downloaded datatest-stable v0.1.3 |
1047 | 2023-10-18T23:22:07.221Z | Downloaded enum-as-inner v0.5.1 |
1048 | 2023-10-18T23:22:07.224Z | Downloaded tungstenite v0.18.0 |
1049 | 2023-10-18T23:22:07.227Z | Downloaded rayon-core v1.11.0 |
1050 | 2023-10-18T23:22:07.232Z | Downloaded tokio-macros v2.1.0 |
1051 | 2023-10-18T23:22:07.235Z | Downloaded tinytemplate v1.2.1 |
1052 | 2023-10-18T23:22:07.238Z | Downloaded poly1305 v0.8.0 |
1053 | 2023-10-18T23:22:07.241Z | Downloaded tokio-tungstenite v0.18.0 |
1054 | 2023-10-18T23:22:07.244Z | Downloaded tinyvec v1.6.0 |
1055 | 2023-10-18T23:22:07.249Z | Downloaded aes v0.8.3 |
1056 | 2023-10-18T23:22:07.255Z | Downloaded tokio-postgres v0.7.10 |
1057 | 2023-10-18T23:22:07.263Z | Downloaded parking_lot_core v0.8.6 |
1058 | 2023-10-18T23:22:07.267Z | Downloaded fd-lock v3.0.13 |
1059 | 2023-10-18T23:22:07.270Z | Downloaded fallible-iterator v0.2.0 |
1060 | 2023-10-18T23:22:07.273Z | Downloaded universal-hash v0.5.1 |
1061 | 2023-10-18T23:22:07.275Z | Downloaded getrandom v0.2.10 |
1062 | 2023-10-18T23:22:07.278Z | Downloaded relative-path v1.9.0 |
1063 | 2023-10-18T23:22:07.281Z | Downloaded fnv v1.0.7 |
1064 | 2023-10-18T23:22:07.286Z | Downloaded crypto-bigint v0.5.2 |
1065 | 2023-10-18T23:22:07.297Z | Downloaded half v1.8.2 |
1066 | 2023-10-18T23:22:07.301Z | Downloaded globset v0.4.13 |
1067 | 2023-10-18T23:22:07.304Z | Downloaded omicron-zone-package v0.8.3 |
1068 | 2023-10-18T23:22:07.307Z | Downloaded oorandom v11.1.3 |
1069 | 2023-10-18T23:22:07.310Z | Downloaded num_enum_derive v0.7.0 |
1070 | 2023-10-18T23:22:07.313Z | Downloaded zeroize_derive v1.4.2 |
1071 | 2023-10-18T23:22:07.316Z | Downloaded slog-scope v4.4.0 |
1072 | 2023-10-18T23:22:07.318Z | Downloaded hash32 v0.2.1 |
1073 | 2023-10-18T23:22:07.321Z | Downloaded erased-serde v0.3.30 |
1074 | 2023-10-18T23:22:07.324Z | Downloaded vec_map v0.8.2 |
1075 | 2023-10-18T23:22:07.326Z | Downloaded tracing-attributes v0.1.26 |
1076 | 2023-10-18T23:22:07.329Z | Downloaded mio v0.8.8 |
1077 | 2023-10-18T23:22:07.335Z | Downloaded tiny-keccak v2.0.2 |
1078 | 2023-10-18T23:22:07.338Z | Downloaded unicode-bidi v0.3.13 |
1079 | 2023-10-18T23:22:07.342Z | Downloaded rustls-webpki v0.101.4 |
1080 | 2023-10-18T23:22:07.368Z | Downloaded endian-type v0.1.2 |
1081 | 2023-10-18T23:22:07.370Z | Downloaded dtrace-parser v0.1.14 |
1082 | 2023-10-18T23:22:07.373Z | Downloaded utf-8 v0.7.6 |
1083 | 2023-10-18T23:22:07.376Z | Downloaded hkdf v0.12.3 |
1084 | 2023-10-18T23:22:07.378Z | Downloaded proc-macro-crate v1.3.1 |
1085 | 2023-10-18T23:22:07.381Z | Downloaded untrusted v0.7.1 |
1086 | 2023-10-18T23:22:07.384Z | Downloaded parse-display-derive v0.7.0 |
1087 | 2023-10-18T23:22:07.386Z | Downloaded toml v0.5.11 |
1088 | 2023-10-18T23:22:07.389Z | Downloaded tokio-native-tls v0.3.1 |
1089 | 2023-10-18T23:22:07.391Z | Downloaded thiserror-no-std v2.0.2 |
1090 | 2023-10-18T23:22:07.395Z | Downloaded thiserror-impl-no-std v2.0.2 |
1091 | 2023-10-18T23:22:07.397Z | Downloaded ringbuffer v0.15.0 |
1092 | 2023-10-18T23:22:07.400Z | Downloaded which v4.4.0 |
1093 | 2023-10-18T23:22:07.403Z | Downloaded libsqlite3-sys v0.26.0 |
1094 | 2023-10-18T23:22:07.543Z | Downloaded ring v0.16.20 |
1095 | 2023-10-18T23:22:07.703Z | Downloaded diesel_derives v2.1.1 |
1096 | 2023-10-18T23:22:07.708Z | Downloaded time-core v0.1.1 |
1097 | 2023-10-18T23:22:07.720Z | Downloaded rcgen v0.10.0 |
1098 | 2023-10-18T23:22:07.723Z | Downloaded getopts v0.2.21 |
1099 | 2023-10-18T23:22:07.726Z | Downloaded fs-err v2.9.0 |
1100 | 2023-10-18T23:22:07.729Z | Downloaded thread-id v4.2.0 |
1101 | 2023-10-18T23:22:07.734Z | Downloaded rtoolbox v0.0.1 |
1102 | 2023-10-18T23:22:07.737Z | Downloaded serde_repr v0.1.16 |
1103 | 2023-10-18T23:22:07.739Z | Downloaded proc-macro-error-attr v1.0.4 |
1104 | 2023-10-18T23:22:07.742Z | Downloaded polyval v0.6.1 |
1105 | 2023-10-18T23:22:07.744Z | Downloaded tower-service v0.3.2 |
1106 | 2023-10-18T23:22:07.747Z | Downloaded time-macros v0.2.13 |
1107 | 2023-10-18T23:22:07.750Z | Downloaded walkdir v2.4.0 |
1108 | 2023-10-18T23:22:07.752Z | Downloaded crossterm v0.27.0 |
1109 | 2023-10-18T23:22:07.755Z | Downloaded const_format v0.2.31 |
1110 | 2023-10-18T23:22:07.757Z | Downloaded tinyvec_macros v0.1.1 |
1111 | 2023-10-18T23:22:07.760Z | Downloaded strum_macros v0.24.3 |
1112 | 2023-10-18T23:22:07.763Z | Downloaded pest_derive v2.7.2 |
1113 | 2023-10-18T23:22:07.766Z | Downloaded socket2 v0.5.3 |
1114 | 2023-10-18T23:22:07.768Z | Downloaded ron v0.8.1 |
1115 | 2023-10-18T23:22:07.773Z | Downloaded crc-any v2.4.3 |
1116 | 2023-10-18T23:22:07.776Z | Downloaded pin-project-internal v1.1.3 |
1117 | 2023-10-18T23:22:07.779Z | Downloaded phf_shared v0.11.2 |
1118 | 2023-10-18T23:22:07.782Z | Downloaded crossterm v0.26.1 |
1119 | 2023-10-18T23:22:07.791Z | Downloaded tokio-tungstenite v0.20.1 |
1120 | 2023-10-18T23:22:07.794Z | Downloaded pin-project-lite v0.2.13 |
1121 | 2023-10-18T23:22:07.802Z | Downloaded url v2.4.1 |
1122 | 2023-10-18T23:22:07.812Z | Downloaded postcard v0.7.3 |
1123 | 2023-10-18T23:22:07.816Z | Downloaded darling_core v0.14.4 |
1124 | 2023-10-18T23:22:07.818Z | Downloaded thread_local v1.1.7 |
1125 | 2023-10-18T23:22:07.821Z | Downloaded serde_with_macros v2.3.3 |
1126 | 2023-10-18T23:22:07.824Z | Downloaded foreign-types v0.3.2 |
1127 | 2023-10-18T23:22:07.827Z | Downloaded zone_cfg_derive v0.2.0 |
1128 | 2023-10-18T23:22:07.830Z | Downloaded der v0.7.8 |
1129 | 2023-10-18T23:22:07.833Z | Downloaded allocator-api2 v0.2.16 |
1130 | 2023-10-18T23:22:07.838Z | Downloaded spin v0.9.8 |
1131 | 2023-10-18T23:22:07.864Z | Downloaded slog-json v2.6.1 |
1132 | 2023-10-18T23:22:07.868Z | Downloaded slog-envlogger v2.2.0 |
1133 | 2023-10-18T23:22:07.871Z | Downloaded threadpool v1.8.1 |
1134 | 2023-10-18T23:22:07.873Z | Downloaded tabled_derive v0.6.0 |
1135 | 2023-10-18T23:22:07.876Z | Downloaded parking_lot v0.12.1 |
1136 | 2023-10-18T23:22:07.879Z | Downloaded flate2 v1.0.27 |
1137 | 2023-10-18T23:22:07.881Z | Downloaded parking_lot v0.11.2 |
1138 | 2023-10-18T23:22:07.885Z | Downloaded cstr-argument v0.1.2 |
1139 | 2023-10-18T23:22:07.888Z | Downloaded crunchy v0.2.2 |
1140 | 2023-10-18T23:22:07.891Z | Downloaded predicates-tree v1.0.9 |
1141 | 2023-10-18T23:22:07.894Z | Downloaded pest_generator v2.7.2 |
1142 | 2023-10-18T23:22:07.897Z | Downloaded xattr v1.0.1 |
1143 | 2023-10-18T23:22:07.900Z | Downloaded string_cache v0.8.7 |
1144 | 2023-10-18T23:22:07.902Z | Downloaded paste v1.0.14 |
1145 | 2023-10-18T23:22:07.905Z | Downloaded der_derive v0.7.2 |
1146 | 2023-10-18T23:22:07.909Z | Downloaded crossbeam-utils v0.8.16 |
1147 | 2023-10-18T23:22:07.911Z | Downloaded twox-hash v1.6.3 |
1148 | 2023-10-18T23:22:07.914Z | Downloaded mockall_derive v0.11.4 |
1149 | 2023-10-18T23:22:07.917Z | Downloaded derive_builder v0.12.0 |
1150 | 2023-10-18T23:22:07.920Z | Downloaded backtrace v0.3.69 |
1151 | 2023-10-18T23:22:07.923Z | Downloaded debug-ignore v1.0.5 |
1152 | 2023-10-18T23:22:07.926Z | Downloaded take_mut v0.2.2 |
1153 | 2023-10-18T23:22:07.928Z | Downloaded arc-swap v1.6.0 |
1154 | 2023-10-18T23:22:07.931Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1155 | 2023-10-18T23:22:07.934Z | Downloaded static_assertions v1.1.0 |
1156 | 2023-10-18T23:22:07.936Z | Downloaded spin v0.5.2 |
1157 | 2023-10-18T23:22:07.939Z | Downloaded miniz_oxide v0.7.1 |
1158 | 2023-10-18T23:22:07.942Z | Downloaded pkcs8 v0.10.2 |
1159 | 2023-10-18T23:22:07.945Z | Downloaded crucible-workspace-hack v0.1.0 |
1160 | 2023-10-18T23:22:07.947Z | Downloaded foreign-types-shared v0.1.1 |
1161 | 2023-10-18T23:22:07.950Z | Downloaded smf v0.2.2 |
1162 | 2023-10-18T23:22:07.953Z | Downloaded slog-dtrace v0.2.3 |
1163 | 2023-10-18T23:22:07.955Z | Downloaded rstest v0.18.2 |
1164 | 2023-10-18T23:22:07.958Z | Downloaded rustls-pemfile v1.0.3 |
1165 | 2023-10-18T23:22:07.961Z | Downloaded rustls-native-certs v0.6.3 |
1166 | 2023-10-18T23:22:07.964Z | Downloaded slab v0.4.9 |
1167 | 2023-10-18T23:22:07.966Z | Downloaded siphasher v0.3.11 |
1168 | 2023-10-18T23:22:07.969Z | Downloaded signal-hook-registry v1.4.1 |
1169 | 2023-10-18T23:22:07.972Z | Downloaded semver-parser v0.10.2 |
1170 | 2023-10-18T23:22:07.975Z | Downloaded constant_time_eq v0.3.0 |
1171 | 2023-10-18T23:22:07.978Z | Downloaded pin-utils v0.1.0 |
1172 | 2023-10-18T23:22:07.981Z | Downloaded pest v2.7.2 |
1173 | 2023-10-18T23:22:07.984Z | Downloaded pretty-hex v0.2.1 |
1174 | 2023-10-18T23:22:07.987Z | Downloaded postcard-cobs v0.1.5-pre |
1175 | 2023-10-18T23:22:07.990Z | Downloaded darling_macro v0.14.4 |
1176 | 2023-10-18T23:22:07.992Z | Downloaded serde_urlencoded v0.7.1 |
1177 | 2023-10-18T23:22:07.995Z | Downloaded scopeguard v1.2.0 |
1178 | 2023-10-18T23:22:07.999Z | Downloaded http v0.2.9 |
1179 | 2023-10-18T23:22:08.013Z | Downloaded futures-executor v0.3.28 |
1180 | 2023-10-18T23:22:08.023Z | Downloaded futures-core v0.3.28 |
1181 | 2023-10-18T23:22:08.027Z | Downloaded percent-encoding v2.3.0 |
1182 | 2023-10-18T23:22:08.030Z | Downloaded futures-task v0.3.28 |
1183 | 2023-10-18T23:22:08.035Z | Downloaded futures-macro v0.3.28 |
1184 | 2023-10-18T23:22:08.038Z | Downloaded futures-io v0.3.28 |
1185 | 2023-10-18T23:22:08.040Z | Downloaded olpc-cjson v0.1.3 |
1186 | 2023-10-18T23:22:08.043Z | Downloaded futures-sink v0.3.28 |
1187 | 2023-10-18T23:22:08.046Z | Downloaded futures-channel v0.3.28 |
1188 | 2023-10-18T23:22:08.050Z | Downloaded futures v0.3.28 |
1189 | 2023-10-18T23:22:08.053Z | Downloaded strsim v0.8.0 |
1190 | 2023-10-18T23:22:08.057Z | Downloaded native-tls v0.2.11 |
1191 | 2023-10-18T23:22:08.060Z | Downloaded multer v2.1.0 |
1192 | 2023-10-18T23:22:08.064Z | Downloaded want v0.3.1 |
1193 | 2023-10-18T23:22:08.068Z | Downloaded base64 v0.13.1 |
1194 | 2023-10-18T23:22:08.074Z | Downloaded tungstenite v0.20.1 |
1195 | 2023-10-18T23:22:08.078Z | Downloaded textwrap v0.16.0 |
1196 | 2023-10-18T23:22:08.082Z | Downloaded textwrap v0.11.0 |
1197 | 2023-10-18T23:22:08.087Z | Downloaded termtree v0.4.1 |
1198 | 2023-10-18T23:22:08.092Z | Downloaded ascii v1.1.0 |
1199 | 2023-10-18T23:22:08.097Z | Downloaded signal-hook-tokio v0.3.1 |
1200 | 2023-10-18T23:22:08.101Z | Downloaded same-file v1.0.6 |
1201 | 2023-10-18T23:22:08.105Z | Downloaded rustc-hash v1.1.0 |
1202 | 2023-10-18T23:22:08.108Z | Downloaded remove_dir_all v0.5.3 |
1203 | 2023-10-18T23:22:08.112Z | Downloaded tempdir v0.3.7 |
1204 | 2023-10-18T23:22:08.116Z | Downloaded term v0.7.0 |
1205 | 2023-10-18T23:22:08.120Z | Downloaded tar v0.4.40 |
1206 | 2023-10-18T23:22:08.536Z | Downloaded tap v1.0.1 |
1207 | 2023-10-18T23:22:08.543Z | Downloaded partial-io v0.5.4 |
1208 | 2023-10-18T23:22:08.957Z | Downloaded petgraph v0.6.4 |
1209 | 2023-10-18T23:22:08.960Z | Downloaded foreign-types-shared v0.3.1 |
1210 | 2023-10-18T23:22:08.963Z | Downloaded serde-big-array v0.5.1 |
1211 | 2023-10-18T23:22:08.966Z | Downloaded indicatif v0.17.7 |
1212 | 2023-10-18T23:22:08.968Z | Downloaded crossbeam-deque v0.8.3 |
1213 | 2023-10-18T23:22:08.971Z | Downloaded ahash v0.8.3 |
1214 | 2023-10-18T23:22:08.974Z | Downloaded predicates v2.1.5 |
1215 | 2023-10-18T23:22:08.977Z | Downloaded password-hash v0.5.0 |
1216 | 2023-10-18T23:22:08.980Z | Downloaded nanorand v0.7.0 |
1217 | 2023-10-18T23:22:08.983Z | Downloaded httparse v1.8.0 |
1218 | 2023-10-18T23:22:08.986Z | Downloaded linked-hash-map v0.5.6 |
1219 | 2023-10-18T23:22:08.988Z | Downloaded predicates-core v1.0.6 |
1220 | 2023-10-18T23:22:08.992Z | Downloaded phf v0.11.2 |
1221 | 2023-10-18T23:22:08.994Z | Downloaded pest_meta v2.7.2 |
1222 | 2023-10-18T23:22:08.997Z | Downloaded once_cell v1.18.0 |
1223 | 2023-10-18T23:22:09.000Z | Downloaded hashlink v0.8.3 |
1224 | 2023-10-18T23:22:09.004Z | Downloaded fxhash v0.2.1 |
1225 | 2023-10-18T23:22:09.007Z | Downloaded stringprep v0.1.3 |
1226 | 2023-10-18T23:22:09.010Z | Downloaded nibble_vec v0.1.0 |
1227 | 2023-10-18T23:22:09.013Z | Downloaded mime v0.3.17 |
1228 | 2023-10-18T23:22:09.016Z | Downloaded cassowary v0.3.0 |
1229 | 2023-10-18T23:22:09.019Z | Downloaded ena v0.14.2 |
1230 | 2023-10-18T23:22:09.022Z | Downloaded dashmap v5.5.1 |
1231 | 2023-10-18T23:22:09.025Z | Downloaded libefi-sys v0.1.0 |
1232 | 2023-10-18T23:22:09.028Z | Downloaded indexmap v1.9.3 |
1233 | 2023-10-18T23:22:09.031Z | Downloaded fastrand v2.0.0 |
1234 | 2023-10-18T23:22:09.034Z | Downloaded fallible-streaming-iterator v0.1.9 |
1235 | 2023-10-18T23:22:09.036Z | Downloaded precomputed-hash v0.1.1 |
1236 | 2023-10-18T23:22:09.039Z | Downloaded postgres-types v0.2.6 |
1237 | 2023-10-18T23:22:09.042Z | Downloaded postgres-protocol v0.6.6 |
1238 | 2023-10-18T23:22:09.045Z | Downloaded arrayvec v0.7.4 |
1239 | 2023-10-18T23:22:09.048Z | Downloaded aes-gcm-siv v0.11.1 |
1240 | 2023-10-18T23:22:09.050Z | Downloaded ppv-lite86 v0.2.17 |
1241 | 2023-10-18T23:22:09.053Z | Downloaded typenum v1.16.0 |
1242 | 2023-10-18T23:22:09.056Z | Downloaded try-lock v0.2.4 |
1243 | 2023-10-18T23:22:09.058Z | Downloaded structopt v0.3.26 |
1244 | 2023-10-18T23:22:09.061Z | Downloaded structmeta v0.1.6 |
1245 | 2023-10-18T23:22:09.064Z | Downloaded crc v3.0.1 |
1246 | 2023-10-18T23:22:09.067Z | Downloaded diff v0.1.13 |
1247 | 2023-10-18T23:22:09.070Z | Downloaded crypto-common v0.1.6 |
1248 | 2023-10-18T23:22:09.074Z | Downloaded yansi v0.5.1 |
1249 | 2023-10-18T23:22:09.077Z | Downloaded vsss-rs v3.3.1 |
1250 | 2023-10-18T23:22:09.080Z | Downloaded unicase v2.7.0 |
1251 | 2023-10-18T23:22:09.082Z | Downloaded strip-ansi-escapes v0.2.0 |
1252 | 2023-10-18T23:22:09.085Z | Downloaded darling_macro v0.20.3 |
1253 | 2023-10-18T23:22:09.088Z | Downloaded vte v0.11.1 |
1254 | 2023-10-18T23:22:09.091Z | Downloaded ucd-trie v0.1.6 |
1255 | 2023-10-18T23:22:09.094Z | Downloaded cipher v0.4.4 |
1256 | 2023-10-18T23:22:09.097Z | Downloaded chacha20 v0.9.1 |
1257 | 2023-10-18T23:22:09.099Z | Downloaded cfg-if v1.0.0 |
1258 | 2023-10-18T23:22:09.102Z | Downloaded cfg-if v0.1.10 |
1259 | 2023-10-18T23:22:09.105Z | Downloaded sha2 v0.10.7 |
1260 | 2023-10-18T23:22:09.107Z | Downloaded serde_tokenstream v0.2.0 |
1261 | 2023-10-18T23:22:09.110Z | Downloaded serde_tokenstream v0.1.7 |
1262 | 2023-10-18T23:22:09.113Z | Downloaded schemars_derive v0.8.13 |
1263 | 2023-10-18T23:22:09.116Z | Downloaded rustversion v1.0.14 |
1264 | 2023-10-18T23:22:09.119Z | Downloaded rustfmt-wrapper v0.2.0 |
1265 | 2023-10-18T23:22:09.121Z | Downloaded num-bigint-dig v0.8.4 |
1266 | 2023-10-18T23:22:09.124Z | Downloaded managed v0.8.0 |
1267 | 2023-10-18T23:22:09.126Z | Downloaded bzip2 v0.4.4 |
1268 | 2023-10-18T23:22:09.129Z | Downloaded backoff v0.4.0 |
1269 | 2023-10-18T23:22:09.132Z | Downloaded async-trait v0.1.73 |
1270 | 2023-10-18T23:22:09.135Z | Downloaded assert_cmd v2.0.12 |
1271 | 2023-10-18T23:22:09.137Z | Downloaded num-traits v0.2.16 |
1272 | 2023-10-18T23:22:09.140Z | Downloaded num-bigint v0.4.4 |
1273 | 2023-10-18T23:22:09.143Z | Downloaded mime_guess v2.0.4 |
1274 | 2023-10-18T23:22:09.146Z | Downloaded ipnetwork v0.20.0 |
1275 | 2023-10-18T23:22:09.149Z | Downloaded cc v1.0.83 |
1276 | 2023-10-18T23:22:09.152Z | Downloaded cancel-safe-futures v0.1.2 |
1277 | 2023-10-18T23:22:09.155Z | Downloaded num_enum_derive v0.5.11 |
1278 | 2023-10-18T23:22:09.158Z | Downloaded num_enum v0.7.0 |
1279 | 2023-10-18T23:22:09.160Z | Downloaded num_enum v0.5.11 |
1280 | 2023-10-18T23:22:09.163Z | Downloaded num-iter v0.1.43 |
1281 | 2023-10-18T23:22:09.166Z | Downloaded num-integer v0.1.45 |
1282 | 2023-10-18T23:22:09.168Z | Downloaded num-complex v0.4.4 |
1283 | 2023-10-18T23:22:09.171Z | Downloaded md-5 v0.10.5 |
1284 | 2023-10-18T23:22:09.174Z | Downloaded cexpr v0.6.0 |
1285 | 2023-10-18T23:22:09.177Z | Downloaded aead v0.5.2 |
1286 | 2023-10-18T23:22:09.180Z | Downloaded adler v1.0.2 |
1287 | 2023-10-18T23:22:09.183Z | Downloaded num_cpus v1.16.0 |
1288 | 2023-10-18T23:22:09.185Z | Downloaded num-rational v0.4.1 |
1289 | 2023-10-18T23:22:09.188Z | Downloaded num-derive v0.4.0 |
1290 | 2023-10-18T23:22:09.191Z | Downloaded nu-ansi-term v0.49.0 |
1291 | 2023-10-18T23:22:09.194Z | Downloaded newtype_derive v0.1.6 |
1292 | 2023-10-18T23:22:09.198Z | Downloaded crossbeam-epoch v0.9.15 |
1293 | 2023-10-18T23:22:09.201Z | Downloaded cpufeatures v0.2.9 |
1294 | 2023-10-18T23:22:09.204Z | Downloaded clap v3.2.25 |
1295 | 2023-10-18T23:22:09.207Z | Downloaded clap v2.34.0 |
1296 | 2023-10-18T23:22:09.209Z | Downloaded byteorder v1.4.3 |
1297 | 2023-10-18T23:22:09.212Z | Downloaded base64 v0.21.4 |
1298 | 2023-10-18T23:22:09.215Z | Downloaded assert_matches v1.5.0 |
1299 | 2023-10-18T23:22:09.218Z | Downloaded array-init v0.0.4 |
1300 | 2023-10-18T23:22:09.220Z | Downloaded num v0.4.1 |
1301 | 2023-10-18T23:22:09.223Z | Downloaded normalize-line-endings v0.3.0 |
1302 | 2023-10-18T23:22:09.226Z | Downloaded newline-converter v0.3.0 |
1303 | 2023-10-18T23:22:09.228Z | Downloaded matches v0.1.10 |
1304 | 2023-10-18T23:22:09.231Z | Downloaded match_cfg v0.1.0 |
1305 | 2023-10-18T23:22:09.234Z | Downloaded lru-cache v0.1.2 |
1306 | 2023-10-18T23:22:09.236Z | Downloaded ciborium-io v0.2.1 |
1307 | 2023-10-18T23:22:09.240Z | Downloaded camino-tempfile v1.0.2 |
1308 | 2023-10-18T23:22:09.242Z | Downloaded blake2 v0.10.6 |
1309 | 2023-10-18T23:22:09.245Z | Downloaded lalrpop-util v0.19.12 |
1310 | 2023-10-18T23:22:09.248Z | Downloaded is-terminal v0.4.9 |
1311 | 2023-10-18T23:22:09.251Z | Downloaded async-recursion v1.0.5 |
1312 | 2023-10-18T23:22:09.254Z | Downloaded ascii-canvas v3.0.0 |
1313 | 2023-10-18T23:22:09.256Z | Downloaded keccak v0.1.4 |
1314 | 2023-10-18T23:22:09.259Z | Downloaded crc32fast v1.3.2 |
1315 | 2023-10-18T23:22:09.262Z | Downloaded libloading v0.7.4 |
1316 | 2023-10-18T23:22:09.265Z | Downloaded ipnet v2.8.0 |
1317 | 2023-10-18T23:22:09.268Z | Downloaded indoc v2.0.3 |
1318 | 2023-10-18T23:22:09.270Z | Downloaded hyper-staticfile v0.9.5 |
1319 | 2023-10-18T23:22:09.273Z | Downloaded cast v0.3.0 |
1320 | 2023-10-18T23:22:09.275Z | Downloaded convert_case v0.4.0 |
1321 | 2023-10-18T23:22:09.278Z | Downloaded const-oid v0.9.5 |
1322 | 2023-10-18T23:22:09.281Z | Downloaded console v0.15.7 |
1323 | 2023-10-18T23:22:09.284Z | Downloaded heapless v0.7.16 |
1324 | 2023-10-18T23:22:09.287Z | Downloaded criterion-plot v0.5.0 |
1325 | 2023-10-18T23:22:09.289Z | Downloaded corncobs v0.1.3 |
1326 | 2023-10-18T23:22:09.292Z | Downloaded clang-sys v1.6.1 |
1327 | 2023-10-18T23:22:09.295Z | Downloaded ciborium-ll v0.2.1 |
1328 | 2023-10-18T23:22:09.297Z | Downloaded colored v2.0.4 |
1329 | 2023-10-18T23:22:09.300Z | Downloaded ciborium v0.2.1 |
1330 | 2023-10-18T23:22:09.302Z | Downloaded bytes v1.5.0 |
1331 | 2023-10-18T23:22:09.305Z | Downloaded buf-list v1.0.3 |
1332 | 2023-10-18T23:22:09.308Z | Downloaded httptest v0.15.4 |
1333 | 2023-10-18T23:22:09.311Z | Downloaded crossbeam v0.8.2 |
1334 | 2023-10-18T23:22:09.314Z | Downloaded constant_time_eq v0.2.6 |
1335 | 2023-10-18T23:22:09.317Z | Downloaded const_format_proc_macros v0.2.31 |
1336 | 2023-10-18T23:22:09.320Z | Downloaded clap_derive v3.2.25 |
1337 | 2023-10-18T23:22:09.323Z | Downloaded blake2b_simd v1.0.1 |
1338 | 2023-10-18T23:22:09.326Z | Downloaded inout v0.1.3 |
1339 | 2023-10-18T23:22:09.330Z | Downloaded indoc v1.0.9 |
1340 | 2023-10-18T23:22:09.333Z | Downloaded bitstruct_derive v0.1.0 |
1341 | 2023-10-18T23:22:09.336Z | Downloaded clap_lex v0.2.4 |
1342 | 2023-10-18T23:22:09.338Z | Downloaded basic-toml v0.1.4 |
1343 | 2023-10-18T23:22:09.341Z | Downloaded minimal-lexical v0.2.1 |
1344 | 2023-10-18T23:22:09.343Z | Downloaded humantime v2.1.0 |
1345 | 2023-10-18T23:22:09.348Z | Downloaded hubpack v0.1.2 |
1346 | 2023-10-18T23:22:09.351Z | Downloaded hostname v0.3.1 |
1347 | 2023-10-18T23:22:09.354Z | Downloaded hmac v0.12.1 |
1348 | 2023-10-18T23:22:09.361Z | Downloaded block-buffer v0.10.4 |
1349 | 2023-10-18T23:22:09.371Z | Downloaded atomic-waker v1.1.1 |
1350 | 2023-10-18T23:22:09.788Z | Downloaded ident_case v1.0.1 |
1351 | 2023-10-18T23:22:09.801Z | Downloaded hyper-tls v0.5.0 |
1352 | 2023-10-18T23:22:09.811Z | Downloaded httpdate v1.0.3 |
1353 | 2023-10-18T23:22:09.816Z | Downloaded http-body v0.4.5 |
1354 | 2023-10-18T23:22:09.819Z | Downloaded highway v1.1.0 |
1355 | 2023-10-18T23:22:09.822Z | Downloaded hex v0.4.3 |
1356 | 2023-10-18T23:22:09.828Z | Downloaded bytecount v0.6.3 |
1357 | 2023-10-18T23:22:09.835Z | Downloaded bitfield v0.14.0 |
1358 | 2023-10-18T23:22:09.839Z | Downloaded bcs v0.1.5 |
1359 | 2023-10-18T23:22:09.846Z | Downloaded http-range v0.1.5 |
1360 | 2023-10-18T23:22:09.850Z | Downloaded bincode v1.3.3 |
1361 | 2023-10-18T23:22:09.855Z | Downloaded bit-set v0.5.3 |
1362 | 2023-10-18T23:22:09.860Z | Downloaded bitstruct v0.1.1 |
1363 | 2023-10-18T23:22:09.863Z | Downloaded base64ct v1.6.0 |
1364 | 2023-10-18T23:22:09.866Z | Compiling proc-macro2 v1.0.67 |
1365 | 2023-10-18T23:22:09.870Z | Compiling serde v1.0.188 |
1366 | 2023-10-18T23:22:09.875Z | Compiling autocfg v1.1.0 |
1367 | 2023-10-18T23:22:09.879Z | Compiling version_check v0.9.4 |
1368 | 2023-10-18T23:22:09.921Z | Compiling syn v1.0.109 |
1369 | 2023-10-18T23:22:09.929Z | Compiling parking_lot_core v0.9.8 |
1370 | 2023-10-18T23:22:09.932Z | Compiling libm v0.2.7 |
1371 | 2023-10-18T23:22:09.935Z | Compiling libc v0.2.149 |
1372 | 2023-10-18T23:22:10.093Z | Compiling cfg-if v1.0.0 |
1373 | 2023-10-18T23:22:10.237Z | Compiling futures-core v0.3.28 |
1374 | 2023-10-18T23:22:10.292Z | Compiling once_cell v1.18.0 |
1375 | 2023-10-18T23:22:10.315Z | Compiling typenum v1.16.0 |
1376 | 2023-10-18T23:22:10.770Z | Compiling ahash v0.8.3 |
1377 | 2023-10-18T23:22:10.798Z | Compiling generic-array v0.14.7 |
1378 | 2023-10-18T23:22:10.814Z | Compiling lock_api v0.4.10 |
1379 | 2023-10-18T23:22:11.004Z | Compiling num-traits v0.2.16 |
1380 | 2023-10-18T23:22:11.260Z | Compiling quote v1.0.33 |
1381 | 2023-10-18T23:22:11.585Z | Compiling slab v0.4.9 |
1382 | 2023-10-18T23:22:11.687Z | Compiling futures-task v0.3.28 |
1383 | 2023-10-18T23:22:12.013Z | Compiling syn v2.0.32 |
1384 | 2023-10-18T23:22:12.363Z | Compiling jobserver v0.1.26 |
1385 | 2023-10-18T23:22:12.486Z | Compiling futures-channel v0.3.28 |
1386 | 2023-10-18T23:22:12.738Z | Compiling pkg-config v0.3.27 |
1387 | 2023-10-18T23:22:12.823Z | Compiling futures-util v0.3.28 |
1388 | 2023-10-18T23:22:12.909Z | Compiling cc v1.0.83 |
1389 | 2023-10-18T23:22:12.994Z | Compiling memchr v2.6.3 |
1390 | 2023-10-18T23:22:13.067Z | Compiling vcpkg v0.2.15 |
1391 | 2023-10-18T23:22:13.340Z | Compiling itoa v1.0.9 |
1392 | 2023-10-18T23:22:13.546Z | Compiling log v0.4.20 |
1393 | 2023-10-18T23:22:13.678Z | Compiling schemars v0.8.13 |
1394 | 2023-10-18T23:22:14.150Z | Compiling serde_json v1.0.107 |
1395 | 2023-10-18T23:22:14.573Z | Compiling indexmap v1.9.3 |
1396 | 2023-10-18T23:22:14.631Z | Compiling httparse v1.8.0 |
1397 | 2023-10-18T23:22:14.994Z | Compiling ryu v1.0.15 |
1398 | 2023-10-18T23:22:15.027Z | Compiling allocator-api2 v0.2.16 |
1399 | 2023-10-18T23:22:15.207Z | Compiling equivalent v1.0.1 |
1400 | 2023-10-18T23:22:15.359Z | Compiling rustix v0.38.9 |
1401 | 2023-10-18T23:22:15.534Z | Compiling getrandom v0.2.10 |
1402 | 2023-10-18T23:22:15.925Z | Compiling fnv v1.0.7 |
1403 | 2023-10-18T23:22:16.100Z | Compiling rustls v0.21.7 |
1404 | 2023-10-18T23:22:16.108Z | Compiling openssl v0.10.57 |
1405 | 2023-10-18T23:22:16.116Z | Compiling aho-corasick v1.0.4 |
1406 | 2023-10-18T23:22:16.252Z | Compiling hashbrown v0.14.0 |
1407 | 2023-10-18T23:22:16.435Z | Compiling unicode-xid v0.2.4 |
1408 | 2023-10-18T23:22:16.455Z | Compiling regex-syntax v0.7.5 |
1409 | 2023-10-18T23:22:16.672Z | Compiling ucd-trie v0.1.6 |
1410 | 2023-10-18T23:22:17.489Z | Compiling native-tls v0.2.11 |
1411 | 2023-10-18T23:22:17.717Z | Compiling ring v0.16.20 |
1412 | 2023-10-18T23:22:17.921Z | Compiling openssl-sys v0.9.93 |
1413 | 2023-10-18T23:22:18.783Z | Compiling backtrace v0.3.69 |
1414 | 2023-10-18T23:22:19.366Z | Compiling crossbeam-utils v0.8.16 |
1415 | 2023-10-18T23:22:20.029Z | Compiling async-trait v0.1.73 |
1416 | 2023-10-18T23:22:20.679Z | Compiling anyhow v1.0.75 |
1417 | 2023-10-18T23:22:21.184Z | Compiling slog v2.7.0 |
1418 | 2023-10-18T23:22:21.486Z | Compiling time-core v0.1.1 |
1419 | 2023-10-18T23:22:21.721Z | Compiling time-macros v0.2.13 |
1420 | 2023-10-18T23:22:21.833Z | Compiling regex-automata v0.3.8 |
1421 | 2023-10-18T23:22:21.993Z | Compiling byteorder v1.4.3 |
1422 | 2023-10-18T23:22:22.319Z | Compiling iana-time-zone v0.1.57 |
1423 | 2023-10-18T23:22:22.765Z | Compiling dyn-clone v1.0.13 |
1424 | 2023-10-18T23:22:22.852Z | Compiling hashbrown v0.13.2 |
1425 | 2023-10-18T23:22:23.025Z | Compiling usdt-impl v0.3.5 |
1426 | 2023-10-18T23:22:23.679Z | Compiling unicode-width v0.1.10 |
1427 | 2023-10-18T23:22:23.917Z | Compiling serde_derive_internals v0.26.0 |
1428 | 2023-10-18T23:22:24.793Z | Compiling synstructure v0.12.6 |
1429 | 2023-10-18T23:22:25.498Z | Compiling thread-id v4.2.0 |
1430 | 2023-10-18T23:22:25.649Z | Compiling strsim v0.10.0 |
1431 | 2023-10-18T23:22:26.393Z | Compiling scopeguard v1.2.0 |
1432 | 2023-10-18T23:22:26.635Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2023-10-18T23:22:26.675Z | Compiling winnow v0.5.15 |
1434 | 2023-10-18T23:22:26.703Z | Compiling tinyvec v1.6.0 |
1435 | 2023-10-18T23:22:27.467Z | Compiling unicode-bidi v0.3.13 |
1436 | 2023-10-18T23:22:27.938Z | Compiling smallvec v1.11.0 |
1437 | 2023-10-18T23:22:29.221Z | Compiling percent-encoding v2.3.0 |
1438 | 2023-10-18T23:22:29.335Z | Compiling unicode-normalization v0.1.22 |
1439 | 2023-10-18T23:22:29.605Z | Compiling parking_lot v0.12.1 |
1440 | 2023-10-18T23:22:29.664Z | Compiling form_urlencoded v1.2.0 |
1441 | 2023-10-18T23:22:29.770Z | Compiling num-integer v0.1.45 |
1442 | 2023-10-18T23:22:30.110Z | Compiling regex v1.9.5 |
1443 | 2023-10-18T23:22:30.162Z | Compiling bitflags v1.3.2 |
1444 | 2023-10-18T23:22:30.324Z | Compiling adler v1.0.2 |
1445 | 2023-10-18T23:22:30.638Z | Compiling crc32fast v1.3.2 |
1446 | 2023-10-18T23:22:31.063Z | Compiling idna v0.4.0 |
1447 | 2023-10-18T23:22:31.214Z | Compiling miniz_oxide v0.7.1 |
1448 | 2023-10-18T23:22:31.346Z | Compiling spin v0.5.2 |
1449 | 2023-10-18T23:22:31.689Z | Compiling gimli v0.28.0 |
1450 | 2023-10-18T23:22:31.803Z | Compiling object v0.32.1 |
1451 | 2023-10-18T23:22:32.949Z | Compiling url v2.4.1 |
1452 | 2023-10-18T23:22:33.497Z | Compiling pin-project-lite v0.2.13 |
1453 | 2023-10-18T23:22:33.572Z | Compiling rustc-demangle v0.1.23 |
1454 | 2023-10-18T23:22:33.676Z | Compiling errno v0.3.2 |
1455 | 2023-10-18T23:22:33.853Z | Compiling serde_derive v1.0.188 |
1456 | 2023-10-18T23:22:33.938Z | Compiling zeroize_derive v1.4.2 |
1457 | 2023-10-18T23:22:34.569Z | Compiling thiserror-impl v1.0.49 |
1458 | 2023-10-18T23:22:35.067Z | Compiling tokio-macros v2.1.0 |
1459 | 2023-10-18T23:22:35.931Z | Compiling futures-macro v0.3.28 |
1460 | 2023-10-18T23:22:36.257Z | Compiling tracing-attributes v0.1.26 |
1461 | 2023-10-18T23:22:37.461Z | Compiling schemars_derive v0.8.13 |
1462 | 2023-10-18T23:22:37.663Z | Compiling openssl-macros v0.1.1 |
1463 | 2023-10-18T23:22:39.130Z | Compiling zerocopy-derive v0.2.0 |
1464 | 2023-10-18T23:22:39.185Z | Compiling thiserror v1.0.49 |
1465 | 2023-10-18T23:22:39.370Z | Compiling pest v2.7.2 |
1466 | 2023-10-18T23:22:39.854Z | Compiling addr2line v0.21.0 |
1467 | 2023-10-18T23:22:40.865Z | Compiling zerocopy-derive v0.6.3 |
1468 | 2023-10-18T23:22:41.699Z | Compiling memoffset v0.9.0 |
1469 | 2023-10-18T23:22:41.953Z | Compiling zerocopy v0.3.0 |
1470 | 2023-10-18T23:22:42.824Z | Compiling mio v0.8.8 |
1471 | 2023-10-18T23:22:42.831Z | Compiling signal-hook-registry v1.4.1 |
1472 | 2023-10-18T23:22:43.246Z | Compiling dof v0.1.5 |
1473 | 2023-10-18T23:22:43.265Z | Compiling socket2 v0.5.3 |
1474 | 2023-10-18T23:22:43.885Z | Compiling pest_meta v2.7.2 |
1475 | 2023-10-18T23:22:44.222Z | Compiling num_cpus v1.16.0 |
1476 | 2023-10-18T23:22:44.430Z | Compiling deranged v0.3.8 |
1477 | 2023-10-18T23:22:44.657Z | Compiling num_threads v0.1.6 |
1478 | 2023-10-18T23:22:44.732Z | Compiling radium v0.7.0 |
1479 | 2023-10-18T23:22:44.757Z | Compiling futures-sink v0.3.28 |
1480 | 2023-10-18T23:22:45.364Z | Compiling crossbeam-epoch v0.9.15 |
1481 | 2023-10-18T23:22:45.419Z | Compiling pin-utils v0.1.0 |
1482 | 2023-10-18T23:22:45.542Z | Compiling futures-io v0.3.28 |
1483 | 2023-10-18T23:22:45.730Z | Compiling clap_derive v4.4.2 |
1484 | 2023-10-18T23:22:45.754Z | Compiling tracing-core v0.1.31 |
1485 | 2023-10-18T23:22:46.135Z | Compiling pest_generator v2.7.2 |
1486 | 2023-10-18T23:22:47.607Z | Compiling time v0.3.27 |
1487 | 2023-10-18T23:22:47.848Z | Compiling num-iter v0.1.43 |
1488 | 2023-10-18T23:22:48.237Z | Compiling either v1.9.0 |
1489 | 2023-10-18T23:22:49.004Z | Compiling tracing v0.1.37 |
1490 | 2023-10-18T23:22:49.206Z | Compiling lazy_static v1.4.0 |
1491 | 2023-10-18T23:22:49.356Z | Compiling rand_core v0.6.4 |
1492 | 2023-10-18T23:22:49.768Z | Compiling zeroize v1.6.0 |
1493 | 2023-10-18T23:22:50.041Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1494 | 2023-10-18T23:22:50.642Z | Compiling base64 v0.21.4 |
1495 | 2023-10-18T23:22:51.297Z | Compiling pest_derive v2.7.2 |
1496 | 2023-10-18T23:22:51.816Z | Compiling untrusted v0.7.1 |
1497 | 2023-10-18T23:22:52.326Z | Compiling dtrace-parser v0.1.14 |
1498 | 2023-10-18T23:22:53.446Z | Compiling enum-as-inner v0.5.1 |
1499 | 2023-10-18T23:22:54.955Z | Compiling openssl-probe v0.1.5 |
1500 | 2023-10-18T23:22:55.029Z | Compiling foreign-types-shared v0.1.1 |
1501 | 2023-10-18T23:22:55.184Z | Compiling hashbrown v0.12.3 |
1502 | 2023-10-18T23:22:55.336Z | Compiling foreign-types v0.3.2 |
1503 | 2023-10-18T23:22:55.457Z | Compiling try-lock v0.2.4 |
1504 | 2023-10-18T23:22:55.656Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1505 | 2023-10-18T23:22:55.947Z | Compiling siphasher v0.3.11 |
1506 | 2023-10-18T23:22:56.039Z | Compiling want v0.3.1 |
1507 | 2023-10-18T23:22:56.087Z | Compiling sct v0.7.0 |
1508 | 2023-10-18T23:22:56.422Z | Compiling rustls-webpki v0.101.4 |
1509 | 2023-10-18T23:22:56.574Z | Compiling socket2 v0.4.9 |
1510 | 2023-10-18T23:22:56.986Z | Compiling indexmap v2.0.0 |
1511 | 2023-10-18T23:22:57.153Z | Compiling bytes v1.5.0 |
1512 | 2023-10-18T23:22:57.557Z | Compiling chrono v0.4.31 |
1513 | 2023-10-18T23:22:57.715Z | Compiling uuid v1.4.1 |
1514 | 2023-10-18T23:22:57.829Z | Compiling semver v1.0.18 |
1515 | 2023-10-18T23:22:57.874Z | Compiling serde_tokenstream v0.1.7 |
1516 | 2023-10-18T23:22:58.653Z | Compiling http v0.2.9 |
1517 | 2023-10-18T23:22:58.789Z | Compiling rustc_version v0.4.0 |
1518 | 2023-10-18T23:22:58.920Z | Compiling serde_spanned v0.6.3 |
1519 | 2023-10-18T23:22:59.013Z | Compiling toml_datetime v0.6.3 |
1520 | 2023-10-18T23:22:59.076Z | Compiling bitflags v2.4.0 |
1521 | 2023-10-18T23:22:59.252Z | Compiling tokio v1.32.0 |
1522 | 2023-10-18T23:22:59.726Z | Compiling toml_edit v0.19.15 |
1523 | 2023-10-18T23:22:59.832Z | Compiling openapiv3 v1.0.3 |
1524 | 2023-10-18T23:23:01.163Z | Compiling heapless v0.7.16 |
1525 | 2023-10-18T23:23:02.255Z | Compiling usdt-attr-macro v0.3.5 |
1526 | 2023-10-18T23:23:02.627Z | Compiling usdt-macro v0.3.5 |
1527 | 2023-10-18T23:23:03.847Z | Compiling http-body v0.4.5 |
1528 | 2023-10-18T23:23:04.455Z | Compiling httpdate v1.0.3 |
1529 | 2023-10-18T23:23:04.518Z | Compiling tower-service v0.3.2 |
1530 | 2023-10-18T23:23:05.093Z | Compiling rustls-pemfile v1.0.3 |
1531 | 2023-10-18T23:23:05.615Z | Compiling rustls-native-certs v0.6.3 |
1532 | 2023-10-18T23:23:05.641Z | Compiling crypto-common v0.1.6 |
1533 | 2023-10-18T23:23:05.931Z | Compiling diesel_table_macro_syntax v0.1.0 |
1534 | 2023-10-18T23:23:06.165Z | Compiling num-bigint v0.4.4 |
1535 | 2023-10-18T23:23:06.505Z | Compiling smoltcp v0.9.1 |
1536 | 2023-10-18T23:23:06.789Z | Compiling ipnet v2.8.0 |
1537 | 2023-10-18T23:23:07.013Z | Compiling bit-vec v0.6.3 |
1538 | 2023-10-18T23:23:07.672Z | Compiling diesel_derives v2.1.1 |
1539 | 2023-10-18T23:23:07.675Z | Compiling serde_urlencoded v0.7.1 |
1540 | 2023-10-18T23:23:07.988Z | Compiling serde_tokenstream v0.2.0 |
1541 | 2023-10-18T23:23:08.518Z | Compiling phf_shared v0.10.0 |
1542 | 2023-10-18T23:23:08.558Z | Compiling block-buffer v0.10.4 |
1543 | 2023-10-18T23:23:08.817Z | Compiling hubpack_derive v0.1.1 |
1544 | 2023-10-18T23:23:08.909Z | Compiling encoding_rs v0.8.33 |
1545 | 2023-10-18T23:23:09.099Z | Compiling subtle v2.5.0 |
1546 | 2023-10-18T23:23:09.590Z | Compiling fixedbitset v0.4.2 |
1547 | 2023-10-18T23:23:10.097Z | Compiling webpki-roots v0.25.2 |
1548 | 2023-10-18T23:23:10.257Z | Compiling precomputed-hash v0.1.1 |
1549 | 2023-10-18T23:23:10.344Z | Compiling ppv-lite86 v0.2.17 |
1550 | 2023-10-18T23:23:10.405Z | Compiling mime v0.3.17 |
1551 | 2023-10-18T23:23:11.269Z | Compiling const-oid v0.9.5 |
1552 | 2023-10-18T23:23:11.519Z | Compiling new_debug_unreachable v1.0.4 |
1553 | 2023-10-18T23:23:11.601Z | Compiling rand_chacha v0.3.1 |
1554 | 2023-10-18T23:23:11.647Z | Compiling string_cache v0.8.7 |
1555 | 2023-10-18T23:23:12.318Z | Compiling tokio-util v0.7.8 |
1556 | 2023-10-18T23:23:13.195Z | Compiling tokio-rustls v0.24.1 |
1557 | 2023-10-18T23:23:13.784Z | Compiling petgraph v0.6.4 |
1558 | 2023-10-18T23:23:14.335Z | Compiling h2 v0.3.21 |
1559 | 2023-10-18T23:23:15.408Z | Compiling tokio-native-tls v0.3.1 |
1560 | 2023-10-18T23:23:15.822Z | Compiling digest v0.10.7 |
1561 | 2023-10-18T23:23:16.136Z | Compiling bit-set v0.5.3 |
1562 | 2023-10-18T23:23:16.489Z | Compiling itertools v0.10.5 |
1563 | 2023-10-18T23:23:17.046Z | Compiling unicode-segmentation v1.10.1 |
1564 | 2023-10-18T23:23:18.006Z | Compiling lalrpop-util v0.19.12 |
1565 | 2023-10-18T23:23:18.286Z | Compiling flate2 v1.0.27 |
1566 | 2023-10-18T23:23:18.523Z | Compiling rand v0.8.5 |
1567 | 2023-10-18T23:23:18.531Z | Compiling toml v0.7.8 |
1568 | 2023-10-18T23:23:19.817Z | Compiling serde_repr v0.1.16 |
1569 | 2023-10-18T23:23:20.686Z | Compiling io-lifetimes v1.0.11 |
1570 | 2023-10-18T23:23:20.730Z | Compiling regress v0.7.1 |
1571 | 2023-10-18T23:23:20.964Z | Compiling anstyle v1.0.2 |
1572 | 2023-10-18T23:23:21.133Z | Compiling utf8parse v0.2.1 |
1573 | 2023-10-18T23:23:21.255Z | Compiling cpufeatures v0.2.9 |
1574 | 2023-10-18T23:23:21.346Z | Compiling anstyle-parse v0.2.1 |
1575 | 2023-10-18T23:23:21.389Z | Compiling sha2 v0.10.7 |
1576 | 2023-10-18T23:23:21.440Z | Compiling rustix v0.37.23 |
1577 | 2023-10-18T23:23:21.660Z | Compiling md-5 v0.10.5 |
1578 | 2023-10-18T23:23:21.896Z | Compiling hmac v0.12.1 |
1579 | 2023-10-18T23:23:22.014Z | Compiling stringprep v0.1.3 |
1580 | 2023-10-18T23:23:22.228Z | Compiling spin v0.9.8 |
1581 | 2023-10-18T23:23:22.635Z | Compiling hash32 v0.2.1 |
1582 | 2023-10-18T23:23:22.821Z | Compiling stable_deref_trait v1.2.0 |
1583 | 2023-10-18T23:23:22.961Z | Compiling colorchoice v1.0.0 |
1584 | 2023-10-18T23:23:23.190Z | Compiling fallible-iterator v0.2.0 |
1585 | 2023-10-18T23:23:23.211Z | Compiling anstyle-query v1.0.0 |
1586 | 2023-10-18T23:23:23.382Z | Compiling anstream v0.5.0 |
1587 | 2023-10-18T23:23:23.425Z | Compiling phf_shared v0.11.2 |
1588 | 2023-10-18T23:23:23.812Z | Compiling terminal_size v0.2.6 |
1589 | 2023-10-18T23:23:23.974Z | Compiling block-padding v0.3.3 |
1590 | 2023-10-18T23:23:24.078Z | Compiling scheduled-thread-pool v0.2.7 |
1591 | 2023-10-18T23:23:24.322Z | Compiling postgres-protocol v0.6.6 |
1592 | 2023-10-18T23:23:24.342Z | Compiling matches v0.1.10 |
1593 | 2023-10-18T23:23:24.363Z | Compiling tap v1.0.1 |
1594 | 2023-10-18T23:23:24.482Z | Compiling clap_lex v0.5.1 |
1595 | 2023-10-18T23:23:24.651Z | Compiling regex-automata v0.1.10 |
1596 | 2023-10-18T23:23:24.931Z | Compiling managed v0.8.0 |
1597 | 2023-10-18T23:23:25.173Z | Compiling clap_builder v4.4.2 |
1598 | 2023-10-18T23:23:25.394Z | Compiling bstr v0.2.17 |
1599 | 2023-10-18T23:23:25.415Z | Compiling wyz v0.5.1 |
1600 | 2023-10-18T23:23:25.612Z | Compiling postgres-types v0.2.6 |
1601 | 2023-10-18T23:23:26.086Z | Compiling hyper v0.14.27 |
1602 | 2023-10-18T23:23:26.385Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1603 | 2023-10-18T23:23:27.859Z | Compiling r2d2 v0.8.10 |
1604 | 2023-10-18T23:23:28.869Z | Compiling idna v0.2.3 |
1605 | 2023-10-18T23:23:29.101Z | Compiling inout v0.1.3 |
1606 | 2023-10-18T23:23:29.511Z | Compiling phf v0.11.2 |
1607 | 2023-10-18T23:23:30.952Z | Compiling hubpack v0.1.2 |
1608 | 2023-10-18T23:23:31.144Z | Compiling ipnetwork v0.20.0 |
1609 | 2023-10-18T23:23:31.578Z | Compiling futures-executor v0.3.28 |
1610 | 2023-10-18T23:23:31.701Z | Compiling itertools v0.11.0 |
1611 | 2023-10-18T23:23:32.351Z | Compiling zerocopy v0.6.3 |
1612 | 2023-10-18T23:23:32.527Z | Compiling float-cmp v0.9.0 |
1613 | 2023-10-18T23:23:32.849Z | Compiling normalize-line-endings v0.3.0 |
1614 | 2023-10-18T23:23:33.014Z | Compiling predicates-core v1.0.6 |
1615 | 2023-10-18T23:23:33.497Z | Compiling smawk v0.3.1 |
1616 | 2023-10-18T23:23:33.746Z | Compiling whoami v1.4.1 |
1617 | 2023-10-18T23:23:33.817Z | Compiling funty v2.0.0 |
1618 | 2023-10-18T23:23:34.375Z | Compiling data-encoding v2.4.0 |
1619 | 2023-10-18T23:23:34.613Z | Compiling static_assertions v1.1.0 |
1620 | 2023-10-18T23:23:34.754Z | Compiling unicode-linebreak v0.1.5 |
1621 | 2023-10-18T23:23:35.564Z | Compiling difflib v0.4.0 |
1622 | 2023-10-18T23:23:35.952Z | Compiling bitvec v1.0.1 |
1623 | 2023-10-18T23:23:36.439Z | Compiling predicates v3.0.4 |
1624 | 2023-10-18T23:23:36.937Z | Compiling textwrap v0.16.0 |
1625 | 2023-10-18T23:23:37.697Z | Compiling hyper-rustls v0.24.1 |
1626 | 2023-10-18T23:23:37.830Z | Compiling hyper-tls v0.5.0 |
1627 | 2023-10-18T23:23:38.349Z | Compiling reqwest v0.11.20 |
1628 | 2023-10-18T23:23:38.683Z | Compiling trust-dns-proto v0.22.0 |
1629 | 2023-10-18T23:23:38.763Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1630 | 2023-10-18T23:23:38.894Z | Compiling yasna v0.5.2 |
1631 | 2023-10-18T23:23:39.414Z | Compiling tokio-postgres v0.7.10 |
1632 | 2023-10-18T23:23:42.084Z | Compiling futures v0.3.28 |
1633 | 2023-10-18T23:23:42.246Z | Compiling diesel v2.1.1 |
1634 | 2023-10-18T23:23:42.959Z | Compiling clap v4.4.3 |
1635 | 2023-10-18T23:23:43.118Z | Compiling cipher v0.4.4 |
1636 | 2023-10-18T23:23:43.469Z | Compiling similar v2.2.1 |
1637 | 2023-10-18T23:23:44.098Z | Compiling signature v2.1.0 |
1638 | 2023-10-18T23:23:44.428Z | Compiling tokio-stream v0.1.14 |
1639 | 2023-10-18T23:23:45.961Z | Compiling usdt v0.3.5 |
1640 | 2023-10-18T23:23:46.374Z | Compiling hex v0.4.3 |
1641 | 2023-10-18T23:23:47.024Z | Compiling console v0.15.7 |
1642 | 2023-10-18T23:23:47.429Z | Compiling bstr v1.6.0 |
1643 | 2023-10-18T23:23:47.994Z | Compiling getopts v0.2.21 |
1644 | 2023-10-18T23:23:48.734Z | Compiling unsafe-libyaml v0.2.9 |
1645 | 2023-10-18T23:23:49.191Z | Compiling rustversion v1.0.14 |
1646 | 2023-10-18T23:23:49.944Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1647 | 2023-10-18T23:23:51.069Z | Compiling serde_yaml v0.9.25 |
1648 | 2023-10-18T23:23:51.539Z | Compiling ident_case v1.0.1 |
1649 | 2023-10-18T23:23:52.217Z | Compiling slog-async v2.8.0 |
1650 | 2023-10-18T23:23:52.894Z | Compiling strum_macros v0.25.2 |
1651 | 2023-10-18T23:23:53.307Z | Compiling paste v1.0.14 |
1652 | 2023-10-18T23:23:53.601Z | Compiling darling_core v0.20.3 |
1653 | 2023-10-18T23:23:55.720Z | Compiling multer v2.1.0 |
1654 | 2023-10-18T23:23:56.660Z | Compiling async-stream-impl v0.3.5 |
1655 | 2023-10-18T23:23:57.144Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1656 | 2023-10-18T23:23:57.332Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1657 | 2023-10-18T23:23:57.403Z | Compiling regex-syntax v0.6.29 |
1658 | 2023-10-18T23:23:58.630Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1659 | 2023-10-18T23:23:59.076Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1660 | 2023-10-18T23:23:59.677Z | Compiling structmeta-derive v0.1.6 |
1661 | 2023-10-18T23:24:02.818Z | Compiling darling_macro v0.20.3 |
1662 | 2023-10-18T23:24:04.262Z | Compiling structmeta v0.1.6 |
1663 | 2023-10-18T23:24:05.596Z | Compiling darling v0.20.3 |
1664 | 2023-10-18T23:24:06.869Z | Compiling serde_with_macros v2.3.3 |
1665 | 2023-10-18T23:24:29.343Z | Compiling parse-display-derive v0.7.0 |
1666 | 2023-10-18T23:24:29.729Z | Compiling test-strategy v0.2.1 |
1667 | 2023-10-18T23:24:30.054Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1668 | 2023-10-18T23:24:30.551Z | Checking unicode-ident v1.0.12 |
1669 | 2023-10-18T23:24:46.790Z | Checking heck v0.4.1 |
1670 | 2023-10-18T23:24:55.052Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1671 | 2023-10-18T23:24:55.480Z | Checking crossbeam-channel v0.5.8 |
1672 | 2023-10-18T23:24:55.602Z | Checking atty v0.2.14 |
1673 | 2023-10-18T23:24:56.098Z | Checking match_cfg v0.1.0 |
1674 | 2023-10-18T23:24:56.220Z | Checking hostname v0.3.1 |
1675 | 2023-10-18T23:24:56.394Z | Checking sha1 v0.10.5 |
1676 | 2023-10-18T23:24:56.686Z | Checking dirs-sys-next v0.1.2 |
1677 | 2023-10-18T23:24:56.802Z | Checking fastrand v2.0.0 |
1678 | 2023-10-18T23:24:56.925Z | Checking dirs-next v2.0.0 |
1679 | 2023-10-18T23:24:56.987Z | Checking thread_local v1.1.7 |
1680 | 2023-10-18T23:24:57.285Z | Checking tempfile v3.8.0 |
1681 | 2023-10-18T23:24:57.489Z | Checking term v0.7.0 |
1682 | 2023-10-18T23:24:58.079Z | Checking strum v0.25.0 |
1683 | 2023-10-18T23:24:58.150Z | Checking instant v0.1.12 |
1684 | 2023-10-18T23:24:58.272Z | Checking take_mut v0.2.2 |
1685 | 2023-10-18T23:24:58.303Z | Checking slog-term v2.9.0 |
1686 | 2023-10-18T23:24:58.897Z | Checking slog-json v2.6.1 |
1687 | 2023-10-18T23:24:58.922Z | Checking serde_with v2.3.3 |
1688 | 2023-10-18T23:24:59.066Z | Checking camino v1.1.6 |
1689 | 2023-10-18T23:24:59.284Z | Checking slog-bunyan v2.4.0 |
1690 | 2023-10-18T23:24:59.533Z | Checking atomic-waker v1.1.1 |
1691 | 2023-10-18T23:24:59.798Z | Checking debug-ignore v1.0.5 |
1692 | 2023-10-18T23:24:59.878Z | Checking waitgroup v0.1.2 |
1693 | 2023-10-18T23:24:59.988Z | Checking async-stream v0.3.5 |
1694 | 2023-10-18T23:25:00.057Z | Checking serde_path_to_error v0.1.14 |
1695 | 2023-10-18T23:25:00.555Z | Checking backoff v0.4.0 |
1696 | 2023-10-18T23:25:00.854Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1697 | 2023-10-18T23:25:00.985Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1698 | 2023-10-18T23:25:01.125Z | Checking parse-display v0.7.0 |
1699 | 2023-10-18T23:25:01.184Z | Checking macaddr v1.0.1 |
1700 | 2023-10-18T23:25:01.353Z | Checking quick-error v1.2.3 |
1701 | 2023-10-18T23:25:02.210Z | Checking wait-timeout v0.2.0 |
1702 | 2023-10-18T23:25:02.891Z | Compiling crucible-workspace-hack v0.1.0 |
1703 | 2023-10-18T23:25:03.008Z | Checking rusty-fork v0.3.0 |
1704 | 2023-10-18T23:25:03.291Z | Checking rand_xorshift v0.3.0 |
1705 | 2023-10-18T23:25:03.450Z | Checking unarray v0.1.4 |
1706 | 2023-10-18T23:25:03.534Z | Compiling proc-macro-crate v1.3.1 |
1707 | 2023-10-18T23:25:03.663Z | Checking proptest v1.3.1 |
1708 | 2023-10-18T23:25:07.155Z | Compiling proc-macro-error-attr v1.0.4 |
1709 | 2023-10-18T23:25:08.205Z | Compiling proc-macro-error v1.0.4 |
1710 | 2023-10-18T23:25:12.276Z | Compiling num_enum_derive v0.5.11 |
1711 | 2023-10-18T23:25:14.964Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1712 | 2023-10-18T23:25:15.958Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1713 | 2023-10-18T23:25:16.373Z | Compiling foreign-types-macros v0.2.3 |
1714 | 2023-10-18T23:25:17.057Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1715 | 2023-10-18T23:25:17.137Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1716 | 2023-10-18T23:25:17.579Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1717 | 2023-10-18T23:25:17.599Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2023-10-18T23:25:19.838Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1719 | 2023-10-18T23:25:27.500Z | Compiling zone_cfg_derive v0.2.0 |
1720 | 2023-10-18T23:25:30.013Z | Compiling mockall_derive v0.11.4 |
1721 | 2023-10-18T23:25:30.593Z | Compiling num-derive v0.4.0 |
1722 | 2023-10-18T23:25:32.146Z | Checking base64ct v1.6.0 |
1723 | 2023-10-18T23:25:51.300Z | Checking is-terminal v0.4.9 |
1724 | 2023-10-18T23:25:57.663Z | Compiling slog-dtrace v0.2.3 |
1725 | 2023-10-18T23:25:58.203Z | Compiling cancel-safe-futures v0.1.2 |
1726 | 2023-10-18T23:25:58.247Z | Checking base64 v0.13.1 |
1727 | 2023-10-18T23:25:58.619Z | Checking termtree v0.4.1 |
1728 | 2023-10-18T23:25:58.676Z | Checking password-hash v0.5.0 |
1729 | 2023-10-18T23:25:58.865Z | Checking blake2 v0.10.6 |
1730 | 2023-10-18T23:25:58.919Z | Checking predicates-tree v1.0.9 |
1731 | 2023-10-18T23:25:59.129Z | Checking num_enum v0.5.11 |
1732 | 2023-10-18T23:25:59.346Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1733 | 2023-10-18T23:25:59.403Z | Checking postcard-cobs v0.1.5-pre |
1734 | 2023-10-18T23:25:59.552Z | Checking argon2 v0.5.2 |
1735 | 2023-10-18T23:25:59.647Z | Checking postcard v0.7.3 |
1736 | 2023-10-18T23:25:59.898Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1737 | 2023-10-18T23:26:00.236Z | Checking smoltcp v0.8.2 |
1738 | 2023-10-18T23:26:00.286Z | Checking cfg-if v0.1.10 |
1739 | 2023-10-18T23:26:00.421Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1740 | 2023-10-18T23:26:00.500Z | Checking foreign-types-shared v0.3.1 |
1741 | 2023-10-18T23:26:00.646Z | Checking foreign-types v0.5.0 |
1742 | 2023-10-18T23:26:00.811Z | Checking cstr-argument v0.1.2 |
1743 | 2023-10-18T23:26:01.058Z | Checking pretty-hex v0.2.1 |
1744 | 2023-10-18T23:26:01.207Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1745 | 2023-10-18T23:26:01.291Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1746 | 2023-10-18T23:26:01.672Z | Checking colored v2.0.4 |
1747 | 2023-10-18T23:26:01.957Z | Checking predicates v2.1.5 |
1748 | 2023-10-18T23:26:01.973Z | Checking filetime v0.2.22 |
1749 | 2023-10-18T23:26:02.269Z | Checking xattr v1.0.1 |
1750 | 2023-10-18T23:26:02.288Z | Checking downcast v0.11.0 |
1751 | 2023-10-18T23:26:02.535Z | Checking fragile v2.0.0 |
1752 | 2023-10-18T23:26:02.580Z | Checking tar v0.4.40 |
1753 | 2023-10-18T23:26:02.924Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1754 | 2023-10-18T23:26:03.007Z | Checking mockall v0.11.4 |
1755 | 2023-10-18T23:26:03.034Z | Checking zone v0.2.0 |
1756 | 2023-10-18T23:26:03.368Z | Checking smf v0.2.2 |
1757 | 2023-10-18T23:26:03.657Z | Compiling der_derive v0.7.2 |
1758 | 2023-10-18T23:26:04.067Z | Checking pem v1.1.1 |
1759 | 2023-10-18T23:26:04.162Z | Compiling memoffset v0.7.1 |
1760 | 2023-10-18T23:26:04.397Z | Checking camino-tempfile v1.0.2 |
1761 | 2023-10-18T23:26:04.576Z | Compiling maybe-uninit v2.0.0 |
1762 | 2023-10-18T23:26:04.728Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1763 | 2023-10-18T23:26:04.790Z | Checking headers-core v0.2.0 |
1764 | 2023-10-18T23:26:04.834Z | Compiling heck v0.3.3 |
1765 | 2023-10-18T23:26:04.990Z | Compiling libefi-sys v0.1.0 |
1766 | 2023-10-18T23:26:05.097Z | Checking headers v0.3.9 |
1767 | 2023-10-18T23:26:05.312Z | Compiling packed_struct v0.10.1 |
1768 | 2023-10-18T23:26:05.404Z | Compiling structopt-derive v0.4.18 |
1769 | 2023-10-18T23:26:05.430Z | Compiling num-bigint-dig v0.8.4 |
1770 | 2023-10-18T23:26:05.849Z | Compiling packed_struct_codegen v0.10.1 |
1771 | 2023-10-18T23:26:05.932Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1772 | 2023-10-18T23:26:06.464Z | Compiling signal-hook v0.3.17 |
1773 | 2023-10-18T23:26:07.278Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1774 | 2023-10-18T23:26:07.282Z | Checking rcgen v0.10.0 |
1775 | 2023-10-18T23:26:07.286Z | Checking atomicwrites v0.4.2 |
1776 | 2023-10-18T23:26:07.341Z | Checking subprocess v0.2.9 |
1777 | 2023-10-18T23:26:07.468Z | Compiling num-rational v0.4.1 |
1778 | 2023-10-18T23:26:07.811Z | Checking termcolor v1.2.0 |
1779 | 2023-10-18T23:26:08.171Z | Checking linked-hash-map v0.5.6 |
1780 | 2023-10-18T23:26:08.243Z | Compiling doc-comment v0.3.3 |
1781 | 2023-10-18T23:26:08.439Z | Compiling same-file v1.0.6 |
1782 | 2023-10-18T23:26:08.677Z | Checking lru-cache v0.1.2 |
1783 | 2023-10-18T23:26:08.779Z | Compiling walkdir v2.4.0 |
1784 | 2023-10-18T23:26:08.936Z | Compiling semver-parser v0.10.2 |
1785 | 2023-10-18T23:26:08.989Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1786 | 2023-10-18T23:26:09.166Z | Checking ciborium-io v0.2.1 |
1787 | 2023-10-18T23:26:09.251Z | Checking half v1.8.2 |
1788 | 2023-10-18T23:26:09.916Z | Compiling home v0.5.5 |
1789 | 2023-10-18T23:26:09.949Z | Checking ciborium-ll v0.2.1 |
1790 | 2023-10-18T23:26:10.113Z | Compiling semver v0.11.0 |
1791 | 2023-10-18T23:26:10.795Z | Compiling toml v0.5.11 |
1792 | 2023-10-18T23:26:10.804Z | Checking ciborium v0.2.1 |
1793 | 2023-10-18T23:26:10.876Z | Compiling toolchain_find v0.2.0 |
1794 | 2023-10-18T23:26:11.174Z | Checking arc-swap v1.6.0 |
1795 | 2023-10-18T23:26:11.560Z | Compiling convert_case v0.4.0 |
1796 | 2023-10-18T23:26:11.690Z | Compiling omicron-zone-package v0.8.3 |
1797 | 2023-10-18T23:26:11.851Z | Checking slog-scope v4.4.0 |
1798 | 2023-10-18T23:26:12.137Z | Checking slog-stdlog v4.1.1 |
1799 | 2023-10-18T23:26:12.791Z | Compiling snafu-derive v0.7.5 |
1800 | 2023-10-18T23:26:12.794Z | Checking slog-envlogger v2.2.0 |
1801 | 2023-10-18T23:26:12.839Z | Compiling derive_more v0.99.17 |
1802 | 2023-10-18T23:26:12.879Z | Compiling derive-where v1.2.5 |
1803 | 2023-10-18T23:26:13.404Z | Compiling rustfmt-wrapper v0.2.0 |
1804 | 2023-10-18T23:26:14.461Z | Compiling libz-sys v1.1.12 |
1805 | 2023-10-18T23:26:14.566Z | Compiling parking_lot_core v0.8.6 |
1806 | 2023-10-18T23:26:15.287Z | Checking resolv-conf v0.7.0 |
1807 | 2023-10-18T23:26:15.825Z | Checking newline-converter v0.3.0 |
1808 | 2023-10-18T23:26:16.043Z | Checking expectorate v1.1.0 |
1809 | 2023-10-18T23:26:16.060Z | Checking trust-dns-resolver v0.22.0 |
1810 | 2023-10-18T23:26:16.167Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1811 | 2023-10-18T23:26:16.270Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1812 | 2023-10-18T23:26:17.313Z | Checking pem-rfc7468 v0.7.0 |
1813 | 2023-10-18T23:26:17.445Z | Checking hkdf v0.12.3 |
1814 | 2023-10-18T23:26:17.724Z | Compiling libsqlite3-sys v0.26.0 |
1815 | 2023-10-18T23:26:17.750Z | Checking flagset v0.4.3 |
1816 | 2023-10-18T23:26:18.030Z | Checking der v0.7.8 |
1817 | 2023-10-18T23:26:18.235Z | Checking textwrap v0.11.0 |
1818 | 2023-10-18T23:26:18.419Z | Checking fxhash v0.2.1 |
1819 | 2023-10-18T23:26:18.561Z | Compiling vergen v8.2.4 |
1820 | 2023-10-18T23:26:18.590Z | Compiling semver v0.1.20 |
1821 | 2023-10-18T23:26:18.664Z | Checking ansi_term v0.12.1 |
1822 | 2023-10-18T23:26:18.975Z | Checking strsim v0.8.0 |
1823 | 2023-10-18T23:26:19.137Z | Checking keccak v0.1.4 |
1824 | 2023-10-18T23:26:19.260Z | Checking vec_map v0.8.2 |
1825 | 2023-10-18T23:26:19.583Z | Compiling rustc_version v0.1.7 |
1826 | 2023-10-18T23:26:19.606Z | Checking sha3 v0.10.8 |
1827 | 2023-10-18T23:26:19.675Z | Checking clap v2.34.0 |
1828 | 2023-10-18T23:26:19.790Z | Checking secrecy v0.8.0 |
1829 | 2023-10-18T23:26:20.174Z | Compiling newtype_derive v0.1.6 |
1830 | 2023-10-18T23:26:20.300Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1831 | 2023-10-18T23:26:20.890Z | Compiling buf-list v1.0.3 |
1832 | 2023-10-18T23:26:21.020Z | Checking humantime v2.1.0 |
1833 | 2023-10-18T23:26:21.053Z | Checking spki v0.7.2 |
1834 | 2023-10-18T23:26:21.095Z | Checking crc-catalog v2.2.0 |
1835 | 2023-10-18T23:26:21.301Z | Checking crc v3.0.1 |
1836 | 2023-10-18T23:26:21.500Z | Checking pkcs8 v0.10.2 |
1837 | 2023-10-18T23:26:21.579Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1838 | 2023-10-18T23:26:21.733Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1839 | 2023-10-18T23:26:22.096Z | Checking nodrop v0.1.14 |
1840 | 2023-10-18T23:26:22.253Z | Checking array-init v0.0.4 |
1841 | 2023-10-18T23:26:22.425Z | Checking smallvec v0.6.14 |
1842 | 2023-10-18T23:26:22.698Z | Checking pkcs1 v0.7.5 |
1843 | 2023-10-18T23:26:23.018Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1844 | 2023-10-18T23:26:24.137Z | Checking structopt v0.3.26 |
1845 | 2023-10-18T23:26:24.910Z | Compiling num_enum_derive v0.7.0 |
1846 | 2023-10-18T23:26:25.294Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1847 | 2023-10-18T23:26:26.876Z | Compiling unicase v2.7.0 |
1848 | 2023-10-18T23:26:27.312Z | Checking utf-8 v0.7.6 |
1849 | 2023-10-18T23:26:27.379Z | Checking bitfield v0.14.0 |
1850 | 2023-10-18T23:26:27.806Z | Compiling rayon-core v1.11.0 |
1851 | 2023-10-18T23:26:28.283Z | Checking rsa v0.9.2 |
1852 | 2023-10-18T23:26:28.642Z | Checking serde-hex v0.1.0 |
1853 | 2023-10-18T23:26:28.845Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1854 | 2023-10-18T23:26:28.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1855 | 2023-10-18T23:26:29.028Z | Checking x509-cert v0.2.4 |
1856 | 2023-10-18T23:26:29.727Z | Checking env_logger v0.10.0 |
1857 | 2023-10-18T23:26:30.392Z | Checking ron v0.8.1 |
1858 | 2023-10-18T23:26:30.596Z | Checking crc-any v2.4.3 |
1859 | 2023-10-18T23:26:31.203Z | Compiling platforms v3.0.2 |
1860 | 2023-10-18T23:26:39.458Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1861 | 2023-10-18T23:26:39.594Z | Checking object v0.30.4 |
1862 | 2023-10-18T23:26:39.620Z | Checking path-slash v0.1.5 |
1863 | 2023-10-18T23:26:39.627Z | Checking num-complex v0.4.4 |
1864 | 2023-10-18T23:26:39.643Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1865 | 2023-10-18T23:26:39.661Z | Compiling erased-serde v0.3.30 |
1866 | 2023-10-18T23:26:39.673Z | Compiling curve25519-dalek v4.1.0 |
1867 | 2023-10-18T23:26:39.689Z | Compiling bitstruct_derive v0.1.0 |
1868 | 2023-10-18T23:26:39.706Z | Checking num v0.4.1 |
1869 | 2023-10-18T23:26:39.719Z | Compiling async-recursion v1.0.5 |
1870 | 2023-10-18T23:26:39.732Z | Compiling glob v0.3.1 |
1871 | 2023-10-18T23:26:40.505Z | Compiling mime_guess v2.0.4 |
1872 | 2023-10-18T23:26:40.700Z | Compiling thiserror-impl-no-std v2.0.2 |
1873 | 2023-10-18T23:26:40.810Z | Compiling curve25519-dalek-derive v0.1.0 |
1874 | 2023-10-18T23:26:42.466Z | Compiling salty v0.2.0 |
1875 | 2023-10-18T23:26:43.027Z | Checking tungstenite v0.18.0 |
1876 | 2023-10-18T23:26:43.043Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1877 | 2023-10-18T23:26:43.664Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1878 | 2023-10-18T23:26:44.185Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1879 | 2023-10-18T23:26:44.261Z | Checking universal-hash v0.5.1 |
1880 | 2023-10-18T23:26:44.422Z | Checking tokio-tungstenite v0.18.0 |
1881 | 2023-10-18T23:26:44.584Z | Checking nibble_vec v0.1.0 |
1882 | 2023-10-18T23:26:44.970Z | Compiling crunchy v0.2.2 |
1883 | 2023-10-18T23:26:45.426Z | Checking endian-type v0.1.2 |
1884 | 2023-10-18T23:26:45.443Z | Checking opaque-debug v0.3.0 |
1885 | 2023-10-18T23:26:45.625Z | Checking snafu v0.7.5 |
1886 | 2023-10-18T23:26:45.741Z | Checking radix_trie v0.2.1 |
1887 | 2023-10-18T23:26:45.887Z | Checking linear-map v1.2.0 |
1888 | 2023-10-18T23:26:46.038Z | Compiling tiny-keccak v2.0.2 |
1889 | 2023-10-18T23:26:46.211Z | Checking parking_lot v0.11.2 |
1890 | 2023-10-18T23:26:46.374Z | Checking trust-dns-client v0.22.0 |
1891 | 2023-10-18T23:26:46.460Z | Compiling clang-sys v1.6.1 |
1892 | 2023-10-18T23:26:46.577Z | Checking aead v0.5.2 |
1893 | 2023-10-18T23:26:46.726Z | Compiling darling_core v0.14.4 |
1894 | 2023-10-18T23:26:46.901Z | Compiling prettyplease v0.2.12 |
1895 | 2023-10-18T23:26:47.037Z | Checking sled v0.34.7 |
1896 | 2023-10-18T23:26:47.501Z | Compiling ascii-canvas v3.0.0 |
1897 | 2023-10-18T23:26:48.128Z | Checking toml_edit v0.20.0 |
1898 | 2023-10-18T23:26:48.348Z | Checking trust-dns-server v0.22.1 |
1899 | 2023-10-18T23:26:48.442Z | Compiling const_format_proc_macros v0.2.31 |
1900 | 2023-10-18T23:26:48.505Z | Compiling ena v0.14.2 |
1901 | 2023-10-18T23:26:49.137Z | Compiling minimal-lexical v0.2.1 |
1902 | 2023-10-18T23:26:49.968Z | Checking pretty-hex v0.3.0 |
1903 | 2023-10-18T23:26:50.036Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1904 | 2023-10-18T23:26:50.216Z | Compiling portable-atomic v1.4.3 |
1905 | 2023-10-18T23:26:51.411Z | Compiling diff v0.1.13 |
1906 | 2023-10-18T23:26:51.551Z | Compiling nom v7.1.3 |
1907 | 2023-10-18T23:26:51.598Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1908 | 2023-10-18T23:26:51.944Z | Compiling lalrpop v0.19.12 |
1909 | 2023-10-18T23:26:51.995Z | Checking toml v0.8.0 |
1910 | 2023-10-18T23:26:52.303Z | Checking path-dedot v3.1.0 |
1911 | 2023-10-18T23:26:52.537Z | Compiling libloading v0.7.4 |
1912 | 2023-10-18T23:26:52.683Z | Compiling ref-cast v1.0.20 |
1913 | 2023-10-18T23:26:52.766Z | Compiling bindgen v0.65.1 |
1914 | 2023-10-18T23:26:53.399Z | Checking path-absolutize v3.1.0 |
1915 | 2023-10-18T23:26:54.516Z | Checking globset v0.4.13 |
1916 | 2023-10-18T23:26:55.263Z | Checking crossbeam-deque v0.8.3 |
1917 | 2023-10-18T23:26:55.590Z | Compiling darling_macro v0.14.4 |
1918 | 2023-10-18T23:26:55.666Z | Checking olpc-cjson v0.1.3 |
1919 | 2023-10-18T23:26:55.745Z | Checking hashlink v0.8.3 |
1920 | 2023-10-18T23:26:55.984Z | Checking serde_plain v1.0.2 |
1921 | 2023-10-18T23:26:56.367Z | Compiling which v4.4.0 |
1922 | 2023-10-18T23:26:56.596Z | Compiling ref-cast-impl v1.0.20 |
1923 | 2023-10-18T23:26:56.684Z | Compiling libxml v0.3.3 |
1924 | 2023-10-18T23:26:56.988Z | Compiling darling v0.14.4 |
1925 | 2023-10-18T23:26:57.158Z | Compiling derive_builder_core v0.12.0 |
1926 | 2023-10-18T23:26:57.176Z | Compiling peeking_take_while v0.1.2 |
1927 | 2023-10-18T23:26:57.179Z | Compiling rustc-hash v1.1.0 |
1928 | 2023-10-18T23:26:57.377Z | Compiling cexpr v0.6.0 |
1929 | 2023-10-18T23:26:57.401Z | Compiling lazycell v1.3.0 |
1930 | 2023-10-18T23:26:57.629Z | Compiling shlex v1.1.0 |
1931 | 2023-10-18T23:26:57.862Z | Checking fallible-streaming-iterator v0.1.9 |
1932 | 2023-10-18T23:26:58.064Z | Checking tough v0.12.5 |
1933 | 2023-10-18T23:26:58.197Z | Checking rusqlite v0.29.0 |
1934 | 2023-10-18T23:26:58.368Z | Checking nix v0.26.2 |
1935 | 2023-10-18T23:27:00.947Z | Compiling derive_builder_macro v0.12.0 |
1936 | 2023-10-18T23:27:01.124Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-10-18T23:27:01.570Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1938 | 2023-10-18T23:27:02.154Z | Checking twox-hash v1.6.3 |
1939 | 2023-10-18T23:27:02.441Z | Checking ff v0.13.0 |
1940 | 2023-10-18T23:27:02.766Z | Compiling strum_macros v0.24.3 |
1941 | 2023-10-18T23:27:02.902Z | Checking display-error-chain v0.1.1 |
1942 | 2023-10-18T23:27:03.388Z | Checking signature v1.6.4 |
1943 | 2023-10-18T23:27:03.579Z | Compiling indoc v1.0.9 |
1944 | 2023-10-18T23:27:04.187Z | Checking ed25519 v1.5.3 |
1945 | 2023-10-18T23:27:04.192Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1946 | 2023-10-18T23:27:04.433Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-10-18T23:27:04.978Z | Checking group v0.13.0 |
1948 | 2023-10-18T23:27:06.546Z | Checking polyval v0.6.1 |
1949 | 2023-10-18T23:27:06.950Z | Checking num_enum v0.7.0 |
1950 | 2023-10-18T23:27:07.567Z | Checking ctr v0.9.2 |
1951 | 2023-10-18T23:27:07.686Z | Checking aes v0.8.3 |
1952 | 2023-10-18T23:27:07.816Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1953 | 2023-10-18T23:27:08.019Z | Checking crypto-bigint v0.5.2 |
1954 | 2023-10-18T23:27:08.225Z | Checking bincode v1.3.3 |
1955 | 2023-10-18T23:27:09.065Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1956 | 2023-10-18T23:27:09.140Z | Compiling cookie v0.16.2 |
1957 | 2023-10-18T23:27:09.578Z | Checking base16ct v0.2.0 |
1958 | 2023-10-18T23:27:10.481Z | Checking aes-gcm-siv v0.11.1 |
1959 | 2023-10-18T23:27:10.876Z | Checking steno v0.4.0 |
1960 | 2023-10-18T23:27:10.960Z | Checking elliptic-curve v0.13.5 |
1961 | 2023-10-18T23:27:11.079Z | Checking rayon v1.7.0 |
1962 | 2023-10-18T23:27:11.740Z | Checking poly1305 v0.8.0 |
1963 | 2023-10-18T23:27:12.317Z | Checking thiserror-no-std v2.0.2 |
1964 | 2023-10-18T23:27:12.453Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1965 | 2023-10-18T23:27:12.718Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1966 | 2023-10-18T23:27:12.956Z | Checking env_logger v0.9.3 |
1967 | 2023-10-18T23:27:13.084Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1968 | 2023-10-18T23:27:13.790Z | Checking chacha20 v0.9.1 |
1969 | 2023-10-18T23:27:13.957Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1970 | 2023-10-18T23:27:14.348Z | Checking serde-big-array v0.4.1 |
1971 | 2023-10-18T23:27:14.614Z | Checking serde-big-array v0.5.1 |
1972 | 2023-10-18T23:27:14.694Z | Compiling impl-trait-for-tuples v0.2.2 |
1973 | 2023-10-18T23:27:14.963Z | Compiling oso-derive v0.26.4 |
1974 | 2023-10-18T23:27:15.069Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1975 | 2023-10-18T23:27:15.259Z | Checking ascii v1.1.0 |
1976 | 2023-10-18T23:27:15.664Z | Checking ringbuffer v0.15.0 |
1977 | 2023-10-18T23:27:15.907Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1978 | 2023-10-18T23:27:16.293Z | Checking vsss-rs v3.3.1 |
1979 | 2023-10-18T23:27:16.426Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1980 | 2023-10-18T23:27:16.646Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1981 | 2023-10-18T23:27:17.345Z | Checking chacha20poly1305 v0.10.1 |
1982 | 2023-10-18T23:27:17.868Z | Checking bitstruct v0.1.1 |
1983 | 2023-10-18T23:27:18.376Z | Checking signal-hook-tokio v0.3.1 |
1984 | 2023-10-18T23:27:18.638Z | Checking tungstenite v0.20.1 |
1985 | 2023-10-18T23:27:19.285Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1986 | 2023-10-18T23:27:19.325Z | Checking serde_arrays v0.1.0 |
1987 | 2023-10-18T23:27:19.749Z | Checking corncobs v0.1.3 |
1988 | 2023-10-18T23:27:20.019Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1989 | 2023-10-18T23:27:20.065Z | Checking tokio-tungstenite v0.20.1 |
1990 | 2023-10-18T23:27:20.942Z | Checking assert_matches v1.5.0 |
1991 | 2023-10-18T23:27:21.978Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1992 | 2023-10-18T23:27:25.106Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1993 | 2023-10-18T23:27:26.471Z | Checking bcs v0.1.5 |
1994 | 2023-10-18T23:27:26.828Z | Checking highway v1.1.0 |
1995 | 2023-10-18T23:27:27.718Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1996 | 2023-10-18T23:27:29.275Z | Checking const_format v0.2.31 |
1997 | 2023-10-18T23:27:31.300Z | Checking ron v0.7.1 |
1998 | 2023-10-18T23:27:31.626Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1999 | 2023-10-18T23:27:33.623Z | Checking http-range v0.1.5 |
2000 | 2023-10-18T23:27:33.635Z | Checking bit_field v0.10.2 |
2001 | 2023-10-18T23:27:33.645Z | Checking hyper-staticfile v0.9.5 |
2002 | 2023-10-18T23:27:34.397Z | Compiling indoc v2.0.3 |
2003 | 2023-10-18T23:27:37.964Z | Checking derive_builder v0.12.0 |
2004 | 2023-10-18T23:27:41.241Z | Checking bb8 v0.8.1 |
2005 | 2023-10-18T23:27:41.383Z | Checking quick-xml v0.23.1 |
2006 | 2023-10-18T23:27:41.697Z | Checking bytesize v1.3.0 |
2007 | 2023-10-18T23:27:42.075Z | Checking number_prefix v0.4.0 |
2008 | 2023-10-18T23:27:42.307Z | Checking fs-err v2.9.0 |
2009 | 2023-10-18T23:27:42.706Z | Checking maplit v1.0.2 |
2010 | 2023-10-18T23:27:42.863Z | Checking indicatif v0.17.7 |
2011 | 2023-10-18T23:27:43.904Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2012 | 2023-10-18T23:27:45.209Z | Checking signal-hook-mio v0.2.3 |
2013 | 2023-10-18T23:27:46.337Z | Compiling vte_generate_state_changes v0.1.1 |
2014 | 2023-10-18T23:27:55.328Z | Checking yansi v0.5.1 |
2015 | 2023-10-18T23:27:55.976Z | Checking pretty_assertions v1.4.0 |
2016 | 2023-10-18T23:27:57.602Z | Checking crossterm v0.27.0 |
2017 | 2023-10-18T23:27:58.698Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2018 | 2023-10-18T23:27:59.929Z | Checking fatfs v0.3.6 |
2019 | 2023-10-18T23:28:00.218Z | Checking cassowary v0.3.0 |
2020 | 2023-10-18T23:28:00.301Z | Checking plotters-backend v0.3.5 |
2021 | 2023-10-18T23:28:00.868Z | Checking plotters-svg v0.3.5 |
2022 | 2023-10-18T23:28:00.893Z | Checking ratatui v0.23.0 |
2023 | 2023-10-18T23:28:03.441Z | Checking rtoolbox v0.0.1 |
2024 | 2023-10-18T23:28:03.632Z | Checking rand v0.4.6 |
2025 | 2023-10-18T23:28:03.732Z | Checking remove_dir_all v0.5.3 |
2026 | 2023-10-18T23:28:04.733Z | Checking cast v0.3.0 |
2027 | 2023-10-18T23:28:04.737Z | Checking owo-colors v3.5.0 |
2028 | 2023-10-18T23:28:05.008Z | Checking tui-tree-widget v0.13.0 |
2029 | 2023-10-18T23:28:05.183Z | Checking tempdir v0.3.7 |
2030 | 2023-10-18T23:28:05.215Z | Checking criterion-plot v0.5.0 |
2031 | 2023-10-18T23:28:05.424Z | Checking rpassword v7.2.0 |
2032 | 2023-10-18T23:28:05.633Z | Checking plotters v0.3.5 |
2033 | 2023-10-18T23:28:09.312Z | Checking tinytemplate v1.2.1 |
2034 | 2023-10-18T23:28:09.755Z | Checking shell-words v1.1.0 |
2035 | 2023-10-18T23:28:09.938Z | Checking anes v0.1.6 |
2036 | 2023-10-18T23:28:10.010Z | Checking oorandom v11.1.3 |
2037 | 2023-10-18T23:28:10.225Z | Checking os_str_bytes v6.5.1 |
2038 | 2023-10-18T23:28:10.571Z | Checking criterion v0.5.1 |
2039 | 2023-10-18T23:28:10.768Z | Checking clap_lex v0.2.4 |
2040 | 2023-10-18T23:28:16.794Z | Checking assert_cmd v2.0.12 |
2041 | 2023-10-18T23:28:16.852Z | Compiling clap_derive v3.2.25 |
2042 | 2023-10-18T23:28:17.124Z | Checking dashmap v5.5.1 |
2043 | 2023-10-18T23:28:18.115Z | Compiling serial_test_derive v0.10.0 |
2044 | 2023-10-18T23:28:18.546Z | Compiling crossbeam-queue v0.3.8 |
2045 | 2023-10-18T23:28:19.774Z | Checking serial_test v0.10.0 |
2046 | 2023-10-18T23:28:20.721Z | Checking vte v0.11.1 |
2047 | 2023-10-18T23:28:20.739Z | Checking threadpool v1.8.1 |
2048 | 2023-10-18T23:28:23.249Z | Checking strip-ansi-escapes v0.2.0 |
2049 | 2023-10-18T23:28:23.506Z | Checking crossterm v0.26.1 |
2050 | 2023-10-18T23:28:23.903Z | Compiling tabled_derive v0.6.0 |
2051 | 2023-10-18T23:28:24.420Z | Checking clap v3.2.25 |
2052 | 2023-10-18T23:28:24.788Z | Checking httptest v0.15.4 |
2053 | 2023-10-18T23:28:25.631Z | Checking similar-asserts v1.5.0 |
2054 | 2023-10-18T23:28:25.872Z | Checking fd-lock v3.0.13 |
2055 | 2023-10-18T23:28:25.966Z | Checking nanorand v0.7.0 |
2056 | 2023-10-18T23:28:26.157Z | Compiling rstest_macros v0.18.2 |
2057 | 2023-10-18T23:28:26.451Z | Checking nu-ansi-term v0.49.0 |
2058 | 2023-10-18T23:28:26.544Z | Checking flume v0.11.0 |
2059 | 2023-10-18T23:28:27.096Z | Checking reedline v0.23.0 |
2060 | 2023-10-18T23:28:29.858Z | Checking libtest-mimic v0.5.2 |
2061 | 2023-10-18T23:28:30.317Z | Compiling pin-project-internal v1.1.3 |
2062 | 2023-10-18T23:28:30.355Z | Checking bytecount v0.6.3 |
2063 | 2023-10-18T23:28:30.571Z | Checking arrayvec v0.7.4 |
2064 | 2023-10-18T23:28:30.601Z | Checking datatest-stable v0.1.3 |
2065 | 2023-10-18T23:28:30.958Z | Checking arrayref v0.3.7 |
2066 | 2023-10-18T23:28:31.101Z | Checking constant_time_eq v0.2.6 |
2067 | 2023-10-18T23:28:31.153Z | Checking topological-sort v0.2.2 |
2068 | 2023-10-18T23:28:31.173Z | Compiling relative-path v1.9.0 |
2069 | 2023-10-18T23:28:31.277Z | Compiling trybuild v1.0.85 |
2070 | 2023-10-18T23:28:31.448Z | Checking blake2b_simd v1.0.1 |
2071 | 2023-10-18T23:28:32.313Z | Checking papergrid v0.10.0 |
2072 | 2023-10-18T23:28:34.560Z | Checking basic-toml v0.1.4 |
2073 | 2023-10-18T23:28:34.711Z | Checking constant_time_eq v0.3.0 |
2074 | 2023-10-18T23:28:34.866Z | Checking pin-project v1.1.3 |
2075 | 2023-10-18T23:28:35.189Z | Checking futures-timer v3.0.2 |
2076 | 2023-10-18T23:28:35.630Z | Checking partial-io v0.5.4 |
2077 | 2023-10-18T23:28:36.216Z | Checking rust-argon2 v1.0.1 |
2078 | 2023-10-18T23:28:36.377Z | Checking tabled v0.14.0 |
2079 | 2023-10-18T23:28:37.576Z | Checking approx v0.5.1 |
2080 | 2023-10-18T23:28:37.675Z | Checking cargo-platform v0.1.3 |
2081 | 2023-10-18T23:28:38.124Z | Checking hex-literal v0.4.1 |
2082 | 2023-10-18T23:28:38.197Z | Checking cargo_metadata v0.18.0 |
2083 | 2023-10-18T23:28:38.547Z | Checking crossbeam v0.8.2 |
2084 | 2023-10-18T23:28:41.031Z | Checking cargo_toml v0.16.3 |
2085 | 2023-10-18T23:28:41.595Z | Checking termios v0.3.3 |
2086 | 2023-10-18T23:28:44.042Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2087 | 2023-10-18T23:28:45.394Z | Checking rstest v0.18.2 |
2088 | 2023-10-18T23:28:52.342Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2089 | 2023-10-18T23:29:05.706Z | Compiling bzip2 v0.4.4 |
2090 | 2023-10-18T23:29:06.116Z | Compiling polar-core v0.26.4 |
2091 | 2023-10-18T23:29:06.150Z | Compiling zip v0.6.6 |
2092 | 2023-10-18T23:29:07.248Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2093 | 2023-10-18T23:29:08.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2094 | 2023-10-18T23:29:08.775Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2023-10-18T23:29:08.904Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2096 | 2023-10-18T23:29:08.992Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2097 | 2023-10-18T23:29:09.590Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2098 | 2023-10-18T23:29:10.104Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2023-10-18T23:29:11.080Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2100 | 2023-10-18T23:29:11.175Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2101 | 2023-10-18T23:29:11.195Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2102 | 2023-10-18T23:29:11.472Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2103 | 2023-10-18T23:29:11.759Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2104 | 2023-10-18T23:29:12.236Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2105 | 2023-10-18T23:29:13.067Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2106 | 2023-10-18T23:29:14.045Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2107 | 2023-10-18T23:29:16.894Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2108 | 2023-10-18T23:29:19.458Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2109 | 2023-10-18T23:29:25.936Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2110 | 2023-10-18T23:29:27.004Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2111 | 2023-10-18T23:29:29.594Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2112 | 2023-10-18T23:29:30.019Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2113 | 2023-10-18T23:29:31.504Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2023-10-18T23:29:31.592Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2023-10-18T23:29:31.913Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2116 | 2023-10-18T23:29:32.208Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2023-10-18T23:29:34.707Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2118 | 2023-10-18T23:29:37.759Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2119 | 2023-10-18T23:29:39.826Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2120 | 2023-10-18T23:29:41.297Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2121 | 2023-10-18T23:29:42.066Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2023-10-18T23:29:44.539Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2123 | 2023-10-18T23:29:52.912Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2124 | 2023-10-18T23:29:56.763Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2125 | 2023-10-18T23:29:58.332Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2126 | 2023-10-18T23:29:59.849Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2127 | 2023-10-18T23:30:00.594Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2023-10-18T23:30:00.705Z | Checking oso v0.26.4 |
2129 | 2023-10-18T23:30:02.397Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2130 | 2023-10-18T23:30:02.739Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2023-10-18T23:30:03.008Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2132 | 2023-10-18T23:30:06.883Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2133 | 2023-10-18T23:30:07.526Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2134 | 2023-10-18T23:30:08.961Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2135 | 2023-10-18T23:30:11.665Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2136 | 2023-10-18T23:30:12.734Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2137 | 2023-10-18T23:30:16.858Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2138 | 2023-10-18T23:30:17.486Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2139 | 2023-10-18T23:30:22.891Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2140 | 2023-10-18T23:30:25.763Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2141 | 2023-10-18T23:30:27.573Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2142 | 2023-10-18T23:30:27.929Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2143 | 2023-10-18T23:30:28.911Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2144 | 2023-10-18T23:30:36.781Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-10-18T23:30:37.318Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2146 | 2023-10-18T23:30:39.406Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2147 | 2023-10-18T23:30:43.500Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2148 | 2023-10-18T23:30:48.951Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2149 | 2023-10-18T23:31:00.711Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2150 | 2023-10-18T23:31:22.063Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2151 | 2023-10-18T23:31:34.684Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2152 | 2023-10-18T23:31:54.002Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2153 | 2023-10-18T23:32:40.545Z | Compiling git2 v0.17.2 |
2154 | 2023-10-18T23:32:49.187Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2155 | 2023-10-18T23:32:51.433Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2156 | 2023-10-18T23:33:01.989Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2157 | 2023-10-18T23:33:11.538Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2158 | 2023-10-18T23:33:11.866Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2159 | 2023-10-18T23:33:12.383Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2160 | 2023-10-18T23:33:13.883Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2161 | 2023-10-18T23:33:46.903Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2162 | 2023-10-18T23:35:11.515Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 06s |
2163 | 2023-10-18T23:35:11.581Z | |
2164 | 2023-10-18T23:35:11.641Z | real 14:10.175140551 |
2165 | 2023-10-18T23:35:11.684Z | user 1:23:11.768962069 |
2166 | 2023-10-18T23:35:11.689Z | sys 11:11.515703023 |
2167 | 2023-10-18T23:35:11.710Z | trap 2.978462424 |
2168 | 2023-10-18T23:35:11.724Z | tflt 4.675728098 |
2169 | 2023-10-18T23:35:11.740Z | dflt 4.969157416 |
2170 | 2023-10-18T23:35:11.745Z | kflt 0.020013484 |
2171 | 2023-10-18T23:35:11.754Z | lock 1:54:55.211151540 |
2172 | 2023-10-18T23:35:11.777Z | slp 4:39:07.843970986 |
2173 | 2023-10-18T23:35:11.798Z | lat 3:09.495347186 |
2174 | 2023-10-18T23:35:11.821Z | stop 7:46.357355173 |
2175 | 2023-10-18T23:35:11.832Z | process exited: duration 960280 ms, exit code 0 |
|
2176 | 2023-10-18T23:35:11.852Z | found 0 output files |