|
|
|
1 | 2023-10-05T01:47:20.709Z | job assigned to worker 01HBYR6GHFYAN7XEAHHP2DHPJS (queued for 30 m 4 s) |
|
2 | 2023-10-05T01:47:22.109Z | starting task 0: "setup" |
3 | 2023-10-05T01:47:22.179Z | ++ uname -s |
4 | 2023-10-05T01:47:22.197Z | + kern=SunOS |
5 | 2023-10-05T01:47:22.200Z | + case "$kern" in |
6 | 2023-10-05T01:47:22.204Z | + groupadd -g 12345 build |
7 | 2023-10-05T01:47:22.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-05T01:47:24.188Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-05T01:47:24.303Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-05T01:47:24.312Z | + home_fs=zfs |
11 | 2023-10-05T01:47:24.322Z | + [[ zfs == autofs ]] |
12 | 2023-10-05T01:47:24.334Z | + mkdir -p /home/build |
13 | 2023-10-05T01:47:24.346Z | + chown build:build /home/build /work |
14 | 2023-10-05T01:47:26.322Z | + chmod 0700 /home/build /work |
15 | 2023-10-05T01:47:26.759Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2023-10-05T01:47:26.771Z | starting task 1: "rust-toolchain" |
17 | 2023-10-05T01:47:26.786Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-05T01:47:26.793Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-05T01:47:26.996Z | info: downloading installer |
20 | 2023-10-05T01:47:29.269Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-05T01:47:29.289Z | warning: /opt/ooce/bin |
22 | 2023-10-05T01:47:29.309Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-05T01:47:29.312Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-05T01:47:29.317Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-05T01:47:29.322Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-05T01:47:29.325Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-05T01:47:29.329Z | error: cannot install while Rust is installed |
28 | 2023-10-05T01:47:29.332Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-05T01:47:29.622Z | info: profile set to 'default' |
30 | 2023-10-05T01:47:29.626Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-05T01:47:29.631Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-05T01:47:29.814Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-05T01:47:29.874Z | info: downloading component 'cargo' |
34 | 2023-10-05T01:47:30.581Z | info: downloading component 'clippy' |
35 | 2023-10-05T01:47:30.772Z | info: downloading component 'rust-docs' |
36 | 2023-10-05T01:47:31.976Z | info: downloading component 'rust-std' |
37 | 2023-10-05T01:47:33.284Z | info: downloading component 'rustc' |
38 | 2023-10-05T01:47:37.114Z | info: downloading component 'rustfmt' |
39 | 2023-10-05T01:47:37.345Z | info: installing component 'cargo' |
40 | 2023-10-05T01:47:41.228Z | info: installing component 'clippy' |
41 | 2023-10-05T01:47:42.137Z | info: installing component 'rust-docs' |
42 | 2023-10-05T01:48:05.474Z | info: installing component 'rust-std' |
43 | 2023-10-05T01:48:05.802Z | info: installing component 'rustc' |
44 | 2023-10-05T01:48:05.927Z | info: installing component 'rustfmt' |
45 | 2023-10-05T01:48:06.177Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-05T01:48:06.330Z | |
47 | 2023-10-05T01:48:06.497Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-05T01:48:06.672Z | |
49 | 2023-10-05T01:48:06.704Z | |
50 | 2023-10-05T01:48:07.347Z | Rust is installed now. Great! |
51 | 2023-10-05T01:48:07.371Z | |
52 | 2023-10-05T01:48:07.654Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-05T01:48:07.909Z | environment variable. This has not been done automatically. |
54 | 2023-10-05T01:48:08.100Z | |
55 | 2023-10-05T01:48:08.284Z | To configure your current shell, run: |
56 | 2023-10-05T01:48:08.955Z | source "$HOME/.cargo/env" |
57 | 2023-10-05T01:48:09.115Z | + rustc --version |
58 | 2023-10-05T01:48:09.248Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-05T01:48:09.497Z | process exited: duration 29143 ms, exit code 0 |
|
60 | 2023-10-05T01:48:10.167Z | starting task 2: "authentication" |
61 | 2023-10-05T01:48:10.352Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-05T01:49:33.178Z | process exited: duration 82995 ms, exit code 0 |
|
63 | 2023-10-05T01:49:33.196Z | starting task 3: "clone repository" |
64 | 2023-10-05T01:49:33.212Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-05T01:49:33.229Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-05T01:49:33.329Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-05T01:49:38.384Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-05T01:49:38.812Z | + [[ -n dependabot/cargo/syn-2.0.37 ]] |
69 | 2023-10-05T01:49:38.831Z | + git fetch origin dependabot/cargo/syn-2.0.37 |
70 | 2023-10-05T01:49:38.845Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-05T01:49:38.870Z | * branch dependabot/cargo/syn-2.0.37 -> FETCH_HEAD |
72 | 2023-10-05T01:49:38.897Z | + git checkout -B dependabot/cargo/syn-2.0.37 remotes/origin/dependabot/cargo/syn-2.0.37 |
73 | 2023-10-05T01:49:38.930Z | Switched to a new branch 'dependabot/cargo/syn-2.0.37' |
74 | 2023-10-05T01:49:38.959Z | branch 'dependabot/cargo/syn-2.0.37' set up to track 'origin/dependabot/cargo/syn-2.0.37'. |
75 | 2023-10-05T01:49:38.987Z | + git reset --hard 9498059e6408e2349c925ffad8b8a734727a3e87 |
76 | 2023-10-05T01:49:39.012Z | HEAD is now at 9498059e Bump syn from 2.0.32 to 2.0.37 |
77 | 2023-10-05T01:49:39.032Z | process exited: duration 5648 ms, exit code 0 |
|
78 | 2023-10-05T01:49:39.074Z | starting task 4: "build" |
79 | 2023-10-05T01:49:39.106Z | + cargo --version |
80 | 2023-10-05T01:49:39.195Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-05T01:49:39.213Z | + rustc --version |
82 | 2023-10-05T01:49:39.300Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-05T01:49:39.743Z | + source ./env.sh |
84 | 2023-10-05T01:49:39.746Z | ++ set -o xtrace |
85 | 2023-10-05T01:49:39.751Z | ++++ dirname ./env.sh |
86 | 2023-10-05T01:49:39.757Z | +++ cd . |
87 | 2023-10-05T01:49:39.762Z | +++ echo /work/oxidecomputer/omicron |
88 | 2023-10-05T01:49:39.777Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2023-10-05T01:49:39.796Z | ++ export 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-05T01:49:39.803Z | ++ PATH=/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-05T01:49:39.813Z | ++ 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 |
92 | 2023-10-05T01:49:39.831Z | ++ 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 |
93 | 2023-10-05T01:49:40.271Z | ++ 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 |
94 | 2023-10-05T01:49:40.296Z | ++ 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 |
95 | 2023-10-05T01:49:40.723Z | ++ unset OMICRON_WS |
96 | 2023-10-05T01:49:40.739Z | ++ set +o xtrace |
97 | 2023-10-05T01:49:40.753Z | |
98 | 2023-10-05T01:49:40.760Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2023-10-05T01:49:40.768Z | # # # # # # # # # # # # # # # |
100 | 2023-10-05T01:49:40.772Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2023-10-05T01:49:40.776Z | ##### ##### # ##### # # # # # # # # # |
102 | 2023-10-05T01:49:40.786Z | # # # # # # # # # # # # # # # |
103 | 2023-10-05T01:49:40.791Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2023-10-05T01:49:40.799Z | |
105 | 2023-10-05T01:49:47.895Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2023-10-05T01:49:48.197Z | Startup: Caching catalogs ... Done |
107 | 2023-10-05T01:49:50.951Z | Planning: Solver setup ... Done (2.561s) |
108 | 2023-10-05T01:49:51.137Z | Planning: Running solver ... Done (0.171s) |
109 | 2023-10-05T01:49:51.259Z | Planning: Finding local manifests ... Done (0.003s) |
110 | 2023-10-05T01:49:51.278Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2023-10-05T01:49:51.986Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2023-10-05T01:49:52.079Z | Planning: Package planning ... Done (0.083s) |
113 | 2023-10-05T01:49:52.191Z | Planning: Merging actions ... Done (0.084s) |
114 | 2023-10-05T01:49:52.846Z | Planning: Checking for conflicting actions ... Done (0.682s) |
115 | 2023-10-05T01:49:52.863Z | Planning: Consolidating action changes ... Done (0.017s) |
116 | 2023-10-05T01:49:56.875Z | Planning: Evaluating mediators ... Done (4.029s) |
117 | 2023-10-05T01:49:56.888Z | Planning: Planning completed in 8.65 seconds |
118 | 2023-10-05T01:49:56.911Z | Packages to install: 4 |
119 | 2023-10-05T01:49:56.917Z | Mediators to change: 2 |
120 | 2023-10-05T01:49:56.922Z | Services to change: 1 |
121 | 2023-10-05T01:49:56.926Z | Estimated space available: 149.39 GB |
122 | 2023-10-05T01:49:56.930Z | Estimated space to be consumed: 1.35 GB |
123 | 2023-10-05T01:49:56.943Z | Create boot environment: No |
124 | 2023-10-05T01:49:56.947Z | Create backup boot environment: No |
125 | 2023-10-05T01:49:56.956Z | Rebuild boot archive: No |
126 | 2023-10-05T01:49:56.962Z | |
127 | 2023-10-05T01:49:56.967Z | Changed mediators: |
128 | 2023-10-05T01:49:56.972Z | mediator clang: |
129 | 2023-10-05T01:49:56.977Z | version: None -> 15 (system default) |
130 | 2023-10-05T01:49:56.980Z | |
131 | 2023-10-05T01:49:56.986Z | mediator llvm: |
132 | 2023-10-05T01:49:56.995Z | version: 14 (system default) -> 15 (system default) |
133 | 2023-10-05T01:49:57.009Z | |
134 | 2023-10-05T01:49:57.014Z | Changed packages: |
135 | 2023-10-05T01:49:57.029Z | helios-dev |
136 | 2023-10-05T01:49:57.035Z | developer/build-essential |
137 | 2023-10-05T01:49:57.048Z | None -> 11-2.0 |
138 | 2023-10-05T01:49:57.069Z | library/libxmlsec1 |
139 | 2023-10-05T01:49:57.549Z | None -> 1.2.35-2.0 |
140 | 2023-10-05T01:49:57.564Z | ooce/developer/clang-15 |
141 | 2023-10-05T01:49:57.633Z | None -> 15.0.7-2.0 |
142 | 2023-10-05T01:49:57.694Z | ooce/developer/llvm-15 |
143 | 2023-10-05T01:49:57.721Z | None -> 15.0.7-2.0 |
144 | 2023-10-05T01:49:58.153Z | |
145 | 2023-10-05T01:49:58.602Z | Services: |
146 | 2023-10-05T01:49:58.630Z | restart_fmri: |
147 | 2023-10-05T01:49:58.643Z | svc:/system/update-man-index:default |
148 | 2023-10-05T01:49:58.657Z | |
149 | 2023-10-05T01:49:58.673Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2023-10-05T01:50:02.647Z | Download: 868/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
151 | 2023-10-05T01:50:07.238Z | Download: 1263/3290 items 96.2/212.6MB 45% complete (9.6M/s) |
152 | 2023-10-05T01:50:12.248Z | Download: 1827/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
153 | 2023-10-05T01:50:18.156Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (5.7M/s) |
154 | 2023-10-05T01:50:23.043Z | Download: 2671/3290 items 120.7/212.6MB 56% complete (229k/s) |
155 | 2023-10-05T01:50:28.799Z | Download: 3243/3290 items 202.5/212.6MB 95% complete (8.6M/s) |
156 | 2023-10-05T01:50:32.665Z | Download: 3283/3290 items 211.1/212.6MB 99% complete (9.0M/s) |
157 | 2023-10-05T01:50:42.970Z | Download: 3288/3290 items 212.3/212.6MB 99% complete (8.9M/s) |
158 | 2023-10-05T01:50:43.000Z | Download: Completed 212.60 MB in 45.68 seconds (4.7M/s) |
159 | 2023-10-05T01:50:43.035Z | Actions: 1/3687 actions (Installing new actions) |
160 | 2023-10-05T01:50:48.008Z | Actions: 2384/3687 actions (Installing new actions) |
161 | 2023-10-05T01:50:50.890Z | Actions: Completed 3687 actions in 8.30 seconds. |
162 | 2023-10-05T01:50:50.950Z | Done (0.053s) |
163 | 2023-10-05T01:50:50.953Z | Done (0.000s) |
164 | 2023-10-05T01:50:51.106Z | Done (0.138s) |
165 | 2023-10-05T01:50:59.363Z | Done (8.162s) |
166 | 2023-10-05T01:50:59.725Z | Done (0.271s) |
167 | 2023-10-05T01:50:59.729Z | Done (0.000s) |
168 | 2023-10-05T01:50:59.968Z | Done (0.000s) |
169 | 2023-10-05T01:51:00.612Z | Planning: Evaluating mediator changes ... Done |
170 | 2023-10-05T01:51:00.897Z | Planning: Checking for conflicting actions ... Done |
171 | 2023-10-05T01:51:00.902Z | Planning: Consolidating action changes ... Done |
172 | 2023-10-05T01:51:01.343Z | Planning: Evaluating mediators ... Done |
173 | 2023-10-05T01:51:01.353Z | Planning: Planning completed in 0.73 seconds |
174 | 2023-10-05T01:51:01.400Z | Mediators to change: 2 |
175 | 2023-10-05T01:51:01.421Z | Create boot environment: No |
176 | 2023-10-05T01:51:01.435Z | Create backup boot environment: No |
177 | 2023-10-05T01:51:01.505Z | Done |
178 | 2023-10-05T01:51:01.518Z | Done |
179 | 2023-10-05T01:51:01.591Z | Done |
180 | 2023-10-05T01:51:07.652Z | Done |
181 | 2023-10-05T01:51:08.096Z | Done |
182 | 2023-10-05T01:51:08.101Z | Done |
183 | 2023-10-05T01:51:08.111Z | Done |
184 | 2023-10-05T01:51:09.304Z | Planning: Evaluating mediator changes ... Done |
185 | 2023-10-05T01:51:09.309Z | Planning: Merging actions ... Done |
186 | 2023-10-05T01:51:09.315Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-10-05T01:51:09.321Z | Planning: Consolidating action changes ... Done |
188 | 2023-10-05T01:51:09.661Z | Planning: Evaluating mediators ... Done |
189 | 2023-10-05T01:51:09.753Z | Planning: Planning completed in 1.30 seconds |
190 | 2023-10-05T01:51:09.803Z | Packages to change: 1 |
191 | 2023-10-05T01:51:09.811Z | Mediators to change: 1 |
192 | 2023-10-05T01:51:09.818Z | Services to change: 1 |
193 | 2023-10-05T01:51:09.823Z | Create boot environment: No |
194 | 2023-10-05T01:51:10.249Z | Create backup boot environment: Yes |
195 | 2023-10-05T01:51:11.732Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2023-10-05T01:51:11.736Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2023-10-05T01:51:11.740Z | Done |
198 | 2023-10-05T01:51:11.744Z | Done |
199 | 2023-10-05T01:51:11.771Z | Done |
200 | 2023-10-05T01:51:18.225Z | Done |
201 | 2023-10-05T01:51:18.354Z | Done |
202 | 2023-10-05T01:51:18.594Z | Done |
203 | 2023-10-05T01:51:18.639Z | Done |
204 | 2023-10-05T01:51:18.669Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2023-10-05T01:51:18.675Z | clang system 15 system |
206 | 2023-10-05T01:51:18.706Z | csh system system illumos |
207 | 2023-10-05T01:51:18.726Z | ctags system system illumos |
208 | 2023-10-05T01:51:18.743Z | gcc vendor 12 vendor |
209 | 2023-10-05T01:51:19.158Z | gcc system 10 system |
210 | 2023-10-05T01:51:19.168Z | gcc system 7 system |
211 | 2023-10-05T01:51:19.178Z | go system 1.20 system |
212 | 2023-10-05T01:51:19.187Z | go system 1.19 system |
213 | 2023-10-05T01:51:19.194Z | llvm system 15 system |
214 | 2023-10-05T01:51:19.202Z | llvm system 14 system |
215 | 2023-10-05T01:51:19.734Z | mariadb system 10.6 system |
216 | 2023-10-05T01:51:19.779Z | mta vendor vendor dma |
217 | 2023-10-05T01:51:19.822Z | openjdk system 17 system |
218 | 2023-10-05T01:51:19.860Z | openjdk system 11 system |
219 | 2023-10-05T01:51:19.897Z | openjdk system 1.8 system |
220 | 2023-10-05T01:51:19.905Z | openssl vendor 3 vendor |
221 | 2023-10-05T01:51:19.924Z | perl system 5.36 system |
222 | 2023-10-05T01:51:19.938Z | postgresql system 15 system |
223 | 2023-10-05T01:51:19.943Z | postgresql system 13 system |
224 | 2023-10-05T01:51:19.947Z | python vendor 3 vendor |
225 | 2023-10-05T01:51:19.953Z | python system 2 system |
226 | 2023-10-05T01:51:19.958Z | python3 system 3.11 system |
227 | 2023-10-05T01:51:19.964Z | ruby system 3.0 system |
228 | 2023-10-05T01:51:19.971Z | words vendor vendor american-english |
229 | 2023-10-05T01:51:19.975Z | words system system australian-english |
230 | 2023-10-05T01:51:19.979Z | words system system british-english |
231 | 2023-10-05T01:51:19.983Z | words system system canadian-english |
232 | 2023-10-05T01:51:19.988Z | words system system french |
233 | 2023-10-05T01:51:19.992Z | words system system italian |
234 | 2023-10-05T01:51:19.996Z | words system system ngerman |
235 | 2023-10-05T01:51:20.002Z | words system system ogerman |
236 | 2023-10-05T01:51:20.006Z | words system system spanish |
237 | 2023-10-05T01:51:20.010Z | FMRI IFO |
238 | 2023-10-05T01:51:20.019Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2023-10-05T01:51:20.026Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2023-10-05T01:51:20.032Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2023-10-05T01:51:20.038Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
242 | 2023-10-05T01:51:20.043Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2023-10-05T01:51:20.048Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
244 | 2023-10-05T01:51:20.053Z | + set -o errexit |
245 | 2023-10-05T01:51:20.059Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-10-05T01:51:20.067Z | ++ cd ./tools |
247 | 2023-10-05T01:51:20.083Z | ++ pwd |
248 | 2023-10-05T01:51:20.110Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-10-05T01:51:20.123Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-10-05T01:51:20.147Z | + ARG0=ci_download_cockroachdb |
251 | 2023-10-05T01:51:20.160Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-10-05T01:51:20.165Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-10-05T01:51:20.171Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-10-05T01:51:20.178Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-10-05T01:51:20.183Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-10-05T01:51:20.192Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-10-05T01:51:20.198Z | + TARGET_DIR=out |
258 | 2023-10-05T01:51:20.206Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-10-05T01:51:20.215Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-10-05T01:51:20.221Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-10-05T01:51:20.230Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-10-05T01:51:20.235Z | + main |
263 | 2023-10-05T01:51:20.255Z | + [[ 0 != 0 ]] |
264 | 2023-10-05T01:51:20.276Z | + CIDL_OS=solaris2.11 |
265 | 2023-10-05T01:51:20.281Z | + [[ 0 != 0 ]] |
266 | 2023-10-05T01:51:20.285Z | + configure_os solaris2.11 |
267 | 2023-10-05T01:51:20.291Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-10-05T01:51:20.295Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-10-05T01:51:20.299Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2023-10-05T01:51:20.303Z | + case "$1" in |
271 | 2023-10-05T01:51:20.308Z | configuring based on OS: "solaris2.11" |
272 | 2023-10-05T01:51:20.312Z | + CIDL_BUILD=illumos |
273 | 2023-10-05T01:51:20.317Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-10-05T01:51:20.320Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-05T01:51:20.323Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-05T01:51:20.329Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-05T01:51:20.335Z | + CIDL_MD5FUNC=do_md5sum |
278 | 2023-10-05T01:51:20.766Z | Downloading... |
279 | 2023-10-05T01:51:20.792Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2023-10-05T01:51:20.810Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2023-10-05T01:51:20.823Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2023-10-05T01:51:20.836Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-05T01:51:20.854Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-05T01:51:20.865Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2023-10-05T01:51:20.877Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-05T01:51:20.885Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-10-05T01:51:20.893Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2023-10-05T01:51:20.903Z | + mkdir -p out/downloads |
289 | 2023-10-05T01:51:20.910Z | + mkdir -p ./out/cockroachdb |
290 | 2023-10-05T01:51:20.918Z | + local DO_DOWNLOAD=true |
291 | 2023-10-05T01:51:20.940Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
292 | 2023-10-05T01:51:20.973Z | + '[' true == true ']' |
293 | 2023-10-05T01:51:20.993Z | + echo Downloading... |
294 | 2023-10-05T01:51:21.006Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-10-05T01:51:21.424Z | + 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 |
296 | 2023-10-05T01:51:30.917Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-10-05T01:51:31.480Z | ++ md5sum |
298 | 2023-10-05T01:51:31.916Z | ++ awk '{print $1}' |
299 | 2023-10-05T01:51:32.404Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-10-05T01:51:32.790Z | + [[ 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 ]] |
301 | 2023-10-05T01:51:33.277Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-10-05T01:51:33.942Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-10-05T01:51:34.297Z | + do_assemble_illumos |
304 | 2023-10-05T01:51:34.559Z | + rm -r ./out/cockroachdb |
305 | 2023-10-05T01:51:34.810Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-10-05T01:51:35.170Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-10-05T01:51:35.553Z | Build Tag: v22.1.9-dirty |
308 | 2023-10-05T01:51:36.045Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-10-05T01:51:36.243Z | Distribution: OSS |
310 | 2023-10-05T01:51:36.397Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-10-05T01:51:36.456Z | Go Version: go1.17.13 |
312 | 2023-10-05T01:51:36.540Z | C Compiler: gcc 10.3.0 |
313 | 2023-10-05T01:51:36.656Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-10-05T01:51:36.809Z | Build Type: release |
315 | 2023-10-05T01:51:37.002Z | + set -o errexit |
316 | 2023-10-05T01:51:37.131Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-10-05T01:51:37.223Z | ++ cd ./tools |
318 | 2023-10-05T01:51:37.856Z | ++ pwd |
319 | 2023-10-05T01:51:37.901Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-10-05T01:51:37.929Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-10-05T01:51:37.991Z | + ARG0=ci_download_clickhouse |
322 | 2023-10-05T01:51:38.011Z | + TARGET_DIR=out |
323 | 2023-10-05T01:51:38.032Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-10-05T01:51:38.045Z | + DEST_DIR=./out/clickhouse |
325 | 2023-10-05T01:51:38.116Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-10-05T01:51:38.141Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-10-05T01:51:38.203Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-10-05T01:51:38.354Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-10-05T01:51:38.410Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-10-05T01:51:38.418Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-10-05T01:51:38.506Z | + main |
332 | 2023-10-05T01:51:38.593Z | + [[ 0 != 0 ]] |
333 | 2023-10-05T01:51:38.689Z | + CIDL_OS=solaris2.11 |
334 | 2023-10-05T01:51:38.776Z | + [[ 0 != 0 ]] |
335 | 2023-10-05T01:51:39.000Z | + configure_os solaris2.11 |
336 | 2023-10-05T01:51:47.911Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-10-05T01:51:48.097Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-10-05T01:51:48.327Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-10-05T01:51:49.072Z | configuring based on OS: "solaris2.11" |
340 | 2023-10-05T01:51:49.257Z | + CIDL_DASHREV= |
341 | 2023-10-05T01:51:49.517Z | + case "$1" in |
342 | 2023-10-05T01:51:49.680Z | + CIDL_PLATFORM=illumos |
343 | 2023-10-05T01:51:49.804Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-10-05T01:51:49.912Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-10-05T01:51:50.078Z | + CIDL_DASHREV=-1 |
346 | 2023-10-05T01:51:50.128Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-10-05T01:51:50.235Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-05T01:51:50.902Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-05T01:51:51.075Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-05T01:51:51.506Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-10-05T01:51:51.526Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-10-05T01:51:51.543Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2023-10-05T01:51:51.565Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-10-05T01:51:51.585Z | + mkdir -p out/downloads |
355 | 2023-10-05T01:51:51.611Z | + mkdir -p ./out/clickhouse |
356 | 2023-10-05T01:51:51.633Z | + local DO_DOWNLOAD=true |
357 | 2023-10-05T01:51:51.663Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-10-05T01:51:51.673Z | + '[' true == true ']' |
359 | 2023-10-05T01:51:51.685Z | + echo Downloading... |
360 | 2023-10-05T01:51:51.697Z | Downloading... |
361 | 2023-10-05T01:51:51.707Z | + 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 |
362 | 2023-10-05T01:51:51.722Z | + 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 |
363 | 2023-10-05T01:51:51.745Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-10-05T01:51:52.172Z | ++ md5sum |
365 | 2023-10-05T01:51:52.201Z | ++ awk '{print $1}' |
366 | 2023-10-05T01:51:52.258Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-10-05T01:51:52.278Z | + [[ 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 ]] |
368 | 2023-10-05T01:51:52.299Z | ClickHouse server version 22.8.9.1. |
369 | 2023-10-05T01:51:52.321Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
370 | 2023-10-05T01:51:52.348Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
371 | 2023-10-05T01:51:52.371Z | + mkdir -p ./out/clickhouse |
372 | 2023-10-05T01:51:52.806Z | Local file: out/downloads/console.tar.gz |
373 | 2023-10-05T01:51:52.831Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
374 | 2023-10-05T01:51:52.863Z | Downloading... |
375 | 2023-10-05T01:51:52.900Z | + ./out/clickhouse/clickhouse server --version |
376 | 2023-10-05T01:51:52.918Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
377 | 2023-10-05T01:51:52.934Z | + set -o errexit |
378 | 2023-10-05T01:51:52.949Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
379 | 2023-10-05T01:51:52.969Z | +++ dirname ./tools/ci_download_console |
380 | 2023-10-05T01:51:53.399Z | Downloading... |
381 | 2023-10-05T01:51:53.421Z | ++ cd ./tools |
382 | 2023-10-05T01:51:53.445Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
383 | 2023-10-05T01:51:53.464Z | ++ pwd |
384 | 2023-10-05T01:51:53.477Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
385 | 2023-10-05T01:51:53.492Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
386 | 2023-10-05T01:51:53.517Z | Downloading... |
387 | 2023-10-05T01:51:53.542Z | ++ basename ./tools/ci_download_console |
388 | 2023-10-05T01:51:53.981Z | current directory: /work/oxidecomputer/omicron |
389 | 2023-10-05T01:51:54.018Z | + ARG0=ci_download_console |
390 | 2023-10-05T01:51:54.058Z | configuring based on OS: "solaris2.11" |
391 | 2023-10-05T01:51:54.162Z | + TARGET_DIR=out |
392 | 2023-10-05T01:51:54.226Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
393 | 2023-10-05T01:51:54.269Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-10-05T01:51:54.289Z | Local file: out/downloads/dendrite-stub.tar.gz |
395 | 2023-10-05T01:51:54.790Z | + DEST_DIR=./out/console-assets |
396 | 2023-10-05T01:51:59.261Z | Downloading... |
397 | 2023-10-05T01:51:59.896Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2023-10-05T01:52:00.364Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
399 | 2023-10-05T01:52:00.698Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
400 | 2023-10-05T01:52:00.874Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
401 | 2023-10-05T01:52:00.915Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2023-10-05T01:52:00.991Z | + main |
403 | 2023-10-05T01:52:01.147Z | + [[ 0 != 0 ]] |
404 | 2023-10-05T01:52:01.195Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
405 | 2023-10-05T01:52:01.264Z | + echo 'Local file: out/downloads/console.tar.gz' |
406 | 2023-10-05T01:52:01.287Z | + local DO_DOWNLOAD=true |
407 | 2023-10-05T01:52:01.299Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2023-10-05T01:52:01.312Z | + mkdir -p out/downloads |
409 | 2023-10-05T01:52:01.324Z | + '[' true == true ']' |
410 | 2023-10-05T01:52:01.338Z | + echo Downloading... |
411 | 2023-10-05T01:52:01.349Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
412 | 2023-10-05T01:52:01.358Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
413 | 2023-10-05T01:52:01.375Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-10-05T01:52:01.391Z | ++ case "$OSTYPE" in |
415 | 2023-10-05T01:52:01.405Z | ++ SHA=sha256sum |
416 | 2023-10-05T01:52:01.417Z | ++ sha256sum |
417 | 2023-10-05T01:52:01.424Z | ++ awk '{print $1}' |
418 | 2023-10-05T01:52:01.450Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
419 | 2023-10-05T01:52:01.463Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
420 | 2023-10-05T01:52:01.476Z | + rm -rf ./out/console-assets |
421 | 2023-10-05T01:52:01.487Z | + mkdir -p ./out/console-assets |
422 | 2023-10-05T01:52:01.499Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-10-05T01:52:01.512Z | + mkdir -p ./out/console-assets |
424 | 2023-10-05T01:52:01.525Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-10-05T01:52:01.538Z | + set -o errexit |
426 | 2023-10-05T01:52:01.557Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-10-05T01:52:01.577Z | ++ cd ./tools |
428 | 2023-10-05T01:52:02.031Z | ++ pwd |
429 | 2023-10-05T01:52:02.049Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-10-05T01:52:02.066Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-10-05T01:52:02.081Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-10-05T01:52:02.095Z | + TARGET_DIR=out |
433 | 2023-10-05T01:52:02.136Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-10-05T01:52:02.557Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
435 | 2023-10-05T01:52:02.580Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
436 | 2023-10-05T01:52:02.596Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-10-05T01:52:02.612Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
438 | 2023-10-05T01:52:02.632Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
439 | 2023-10-05T01:52:03.078Z | + main |
440 | 2023-10-05T01:52:03.098Z | + [[ 0 != 0 ]] |
441 | 2023-10-05T01:52:03.123Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
442 | 2023-10-05T01:52:03.556Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
443 | 2023-10-05T01:52:03.581Z | + local DO_DOWNLOAD=true |
444 | 2023-10-05T01:52:03.613Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
445 | 2023-10-05T01:52:04.045Z | + mkdir -p out/downloads |
446 | 2023-10-05T01:52:04.068Z | + '[' true == true ']' |
447 | 2023-10-05T01:52:04.109Z | + echo Downloading... |
448 | 2023-10-05T01:52:04.546Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
449 | 2023-10-05T01:52:04.569Z | + 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 |
450 | 2023-10-05T01:52:04.600Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
451 | 2023-10-05T01:52:04.634Z | ++ case "$OSTYPE" in |
452 | 2023-10-05T01:52:04.653Z | ++ SHA=sha256sum |
453 | 2023-10-05T01:52:05.080Z | ++ sha256sum |
454 | 2023-10-05T01:52:05.103Z | ++ awk '{print $1}' |
455 | 2023-10-05T01:52:05.128Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
456 | 2023-10-05T01:52:05.567Z | + [[ 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 ]] |
457 | 2023-10-05T01:52:05.599Z | + set -o errexit |
458 | 2023-10-05T01:52:05.625Z | +++ dirname ./tools/ci_download_dendrite_openapi |
459 | 2023-10-05T01:52:05.642Z | ++ cd ./tools |
460 | 2023-10-05T01:52:05.654Z | ++ pwd |
461 | 2023-10-05T01:52:05.675Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
462 | 2023-10-05T01:52:05.692Z | current directory: /work/oxidecomputer/omicron |
463 | 2023-10-05T01:52:05.711Z | ++ basename ./tools/ci_download_dendrite_openapi |
464 | 2023-10-05T01:52:05.733Z | configuring based on OS: "solaris2.11" |
465 | 2023-10-05T01:52:05.753Z | + ARG0=ci_download_dendrite_openapi |
466 | 2023-10-05T01:52:05.773Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
467 | 2023-10-05T01:52:05.795Z | + TARGET_DIR=out |
468 | 2023-10-05T01:52:05.818Z | Local file: out/downloads/xcvradm.gz |
469 | 2023-10-05T01:52:05.834Z | + DOWNLOAD_DIR=out/downloads |
470 | 2023-10-05T01:52:05.848Z | Downloading... |
471 | 2023-10-05T01:52:05.860Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-10-05T01:52:05.873Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
473 | 2023-10-05T01:52:05.886Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
474 | 2023-10-05T01:52:05.907Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
475 | 2023-10-05T01:52:05.932Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
476 | 2023-10-05T01:52:05.948Z | + main |
477 | 2023-10-05T01:52:05.972Z | + [[ 0 != 0 ]] |
478 | 2023-10-05T01:52:06.405Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
479 | 2023-10-05T01:52:06.428Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
480 | 2023-10-05T01:52:06.446Z | + local DO_DOWNLOAD=true |
481 | 2023-10-05T01:52:06.539Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
482 | 2023-10-05T01:52:06.558Z | + mkdir -p out/downloads |
483 | 2023-10-05T01:52:06.576Z | + '[' true == true ']' |
484 | 2023-10-05T01:52:06.599Z | + echo Downloading... |
485 | 2023-10-05T01:52:06.619Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
486 | 2023-10-05T01:52:07.039Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
487 | 2023-10-05T01:52:07.064Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
488 | 2023-10-05T01:52:07.077Z | ++ case "$OSTYPE" in |
489 | 2023-10-05T01:52:07.090Z | ++ SHA=sha256sum |
490 | 2023-10-05T01:52:07.122Z | ++ sha256sum |
491 | 2023-10-05T01:52:07.146Z | ++ awk '{print $1}' |
492 | 2023-10-05T01:52:07.161Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
493 | 2023-10-05T01:52:07.179Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
494 | 2023-10-05T01:52:07.202Z | + set -o errexit |
495 | 2023-10-05T01:52:07.225Z | +++ dirname ./tools/ci_download_dendrite_stub |
496 | 2023-10-05T01:52:07.250Z | ++ cd ./tools |
497 | 2023-10-05T01:52:07.276Z | ++ pwd |
498 | 2023-10-05T01:52:07.306Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2023-10-05T01:52:07.761Z | ++ basename ./tools/ci_download_dendrite_stub |
500 | 2023-10-05T01:52:07.792Z | + ARG0=ci_download_dendrite_stub |
501 | 2023-10-05T01:52:07.819Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
502 | 2023-10-05T01:52:07.850Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
503 | 2023-10-05T01:52:07.872Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
504 | 2023-10-05T01:52:07.894Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
505 | 2023-10-05T01:52:08.317Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
506 | 2023-10-05T01:52:08.325Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
507 | 2023-10-05T01:52:08.335Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
508 | 2023-10-05T01:52:08.354Z | + TARGET_DIR=out |
509 | 2023-10-05T01:52:08.369Z | + DOWNLOAD_DIR=out/downloads |
510 | 2023-10-05T01:52:08.386Z | + DEST_DIR=./out/dendrite-stub |
511 | 2023-10-05T01:52:08.398Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
512 | 2023-10-05T01:52:08.409Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
513 | 2023-10-05T01:52:08.420Z | + REPO=oxidecomputer/dendrite |
514 | 2023-10-05T01:52:08.446Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
515 | 2023-10-05T01:52:08.469Z | + main |
516 | 2023-10-05T01:52:08.500Z | + [[ 0 != 0 ]] |
517 | 2023-10-05T01:52:08.518Z | + CIDL_OS=solaris2.11 |
518 | 2023-10-05T01:52:08.531Z | + [[ 0 != 0 ]] |
519 | 2023-10-05T01:52:08.648Z | + configure_os solaris2.11 |
520 | 2023-10-05T01:52:08.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
521 | 2023-10-05T01:52:09.101Z | + echo 'configuring based on OS: "solaris2.11"' |
522 | 2023-10-05T01:52:09.120Z | + case "$1" in |
523 | 2023-10-05T01:52:09.137Z | + SET_BINARIES= |
524 | 2023-10-05T01:52:09.154Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
525 | 2023-10-05T01:52:09.171Z | + CIDL_SHA256FUNC=do_sha256sum |
526 | 2023-10-05T01:52:09.191Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
527 | 2023-10-05T01:52:09.216Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
528 | 2023-10-05T01:52:09.236Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
529 | 2023-10-05T01:52:09.249Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
530 | 2023-10-05T01:52:09.316Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
531 | 2023-10-05T01:52:09.332Z | + mkdir -p out/downloads |
532 | 2023-10-05T01:52:09.352Z | + mkdir -p ./out/dendrite-stub |
533 | 2023-10-05T01:52:09.370Z | + fetch_and_verify |
534 | 2023-10-05T01:52:09.792Z | + local DO_DOWNLOAD=true |
535 | 2023-10-05T01:52:09.814Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
536 | 2023-10-05T01:52:09.823Z | + '[' true == true ']' |
537 | 2023-10-05T01:52:09.834Z | + echo Downloading... |
538 | 2023-10-05T01:52:09.844Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-05T01:52:09.853Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
540 | 2023-10-05T01:52:09.869Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
541 | 2023-10-05T01:52:09.895Z | ++ sha256sum |
542 | 2023-10-05T01:52:09.923Z | ++ awk '{print $1}' |
543 | 2023-10-05T01:52:09.944Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
544 | 2023-10-05T01:52:09.963Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
545 | 2023-10-05T01:52:09.991Z | + do_untar out/downloads/dendrite-stub.tar.gz |
546 | 2023-10-05T01:52:10.409Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
547 | 2023-10-05T01:52:10.412Z | + do_assemble |
548 | 2023-10-05T01:52:10.415Z | + rm -r ./out/dendrite-stub |
549 | 2023-10-05T01:52:10.418Z | + mkdir ./out/dendrite-stub |
550 | 2023-10-05T01:52:10.422Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
551 | 2023-10-05T01:52:10.425Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
552 | 2023-10-05T01:52:10.429Z | + set -o errexit |
553 | 2023-10-05T01:52:10.440Z | +++ dirname ./tools/ci_download_transceiver_control |
554 | 2023-10-05T01:52:10.443Z | ++ cd ./tools |
555 | 2023-10-05T01:52:10.446Z | ++ pwd |
556 | 2023-10-05T01:52:10.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2023-10-05T01:52:10.454Z | ++ basename ./tools/ci_download_transceiver_control |
558 | 2023-10-05T01:52:10.458Z | + ARG0=ci_download_transceiver_control |
559 | 2023-10-05T01:52:10.463Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
560 | 2023-10-05T01:52:10.471Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
561 | 2023-10-05T01:52:10.475Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
562 | 2023-10-05T01:52:10.483Z | + TARGET_DIR=out |
563 | 2023-10-05T01:52:10.490Z | + DOWNLOAD_DIR=out/downloads |
564 | 2023-10-05T01:52:10.499Z | + DEST_DIR=./out/transceiver-control |
565 | 2023-10-05T01:52:10.503Z | + BIN_DIR=/opt/oxide/bin |
566 | 2023-10-05T01:52:10.513Z | + BINARY=xcvradm |
567 | 2023-10-05T01:52:10.522Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
568 | 2023-10-05T01:52:10.527Z | + REPO=oxidecomputer/transceiver-control |
569 | 2023-10-05T01:52:10.537Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
570 | 2023-10-05T01:52:10.546Z | + main |
571 | 2023-10-05T01:52:10.556Z | + [[ 0 != 0 ]] |
572 | 2023-10-05T01:52:10.566Z | + CIDL_OS=solaris2.11 |
573 | 2023-10-05T01:52:10.573Z | + [[ 0 != 0 ]] |
574 | 2023-10-05T01:52:10.581Z | + configure_os solaris2.11 |
575 | 2023-10-05T01:52:10.591Z | + echo 'current directory: /work/oxidecomputer/omicron' |
576 | 2023-10-05T01:52:10.606Z | + echo 'configuring based on OS: "solaris2.11"' |
577 | 2023-10-05T01:52:10.624Z | + case "$1" in |
578 | 2023-10-05T01:52:10.667Z | + SET_BINARIES= |
579 | 2023-10-05T01:52:10.769Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
580 | 2023-10-05T01:52:10.792Z | + CIDL_SHA256FUNC=do_sha256sum |
581 | 2023-10-05T01:52:10.820Z | + ARCHIVE_FILENAME=xcvradm.gz |
582 | 2023-10-05T01:52:10.839Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
583 | 2023-10-05T01:52:10.868Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
584 | 2023-10-05T01:52:11.305Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
585 | 2023-10-05T01:52:11.735Z | + echo 'Local file: out/downloads/xcvradm.gz' |
586 | 2023-10-05T01:52:11.763Z | + mkdir -p out/downloads |
587 | 2023-10-05T01:52:11.834Z | + mkdir -p ./out/transceiver-control |
588 | 2023-10-05T01:52:11.864Z | + fetch_and_verify |
589 | 2023-10-05T01:52:11.881Z | + local DO_DOWNLOAD=true |
590 | 2023-10-05T01:52:11.913Z | + [[ -f out/downloads/xcvradm.gz ]] |
591 | 2023-10-05T01:52:11.945Z | + '[' true == true ']' |
592 | 2023-10-05T01:52:11.961Z | + echo Downloading... |
593 | 2023-10-05T01:52:11.983Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
594 | 2023-10-05T01:52:12.009Z | + 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 |
595 | 2023-10-05T01:52:14.992Z | ++ do_sha256sum out/downloads/xcvradm.gz |
596 | 2023-10-05T01:52:15.034Z | ++ sha256sum |
597 | 2023-10-05T01:52:15.051Z | ++ awk '{print $1}' |
598 | 2023-10-05T01:52:15.055Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
599 | 2023-10-05T01:52:15.066Z | + [[ 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 ]] |
600 | 2023-10-05T01:52:15.073Z | + do_unpack out/downloads/xcvradm.gz |
601 | 2023-10-05T01:52:15.084Z | + mkdir -p out/downloads/root//opt/oxide/bin |
602 | 2023-10-05T01:52:15.095Z | + gzip -dc out/downloads/xcvradm.gz |
603 | 2023-10-05T01:52:15.177Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
604 | 2023-10-05T01:52:15.611Z | + do_assemble |
605 | 2023-10-05T01:52:15.632Z | + rm -r ./out/transceiver-control |
606 | 2023-10-05T01:52:16.162Z | + mkdir ./out/transceiver-control |
607 | 2023-10-05T01:52:16.187Z | + cp -r out/downloads/root ./out/transceiver-control/root |
608 | 2023-10-05T01:52:16.636Z | All builder prerequisites installed successfully, and PATH looks valid |
609 | 2023-10-05T01:52:16.653Z | |
610 | 2023-10-05T01:52:16.720Z | real 2:35.919540223 |
611 | 2023-10-05T01:52:16.742Z | user 48.823511448 |
612 | 2023-10-05T01:52:16.863Z | sys 9.132873851 |
613 | 2023-10-05T01:52:16.885Z | trap 0.020851202 |
614 | 2023-10-05T01:52:16.896Z | tflt 0.137960719 |
615 | 2023-10-05T01:52:16.909Z | dflt 0.560520107 |
616 | 2023-10-05T01:52:16.922Z | kflt 0.239438906 |
617 | 2023-10-05T01:52:16.958Z | lock 1.911057900 |
618 | 2023-10-05T01:52:17.393Z | slp 5:17.487715401 |
619 | 2023-10-05T01:52:17.403Z | lat 3.032736166 |
620 | 2023-10-05T01:52:17.862Z | stop 0.060631674 |
621 | 2023-10-05T01:52:17.870Z | |
622 | 2023-10-05T01:52:17.881Z | #### # # ##### ##### # # |
623 | 2023-10-05T01:52:17.892Z | # # # # # # # # # # |
624 | 2023-10-05T01:52:17.909Z | # # # # # # # # |
625 | 2023-10-05T01:52:18.340Z | # # # ##### ##### # |
626 | 2023-10-05T01:52:18.354Z | # # # # # # # |
627 | 2023-10-05T01:52:18.367Z | #### ###### # # # # |
628 | 2023-10-05T01:52:18.806Z | |
629 | 2023-10-05T01:52:20.690Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
630 | 2023-10-05T01:52:20.830Z | Updating crates.io index |
631 | 2023-10-05T01:52:21.063Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
632 | 2023-10-05T01:52:21.225Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
633 | 2023-10-05T01:52:21.289Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
634 | 2023-10-05T01:52:21.445Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
635 | 2023-10-05T01:52:22.338Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
636 | 2023-10-05T01:52:22.551Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
637 | 2023-10-05T01:52:22.628Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
638 | 2023-10-05T01:52:22.737Z | Updating git repository `https://github.com/oxidecomputer/opte` |
639 | 2023-10-05T01:52:22.874Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
640 | 2023-10-05T01:52:22.882Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
641 | 2023-10-05T01:52:22.938Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
642 | 2023-10-05T01:52:23.176Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
643 | 2023-10-05T01:52:24.746Z | Updating git repository `https://github.com/njaremko/samael` |
644 | 2023-10-05T01:52:25.179Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
645 | 2023-10-05T01:52:25.608Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
646 | 2023-10-05T01:52:26.168Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
647 | 2023-10-05T01:52:26.614Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
648 | 2023-10-05T01:52:27.330Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
649 | 2023-10-05T01:52:29.167Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
650 | 2023-10-05T01:52:30.064Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
651 | 2023-10-05T01:52:38.112Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
652 | 2023-10-05T01:52:38.512Z | Updating git repository `https://github.com/jgallagher/nix` |
653 | 2023-10-05T01:52:39.717Z | Updating git repository `https://github.com/cbiffle/hubpack` |
654 | 2023-10-05T01:52:40.102Z | Updating git repository `https://github.com/oxidecomputer/typify` |
655 | 2023-10-05T01:52:41.338Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
656 | 2023-10-05T01:52:42.031Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
657 | 2023-10-05T01:52:43.313Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
658 | 2023-10-05T01:52:43.666Z | Downloading crates ... |
659 | 2023-10-05T01:52:43.847Z | Downloaded anstyle-query v1.0.0 |
660 | 2023-10-05T01:52:43.981Z | Downloaded toml_datetime v0.6.3 |
661 | 2023-10-05T01:52:44.122Z | Downloaded heck v0.4.1 |
662 | 2023-10-05T01:52:44.133Z | Downloaded clap_derive v4.4.2 |
663 | 2023-10-05T01:52:44.237Z | Downloaded equivalent v1.0.1 |
664 | 2023-10-05T01:52:44.344Z | Downloaded colorchoice v1.0.0 |
665 | 2023-10-05T01:52:44.922Z | Downloaded anyhow v1.0.75 |
666 | 2023-10-05T01:52:44.951Z | Downloaded itoa v1.0.9 |
667 | 2023-10-05T01:52:45.559Z | Downloaded errno v0.3.2 |
668 | 2023-10-05T01:52:45.618Z | Downloaded utf8parse v0.2.1 |
669 | 2023-10-05T01:52:45.765Z | Downloaded bitflags v1.3.2 |
670 | 2023-10-05T01:52:45.909Z | Downloaded clap_lex v0.5.1 |
671 | 2023-10-05T01:52:46.033Z | Downloaded cargo-platform v0.1.3 |
672 | 2023-10-05T01:52:46.525Z | Downloaded anstream v0.5.0 |
673 | 2023-10-05T01:52:46.676Z | Downloaded cargo_metadata v0.18.0 |
674 | 2023-10-05T01:52:46.822Z | Downloaded semver v1.0.18 |
675 | 2023-10-05T01:52:46.934Z | Downloaded io-lifetimes v1.0.11 |
676 | 2023-10-05T01:52:47.043Z | Downloaded camino v1.1.6 |
677 | 2023-10-05T01:52:47.502Z | Downloaded quote v1.0.33 |
678 | 2023-10-05T01:52:47.571Z | Downloaded ryu v1.0.15 |
679 | 2023-10-05T01:52:47.807Z | Downloaded clap v4.4.3 |
680 | 2023-10-05T01:52:47.892Z | Downloaded indexmap v2.0.0 |
681 | 2023-10-05T01:52:47.924Z | Downloaded serde_derive v1.0.188 |
682 | 2023-10-05T01:52:47.930Z | Downloaded memchr v2.6.3 |
683 | 2023-10-05T01:52:47.938Z | Downloaded toml_edit v0.20.0 |
684 | 2023-10-05T01:52:47.943Z | Downloaded winnow v0.5.15 |
685 | 2023-10-05T01:52:47.956Z | Downloaded syn v2.0.37 |
686 | 2023-10-05T01:52:47.963Z | Downloaded libc v0.2.148 |
687 | 2023-10-05T01:52:47.974Z | Downloaded clap_builder v4.4.2 |
688 | 2023-10-05T01:52:48.534Z | Downloaded rustix v0.37.23 |
689 | 2023-10-05T01:52:48.595Z | Downloaded serde_json v1.0.107 |
690 | 2023-10-05T01:52:49.214Z | Downloaded hashbrown v0.14.0 |
691 | 2023-10-05T01:52:49.702Z | Downloaded serde v1.0.188 |
692 | 2023-10-05T01:52:49.813Z | Downloaded unicode-ident v1.0.12 |
693 | 2023-10-05T01:52:49.869Z | Downloaded thiserror v1.0.49 |
694 | 2023-10-05T01:52:49.881Z | Downloaded toml v0.8.0 |
695 | 2023-10-05T01:52:49.895Z | Downloaded anstyle v1.0.2 |
696 | 2023-10-05T01:52:49.901Z | Downloaded proc-macro2 v1.0.67 |
697 | 2023-10-05T01:52:49.954Z | Downloaded anstyle-parse v0.2.1 |
698 | 2023-10-05T01:52:49.977Z | Downloaded cargo_toml v0.16.3 |
699 | 2023-10-05T01:52:50.061Z | Downloaded serde_spanned v0.6.3 |
700 | 2023-10-05T01:52:50.204Z | Downloaded thiserror-impl v1.0.49 |
701 | 2023-10-05T01:52:50.402Z | Downloaded strsim v0.10.0 |
702 | 2023-10-05T01:52:50.463Z | Downloaded terminal_size v0.2.6 |
703 | 2023-10-05T01:52:50.517Z | Compiling proc-macro2 v1.0.67 |
704 | 2023-10-05T01:52:50.549Z | Compiling unicode-ident v1.0.12 |
705 | 2023-10-05T01:52:50.589Z | Compiling serde v1.0.188 |
706 | 2023-10-05T01:52:50.617Z | Compiling libc v0.2.148 |
707 | 2023-10-05T01:52:50.698Z | Compiling io-lifetimes v1.0.11 |
708 | 2023-10-05T01:52:50.808Z | Compiling rustix v0.37.23 |
709 | 2023-10-05T01:52:50.889Z | Compiling hashbrown v0.14.0 |
710 | 2023-10-05T01:52:50.969Z | Compiling equivalent v1.0.1 |
711 | 2023-10-05T01:52:51.152Z | Compiling bitflags v1.3.2 |
712 | 2023-10-05T01:52:51.368Z | Compiling utf8parse v0.2.1 |
713 | 2023-10-05T01:52:51.516Z | Compiling winnow v0.5.15 |
714 | 2023-10-05T01:52:51.595Z | Compiling anstyle-parse v0.2.1 |
715 | 2023-10-05T01:52:52.168Z | Compiling semver v1.0.18 |
716 | 2023-10-05T01:53:05.454Z | Compiling indexmap v2.0.0 |
717 | 2023-10-05T01:53:06.484Z | Compiling serde_json v1.0.107 |
718 | 2023-10-05T01:53:07.539Z | Compiling camino v1.1.6 |
719 | 2023-10-05T01:53:08.135Z | Compiling anstyle v1.0.2 |
720 | 2023-10-05T01:53:08.622Z | Compiling anstyle-query v1.0.0 |
721 | 2023-10-05T01:53:09.169Z | Compiling thiserror v1.0.49 |
722 | 2023-10-05T01:53:09.580Z | Compiling colorchoice v1.0.0 |
723 | 2023-10-05T01:53:09.757Z | Compiling anstream v0.5.0 |
724 | 2023-10-05T01:53:10.002Z | Compiling heck v0.4.1 |
725 | 2023-10-05T01:53:10.345Z | Compiling itoa v1.0.9 |
726 | 2023-10-05T01:53:10.746Z | Compiling anyhow v1.0.75 |
727 | 2023-10-05T01:53:10.946Z | Compiling clap_lex v0.5.1 |
728 | 2023-10-05T01:53:11.335Z | Compiling quote v1.0.33 |
729 | 2023-10-05T01:53:11.404Z | Compiling ryu v1.0.15 |
730 | 2023-10-05T01:53:11.764Z | Compiling strsim v0.10.0 |
731 | 2023-10-05T01:53:11.973Z | Compiling syn v2.0.37 |
732 | 2023-10-05T01:53:12.217Z | Compiling errno v0.3.2 |
733 | 2023-10-05T01:53:12.365Z | Compiling terminal_size v0.2.6 |
734 | 2023-10-05T01:53:12.540Z | Compiling clap_builder v4.4.2 |
735 | 2023-10-05T01:53:12.793Z | Compiling serde_derive v1.0.188 |
736 | 2023-10-05T01:53:13.112Z | Compiling thiserror-impl v1.0.49 |
737 | 2023-10-05T01:53:13.129Z | Compiling clap_derive v4.4.2 |
738 | 2023-10-05T01:53:13.287Z | Compiling clap v4.4.3 |
739 | 2023-10-05T01:53:13.358Z | Compiling serde_spanned v0.6.3 |
740 | 2023-10-05T01:53:13.392Z | Compiling toml_datetime v0.6.3 |
741 | 2023-10-05T01:53:13.424Z | Compiling cargo-platform v0.1.3 |
742 | 2023-10-05T01:53:13.446Z | Compiling toml_edit v0.20.0 |
743 | 2023-10-05T01:53:13.478Z | Compiling cargo_metadata v0.18.0 |
744 | 2023-10-05T01:53:13.544Z | Compiling toml v0.8.0 |
745 | 2023-10-05T01:53:13.565Z | Compiling cargo_toml v0.16.3 |
746 | 2023-10-05T01:53:17.608Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
747 | 2023-10-05T01:53:18.904Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
748 | 2023-10-05T01:53:19.113Z | Running `target/debug/xtask clippy` |
749 | 2023-10-05T01:53:19.590Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
750 | 2023-10-05T01:53:20.076Z | Downloading crates ... |
751 | 2023-10-05T01:53:20.339Z | Downloaded inout v0.1.3 |
752 | 2023-10-05T01:53:20.343Z | Downloaded bytecount v0.6.3 |
753 | 2023-10-05T01:53:20.366Z | Downloaded iana-time-zone v0.1.57 |
754 | 2023-10-05T01:53:20.374Z | Downloaded cast v0.3.0 |
755 | 2023-10-05T01:53:20.392Z | Downloaded aes v0.8.3 |
756 | 2023-10-05T01:53:20.417Z | Downloaded bitstruct v0.1.1 |
757 | 2023-10-05T01:53:20.423Z | Downloaded bitstruct_derive v0.1.0 |
758 | 2023-10-05T01:53:20.431Z | Downloaded atty v0.2.14 |
759 | 2023-10-05T01:53:20.436Z | Downloaded http-body v0.4.5 |
760 | 2023-10-05T01:53:20.443Z | Downloaded hmac v0.12.1 |
761 | 2023-10-05T01:53:20.447Z | Downloaded indoc v2.0.3 |
762 | 2023-10-05T01:53:20.453Z | Downloaded async-stream-impl v0.3.5 |
763 | 2023-10-05T01:53:20.458Z | Downloaded maybe-uninit v2.0.0 |
764 | 2023-10-05T01:53:20.464Z | Downloaded constant_time_eq v0.2.6 |
765 | 2023-10-05T01:53:20.481Z | Downloaded lazy_static v1.4.0 |
766 | 2023-10-05T01:53:20.498Z | Downloaded matches v0.1.10 |
767 | 2023-10-05T01:53:20.521Z | Downloaded ciborium-ll v0.2.1 |
768 | 2023-10-05T01:53:20.549Z | Downloaded rustc-hash v1.1.0 |
769 | 2023-10-05T01:53:21.406Z | Downloaded memoffset v0.7.1 |
770 | 2023-10-05T01:53:21.417Z | Downloaded match_cfg v0.1.0 |
771 | 2023-10-05T01:53:21.425Z | Downloaded serial_test v0.10.0 |
772 | 2023-10-05T01:53:21.434Z | Downloaded managed v0.8.0 |
773 | 2023-10-05T01:53:21.442Z | Downloaded jobserver v0.1.26 |
774 | 2023-10-05T01:53:21.451Z | Downloaded anes v0.1.6 |
775 | 2023-10-05T01:53:21.459Z | Downloaded lock_api v0.4.10 |
776 | 2023-10-05T01:53:21.476Z | Downloaded console v0.15.7 |
777 | 2023-10-05T01:53:21.481Z | Downloaded chacha20 v0.9.1 |
778 | 2023-10-05T01:53:21.488Z | Downloaded num_threads v0.1.6 |
779 | 2023-10-05T01:53:21.502Z | Downloaded cpufeatures v0.2.9 |
780 | 2023-10-05T01:53:21.516Z | Downloaded cancel-safe-futures v0.1.2 |
781 | 2023-10-05T01:53:21.531Z | Downloaded crc-catalog v2.2.0 |
782 | 2023-10-05T01:53:21.537Z | Downloaded crc32fast v1.3.2 |
783 | 2023-10-05T01:53:21.546Z | Downloaded bitflags v2.4.0 |
784 | 2023-10-05T01:53:21.559Z | Downloaded num-derive v0.4.0 |
785 | 2023-10-05T01:53:21.571Z | Downloaded structmeta v0.1.6 |
786 | 2023-10-05T01:53:21.583Z | Downloaded tower-service v0.3.2 |
787 | 2023-10-05T01:53:21.592Z | Downloaded number_prefix v0.4.0 |
788 | 2023-10-05T01:53:22.042Z | Downloaded unicode-xid v0.2.4 |
789 | 2023-10-05T01:53:22.055Z | Downloaded tinyvec_macros v0.1.1 |
790 | 2023-10-05T01:53:22.084Z | Downloaded log v0.4.20 |
791 | 2023-10-05T01:53:22.215Z | Downloaded universal-hash v0.5.1 |
792 | 2023-10-05T01:53:25.259Z | Downloaded signal-hook-tokio v0.3.1 |
793 | 2023-10-05T01:53:26.022Z | Downloaded opaque-debug v0.3.0 |
794 | 2023-10-05T01:53:26.068Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2023-10-05T01:53:26.115Z | Downloaded num_enum_derive v0.5.11 |
796 | 2023-10-05T01:53:26.165Z | Downloaded dirs-sys-next v0.1.2 |
797 | 2023-10-05T01:53:26.187Z | Downloaded endian-type v0.1.2 |
798 | 2023-10-05T01:53:26.209Z | Downloaded zone_cfg_derive v0.2.0 |
799 | 2023-10-05T01:53:26.224Z | Downloaded phf v0.11.2 |
800 | 2023-10-05T01:53:26.239Z | Downloaded phf_shared v0.10.0 |
801 | 2023-10-05T01:53:26.255Z | Downloaded num_enum_derive v0.7.0 |
802 | 2023-10-05T01:53:26.275Z | Downloaded ron v0.8.1 |
803 | 2023-10-05T01:53:26.291Z | Downloaded darling_macro v0.20.3 |
804 | 2023-10-05T01:53:26.305Z | Downloaded foreign-types-shared v0.1.1 |
805 | 2023-10-05T01:53:26.317Z | Downloaded fallible-streaming-iterator v0.1.9 |
806 | 2023-10-05T01:53:26.337Z | Downloaded slab v0.4.9 |
807 | 2023-10-05T01:53:26.366Z | Downloaded shell-words v1.1.0 |
808 | 2023-10-05T01:53:26.389Z | Downloaded unicode-linebreak v0.1.5 |
809 | 2023-10-05T01:53:26.404Z | Downloaded futures-task v0.3.28 |
810 | 2023-10-05T01:53:26.422Z | Downloaded generic-array v0.14.7 |
811 | 2023-10-05T01:53:26.443Z | Downloaded getopts v0.2.21 |
812 | 2023-10-05T01:53:26.462Z | Downloaded basic-toml v0.1.4 |
813 | 2023-10-05T01:53:26.476Z | Downloaded scheduled-thread-pool v0.2.7 |
814 | 2023-10-05T01:53:26.497Z | Downloaded rand_xorshift v0.3.0 |
815 | 2023-10-05T01:53:26.517Z | Downloaded rand_core v0.6.4 |
816 | 2023-10-05T01:53:26.535Z | Downloaded cc v1.0.83 |
817 | 2023-10-05T01:53:26.551Z | Downloaded usdt-attr-macro v0.3.5 |
818 | 2023-10-05T01:53:26.566Z | Downloaded path-slash v0.1.5 |
819 | 2023-10-05T01:53:26.584Z | Downloaded path-absolutize v3.1.0 |
820 | 2023-10-05T01:53:26.607Z | Downloaded tokio-tungstenite v0.20.1 |
821 | 2023-10-05T01:53:26.640Z | Downloaded fragile v2.0.0 |
822 | 2023-10-05T01:53:26.645Z | Downloaded strum_macros v0.24.3 |
823 | 2023-10-05T01:53:26.660Z | Downloaded flagset v0.4.3 |
824 | 2023-10-05T01:53:26.666Z | Downloaded textwrap v0.11.0 |
825 | 2023-10-05T01:53:26.685Z | Downloaded oso-derive v0.26.4 |
826 | 2023-10-05T01:53:26.699Z | Downloaded dirs-next v2.0.0 |
827 | 2023-10-05T01:53:26.721Z | Downloaded zone v0.2.0 |
828 | 2023-10-05T01:53:26.744Z | Downloaded toml v0.7.8 |
829 | 2023-10-05T01:53:26.782Z | Downloaded strum v0.25.0 |
830 | 2023-10-05T01:53:26.791Z | Downloaded curve25519-dalek-derive v0.1.0 |
831 | 2023-10-05T01:53:26.805Z | Downloaded packed_struct_codegen v0.10.1 |
832 | 2023-10-05T01:53:27.297Z | Downloaded yansi v0.5.1 |
833 | 2023-10-05T01:53:27.364Z | Downloaded fastrand v2.0.0 |
834 | 2023-10-05T01:53:27.392Z | Downloaded wyz v0.5.1 |
835 | 2023-10-05T01:53:27.406Z | Downloaded num-traits v0.2.16 |
836 | 2023-10-05T01:53:27.426Z | Downloaded precomputed-hash v0.1.1 |
837 | 2023-10-05T01:53:27.450Z | Downloaded usdt-impl v0.3.5 |
838 | 2023-10-05T01:53:27.483Z | Downloaded subtle v2.5.0 |
839 | 2023-10-05T01:53:27.506Z | Downloaded paste v1.0.14 |
840 | 2023-10-05T01:53:27.511Z | Downloaded predicates-core v1.0.6 |
841 | 2023-10-05T01:53:27.526Z | Downloaded env_logger v0.10.0 |
842 | 2023-10-05T01:53:27.543Z | Downloaded pin-project-internal v1.1.3 |
843 | 2023-10-05T01:53:27.593Z | Downloaded futures-io v0.3.28 |
844 | 2023-10-05T01:53:27.660Z | Downloaded xattr v1.0.1 |
845 | 2023-10-05T01:53:27.687Z | Downloaded serde_derive_internals v0.26.0 |
846 | 2023-10-05T01:53:27.707Z | Downloaded structopt-derive v0.4.18 |
847 | 2023-10-05T01:53:27.730Z | Downloaded foreign-types-macros v0.2.3 |
848 | 2023-10-05T01:53:27.758Z | Downloaded zeroize_derive v1.4.2 |
849 | 2023-10-05T01:53:27.775Z | Downloaded funty v2.0.0 |
850 | 2023-10-05T01:53:27.788Z | Downloaded waitgroup v0.1.2 |
851 | 2023-10-05T01:53:27.802Z | Downloaded openssl-macros v0.1.1 |
852 | 2023-10-05T01:53:27.813Z | Downloaded cstr-argument v0.1.2 |
853 | 2023-10-05T01:53:27.826Z | Downloaded darling v0.14.4 |
854 | 2023-10-05T01:53:27.860Z | Downloaded oorandom v11.1.3 |
855 | 2023-10-05T01:53:27.893Z | Downloaded termcolor v1.2.0 |
856 | 2023-10-05T01:53:27.946Z | Downloaded openssl-probe v0.1.5 |
857 | 2023-10-05T01:53:27.957Z | Downloaded derive_builder_macro v0.12.0 |
858 | 2023-10-05T01:53:27.984Z | Downloaded fatfs v0.3.6 |
859 | 2023-10-05T01:53:28.003Z | Downloaded foreign-types-shared v0.3.1 |
860 | 2023-10-05T01:53:28.025Z | Downloaded foreign-types v0.3.2 |
861 | 2023-10-05T01:53:28.043Z | Downloaded tap v1.0.1 |
862 | 2023-10-05T01:53:28.470Z | Downloaded foreign-types v0.5.0 |
863 | 2023-10-05T01:53:28.489Z | Downloaded float-cmp v0.9.0 |
864 | 2023-10-05T01:53:28.502Z | Downloaded postgres-types v0.2.6 |
865 | 2023-10-05T01:53:28.516Z | Downloaded time-core v0.1.1 |
866 | 2023-10-05T01:53:28.531Z | Downloaded utf-8 v0.7.6 |
867 | 2023-10-05T01:53:28.544Z | Downloaded zerocopy v0.3.0 |
868 | 2023-10-05T01:53:28.557Z | Downloaded snafu-derive v0.7.5 |
869 | 2023-10-05T01:53:28.575Z | Downloaded darling v0.20.3 |
870 | 2023-10-05T01:53:28.589Z | Downloaded which v4.4.0 |
871 | 2023-10-05T01:53:28.600Z | Downloaded fs-err v2.9.0 |
872 | 2023-10-05T01:53:28.616Z | Downloaded same-file v1.0.6 |
873 | 2023-10-05T01:53:29.035Z | Downloaded termtree v0.4.1 |
874 | 2023-10-05T01:53:29.050Z | Downloaded nom v7.1.3 |
875 | 2023-10-05T01:53:29.066Z | Downloaded fxhash v0.2.1 |
876 | 2023-10-05T01:53:29.090Z | Downloaded ctr v0.9.2 |
877 | 2023-10-05T01:53:29.114Z | Downloaded snafu v0.7.5 |
878 | 2023-10-05T01:53:29.135Z | Downloaded tabled_derive v0.6.0 |
879 | 2023-10-05T01:53:29.150Z | Downloaded form_urlencoded v1.2.0 |
880 | 2023-10-05T01:53:29.161Z | Downloaded postcard-cobs v0.1.5-pre |
881 | 2023-10-05T01:53:29.177Z | Downloaded trybuild v1.0.85 |
882 | 2023-10-05T01:53:29.193Z | Downloaded usdt v0.3.5 |
883 | 2023-10-05T01:53:29.634Z | Downloaded socket2 v0.4.9 |
884 | 2023-10-05T01:53:29.661Z | Downloaded erased-serde v0.3.30 |
885 | 2023-10-05T01:53:29.682Z | Downloaded vsss-rs v3.3.1 |
886 | 2023-10-05T01:53:29.711Z | Downloaded parking_lot_core v0.9.8 |
887 | 2023-10-05T01:53:29.743Z | Downloaded omicron-zone-package v0.8.3 |
888 | 2023-10-05T01:53:29.763Z | Downloaded time v0.3.27 |
889 | 2023-10-05T01:53:29.792Z | Downloaded vte_generate_state_changes v0.1.1 |
890 | 2023-10-05T01:53:29.827Z | Downloaded pretty-hex v0.2.1 |
891 | 2023-10-05T01:53:29.850Z | Downloaded plotters-svg v0.3.5 |
892 | 2023-10-05T01:53:29.886Z | Downloaded plotters-backend v0.3.5 |
893 | 2023-10-05T01:53:29.934Z | Downloaded fnv v1.0.7 |
894 | 2023-10-05T01:53:29.979Z | Downloaded serde_path_to_error v0.1.14 |
895 | 2023-10-05T01:53:30.031Z | Downloaded zerocopy v0.6.3 |
896 | 2023-10-05T01:53:30.469Z | Downloaded headers-core v0.2.0 |
897 | 2023-10-05T01:53:30.488Z | Downloaded openssl-sys v0.9.93 |
898 | 2023-10-05T01:53:30.917Z | Downloaded parse-display v0.7.0 |
899 | 2023-10-05T01:53:30.937Z | Downloaded rustversion v1.0.14 |
900 | 2023-10-05T01:53:30.976Z | Downloaded rand v0.8.5 |
901 | 2023-10-05T01:53:30.988Z | Downloaded diesel_table_macro_syntax v0.1.0 |
902 | 2023-10-05T01:53:31.003Z | Downloaded peeking_take_while v0.1.2 |
903 | 2023-10-05T01:53:31.011Z | Downloaded futures-core v0.3.28 |
904 | 2023-10-05T01:53:31.024Z | Downloaded slog-envlogger v2.2.0 |
905 | 2023-10-05T01:53:31.057Z | Downloaded crypto-common v0.1.6 |
906 | 2023-10-05T01:53:31.065Z | Downloaded signature v2.1.0 |
907 | 2023-10-05T01:53:31.495Z | Downloaded group v0.13.0 |
908 | 2023-10-05T01:53:31.506Z | Downloaded once_cell v1.18.0 |
909 | 2023-10-05T01:53:31.518Z | Downloaded flate2 v1.0.27 |
910 | 2023-10-05T01:53:31.528Z | Downloaded predicates v2.1.5 |
911 | 2023-10-05T01:53:31.539Z | Downloaded dyn-clone v1.0.13 |
912 | 2023-10-05T01:53:31.547Z | Downloaded want v0.3.1 |
913 | 2023-10-05T01:53:31.562Z | Downloaded futures-executor v0.3.28 |
914 | 2023-10-05T01:53:31.574Z | Downloaded parse-display-derive v0.7.0 |
915 | 2023-10-05T01:53:31.613Z | Downloaded tokio-native-tls v0.3.1 |
916 | 2023-10-05T01:53:31.627Z | Downloaded wait-timeout v0.2.0 |
917 | 2023-10-05T01:53:31.646Z | Downloaded diesel_derives v2.1.1 |
918 | 2023-10-05T01:53:31.660Z | Downloaded resolv-conf v0.7.0 |
919 | 2023-10-05T01:53:31.671Z | Downloaded hashbrown v0.13.2 |
920 | 2023-10-05T01:53:31.678Z | Downloaded hash32 v0.2.1 |
921 | 2023-10-05T01:53:31.686Z | Downloaded quick-error v1.2.3 |
922 | 2023-10-05T01:53:31.702Z | Downloaded unicode-width v0.1.10 |
923 | 2023-10-05T01:53:32.129Z | Downloaded remove_dir_all v0.5.3 |
924 | 2023-10-05T01:53:32.559Z | Downloaded tokio-util v0.7.8 |
925 | 2023-10-05T01:53:32.726Z | Downloaded tui-tree-widget v0.13.0 |
926 | 2023-10-05T01:53:32.859Z | Downloaded tokio-stream v0.1.14 |
927 | 2023-10-05T01:53:32.888Z | Downloaded pem-rfc7468 v0.7.0 |
928 | 2023-10-05T01:53:32.895Z | Downloaded tinytemplate v1.2.1 |
929 | 2023-10-05T01:53:32.963Z | Downloaded rustfmt-wrapper v0.2.0 |
930 | 2023-10-05T01:53:33.009Z | Downloaded rustc_version v0.4.0 |
931 | 2023-10-05T01:53:33.040Z | Downloaded rust-argon2 v1.0.1 |
932 | 2023-10-05T01:53:33.081Z | Downloaded darling_core v0.14.4 |
933 | 2023-10-05T01:53:33.152Z | Downloaded mio v0.8.8 |
934 | 2023-10-05T01:53:33.172Z | Downloaded slog-dtrace v0.2.3 |
935 | 2023-10-05T01:53:33.189Z | Downloaded unarray v0.1.4 |
936 | 2023-10-05T01:53:33.207Z | Downloaded pkcs1 v0.7.5 |
937 | 2023-10-05T01:53:33.229Z | Downloaded diff v0.1.13 |
938 | 2023-10-05T01:53:33.252Z | Downloaded derive-where v1.2.5 |
939 | 2023-10-05T01:53:33.261Z | Downloaded rcgen v0.10.0 |
940 | 2023-10-05T01:53:33.270Z | Downloaded h2 v0.3.21 |
941 | 2023-10-05T01:53:33.281Z | Downloaded rsa v0.9.2 |
942 | 2023-10-05T01:53:33.291Z | Downloaded ron v0.7.1 |
943 | 2023-10-05T01:53:33.309Z | Downloaded crossterm v0.26.1 |
944 | 2023-10-05T01:53:33.326Z | Downloaded petgraph v0.6.4 |
945 | 2023-10-05T01:53:33.330Z | Downloaded quick-xml v0.23.1 |
946 | 2023-10-05T01:53:33.333Z | Downloaded tabled v0.14.0 |
947 | 2023-10-05T01:53:33.337Z | Downloaded reedline v0.23.0 |
948 | 2023-10-05T01:53:33.511Z | Downloaded tokio-postgres v0.7.10 |
949 | 2023-10-05T01:53:33.558Z | Downloaded regex-automata v0.1.10 |
950 | 2023-10-05T01:53:33.568Z | Downloaded unicode-segmentation v1.10.1 |
951 | 2023-10-05T01:53:33.577Z | Downloaded reqwest v0.11.20 |
952 | 2023-10-05T01:53:33.613Z | Downloaded radix_trie v0.2.1 |
953 | 2023-10-05T01:53:33.633Z | Downloaded crossterm v0.27.0 |
954 | 2023-10-05T01:53:33.648Z | Downloaded bstr v0.2.17 |
955 | 2023-10-05T01:53:33.676Z | Downloaded object v0.30.4 |
956 | 2023-10-05T01:53:33.694Z | Downloaded smoltcp v0.8.2 |
957 | 2023-10-05T01:53:33.716Z | Downloaded serde_with v2.3.3 |
958 | 2023-10-05T01:53:33.743Z | Downloaded rustls v0.21.7 |
959 | 2023-10-05T01:53:33.777Z | Downloaded portable-atomic v1.4.3 |
960 | 2023-10-05T01:53:33.800Z | Downloaded openapiv3 v1.0.3 |
961 | 2023-10-05T01:53:33.809Z | Downloaded plotters v0.3.5 |
962 | 2023-10-05T01:53:33.822Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
963 | 2023-10-05T01:53:33.831Z | Downloaded idna v0.2.3 |
964 | 2023-10-05T01:53:33.838Z | Downloaded chrono v0.4.31 |
965 | 2023-10-05T01:53:33.846Z | Downloaded rayon v1.7.0 |
966 | 2023-10-05T01:53:33.856Z | Downloaded openssl v0.10.57 |
967 | 2023-10-05T01:53:33.872Z | Downloaded syn v1.0.109 |
968 | 2023-10-05T01:53:33.883Z | Downloaded git2 v0.17.2 |
969 | 2023-10-05T01:53:33.894Z | Downloaded vcpkg v0.2.15 |
970 | 2023-10-05T01:53:33.903Z | Downloaded regress v0.7.1 |
971 | 2023-10-05T01:53:33.925Z | Downloaded curve25519-dalek v4.1.0 |
972 | 2023-10-05T01:53:33.950Z | Downloaded diesel v2.1.1 |
973 | 2023-10-05T01:53:33.967Z | Downloaded trust-dns-proto v0.22.0 |
974 | 2023-10-05T01:53:33.988Z | Downloaded rustix v0.38.9 |
975 | 2023-10-05T01:53:33.999Z | Downloaded regex-syntax v0.7.5 |
976 | 2023-10-05T01:53:34.034Z | Downloaded encoding_rs v0.8.33 |
977 | 2023-10-05T01:53:34.043Z | Downloaded sled v0.34.7 |
978 | 2023-10-05T01:53:34.055Z | Downloaded zerocopy-derive v0.2.0 |
979 | 2023-10-05T01:53:34.069Z | Downloaded zerocopy-derive v0.6.3 |
980 | 2023-10-05T01:53:34.079Z | Downloaded regex-automata v0.3.8 |
981 | 2023-10-05T01:53:34.089Z | Downloaded proptest v1.2.0 |
982 | 2023-10-05T01:53:34.102Z | Downloaded sha3 v0.10.8 |
983 | 2023-10-05T01:53:34.121Z | Downloaded tokio v1.32.0 |
984 | 2023-10-05T01:53:34.532Z | Downloaded polar-core v0.26.4 |
985 | 2023-10-05T01:53:34.551Z | Downloaded nix v0.26.2 |
986 | 2023-10-05T01:53:34.566Z | Downloaded ratatui v0.23.0 |
987 | 2023-10-05T01:53:34.573Z | Downloaded gimli v0.28.0 |
988 | 2023-10-05T01:53:34.589Z | Downloaded regex-syntax v0.6.29 |
989 | 2023-10-05T01:53:34.603Z | Downloaded bstr v1.6.0 |
990 | 2023-10-05T01:53:34.614Z | Downloaded futures-util v0.3.28 |
991 | 2023-10-05T01:53:34.619Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
992 | 2023-10-05T01:53:34.633Z | Downloaded object v0.32.1 |
993 | 2023-10-05T01:53:34.637Z | Downloaded webpki-roots v0.25.2 |
994 | 2023-10-05T01:53:34.651Z | Downloaded regex v1.9.5 |
995 | 2023-10-05T01:53:35.088Z | Downloaded libtest-mimic v0.5.2 |
996 | 2023-10-05T01:53:35.097Z | Downloaded smoltcp v0.9.1 |
997 | 2023-10-05T01:53:35.110Z | Downloaded idna v0.4.0 |
998 | 2023-10-05T01:53:35.141Z | Downloaded bindgen v0.65.1 |
999 | 2023-10-05T01:53:35.162Z | Downloaded libz-sys v1.1.12 |
1000 | 2023-10-05T01:53:35.226Z | Downloaded clap v3.2.25 |
1001 | 2023-10-05T01:53:35.282Z | Downloaded libsqlite3-sys v0.26.0 |
1002 | 2023-10-05T01:53:35.322Z | Downloaded rustls-webpki v0.101.4 |
1003 | 2023-10-05T01:53:35.730Z | Downloaded ring v0.16.20 |
1004 | 2023-10-05T01:53:35.734Z | Downloaded rayon-core v1.11.0 |
1005 | 2023-10-05T01:53:35.737Z | Downloaded pest v2.7.2 |
1006 | 2023-10-05T01:53:35.741Z | Downloaded flume v0.11.0 |
1007 | 2023-10-05T01:53:35.746Z | Downloaded postgres-protocol v0.6.6 |
1008 | 2023-10-05T01:53:35.750Z | Downloaded proc-macro-error v1.0.4 |
1009 | 2023-10-05T01:53:35.755Z | Downloaded tungstenite v0.18.0 |
1010 | 2023-10-05T01:53:35.760Z | Downloaded der v0.7.8 |
1011 | 2023-10-05T01:53:35.769Z | Downloaded tracing v0.1.37 |
1012 | 2023-10-05T01:53:35.774Z | Downloaded clap v2.34.0 |
1013 | 2023-10-05T01:53:35.784Z | Downloaded uuid v1.4.1 |
1014 | 2023-10-05T01:53:35.794Z | Downloaded trust-dns-resolver v0.22.0 |
1015 | 2023-10-05T01:53:35.806Z | Downloaded proc-macro-crate v1.3.1 |
1016 | 2023-10-05T01:53:35.842Z | Downloaded version_check v0.9.4 |
1017 | 2023-10-05T01:53:35.855Z | Downloaded rtoolbox v0.0.1 |
1018 | 2023-10-05T01:53:35.865Z | Downloaded vte v0.11.1 |
1019 | 2023-10-05T01:53:36.352Z | Downloaded half v1.8.2 |
1020 | 2023-10-05T01:53:36.372Z | Downloaded derive_builder_core v0.12.0 |
1021 | 2023-10-05T01:53:36.388Z | Downloaded pest_meta v2.7.2 |
1022 | 2023-10-05T01:53:36.398Z | Downloaded pest_derive v2.7.2 |
1023 | 2023-10-05T01:53:36.419Z | Downloaded similar v2.2.1 |
1024 | 2023-10-05T01:53:36.438Z | Downloaded digest v0.10.7 |
1025 | 2023-10-05T01:53:36.456Z | Downloaded difflib v0.4.0 |
1026 | 2023-10-05T01:53:36.474Z | Downloaded partial-io v0.5.4 |
1027 | 2023-10-05T01:53:36.493Z | Downloaded globset v0.4.13 |
1028 | 2023-10-05T01:53:36.498Z | Downloaded tracing-core v0.1.31 |
1029 | 2023-10-05T01:53:36.501Z | Downloaded darling_core v0.20.3 |
1030 | 2023-10-05T01:53:36.505Z | Downloaded num-bigint-dig v0.8.4 |
1031 | 2023-10-05T01:53:36.509Z | Downloaded tokio-rustls v0.24.1 |
1032 | 2023-10-05T01:53:36.513Z | Downloaded rstest_macros v0.18.2 |
1033 | 2023-10-05T01:53:36.516Z | Downloaded predicates v3.0.3 |
1034 | 2023-10-05T01:53:36.520Z | Downloaded trust-dns-server v0.22.1 |
1035 | 2023-10-05T01:53:36.523Z | Downloaded expectorate v1.1.0 |
1036 | 2023-10-05T01:53:36.527Z | Downloaded unicode-bidi v0.3.13 |
1037 | 2023-10-05T01:53:36.534Z | Downloaded serde_with_macros v2.3.3 |
1038 | 2023-10-05T01:53:36.538Z | Downloaded pretty_assertions v1.4.0 |
1039 | 2023-10-05T01:53:36.542Z | Downloaded crypto-bigint v0.5.2 |
1040 | 2023-10-05T01:53:36.545Z | Downloaded serde_urlencoded v0.7.1 |
1041 | 2023-10-05T01:53:36.548Z | Downloaded serde_arrays v0.1.0 |
1042 | 2023-10-05T01:53:36.552Z | Downloaded semver v0.11.0 |
1043 | 2023-10-05T01:53:36.556Z | Downloaded poly1305 v0.8.0 |
1044 | 2023-10-05T01:53:36.560Z | Downloaded trust-dns-client v0.22.0 |
1045 | 2023-10-05T01:53:36.563Z | Downloaded x509-cert v0.2.4 |
1046 | 2023-10-05T01:53:36.567Z | Downloaded lalrpop v0.19.12 |
1047 | 2023-10-05T01:53:36.576Z | Downloaded futures v0.3.28 |
1048 | 2023-10-05T01:53:36.580Z | Downloaded threadpool v1.8.1 |
1049 | 2023-10-05T01:53:36.591Z | Downloaded fallible-iterator v0.2.0 |
1050 | 2023-10-05T01:53:36.595Z | Downloaded test-strategy v0.2.1 |
1051 | 2023-10-05T01:53:36.604Z | Downloaded aho-corasick v1.0.4 |
1052 | 2023-10-05T01:53:36.610Z | Downloaded dof v0.1.5 |
1053 | 2023-10-05T01:53:36.615Z | Downloaded derive_builder v0.12.0 |
1054 | 2023-10-05T01:53:36.624Z | Downloaded prettyplease v0.2.12 |
1055 | 2023-10-05T01:53:36.629Z | Downloaded pin-utils v0.1.0 |
1056 | 2023-10-05T01:53:36.637Z | Downloaded proc-macro-error-attr v1.0.4 |
1057 | 2023-10-05T01:53:36.641Z | Downloaded predicates-tree v1.0.9 |
1058 | 2023-10-05T01:53:36.648Z | Downloaded smf v0.2.2 |
1059 | 2023-10-05T01:53:36.659Z | Downloaded slog-json v2.6.1 |
1060 | 2023-10-05T01:53:36.684Z | Downloaded serde_plain v1.0.2 |
1061 | 2023-10-05T01:53:36.705Z | Downloaded salty v0.2.0 |
1062 | 2023-10-05T01:53:36.711Z | Downloaded doc-comment v0.3.3 |
1063 | 2023-10-05T01:53:36.716Z | Downloaded platforms v3.0.2 |
1064 | 2023-10-05T01:53:36.719Z | Downloaded getrandom v0.2.10 |
1065 | 2023-10-05T01:53:36.726Z | Downloaded path-dedot v3.1.0 |
1066 | 2023-10-05T01:53:36.734Z | Downloaded rpassword v7.2.0 |
1067 | 2023-10-05T01:53:36.741Z | Downloaded serde_repr v0.1.16 |
1068 | 2023-10-05T01:53:36.748Z | Downloaded headers v0.3.9 |
1069 | 2023-10-05T01:53:36.756Z | Downloaded vergen v8.2.4 |
1070 | 2023-10-05T01:53:36.762Z | Downloaded toml v0.5.11 |
1071 | 2023-10-05T01:53:36.769Z | Downloaded tar v0.4.40 |
1072 | 2023-10-05T01:53:36.787Z | Downloaded tough v0.12.5 |
1073 | 2023-10-05T01:53:37.258Z | Downloaded glob v0.3.1 |
1074 | 2023-10-05T01:53:37.274Z | Downloaded structmeta-derive v0.1.6 |
1075 | 2023-10-05T01:53:37.419Z | Downloaded term v0.7.0 |
1076 | 2023-10-05T01:53:37.482Z | Downloaded strum_macros v0.25.2 |
1077 | 2023-10-05T01:53:37.509Z | Downloaded rand v0.4.6 |
1078 | 2023-10-05T01:53:37.526Z | Downloaded fd-lock v3.0.13 |
1079 | 2023-10-05T01:53:37.554Z | Downloaded futures-channel v0.3.28 |
1080 | 2023-10-05T01:53:38.022Z | Downloaded subprocess v0.2.9 |
1081 | 2023-10-05T01:53:38.153Z | Downloaded rusqlite v0.29.0 |
1082 | 2023-10-05T01:53:38.193Z | Downloaded hashlink v0.8.3 |
1083 | 2023-10-05T01:53:38.721Z | Downloaded datatest-stable v0.1.3 |
1084 | 2023-10-05T01:53:38.796Z | Downloaded tempdir v0.3.7 |
1085 | 2023-10-05T01:53:38.814Z | Downloaded parking_lot_core v0.8.6 |
1086 | 2023-10-05T01:53:38.825Z | Downloaded hashbrown v0.12.3 |
1087 | 2023-10-05T01:53:38.845Z | Downloaded steno v0.4.0 |
1088 | 2023-10-05T01:53:38.872Z | Downloaded yasna v0.5.2 |
1089 | 2023-10-05T01:53:38.890Z | Downloaded heapless v0.7.16 |
1090 | 2023-10-05T01:53:38.930Z | Downloaded unicode-normalization v0.1.22 |
1091 | 2023-10-05T01:53:38.942Z | Downloaded itertools v0.11.0 |
1092 | 2023-10-05T01:53:39.827Z | Downloaded bitvec v1.0.1 |
1093 | 2023-10-05T01:53:39.890Z | Downloaded rustc-demangle v0.1.23 |
1094 | 2023-10-05T01:53:40.023Z | Downloaded polyval v0.6.1 |
1095 | 2023-10-05T01:53:40.157Z | Downloaded walkdir v2.4.0 |
1096 | 2023-10-05T01:53:40.274Z | Downloaded debug-ignore v1.0.5 |
1097 | 2023-10-05T01:53:40.326Z | Downloaded relative-path v1.9.0 |
1098 | 2023-10-05T01:53:40.398Z | Downloaded parking_lot v0.11.2 |
1099 | 2023-10-05T01:53:40.469Z | Downloaded pin-project v1.1.3 |
1100 | 2023-10-05T01:53:40.505Z | Downloaded postcard v0.7.3 |
1101 | 2023-10-05T01:53:40.568Z | Downloaded pin-project-lite v0.2.13 |
1102 | 2023-10-05T01:53:40.611Z | Downloaded tempfile v3.8.0 |
1103 | 2023-10-05T01:53:40.722Z | Downloaded tungstenite v0.20.1 |
1104 | 2023-10-05T01:53:40.907Z | Downloaded papergrid v0.10.0 |
1105 | 2023-10-05T01:53:41.000Z | Downloaded textwrap v0.16.0 |
1106 | 2023-10-05T01:53:41.078Z | Downloaded ref-cast-impl v1.0.20 |
1107 | 2023-10-05T01:53:41.129Z | Downloaded ref-cast v1.0.20 |
1108 | 2023-10-05T01:53:41.159Z | Downloaded structopt v0.3.26 |
1109 | 2023-10-05T01:53:41.189Z | Downloaded downcast v0.11.0 |
1110 | 2023-10-05T01:53:41.228Z | Downloaded os_str_bytes v6.5.1 |
1111 | 2023-10-05T01:53:41.248Z | Downloaded ppv-lite86 v0.2.17 |
1112 | 2023-10-05T01:53:41.264Z | Downloaded oso v0.26.4 |
1113 | 2023-10-05T01:53:41.274Z | Downloaded password-hash v0.5.0 |
1114 | 2023-10-05T01:53:41.315Z | Downloaded url v2.4.1 |
1115 | 2023-10-05T01:53:41.342Z | Downloaded schemars v0.8.13 |
1116 | 2023-10-05T01:53:41.362Z | Downloaded zip v0.6.6 |
1117 | 2023-10-05T01:53:41.374Z | Downloaded pkcs8 v0.10.2 |
1118 | 2023-10-05T01:53:41.401Z | Downloaded typenum v1.16.0 |
1119 | 2023-10-05T01:53:41.442Z | Downloaded parking_lot v0.12.1 |
1120 | 2023-10-05T01:53:41.570Z | Downloaded pem v1.1.1 |
1121 | 2023-10-05T01:53:41.621Z | Downloaded darling_macro v0.14.4 |
1122 | 2023-10-05T01:53:41.683Z | Downloaded radium v0.7.0 |
1123 | 2023-10-05T01:53:41.748Z | Downloaded take_mut v0.2.2 |
1124 | 2023-10-05T01:53:41.823Z | Downloaded slog-term v2.9.0 |
1125 | 2023-10-05T01:53:41.868Z | Downloaded slog-scope v4.4.0 |
1126 | 2023-10-05T01:53:41.910Z | Downloaded futures-timer v3.0.2 |
1127 | 2023-10-05T01:53:42.040Z | Downloaded serde_yaml v0.9.25 |
1128 | 2023-10-05T01:53:42.140Z | Downloaded pretty-hex v0.3.0 |
1129 | 2023-10-05T01:53:42.334Z | Downloaded owo-colors v3.5.0 |
1130 | 2023-10-05T01:53:42.446Z | Downloaded ucd-trie v0.1.6 |
1131 | 2023-10-05T01:53:44.393Z | Downloaded slog v2.7.0 |
1132 | 2023-10-05T01:53:44.810Z | Downloaded libm v0.2.7 |
1133 | 2023-10-05T01:53:44.817Z | Downloaded untrusted v0.7.1 |
1134 | 2023-10-05T01:53:44.834Z | Downloaded unicase v2.7.0 |
1135 | 2023-10-05T01:53:44.847Z | Downloaded pkg-config v0.3.27 |
1136 | 2023-10-05T01:53:44.850Z | Downloaded pest_generator v2.7.2 |
1137 | 2023-10-05T01:53:44.854Z | Downloaded percent-encoding v2.3.0 |
1138 | 2023-10-05T01:53:44.858Z | Downloaded olpc-cjson v0.1.3 |
1139 | 2023-10-05T01:53:44.861Z | Downloaded elliptic-curve v0.13.5 |
1140 | 2023-10-05T01:53:44.865Z | Downloaded toml_edit v0.19.15 |
1141 | 2023-10-05T01:53:44.869Z | Downloaded synstructure v0.12.6 |
1142 | 2023-10-05T01:53:44.875Z | Downloaded futures-sink v0.3.28 |
1143 | 2023-10-05T01:53:44.879Z | Downloaded sct v0.7.0 |
1144 | 2023-10-05T01:53:44.883Z | Downloaded criterion v0.5.1 |
1145 | 2023-10-05T01:53:44.893Z | Downloaded hkdf v0.12.3 |
1146 | 2023-10-05T01:53:44.898Z | Downloaded r2d2 v0.8.10 |
1147 | 2023-10-05T01:53:44.904Z | Downloaded ringbuffer v0.15.0 |
1148 | 2023-10-05T01:53:44.909Z | Downloaded hyper v0.14.27 |
1149 | 2023-10-05T01:53:44.915Z | Downloaded zeroize v1.6.0 |
1150 | 2023-10-05T01:53:44.921Z | Downloaded minimal-lexical v0.2.1 |
1151 | 2023-10-05T01:53:44.926Z | Downloaded rusty-fork v0.3.0 |
1152 | 2023-10-05T01:53:44.933Z | Downloaded twox-hash v1.6.3 |
1153 | 2023-10-05T01:53:44.939Z | Downloaded backtrace v0.3.69 |
1154 | 2023-10-05T01:53:44.944Z | Downloaded unsafe-libyaml v0.2.9 |
1155 | 2023-10-05T01:53:44.958Z | Downloaded der_derive v0.7.2 |
1156 | 2023-10-05T01:53:44.962Z | Downloaded ed25519 v1.5.3 |
1157 | 2023-10-05T01:53:44.998Z | Downloaded tracing-attributes v0.1.26 |
1158 | 2023-10-05T01:53:45.043Z | Downloaded signal-hook v0.3.17 |
1159 | 2023-10-05T01:53:45.089Z | Downloaded packed_struct v0.10.1 |
1160 | 2023-10-05T01:53:45.135Z | Downloaded serde-hex v0.1.0 |
1161 | 2023-10-05T01:53:45.702Z | Downloaded secrecy v0.8.0 |
1162 | 2023-10-05T01:53:45.875Z | Downloaded crossbeam-channel v0.5.8 |
1163 | 2023-10-05T01:53:45.998Z | Downloaded whoami v1.4.1 |
1164 | 2023-10-05T01:53:46.266Z | Downloaded slog-stdlog v4.1.1 |
1165 | 2023-10-05T01:53:46.452Z | Downloaded semver v0.1.20 |
1166 | 2023-10-05T01:53:46.670Z | Downloaded env_logger v0.9.3 |
1167 | 2023-10-05T01:53:47.225Z | Downloaded ena v0.14.2 |
1168 | 2023-10-05T01:53:47.234Z | Downloaded termios v0.3.3 |
1169 | 2023-10-05T01:53:47.243Z | Downloaded derive_more v0.99.17 |
1170 | 2023-10-05T01:53:47.249Z | Downloaded arc-swap v1.6.0 |
1171 | 2023-10-05T01:53:47.258Z | Downloaded either v1.9.0 |
1172 | 2023-10-05T01:53:47.268Z | Downloaded const_format v0.2.31 |
1173 | 2023-10-05T01:53:47.276Z | Downloaded fixedbitset v0.4.2 |
1174 | 2023-10-05T01:53:47.283Z | Downloaded filetime v0.2.22 |
1175 | 2023-10-05T01:53:47.291Z | Downloaded ff v0.13.0 |
1176 | 2023-10-05T01:53:47.300Z | Downloaded phf_shared v0.11.2 |
1177 | 2023-10-05T01:53:47.318Z | Downloaded nanorand v0.7.0 |
1178 | 2023-10-05T01:53:47.739Z | Downloaded crunchy v0.2.2 |
1179 | 2023-10-05T01:53:47.749Z | Downloaded deranged v0.3.8 |
1180 | 2023-10-05T01:53:47.774Z | Downloaded dashmap v5.5.1 |
1181 | 2023-10-05T01:53:47.795Z | Downloaded crossbeam-utils v0.8.16 |
1182 | 2023-10-05T01:53:47.812Z | Downloaded num_enum v0.7.0 |
1183 | 2023-10-05T01:53:47.853Z | Downloaded native-tls v0.2.11 |
1184 | 2023-10-05T01:53:47.903Z | Downloaded mockall_derive v0.11.4 |
1185 | 2023-10-05T01:53:47.907Z | Downloaded num-complex v0.4.4 |
1186 | 2023-10-05T01:53:47.915Z | Downloaded rand_chacha v0.3.1 |
1187 | 2023-10-05T01:53:47.925Z | Downloaded enum-as-inner v0.5.1 |
1188 | 2023-10-05T01:53:47.932Z | Downloaded signature v1.6.4 |
1189 | 2023-10-05T01:53:47.938Z | Downloaded signal-hook-registry v1.4.1 |
1190 | 2023-10-05T01:53:47.943Z | Downloaded tinyvec v1.6.0 |
1191 | 2023-10-05T01:53:48.086Z | Downloaded socket2 v0.5.3 |
1192 | 2023-10-05T01:53:48.155Z | Downloaded indicatif v0.17.6 |
1193 | 2023-10-05T01:53:49.189Z | Downloaded allocator-api2 v0.2.16 |
1194 | 2023-10-05T01:53:49.558Z | Downloaded data-encoding v2.4.0 |
1195 | 2023-10-05T01:53:49.691Z | Downloaded spin v0.9.8 |
1196 | 2023-10-05T01:53:49.751Z | Downloaded try-lock v0.2.4 |
1197 | 2023-10-05T01:53:49.856Z | Downloaded futures-macro v0.3.28 |
1198 | 2023-10-05T01:53:49.963Z | Downloaded mockall v0.11.4 |
1199 | 2023-10-05T01:53:50.071Z | Downloaded nu-ansi-term v0.49.0 |
1200 | 2023-10-05T01:53:50.646Z | Downloaded topological-sort v0.2.2 |
1201 | 2023-10-05T01:53:50.761Z | Downloaded toolchain_find v0.2.0 |
1202 | 2023-10-05T01:53:50.794Z | Downloaded crc-any v2.4.3 |
1203 | 2023-10-05T01:53:50.872Z | Downloaded const-oid v0.9.5 |
1204 | 2023-10-05T01:53:50.958Z | Downloaded semver-parser v0.10.2 |
1205 | 2023-10-05T01:53:51.028Z | Downloaded mime_guess v2.0.4 |
1206 | 2023-10-05T01:53:51.220Z | Downloaded tiny-keccak v2.0.2 |
1207 | 2023-10-05T01:53:51.341Z | Downloaded time-macros v0.2.13 |
1208 | 2023-10-05T01:53:51.520Z | Downloaded thread_local v1.1.7 |
1209 | 2023-10-05T01:53:51.612Z | Downloaded thiserror-impl-no-std v2.0.2 |
1210 | 2023-10-05T01:53:51.631Z | Downloaded string_cache v0.8.7 |
1211 | 2023-10-05T01:53:51.662Z | Downloaded sha2 v0.10.7 |
1212 | 2023-10-05T01:53:51.677Z | Downloaded sha1 v0.10.5 |
1213 | 2023-10-05T01:53:51.693Z | Downloaded num-iter v0.1.43 |
1214 | 2023-10-05T01:53:51.708Z | Downloaded lru-cache v0.1.2 |
1215 | 2023-10-05T01:53:51.727Z | Downloaded linear-map v1.2.0 |
1216 | 2023-10-05T01:53:51.772Z | Downloaded num-integer v0.1.45 |
1217 | 2023-10-05T01:53:51.788Z | Downloaded memoffset v0.9.0 |
1218 | 2023-10-05T01:53:51.810Z | Downloaded strip-ansi-escapes v0.2.0 |
1219 | 2023-10-05T01:53:51.833Z | Downloaded stringprep v0.1.3 |
1220 | 2023-10-05T01:53:51.844Z | Downloaded static_assertions v1.1.0 |
1221 | 2023-10-05T01:53:51.859Z | Downloaded siphasher v0.3.11 |
1222 | 2023-10-05T01:53:51.875Z | Downloaded signal-hook-mio v0.2.3 |
1223 | 2023-10-05T01:53:51.897Z | Downloaded libxml v0.3.3 |
1224 | 2023-10-05T01:53:51.911Z | Downloaded num_enum v0.5.11 |
1225 | 2023-10-05T01:53:51.932Z | Downloaded crossbeam-deque v0.8.3 |
1226 | 2023-10-05T01:53:51.963Z | Downloaded smallvec v1.11.0 |
1227 | 2023-10-05T01:53:52.005Z | Downloaded chacha20poly1305 v0.10.1 |
1228 | 2023-10-05T01:53:52.033Z | Downloaded similar-asserts v1.5.0 |
1229 | 2023-10-05T01:53:52.565Z | Downloaded num-rational v0.4.1 |
1230 | 2023-10-05T01:53:52.675Z | Downloaded mime v0.3.17 |
1231 | 2023-10-05T01:53:52.688Z | Downloaded linked-hash-map v0.5.6 |
1232 | 2023-10-05T01:53:52.699Z | Downloaded maplit v1.0.2 |
1233 | 2023-10-05T01:53:52.707Z | Downloaded miniz_oxide v0.7.1 |
1234 | 2023-10-05T01:53:52.713Z | Downloaded ciborium v0.2.1 |
1235 | 2023-10-05T01:53:52.726Z | Downloaded crossbeam-epoch v0.9.15 |
1236 | 2023-10-05T01:53:52.746Z | Downloaded vec_map v0.8.2 |
1237 | 2023-10-05T01:53:52.754Z | Downloaded usdt-macro v0.3.5 |
1238 | 2023-10-05T01:53:52.782Z | Downloaded blake2b_simd v1.0.1 |
1239 | 2023-10-05T01:53:52.795Z | Downloaded slog-async v2.8.0 |
1240 | 2023-10-05T01:53:52.804Z | Downloaded tokio-tungstenite v0.18.0 |
1241 | 2023-10-05T01:53:53.218Z | Downloaded serde_tokenstream v0.2.0 |
1242 | 2023-10-05T01:53:53.233Z | Downloaded spki v0.7.2 |
1243 | 2023-10-05T01:53:53.253Z | Downloaded newline-converter v0.3.0 |
1244 | 2023-10-05T01:53:53.372Z | Downloaded num v0.4.1 |
1245 | 2023-10-05T01:53:53.394Z | Downloaded md-5 v0.10.5 |
1246 | 2023-10-05T01:53:53.416Z | Downloaded macaddr v1.0.1 |
1247 | 2023-10-05T01:53:53.433Z | Downloaded new_debug_unreachable v1.0.4 |
1248 | 2023-10-05T01:53:53.447Z | Downloaded rustls-native-certs v0.6.3 |
1249 | 2023-10-05T01:53:53.460Z | Downloaded strsim v0.8.0 |
1250 | 2023-10-05T01:53:53.465Z | Downloaded spin v0.5.2 |
1251 | 2023-10-05T01:53:53.479Z | Downloaded smawk v0.3.1 |
1252 | 2023-10-05T01:53:53.489Z | Downloaded indexmap v1.9.3 |
1253 | 2023-10-05T01:53:53.661Z | Downloaded bzip2 v0.4.4 |
1254 | 2023-10-05T01:53:53.796Z | Downloaded normalize-line-endings v0.3.0 |
1255 | 2023-10-05T01:53:53.832Z | Downloaded nodrop v0.1.14 |
1256 | 2023-10-05T01:53:54.005Z | Downloaded newtype_derive v0.1.6 |
1257 | 2023-10-05T01:53:54.039Z | Downloaded dtrace-parser v0.1.14 |
1258 | 2023-10-05T01:53:54.212Z | Downloaded display-error-chain v0.1.1 |
1259 | 2023-10-05T01:53:54.294Z | Downloaded assert_matches v1.5.0 |
1260 | 2023-10-05T01:53:54.305Z | Downloaded ascii v1.1.0 |
1261 | 2023-10-05T01:53:54.462Z | Downloaded smallvec v0.6.14 |
1262 | 2023-10-05T01:53:54.626Z | Downloaded serial_test_derive v0.10.0 |
1263 | 2023-10-05T01:53:54.894Z | Downloaded ahash v0.7.6 |
1264 | 2023-10-05T01:53:54.929Z | Downloaded arrayvec v0.7.4 |
1265 | 2023-10-05T01:53:54.959Z | Downloaded serde_tokenstream v0.1.7 |
1266 | 2023-10-05T01:53:54.983Z | Downloaded keccak v0.1.4 |
1267 | 2023-10-05T01:53:55.006Z | Downloaded argon2 v0.5.2 |
1268 | 2023-10-05T01:53:55.034Z | Downloaded tokio-macros v2.1.0 |
1269 | 2023-10-05T01:53:55.048Z | Downloaded scopeguard v1.2.0 |
1270 | 2023-10-05T01:53:55.584Z | Downloaded schemars_derive v0.8.13 |
1271 | 2023-10-05T01:53:55.618Z | Downloaded libloading v0.7.4 |
1272 | 2023-10-05T01:53:55.670Z | Downloaded libefi-sys v0.1.0 |
1273 | 2023-10-05T01:53:55.689Z | Downloaded clap_derive v3.2.25 |
1274 | 2023-10-05T01:53:55.703Z | Downloaded rustc_version v0.1.7 |
1275 | 2023-10-05T01:53:55.731Z | Downloaded rstest v0.18.2 |
1276 | 2023-10-05T01:53:55.748Z | Downloaded clang-sys v1.6.1 |
1277 | 2023-10-05T01:53:55.756Z | Downloaded async-trait v0.1.73 |
1278 | 2023-10-05T01:53:55.770Z | Downloaded atomic-waker v1.1.1 |
1279 | 2023-10-05T01:53:56.186Z | Downloaded thread-id v4.2.0 |
1280 | 2023-10-05T01:53:56.196Z | Downloaded stable_deref_trait v1.2.0 |
1281 | 2023-10-05T01:53:56.208Z | Downloaded aead v0.5.2 |
1282 | 2023-10-05T01:53:56.223Z | Downloaded cookie v0.16.2 |
1283 | 2023-10-05T01:53:56.238Z | Downloaded ahash v0.8.3 |
1284 | 2023-10-05T01:53:56.247Z | Downloaded aes-gcm-siv v0.11.1 |
1285 | 2023-10-05T01:53:56.255Z | Downloaded slog-bunyan v2.4.0 |
1286 | 2023-10-05T01:53:56.264Z | Downloaded shlex v1.1.0 |
1287 | 2023-10-05T01:53:56.269Z | Downloaded colored v2.0.4 |
1288 | 2023-10-05T01:53:56.273Z | Downloaded cassowary v0.3.0 |
1289 | 2023-10-05T01:53:56.277Z | Downloaded is-terminal v0.4.9 |
1290 | 2023-10-05T01:53:56.282Z | Downloaded crossbeam v0.8.2 |
1291 | 2023-10-05T01:53:56.290Z | Downloaded criterion-plot v0.5.0 |
1292 | 2023-10-05T01:53:56.295Z | Downloaded base64ct v1.6.0 |
1293 | 2023-10-05T01:53:56.299Z | Downloaded bytesize v1.3.0 |
1294 | 2023-10-05T01:53:56.304Z | Downloaded ansi_term v0.12.1 |
1295 | 2023-10-05T01:53:56.309Z | Downloaded async-recursion v1.0.5 |
1296 | 2023-10-05T01:53:56.313Z | Downloaded arrayref v0.3.7 |
1297 | 2023-10-05T01:53:56.318Z | Downloaded async-stream v0.3.5 |
1298 | 2023-10-05T01:53:56.322Z | Downloaded autocfg v1.1.0 |
1299 | 2023-10-05T01:53:56.328Z | Downloaded assert_cmd v2.0.12 |
1300 | 2023-10-05T01:53:56.333Z | Downloaded rustls-pemfile v1.0.3 |
1301 | 2023-10-05T01:53:56.338Z | Downloaded adler v1.0.2 |
1302 | 2023-10-05T01:53:56.353Z | Downloaded ipnetwork v0.20.0 |
1303 | 2023-10-05T01:53:56.357Z | Downloaded indoc v1.0.9 |
1304 | 2023-10-05T01:53:56.362Z | Downloaded corncobs v0.1.3 |
1305 | 2023-10-05T01:53:56.399Z | Downloaded multer v2.1.0 |
1306 | 2023-10-05T01:53:56.416Z | Downloaded lazycell v1.3.0 |
1307 | 2023-10-05T01:53:56.424Z | Downloaded const_format_proc_macros v0.2.31 |
1308 | 2023-10-05T01:53:56.435Z | Downloaded serde-big-array v0.5.1 |
1309 | 2023-10-05T01:53:56.461Z | Downloaded serde-big-array v0.4.1 |
1310 | 2023-10-05T01:53:56.480Z | Downloaded convert_case v0.4.0 |
1311 | 2023-10-05T01:53:56.499Z | Downloaded ipnet v2.8.0 |
1312 | 2023-10-05T01:53:56.920Z | Downloaded http v0.2.9 |
1313 | 2023-10-05T01:53:56.943Z | Downloaded humantime v2.1.0 |
1314 | 2023-10-05T01:53:56.974Z | Downloaded block-padding v0.3.3 |
1315 | 2023-10-05T01:53:56.990Z | Downloaded cexpr v0.6.0 |
1316 | 2023-10-05T01:53:57.005Z | Downloaded clap_lex v0.2.4 |
1317 | 2023-10-05T01:53:57.436Z | Downloaded impl-trait-for-tuples v0.2.2 |
1318 | 2023-10-05T01:53:59.706Z | Downloaded hex-literal v0.4.1 |
1319 | 2023-10-05T01:53:59.931Z | Downloaded cipher v0.4.4 |
1320 | 2023-10-05T01:54:00.845Z | Downloaded blake2 v0.10.6 |
1321 | 2023-10-05T01:54:00.937Z | Downloaded approx v0.5.1 |
1322 | 2023-10-05T01:54:01.217Z | Downloaded num-bigint v0.4.4 |
1323 | 2023-10-05T01:54:01.349Z | Downloaded crc v3.0.1 |
1324 | 2023-10-05T01:54:01.435Z | Downloaded itertools v0.10.5 |
1325 | 2023-10-05T01:54:01.592Z | Downloaded hyper-tls v0.5.0 |
1326 | 2023-10-05T01:54:01.628Z | Downloaded hex v0.4.3 |
1327 | 2023-10-05T01:54:01.683Z | Downloaded crossbeam-queue v0.3.8 |
1328 | 2023-10-05T01:54:01.734Z | Downloaded bincode v1.3.3 |
1329 | 2023-10-05T01:54:01.810Z | Downloaded httparse v1.8.0 |
1330 | 2023-10-05T01:54:01.852Z | Downloaded base16ct v0.2.0 |
1331 | 2023-10-05T01:54:01.884Z | Downloaded addr2line v0.21.0 |
1332 | 2023-10-05T01:54:01.955Z | Downloaded lalrpop-util v0.19.12 |
1333 | 2023-10-05T01:54:01.980Z | Downloaded http-range v0.1.5 |
1334 | 2023-10-05T01:54:02.004Z | Downloaded constant_time_eq v0.3.0 |
1335 | 2023-10-05T01:54:02.016Z | Downloaded cfg-if v0.1.10 |
1336 | 2023-10-05T01:54:02.036Z | Downloaded hostname v0.3.1 |
1337 | 2023-10-05T01:54:02.475Z | Downloaded home v0.5.5 |
1338 | 2023-10-05T01:54:02.515Z | Downloaded bitfield v0.14.0 |
1339 | 2023-10-05T01:54:02.539Z | Downloaded backoff v0.4.0 |
1340 | 2023-10-05T01:54:02.577Z | Downloaded num_cpus v1.16.0 |
1341 | 2023-10-05T01:54:02.625Z | Downloaded ident_case v1.0.1 |
1342 | 2023-10-05T01:54:02.665Z | Downloaded hubpack v0.1.2 |
1343 | 2023-10-05T01:54:02.692Z | Downloaded cfg-if v1.0.0 |
1344 | 2023-10-05T01:54:02.721Z | Downloaded block-buffer v0.10.4 |
1345 | 2023-10-05T01:54:02.742Z | Downloaded bit-vec v0.6.3 |
1346 | 2023-10-05T01:54:02.767Z | Downloaded array-init v0.0.4 |
1347 | 2023-10-05T01:54:02.780Z | Downloaded bit_field v0.10.2 |
1348 | 2023-10-05T01:54:02.802Z | Downloaded instant v0.1.12 |
1349 | 2023-10-05T01:54:02.818Z | Downloaded httptest v0.15.4 |
1350 | 2023-10-05T01:54:02.830Z | Downloaded ciborium-io v0.2.1 |
1351 | 2023-10-05T01:54:02.841Z | Downloaded byteorder v1.4.3 |
1352 | 2023-10-05T01:54:02.849Z | Downloaded bit-set v0.5.3 |
1353 | 2023-10-05T01:54:02.862Z | Downloaded bb8 v0.8.1 |
1354 | 2023-10-05T01:54:02.879Z | Downloaded ascii-canvas v3.0.0 |
1355 | 2023-10-05T01:54:02.897Z | Downloaded nibble_vec v0.1.0 |
1356 | 2023-10-05T01:54:02.935Z | Downloaded hyper-rustls v0.24.1 |
1357 | 2023-10-05T01:54:02.945Z | Downloaded httpdate v1.0.3 |
1358 | 2023-10-05T01:54:02.961Z | Downloaded heck v0.3.3 |
1359 | 2023-10-05T01:54:03.100Z | Downloaded hubpack_derive v0.1.1 |
1360 | 2023-10-05T01:54:03.169Z | Downloaded base64 v0.13.1 |
1361 | 2023-10-05T01:54:03.244Z | Downloaded camino-tempfile v1.0.2 |
1362 | 2023-10-05T01:54:03.310Z | Downloaded hyper-staticfile v0.9.5 |
1363 | 2023-10-05T01:54:03.735Z | Downloaded bytes v1.5.0 |
1364 | 2023-10-05T01:54:03.803Z | Downloaded buf-list v1.0.3 |
1365 | 2023-10-05T01:54:03.893Z | Downloaded base64 v0.21.4 |
1366 | 2023-10-05T01:54:04.329Z | Compiling proc-macro2 v1.0.67 |
1367 | 2023-10-05T01:54:04.389Z | Compiling serde v1.0.188 |
1368 | 2023-10-05T01:54:04.596Z | Compiling autocfg v1.1.0 |
1369 | 2023-10-05T01:54:04.645Z | Compiling version_check v0.9.4 |
1370 | 2023-10-05T01:54:04.667Z | Compiling syn v1.0.109 |
1371 | 2023-10-05T01:54:04.707Z | Compiling parking_lot_core v0.9.8 |
1372 | 2023-10-05T01:54:05.270Z | Compiling libm v0.2.7 |
1373 | 2023-10-05T01:54:10.310Z | Compiling libc v0.2.148 |
1374 | 2023-10-05T01:54:10.516Z | Compiling cfg-if v1.0.0 |
1375 | 2023-10-05T01:54:10.917Z | Compiling futures-core v0.3.28 |
1376 | 2023-10-05T01:54:11.019Z | Compiling typenum v1.16.0 |
1377 | 2023-10-05T01:54:11.101Z | Compiling once_cell v1.18.0 |
1378 | 2023-10-05T01:54:11.656Z | Compiling futures-task v0.3.28 |
1379 | 2023-10-05T01:54:11.677Z | Compiling ahash v0.8.3 |
1380 | 2023-10-05T01:54:11.737Z | Compiling lock_api v0.4.10 |
1381 | 2023-10-05T01:54:11.783Z | Compiling quote v1.0.33 |
1382 | 2023-10-05T01:54:12.235Z | Compiling num-traits v0.2.16 |
1383 | 2023-10-05T01:54:13.060Z | Compiling generic-array v0.14.7 |
1384 | 2023-10-05T01:54:13.082Z | Compiling slab v0.4.9 |
1385 | 2023-10-05T01:54:13.204Z | Compiling syn v2.0.37 |
1386 | 2023-10-05T01:54:13.252Z | Compiling jobserver v0.1.26 |
1387 | 2023-10-05T01:54:13.291Z | Compiling futures-channel v0.3.28 |
1388 | 2023-10-05T01:54:13.309Z | Compiling cc v1.0.83 |
1389 | 2023-10-05T01:54:13.333Z | Compiling futures-util v0.3.28 |
1390 | 2023-10-05T01:54:13.365Z | Compiling pkg-config v0.3.27 |
1391 | 2023-10-05T01:54:13.382Z | Compiling memchr v2.6.3 |
1392 | 2023-10-05T01:54:13.399Z | Compiling ahash v0.7.6 |
1393 | 2023-10-05T01:54:13.847Z | Compiling vcpkg v0.2.15 |
1394 | 2023-10-05T01:54:14.288Z | Compiling itoa v1.0.9 |
1395 | 2023-10-05T01:54:14.310Z | Compiling log v0.4.20 |
1396 | 2023-10-05T01:54:14.365Z | Compiling serde_json v1.0.107 |
1397 | 2023-10-05T01:54:14.381Z | Compiling schemars v0.8.13 |
1398 | 2023-10-05T01:54:14.404Z | Compiling indexmap v1.9.3 |
1399 | 2023-10-05T01:54:14.416Z | Compiling getrandom v0.2.10 |
1400 | 2023-10-05T01:54:14.430Z | Compiling httparse v1.8.0 |
1401 | 2023-10-05T01:54:14.458Z | Compiling ryu v1.0.15 |
1402 | 2023-10-05T01:54:14.471Z | Compiling allocator-api2 v0.2.16 |
1403 | 2023-10-05T01:54:14.483Z | Compiling equivalent v1.0.1 |
1404 | 2023-10-05T01:54:14.515Z | Compiling openssl v0.10.57 |
1405 | 2023-10-05T01:54:14.956Z | Compiling unicode-xid v0.2.4 |
1406 | 2023-10-05T01:54:14.979Z | Compiling ucd-trie v0.1.6 |
1407 | 2023-10-05T01:54:15.021Z | Compiling rustls v0.21.7 |
1408 | 2023-10-05T01:54:15.057Z | Compiling crossbeam-utils v0.8.16 |
1409 | 2023-10-05T01:54:15.080Z | Compiling hashbrown v0.14.0 |
1410 | 2023-10-05T01:54:15.111Z | Compiling rustix v0.38.9 |
1411 | 2023-10-05T01:54:15.118Z | Compiling native-tls v0.2.11 |
1412 | 2023-10-05T01:54:15.130Z | Compiling time-core v0.1.1 |
1413 | 2023-10-05T01:54:15.145Z | Compiling time-macros v0.2.13 |
1414 | 2023-10-05T01:54:15.157Z | Compiling slog v2.7.0 |
1415 | 2023-10-05T01:54:15.168Z | Compiling ring v0.16.20 |
1416 | 2023-10-05T01:54:15.181Z | Compiling openssl-sys v0.9.93 |
1417 | 2023-10-05T01:54:15.194Z | Compiling fnv v1.0.7 |
1418 | 2023-10-05T01:54:15.208Z | Compiling byteorder v1.4.3 |
1419 | 2023-10-05T01:54:15.227Z | Compiling iana-time-zone v0.1.57 |
1420 | 2023-10-05T01:54:15.243Z | Compiling aho-corasick v1.0.4 |
1421 | 2023-10-05T01:54:15.257Z | Compiling regex-syntax v0.7.5 |
1422 | 2023-10-05T01:54:15.267Z | Compiling dyn-clone v1.0.13 |
1423 | 2023-10-05T01:54:15.276Z | Compiling backtrace v0.3.69 |
1424 | 2023-10-05T01:54:15.281Z | Compiling async-trait v0.1.73 |
1425 | 2023-10-05T01:54:15.764Z | Compiling usdt-impl v0.3.5 |
1426 | 2023-10-05T01:54:15.817Z | Compiling anyhow v1.0.75 |
1427 | 2023-10-05T01:54:15.838Z | Compiling winnow v0.5.15 |
1428 | 2023-10-05T01:54:15.912Z | Compiling thread-id v4.2.0 |
1429 | 2023-10-05T01:54:15.985Z | Compiling hashbrown v0.13.2 |
1430 | 2023-10-05T01:54:16.053Z | Compiling rand_core v0.6.4 |
1431 | 2023-10-05T01:54:16.159Z | Compiling serde_derive_internals v0.26.0 |
1432 | 2023-10-05T01:54:17.424Z | Compiling synstructure v0.12.6 |
1433 | 2023-10-05T01:54:17.436Z | Compiling regex-automata v0.3.8 |
1434 | 2023-10-05T01:54:17.461Z | Compiling hashbrown v0.12.3 |
1435 | 2023-10-05T01:54:17.470Z | Compiling siphasher v0.3.11 |
1436 | 2023-10-05T01:54:17.480Z | Compiling unicode-width v0.1.10 |
1437 | 2023-10-05T01:54:17.502Z | Compiling strsim v0.10.0 |
1438 | 2023-10-05T01:54:17.515Z | Compiling scopeguard v1.2.0 |
1439 | 2023-10-05T01:54:17.529Z | Compiling ppv-lite86 v0.2.17 |
1440 | 2023-10-05T01:54:17.543Z | Compiling tinyvec_macros v0.1.1 |
1441 | 2023-10-05T01:54:17.558Z | Compiling tinyvec v1.6.0 |
1442 | 2023-10-05T01:54:17.572Z | Compiling unicode-bidi v0.3.13 |
1443 | 2023-10-05T01:54:17.589Z | Compiling num_threads v0.1.6 |
1444 | 2023-10-05T01:54:17.611Z | Compiling deranged v0.3.8 |
1445 | 2023-10-05T01:54:17.667Z | Compiling smallvec v1.11.0 |
1446 | 2023-10-05T01:54:17.686Z | Compiling rand_chacha v0.3.1 |
1447 | 2023-10-05T01:54:17.703Z | Compiling unicode-normalization v0.1.22 |
1448 | 2023-10-05T01:54:17.720Z | Compiling rand v0.8.5 |
1449 | 2023-10-05T01:54:18.158Z | Compiling percent-encoding v2.3.0 |
1450 | 2023-10-05T01:54:18.176Z | Compiling parking_lot v0.12.1 |
1451 | 2023-10-05T01:54:18.213Z | Compiling phf_shared v0.11.2 |
1452 | 2023-10-05T01:54:18.626Z | Compiling form_urlencoded v1.2.0 |
1453 | 2023-10-05T01:54:18.631Z | Compiling time v0.3.27 |
1454 | 2023-10-05T01:54:18.635Z | Compiling num-integer v0.1.45 |
1455 | 2023-10-05T01:54:18.639Z | Compiling bitflags v1.3.2 |
1456 | 2023-10-05T01:54:18.642Z | Compiling idna v0.4.0 |
1457 | 2023-10-05T01:54:18.647Z | Compiling crc32fast v1.3.2 |
1458 | 2023-10-05T01:54:18.651Z | Compiling adler v1.0.2 |
1459 | 2023-10-05T01:54:18.655Z | Compiling regex v1.9.5 |
1460 | 2023-10-05T01:54:18.676Z | Compiling miniz_oxide v0.7.1 |
1461 | 2023-10-05T01:54:18.705Z | Compiling spin v0.5.2 |
1462 | 2023-10-05T01:54:18.711Z | Compiling serde_derive v1.0.188 |
1463 | 2023-10-05T01:54:18.716Z | Compiling zeroize_derive v1.4.2 |
1464 | 2023-10-05T01:54:18.721Z | Compiling thiserror-impl v1.0.49 |
1465 | 2023-10-05T01:54:18.728Z | Compiling tokio-macros v2.1.0 |
1466 | 2023-10-05T01:54:18.736Z | Compiling futures-macro v0.3.28 |
1467 | 2023-10-05T01:54:18.746Z | Compiling tracing-attributes v0.1.26 |
1468 | 2023-10-05T01:54:18.757Z | Compiling schemars_derive v0.8.13 |
1469 | 2023-10-05T01:54:18.771Z | Compiling openssl-macros v0.1.1 |
1470 | 2023-10-05T01:54:18.782Z | Compiling zerocopy-derive v0.2.0 |
1471 | 2023-10-05T01:54:18.789Z | Compiling thiserror v1.0.49 |
1472 | 2023-10-05T01:54:19.207Z | Compiling pest v2.7.2 |
1473 | 2023-10-05T01:54:19.223Z | Compiling url v2.4.1 |
1474 | 2023-10-05T01:54:19.237Z | Compiling gimli v0.28.0 |
1475 | 2023-10-05T01:54:19.251Z | Compiling zerocopy-derive v0.6.3 |
1476 | 2023-10-05T01:54:19.266Z | Compiling object v0.32.1 |
1477 | 2023-10-05T01:54:20.183Z | Compiling zerocopy v0.3.0 |
1478 | 2023-10-05T01:54:20.207Z | Compiling dof v0.1.5 |
1479 | 2023-10-05T01:54:20.250Z | Compiling pin-project-lite v0.2.13 |
1480 | 2023-10-05T01:54:20.282Z | Compiling rustc-demangle v0.1.23 |
1481 | 2023-10-05T01:54:20.323Z | Compiling pest_meta v2.7.2 |
1482 | 2023-10-05T01:54:20.337Z | Compiling errno v0.3.2 |
1483 | 2023-10-05T01:54:20.347Z | Compiling memoffset v0.9.0 |
1484 | 2023-10-05T01:54:20.359Z | Compiling mio v0.8.8 |
1485 | 2023-10-05T01:54:20.381Z | Compiling socket2 v0.5.3 |
1486 | 2023-10-05T01:54:20.407Z | Compiling num_cpus v1.16.0 |
1487 | 2023-10-05T01:54:20.428Z | Compiling signal-hook-registry v1.4.1 |
1488 | 2023-10-05T01:54:20.447Z | Compiling radium v0.7.0 |
1489 | 2023-10-05T01:54:20.473Z | Compiling futures-sink v0.3.28 |
1490 | 2023-10-05T01:54:20.495Z | Compiling pest_generator v2.7.2 |
1491 | 2023-10-05T01:54:21.825Z | Compiling crossbeam-epoch v0.9.15 |
1492 | 2023-10-05T01:54:21.867Z | Compiling futures-io v0.3.28 |
1493 | 2023-10-05T01:54:21.897Z | Compiling pin-utils v0.1.0 |
1494 | 2023-10-05T01:54:21.924Z | Compiling clap_derive v4.4.2 |
1495 | 2023-10-05T01:54:21.965Z | Compiling addr2line v0.21.0 |
1496 | 2023-10-05T01:54:21.982Z | Compiling tracing-core v0.1.31 |
1497 | 2023-10-05T01:54:21.999Z | Compiling num-iter v0.1.43 |
1498 | 2023-10-05T01:54:22.031Z | Compiling tracing v0.1.37 |
1499 | 2023-10-05T01:54:22.053Z | Compiling pest_derive v2.7.2 |
1500 | 2023-10-05T01:54:22.071Z | Compiling lazy_static v1.4.0 |
1501 | 2023-10-05T01:54:22.098Z | Compiling either v1.9.0 |
1502 | 2023-10-05T01:54:22.526Z | Compiling zeroize v1.6.0 |
1503 | 2023-10-05T01:54:22.561Z | Compiling dtrace-parser v0.1.14 |
1504 | 2023-10-05T01:54:22.579Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1505 | 2023-10-05T01:54:22.595Z | Compiling untrusted v0.7.1 |
1506 | 2023-10-05T01:54:22.612Z | Compiling base64 v0.21.4 |
1507 | 2023-10-05T01:54:22.633Z | Compiling enum-as-inner v0.5.1 |
1508 | 2023-10-05T01:54:22.648Z | Compiling foreign-types-shared v0.1.1 |
1509 | 2023-10-05T01:54:22.698Z | Compiling openssl-probe v0.1.5 |
1510 | 2023-10-05T01:54:22.741Z | Compiling foreign-types v0.3.2 |
1511 | 2023-10-05T01:54:22.758Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1512 | 2023-10-05T01:54:22.773Z | Compiling try-lock v0.2.4 |
1513 | 2023-10-05T01:54:22.788Z | Compiling want v0.3.1 |
1514 | 2023-10-05T01:54:22.807Z | Compiling indexmap v2.0.0 |
1515 | 2023-10-05T01:54:22.819Z | Compiling bytes v1.5.0 |
1516 | 2023-10-05T01:54:22.841Z | Compiling uuid v1.4.1 |
1517 | 2023-10-05T01:54:23.297Z | Compiling chrono v0.4.31 |
1518 | 2023-10-05T01:54:23.309Z | Compiling semver v1.0.18 |
1519 | 2023-10-05T01:54:23.317Z | Compiling toml_datetime v0.6.3 |
1520 | 2023-10-05T01:54:23.331Z | Compiling serde_spanned v0.6.3 |
1521 | 2023-10-05T01:54:23.337Z | Compiling serde_tokenstream v0.1.7 |
1522 | 2023-10-05T01:54:23.342Z | Compiling toml_edit v0.19.15 |
1523 | 2023-10-05T01:54:23.349Z | Compiling http v0.2.9 |
1524 | 2023-10-05T01:54:23.355Z | Compiling rustc_version v0.4.0 |
1525 | 2023-10-05T01:54:23.364Z | Compiling bitflags v2.4.0 |
1526 | 2023-10-05T01:54:23.381Z | Compiling openapiv3 v1.0.3 |
1527 | 2023-10-05T01:54:23.389Z | Compiling tokio v1.32.0 |
1528 | 2023-10-05T01:54:23.396Z | Compiling heapless v0.7.16 |
1529 | 2023-10-05T01:54:23.404Z | Compiling usdt-macro v0.3.5 |
1530 | 2023-10-05T01:54:23.413Z | Compiling usdt-attr-macro v0.3.5 |
1531 | 2023-10-05T01:54:23.418Z | Compiling http-body v0.4.5 |
1532 | 2023-10-05T01:54:23.429Z | Compiling rustls-webpki v0.101.4 |
1533 | 2023-10-05T01:54:23.439Z | Compiling sct v0.7.0 |
1534 | 2023-10-05T01:54:23.453Z | Compiling socket2 v0.4.9 |
1535 | 2023-10-05T01:54:23.465Z | Compiling httpdate v1.0.3 |
1536 | 2023-10-05T01:54:23.476Z | Compiling tower-service v0.3.2 |
1537 | 2023-10-05T01:54:23.490Z | Compiling rustls-pemfile v1.0.3 |
1538 | 2023-10-05T01:54:23.501Z | Compiling crypto-common v0.1.6 |
1539 | 2023-10-05T01:54:23.565Z | Compiling rustls-native-certs v0.6.3 |
1540 | 2023-10-05T01:54:23.722Z | Compiling diesel_table_macro_syntax v0.1.0 |
1541 | 2023-10-05T01:54:23.740Z | Compiling num-bigint v0.4.4 |
1542 | 2023-10-05T01:54:24.075Z | Compiling smoltcp v0.9.1 |
1543 | 2023-10-05T01:54:24.101Z | Compiling ipnet v2.8.0 |
1544 | 2023-10-05T01:54:24.279Z | Compiling bit-vec v0.6.3 |
1545 | 2023-10-05T01:54:24.935Z | Compiling diesel_derives v2.1.1 |
1546 | 2023-10-05T01:54:24.956Z | Compiling block-buffer v0.10.4 |
1547 | 2023-10-05T01:54:25.004Z | Compiling serde_tokenstream v0.2.0 |
1548 | 2023-10-05T01:54:25.354Z | Compiling serde_urlencoded v0.7.1 |
1549 | 2023-10-05T01:54:25.844Z | Compiling itertools v0.10.5 |
1550 | 2023-10-05T01:54:25.969Z | Compiling hubpack_derive v0.1.1 |
1551 | 2023-10-05T01:54:26.177Z | Compiling phf_shared v0.10.0 |
1552 | 2023-10-05T01:54:26.782Z | Compiling encoding_rs v0.8.33 |
1553 | 2023-10-05T01:54:26.834Z | Compiling new_debug_unreachable v1.0.4 |
1554 | 2023-10-05T01:54:26.946Z | Compiling precomputed-hash v0.1.1 |
1555 | 2023-10-05T01:54:27.178Z | Compiling const-oid v0.9.5 |
1556 | 2023-10-05T01:54:27.211Z | Compiling fixedbitset v0.4.2 |
1557 | 2023-10-05T01:54:27.786Z | Compiling mime v0.3.17 |
1558 | 2023-10-05T01:54:28.644Z | Compiling webpki-roots v0.25.2 |
1559 | 2023-10-05T01:54:28.899Z | Compiling subtle v2.5.0 |
1560 | 2023-10-05T01:54:29.368Z | Compiling petgraph v0.6.4 |
1561 | 2023-10-05T01:54:36.438Z | Compiling tokio-util v0.7.8 |
1562 | 2023-10-05T01:54:36.684Z | Compiling tokio-native-tls v0.3.1 |
1563 | 2023-10-05T01:54:36.793Z | Compiling tokio-rustls v0.24.1 |
1564 | 2023-10-05T01:54:37.079Z | Compiling h2 v0.3.21 |
1565 | 2023-10-05T01:54:37.595Z | Compiling digest v0.10.7 |
1566 | 2023-10-05T01:54:37.693Z | Compiling string_cache v0.8.7 |
1567 | 2023-10-05T01:54:38.145Z | Compiling bit-set v0.5.3 |
1568 | 2023-10-05T01:54:38.422Z | Compiling lalrpop-util v0.19.12 |
1569 | 2023-10-05T01:54:38.563Z | Compiling unicode-segmentation v1.10.1 |
1570 | 2023-10-05T01:54:38.932Z | Compiling flate2 v1.0.27 |
1571 | 2023-10-05T01:54:38.996Z | Compiling toml v0.7.8 |
1572 | 2023-10-05T01:54:39.044Z | Compiling serde_repr v0.1.16 |
1573 | 2023-10-05T01:54:39.091Z | Compiling io-lifetimes v1.0.11 |
1574 | 2023-10-05T01:54:39.133Z | Compiling regress v0.7.1 |
1575 | 2023-10-05T01:54:39.163Z | Compiling cpufeatures v0.2.9 |
1576 | 2023-10-05T01:54:39.189Z | Compiling utf8parse v0.2.1 |
1577 | 2023-10-05T01:54:39.221Z | Compiling anstyle v1.0.2 |
1578 | 2023-10-05T01:54:39.249Z | Compiling anstyle-parse v0.2.1 |
1579 | 2023-10-05T01:54:39.279Z | Compiling sha2 v0.10.7 |
1580 | 2023-10-05T01:54:39.312Z | Compiling rustix v0.37.23 |
1581 | 2023-10-05T01:54:39.749Z | Compiling md-5 v0.10.5 |
1582 | 2023-10-05T01:54:39.769Z | Compiling hmac v0.12.1 |
1583 | 2023-10-05T01:54:39.787Z | Compiling stringprep v0.1.3 |
1584 | 2023-10-05T01:54:39.801Z | Compiling spin v0.9.8 |
1585 | 2023-10-05T01:54:39.821Z | Compiling hash32 v0.2.1 |
1586 | 2023-10-05T01:54:39.838Z | Compiling fallible-iterator v0.2.0 |
1587 | 2023-10-05T01:54:39.863Z | Compiling anstyle-query v1.0.0 |
1588 | 2023-10-05T01:54:39.869Z | Compiling colorchoice v1.0.0 |
1589 | 2023-10-05T01:54:39.882Z | Compiling stable_deref_trait v1.2.0 |
1590 | 2023-10-05T01:54:39.899Z | Compiling anstream v0.5.0 |
1591 | 2023-10-05T01:54:39.912Z | Compiling terminal_size v0.2.6 |
1592 | 2023-10-05T01:54:39.923Z | Compiling block-padding v0.3.3 |
1593 | 2023-10-05T01:54:40.433Z | Compiling scheduled-thread-pool v0.2.7 |
1594 | 2023-10-05T01:54:40.459Z | Compiling managed v0.8.0 |
1595 | 2023-10-05T01:54:40.470Z | Compiling postgres-protocol v0.6.6 |
1596 | 2023-10-05T01:54:40.657Z | Compiling clap_lex v0.5.1 |
1597 | 2023-10-05T01:54:40.781Z | Compiling tap v1.0.1 |
1598 | 2023-10-05T01:54:40.804Z | Compiling matches v0.1.10 |
1599 | 2023-10-05T01:54:40.940Z | Compiling regex-automata v0.1.10 |
1600 | 2023-10-05T01:54:41.037Z | Compiling clap_builder v4.4.2 |
1601 | 2023-10-05T01:54:41.341Z | Compiling wyz v0.5.1 |
1602 | 2023-10-05T01:54:41.704Z | Compiling bstr v0.2.17 |
1603 | 2023-10-05T01:54:41.755Z | Compiling postgres-types v0.2.6 |
1604 | 2023-10-05T01:54:42.472Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1605 | 2023-10-05T01:54:45.131Z | Compiling hyper v0.14.27 |
1606 | 2023-10-05T01:54:45.352Z | Compiling idna v0.2.3 |
1607 | 2023-10-05T01:54:45.512Z | Compiling r2d2 v0.8.10 |
1608 | 2023-10-05T01:54:45.744Z | Compiling inout v0.1.3 |
1609 | 2023-10-05T01:54:46.096Z | Compiling hubpack v0.1.2 |
1610 | 2023-10-05T01:54:46.955Z | Compiling ipnetwork v0.20.0 |
1611 | 2023-10-05T01:54:47.491Z | Compiling futures-executor v0.3.28 |
1612 | 2023-10-05T01:54:48.144Z | Compiling zerocopy v0.6.3 |
1613 | 2023-10-05T01:54:48.708Z | Compiling phf v0.11.2 |
1614 | 2023-10-05T01:54:49.150Z | Compiling float-cmp v0.9.0 |
1615 | 2023-10-05T01:54:49.625Z | Compiling data-encoding v2.4.0 |
1616 | 2023-10-05T01:54:50.066Z | Compiling normalize-line-endings v0.3.0 |
1617 | 2023-10-05T01:54:50.084Z | Compiling predicates-core v1.0.6 |
1618 | 2023-10-05T01:54:50.096Z | Compiling difflib v0.4.0 |
1619 | 2023-10-05T01:54:50.110Z | Compiling smawk v0.3.1 |
1620 | 2023-10-05T01:54:50.443Z | Compiling static_assertions v1.1.0 |
1621 | 2023-10-05T01:54:50.563Z | Compiling funty v2.0.0 |
1622 | 2023-10-05T01:54:50.867Z | Compiling whoami v1.4.1 |
1623 | 2023-10-05T01:54:51.716Z | Compiling unicode-linebreak v0.1.5 |
1624 | 2023-10-05T01:54:51.741Z | Compiling tokio-postgres v0.7.10 |
1625 | 2023-10-05T01:54:51.806Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1626 | 2023-10-05T01:54:52.534Z | Compiling textwrap v0.16.0 |
1627 | 2023-10-05T01:54:52.875Z | Compiling bitvec v1.0.1 |
1628 | 2023-10-05T01:54:53.769Z | Compiling trust-dns-proto v0.22.0 |
1629 | 2023-10-05T01:54:54.332Z | Compiling predicates v3.0.3 |
1630 | 2023-10-05T01:54:56.518Z | Compiling hyper-tls v0.5.0 |
1631 | 2023-10-05T01:54:56.816Z | Compiling hyper-rustls v0.24.1 |
1632 | 2023-10-05T01:54:57.089Z | Compiling yasna v0.5.2 |
1633 | 2023-10-05T01:54:57.864Z | Compiling reqwest v0.11.20 |
1634 | 2023-10-05T01:54:59.844Z | Compiling diesel v2.1.1 |
1635 | 2023-10-05T01:54:59.946Z | Compiling futures v0.3.28 |
1636 | 2023-10-05T01:55:00.303Z | Compiling clap v4.4.3 |
1637 | 2023-10-05T01:55:00.520Z | Compiling cipher v0.4.4 |
1638 | 2023-10-05T01:55:00.562Z | Compiling similar v2.2.1 |
1639 | 2023-10-05T01:55:00.758Z | Compiling signature v2.1.0 |
1640 | 2023-10-05T01:55:00.811Z | Compiling tokio-stream v0.1.14 |
1641 | 2023-10-05T01:55:00.857Z | Compiling usdt v0.3.5 |
1642 | 2023-10-05T01:55:01.018Z | Compiling hex v0.4.3 |
1643 | 2023-10-05T01:55:01.305Z | Compiling console v0.15.7 |
1644 | 2023-10-05T01:55:02.137Z | Compiling bstr v1.6.0 |
1645 | 2023-10-05T01:55:03.474Z | Compiling getopts v0.2.21 |
1646 | 2023-10-05T01:55:03.621Z | Compiling unsafe-libyaml v0.2.9 |
1647 | 2023-10-05T01:55:06.756Z | Compiling rustversion v1.0.14 |
1648 | 2023-10-05T01:55:06.853Z | Compiling serde_yaml v0.9.25 |
1649 | 2023-10-05T01:55:07.364Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1650 | 2023-10-05T01:55:08.413Z | Compiling ident_case v1.0.1 |
1651 | 2023-10-05T01:55:08.935Z | Compiling slog-async v2.8.0 |
1652 | 2023-10-05T01:55:09.014Z | Compiling strum_macros v0.25.2 |
1653 | 2023-10-05T01:55:09.500Z | Compiling paste v1.0.14 |
1654 | 2023-10-05T01:55:09.721Z | Compiling darling_core v0.20.3 |
1655 | 2023-10-05T01:55:11.178Z | Compiling multer v2.1.0 |
1656 | 2023-10-05T01:55:12.906Z | Compiling async-stream-impl v0.3.5 |
1657 | 2023-10-05T01:55:13.017Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1658 | 2023-10-05T01:55:13.499Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1659 | 2023-10-05T01:55:14.321Z | Compiling regex-syntax v0.6.29 |
1660 | 2023-10-05T01:55:14.873Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1661 | 2023-10-05T01:55:15.389Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1662 | 2023-10-05T01:55:15.662Z | Compiling structmeta-derive v0.1.6 |
1663 | 2023-10-05T01:55:18.166Z | Compiling darling_macro v0.20.3 |
1664 | 2023-10-05T01:55:19.627Z | Compiling darling v0.20.3 |
1665 | 2023-10-05T01:55:19.751Z | Compiling serde_with_macros v2.3.3 |
1666 | 2023-10-05T01:55:20.098Z | Compiling structmeta v0.1.6 |
1667 | 2023-10-05T01:55:23.967Z | Compiling parse-display-derive v0.7.0 |
1668 | 2023-10-05T01:55:24.260Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1669 | 2023-10-05T01:55:28.673Z | Compiling test-strategy v0.2.1 |
1670 | 2023-10-05T01:55:32.640Z | Checking unicode-ident v1.0.12 |
1671 | 2023-10-05T01:56:03.139Z | Checking heck v0.4.1 |
1672 | 2023-10-05T01:56:11.855Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1673 | 2023-10-05T01:56:11.952Z | Checking crossbeam-channel v0.5.8 |
1674 | 2023-10-05T01:56:12.011Z | Checking atty v0.2.14 |
1675 | 2023-10-05T01:56:13.360Z | Checking match_cfg v0.1.0 |
1676 | 2023-10-05T01:56:13.638Z | Checking hostname v0.3.1 |
1677 | 2023-10-05T01:56:13.783Z | Checking sha1 v0.10.5 |
1678 | 2023-10-05T01:56:13.952Z | Checking dirs-sys-next v0.1.2 |
1679 | 2023-10-05T01:56:14.161Z | Checking thread_local v1.1.7 |
1680 | 2023-10-05T01:56:14.261Z | Checking dirs-next v2.0.0 |
1681 | 2023-10-05T01:56:14.370Z | Checking fastrand v2.0.0 |
1682 | 2023-10-05T01:56:14.479Z | Checking term v0.7.0 |
1683 | 2023-10-05T01:56:14.521Z | Checking tempfile v3.8.0 |
1684 | 2023-10-05T01:56:14.609Z | Checking strum v0.25.0 |
1685 | 2023-10-05T01:56:14.839Z | Checking instant v0.1.12 |
1686 | 2023-10-05T01:56:14.996Z | Checking take_mut v0.2.2 |
1687 | 2023-10-05T01:56:15.020Z | Checking slog-term v2.9.0 |
1688 | 2023-10-05T01:56:15.032Z | Checking slog-json v2.6.1 |
1689 | 2023-10-05T01:56:15.452Z | Checking serde_with v2.3.3 |
1690 | 2023-10-05T01:56:15.915Z | Checking camino v1.1.6 |
1691 | 2023-10-05T01:56:16.172Z | Checking slog-bunyan v2.4.0 |
1692 | 2023-10-05T01:56:16.543Z | Checking debug-ignore v1.0.5 |
1693 | 2023-10-05T01:56:17.077Z | Checking atomic-waker v1.1.1 |
1694 | 2023-10-05T01:56:17.279Z | Checking waitgroup v0.1.2 |
1695 | 2023-10-05T01:56:17.451Z | Checking async-stream v0.3.5 |
1696 | 2023-10-05T01:56:17.532Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1697 | 2023-10-05T01:56:17.782Z | Checking serde_path_to_error v0.1.14 |
1698 | 2023-10-05T01:56:17.884Z | Checking backoff v0.4.0 |
1699 | 2023-10-05T01:56:17.941Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1700 | 2023-10-05T01:56:17.967Z | Checking parse-display v0.7.0 |
1701 | 2023-10-05T01:56:18.151Z | Checking macaddr v1.0.1 |
1702 | 2023-10-05T01:56:18.469Z | Checking quick-error v1.2.3 |
1703 | 2023-10-05T01:56:19.185Z | Checking wait-timeout v0.2.0 |
1704 | 2023-10-05T01:56:19.468Z | Checking rusty-fork v0.3.0 |
1705 | 2023-10-05T01:56:19.959Z | Checking rand_xorshift v0.3.0 |
1706 | 2023-10-05T01:56:20.697Z | Checking unarray v0.1.4 |
1707 | 2023-10-05T01:56:25.621Z | Checking proptest v1.2.0 |
1708 | 2023-10-05T01:56:34.333Z | Compiling proc-macro-crate v1.3.1 |
1709 | 2023-10-05T01:56:35.474Z | Compiling proc-macro-error-attr v1.0.4 |
1710 | 2023-10-05T01:56:36.332Z | Compiling proc-macro-error v1.0.4 |
1711 | 2023-10-05T01:56:51.089Z | Checking base64ct v1.6.0 |
1712 | 2023-10-05T01:56:51.613Z | Compiling num_enum_derive v0.5.11 |
1713 | 2023-10-05T01:56:54.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1714 | 2023-10-05T01:56:55.072Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2023-10-05T01:56:55.424Z | Compiling foreign-types-macros v0.2.3 |
1716 | 2023-10-05T01:56:56.496Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1717 | 2023-10-05T01:56:56.724Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2023-10-05T01:56:56.940Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1719 | 2023-10-05T01:56:57.070Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1720 | 2023-10-05T01:56:58.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1721 | 2023-10-05T01:57:00.364Z | Compiling zone_cfg_derive v0.2.0 |
1722 | 2023-10-05T01:57:01.256Z | Compiling mockall_derive v0.11.4 |
1723 | 2023-10-05T01:57:06.977Z | Checking is-terminal v0.4.9 |
1724 | 2023-10-05T01:57:20.325Z | Compiling slog-dtrace v0.2.3 |
1725 | 2023-10-05T01:57:20.833Z | Compiling cancel-safe-futures v0.1.2 |
1726 | 2023-10-05T01:57:21.488Z | Checking base64 v0.13.1 |
1727 | 2023-10-05T01:57:21.861Z | Checking password-hash v0.5.0 |
1728 | 2023-10-05T01:57:22.857Z | Checking blake2 v0.10.6 |
1729 | 2023-10-05T01:57:23.502Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1730 | 2023-10-05T01:57:23.909Z | Checking cfg-if v0.1.10 |
1731 | 2023-10-05T01:57:24.390Z | Checking argon2 v0.5.2 |
1732 | 2023-10-05T01:57:28.724Z | Checking termtree v0.4.1 |
1733 | 2023-10-05T01:57:28.925Z | Checking predicates-tree v1.0.9 |
1734 | 2023-10-05T01:57:29.057Z | Checking pem v1.1.1 |
1735 | 2023-10-05T01:57:29.248Z | Checking num_enum v0.5.11 |
1736 | 2023-10-05T01:57:29.630Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1737 | 2023-10-05T01:57:29.731Z | Compiling memoffset v0.7.1 |
1738 | 2023-10-05T01:57:30.131Z | Checking postcard-cobs v0.1.5-pre |
1739 | 2023-10-05T01:57:30.427Z | Checking smoltcp v0.8.2 |
1740 | 2023-10-05T01:57:30.518Z | Checking postcard v0.7.3 |
1741 | 2023-10-05T01:57:30.555Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1742 | 2023-10-05T01:57:30.591Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-10-05T01:57:30.624Z | Checking foreign-types-shared v0.3.1 |
1744 | 2023-10-05T01:57:31.878Z | Checking foreign-types v0.5.0 |
1745 | 2023-10-05T01:57:32.087Z | Checking cstr-argument v0.1.2 |
1746 | 2023-10-05T01:57:32.460Z | Checking pretty-hex v0.2.1 |
1747 | 2023-10-05T01:57:32.584Z | Checking colored v2.0.4 |
1748 | 2023-10-05T01:57:32.781Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2023-10-05T01:57:32.922Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1750 | 2023-10-05T01:57:33.047Z | Compiling heck v0.3.3 |
1751 | 2023-10-05T01:57:33.165Z | Compiling der_derive v0.7.2 |
1752 | 2023-10-05T01:57:33.398Z | Compiling libefi-sys v0.1.0 |
1753 | 2023-10-05T01:57:33.525Z | Checking predicates v2.1.5 |
1754 | 2023-10-05T01:57:33.688Z | Compiling structopt-derive v0.4.18 |
1755 | 2023-10-05T01:57:34.190Z | Checking headers-core v0.2.0 |
1756 | 2023-10-05T01:57:34.442Z | Checking downcast v0.11.0 |
1757 | 2023-10-05T01:57:34.612Z | Checking fragile v2.0.0 |
1758 | 2023-10-05T01:57:34.869Z | Checking headers v0.3.9 |
1759 | 2023-10-05T01:57:35.062Z | Checking mockall v0.11.4 |
1760 | 2023-10-05T01:57:35.200Z | Checking zone v0.2.0 |
1761 | 2023-10-05T01:57:35.248Z | Checking smf v0.2.2 |
1762 | 2023-10-05T01:57:35.291Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1763 | 2023-10-05T01:57:35.325Z | Compiling num-rational v0.4.1 |
1764 | 2023-10-05T01:57:35.359Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1765 | 2023-10-05T01:57:35.368Z | Checking termcolor v1.2.0 |
1766 | 2023-10-05T01:57:35.395Z | Checking rcgen v0.10.0 |
1767 | 2023-10-05T01:57:35.419Z | Checking subprocess v0.2.9 |
1768 | 2023-10-05T01:57:35.474Z | Compiling maybe-uninit v2.0.0 |
1769 | 2023-10-05T01:57:35.498Z | Compiling signal-hook v0.3.17 |
1770 | 2023-10-05T01:57:35.523Z | Checking linked-hash-map v0.5.6 |
1771 | 2023-10-05T01:57:35.554Z | Compiling doc-comment v0.3.3 |
1772 | 2023-10-05T01:57:35.582Z | Compiling num-bigint-dig v0.8.4 |
1773 | 2023-10-05T01:57:35.609Z | Compiling packed_struct v0.10.1 |
1774 | 2023-10-05T01:57:35.630Z | Compiling packed_struct_codegen v0.10.1 |
1775 | 2023-10-05T01:57:35.651Z | Checking lru-cache v0.1.2 |
1776 | 2023-10-05T01:57:36.102Z | Compiling same-file v1.0.6 |
1777 | 2023-10-05T01:57:36.122Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1778 | 2023-10-05T01:57:36.139Z | Compiling walkdir v2.4.0 |
1779 | 2023-10-05T01:57:36.151Z | Compiling semver-parser v0.10.2 |
1780 | 2023-10-05T01:57:36.164Z | Checking half v1.8.2 |
1781 | 2023-10-05T01:57:36.592Z | Checking ciborium-io v0.2.1 |
1782 | 2023-10-05T01:57:36.609Z | Checking ciborium-ll v0.2.1 |
1783 | 2023-10-05T01:57:36.617Z | Compiling filetime v0.2.22 |
1784 | 2023-10-05T01:57:36.625Z | Compiling semver v0.11.0 |
1785 | 2023-10-05T01:57:36.643Z | Compiling xattr v1.0.1 |
1786 | 2023-10-05T01:57:36.657Z | Compiling home v0.5.5 |
1787 | 2023-10-05T01:57:36.661Z | Compiling tar v0.4.40 |
1788 | 2023-10-05T01:57:36.668Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1789 | 2023-10-05T01:57:36.673Z | Compiling toolchain_find v0.2.0 |
1790 | 2023-10-05T01:57:36.678Z | Checking ciborium v0.2.1 |
1791 | 2023-10-05T01:57:36.683Z | Compiling toml v0.5.11 |
1792 | 2023-10-05T01:57:36.687Z | Checking arc-swap v1.6.0 |
1793 | 2023-10-05T01:57:36.691Z | Compiling omicron-zone-package v0.8.3 |
1794 | 2023-10-05T01:57:36.695Z | Checking itertools v0.11.0 |
1795 | 2023-10-05T01:57:36.699Z | Checking slog-scope v4.4.0 |
1796 | 2023-10-05T01:57:36.703Z | Checking slog-stdlog v4.1.1 |
1797 | 2023-10-05T01:57:36.706Z | Compiling snafu-derive v0.7.5 |
1798 | 2023-10-05T01:57:36.712Z | Compiling convert_case v0.4.0 |
1799 | 2023-10-05T01:57:36.715Z | Checking slog-envlogger v2.2.0 |
1800 | 2023-10-05T01:57:36.718Z | Compiling derive-where v1.2.5 |
1801 | 2023-10-05T01:57:36.721Z | Compiling derive_more v0.99.17 |
1802 | 2023-10-05T01:57:36.723Z | Compiling rustfmt-wrapper v0.2.0 |
1803 | 2023-10-05T01:57:36.728Z | Compiling libz-sys v1.1.12 |
1804 | 2023-10-05T01:57:36.733Z | Compiling parking_lot_core v0.8.6 |
1805 | 2023-10-05T01:57:36.737Z | Checking resolv-conf v0.7.0 |
1806 | 2023-10-05T01:57:36.745Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1807 | 2023-10-05T01:57:36.752Z | Checking trust-dns-resolver v0.22.0 |
1808 | 2023-10-05T01:57:36.760Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1809 | 2023-10-05T01:57:36.773Z | Checking newline-converter v0.3.0 |
1810 | 2023-10-05T01:57:36.787Z | Checking hkdf v0.12.3 |
1811 | 2023-10-05T01:57:36.795Z | Compiling libsqlite3-sys v0.26.0 |
1812 | 2023-10-05T01:57:36.809Z | Checking expectorate v1.1.0 |
1813 | 2023-10-05T01:57:36.825Z | Checking textwrap v0.11.0 |
1814 | 2023-10-05T01:57:36.835Z | Checking fxhash v0.2.1 |
1815 | 2023-10-05T01:57:36.851Z | Compiling vergen v8.2.4 |
1816 | 2023-10-05T01:57:36.886Z | Checking keccak v0.1.4 |
1817 | 2023-10-05T01:57:36.909Z | Compiling semver v0.1.20 |
1818 | 2023-10-05T01:57:36.923Z | Checking strsim v0.8.0 |
1819 | 2023-10-05T01:57:36.945Z | Checking vec_map v0.8.2 |
1820 | 2023-10-05T01:57:37.415Z | Checking ansi_term v0.12.1 |
1821 | 2023-10-05T01:57:37.420Z | Checking sha3 v0.10.8 |
1822 | 2023-10-05T01:57:37.424Z | Compiling rustc_version v0.1.7 |
1823 | 2023-10-05T01:57:37.427Z | Checking clap v2.34.0 |
1824 | 2023-10-05T01:57:37.431Z | Checking secrecy v0.8.0 |
1825 | 2023-10-05T01:57:37.440Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1826 | 2023-10-05T01:57:37.444Z | Checking humantime v2.1.0 |
1827 | 2023-10-05T01:57:37.449Z | Compiling newtype_derive v0.1.6 |
1828 | 2023-10-05T01:57:37.453Z | Compiling buf-list v1.0.3 |
1829 | 2023-10-05T01:57:37.463Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1830 | 2023-10-05T01:57:37.483Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1831 | 2023-10-05T01:57:37.489Z | Checking pem-rfc7468 v0.7.0 |
1832 | 2023-10-05T01:57:37.835Z | Checking flagset v0.4.3 |
1833 | 2023-10-05T01:57:37.923Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1834 | 2023-10-05T01:57:38.100Z | Checking der v0.7.8 |
1835 | 2023-10-05T01:57:38.215Z | Compiling num_enum_derive v0.7.0 |
1836 | 2023-10-05T01:57:38.283Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1837 | 2023-10-05T01:57:40.523Z | Compiling unicase v2.7.0 |
1838 | 2023-10-05T01:57:40.911Z | Compiling rayon-core v1.11.0 |
1839 | 2023-10-05T01:57:41.225Z | Checking structopt v0.3.26 |
1840 | 2023-10-05T01:57:41.286Z | Checking utf-8 v0.7.6 |
1841 | 2023-10-05T01:57:41.371Z | Checking spki v0.7.2 |
1842 | 2023-10-05T01:57:41.903Z | Checking camino-tempfile v1.0.2 |
1843 | 2023-10-05T01:57:41.928Z | Compiling platforms v3.0.2 |
1844 | 2023-10-05T01:57:42.321Z | Checking crc-catalog v2.2.0 |
1845 | 2023-10-05T01:57:42.433Z | Checking pkcs8 v0.10.2 |
1846 | 2023-10-05T01:57:42.555Z | Checking crc v3.0.1 |
1847 | 2023-10-05T01:57:43.087Z | Checking num-complex v0.4.4 |
1848 | 2023-10-05T01:57:43.114Z | Checking rand v0.4.6 |
1849 | 2023-10-05T01:57:43.317Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1850 | 2023-10-05T01:57:43.469Z | Checking nodrop v0.1.14 |
1851 | 2023-10-05T01:57:43.597Z | Compiling erased-serde v0.3.30 |
1852 | 2023-10-05T01:57:43.819Z | Checking array-init v0.0.4 |
1853 | 2023-10-05T01:57:44.113Z | Compiling curve25519-dalek v4.1.0 |
1854 | 2023-10-05T01:57:44.366Z | Checking smallvec v0.6.14 |
1855 | 2023-10-05T01:57:44.599Z | Checking num v0.4.1 |
1856 | 2023-10-05T01:57:44.746Z | Checking pkcs1 v0.7.5 |
1857 | 2023-10-05T01:57:45.494Z | Compiling bitstruct_derive v0.1.0 |
1858 | 2023-10-05T01:57:45.599Z | Compiling async-recursion v1.0.5 |
1859 | 2023-10-05T01:57:46.027Z | Compiling glob v0.3.1 |
1860 | 2023-10-05T01:57:47.165Z | Checking bitfield v0.14.0 |
1861 | 2023-10-05T01:57:47.960Z | Checking serde-hex v0.1.0 |
1862 | 2023-10-05T01:57:48.526Z | Compiling mime_guess v2.0.4 |
1863 | 2023-10-05T01:57:48.547Z | Checking rsa v0.9.2 |
1864 | 2023-10-05T01:57:48.996Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1865 | 2023-10-05T01:57:49.427Z | Checking x509-cert v0.2.4 |
1866 | 2023-10-05T01:57:49.776Z | Checking env_logger v0.10.0 |
1867 | 2023-10-05T01:57:50.240Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1868 | 2023-10-05T01:57:50.436Z | Checking ron v0.8.1 |
1869 | 2023-10-05T01:57:51.462Z | Compiling thiserror-impl-no-std v2.0.2 |
1870 | 2023-10-05T01:57:53.522Z | Compiling curve25519-dalek-derive v0.1.0 |
1871 | 2023-10-05T01:57:54.811Z | Checking crc-any v2.4.3 |
1872 | 2023-10-05T01:57:55.395Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1873 | 2023-10-05T01:57:55.489Z | Checking tungstenite v0.18.0 |
1874 | 2023-10-05T01:57:56.485Z | Checking object v0.30.4 |
1875 | 2023-10-05T01:57:56.940Z | Checking path-slash v0.1.5 |
1876 | 2023-10-05T01:57:57.249Z | Checking tokio-tungstenite v0.18.0 |
1877 | 2023-10-05T01:57:58.078Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1878 | 2023-10-05T01:57:58.206Z | Checking universal-hash v0.5.1 |
1879 | 2023-10-05T01:57:58.313Z | Checking nibble_vec v0.1.0 |
1880 | 2023-10-05T01:57:58.731Z | Compiling crunchy v0.2.2 |
1881 | 2023-10-05T01:57:59.367Z | Checking opaque-debug v0.3.0 |
1882 | 2023-10-05T01:57:59.938Z | Checking endian-type v0.1.2 |
1883 | 2023-10-05T01:57:59.983Z | Checking radix_trie v0.2.1 |
1884 | 2023-10-05T01:58:00.260Z | Checking snafu v0.7.5 |
1885 | 2023-10-05T01:58:05.456Z | Compiling tiny-keccak v2.0.2 |
1886 | 2023-10-05T01:58:05.909Z | Checking linear-map v1.2.0 |
1887 | 2023-10-05T01:58:06.068Z | Checking parking_lot v0.11.2 |
1888 | 2023-10-05T01:58:06.182Z | Checking trust-dns-client v0.22.0 |
1889 | 2023-10-05T01:58:08.410Z | Compiling clang-sys v1.6.1 |
1890 | 2023-10-05T01:58:08.430Z | Checking aead v0.5.2 |
1891 | 2023-10-05T01:58:08.448Z | Compiling darling_core v0.14.4 |
1892 | 2023-10-05T01:58:08.464Z | Compiling prettyplease v0.2.12 |
1893 | 2023-10-05T01:58:09.581Z | Checking trust-dns-server v0.22.1 |
1894 | 2023-10-05T01:58:09.592Z | Compiling ascii-canvas v3.0.0 |
1895 | 2023-10-05T01:58:09.603Z | Checking sled v0.34.7 |
1896 | 2023-10-05T01:58:09.616Z | Checking toml_edit v0.20.0 |
1897 | 2023-10-05T01:58:09.626Z | Compiling const_format_proc_macros v0.2.31 |
1898 | 2023-10-05T01:58:09.649Z | Compiling ena v0.14.2 |
1899 | 2023-10-05T01:58:10.075Z | Compiling portable-atomic v1.4.3 |
1900 | 2023-10-05T01:58:10.084Z | Checking pretty-hex v0.3.0 |
1901 | 2023-10-05T01:58:10.090Z | Compiling diff v0.1.13 |
1902 | 2023-10-05T01:58:10.118Z | Compiling minimal-lexical v0.2.1 |
1903 | 2023-10-05T01:58:10.134Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-10-05T01:58:10.150Z | Checking toml v0.8.0 |
1905 | 2023-10-05T01:58:10.164Z | Compiling lalrpop v0.19.12 |
1906 | 2023-10-05T01:58:10.167Z | Compiling nom v7.1.3 |
1907 | 2023-10-05T01:58:10.171Z | Checking path-dedot v3.1.0 |
1908 | 2023-10-05T01:58:10.177Z | Compiling libloading v0.7.4 |
1909 | 2023-10-05T01:58:10.183Z | Compiling bindgen v0.65.1 |
1910 | 2023-10-05T01:58:10.193Z | Compiling salty v0.2.0 |
1911 | 2023-10-05T01:58:10.345Z | Compiling ref-cast v1.0.20 |
1912 | 2023-10-05T01:58:11.253Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1913 | 2023-10-05T01:58:11.317Z | Checking path-absolutize v3.1.0 |
1914 | 2023-10-05T01:58:12.583Z | Compiling darling_macro v0.14.4 |
1915 | 2023-10-05T01:58:13.706Z | Checking globset v0.4.13 |
1916 | 2023-10-05T01:58:14.076Z | Compiling darling v0.14.4 |
1917 | 2023-10-05T01:58:14.600Z | Compiling derive_builder_core v0.12.0 |
1918 | 2023-10-05T01:58:14.608Z | Checking crossbeam-deque v0.8.3 |
1919 | 2023-10-05T01:58:14.617Z | Checking hashlink v0.8.3 |
1920 | 2023-10-05T01:58:14.774Z | Checking olpc-cjson v0.1.3 |
1921 | 2023-10-05T01:58:15.092Z | Checking serde_plain v1.0.2 |
1922 | 2023-10-05T01:58:15.385Z | Compiling cexpr v0.6.0 |
1923 | 2023-10-05T01:58:15.485Z | Compiling which v4.4.0 |
1924 | 2023-10-05T01:58:15.747Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1925 | 2023-10-05T01:58:16.345Z | Compiling ref-cast-impl v1.0.20 |
1926 | 2023-10-05T01:58:17.054Z | Compiling libxml v0.3.3 |
1927 | 2023-10-05T01:58:17.370Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1928 | 2023-10-05T01:58:17.490Z | Compiling rustc-hash v1.1.0 |
1929 | 2023-10-05T01:58:17.707Z | Compiling lazycell v1.3.0 |
1930 | 2023-10-05T01:58:17.729Z | Compiling peeking_take_while v0.1.2 |
1931 | 2023-10-05T01:58:17.860Z | Checking fallible-streaming-iterator v0.1.9 |
1932 | 2023-10-05T01:58:17.872Z | Compiling shlex v1.1.0 |
1933 | 2023-10-05T01:58:17.934Z | Compiling derive_builder_macro v0.12.0 |
1934 | 2023-10-05T01:58:18.195Z | Checking tough v0.12.5 |
1935 | 2023-10-05T01:58:18.395Z | Checking rusqlite v0.29.0 |
1936 | 2023-10-05T01:58:18.675Z | Checking twox-hash v1.6.3 |
1937 | 2023-10-05T01:58:23.290Z | Checking nix v0.26.2 |
1938 | 2023-10-05T01:58:23.654Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1939 | 2023-10-05T01:58:23.707Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1940 | 2023-10-05T01:58:23.947Z | Checking ff v0.13.0 |
1941 | 2023-10-05T01:58:24.096Z | Compiling strum_macros v0.24.3 |
1942 | 2023-10-05T01:58:24.276Z | Compiling num-derive v0.4.0 |
1943 | 2023-10-05T01:58:29.163Z | Compiling indoc v1.0.9 |
1944 | 2023-10-05T01:58:29.611Z | Checking display-error-chain v0.1.1 |
1945 | 2023-10-05T01:58:29.723Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1946 | 2023-10-05T01:58:30.353Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-10-05T01:58:30.658Z | Checking group v0.13.0 |
1948 | 2023-10-05T01:58:30.910Z | Checking polyval v0.6.1 |
1949 | 2023-10-05T01:58:31.170Z | Checking num_enum v0.7.0 |
1950 | 2023-10-05T01:58:31.412Z | Checking ctr v0.9.2 |
1951 | 2023-10-05T01:58:31.571Z | Checking aes v0.8.3 |
1952 | 2023-10-05T01:58:31.930Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1953 | 2023-10-05T01:58:32.043Z | Checking crypto-bigint v0.5.2 |
1954 | 2023-10-05T01:58:32.254Z | Checking bincode v1.3.3 |
1955 | 2023-10-05T01:58:32.403Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1956 | 2023-10-05T01:58:32.452Z | Compiling cookie v0.16.2 |
1957 | 2023-10-05T01:58:32.589Z | Checking base16ct v0.2.0 |
1958 | 2023-10-05T01:58:32.688Z | Checking aes-gcm-siv v0.11.1 |
1959 | 2023-10-05T01:58:32.731Z | Checking steno v0.4.0 |
1960 | 2023-10-05T01:58:32.755Z | Checking rayon v1.7.0 |
1961 | 2023-10-05T01:58:33.188Z | Checking poly1305 v0.8.0 |
1962 | 2023-10-05T01:58:33.206Z | Checking elliptic-curve v0.13.5 |
1963 | 2023-10-05T01:58:33.222Z | Checking thiserror-no-std v2.0.2 |
1964 | 2023-10-05T01:58:33.238Z | Checking env_logger v0.9.3 |
1965 | 2023-10-05T01:58:33.271Z | Checking chacha20 v0.9.1 |
1966 | 2023-10-05T01:58:33.281Z | Compiling impl-trait-for-tuples v0.2.2 |
1967 | 2023-10-05T01:58:33.298Z | Compiling oso-derive v0.26.4 |
1968 | 2023-10-05T01:58:33.319Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1969 | 2023-10-05T01:58:33.343Z | Checking ascii v1.1.0 |
1970 | 2023-10-05T01:58:33.365Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1971 | 2023-10-05T01:58:33.783Z | Checking ringbuffer v0.15.0 |
1972 | 2023-10-05T01:58:33.791Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1973 | 2023-10-05T01:58:33.861Z | Checking vsss-rs v3.3.1 |
1974 | 2023-10-05T01:58:34.613Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1975 | 2023-10-05T01:58:34.628Z | Checking chacha20poly1305 v0.10.1 |
1976 | 2023-10-05T01:58:34.987Z | Checking bitstruct v0.1.1 |
1977 | 2023-10-05T01:58:35.136Z | Checking tungstenite v0.20.1 |
1978 | 2023-10-05T01:58:35.357Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1979 | 2023-10-05T01:58:35.805Z | Checking serde_arrays v0.1.0 |
1980 | 2023-10-05T01:58:36.525Z | Checking tokio-tungstenite v0.20.1 |
1981 | 2023-10-05T01:58:38.620Z | Checking assert_matches v1.5.0 |
1982 | 2023-10-05T01:58:39.096Z | Checking signature v1.6.4 |
1983 | 2023-10-05T01:58:39.107Z | Checking ed25519 v1.5.3 |
1984 | 2023-10-05T01:58:39.114Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1985 | 2023-10-05T01:58:39.330Z | Checking signal-hook-tokio v0.3.1 |
1986 | 2023-10-05T01:58:39.631Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1987 | 2023-10-05T01:58:40.843Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1988 | 2023-10-05T01:58:41.566Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1989 | 2023-10-05T01:58:41.747Z | Checking const_format v0.2.31 |
1990 | 2023-10-05T01:58:42.144Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1991 | 2023-10-05T01:58:42.366Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1992 | 2023-10-05T01:58:42.506Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1993 | 2023-10-05T01:58:43.792Z | Checking ron v0.7.1 |
1994 | 2023-10-05T01:58:44.120Z | Checking serde-big-array v0.4.1 |
1995 | 2023-10-05T01:58:44.387Z | Checking serde-big-array v0.5.1 |
1996 | 2023-10-05T01:58:44.796Z | Checking http-range v0.1.5 |
1997 | 2023-10-05T01:58:45.460Z | Checking bit_field v0.10.2 |
1998 | 2023-10-05T01:58:45.463Z | Checking hyper-staticfile v0.9.5 |
1999 | 2023-10-05T01:58:46.071Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2000 | 2023-10-05T01:58:47.558Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2001 | 2023-10-05T01:58:48.598Z | Checking corncobs v0.1.3 |
2002 | 2023-10-05T01:58:48.753Z | Compiling indoc v2.0.3 |
2003 | 2023-10-05T01:58:48.885Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2004 | 2023-10-05T01:58:57.135Z | Checking derive_builder v0.12.0 |
2005 | 2023-10-05T01:58:58.194Z | Checking bb8 v0.8.1 |
2006 | 2023-10-05T01:58:58.743Z | Checking quick-xml v0.23.1 |
2007 | 2023-10-05T01:58:58.781Z | Checking bytesize v1.3.0 |
2008 | 2023-10-05T01:58:59.134Z | Checking number_prefix v0.4.0 |
2009 | 2023-10-05T01:58:59.428Z | Checking fs-err v2.9.0 |
2010 | 2023-10-05T01:59:00.312Z | Checking maplit v1.0.2 |
2011 | 2023-10-05T01:59:01.263Z | Checking indicatif v0.17.6 |
2012 | 2023-10-05T01:59:01.310Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2013 | 2023-10-05T01:59:03.630Z | Checking signal-hook-mio v0.2.3 |
2014 | 2023-10-05T01:59:05.143Z | Compiling vte_generate_state_changes v0.1.1 |
2015 | 2023-10-05T01:59:20.484Z | Checking yansi v0.5.1 |
2016 | 2023-10-05T01:59:20.786Z | Checking pretty_assertions v1.4.0 |
2017 | 2023-10-05T01:59:21.192Z | Checking crossterm v0.27.0 |
2018 | 2023-10-05T01:59:21.517Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2019 | 2023-10-05T01:59:21.810Z | Checking fatfs v0.3.6 |
2020 | 2023-10-05T01:59:21.880Z | Checking plotters-backend v0.3.5 |
2021 | 2023-10-05T01:59:21.972Z | Checking cassowary v0.3.0 |
2022 | 2023-10-05T01:59:22.145Z | Checking plotters-svg v0.3.5 |
2023 | 2023-10-05T01:59:22.778Z | Checking ratatui v0.23.0 |
2024 | 2023-10-05T01:59:23.229Z | Checking rtoolbox v0.0.1 |
2025 | 2023-10-05T01:59:23.454Z | Checking remove_dir_all v0.5.3 |
2026 | 2023-10-05T01:59:23.688Z | Checking cast v0.3.0 |
2027 | 2023-10-05T01:59:27.237Z | Checking owo-colors v3.5.0 |
2028 | 2023-10-05T01:59:27.565Z | Checking criterion-plot v0.5.0 |
2029 | 2023-10-05T01:59:27.938Z | Checking tempdir v0.3.7 |
2030 | 2023-10-05T01:59:28.140Z | Checking rpassword v7.2.0 |
2031 | 2023-10-05T01:59:28.286Z | Checking tui-tree-widget v0.13.0 |
2032 | 2023-10-05T01:59:28.473Z | Checking plotters v0.3.5 |
2033 | 2023-10-05T01:59:28.617Z | Checking tinytemplate v1.2.1 |
2034 | 2023-10-05T01:59:28.891Z | Checking os_str_bytes v6.5.1 |
2035 | 2023-10-05T01:59:29.136Z | Checking oorandom v11.1.3 |
2036 | 2023-10-05T01:59:29.243Z | Checking shell-words v1.1.0 |
2037 | 2023-10-05T01:59:29.453Z | Checking anes v0.1.6 |
2038 | 2023-10-05T01:59:29.899Z | Checking clap_lex v0.2.4 |
2039 | 2023-10-05T01:59:29.945Z | Checking criterion v0.5.1 |
2040 | 2023-10-05T01:59:34.229Z | Checking assert_cmd v2.0.12 |
2041 | 2023-10-05T01:59:34.549Z | Compiling clap_derive v3.2.25 |
2042 | 2023-10-05T01:59:34.930Z | Checking dashmap v5.5.1 |
2043 | 2023-10-05T01:59:35.987Z | Compiling serial_test_derive v0.10.0 |
2044 | 2023-10-05T01:59:36.064Z | Compiling crossbeam-queue v0.3.8 |
2045 | 2023-10-05T01:59:37.675Z | Checking serial_test v0.10.0 |
2046 | 2023-10-05T01:59:38.075Z | Checking vte v0.11.1 |
2047 | 2023-10-05T01:59:38.568Z | Checking threadpool v1.8.1 |
2048 | 2023-10-05T01:59:41.063Z | Checking strip-ansi-escapes v0.2.0 |
2049 | 2023-10-05T01:59:42.304Z | Checking clap v3.2.25 |
2050 | 2023-10-05T01:59:42.499Z | Checking crossterm v0.26.1 |
2051 | 2023-10-05T01:59:45.521Z | Compiling tabled_derive v0.6.0 |
2052 | 2023-10-05T01:59:45.601Z | Checking httptest v0.15.4 |
2053 | 2023-10-05T01:59:45.812Z | Checking similar-asserts v1.5.0 |
2054 | 2023-10-05T01:59:46.055Z | Checking fd-lock v3.0.13 |
2055 | 2023-10-05T01:59:46.177Z | Compiling rstest_macros v0.18.2 |
2056 | 2023-10-05T01:59:46.216Z | Checking nanorand v0.7.0 |
2057 | 2023-10-05T01:59:46.234Z | Checking nu-ansi-term v0.49.0 |
2058 | 2023-10-05T01:59:46.447Z | Checking flume v0.11.0 |
2059 | 2023-10-05T01:59:46.759Z | Checking reedline v0.23.0 |
2060 | 2023-10-05T01:59:47.866Z | Checking libtest-mimic v0.5.2 |
2061 | 2023-10-05T01:59:49.914Z | Checking datatest-stable v0.1.3 |
2062 | 2023-10-05T01:59:50.345Z | Compiling pin-project-internal v1.1.3 |
2063 | 2023-10-05T01:59:50.522Z | Checking bytecount v0.6.3 |
2064 | 2023-10-05T01:59:50.568Z | Checking arrayref v0.3.7 |
2065 | 2023-10-05T01:59:50.737Z | Checking constant_time_eq v0.2.6 |
2066 | 2023-10-05T01:59:51.337Z | Compiling trybuild v1.0.85 |
2067 | 2023-10-05T01:59:51.357Z | Checking topological-sort v0.2.2 |
2068 | 2023-10-05T01:59:51.377Z | Checking arrayvec v0.7.4 |
2069 | 2023-10-05T01:59:51.826Z | Compiling relative-path v1.9.0 |
2070 | 2023-10-05T01:59:51.838Z | Checking blake2b_simd v1.0.1 |
2071 | 2023-10-05T01:59:52.433Z | Checking papergrid v0.10.0 |
2072 | 2023-10-05T01:59:54.748Z | Checking basic-toml v0.1.4 |
2073 | 2023-10-05T01:59:54.792Z | Checking constant_time_eq v0.3.0 |
2074 | 2023-10-05T01:59:55.040Z | Checking pin-project v1.1.3 |
2075 | 2023-10-05T01:59:58.080Z | Checking futures-timer v3.0.2 |
2076 | 2023-10-05T01:59:58.648Z | Checking partial-io v0.5.4 |
2077 | 2023-10-05T01:59:58.704Z | Checking rust-argon2 v1.0.1 |
2078 | 2023-10-05T01:59:58.760Z | Checking tabled v0.14.0 |
2079 | 2023-10-05T01:59:59.191Z | Checking approx v0.5.1 |
2080 | 2023-10-05T01:59:59.223Z | Checking cargo-platform v0.1.3 |
2081 | 2023-10-05T01:59:59.650Z | Checking hex-literal v0.4.1 |
2082 | 2023-10-05T01:59:59.654Z | Checking cargo_metadata v0.18.0 |
2083 | 2023-10-05T01:59:59.660Z | Checking crossbeam v0.8.2 |
2084 | 2023-10-05T02:00:01.281Z | Checking cargo_toml v0.16.3 |
2085 | 2023-10-05T02:00:01.833Z | Checking termios v0.3.3 |
2086 | 2023-10-05T02:00:04.809Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2087 | 2023-10-05T02:00:05.510Z | Checking rstest v0.18.2 |
2088 | 2023-10-05T02:00:15.199Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2089 | 2023-10-05T02:00:25.446Z | Compiling bzip2 v0.4.4 |
2090 | 2023-10-05T02:00:25.566Z | Compiling polar-core v0.26.4 |
2091 | 2023-10-05T02:00:28.486Z | Compiling zip v0.6.6 |
2092 | 2023-10-05T02:00:28.698Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2093 | 2023-10-05T02:00:28.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2094 | 2023-10-05T02:00:28.905Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2023-10-05T02:00:29.503Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2096 | 2023-10-05T02:00:29.798Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2097 | 2023-10-05T02:00:29.932Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2098 | 2023-10-05T02:00:31.022Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2099 | 2023-10-05T02:00:31.176Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2100 | 2023-10-05T02:00:31.230Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2101 | 2023-10-05T02:00:31.335Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2102 | 2023-10-05T02:00:31.706Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2103 | 2023-10-05T02:00:31.922Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2104 | 2023-10-05T02:00:32.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2105 | 2023-10-05T02:00:32.886Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2106 | 2023-10-05T02:00:34.150Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2107 | 2023-10-05T02:00:34.323Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2108 | 2023-10-05T02:00:39.055Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2109 | 2023-10-05T02:00:46.446Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2110 | 2023-10-05T02:00:48.001Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2111 | 2023-10-05T02:00:50.613Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2112 | 2023-10-05T02:00:51.058Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2113 | 2023-10-05T02:00:51.710Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2023-10-05T02:00:51.890Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2023-10-05T02:00:52.687Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2116 | 2023-10-05T02:00:54.745Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2023-10-05T02:00:55.266Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2118 | 2023-10-05T02:00:58.326Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2119 | 2023-10-05T02:01:01.420Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2120 | 2023-10-05T02:01:02.834Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2121 | 2023-10-05T02:01:05.877Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2023-10-05T02:01:05.934Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2123 | 2023-10-05T02:01:14.188Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2124 | 2023-10-05T02:01:16.482Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2125 | 2023-10-05T02:01:16.561Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2023-10-05T02:01:18.273Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2127 | 2023-10-05T02:01:19.200Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2023-10-05T02:01:20.469Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2129 | 2023-10-05T02:01:21.514Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2130 | 2023-10-05T02:01:24.064Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2131 | 2023-10-05T02:01:25.877Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2132 | 2023-10-05T02:01:28.023Z | Checking oso v0.26.4 |
2133 | 2023-10-05T02:01:29.251Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2134 | 2023-10-05T02:01:30.636Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2135 | 2023-10-05T02:01:30.812Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2136 | 2023-10-05T02:01:32.385Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2137 | 2023-10-05T02:01:34.577Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2138 | 2023-10-05T02:01:36.039Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2139 | 2023-10-05T02:01:36.385Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2140 | 2023-10-05T02:01:43.390Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2141 | 2023-10-05T02:01:45.344Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2142 | 2023-10-05T02:01:46.284Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2143 | 2023-10-05T02:01:50.635Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2144 | 2023-10-05T02:01:54.341Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-10-05T02:01:55.852Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2146 | 2023-10-05T02:02:02.687Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2147 | 2023-10-05T02:02:04.113Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2148 | 2023-10-05T02:02:13.292Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2149 | 2023-10-05T02:02:32.555Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2150 | 2023-10-05T02:02:52.129Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2151 | 2023-10-05T02:03:15.693Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2152 | 2023-10-05T02:03:55.754Z | Compiling git2 v0.17.2 |
2153 | 2023-10-05T02:04:06.381Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2154 | 2023-10-05T02:04:09.118Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2155 | 2023-10-05T02:04:21.694Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2156 | 2023-10-05T02:04:31.128Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2157 | 2023-10-05T02:04:31.891Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2158 | 2023-10-05T02:04:31.980Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2159 | 2023-10-05T02:04:33.547Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2160 | 2023-10-05T02:05:06.106Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2161 | 2023-10-05T02:06:26.622Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 07s |
2162 | 2023-10-05T02:06:26.697Z | |
2163 | 2023-10-05T02:06:26.788Z | real 14:11.353733462 |
2164 | 2023-10-05T02:06:26.799Z | user 1:23:21.561972893 |
2165 | 2023-10-05T02:06:26.939Z | sys 11:18.760875206 |
2166 | 2023-10-05T02:06:33.303Z | trap 2.938974400 |
2167 | 2023-10-05T02:06:33.781Z | tflt 3.925698890 |
2168 | 2023-10-05T02:06:34.249Z | dflt 4.708891423 |
2169 | 2023-10-05T02:06:34.639Z | kflt 0.127182983 |
2170 | 2023-10-05T02:06:34.746Z | lock 1:52:49.823342942 |
2171 | 2023-10-05T02:06:36.390Z | slp 4:40:03.244878730 |
2172 | 2023-10-05T02:06:36.406Z | lat 3:10.603521964 |
2173 | 2023-10-05T02:06:36.418Z | stop 7:44.380309591 |
2174 | 2023-10-05T02:06:36.476Z | process exited: duration 1007605 ms, exit code 0 |
|
2175 | 2023-10-05T02:06:36.513Z | found 0 output files |