|
|
|
1 | 2023-10-04T19:51:38.904Z | job assigned to worker 01HBY3V03N9PQ5NFTECEBY5NDD (queued for 1 m 54 s) |
|
2 | 2023-10-04T19:51:39.520Z | starting task 0: "setup" |
3 | 2023-10-04T19:51:39.705Z | ++ uname -s |
4 | 2023-10-04T19:51:39.718Z | + kern=SunOS |
5 | 2023-10-04T19:51:39.730Z | + case "$kern" in |
6 | 2023-10-04T19:51:39.745Z | + groupadd -g 12345 build |
7 | 2023-10-04T19:51:39.756Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T19:51:41.719Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T19:51:41.825Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T19:51:41.882Z | + home_fs=zfs |
11 | 2023-10-04T19:51:41.897Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T19:51:41.918Z | + mkdir -p /home/build |
13 | 2023-10-04T19:51:41.939Z | + chown build:build /home/build /work |
14 | 2023-10-04T19:51:43.828Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T19:51:43.838Z | process exited: duration 4301 ms, exit code 0 |
|
16 | 2023-10-04T19:51:43.865Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T19:51:43.886Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T19:51:43.908Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T19:51:45.290Z | info: downloading installer |
20 | 2023-10-04T19:51:45.589Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T19:51:45.616Z | warning: /opt/ooce/bin |
22 | 2023-10-04T19:51:46.045Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T19:51:46.064Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T19:51:46.075Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T19:51:46.087Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T19:51:46.522Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T19:51:46.549Z | error: cannot install while Rust is installed |
28 | 2023-10-04T19:51:46.566Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T19:51:46.573Z | info: profile set to 'default' |
30 | 2023-10-04T19:51:46.583Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T19:51:46.591Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T19:51:46.601Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T19:51:46.612Z | info: downloading component 'cargo' |
34 | 2023-10-04T19:51:46.625Z | info: downloading component 'clippy' |
35 | 2023-10-04T19:51:46.708Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T19:51:47.439Z | info: downloading component 'rust-std' |
37 | 2023-10-04T19:51:49.133Z | info: downloading component 'rustc' |
38 | 2023-10-04T19:51:51.804Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T19:51:51.986Z | info: installing component 'cargo' |
40 | 2023-10-04T19:51:53.701Z | info: installing component 'clippy' |
41 | 2023-10-04T19:51:54.462Z | info: installing component 'rust-docs' |
42 | 2023-10-04T19:51:57.123Z | info: installing component 'rust-std' |
43 | 2023-10-04T19:52:00.644Z | info: installing component 'rustc' |
44 | 2023-10-04T19:52:09.652Z | info: installing component 'rustfmt' |
45 | 2023-10-04T19:52:10.103Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T19:52:10.117Z | |
47 | 2023-10-04T19:52:10.280Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T19:52:10.294Z | |
49 | 2023-10-04T19:52:10.307Z | |
50 | 2023-10-04T19:52:10.320Z | Rust is installed now. Great! |
51 | 2023-10-04T19:52:10.336Z | |
52 | 2023-10-04T19:52:10.347Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T19:52:10.355Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T19:52:10.365Z | |
55 | 2023-10-04T19:52:10.374Z | To configure your current shell, run: |
56 | 2023-10-04T19:52:10.382Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T19:52:10.396Z | + rustc --version |
58 | 2023-10-04T19:52:10.503Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T19:52:10.517Z | process exited: duration 26628 ms, exit code 0 |
|
60 | 2023-10-04T19:52:10.556Z | starting task 2: "authentication" |
61 | 2023-10-04T19:52:10.613Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-10-04T19:52:10.647Z | starting task 3: "clone repository" |
63 | 2023-10-04T19:52:10.660Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T19:52:11.090Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T19:52:11.517Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T19:52:16.004Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T19:52:16.424Z | + [[ -n oximeter-standalone ]] |
68 | 2023-10-04T19:52:16.428Z | + git fetch origin oximeter-standalone |
69 | 2023-10-04T19:52:16.436Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T19:52:16.445Z | * branch oximeter-standalone -> FETCH_HEAD |
71 | 2023-10-04T19:52:16.452Z | + git checkout -B oximeter-standalone remotes/origin/oximeter-standalone |
72 | 2023-10-04T19:52:16.463Z | Switched to a new branch 'oximeter-standalone' |
73 | 2023-10-04T19:52:16.466Z | branch 'oximeter-standalone' set up to track 'origin/oximeter-standalone'. |
74 | 2023-10-04T19:52:16.470Z | + git reset --hard e49c86cf33592e9c2112c83dea7480141ce03fc1 |
75 | 2023-10-04T19:52:16.483Z | HEAD is now at e49c86cf Review feedback |
76 | 2023-10-04T19:52:16.491Z | process exited: duration 5833 ms, exit code 0 |
|
77 | 2023-10-04T19:52:16.512Z | starting task 4: "build" |
78 | 2023-10-04T19:52:16.534Z | + cargo --version |
79 | 2023-10-04T19:52:16.632Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T19:52:16.648Z | + rustc --version |
81 | 2023-10-04T19:52:16.736Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T19:52:16.742Z | + source ./env.sh |
83 | 2023-10-04T19:52:16.750Z | ++ set -o xtrace |
84 | 2023-10-04T19:52:16.760Z | ++++ dirname ./env.sh |
85 | 2023-10-04T19:52:16.775Z | +++ cd . |
86 | 2023-10-04T19:52:16.794Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-04T19:52:17.229Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-04T19:52:18.463Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-04T19:52:18.894Z | ++ 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-04T19:52:18.903Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-04T19:52:18.918Z | ++ 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-04T19:52:18.979Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-10-04T19:52:18.988Z | ++ 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-04T19:52:19.004Z | ++ unset OMICRON_WS |
95 | 2023-10-04T19:52:19.013Z | ++ set +o xtrace |
96 | 2023-10-04T19:52:19.018Z | |
97 | 2023-10-04T19:52:19.030Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-04T19:52:19.039Z | # # # # # # # # # # # # # # # |
99 | 2023-10-04T19:52:19.054Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-04T19:52:19.473Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-04T19:52:19.906Z | # # # # # # # # # # # # # # # |
102 | 2023-10-04T19:52:19.926Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-04T19:52:19.952Z | |
104 | 2023-10-04T19:52:25.271Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-04T19:52:25.908Z | Startup: Caching catalogs ... Done |
106 | 2023-10-04T19:52:28.681Z | Planning: Solver setup ... Done (2.558s) |
107 | 2023-10-04T19:52:28.850Z | Planning: Running solver ... Done (0.179s) |
108 | 2023-10-04T19:52:28.891Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-10-04T19:52:28.980Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-04T19:52:29.261Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-04T19:52:29.348Z | Planning: Package planning ... Done (0.084s) |
112 | 2023-10-04T19:52:29.433Z | Planning: Merging actions ... Done (0.086s) |
113 | 2023-10-04T19:52:30.667Z | Planning: Checking for conflicting actions ... Done (0.821s) |
114 | 2023-10-04T19:52:30.672Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-04T19:52:36.208Z | Planning: Evaluating mediators ... Done (5.936s) |
116 | 2023-10-04T19:52:36.226Z | Planning: Planning completed in 10.27 seconds |
117 | 2023-10-04T19:52:39.136Z | Packages to install: 4 |
118 | 2023-10-04T19:52:39.141Z | Mediators to change: 2 |
119 | 2023-10-04T19:52:39.144Z | Services to change: 1 |
120 | 2023-10-04T19:52:39.149Z | Estimated space available: 149.39 GB |
121 | 2023-10-04T19:52:39.152Z | Estimated space to be consumed: 1.35 GB |
122 | 2023-10-04T19:52:39.155Z | Create boot environment: No |
123 | 2023-10-04T19:52:39.158Z | Create backup boot environment: No |
124 | 2023-10-04T19:52:39.164Z | Rebuild boot archive: No |
125 | 2023-10-04T19:52:39.167Z | |
126 | 2023-10-04T19:52:39.170Z | Changed mediators: |
127 | 2023-10-04T19:52:39.174Z | mediator clang: |
128 | 2023-10-04T19:52:39.179Z | version: None -> 15 (system default) |
129 | 2023-10-04T19:52:39.182Z | |
130 | 2023-10-04T19:52:39.192Z | mediator llvm: |
131 | 2023-10-04T19:52:39.205Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-04T19:52:39.212Z | |
133 | 2023-10-04T19:52:39.217Z | Changed packages: |
134 | 2023-10-04T19:52:39.221Z | helios-dev |
135 | 2023-10-04T19:52:39.224Z | developer/build-essential |
136 | 2023-10-04T19:52:39.228Z | None -> 11-2.0 |
137 | 2023-10-04T19:52:39.235Z | library/libxmlsec1 |
138 | 2023-10-04T19:52:39.240Z | None -> 1.2.35-2.0 |
139 | 2023-10-04T19:52:39.245Z | ooce/developer/clang-15 |
140 | 2023-10-04T19:52:39.257Z | None -> 15.0.7-2.0 |
141 | 2023-10-04T19:52:39.266Z | ooce/developer/llvm-15 |
142 | 2023-10-04T19:52:39.276Z | None -> 15.0.7-2.0 |
143 | 2023-10-04T19:52:39.293Z | |
144 | 2023-10-04T19:52:39.300Z | Services: |
145 | 2023-10-04T19:52:39.307Z | restart_fmri: |
146 | 2023-10-04T19:52:39.318Z | svc:/system/update-man-index:default |
147 | 2023-10-04T19:52:39.325Z | |
148 | 2023-10-04T19:52:39.333Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-04T19:52:45.504Z | Download: 210/3290 items 1.3/212.6MB 0% complete (502k/s) |
150 | 2023-10-04T19:52:51.122Z | Download: 414/3290 items 16.5/212.6MB 7% complete (1.6M/s) |
151 | 2023-10-04T19:52:55.526Z | Download: 726/3290 items 18.1/212.6MB 8% complete (1.8M/s) |
152 | 2023-10-04T19:53:00.551Z | Download: 1089/3290 items 19.7/212.6MB 9% complete (320k/s) |
153 | 2023-10-04T19:53:06.105Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
154 | 2023-10-04T19:53:11.665Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
155 | 2023-10-04T19:53:22.119Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
156 | 2023-10-04T19:53:27.741Z | Download: 1200/3290 items 83.5/212.6MB 39% complete (163B/s) |
157 | 2023-10-04T19:53:33.160Z | Download: 1732/3290 items 118.1/212.6MB 55% complete (5.2M/s) |
158 | 2023-10-04T19:53:37.879Z | Download: 2212/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
159 | 2023-10-04T19:53:48.176Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (3.0M/s) |
160 | 2023-10-04T19:53:54.946Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
161 | 2023-10-04T19:53:59.932Z | Download: 2810/3290 items 121.1/212.6MB 56% complete (377k/s) |
162 | 2023-10-04T19:54:04.953Z | Download: 3239/3290 items 201.4/212.6MB 94% complete (8.2M/s) |
163 | 2023-10-04T19:54:07.409Z | Download: Completed 212.60 MB in 88.10 seconds (2.4M/s) |
164 | 2023-10-04T19:54:07.715Z | Actions: 1/3687 actions (Installing new actions) |
165 | 2023-10-04T19:54:13.107Z | Actions: 3199/3687 actions (Installing new actions) |
166 | 2023-10-04T19:54:15.652Z | Actions: Completed 3687 actions in 7.93 seconds. |
167 | 2023-10-04T19:54:15.708Z | Done (0.055s) |
168 | 2023-10-04T19:54:15.717Z | Done (0.000s) |
169 | 2023-10-04T19:54:16.254Z | Done (0.140s) |
170 | 2023-10-04T19:54:23.573Z | Done (7.618s) |
171 | 2023-10-04T19:54:23.759Z | Done (0.080s) |
172 | 2023-10-04T19:54:23.769Z | Done (0.000s) |
173 | 2023-10-04T19:54:23.967Z | Done (0.000s) |
174 | 2023-10-04T19:54:24.941Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-10-04T19:54:24.956Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-10-04T19:54:25.428Z | Planning: Consolidating action changes ... Done |
177 | 2023-10-04T19:54:25.445Z | Planning: Evaluating mediators ... Done |
178 | 2023-10-04T19:54:25.460Z | Planning: Planning completed in 0.75 seconds |
179 | 2023-10-04T19:54:25.466Z | Mediators to change: 2 |
180 | 2023-10-04T19:54:25.469Z | Create boot environment: No |
181 | 2023-10-04T19:54:25.474Z | Create backup boot environment: No |
182 | 2023-10-04T19:54:25.559Z | Done |
183 | 2023-10-04T19:54:25.562Z | Done |
184 | 2023-10-04T19:54:25.634Z | Done |
185 | 2023-10-04T19:54:32.001Z | Done |
186 | 2023-10-04T19:54:32.128Z | Done |
187 | 2023-10-04T19:54:32.152Z | Done |
188 | 2023-10-04T19:54:32.228Z | Done |
189 | 2023-10-04T19:54:33.301Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-10-04T19:54:33.323Z | Planning: Merging actions ... Done |
191 | 2023-10-04T19:54:33.652Z | Planning: Checking for conflicting actions ... Done |
192 | 2023-10-04T19:54:33.668Z | Planning: Consolidating action changes ... Done |
193 | 2023-10-04T19:54:34.510Z | Planning: Evaluating mediators ... Done |
194 | 2023-10-04T19:54:34.979Z | Planning: Planning completed in 1.35 seconds |
195 | 2023-10-04T19:54:34.989Z | Packages to change: 1 |
196 | 2023-10-04T19:54:34.999Z | Mediators to change: 1 |
197 | 2023-10-04T19:54:35.007Z | Services to change: 1 |
198 | 2023-10-04T19:54:35.023Z | Create boot environment: No |
199 | 2023-10-04T19:54:35.033Z | Create backup boot environment: Yes |
200 | 2023-10-04T19:54:36.049Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2023-10-04T19:54:36.474Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2023-10-04T19:54:36.481Z | Done |
203 | 2023-10-04T19:54:36.495Z | Done |
204 | 2023-10-04T19:54:36.520Z | Done |
205 | 2023-10-04T19:54:42.340Z | Done |
206 | 2023-10-04T19:54:42.480Z | Done |
207 | 2023-10-04T19:54:42.496Z | Done |
208 | 2023-10-04T19:54:42.654Z | Done |
209 | 2023-10-04T19:54:43.360Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2023-10-04T19:54:43.373Z | clang system 15 system |
211 | 2023-10-04T19:54:43.810Z | csh system system illumos |
212 | 2023-10-04T19:54:43.837Z | ctags system system illumos |
213 | 2023-10-04T19:54:43.892Z | gcc vendor 12 vendor |
214 | 2023-10-04T19:54:43.917Z | gcc system 10 system |
215 | 2023-10-04T19:54:43.940Z | gcc system 7 system |
216 | 2023-10-04T19:54:43.966Z | go system 1.20 system |
217 | 2023-10-04T19:54:43.995Z | go system 1.19 system |
218 | 2023-10-04T19:54:44.009Z | llvm system 15 system |
219 | 2023-10-04T19:54:44.024Z | llvm system 14 system |
220 | 2023-10-04T19:54:44.064Z | mariadb system 10.6 system |
221 | 2023-10-04T19:54:44.484Z | mta vendor vendor dma |
222 | 2023-10-04T19:54:44.489Z | openjdk system 17 system |
223 | 2023-10-04T19:54:44.498Z | openjdk system 11 system |
224 | 2023-10-04T19:54:44.507Z | openjdk system 1.8 system |
225 | 2023-10-04T19:54:44.526Z | openssl vendor 3 vendor |
226 | 2023-10-04T19:54:44.534Z | perl system 5.36 system |
227 | 2023-10-04T19:54:44.543Z | postgresql system 15 system |
228 | 2023-10-04T19:54:44.555Z | postgresql system 13 system |
229 | 2023-10-04T19:54:44.570Z | python vendor 3 vendor |
230 | 2023-10-04T19:54:44.587Z | python system 2 system |
231 | 2023-10-04T19:54:44.601Z | python3 system 3.11 system |
232 | 2023-10-04T19:54:44.610Z | ruby system 3.0 system |
233 | 2023-10-04T19:54:44.630Z | words vendor vendor american-english |
234 | 2023-10-04T19:54:44.647Z | words system system australian-english |
235 | 2023-10-04T19:54:44.667Z | words system system british-english |
236 | 2023-10-04T19:54:44.688Z | words system system canadian-english |
237 | 2023-10-04T19:54:44.718Z | words system system french |
238 | 2023-10-04T19:54:45.149Z | words system system italian |
239 | 2023-10-04T19:54:45.162Z | words system system ngerman |
240 | 2023-10-04T19:54:45.171Z | words system system ogerman |
241 | 2023-10-04T19:54:45.194Z | words system system spanish |
242 | 2023-10-04T19:54:45.209Z | FMRI IFO |
243 | 2023-10-04T19:54:45.636Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2023-10-04T19:54:46.058Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2023-10-04T19:54:46.075Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2023-10-04T19:54:46.090Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
247 | 2023-10-04T19:54:46.104Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2023-10-04T19:54:46.115Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
249 | 2023-10-04T19:54:46.129Z | + set -o errexit |
250 | 2023-10-04T19:54:46.555Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2023-10-04T19:54:46.579Z | ++ cd ./tools |
252 | 2023-10-04T19:54:47.013Z | ++ pwd |
253 | 2023-10-04T19:54:47.025Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2023-10-04T19:54:47.450Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2023-10-04T19:54:47.465Z | + ARG0=ci_download_cockroachdb |
256 | 2023-10-04T19:54:47.479Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2023-10-04T19:54:47.486Z | + CIDL_VERSION=v22.1.9 |
258 | 2023-10-04T19:54:47.492Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2023-10-04T19:54:47.503Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
260 | 2023-10-04T19:54:47.513Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
261 | 2023-10-04T19:54:47.525Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-10-04T19:54:47.539Z | + TARGET_DIR=out |
263 | 2023-10-04T19:54:47.555Z | + DOWNLOAD_DIR=out/downloads |
264 | 2023-10-04T19:54:48.013Z | + DEST_DIR=./out/cockroachdb |
265 | 2023-10-04T19:54:48.028Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2023-10-04T19:54:48.035Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2023-10-04T19:54:48.047Z | + main |
268 | 2023-10-04T19:54:48.054Z | + [[ 0 != 0 ]] |
269 | 2023-10-04T19:54:48.061Z | + CIDL_OS=solaris2.11 |
270 | 2023-10-04T19:54:48.074Z | + [[ 0 != 0 ]] |
271 | 2023-10-04T19:54:48.091Z | + configure_os solaris2.11 |
272 | 2023-10-04T19:54:48.096Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2023-10-04T19:54:48.105Z | current directory: /work/oxidecomputer/omicron |
274 | 2023-10-04T19:54:48.113Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2023-10-04T19:54:48.124Z | configuring based on OS: "solaris2.11" |
276 | 2023-10-04T19:54:48.156Z | + case "$1" in |
277 | 2023-10-04T19:54:48.166Z | + CIDL_BUILD=illumos |
278 | 2023-10-04T19:54:48.183Z | + CIDL_SUFFIX=tar.gz |
279 | 2023-10-04T19:54:48.195Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-10-04T19:54:48.227Z | + CIDL_MD5FUNC=do_md5sum |
281 | 2023-10-04T19:54:48.232Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2023-10-04T19:54:48.250Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2023-10-04T19:54:48.263Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2023-10-04T19:54:48.273Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-10-04T19:54:48.286Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-04T19:54:48.710Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-10-04T19:54:48.722Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-04T19:54:48.729Z | Downloading... |
289 | 2023-10-04T19:54:48.739Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
290 | 2023-10-04T19:54:48.746Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-04T19:54:48.752Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2023-10-04T19:54:48.758Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2023-10-04T19:54:48.763Z | + mkdir -p out/downloads |
294 | 2023-10-04T19:54:48.771Z | + mkdir -p ./out/cockroachdb |
295 | 2023-10-04T19:54:48.775Z | + local DO_DOWNLOAD=true |
296 | 2023-10-04T19:54:48.779Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
297 | 2023-10-04T19:54:48.782Z | + '[' true == true ']' |
298 | 2023-10-04T19:54:48.786Z | + echo Downloading... |
299 | 2023-10-04T19:54:48.790Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-10-04T19:54:48.793Z | + 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 |
301 | 2023-10-04T19:54:49.966Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-10-04T19:54:49.979Z | ++ md5sum |
303 | 2023-10-04T19:54:49.986Z | ++ awk '{print $1}' |
304 | 2023-10-04T19:54:50.161Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
305 | 2023-10-04T19:54:50.603Z | + [[ 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 ]] |
306 | 2023-10-04T19:54:50.626Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-10-04T19:54:50.650Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2023-10-04T19:54:53.541Z | + do_assemble_illumos |
309 | 2023-10-04T19:54:53.561Z | + rm -r ./out/cockroachdb |
310 | 2023-10-04T19:54:53.602Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2023-10-04T19:54:54.914Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2023-10-04T19:54:54.932Z | Build Tag: v22.1.9-dirty |
313 | 2023-10-04T19:54:54.947Z | Build Time: 2022/10/26 21:17:46 |
314 | 2023-10-04T19:54:54.954Z | Distribution: OSS |
315 | 2023-10-04T19:54:55.014Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2023-10-04T19:54:55.028Z | Go Version: go1.17.13 |
317 | 2023-10-04T19:54:55.049Z | C Compiler: gcc 10.3.0 |
318 | 2023-10-04T19:54:55.074Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2023-10-04T19:54:55.115Z | Build Type: release |
320 | 2023-10-04T19:54:55.136Z | + set -o errexit |
321 | 2023-10-04T19:54:55.173Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2023-10-04T19:54:55.198Z | ++ cd ./tools |
323 | 2023-10-04T19:54:55.224Z | ++ pwd |
324 | 2023-10-04T19:54:55.250Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2023-10-04T19:54:55.272Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2023-10-04T19:54:55.357Z | + ARG0=ci_download_clickhouse |
327 | 2023-10-04T19:54:55.377Z | + TARGET_DIR=out |
328 | 2023-10-04T19:54:55.395Z | + DOWNLOAD_DIR=out/downloads |
329 | 2023-10-04T19:54:55.412Z | + DEST_DIR=./out/clickhouse |
330 | 2023-10-04T19:54:55.423Z | + CIDL_VERSION=v22.8.9.24 |
331 | 2023-10-04T19:54:55.433Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2023-10-04T19:54:55.450Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
333 | 2023-10-04T19:54:55.464Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
334 | 2023-10-04T19:54:55.484Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-10-04T19:54:55.903Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2023-10-04T19:54:55.923Z | + main |
337 | 2023-10-04T19:54:55.951Z | + [[ 0 != 0 ]] |
338 | 2023-10-04T19:54:55.966Z | + CIDL_OS=solaris2.11 |
339 | 2023-10-04T19:54:55.977Z | + [[ 0 != 0 ]] |
340 | 2023-10-04T19:54:56.002Z | + configure_os solaris2.11 |
341 | 2023-10-04T19:54:56.019Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2023-10-04T19:54:56.027Z | current directory: /work/oxidecomputer/omicron |
343 | 2023-10-04T19:54:56.036Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2023-10-04T19:54:56.464Z | configuring based on OS: "solaris2.11" |
345 | 2023-10-04T19:54:56.484Z | + CIDL_DASHREV= |
346 | 2023-10-04T19:54:56.500Z | + case "$1" in |
347 | 2023-10-04T19:54:56.517Z | + CIDL_PLATFORM=illumos |
348 | 2023-10-04T19:54:56.544Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-10-04T19:54:56.560Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2023-10-04T19:54:56.579Z | + CIDL_DASHREV=-1 |
351 | 2023-10-04T19:54:57.009Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
352 | 2023-10-04T19:54:57.029Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-04T19:54:57.039Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-10-04T19:54:57.047Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-10-04T19:54:57.060Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2023-10-04T19:54:57.067Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-10-04T19:54:57.079Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
358 | 2023-10-04T19:54:57.091Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-10-04T19:54:57.106Z | + mkdir -p out/downloads |
360 | 2023-10-04T19:54:57.523Z | + mkdir -p ./out/clickhouse |
361 | 2023-10-04T19:54:57.535Z | + local DO_DOWNLOAD=true |
362 | 2023-10-04T19:54:57.553Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
363 | 2023-10-04T19:54:57.571Z | + '[' true == true ']' |
364 | 2023-10-04T19:54:57.581Z | + echo Downloading... |
365 | 2023-10-04T19:54:58.006Z | Downloading... |
366 | 2023-10-04T19:54:58.023Z | + 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 |
367 | 2023-10-04T19:54:58.034Z | + 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 |
368 | 2023-10-04T19:54:58.047Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-10-04T19:54:58.070Z | ++ md5sum |
370 | 2023-10-04T19:54:58.087Z | ++ awk '{print $1}' |
371 | 2023-10-04T19:54:58.109Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
372 | 2023-10-04T19:54:58.126Z | + [[ 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 ]] |
373 | 2023-10-04T19:54:58.571Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
374 | 2023-10-04T19:54:58.607Z | + mkdir -p ./out/clickhouse |
375 | 2023-10-04T19:54:58.619Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
376 | 2023-10-04T19:55:01.123Z | + ./out/clickhouse/clickhouse server --version |
377 | 2023-10-04T19:55:01.174Z | ClickHouse server version 22.8.9.1. |
378 | 2023-10-04T19:55:01.200Z | + set -o errexit |
379 | 2023-10-04T19:55:01.214Z | +++ dirname ./tools/ci_download_console |
380 | 2023-10-04T19:55:01.235Z | ++ cd ./tools |
381 | 2023-10-04T19:55:01.698Z | ++ pwd |
382 | 2023-10-04T19:55:02.120Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2023-10-04T19:55:02.140Z | ++ basename ./tools/ci_download_console |
384 | 2023-10-04T19:55:02.155Z | + ARG0=ci_download_console |
385 | 2023-10-04T19:55:02.168Z | + TARGET_DIR=out |
386 | 2023-10-04T19:55:02.633Z | + DOWNLOAD_DIR=out/downloads |
387 | 2023-10-04T19:55:03.068Z | + DEST_DIR=./out/console-assets |
388 | 2023-10-04T19:55:03.084Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2023-10-04T19:55:03.105Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
390 | 2023-10-04T19:55:03.128Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
391 | 2023-10-04T19:55:03.151Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
392 | 2023-10-04T19:55:03.169Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2023-10-04T19:55:03.194Z | + main |
394 | 2023-10-04T19:55:03.622Z | + [[ 0 != 0 ]] |
395 | 2023-10-04T19:55:03.641Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
396 | 2023-10-04T19:55:04.076Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
397 | 2023-10-04T19:55:04.089Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2023-10-04T19:55:04.108Z | Local file: out/downloads/console.tar.gz |
399 | 2023-10-04T19:55:04.145Z | + local DO_DOWNLOAD=true |
400 | 2023-10-04T19:55:05.001Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2023-10-04T19:55:05.007Z | + mkdir -p out/downloads |
402 | 2023-10-04T19:55:05.017Z | + '[' true == true ']' |
403 | 2023-10-04T19:55:05.447Z | + echo Downloading... |
404 | 2023-10-04T19:55:05.454Z | Downloading... |
405 | 2023-10-04T19:55:05.469Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
406 | 2023-10-04T19:55:05.479Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
407 | 2023-10-04T19:55:05.492Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2023-10-04T19:55:05.914Z | ++ case "$OSTYPE" in |
409 | 2023-10-04T19:55:05.941Z | ++ SHA=sha256sum |
410 | 2023-10-04T19:55:05.969Z | ++ sha256sum |
411 | 2023-10-04T19:55:05.992Z | ++ awk '{print $1}' |
412 | 2023-10-04T19:55:06.013Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
413 | 2023-10-04T19:55:06.438Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
414 | 2023-10-04T19:55:06.467Z | + rm -rf ./out/console-assets |
415 | 2023-10-04T19:55:06.484Z | + mkdir -p ./out/console-assets |
416 | 2023-10-04T19:55:06.491Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2023-10-04T19:55:06.497Z | + mkdir -p ./out/console-assets |
418 | 2023-10-04T19:55:06.503Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2023-10-04T19:55:06.510Z | + set -o errexit |
420 | 2023-10-04T19:55:06.515Z | +++ dirname ./tools/ci_download_maghemite_openapi |
421 | 2023-10-04T19:55:06.521Z | ++ cd ./tools |
422 | 2023-10-04T19:55:06.532Z | ++ pwd |
423 | 2023-10-04T19:55:06.544Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2023-10-04T19:55:06.553Z | ++ basename ./tools/ci_download_maghemite_openapi |
425 | 2023-10-04T19:55:06.560Z | + ARG0=ci_download_maghemite_openapi |
426 | 2023-10-04T19:55:06.568Z | + TARGET_DIR=out |
427 | 2023-10-04T19:55:06.575Z | + DOWNLOAD_DIR=out/downloads |
428 | 2023-10-04T19:55:06.581Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
429 | 2023-10-04T19:55:06.587Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
430 | 2023-10-04T19:55:06.595Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-10-04T19:55:06.603Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
432 | 2023-10-04T19:55:06.609Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
433 | 2023-10-04T19:55:06.614Z | + main |
434 | 2023-10-04T19:55:06.621Z | + [[ 0 != 0 ]] |
435 | 2023-10-04T19:55:06.628Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
436 | 2023-10-04T19:55:06.638Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
437 | 2023-10-04T19:55:06.653Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
438 | 2023-10-04T19:55:06.673Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
439 | 2023-10-04T19:55:06.685Z | + local DO_DOWNLOAD=true |
440 | 2023-10-04T19:55:06.699Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
441 | 2023-10-04T19:55:06.714Z | + mkdir -p out/downloads |
442 | 2023-10-04T19:55:06.728Z | + '[' true == true ']' |
443 | 2023-10-04T19:55:06.737Z | + echo Downloading... |
444 | 2023-10-04T19:55:06.778Z | Downloading... |
445 | 2023-10-04T19:55:06.800Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
446 | 2023-10-04T19:55:06.863Z | + 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 |
447 | 2023-10-04T19:55:07.283Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
448 | 2023-10-04T19:55:07.302Z | ++ case "$OSTYPE" in |
449 | 2023-10-04T19:55:07.322Z | ++ SHA=sha256sum |
450 | 2023-10-04T19:55:07.746Z | ++ sha256sum |
451 | 2023-10-04T19:55:07.760Z | ++ awk '{print $1}' |
452 | 2023-10-04T19:55:07.777Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
453 | 2023-10-04T19:55:07.799Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
454 | 2023-10-04T19:55:07.814Z | + [[ 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 ]] |
455 | 2023-10-04T19:55:07.828Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
456 | 2023-10-04T19:55:07.841Z | + set -o errexit |
457 | 2023-10-04T19:55:07.854Z | Downloading... |
458 | 2023-10-04T19:55:07.868Z | +++ dirname ./tools/ci_download_dendrite_openapi |
459 | 2023-10-04T19:55:07.930Z | current directory: /work/oxidecomputer/omicron |
460 | 2023-10-04T19:55:07.950Z | ++ cd ./tools |
461 | 2023-10-04T19:55:08.390Z | configuring based on OS: "solaris2.11" |
462 | 2023-10-04T19:55:08.480Z | ++ pwd |
463 | 2023-10-04T19:55:08.922Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
464 | 2023-10-04T19:55:09.014Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2023-10-04T19:55:09.034Z | Local file: out/downloads/dendrite-stub.tar.gz |
466 | 2023-10-04T19:55:09.054Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-10-04T19:55:09.078Z | Downloading... |
468 | 2023-10-04T19:55:09.093Z | + ARG0=ci_download_dendrite_openapi |
469 | 2023-10-04T19:55:09.123Z | + TARGET_DIR=out |
470 | 2023-10-04T19:55:09.158Z | + DOWNLOAD_DIR=out/downloads |
471 | 2023-10-04T19:55:09.174Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-10-04T19:55:09.187Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
473 | 2023-10-04T19:55:09.193Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
474 | 2023-10-04T19:55:09.208Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
475 | 2023-10-04T19:55:09.215Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
476 | 2023-10-04T19:55:09.225Z | + main |
477 | 2023-10-04T19:55:09.257Z | + [[ 0 != 0 ]] |
478 | 2023-10-04T19:55:09.268Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
479 | 2023-10-04T19:55:09.280Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
480 | 2023-10-04T19:55:09.290Z | + local DO_DOWNLOAD=true |
481 | 2023-10-04T19:55:09.300Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
482 | 2023-10-04T19:55:09.308Z | + mkdir -p out/downloads |
483 | 2023-10-04T19:55:09.317Z | + '[' true == true ']' |
484 | 2023-10-04T19:55:09.326Z | + echo Downloading... |
485 | 2023-10-04T19:55:09.336Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
486 | 2023-10-04T19:55:09.349Z | + 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-04T19:55:09.359Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
488 | 2023-10-04T19:55:09.370Z | ++ case "$OSTYPE" in |
489 | 2023-10-04T19:55:09.821Z | ++ SHA=sha256sum |
490 | 2023-10-04T19:55:10.240Z | ++ sha256sum |
491 | 2023-10-04T19:55:10.263Z | ++ awk '{print $1}' |
492 | 2023-10-04T19:55:10.281Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
493 | 2023-10-04T19:55:10.295Z | + [[ 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-04T19:55:10.312Z | + set -o errexit |
495 | 2023-10-04T19:55:10.336Z | +++ dirname ./tools/ci_download_dendrite_stub |
496 | 2023-10-04T19:55:10.351Z | ++ cd ./tools |
497 | 2023-10-04T19:55:10.371Z | ++ pwd |
498 | 2023-10-04T19:55:10.387Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2023-10-04T19:55:10.404Z | ++ basename ./tools/ci_download_dendrite_stub |
500 | 2023-10-04T19:55:10.426Z | + ARG0=ci_download_dendrite_stub |
501 | 2023-10-04T19:55:11.264Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
502 | 2023-10-04T19:55:11.282Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
503 | 2023-10-04T19:55:11.710Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
504 | 2023-10-04T19:55:11.715Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
505 | 2023-10-04T19:55:11.721Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
506 | 2023-10-04T19:55:11.728Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
507 | 2023-10-04T19:55:11.742Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
508 | 2023-10-04T19:55:11.762Z | + TARGET_DIR=out |
509 | 2023-10-04T19:55:11.784Z | + DOWNLOAD_DIR=out/downloads |
510 | 2023-10-04T19:55:11.797Z | + DEST_DIR=./out/dendrite-stub |
511 | 2023-10-04T19:55:11.810Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
512 | 2023-10-04T19:55:11.818Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
513 | 2023-10-04T19:55:11.828Z | + REPO=oxidecomputer/dendrite |
514 | 2023-10-04T19:55:11.848Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
515 | 2023-10-04T19:55:11.859Z | + main |
516 | 2023-10-04T19:55:11.864Z | + [[ 0 != 0 ]] |
517 | 2023-10-04T19:55:11.868Z | + CIDL_OS=solaris2.11 |
518 | 2023-10-04T19:55:11.872Z | + [[ 0 != 0 ]] |
519 | 2023-10-04T19:55:11.875Z | + configure_os solaris2.11 |
520 | 2023-10-04T19:55:11.878Z | + echo 'current directory: /work/oxidecomputer/omicron' |
521 | 2023-10-04T19:55:11.883Z | + echo 'configuring based on OS: "solaris2.11"' |
522 | 2023-10-04T19:55:11.886Z | + case "$1" in |
523 | 2023-10-04T19:55:11.891Z | + SET_BINARIES= |
524 | 2023-10-04T19:55:11.895Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
525 | 2023-10-04T19:55:11.899Z | + CIDL_SHA256FUNC=do_sha256sum |
526 | 2023-10-04T19:55:11.903Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
527 | 2023-10-04T19:55:11.907Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
528 | 2023-10-04T19:55:11.911Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
529 | 2023-10-04T19:55:11.914Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
530 | 2023-10-04T19:55:11.920Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
531 | 2023-10-04T19:55:11.926Z | + mkdir -p out/downloads |
532 | 2023-10-04T19:55:11.933Z | + mkdir -p ./out/dendrite-stub |
533 | 2023-10-04T19:55:11.947Z | + fetch_and_verify |
534 | 2023-10-04T19:55:11.952Z | + local DO_DOWNLOAD=true |
535 | 2023-10-04T19:55:11.955Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
536 | 2023-10-04T19:55:11.958Z | + '[' true == true ']' |
537 | 2023-10-04T19:55:11.962Z | + echo Downloading... |
538 | 2023-10-04T19:55:11.967Z | + 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-04T19:55:11.971Z | + 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-04T19:55:23.190Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
541 | 2023-10-04T19:55:23.197Z | ++ sha256sum |
542 | 2023-10-04T19:55:23.201Z | ++ awk '{print $1}' |
543 | 2023-10-04T19:55:23.299Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
544 | 2023-10-04T19:55:23.332Z | + [[ 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-04T19:55:23.344Z | + do_untar out/downloads/dendrite-stub.tar.gz |
546 | 2023-10-04T19:55:23.361Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
547 | 2023-10-04T19:55:24.242Z | + do_assemble |
548 | 2023-10-04T19:55:24.252Z | + rm -r ./out/dendrite-stub |
549 | 2023-10-04T19:55:24.267Z | + mkdir ./out/dendrite-stub |
550 | 2023-10-04T19:55:24.287Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
551 | 2023-10-04T19:55:24.386Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
552 | 2023-10-04T19:55:24.399Z | + set -o errexit |
553 | 2023-10-04T19:55:24.408Z | +++ dirname ./tools/ci_download_transceiver_control |
554 | 2023-10-04T19:55:24.425Z | ++ cd ./tools |
555 | 2023-10-04T19:55:24.437Z | ++ pwd |
556 | 2023-10-04T19:55:24.448Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2023-10-04T19:55:24.467Z | ++ basename ./tools/ci_download_transceiver_control |
558 | 2023-10-04T19:55:24.489Z | + ARG0=ci_download_transceiver_control |
559 | 2023-10-04T19:55:24.932Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
560 | 2023-10-04T19:55:24.961Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
561 | 2023-10-04T19:55:24.973Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
562 | 2023-10-04T19:55:24.984Z | + TARGET_DIR=out |
563 | 2023-10-04T19:55:25.404Z | + DOWNLOAD_DIR=out/downloads |
564 | 2023-10-04T19:55:25.413Z | + DEST_DIR=./out/transceiver-control |
565 | 2023-10-04T19:55:25.431Z | + BIN_DIR=/opt/oxide/bin |
566 | 2023-10-04T19:55:25.440Z | + BINARY=xcvradm |
567 | 2023-10-04T19:55:25.452Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
568 | 2023-10-04T19:55:25.460Z | + REPO=oxidecomputer/transceiver-control |
569 | 2023-10-04T19:55:25.473Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
570 | 2023-10-04T19:55:25.481Z | + main |
571 | 2023-10-04T19:55:25.492Z | + [[ 0 != 0 ]] |
572 | 2023-10-04T19:55:25.912Z | + CIDL_OS=solaris2.11 |
573 | 2023-10-04T19:55:25.923Z | + [[ 0 != 0 ]] |
574 | 2023-10-04T19:55:25.931Z | + configure_os solaris2.11 |
575 | 2023-10-04T19:55:25.943Z | + echo 'current directory: /work/oxidecomputer/omicron' |
576 | 2023-10-04T19:55:25.961Z | current directory: /work/oxidecomputer/omicron |
577 | 2023-10-04T19:55:25.972Z | + echo 'configuring based on OS: "solaris2.11"' |
578 | 2023-10-04T19:55:25.995Z | configuring based on OS: "solaris2.11" |
579 | 2023-10-04T19:55:26.006Z | + case "$1" in |
580 | 2023-10-04T19:55:26.012Z | + SET_BINARIES= |
581 | 2023-10-04T19:55:26.026Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
582 | 2023-10-04T19:55:26.037Z | + CIDL_SHA256FUNC=do_sha256sum |
583 | 2023-10-04T19:55:26.056Z | + ARCHIVE_FILENAME=xcvradm.gz |
584 | 2023-10-04T19:55:26.474Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
585 | 2023-10-04T19:55:26.497Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
586 | 2023-10-04T19:55:26.511Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
587 | 2023-10-04T19:55:26.538Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
588 | 2023-10-04T19:55:26.566Z | + echo 'Local file: out/downloads/xcvradm.gz' |
589 | 2023-10-04T19:55:26.588Z | Local file: out/downloads/xcvradm.gz |
590 | 2023-10-04T19:55:26.612Z | + mkdir -p out/downloads |
591 | 2023-10-04T19:55:26.627Z | + mkdir -p ./out/transceiver-control |
592 | 2023-10-04T19:55:26.632Z | + fetch_and_verify |
593 | 2023-10-04T19:55:26.637Z | + local DO_DOWNLOAD=true |
594 | 2023-10-04T19:55:26.643Z | + [[ -f out/downloads/xcvradm.gz ]] |
595 | 2023-10-04T19:55:26.648Z | + '[' true == true ']' |
596 | 2023-10-04T19:55:26.655Z | + echo Downloading... |
597 | 2023-10-04T19:55:26.664Z | Downloading... |
598 | 2023-10-04T19:55:26.673Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
599 | 2023-10-04T19:55:26.696Z | + 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 |
600 | 2023-10-04T19:55:26.706Z | ++ do_sha256sum out/downloads/xcvradm.gz |
601 | 2023-10-04T19:55:26.736Z | ++ sha256sum |
602 | 2023-10-04T19:55:26.770Z | ++ awk '{print $1}' |
603 | 2023-10-04T19:55:26.779Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
604 | 2023-10-04T19:55:26.786Z | + [[ 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 ]] |
605 | 2023-10-04T19:55:26.790Z | + do_unpack out/downloads/xcvradm.gz |
606 | 2023-10-04T19:55:26.793Z | + mkdir -p out/downloads/root//opt/oxide/bin |
607 | 2023-10-04T19:55:26.799Z | + gzip -dc out/downloads/xcvradm.gz |
608 | 2023-10-04T19:55:26.804Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
609 | 2023-10-04T19:55:26.809Z | + do_assemble |
610 | 2023-10-04T19:55:26.815Z | + rm -r ./out/transceiver-control |
611 | 2023-10-04T19:55:26.824Z | + mkdir ./out/transceiver-control |
612 | 2023-10-04T19:55:26.839Z | + cp -r out/downloads/root ./out/transceiver-control/root |
613 | 2023-10-04T19:55:26.854Z | All builder prerequisites installed successfully, and PATH looks valid |
614 | 2023-10-04T19:55:26.865Z | |
615 | 2023-10-04T19:55:26.878Z | real 3:09.754718918 |
616 | 2023-10-04T19:55:26.891Z | user 50.725610736 |
617 | 2023-10-04T19:55:26.899Z | sys 9.455731365 |
618 | 2023-10-04T19:55:26.910Z | trap 0.022281445 |
619 | 2023-10-04T19:55:26.922Z | tflt 0.241259948 |
620 | 2023-10-04T19:55:26.926Z | dflt 0.522204120 |
621 | 2023-10-04T19:55:26.937Z | kflt 0.135485082 |
622 | 2023-10-04T19:55:26.949Z | lock 1.708561029 |
623 | 2023-10-04T19:55:26.966Z | slp 6:09.425135182 |
624 | 2023-10-04T19:55:26.983Z | lat 3.124919946 |
625 | 2023-10-04T19:55:26.989Z | stop 0.079154700 |
626 | 2023-10-04T19:55:26.996Z | |
627 | 2023-10-04T19:55:27.004Z | #### # # ##### ##### # # |
628 | 2023-10-04T19:55:27.013Z | # # # # # # # # # # |
629 | 2023-10-04T19:55:27.020Z | # # # # # # # # |
630 | 2023-10-04T19:55:27.028Z | # # # ##### ##### # |
631 | 2023-10-04T19:55:27.037Z | # # # # # # # |
632 | 2023-10-04T19:55:27.042Z | #### ###### # # # # |
633 | 2023-10-04T19:55:27.047Z | |
634 | 2023-10-04T19:55:27.056Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
635 | 2023-10-04T19:55:27.331Z | Updating crates.io index |
636 | 2023-10-04T19:55:27.429Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
637 | 2023-10-04T19:55:28.206Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
638 | 2023-10-04T19:55:30.087Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
639 | 2023-10-04T19:55:30.765Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
640 | 2023-10-04T19:55:31.156Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
641 | 2023-10-04T19:55:31.468Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
642 | 2023-10-04T19:55:31.791Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
643 | 2023-10-04T19:55:32.641Z | Updating git repository `https://github.com/oxidecomputer/opte` |
644 | 2023-10-04T19:55:33.606Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
645 | 2023-10-04T19:55:33.965Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
646 | 2023-10-04T19:55:34.389Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
647 | 2023-10-04T19:55:34.767Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
648 | 2023-10-04T19:55:35.232Z | Updating git repository `https://github.com/njaremko/samael` |
649 | 2023-10-04T19:55:35.601Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
650 | 2023-10-04T19:55:37.371Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
651 | 2023-10-04T19:55:37.965Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
652 | 2023-10-04T19:55:38.443Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
653 | 2023-10-04T19:55:39.120Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
654 | 2023-10-04T19:55:39.618Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
655 | 2023-10-04T19:55:40.019Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
656 | 2023-10-04T19:55:48.895Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
657 | 2023-10-04T19:55:49.219Z | Updating git repository `https://github.com/jgallagher/nix` |
658 | 2023-10-04T19:55:50.525Z | Updating git repository `https://github.com/cbiffle/hubpack` |
659 | 2023-10-04T19:55:50.904Z | Updating git repository `https://github.com/oxidecomputer/typify` |
660 | 2023-10-04T19:55:51.852Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
661 | 2023-10-04T19:55:52.256Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
662 | 2023-10-04T19:55:52.556Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
663 | 2023-10-04T19:55:55.544Z | Downloading crates ... |
664 | 2023-10-04T19:55:55.731Z | Downloaded semver v1.0.18 |
665 | 2023-10-04T19:55:55.748Z | Downloaded equivalent v1.0.1 |
666 | 2023-10-04T19:55:55.810Z | Downloaded ryu v1.0.15 |
667 | 2023-10-04T19:55:55.831Z | Downloaded bitflags v1.3.2 |
668 | 2023-10-04T19:55:55.845Z | Downloaded colorchoice v1.0.0 |
669 | 2023-10-04T19:55:55.854Z | Downloaded camino v1.1.6 |
670 | 2023-10-04T19:55:55.868Z | Downloaded clap_lex v0.5.1 |
671 | 2023-10-04T19:55:55.878Z | Downloaded serde_spanned v0.6.3 |
672 | 2023-10-04T19:55:56.304Z | Downloaded cargo-platform v0.1.3 |
673 | 2023-10-04T19:55:56.308Z | Downloaded thiserror v1.0.49 |
674 | 2023-10-04T19:55:56.311Z | Downloaded toml_datetime v0.6.3 |
675 | 2023-10-04T19:55:56.316Z | Downloaded thiserror-impl v1.0.49 |
676 | 2023-10-04T19:55:56.321Z | Downloaded heck v0.4.1 |
677 | 2023-10-04T19:55:56.324Z | Downloaded errno v0.3.2 |
678 | 2023-10-04T19:55:56.328Z | Downloaded cargo_metadata v0.18.0 |
679 | 2023-10-04T19:55:56.333Z | Downloaded strsim v0.10.0 |
680 | 2023-10-04T19:55:56.337Z | Downloaded anstyle-query v1.0.0 |
681 | 2023-10-04T19:55:56.341Z | Downloaded itoa v1.0.9 |
682 | 2023-10-04T19:55:56.344Z | Downloaded quote v1.0.33 |
683 | 2023-10-04T19:55:56.348Z | Downloaded utf8parse v0.2.1 |
684 | 2023-10-04T19:55:56.352Z | Downloaded cargo_toml v0.16.3 |
685 | 2023-10-04T19:55:56.355Z | Downloaded anstream v0.5.0 |
686 | 2023-10-04T19:55:56.358Z | Downloaded anstyle-parse v0.2.1 |
687 | 2023-10-04T19:55:56.362Z | Downloaded anstyle v1.0.2 |
688 | 2023-10-04T19:55:56.366Z | Downloaded anyhow v1.0.75 |
689 | 2023-10-04T19:55:56.369Z | Downloaded serde_derive v1.0.188 |
690 | 2023-10-04T19:55:56.372Z | Downloaded unicode-ident v1.0.12 |
691 | 2023-10-04T19:55:56.377Z | Downloaded toml v0.8.0 |
692 | 2023-10-04T19:55:56.382Z | Downloaded proc-macro2 v1.0.67 |
693 | 2023-10-04T19:55:56.406Z | Downloaded serde v1.0.188 |
694 | 2023-10-04T19:55:56.412Z | Downloaded indexmap v2.0.0 |
695 | 2023-10-04T19:55:56.420Z | Downloaded clap v4.4.3 |
696 | 2023-10-04T19:55:56.425Z | Downloaded toml_edit v0.20.0 |
697 | 2023-10-04T19:55:56.433Z | Downloaded serde_json v1.0.107 |
698 | 2023-10-04T19:55:56.439Z | Downloaded winnow v0.5.15 |
699 | 2023-10-04T19:55:56.444Z | Downloaded syn v2.0.32 |
700 | 2023-10-04T19:55:56.449Z | Downloaded rustix v0.37.23 |
701 | 2023-10-04T19:55:56.453Z | Downloaded clap_builder v4.4.2 |
702 | 2023-10-04T19:55:56.457Z | Downloaded libc v0.2.148 |
703 | 2023-10-04T19:55:56.462Z | Downloaded memchr v2.6.3 |
704 | 2023-10-04T19:55:56.466Z | Downloaded hashbrown v0.14.0 |
705 | 2023-10-04T19:55:56.490Z | Downloaded clap_derive v4.4.2 |
706 | 2023-10-04T19:55:56.905Z | Downloaded io-lifetimes v1.0.11 |
707 | 2023-10-04T19:55:56.920Z | Downloaded terminal_size v0.2.6 |
708 | 2023-10-04T19:55:56.930Z | Compiling proc-macro2 v1.0.67 |
709 | 2023-10-04T19:55:56.935Z | Compiling unicode-ident v1.0.12 |
710 | 2023-10-04T19:55:56.940Z | Compiling serde v1.0.188 |
711 | 2023-10-04T19:55:56.945Z | Compiling libc v0.2.148 |
712 | 2023-10-04T19:55:56.952Z | Compiling io-lifetimes v1.0.11 |
713 | 2023-10-04T19:55:56.956Z | Compiling rustix v0.37.23 |
714 | 2023-10-04T19:55:56.963Z | Compiling utf8parse v0.2.1 |
715 | 2023-10-04T19:55:56.971Z | Compiling equivalent v1.0.1 |
716 | 2023-10-04T19:55:56.976Z | Compiling hashbrown v0.14.0 |
717 | 2023-10-04T19:55:56.983Z | Compiling bitflags v1.3.2 |
718 | 2023-10-04T19:55:56.994Z | Compiling anstyle-parse v0.2.1 |
719 | 2023-10-04T19:55:57.019Z | Compiling serde_json v1.0.107 |
720 | 2023-10-04T19:55:57.827Z | Compiling indexmap v2.0.0 |
721 | 2023-10-04T19:55:57.856Z | Compiling anstyle-query v1.0.0 |
722 | 2023-10-04T19:55:57.879Z | Compiling winnow v0.5.15 |
723 | 2023-10-04T19:55:58.013Z | Compiling semver v1.0.18 |
724 | 2023-10-04T19:55:58.042Z | Compiling camino v1.1.6 |
725 | 2023-10-04T19:55:58.061Z | Compiling thiserror v1.0.49 |
726 | 2023-10-04T19:55:58.294Z | Compiling colorchoice v1.0.0 |
727 | 2023-10-04T19:55:58.515Z | Compiling anstyle v1.0.2 |
728 | 2023-10-04T19:55:58.809Z | Compiling clap_lex v0.5.1 |
729 | 2023-10-04T19:55:58.887Z | Compiling heck v0.4.1 |
730 | 2023-10-04T19:55:59.217Z | Compiling anstream v0.5.0 |
731 | 2023-10-04T19:55:59.236Z | Compiling anyhow v1.0.75 |
732 | 2023-10-04T19:55:59.514Z | Compiling quote v1.0.33 |
733 | 2023-10-04T19:55:59.571Z | Compiling ryu v1.0.15 |
734 | 2023-10-04T19:55:59.758Z | Compiling itoa v1.0.9 |
735 | 2023-10-04T19:55:59.900Z | Compiling strsim v0.10.0 |
736 | 2023-10-04T19:56:00.149Z | Compiling syn v2.0.32 |
737 | 2023-10-04T19:56:00.265Z | Compiling errno v0.3.2 |
738 | 2023-10-04T19:56:01.888Z | Compiling terminal_size v0.2.6 |
739 | 2023-10-04T19:56:02.078Z | Compiling clap_builder v4.4.2 |
740 | 2023-10-04T19:56:07.285Z | Compiling serde_derive v1.0.188 |
741 | 2023-10-04T19:56:07.290Z | Compiling thiserror-impl v1.0.49 |
742 | 2023-10-04T19:56:07.298Z | Compiling clap_derive v4.4.2 |
743 | 2023-10-04T19:56:11.217Z | Compiling clap v4.4.3 |
744 | 2023-10-04T19:56:19.047Z | Compiling serde_spanned v0.6.3 |
745 | 2023-10-04T19:56:19.051Z | Compiling toml_datetime v0.6.3 |
746 | 2023-10-04T19:56:19.054Z | Compiling cargo-platform v0.1.3 |
747 | 2023-10-04T19:56:19.452Z | Compiling toml_edit v0.20.0 |
748 | 2023-10-04T19:56:21.182Z | Compiling cargo_metadata v0.18.0 |
749 | 2023-10-04T19:56:22.638Z | Compiling toml v0.8.0 |
750 | 2023-10-04T19:56:23.585Z | Compiling cargo_toml v0.16.3 |
751 | 2023-10-04T19:56:28.922Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
752 | 2023-10-04T19:56:30.232Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
753 | 2023-10-04T19:56:30.442Z | Running `target/debug/xtask clippy` |
754 | 2023-10-04T19:56:30.495Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
755 | 2023-10-04T19:56:31.389Z | Downloading crates ... |
756 | 2023-10-04T19:56:31.629Z | Downloaded byteorder v1.4.3 |
757 | 2023-10-04T19:56:31.647Z | Downloaded humantime v2.1.0 |
758 | 2023-10-04T19:56:31.656Z | Downloaded hubpack_derive v0.1.1 |
759 | 2023-10-04T19:56:31.661Z | Downloaded http-range v0.1.5 |
760 | 2023-10-04T19:56:31.665Z | Downloaded camino-tempfile v1.0.2 |
761 | 2023-10-04T19:56:31.673Z | Downloaded jobserver v0.1.26 |
762 | 2023-10-04T19:56:31.678Z | Downloaded blake2 v0.10.6 |
763 | 2023-10-04T19:56:31.687Z | Downloaded hubpack v0.1.2 |
764 | 2023-10-04T19:56:31.692Z | Downloaded bit_field v0.10.2 |
765 | 2023-10-04T19:56:31.697Z | Downloaded async-stream-impl v0.3.5 |
766 | 2023-10-04T19:56:31.701Z | Downloaded hex-literal v0.4.1 |
767 | 2023-10-04T19:56:31.704Z | Downloaded hyper-tls v0.5.0 |
768 | 2023-10-04T19:56:31.712Z | Downloaded base64ct v1.6.0 |
769 | 2023-10-04T19:56:31.724Z | Downloaded num_cpus v1.16.0 |
770 | 2023-10-04T19:56:31.739Z | Downloaded crossbeam-channel v0.5.8 |
771 | 2023-10-04T19:56:31.764Z | Downloaded criterion-plot v0.5.0 |
772 | 2023-10-04T19:56:31.776Z | Downloaded num-complex v0.4.4 |
773 | 2023-10-04T19:56:31.784Z | Downloaded cfg-if v0.1.10 |
774 | 2023-10-04T19:56:31.789Z | Downloaded newtype_derive v0.1.6 |
775 | 2023-10-04T19:56:31.793Z | Downloaded num_threads v0.1.6 |
776 | 2023-10-04T19:56:31.797Z | Downloaded assert_cmd v2.0.12 |
777 | 2023-10-04T19:56:31.801Z | Downloaded strum v0.25.0 |
778 | 2023-10-04T19:56:31.807Z | Downloaded num_enum v0.5.11 |
779 | 2023-10-04T19:56:31.821Z | Downloaded tui-tree-widget v0.13.0 |
780 | 2023-10-04T19:56:31.826Z | Downloaded ahash v0.8.3 |
781 | 2023-10-04T19:56:31.836Z | Downloaded num_enum_derive v0.7.0 |
782 | 2023-10-04T19:56:31.841Z | Downloaded bit-vec v0.6.3 |
783 | 2023-10-04T19:56:31.846Z | Downloaded num_enum v0.7.0 |
784 | 2023-10-04T19:56:31.866Z | Downloaded olpc-cjson v0.1.3 |
785 | 2023-10-04T19:56:31.870Z | Downloaded slog-dtrace v0.2.3 |
786 | 2023-10-04T19:56:31.873Z | Downloaded tinyvec_macros v0.1.1 |
787 | 2023-10-04T19:56:31.877Z | Downloaded nu-ansi-term v0.49.0 |
788 | 2023-10-04T19:56:31.885Z | Downloaded want v0.3.1 |
789 | 2023-10-04T19:56:31.891Z | Downloaded waitgroup v0.1.2 |
790 | 2023-10-04T19:56:31.895Z | Downloaded peeking_take_while v0.1.2 |
791 | 2023-10-04T19:56:31.897Z | Downloaded serde_urlencoded v0.7.1 |
792 | 2023-10-04T19:56:31.901Z | Downloaded darling_macro v0.14.4 |
793 | 2023-10-04T19:56:31.904Z | Downloaded unicode-xid v0.2.4 |
794 | 2023-10-04T19:56:31.908Z | Downloaded ron v0.8.1 |
795 | 2023-10-04T19:56:31.924Z | Downloaded form_urlencoded v1.2.0 |
796 | 2023-10-04T19:56:31.930Z | Downloaded take_mut v0.2.2 |
797 | 2023-10-04T19:56:31.934Z | Downloaded flagset v0.4.3 |
798 | 2023-10-04T19:56:31.937Z | Downloaded termtree v0.4.1 |
799 | 2023-10-04T19:56:31.940Z | Downloaded linear-map v1.2.0 |
800 | 2023-10-04T19:56:31.946Z | Downloaded smf v0.2.2 |
801 | 2023-10-04T19:56:31.949Z | Downloaded tokio-stream v0.1.14 |
802 | 2023-10-04T19:56:31.959Z | Downloaded r2d2 v0.8.10 |
803 | 2023-10-04T19:56:31.963Z | Downloaded time-macros v0.2.13 |
804 | 2023-10-04T19:56:31.970Z | Downloaded plotters-svg v0.3.5 |
805 | 2023-10-04T19:56:31.973Z | Downloaded crc-any v2.4.3 |
806 | 2023-10-04T19:56:31.978Z | Downloaded fxhash v0.2.1 |
807 | 2023-10-04T19:56:31.982Z | Downloaded yansi v0.5.1 |
808 | 2023-10-04T19:56:31.986Z | Downloaded trybuild v1.0.85 |
809 | 2023-10-04T19:56:31.993Z | Downloaded opaque-debug v0.3.0 |
810 | 2023-10-04T19:56:31.996Z | Downloaded pest_generator v2.7.2 |
811 | 2023-10-04T19:56:31.999Z | Downloaded darling v0.20.3 |
812 | 2023-10-04T19:56:32.006Z | Downloaded openssl-probe v0.1.5 |
813 | 2023-10-04T19:56:32.010Z | Downloaded pretty-hex v0.3.0 |
814 | 2023-10-04T19:56:32.421Z | Downloaded os_str_bytes v6.5.1 |
815 | 2023-10-04T19:56:32.425Z | Downloaded textwrap v0.11.0 |
816 | 2023-10-04T19:56:32.430Z | Downloaded socket2 v0.5.3 |
817 | 2023-10-04T19:56:32.434Z | Downloaded funty v2.0.0 |
818 | 2023-10-04T19:56:32.438Z | Downloaded password-hash v0.5.0 |
819 | 2023-10-04T19:56:32.442Z | Downloaded remove_dir_all v0.5.3 |
820 | 2023-10-04T19:56:32.451Z | Downloaded rustc-demangle v0.1.23 |
821 | 2023-10-04T19:56:32.455Z | Downloaded http v0.2.9 |
822 | 2023-10-04T19:56:32.458Z | Downloaded pem-rfc7468 v0.7.0 |
823 | 2023-10-04T19:56:32.461Z | Downloaded universal-hash v0.5.1 |
824 | 2023-10-04T19:56:32.463Z | Downloaded datatest-stable v0.1.3 |
825 | 2023-10-04T19:56:32.467Z | Downloaded signature v2.1.0 |
826 | 2023-10-04T19:56:32.469Z | Downloaded usdt-attr-macro v0.3.5 |
827 | 2023-10-04T19:56:32.472Z | Downloaded getopts v0.2.21 |
828 | 2023-10-04T19:56:32.475Z | Downloaded vsss-rs v3.3.1 |
829 | 2023-10-04T19:56:32.478Z | Downloaded hashlink v0.8.3 |
830 | 2023-10-04T19:56:32.481Z | Downloaded arc-swap v1.6.0 |
831 | 2023-10-04T19:56:32.484Z | Downloaded enum-iterator-derive v1.2.1 |
832 | 2023-10-04T19:56:32.487Z | Downloaded downcast v0.11.0 |
833 | 2023-10-04T19:56:32.492Z | Downloaded test-strategy v0.2.1 |
834 | 2023-10-04T19:56:32.497Z | Downloaded darling_core v0.20.3 |
835 | 2023-10-04T19:56:32.501Z | Downloaded serde_plain v1.0.2 |
836 | 2023-10-04T19:56:32.504Z | Downloaded shlex v1.1.0 |
837 | 2023-10-04T19:56:32.507Z | Downloaded futures-core v0.3.28 |
838 | 2023-10-04T19:56:32.510Z | Downloaded rusty-fork v0.3.0 |
839 | 2023-10-04T19:56:32.512Z | Downloaded serde-hex v0.1.0 |
840 | 2023-10-04T19:56:32.515Z | Downloaded getrandom v0.2.10 |
841 | 2023-10-04T19:56:32.520Z | Downloaded pin-project-lite v0.2.13 |
842 | 2023-10-04T19:56:32.524Z | Downloaded doc-comment v0.3.3 |
843 | 2023-10-04T19:56:32.527Z | Downloaded group v0.13.0 |
844 | 2023-10-04T19:56:32.530Z | Downloaded display-error-chain v0.1.1 |
845 | 2023-10-04T19:56:32.533Z | Downloaded fd-lock v3.0.13 |
846 | 2023-10-04T19:56:32.536Z | Downloaded proc-macro-crate v1.3.1 |
847 | 2023-10-04T19:56:32.539Z | Downloaded pretty-hex v0.2.1 |
848 | 2023-10-04T19:56:32.542Z | Downloaded strum_macros v0.24.3 |
849 | 2023-10-04T19:56:32.545Z | Downloaded minimal-lexical v0.2.1 |
850 | 2023-10-04T19:56:32.548Z | Downloaded signature v1.6.4 |
851 | 2023-10-04T19:56:32.552Z | Downloaded fastrand v2.0.0 |
852 | 2023-10-04T19:56:32.555Z | Downloaded slab v0.4.9 |
853 | 2023-10-04T19:56:32.557Z | Downloaded rand_core v0.6.4 |
854 | 2023-10-04T19:56:32.561Z | Downloaded toml v0.7.8 |
855 | 2023-10-04T19:56:32.564Z | Downloaded serial_test v0.10.0 |
856 | 2023-10-04T19:56:32.566Z | Downloaded yasna v0.5.2 |
857 | 2023-10-04T19:56:32.570Z | Downloaded libxml v0.3.3 |
858 | 2023-10-04T19:56:32.572Z | Downloaded serial_test_derive v0.10.0 |
859 | 2023-10-04T19:56:32.576Z | Downloaded toml v0.5.11 |
860 | 2023-10-04T19:56:32.580Z | Downloaded spin v0.5.2 |
861 | 2023-10-04T19:56:32.585Z | Downloaded half v1.8.2 |
862 | 2023-10-04T19:56:32.588Z | Downloaded spki v0.7.2 |
863 | 2023-10-04T19:56:32.593Z | Downloaded slog-json v2.6.1 |
864 | 2023-10-04T19:56:32.597Z | Downloaded dtrace-parser v0.1.14 |
865 | 2023-10-04T19:56:32.601Z | Downloaded synstructure v0.12.6 |
866 | 2023-10-04T19:56:32.604Z | Downloaded unicase v2.7.0 |
867 | 2023-10-04T19:56:32.607Z | Downloaded schemars_derive v0.8.13 |
868 | 2023-10-04T19:56:32.612Z | Downloaded futures-task v0.3.28 |
869 | 2023-10-04T19:56:32.615Z | Downloaded futures-sink v0.3.28 |
870 | 2023-10-04T19:56:32.618Z | Downloaded derive-where v1.2.5 |
871 | 2023-10-04T19:56:32.621Z | Downloaded stable_deref_trait v1.2.0 |
872 | 2023-10-04T19:56:32.624Z | Downloaded serde-big-array v0.4.1 |
873 | 2023-10-04T19:56:32.628Z | Downloaded oso-derive v0.26.4 |
874 | 2023-10-04T19:56:32.631Z | Downloaded sha-1 v0.10.1 |
875 | 2023-10-04T19:56:32.634Z | Downloaded usdt v0.3.5 |
876 | 2023-10-04T19:56:32.638Z | Downloaded vec_map v0.8.2 |
877 | 2023-10-04T19:56:32.641Z | Downloaded strum_macros v0.25.2 |
878 | 2023-10-04T19:56:32.644Z | Downloaded oorandom v11.1.3 |
879 | 2023-10-04T19:56:32.647Z | Downloaded unicode-linebreak v0.1.5 |
880 | 2023-10-04T19:56:32.651Z | Downloaded signal-hook-tokio v0.3.1 |
881 | 2023-10-04T19:56:32.655Z | Downloaded packed_struct_codegen v0.10.1 |
882 | 2023-10-04T19:56:32.657Z | Downloaded precomputed-hash v0.1.1 |
883 | 2023-10-04T19:56:32.661Z | Downloaded pin-utils v0.1.0 |
884 | 2023-10-04T19:56:32.673Z | Downloaded pkcs1 v0.7.5 |
885 | 2023-10-04T19:56:32.686Z | Downloaded dof v0.1.5 |
886 | 2023-10-04T19:56:32.695Z | Downloaded fallible-iterator v0.2.0 |
887 | 2023-10-04T19:56:32.698Z | Downloaded subtle v2.5.0 |
888 | 2023-10-04T19:56:32.703Z | Downloaded packed_struct v0.10.1 |
889 | 2023-10-04T19:56:32.705Z | Downloaded tokio-macros v2.1.0 |
890 | 2023-10-04T19:56:32.708Z | Downloaded dyn-clone v1.0.13 |
891 | 2023-10-04T19:56:32.711Z | Downloaded futures-io v0.3.28 |
892 | 2023-10-04T19:56:32.714Z | Downloaded rand v0.4.6 |
893 | 2023-10-04T19:56:32.718Z | Downloaded parking_lot v0.12.1 |
894 | 2023-10-04T19:56:32.721Z | Downloaded number_prefix v0.4.0 |
895 | 2023-10-04T19:56:32.724Z | Downloaded headers-core v0.2.0 |
896 | 2023-10-04T19:56:32.730Z | Downloaded scopeguard v1.2.0 |
897 | 2023-10-04T19:56:32.734Z | Downloaded foreign-types v0.5.0 |
898 | 2023-10-04T19:56:32.737Z | Downloaded predicates v2.1.5 |
899 | 2023-10-04T19:56:32.740Z | Downloaded semver-parser v0.10.2 |
900 | 2023-10-04T19:56:32.742Z | Downloaded slog v2.7.0 |
901 | 2023-10-04T19:56:32.787Z | Downloaded thiserror-no-std v2.0.2 |
902 | 2023-10-04T19:56:32.789Z | Downloaded generic-array v0.14.7 |
903 | 2023-10-04T19:56:32.792Z | Downloaded utf-8 v0.7.6 |
904 | 2023-10-04T19:56:32.795Z | Downloaded plotters v0.3.5 |
905 | 2023-10-04T19:56:32.798Z | Downloaded spin v0.9.8 |
906 | 2023-10-04T19:56:32.801Z | Downloaded env_logger v0.9.3 |
907 | 2023-10-04T19:56:32.803Z | Downloaded vergen v8.2.4 |
908 | 2023-10-04T19:56:32.807Z | Downloaded shell-words v1.1.0 |
909 | 2023-10-04T19:56:32.811Z | Downloaded signal-hook v0.3.17 |
910 | 2023-10-04T19:56:32.814Z | Downloaded derive_builder_core v0.12.0 |
911 | 2023-10-04T19:56:32.817Z | Downloaded darling v0.14.4 |
912 | 2023-10-04T19:56:32.820Z | Downloaded rust-argon2 v1.0.1 |
913 | 2023-10-04T19:56:32.824Z | Downloaded rsa v0.9.2 |
914 | 2023-10-04T19:56:32.828Z | Downloaded elliptic-curve v0.13.5 |
915 | 2023-10-04T19:56:32.831Z | Downloaded pest_derive v2.7.2 |
916 | 2023-10-04T19:56:32.834Z | Downloaded unicode-bidi v0.3.13 |
917 | 2023-10-04T19:56:32.838Z | Downloaded stringprep v0.1.3 |
918 | 2023-10-04T19:56:32.841Z | Downloaded clap v3.2.25 |
919 | 2023-10-04T19:56:32.844Z | Downloaded pretty_assertions v1.4.0 |
920 | 2023-10-04T19:56:32.849Z | Downloaded rcgen v0.10.0 |
921 | 2023-10-04T19:56:32.854Z | Downloaded oso v0.26.4 |
922 | 2023-10-04T19:56:32.861Z | Downloaded papergrid v0.10.0 |
923 | 2023-10-04T19:56:33.281Z | Downloaded hashbrown v0.13.2 |
924 | 2023-10-04T19:56:33.286Z | Downloaded trust-dns-resolver v0.22.0 |
925 | 2023-10-04T19:56:33.290Z | Downloaded itertools v0.11.0 |
926 | 2023-10-04T19:56:33.293Z | Downloaded openssl-sys v0.9.93 |
927 | 2023-10-04T19:56:33.297Z | Downloaded reqwest v0.11.20 |
928 | 2023-10-04T19:56:33.300Z | Downloaded regex-automata v0.1.10 |
929 | 2023-10-04T19:56:33.303Z | Downloaded rusqlite v0.29.0 |
930 | 2023-10-04T19:56:33.306Z | Downloaded h2 v0.3.21 |
931 | 2023-10-04T19:56:33.309Z | Downloaded unicode-normalization v0.1.22 |
932 | 2023-10-04T19:56:33.312Z | Downloaded crossterm v0.26.1 |
933 | 2023-10-04T19:56:33.316Z | Downloaded lalrpop v0.19.12 |
934 | 2023-10-04T19:56:33.321Z | Downloaded git2 v0.17.2 |
935 | 2023-10-04T19:56:33.328Z | Downloaded syn v1.0.109 |
936 | 2023-10-04T19:56:33.353Z | Downloaded petgraph v0.6.4 |
937 | 2023-10-04T19:56:33.359Z | Downloaded tabled v0.14.0 |
938 | 2023-10-04T19:56:33.367Z | Downloaded regress v0.7.1 |
939 | 2023-10-04T19:56:33.376Z | Downloaded ratatui v0.23.0 |
940 | 2023-10-04T19:56:33.395Z | Downloaded smoltcp v0.9.1 |
941 | 2023-10-04T19:56:33.410Z | Downloaded regex-syntax v0.6.29 |
942 | 2023-10-04T19:56:33.419Z | Downloaded regex-syntax v0.7.5 |
943 | 2023-10-04T19:56:33.428Z | Downloaded rustix v0.38.9 |
944 | 2023-10-04T19:56:33.432Z | Downloaded rustls v0.21.7 |
945 | 2023-10-04T19:56:33.438Z | Downloaded openapiv3 v1.0.3 |
946 | 2023-10-04T19:56:33.446Z | Downloaded diesel v2.1.1 |
947 | 2023-10-04T19:56:33.452Z | Downloaded sled v0.34.7 |
948 | 2023-10-04T19:56:33.457Z | Downloaded zerocopy-derive v0.2.0 |
949 | 2023-10-04T19:56:33.462Z | Downloaded regex-automata v0.3.8 |
950 | 2023-10-04T19:56:33.468Z | Downloaded zerocopy-derive v0.6.3 |
951 | 2023-10-04T19:56:33.473Z | Downloaded sha3 v0.10.8 |
952 | 2023-10-04T19:56:33.478Z | Downloaded tokio v1.32.0 |
953 | 2023-10-04T19:56:33.482Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2023-10-04T19:56:33.486Z | Downloaded encoding_rs v0.8.33 |
955 | 2023-10-04T19:56:33.491Z | Downloaded curve25519-dalek v4.1.0 |
956 | 2023-10-04T19:56:33.498Z | Downloaded libtest-mimic v0.5.2 |
957 | 2023-10-04T19:56:33.502Z | Downloaded polar-core v0.26.4 |
958 | 2023-10-04T19:56:33.505Z | Downloaded trust-dns-proto v0.22.0 |
959 | 2023-10-04T19:56:33.511Z | Downloaded object v0.32.1 |
960 | 2023-10-04T19:56:33.515Z | Downloaded nix v0.26.2 |
961 | 2023-10-04T19:56:33.518Z | Downloaded radix_trie v0.2.1 |
962 | 2023-10-04T19:56:33.522Z | Downloaded object v0.30.4 |
963 | 2023-10-04T19:56:33.526Z | Downloaded vcpkg v0.2.15 |
964 | 2023-10-04T19:56:33.531Z | Downloaded bstr v0.2.17 |
965 | 2023-10-04T19:56:33.534Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
966 | 2023-10-04T19:56:33.540Z | Downloaded proptest v1.2.0 |
967 | 2023-10-04T19:56:33.560Z | Downloaded gimli v0.28.0 |
968 | 2023-10-04T19:56:33.573Z | Downloaded smoltcp v0.8.2 |
969 | 2023-10-04T19:56:33.591Z | Downloaded regex v1.9.5 |
970 | 2023-10-04T19:56:33.614Z | Downloaded webpki-roots v0.25.2 |
971 | 2023-10-04T19:56:33.623Z | Downloaded openssl v0.10.57 |
972 | 2023-10-04T19:56:33.642Z | Downloaded bstr v1.6.0 |
973 | 2023-10-04T19:56:33.665Z | Downloaded chrono v0.4.31 |
974 | 2023-10-04T19:56:33.682Z | Downloaded idna v0.2.3 |
975 | 2023-10-04T19:56:34.098Z | Downloaded pest v2.7.2 |
976 | 2023-10-04T19:56:34.111Z | Downloaded hyper v0.14.27 |
977 | 2023-10-04T19:56:34.128Z | Downloaded clap v2.34.0 |
978 | 2023-10-04T19:56:34.152Z | Downloaded idna v0.4.0 |
979 | 2023-10-04T19:56:34.159Z | Downloaded bitvec v1.0.1 |
980 | 2023-10-04T19:56:34.165Z | Downloaded trust-dns-client v0.22.0 |
981 | 2023-10-04T19:56:34.169Z | Downloaded rustls-webpki v0.101.4 |
982 | 2023-10-04T19:56:34.174Z | Downloaded futures-util v0.3.28 |
983 | 2023-10-04T19:56:34.178Z | Downloaded libz-sys v1.1.12 |
984 | 2023-10-04T19:56:34.182Z | Downloaded reedline v0.23.0 |
985 | 2023-10-04T19:56:34.185Z | Downloaded rayon v1.7.0 |
986 | 2023-10-04T19:56:34.189Z | Downloaded ucd-trie v0.1.6 |
987 | 2023-10-04T19:56:34.193Z | Downloaded similar v2.2.1 |
988 | 2023-10-04T19:56:34.198Z | Downloaded derive_more v0.99.17 |
989 | 2023-10-04T19:56:34.202Z | Downloaded hashbrown v0.12.3 |
990 | 2023-10-04T19:56:34.206Z | Downloaded quick-xml v0.23.1 |
991 | 2023-10-04T19:56:34.210Z | Downloaded bindgen v0.65.1 |
992 | 2023-10-04T19:56:34.214Z | Downloaded derive_builder v0.12.0 |
993 | 2023-10-04T19:56:34.218Z | Downloaded portable-atomic v1.4.3 |
994 | 2023-10-04T19:56:34.222Z | Downloaded time v0.3.27 |
995 | 2023-10-04T19:56:34.227Z | Downloaded crossterm v0.27.0 |
996 | 2023-10-04T19:56:34.231Z | Downloaded pin-project v1.1.3 |
997 | 2023-10-04T19:56:34.237Z | Downloaded tokio-util v0.7.8 |
998 | 2023-10-04T19:56:34.660Z | Downloaded fatfs v0.3.6 |
999 | 2023-10-04T19:56:34.665Z | Downloaded ron v0.7.1 |
1000 | 2023-10-04T19:56:34.674Z | Downloaded aho-corasick v1.0.4 |
1001 | 2023-10-04T19:56:35.100Z | Downloaded headers v0.3.9 |
1002 | 2023-10-04T19:56:35.104Z | Downloaded hkdf v0.12.3 |
1003 | 2023-10-04T19:56:35.107Z | Downloaded x509-cert v0.2.4 |
1004 | 2023-10-04T19:56:35.110Z | Downloaded der v0.7.8 |
1005 | 2023-10-04T19:56:35.113Z | Downloaded libsqlite3-sys v0.26.0 |
1006 | 2023-10-04T19:56:35.115Z | Downloaded ring v0.16.20 |
1007 | 2023-10-04T19:56:35.118Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2023-10-04T19:56:35.121Z | Downloaded expectorate v1.1.0 |
1009 | 2023-10-04T19:56:35.124Z | Downloaded pkg-config v0.3.27 |
1010 | 2023-10-04T19:56:35.127Z | Downloaded ppv-lite86 v0.2.17 |
1011 | 2023-10-04T19:56:35.130Z | Downloaded ref-cast-impl v1.0.20 |
1012 | 2023-10-04T19:56:35.134Z | Downloaded erased-serde v0.3.30 |
1013 | 2023-10-04T19:56:35.136Z | Downloaded schemars v0.8.13 |
1014 | 2023-10-04T19:56:35.140Z | Downloaded subprocess v0.2.9 |
1015 | 2023-10-04T19:56:35.144Z | Downloaded diff v0.1.13 |
1016 | 2023-10-04T19:56:35.150Z | Downloaded rand v0.8.5 |
1017 | 2023-10-04T19:56:35.154Z | Downloaded salty v0.2.0 |
1018 | 2023-10-04T19:56:35.158Z | Downloaded thiserror-impl-no-std v2.0.2 |
1019 | 2023-10-04T19:56:35.164Z | Downloaded ff v0.13.0 |
1020 | 2023-10-04T19:56:35.170Z | Downloaded typenum v1.16.0 |
1021 | 2023-10-04T19:56:35.172Z | Downloaded tough v0.12.5 |
1022 | 2023-10-04T19:56:35.175Z | Downloaded relative-path v1.9.0 |
1023 | 2023-10-04T19:56:35.178Z | Downloaded flate2 v1.0.27 |
1024 | 2023-10-04T19:56:35.181Z | Downloaded flume v0.11.0 |
1025 | 2023-10-04T19:56:35.184Z | Downloaded rayon-core v1.11.0 |
1026 | 2023-10-04T19:56:35.187Z | Downloaded toml_edit v0.19.15 |
1027 | 2023-10-04T19:56:35.190Z | Downloaded postcard-cobs v0.1.5-pre |
1028 | 2023-10-04T19:56:35.193Z | Downloaded phf v0.11.2 |
1029 | 2023-10-04T19:56:35.195Z | Downloaded parking_lot_core v0.9.8 |
1030 | 2023-10-04T19:56:35.199Z | Downloaded textwrap v0.16.0 |
1031 | 2023-10-04T19:56:35.201Z | Downloaded zerocopy v0.6.3 |
1032 | 2023-10-04T19:56:35.204Z | Downloaded unicode-segmentation v1.10.1 |
1033 | 2023-10-04T19:56:35.207Z | Downloaded serde_with v2.3.3 |
1034 | 2023-10-04T19:56:35.210Z | Downloaded pest_meta v2.7.2 |
1035 | 2023-10-04T19:56:35.212Z | Downloaded libm v0.2.7 |
1036 | 2023-10-04T19:56:35.216Z | Downloaded criterion v0.5.1 |
1037 | 2023-10-04T19:56:35.218Z | Downloaded twox-hash v1.6.3 |
1038 | 2023-10-04T19:56:35.221Z | Downloaded once_cell v1.18.0 |
1039 | 2023-10-04T19:56:35.224Z | Downloaded vte v0.11.1 |
1040 | 2023-10-04T19:56:35.227Z | Downloaded trust-dns-server v0.22.1 |
1041 | 2023-10-04T19:56:35.230Z | Downloaded strip-ansi-escapes v0.2.0 |
1042 | 2023-10-04T19:56:35.233Z | Downloaded nom v7.1.3 |
1043 | 2023-10-04T19:56:35.236Z | Downloaded parking_lot_core v0.8.6 |
1044 | 2023-10-04T19:56:35.238Z | Downloaded rpassword v7.2.0 |
1045 | 2023-10-04T19:56:35.241Z | Downloaded poly1305 v0.8.0 |
1046 | 2023-10-04T19:56:35.244Z | Downloaded parking_lot v0.11.2 |
1047 | 2023-10-04T19:56:35.247Z | Downloaded num-bigint v0.4.4 |
1048 | 2023-10-04T19:56:35.250Z | Downloaded polyval v0.6.1 |
1049 | 2023-10-04T19:56:35.253Z | Downloaded futures-channel v0.3.28 |
1050 | 2023-10-04T19:56:35.256Z | Downloaded snafu v0.7.5 |
1051 | 2023-10-04T19:56:35.259Z | Downloaded mio v0.8.8 |
1052 | 2023-10-04T19:56:35.261Z | Downloaded cc v1.0.83 |
1053 | 2023-10-04T19:56:35.264Z | Downloaded slog-envlogger v2.2.0 |
1054 | 2023-10-04T19:56:35.268Z | Downloaded dirs-sys-next v0.1.2 |
1055 | 2023-10-04T19:56:35.271Z | Downloaded digest v0.10.7 |
1056 | 2023-10-04T19:56:35.274Z | Downloaded difflib v0.4.0 |
1057 | 2023-10-04T19:56:35.277Z | Downloaded unarray v0.1.4 |
1058 | 2023-10-04T19:56:35.280Z | Downloaded dashmap v5.5.1 |
1059 | 2023-10-04T19:56:35.283Z | Downloaded tabled_derive v0.6.0 |
1060 | 2023-10-04T19:56:35.286Z | Downloaded globset v0.4.13 |
1061 | 2023-10-04T19:56:35.290Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1062 | 2023-10-04T19:56:35.293Z | Downloaded phf_shared v0.11.2 |
1063 | 2023-10-04T19:56:35.295Z | Downloaded futures-timer v3.0.2 |
1064 | 2023-10-04T19:56:35.298Z | Downloaded uuid v1.4.1 |
1065 | 2023-10-04T19:56:35.301Z | Downloaded rtoolbox v0.0.1 |
1066 | 2023-10-04T19:56:35.304Z | Downloaded darling_core v0.14.4 |
1067 | 2023-10-04T19:56:35.307Z | Downloaded serde_arrays v0.1.0 |
1068 | 2023-10-04T19:56:35.310Z | Downloaded filetime v0.2.22 |
1069 | 2023-10-04T19:56:35.312Z | Downloaded futures-executor v0.3.28 |
1070 | 2023-10-04T19:56:35.315Z | Downloaded prettyplease v0.2.12 |
1071 | 2023-10-04T19:56:35.318Z | Downloaded derive_builder_macro v0.12.0 |
1072 | 2023-10-04T19:56:35.321Z | Downloaded futures v0.3.28 |
1073 | 2023-10-04T19:56:35.324Z | Downloaded slog-stdlog v4.1.1 |
1074 | 2023-10-04T19:56:35.326Z | Downloaded predicates v3.0.3 |
1075 | 2023-10-04T19:56:35.329Z | Downloaded string_cache v0.8.7 |
1076 | 2023-10-04T19:56:35.332Z | Downloaded pkcs8 v0.10.2 |
1077 | 2023-10-04T19:56:35.335Z | Downloaded serde_derive_internals v0.26.0 |
1078 | 2023-10-04T19:56:35.338Z | Downloaded sct v0.7.0 |
1079 | 2023-10-04T19:56:35.341Z | Downloaded ena v0.14.2 |
1080 | 2023-10-04T19:56:35.344Z | Downloaded steno v0.4.0 |
1081 | 2023-10-04T19:56:35.346Z | Downloaded predicates-tree v1.0.9 |
1082 | 2023-10-04T19:56:35.349Z | Downloaded glob v0.3.1 |
1083 | 2023-10-04T19:56:35.352Z | Downloaded deranged v0.3.8 |
1084 | 2023-10-04T19:56:35.355Z | Downloaded either v1.9.0 |
1085 | 2023-10-04T19:56:35.358Z | Downloaded ed25519 v1.5.3 |
1086 | 2023-10-04T19:56:35.361Z | Downloaded hash32 v0.2.1 |
1087 | 2023-10-04T19:56:35.364Z | Downloaded der_derive v0.7.2 |
1088 | 2023-10-04T19:56:35.367Z | Downloaded zerocopy v0.3.0 |
1089 | 2023-10-04T19:56:35.370Z | Downloaded env_logger v0.10.0 |
1090 | 2023-10-04T19:56:35.373Z | Downloaded tokio-postgres v0.7.10 |
1091 | 2023-10-04T19:56:35.376Z | Downloaded diesel_derives v2.1.1 |
1092 | 2023-10-04T19:56:35.400Z | Downloaded partial-io v0.5.4 |
1093 | 2023-10-04T19:56:35.403Z | Downloaded tracing v0.1.37 |
1094 | 2023-10-04T19:56:35.407Z | Downloaded rustversion v1.0.14 |
1095 | 2023-10-04T19:56:35.410Z | Downloaded openssl-macros v0.1.1 |
1096 | 2023-10-04T19:56:35.413Z | Downloaded strsim v0.8.0 |
1097 | 2023-10-04T19:56:35.416Z | Downloaded proc-macro-error v1.0.4 |
1098 | 2023-10-04T19:56:35.418Z | Downloaded postgres-types v0.2.6 |
1099 | 2023-10-04T19:56:35.421Z | Downloaded postgres-protocol v0.6.6 |
1100 | 2023-10-04T19:56:35.424Z | Downloaded postcard v0.7.3 |
1101 | 2023-10-04T19:56:35.427Z | Downloaded fs-err v2.9.0 |
1102 | 2023-10-04T19:56:35.430Z | Downloaded tokio-tungstenite v0.18.0 |
1103 | 2023-10-04T19:56:35.433Z | Downloaded version_check v0.9.4 |
1104 | 2023-10-04T19:56:35.436Z | Downloaded fnv v1.0.7 |
1105 | 2023-10-04T19:56:35.438Z | Downloaded fixedbitset v0.4.2 |
1106 | 2023-10-04T19:56:35.441Z | Downloaded slog-scope v4.4.0 |
1107 | 2023-10-04T19:56:35.444Z | Downloaded slog-async v2.8.0 |
1108 | 2023-10-04T19:56:35.447Z | Downloaded serde-big-array v0.5.1 |
1109 | 2023-10-04T19:56:35.450Z | Downloaded serde_yaml v0.9.25 |
1110 | 2023-10-04T19:56:35.453Z | Downloaded termcolor v1.2.0 |
1111 | 2023-10-04T19:56:35.456Z | Downloaded rustfmt-wrapper v0.2.0 |
1112 | 2023-10-04T19:56:35.459Z | Downloaded rustc_version v0.4.0 |
1113 | 2023-10-04T19:56:35.462Z | Downloaded tungstenite v0.18.0 |
1114 | 2023-10-04T19:56:35.465Z | Downloaded crypto-bigint v0.5.2 |
1115 | 2023-10-04T19:56:35.468Z | Downloaded ringbuffer v0.14.2 |
1116 | 2023-10-04T19:56:35.471Z | Downloaded enum-iterator v1.4.1 |
1117 | 2023-10-04T19:56:35.474Z | Downloaded foreign-types-macros v0.2.3 |
1118 | 2023-10-04T19:56:35.477Z | Downloaded cstr-argument v0.1.2 |
1119 | 2023-10-04T19:56:35.481Z | Downloaded tungstenite v0.17.3 |
1120 | 2023-10-04T19:56:35.495Z | Downloaded float-cmp v0.9.0 |
1121 | 2023-10-04T19:56:35.515Z | Downloaded dirs-next v2.0.0 |
1122 | 2023-10-04T19:56:35.521Z | Downloaded chacha20poly1305 v0.10.1 |
1123 | 2023-10-04T19:56:35.524Z | Downloaded zip v0.6.6 |
1124 | 2023-10-04T19:56:35.527Z | Downloaded url v2.4.1 |
1125 | 2023-10-04T19:56:35.531Z | Downloaded tar v0.4.40 |
1126 | 2023-10-04T19:56:35.534Z | Downloaded quick-error v1.2.3 |
1127 | 2023-10-04T19:56:35.537Z | Downloaded proc-macro-error-attr v1.0.4 |
1128 | 2023-10-04T19:56:35.540Z | Downloaded predicates-core v1.0.6 |
1129 | 2023-10-04T19:56:35.543Z | Downloaded plotters-backend v0.3.5 |
1130 | 2023-10-04T19:56:35.548Z | Downloaded usdt-impl v0.3.5 |
1131 | 2023-10-04T19:56:35.551Z | Downloaded tracing-core v0.1.31 |
1132 | 2023-10-04T19:56:35.554Z | Downloaded topological-sort v0.2.2 |
1133 | 2023-10-04T19:56:35.556Z | Downloaded usdt-macro v0.3.5 |
1134 | 2023-10-04T19:56:35.559Z | Downloaded paste v1.0.14 |
1135 | 2023-10-04T19:56:35.562Z | Downloaded indicatif v0.17.6 |
1136 | 2023-10-04T19:56:35.567Z | Downloaded termios v0.3.3 |
1137 | 2023-10-04T19:56:35.572Z | Downloaded pin-project-internal v1.1.3 |
1138 | 2023-10-04T19:56:35.575Z | Downloaded debug-ignore v1.0.5 |
1139 | 2023-10-04T19:56:35.579Z | Downloaded data-encoding v2.4.0 |
1140 | 2023-10-04T19:56:35.583Z | Downloaded base64 v0.13.1 |
1141 | 2023-10-04T19:56:35.585Z | Downloaded tokio-tungstenite v0.17.2 |
1142 | 2023-10-04T19:56:35.589Z | Downloaded parse-display v0.7.0 |
1143 | 2023-10-04T19:56:35.592Z | Downloaded omicron-zone-package v0.8.3 |
1144 | 2023-10-04T19:56:35.596Z | Downloaded fallible-streaming-iterator v0.1.9 |
1145 | 2023-10-04T19:56:35.600Z | Downloaded tap v1.0.1 |
1146 | 2023-10-04T19:56:35.603Z | Downloaded ref-cast v1.0.20 |
1147 | 2023-10-04T19:56:35.606Z | Downloaded enum-as-inner v0.5.1 |
1148 | 2023-10-04T19:56:35.610Z | Downloaded snafu-derive v0.7.5 |
1149 | 2023-10-04T19:56:35.614Z | Downloaded const_format v0.2.31 |
1150 | 2023-10-04T19:56:35.617Z | Downloaded phf_shared v0.10.0 |
1151 | 2023-10-04T19:56:35.620Z | Downloaded smawk v0.3.1 |
1152 | 2023-10-04T19:56:35.624Z | Downloaded crossbeam-epoch v0.9.15 |
1153 | 2023-10-04T19:56:35.627Z | Downloaded tinyvec v1.6.0 |
1154 | 2023-10-04T19:56:35.630Z | Downloaded pem v1.1.1 |
1155 | 2023-10-04T19:56:35.634Z | Downloaded parse-display-derive v0.7.0 |
1156 | 2023-10-04T19:56:35.638Z | Downloaded owo-colors v3.5.0 |
1157 | 2023-10-04T19:56:35.640Z | Downloaded ctr v0.9.2 |
1158 | 2023-10-04T19:56:35.644Z | Downloaded unsafe-libyaml v0.2.9 |
1159 | 2023-10-04T19:56:35.647Z | Downloaded fragile v2.0.0 |
1160 | 2023-10-04T19:56:35.650Z | Downloaded tracing-attributes v0.1.26 |
1161 | 2023-10-04T19:56:35.652Z | Downloaded percent-encoding v2.3.0 |
1162 | 2023-10-04T19:56:35.655Z | Downloaded tempfile v3.8.0 |
1163 | 2023-10-04T19:56:35.658Z | Downloaded radium v0.7.0 |
1164 | 2023-10-04T19:56:35.661Z | Downloaded platforms v3.0.2 |
1165 | 2023-10-04T19:56:35.663Z | Downloaded foreign-types v0.3.2 |
1166 | 2023-10-04T19:56:35.666Z | Downloaded darling_macro v0.20.3 |
1167 | 2023-10-04T19:56:35.669Z | Downloaded rand_xorshift v0.3.0 |
1168 | 2023-10-04T19:56:35.672Z | Downloaded serde_repr v0.1.16 |
1169 | 2023-10-04T19:56:35.675Z | Downloaded zeroize_derive v1.4.2 |
1170 | 2023-10-04T19:56:35.678Z | Downloaded untrusted v0.7.1 |
1171 | 2023-10-04T19:56:35.681Z | Downloaded tinytemplate v1.2.1 |
1172 | 2023-10-04T19:56:35.684Z | Downloaded structopt v0.3.26 |
1173 | 2023-10-04T19:56:35.687Z | Downloaded aes v0.8.3 |
1174 | 2023-10-04T19:56:35.690Z | Downloaded crypto-common v0.1.6 |
1175 | 2023-10-04T19:56:35.693Z | Downloaded term v0.7.0 |
1176 | 2023-10-04T19:56:35.696Z | Downloaded smallvec v1.11.0 |
1177 | 2023-10-04T19:56:35.699Z | Downloaded walkdir v2.4.0 |
1178 | 2023-10-04T19:56:35.703Z | Downloaded vte_generate_state_changes v0.1.1 |
1179 | 2023-10-04T19:56:35.706Z | Downloaded path-slash v0.1.5 |
1180 | 2023-10-04T19:56:35.709Z | Downloaded path-absolutize v3.1.0 |
1181 | 2023-10-04T19:56:35.712Z | Downloaded endian-type v0.1.2 |
1182 | 2023-10-04T19:56:35.715Z | Downloaded wait-timeout v0.2.0 |
1183 | 2023-10-04T19:56:35.718Z | Downloaded serde_tokenstream v0.2.0 |
1184 | 2023-10-04T19:56:35.721Z | Downloaded rstest_macros v0.18.2 |
1185 | 2023-10-04T19:56:35.723Z | Downloaded tokio-rustls v0.24.1 |
1186 | 2023-10-04T19:56:35.726Z | Downloaded itertools v0.10.5 |
1187 | 2023-10-04T19:56:35.729Z | Downloaded num-traits v0.2.16 |
1188 | 2023-10-04T19:56:35.731Z | Downloaded futures-macro v0.3.28 |
1189 | 2023-10-04T19:56:35.737Z | Downloaded slog-term v2.9.0 |
1190 | 2023-10-04T19:56:35.740Z | Downloaded serde_with_macros v2.3.3 |
1191 | 2023-10-04T19:56:35.743Z | Downloaded rand_chacha v0.3.1 |
1192 | 2023-10-04T19:56:35.746Z | Downloaded foreign-types-shared v0.3.1 |
1193 | 2023-10-04T19:56:35.749Z | Downloaded foreign-types-shared v0.1.1 |
1194 | 2023-10-04T19:56:35.751Z | Downloaded smallvec v0.6.14 |
1195 | 2023-10-04T19:56:35.755Z | Downloaded path-dedot v3.1.0 |
1196 | 2023-10-04T19:56:35.758Z | Downloaded curve25519-dalek-derive v0.1.0 |
1197 | 2023-10-04T19:56:35.761Z | Downloaded multer v2.1.0 |
1198 | 2023-10-04T19:56:35.763Z | Downloaded wyz v0.5.1 |
1199 | 2023-10-04T19:56:35.766Z | Downloaded whoami v1.4.1 |
1200 | 2023-10-04T19:56:35.769Z | Downloaded which v4.4.0 |
1201 | 2023-10-04T19:56:35.772Z | Downloaded unicode-width v0.1.10 |
1202 | 2023-10-04T19:56:35.775Z | Downloaded allocator-api2 v0.2.16 |
1203 | 2023-10-04T19:56:35.777Z | Downloaded thread-id v4.2.0 |
1204 | 2023-10-04T19:56:35.780Z | Downloaded socket2 v0.4.9 |
1205 | 2023-10-04T19:56:35.783Z | Downloaded tokio-native-tls v0.3.1 |
1206 | 2023-10-04T19:56:35.786Z | Downloaded tiny-keccak v2.0.2 |
1207 | 2023-10-04T19:56:35.789Z | Downloaded threadpool v1.8.1 |
1208 | 2023-10-04T19:56:35.791Z | Downloaded structopt-derive v0.4.18 |
1209 | 2023-10-04T19:56:35.794Z | Downloaded siphasher v0.3.11 |
1210 | 2023-10-04T19:56:35.797Z | Downloaded similar-asserts v1.5.0 |
1211 | 2023-10-04T19:56:35.800Z | Downloaded crunchy v0.2.2 |
1212 | 2023-10-04T19:56:35.803Z | Downloaded miniz_oxide v0.7.1 |
1213 | 2023-10-04T19:56:35.806Z | Downloaded time-core v0.1.1 |
1214 | 2023-10-04T19:56:35.808Z | Downloaded zeroize v1.6.0 |
1215 | 2023-10-04T19:56:35.811Z | Downloaded const-oid v0.9.5 |
1216 | 2023-10-04T19:56:35.814Z | Downloaded signal-hook-registry v1.4.1 |
1217 | 2023-10-04T19:56:35.817Z | Downloaded semver v0.1.20 |
1218 | 2023-10-04T19:56:35.820Z | Downloaded hyper-rustls v0.24.1 |
1219 | 2023-10-04T19:56:35.822Z | Downloaded lock_api v0.4.10 |
1220 | 2023-10-04T19:56:35.825Z | Downloaded zone_cfg_derive v0.2.0 |
1221 | 2023-10-04T19:56:35.828Z | Downloaded zone v0.2.0 |
1222 | 2023-10-04T19:56:35.831Z | Downloaded structmeta-derive v0.1.6 |
1223 | 2023-10-04T19:56:35.834Z | Downloaded structmeta v0.1.6 |
1224 | 2023-10-04T19:56:35.837Z | Downloaded semver v0.11.0 |
1225 | 2023-10-04T19:56:35.840Z | Downloaded convert_case v0.4.0 |
1226 | 2023-10-04T19:56:35.843Z | Downloaded mime_guess v2.0.4 |
1227 | 2023-10-04T19:56:35.846Z | Downloaded static_assertions v1.1.0 |
1228 | 2023-10-04T19:56:35.849Z | Downloaded rustls-native-certs v0.6.3 |
1229 | 2023-10-04T19:56:35.851Z | Downloaded rstest v0.18.2 |
1230 | 2023-10-04T19:56:35.854Z | Downloaded num_enum_derive v0.5.11 |
1231 | 2023-10-04T19:56:35.857Z | Downloaded cookie v0.16.2 |
1232 | 2023-10-04T19:56:35.860Z | Downloaded num v0.4.1 |
1233 | 2023-10-04T19:56:35.863Z | Downloaded lazycell v1.3.0 |
1234 | 2023-10-04T19:56:35.866Z | Downloaded lalrpop-util v0.19.12 |
1235 | 2023-10-04T19:56:35.868Z | Downloaded ascii v1.1.0 |
1236 | 2023-10-04T19:56:36.280Z | Downloaded addr2line v0.21.0 |
1237 | 2023-10-04T19:56:36.283Z | Downloaded bitflags v2.4.0 |
1238 | 2023-10-04T19:56:36.286Z | Downloaded aes-gcm-siv v0.11.1 |
1239 | 2023-10-04T19:56:36.288Z | Downloaded ansi_term v0.12.1 |
1240 | 2023-10-04T19:56:36.295Z | Downloaded indexmap v1.9.3 |
1241 | 2023-10-04T19:56:36.298Z | Downloaded cancel-safe-futures v0.1.2 |
1242 | 2023-10-04T19:56:36.305Z | Downloaded try-lock v0.2.4 |
1243 | 2023-10-04T19:56:36.315Z | Downloaded tower-service v0.3.2 |
1244 | 2023-10-04T19:56:36.318Z | Downloaded thread_local v1.1.7 |
1245 | 2023-10-04T19:56:36.321Z | Downloaded tempdir v0.3.7 |
1246 | 2023-10-04T19:56:36.326Z | Downloaded native-tls v0.2.11 |
1247 | 2023-10-04T19:56:36.332Z | Downloaded httparse v1.8.0 |
1248 | 2023-10-04T19:56:36.340Z | Downloaded xattr v1.0.1 |
1249 | 2023-10-04T19:56:36.346Z | Downloaded toolchain_find v0.2.0 |
1250 | 2023-10-04T19:56:36.356Z | Downloaded slog-bunyan v2.4.0 |
1251 | 2023-10-04T19:56:36.362Z | Downloaded signal-hook-mio v0.2.3 |
1252 | 2023-10-04T19:56:36.368Z | Downloaded sha2 v0.10.7 |
1253 | 2023-10-04T19:56:36.374Z | Downloaded sha1 v0.10.5 |
1254 | 2023-10-04T19:56:36.381Z | Downloaded mockall_derive v0.11.4 |
1255 | 2023-10-04T19:56:36.790Z | Downloaded hyper-staticfile v0.9.5 |
1256 | 2023-10-04T19:56:36.794Z | Downloaded crc32fast v1.3.2 |
1257 | 2023-10-04T19:56:36.803Z | Downloaded clang-sys v1.6.1 |
1258 | 2023-10-04T19:56:36.806Z | Downloaded num-rational v0.4.1 |
1259 | 2023-10-04T19:56:36.810Z | Downloaded num-iter v0.1.43 |
1260 | 2023-10-04T19:56:36.813Z | Downloaded libefi-sys v0.1.0 |
1261 | 2023-10-04T19:56:36.817Z | Downloaded cfg-if v1.0.0 |
1262 | 2023-10-04T19:56:36.820Z | Downloaded buf-list v1.0.3 |
1263 | 2023-10-04T19:56:36.824Z | Downloaded ipnetwork v0.20.0 |
1264 | 2023-10-04T19:56:37.230Z | Downloaded corncobs v0.1.3 |
1265 | 2023-10-04T19:56:37.235Z | Downloaded ciborium-ll v0.2.1 |
1266 | 2023-10-04T19:56:37.239Z | Downloaded serde_tokenstream v0.1.7 |
1267 | 2023-10-04T19:56:37.242Z | Downloaded scheduled-thread-pool v0.2.7 |
1268 | 2023-10-04T19:56:37.245Z | Downloaded same-file v1.0.6 |
1269 | 2023-10-04T19:56:37.248Z | Downloaded rustls-pemfile v1.0.3 |
1270 | 2023-10-04T19:56:37.251Z | Downloaded rustc_version v0.1.7 |
1271 | 2023-10-04T19:56:37.255Z | Downloaded rustc-hash v1.1.0 |
1272 | 2023-10-04T19:56:37.258Z | Downloaded resolv-conf v0.7.0 |
1273 | 2023-10-04T19:56:37.265Z | Downloaded hmac v0.12.1 |
1274 | 2023-10-04T19:56:37.269Z | Downloaded base64 v0.21.4 |
1275 | 2023-10-04T19:56:37.272Z | Downloaded nodrop v0.1.14 |
1276 | 2023-10-04T19:56:37.276Z | Downloaded md-5 v0.10.5 |
1277 | 2023-10-04T19:56:37.280Z | Downloaded constant_time_eq v0.3.0 |
1278 | 2023-10-04T19:56:37.283Z | Downloaded const_format_proc_macros v0.2.31 |
1279 | 2023-10-04T19:56:37.299Z | Downloaded new_debug_unreachable v1.0.4 |
1280 | 2023-10-04T19:56:37.302Z | Downloaded nibble_vec v0.1.0 |
1281 | 2023-10-04T19:56:37.305Z | Downloaded newline-converter v0.3.0 |
1282 | 2023-10-04T19:56:37.308Z | Downloaded matches v0.1.10 |
1283 | 2023-10-04T19:56:37.311Z | Downloaded argon2 v0.5.2 |
1284 | 2023-10-04T19:56:37.327Z | Downloaded secrecy v0.8.0 |
1285 | 2023-10-04T19:56:37.331Z | Downloaded keccak v0.1.4 |
1286 | 2023-10-04T19:56:37.334Z | Downloaded cexpr v0.6.0 |
1287 | 2023-10-04T19:56:37.337Z | Downloaded bytesize v1.3.0 |
1288 | 2023-10-04T19:56:37.340Z | Downloaded crc-catalog v2.2.0 |
1289 | 2023-10-04T19:56:37.343Z | Downloaded async-stream v0.3.5 |
1290 | 2023-10-04T19:56:37.347Z | Downloaded bitfield v0.14.0 |
1291 | 2023-10-04T19:56:37.350Z | Downloaded async-trait v0.1.73 |
1292 | 2023-10-04T19:56:37.353Z | Downloaded arrayvec v0.7.4 |
1293 | 2023-10-04T19:56:37.356Z | Downloaded atomic-waker v1.1.1 |
1294 | 2023-10-04T19:56:37.360Z | Downloaded anes v0.1.6 |
1295 | 2023-10-04T19:56:37.363Z | Downloaded adler v1.0.2 |
1296 | 2023-10-04T19:56:37.365Z | Downloaded nanorand v0.7.0 |
1297 | 2023-10-04T19:56:37.368Z | Downloaded memoffset v0.9.0 |
1298 | 2023-10-04T19:56:37.373Z | Downloaded crossbeam-queue v0.3.8 |
1299 | 2023-10-04T19:56:37.376Z | Downloaded crossbeam v0.8.2 |
1300 | 2023-10-04T19:56:37.379Z | Downloaded match_cfg v0.1.0 |
1301 | 2023-10-04T19:56:37.383Z | Downloaded num-derive v0.4.0 |
1302 | 2023-10-04T19:56:37.388Z | Downloaded mockall v0.11.4 |
1303 | 2023-10-04T19:56:37.392Z | Downloaded mime v0.3.17 |
1304 | 2023-10-04T19:56:37.396Z | Downloaded memoffset v0.7.1 |
1305 | 2023-10-04T19:56:37.400Z | Downloaded linked-hash-map v0.5.6 |
1306 | 2023-10-04T19:56:37.404Z | Downloaded libloading v0.7.4 |
1307 | 2023-10-04T19:56:37.407Z | Downloaded lazy_static v1.4.0 |
1308 | 2023-10-04T19:56:37.416Z | Downloaded impl-trait-for-tuples v0.2.2 |
1309 | 2023-10-04T19:56:37.420Z | Downloaded http-body v0.4.5 |
1310 | 2023-10-04T19:56:37.425Z | Downloaded heck v0.3.3 |
1311 | 2023-10-04T19:56:37.430Z | Downloaded crc v3.0.1 |
1312 | 2023-10-04T19:56:37.435Z | Downloaded cpufeatures v0.2.9 |
1313 | 2023-10-04T19:56:37.461Z | Downloaded clap_lex v0.2.4 |
1314 | 2023-10-04T19:56:37.466Z | Downloaded bit-set v0.5.3 |
1315 | 2023-10-04T19:56:37.471Z | Downloaded cast v0.3.0 |
1316 | 2023-10-04T19:56:37.474Z | Downloaded maybe-uninit v2.0.0 |
1317 | 2023-10-04T19:56:37.478Z | Downloaded inout v0.1.3 |
1318 | 2023-10-04T19:56:37.482Z | Downloaded base16ct v0.2.0 |
1319 | 2023-10-04T19:56:37.486Z | Downloaded ipnet v2.8.0 |
1320 | 2023-10-04T19:56:37.490Z | Downloaded indoc v1.0.9 |
1321 | 2023-10-04T19:56:37.494Z | Downloaded ident_case v1.0.1 |
1322 | 2023-10-04T19:56:37.501Z | Downloaded httptest v0.15.4 |
1323 | 2023-10-04T19:56:37.505Z | Downloaded heapless v0.7.16 |
1324 | 2023-10-04T19:56:37.510Z | Downloaded crossbeam-deque v0.8.3 |
1325 | 2023-10-04T19:56:37.515Z | Downloaded colored v2.0.4 |
1326 | 2023-10-04T19:56:37.519Z | Downloaded ciborium-io v0.2.1 |
1327 | 2023-10-04T19:56:37.524Z | Downloaded blake2b_simd v1.0.1 |
1328 | 2023-10-04T19:56:37.530Z | Downloaded is-terminal v0.4.9 |
1329 | 2023-10-04T19:56:37.534Z | Downloaded clap_derive v3.2.25 |
1330 | 2023-10-04T19:56:37.539Z | Downloaded httpdate v1.0.3 |
1331 | 2023-10-04T19:56:37.545Z | Downloaded assert_matches v1.5.0 |
1332 | 2023-10-04T19:56:37.551Z | Downloaded approx v0.5.1 |
1333 | 2023-10-04T19:56:37.558Z | Downloaded aead v0.5.2 |
1334 | 2023-10-04T19:56:37.565Z | Downloaded array-init v0.0.4 |
1335 | 2023-10-04T19:56:37.569Z | Downloaded autocfg v1.1.0 |
1336 | 2023-10-04T19:56:37.576Z | Downloaded maplit v1.0.2 |
1337 | 2023-10-04T19:56:37.583Z | Downloaded num-integer v0.1.45 |
1338 | 2023-10-04T19:56:37.586Z | Downloaded lru-cache v0.1.2 |
1339 | 2023-10-04T19:56:37.590Z | Downloaded iana-time-zone v0.1.57 |
1340 | 2023-10-04T19:56:37.594Z | Downloaded hostname v0.3.1 |
1341 | 2023-10-04T19:56:37.599Z | Downloaded ascii-canvas v3.0.0 |
1342 | 2023-10-04T19:56:37.602Z | Downloaded serde_path_to_error v0.1.14 |
1343 | 2023-10-04T19:56:37.607Z | Downloaded normalize-line-endings v0.3.0 |
1344 | 2023-10-04T19:56:37.611Z | Downloaded macaddr v1.0.1 |
1345 | 2023-10-04T19:56:37.614Z | Downloaded instant v0.1.12 |
1346 | 2023-10-04T19:56:37.618Z | Downloaded bincode v1.3.3 |
1347 | 2023-10-04T19:56:38.031Z | Downloaded basic-toml v0.1.4 |
1348 | 2023-10-04T19:56:38.034Z | Downloaded cassowary v0.3.0 |
1349 | 2023-10-04T19:56:38.039Z | Downloaded atty v0.2.14 |
1350 | 2023-10-04T19:56:38.046Z | Downloaded backoff v0.4.0 |
1351 | 2023-10-04T19:56:38.050Z | Downloaded async-recursion v1.0.5 |
1352 | 2023-10-04T19:56:38.486Z | Downloaded managed v0.8.0 |
1353 | 2023-10-04T19:56:38.490Z | Downloaded bitstruct_derive v0.1.0 |
1354 | 2023-10-04T19:56:38.493Z | Downloaded block-padding v0.3.3 |
1355 | 2023-10-04T19:56:38.501Z | Downloaded backtrace v0.3.69 |
1356 | 2023-10-04T19:56:38.504Z | Downloaded log v0.4.20 |
1357 | 2023-10-04T19:56:38.509Z | Downloaded hex v0.4.3 |
1358 | 2023-10-04T19:56:38.514Z | Downloaded crossbeam-utils v0.8.16 |
1359 | 2023-10-04T19:56:38.518Z | Downloaded ciborium v0.2.1 |
1360 | 2023-10-04T19:56:38.521Z | Downloaded indoc v2.0.3 |
1361 | 2023-10-04T19:56:38.524Z | Downloaded constant_time_eq v0.2.6 |
1362 | 2023-10-04T19:56:38.528Z | Downloaded console v0.15.7 |
1363 | 2023-10-04T19:56:38.531Z | Downloaded chacha20 v0.9.1 |
1364 | 2023-10-04T19:56:38.536Z | Downloaded arrayref v0.3.7 |
1365 | 2023-10-04T19:56:38.539Z | Downloaded bb8 v0.8.1 |
1366 | 2023-10-04T19:56:38.542Z | Downloaded home v0.5.5 |
1367 | 2023-10-04T19:56:38.549Z | Downloaded cipher v0.4.4 |
1368 | 2023-10-04T19:56:38.552Z | Downloaded bytes v1.5.0 |
1369 | 2023-10-04T19:56:38.560Z | Downloaded bytecount v0.6.3 |
1370 | 2023-10-04T19:56:38.564Z | Downloaded block-buffer v0.10.4 |
1371 | 2023-10-04T19:56:38.569Z | Downloaded bzip2 v0.4.4 |
1372 | 2023-10-04T19:56:38.573Z | Downloaded bitstruct v0.1.1 |
1373 | 2023-10-04T19:56:38.577Z | Compiling proc-macro2 v1.0.67 |
1374 | 2023-10-04T19:56:38.580Z | Compiling serde v1.0.188 |
1375 | 2023-10-04T19:56:38.585Z | Compiling autocfg v1.1.0 |
1376 | 2023-10-04T19:56:38.591Z | Compiling version_check v0.9.4 |
1377 | 2023-10-04T19:56:38.598Z | Compiling syn v1.0.109 |
1378 | 2023-10-04T19:56:38.604Z | Compiling parking_lot_core v0.9.8 |
1379 | 2023-10-04T19:56:38.611Z | Compiling libm v0.2.7 |
1380 | 2023-10-04T19:56:38.620Z | Compiling libc v0.2.148 |
1381 | 2023-10-04T19:56:38.638Z | Compiling cfg-if v1.0.0 |
1382 | 2023-10-04T19:56:38.657Z | Compiling once_cell v1.18.0 |
1383 | 2023-10-04T19:56:38.663Z | Compiling futures-core v0.3.28 |
1384 | 2023-10-04T19:56:39.070Z | Compiling typenum v1.16.0 |
1385 | 2023-10-04T19:56:39.075Z | Compiling ahash v0.8.3 |
1386 | 2023-10-04T19:56:39.082Z | Compiling generic-array v0.14.7 |
1387 | 2023-10-04T19:56:39.087Z | Compiling lock_api v0.4.10 |
1388 | 2023-10-04T19:56:39.101Z | Compiling num-traits v0.2.16 |
1389 | 2023-10-04T19:56:39.105Z | Compiling quote v1.0.33 |
1390 | 2023-10-04T19:56:39.112Z | Compiling slab v0.4.9 |
1391 | 2023-10-04T19:56:39.121Z | Compiling futures-channel v0.3.28 |
1392 | 2023-10-04T19:56:39.129Z | Compiling syn v2.0.32 |
1393 | 2023-10-04T19:56:39.260Z | Compiling jobserver v0.1.26 |
1394 | 2023-10-04T19:56:39.516Z | Compiling futures-task v0.3.28 |
1395 | 2023-10-04T19:56:39.614Z | Compiling pkg-config v0.3.27 |
1396 | 2023-10-04T19:56:39.735Z | Compiling cc v1.0.83 |
1397 | 2023-10-04T19:56:39.757Z | Compiling futures-util v0.3.28 |
1398 | 2023-10-04T19:56:39.899Z | Compiling memchr v2.6.3 |
1399 | 2023-10-04T19:56:40.220Z | Compiling vcpkg v0.2.15 |
1400 | 2023-10-04T19:56:40.360Z | Compiling itoa v1.0.9 |
1401 | 2023-10-04T19:56:40.673Z | Compiling log v0.4.20 |
1402 | 2023-10-04T19:56:40.703Z | Compiling schemars v0.8.13 |
1403 | 2023-10-04T19:56:41.169Z | Compiling serde_json v1.0.107 |
1404 | 2023-10-04T19:56:41.362Z | Compiling allocator-api2 v0.2.16 |
1405 | 2023-10-04T19:56:41.375Z | Compiling equivalent v1.0.1 |
1406 | 2023-10-04T19:56:41.525Z | Compiling indexmap v1.9.3 |
1407 | 2023-10-04T19:56:41.629Z | Compiling httparse v1.8.0 |
1408 | 2023-10-04T19:56:42.019Z | Compiling ryu v1.0.15 |
1409 | 2023-10-04T19:56:42.278Z | Compiling rustix v0.38.9 |
1410 | 2023-10-04T19:56:42.581Z | Compiling hashbrown v0.14.0 |
1411 | 2023-10-04T19:56:42.687Z | Compiling getrandom v0.2.10 |
1412 | 2023-10-04T19:56:42.709Z | Compiling fnv v1.0.7 |
1413 | 2023-10-04T19:56:42.889Z | Compiling rustls v0.21.7 |
1414 | 2023-10-04T19:56:43.581Z | Compiling openssl v0.10.57 |
1415 | 2023-10-04T19:56:43.999Z | Compiling aho-corasick v1.0.4 |
1416 | 2023-10-04T19:56:44.010Z | Compiling regex-syntax v0.7.5 |
1417 | 2023-10-04T19:56:45.505Z | Compiling unicode-xid v0.2.4 |
1418 | 2023-10-04T19:56:45.510Z | Compiling ucd-trie v0.1.6 |
1419 | 2023-10-04T19:56:45.515Z | Compiling native-tls v0.2.11 |
1420 | 2023-10-04T19:56:45.520Z | Compiling async-trait v0.1.73 |
1421 | 2023-10-04T19:56:45.526Z | Compiling ring v0.16.20 |
1422 | 2023-10-04T19:56:45.532Z | Compiling openssl-sys v0.9.93 |
1423 | 2023-10-04T19:56:45.537Z | Compiling backtrace v0.3.69 |
1424 | 2023-10-04T19:56:45.907Z | Compiling crossbeam-utils v0.8.16 |
1425 | 2023-10-04T19:56:46.576Z | Compiling anyhow v1.0.75 |
1426 | 2023-10-04T19:56:47.330Z | Compiling slog v2.7.0 |
1427 | 2023-10-04T19:56:48.051Z | Compiling time-core v0.1.1 |
1428 | 2023-10-04T19:56:48.294Z | Compiling time-macros v0.2.13 |
1429 | 2023-10-04T19:56:48.326Z | Compiling byteorder v1.4.3 |
1430 | 2023-10-04T19:56:48.768Z | Compiling iana-time-zone v0.1.57 |
1431 | 2023-10-04T19:56:49.051Z | Compiling regex-automata v0.3.8 |
1432 | 2023-10-04T19:56:49.292Z | Compiling dyn-clone v1.0.13 |
1433 | 2023-10-04T19:56:49.574Z | Compiling hashbrown v0.13.2 |
1434 | 2023-10-04T19:56:49.741Z | Compiling winnow v0.5.15 |
1435 | 2023-10-04T19:56:51.355Z | Compiling serde_derive_internals v0.26.0 |
1436 | 2023-10-04T19:56:51.607Z | Compiling synstructure v0.12.6 |
1437 | 2023-10-04T19:56:53.278Z | Compiling usdt-impl v0.3.5 |
1438 | 2023-10-04T19:56:53.439Z | Compiling scopeguard v1.2.0 |
1439 | 2023-10-04T19:56:53.641Z | Compiling unicode-width v0.1.10 |
1440 | 2023-10-04T19:56:53.923Z | Compiling thread-id v4.2.0 |
1441 | 2023-10-04T19:56:54.220Z | Compiling strsim v0.10.0 |
1442 | 2023-10-04T19:56:54.611Z | Compiling tinyvec_macros v0.1.1 |
1443 | 2023-10-04T19:56:54.733Z | Compiling smallvec v1.11.0 |
1444 | 2023-10-04T19:56:55.280Z | Compiling tinyvec v1.6.0 |
1445 | 2023-10-04T19:56:55.397Z | Compiling unicode-bidi v0.3.13 |
1446 | 2023-10-04T19:56:55.962Z | Compiling parking_lot v0.12.1 |
1447 | 2023-10-04T19:56:56.018Z | Compiling num-integer v0.1.45 |
1448 | 2023-10-04T19:56:56.372Z | Compiling percent-encoding v2.3.0 |
1449 | 2023-10-04T19:56:56.425Z | Compiling crc32fast v1.3.2 |
1450 | 2023-10-04T19:56:56.902Z | Compiling spin v0.5.2 |
1451 | 2023-10-04T19:56:57.162Z | Compiling form_urlencoded v1.2.0 |
1452 | 2023-10-04T19:56:57.294Z | Compiling regex v1.9.5 |
1453 | 2023-10-04T19:56:57.466Z | Compiling bitflags v1.3.2 |
1454 | 2023-10-04T19:56:57.612Z | Compiling pin-project-lite v0.2.13 |
1455 | 2023-10-04T19:56:57.618Z | Compiling adler v1.0.2 |
1456 | 2023-10-04T19:56:57.645Z | Compiling gimli v0.28.0 |
1457 | 2023-10-04T19:56:57.791Z | Compiling object v0.32.1 |
1458 | 2023-10-04T19:56:57.951Z | Compiling miniz_oxide v0.7.1 |
1459 | 2023-10-04T19:56:58.083Z | Compiling unicode-normalization v0.1.22 |
1460 | 2023-10-04T19:56:59.016Z | Compiling errno v0.3.2 |
1461 | 2023-10-04T19:56:59.260Z | Compiling memoffset v0.9.0 |
1462 | 2023-10-04T19:56:59.676Z | Compiling idna v0.4.0 |
1463 | 2023-10-04T19:57:00.312Z | Compiling rustc-demangle v0.1.23 |
1464 | 2023-10-04T19:57:00.549Z | Compiling mio v0.8.8 |
1465 | 2023-10-04T19:57:01.320Z | Compiling serde_derive v1.0.188 |
1466 | 2023-10-04T19:57:01.687Z | Compiling zeroize_derive v1.4.2 |
1467 | 2023-10-04T19:57:01.720Z | Compiling thiserror-impl v1.0.49 |
1468 | 2023-10-04T19:57:02.229Z | Compiling tokio-macros v2.1.0 |
1469 | 2023-10-04T19:57:02.550Z | Compiling futures-macro v0.3.28 |
1470 | 2023-10-04T19:57:03.960Z | Compiling tracing-attributes v0.1.26 |
1471 | 2023-10-04T19:57:04.604Z | Compiling schemars_derive v0.8.13 |
1472 | 2023-10-04T19:57:05.129Z | Compiling openssl-macros v0.1.1 |
1473 | 2023-10-04T19:57:05.782Z | Compiling zerocopy-derive v0.2.0 |
1474 | 2023-10-04T19:57:06.199Z | Compiling zerocopy-derive v0.6.3 |
1475 | 2023-10-04T19:57:06.718Z | Compiling thiserror v1.0.49 |
1476 | 2023-10-04T19:57:06.721Z | Compiling pest v2.7.2 |
1477 | 2023-10-04T19:57:08.625Z | Compiling zerocopy v0.3.0 |
1478 | 2023-10-04T19:57:09.144Z | Compiling url v2.4.1 |
1479 | 2023-10-04T19:57:09.388Z | Compiling addr2line v0.21.0 |
1480 | 2023-10-04T19:57:09.502Z | Compiling signal-hook-registry v1.4.1 |
1481 | 2023-10-04T19:57:09.571Z | Compiling num_cpus v1.16.0 |
1482 | 2023-10-04T19:57:09.718Z | Compiling socket2 v0.5.3 |
1483 | 2023-10-04T19:57:09.755Z | Compiling dof v0.1.5 |
1484 | 2023-10-04T19:57:09.857Z | Compiling radium v0.7.0 |
1485 | 2023-10-04T19:57:10.460Z | Compiling futures-sink v0.3.28 |
1486 | 2023-10-04T19:57:11.023Z | Compiling pest_meta v2.7.2 |
1487 | 2023-10-04T19:57:11.068Z | Compiling crossbeam-epoch v0.9.15 |
1488 | 2023-10-04T19:57:11.346Z | Compiling pin-utils v0.1.0 |
1489 | 2023-10-04T19:57:11.430Z | Compiling futures-io v0.3.28 |
1490 | 2023-10-04T19:57:11.461Z | Compiling clap_derive v4.4.2 |
1491 | 2023-10-04T19:57:11.478Z | Compiling num-iter v0.1.43 |
1492 | 2023-10-04T19:57:12.031Z | Compiling tracing-core v0.1.31 |
1493 | 2023-10-04T19:57:12.488Z | Compiling lazy_static v1.4.0 |
1494 | 2023-10-04T19:57:12.655Z | Compiling rand_core v0.6.4 |
1495 | 2023-10-04T19:57:13.151Z | Compiling deranged v0.3.8 |
1496 | 2023-10-04T19:57:13.302Z | Compiling pest_generator v2.7.2 |
1497 | 2023-10-04T19:57:14.303Z | Compiling tracing v0.1.37 |
1498 | 2023-10-04T19:57:15.441Z | Compiling either v1.9.0 |
1499 | 2023-10-04T19:57:15.966Z | Compiling num_threads v0.1.6 |
1500 | 2023-10-04T19:57:16.140Z | Compiling zeroize v1.6.0 |
1501 | 2023-10-04T19:57:16.304Z | Compiling time v0.3.27 |
1502 | 2023-10-04T19:57:16.407Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1503 | 2023-10-04T19:57:17.078Z | Compiling base64 v0.21.4 |
1504 | 2023-10-04T19:57:18.233Z | Compiling untrusted v0.7.1 |
1505 | 2023-10-04T19:57:18.985Z | Compiling pest_derive v2.7.2 |
1506 | 2023-10-04T19:57:19.508Z | Compiling enum-as-inner v0.5.1 |
1507 | 2023-10-04T19:57:19.661Z | Compiling dtrace-parser v0.1.14 |
1508 | 2023-10-04T19:57:21.027Z | Compiling hashbrown v0.12.3 |
1509 | 2023-10-04T19:57:21.394Z | Compiling foreign-types-shared v0.1.1 |
1510 | 2023-10-04T19:57:21.550Z | Compiling openssl-probe v0.1.5 |
1511 | 2023-10-04T19:57:22.029Z | Compiling foreign-types v0.3.2 |
1512 | 2023-10-04T19:57:22.186Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1513 | 2023-10-04T19:57:22.645Z | Compiling siphasher v0.3.11 |
1514 | 2023-10-04T19:57:23.232Z | Compiling try-lock v0.2.4 |
1515 | 2023-10-04T19:57:23.398Z | Compiling rustls-webpki v0.101.4 |
1516 | 2023-10-04T19:57:23.436Z | Compiling want v0.3.1 |
1517 | 2023-10-04T19:57:23.831Z | Compiling sct v0.7.0 |
1518 | 2023-10-04T19:57:24.269Z | Compiling socket2 v0.4.9 |
1519 | 2023-10-04T19:57:24.300Z | Compiling httpdate v1.0.3 |
1520 | 2023-10-04T19:57:24.474Z | Compiling tower-service v0.3.2 |
1521 | 2023-10-04T19:57:24.923Z | Compiling rustls-pemfile v1.0.3 |
1522 | 2023-10-04T19:57:24.927Z | Compiling indexmap v2.0.0 |
1523 | 2023-10-04T19:57:24.962Z | Compiling bytes v1.5.0 |
1524 | 2023-10-04T19:57:25.021Z | Compiling uuid v1.4.1 |
1525 | 2023-10-04T19:57:25.045Z | Compiling chrono v0.4.31 |
1526 | 2023-10-04T19:57:25.068Z | Compiling semver v1.0.18 |
1527 | 2023-10-04T19:57:25.553Z | Compiling serde_spanned v0.6.3 |
1528 | 2023-10-04T19:57:25.896Z | Compiling toml_datetime v0.6.3 |
1529 | 2023-10-04T19:57:26.133Z | Compiling rustc_version v0.4.0 |
1530 | 2023-10-04T19:57:26.209Z | Compiling serde_tokenstream v0.1.7 |
1531 | 2023-10-04T19:57:26.331Z | Compiling bitflags v2.4.0 |
1532 | 2023-10-04T19:57:26.578Z | Compiling http v0.2.9 |
1533 | 2023-10-04T19:57:26.714Z | Compiling toml_edit v0.19.15 |
1534 | 2023-10-04T19:57:26.936Z | Compiling tokio v1.32.0 |
1535 | 2023-10-04T19:57:27.190Z | Compiling heapless v0.7.16 |
1536 | 2023-10-04T19:57:30.414Z | Compiling openapiv3 v1.0.3 |
1537 | 2023-10-04T19:57:30.657Z | Compiling usdt-attr-macro v0.3.5 |
1538 | 2023-10-04T19:57:31.312Z | Compiling usdt-macro v0.3.5 |
1539 | 2023-10-04T19:57:31.899Z | Compiling http-body v0.4.5 |
1540 | 2023-10-04T19:57:32.861Z | Compiling rustls-native-certs v0.6.3 |
1541 | 2023-10-04T19:57:33.138Z | Compiling crypto-common v0.1.6 |
1542 | 2023-10-04T19:57:33.444Z | Compiling diesel_table_macro_syntax v0.1.0 |
1543 | 2023-10-04T19:57:33.464Z | Compiling num-bigint v0.4.4 |
1544 | 2023-10-04T19:57:34.059Z | Compiling bit-vec v0.6.3 |
1545 | 2023-10-04T19:57:34.119Z | Compiling smoltcp v0.9.1 |
1546 | 2023-10-04T19:57:34.698Z | Compiling ipnet v2.8.0 |
1547 | 2023-10-04T19:57:35.084Z | Compiling diesel_derives v2.1.1 |
1548 | 2023-10-04T19:57:35.347Z | Compiling serde_urlencoded v0.7.1 |
1549 | 2023-10-04T19:57:36.229Z | Compiling phf_shared v0.10.0 |
1550 | 2023-10-04T19:57:36.550Z | Compiling block-buffer v0.10.4 |
1551 | 2023-10-04T19:57:36.900Z | Compiling itertools v0.10.5 |
1552 | 2023-10-04T19:57:37.363Z | Compiling hubpack_derive v0.1.1 |
1553 | 2023-10-04T19:57:38.449Z | Compiling encoding_rs v0.8.33 |
1554 | 2023-10-04T19:57:38.795Z | Compiling fixedbitset v0.4.2 |
1555 | 2023-10-04T19:57:40.772Z | Compiling new_debug_unreachable v1.0.4 |
1556 | 2023-10-04T19:57:40.889Z | Compiling mime v0.3.17 |
1557 | 2023-10-04T19:57:40.935Z | Compiling precomputed-hash v0.1.1 |
1558 | 2023-10-04T19:57:40.956Z | Compiling webpki-roots v0.25.2 |
1559 | 2023-10-04T19:57:40.977Z | Compiling ppv-lite86 v0.2.17 |
1560 | 2023-10-04T19:57:40.997Z | Compiling subtle v2.5.0 |
1561 | 2023-10-04T19:57:41.010Z | Compiling tokio-util v0.7.8 |
1562 | 2023-10-04T19:57:41.203Z | Compiling tokio-rustls v0.24.1 |
1563 | 2023-10-04T19:57:41.241Z | Compiling tokio-native-tls v0.3.1 |
1564 | 2023-10-04T19:57:41.666Z | Compiling const-oid v0.9.5 |
1565 | 2023-10-04T19:57:41.702Z | Compiling rand_chacha v0.3.1 |
1566 | 2023-10-04T19:57:41.835Z | Compiling string_cache v0.8.7 |
1567 | 2023-10-04T19:57:42.569Z | Compiling h2 v0.3.21 |
1568 | 2023-10-04T19:57:42.833Z | Compiling petgraph v0.6.4 |
1569 | 2023-10-04T19:57:43.352Z | Compiling bit-set v0.5.3 |
1570 | 2023-10-04T19:57:44.306Z | Compiling lalrpop-util v0.19.12 |
1571 | 2023-10-04T19:57:44.947Z | Compiling digest v0.10.7 |
1572 | 2023-10-04T19:57:44.955Z | Compiling unicode-segmentation v1.10.1 |
1573 | 2023-10-04T19:57:45.501Z | Compiling flate2 v1.0.27 |
1574 | 2023-10-04T19:57:46.056Z | Compiling rand v0.8.5 |
1575 | 2023-10-04T19:57:46.077Z | Compiling toml v0.7.8 |
1576 | 2023-10-04T19:57:46.326Z | Compiling serde_repr v0.1.16 |
1577 | 2023-10-04T19:57:47.120Z | Compiling serde_tokenstream v0.2.0 |
1578 | 2023-10-04T19:57:47.969Z | Compiling io-lifetimes v1.0.11 |
1579 | 2023-10-04T19:57:48.061Z | Compiling utf8parse v0.2.1 |
1580 | 2023-10-04T19:57:48.256Z | Compiling anstyle v1.0.2 |
1581 | 2023-10-04T19:57:48.287Z | Compiling cpufeatures v0.2.9 |
1582 | 2023-10-04T19:57:48.307Z | Compiling rustix v0.37.23 |
1583 | 2023-10-04T19:57:48.426Z | Compiling sha2 v0.10.7 |
1584 | 2023-10-04T19:57:48.699Z | Compiling anstyle-parse v0.2.1 |
1585 | 2023-10-04T19:57:48.986Z | Compiling md-5 v0.10.5 |
1586 | 2023-10-04T19:57:49.226Z | Compiling hmac v0.12.1 |
1587 | 2023-10-04T19:57:49.363Z | Compiling stringprep v0.1.3 |
1588 | 2023-10-04T19:57:49.757Z | Compiling spin v0.9.8 |
1589 | 2023-10-04T19:57:49.807Z | Compiling hash32 v0.2.1 |
1590 | 2023-10-04T19:57:50.363Z | Compiling anstyle-query v1.0.0 |
1591 | 2023-10-04T19:57:50.409Z | Compiling fallible-iterator v0.2.0 |
1592 | 2023-10-04T19:57:50.413Z | Compiling stable_deref_trait v1.2.0 |
1593 | 2023-10-04T19:57:50.581Z | Compiling colorchoice v1.0.0 |
1594 | 2023-10-04T19:57:52.635Z | Compiling anstream v0.5.0 |
1595 | 2023-10-04T19:57:53.362Z | Compiling terminal_size v0.2.6 |
1596 | 2023-10-04T19:57:53.405Z | Compiling phf_shared v0.11.2 |
1597 | 2023-10-04T19:57:53.442Z | Compiling block-padding v0.3.3 |
1598 | 2023-10-04T19:57:53.478Z | Compiling scheduled-thread-pool v0.2.7 |
1599 | 2023-10-04T19:57:53.501Z | Compiling regex-automata v0.1.10 |
1600 | 2023-10-04T19:57:53.517Z | Compiling postgres-protocol v0.6.6 |
1601 | 2023-10-04T19:57:53.545Z | Compiling matches v0.1.10 |
1602 | 2023-10-04T19:57:53.566Z | Compiling clap_lex v0.5.1 |
1603 | 2023-10-04T19:57:53.587Z | Compiling managed v0.8.0 |
1604 | 2023-10-04T19:57:53.607Z | Compiling tap v1.0.1 |
1605 | 2023-10-04T19:57:53.630Z | Compiling bstr v0.2.17 |
1606 | 2023-10-04T19:57:53.659Z | Compiling wyz v0.5.1 |
1607 | 2023-10-04T19:57:53.693Z | Compiling clap_builder v4.4.2 |
1608 | 2023-10-04T19:57:53.767Z | Compiling idna v0.2.3 |
1609 | 2023-10-04T19:57:53.869Z | Compiling postgres-types v0.2.6 |
1610 | 2023-10-04T19:57:53.905Z | Compiling r2d2 v0.8.10 |
1611 | 2023-10-04T19:57:54.382Z | Compiling phf v0.11.2 |
1612 | 2023-10-04T19:57:54.551Z | Compiling hyper v0.14.27 |
1613 | 2023-10-04T19:57:54.772Z | Compiling inout v0.1.3 |
1614 | 2023-10-04T19:57:55.164Z | Compiling hubpack v0.1.2 |
1615 | 2023-10-04T19:57:55.481Z | Compiling ipnetwork v0.20.0 |
1616 | 2023-10-04T19:57:56.392Z | Compiling futures-executor v0.3.28 |
1617 | 2023-10-04T19:57:56.740Z | Compiling zerocopy v0.6.3 |
1618 | 2023-10-04T19:57:57.260Z | Compiling float-cmp v0.9.0 |
1619 | 2023-10-04T19:57:57.606Z | Compiling whoami v1.4.1 |
1620 | 2023-10-04T19:57:58.182Z | Compiling funty v2.0.0 |
1621 | 2023-10-04T19:57:58.452Z | Compiling static_assertions v1.1.0 |
1622 | 2023-10-04T19:57:58.600Z | Compiling data-encoding v2.4.0 |
1623 | 2023-10-04T19:57:59.080Z | Compiling unicode-linebreak v0.1.5 |
1624 | 2023-10-04T19:57:59.851Z | Compiling predicates-core v1.0.6 |
1625 | 2023-10-04T19:57:59.954Z | Compiling normalize-line-endings v0.3.0 |
1626 | 2023-10-04T19:58:00.132Z | Compiling difflib v0.4.0 |
1627 | 2023-10-04T19:58:00.168Z | Compiling smawk v0.3.1 |
1628 | 2023-10-04T19:58:00.282Z | Compiling bitvec v1.0.1 |
1629 | 2023-10-04T19:58:00.484Z | Compiling textwrap v0.16.0 |
1630 | 2023-10-04T19:58:01.150Z | Compiling predicates v3.0.3 |
1631 | 2023-10-04T19:58:01.402Z | Compiling diesel v2.1.1 |
1632 | 2023-10-04T19:58:02.069Z | Compiling trust-dns-proto v0.22.0 |
1633 | 2023-10-04T19:58:02.333Z | Compiling yasna v0.5.2 |
1634 | 2023-10-04T19:58:02.382Z | Compiling clap v4.4.3 |
1635 | 2023-10-04T19:58:02.544Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1636 | 2023-10-04T19:58:04.938Z | Compiling tokio-postgres v0.7.10 |
1637 | 2023-10-04T19:58:05.397Z | Compiling futures v0.3.28 |
1638 | 2023-10-04T19:58:05.576Z | Compiling cipher v0.4.4 |
1639 | 2023-10-04T19:58:06.370Z | Compiling similar v2.2.1 |
1640 | 2023-10-04T19:58:07.219Z | Compiling hyper-rustls v0.24.1 |
1641 | 2023-10-04T19:58:08.184Z | Compiling hyper-tls v0.5.0 |
1642 | 2023-10-04T19:58:08.600Z | Compiling signature v2.1.0 |
1643 | 2023-10-04T19:58:08.717Z | Compiling reqwest v0.11.20 |
1644 | 2023-10-04T19:58:08.937Z | Compiling tokio-stream v0.1.14 |
1645 | 2023-10-04T19:58:10.015Z | Compiling usdt v0.3.5 |
1646 | 2023-10-04T19:58:10.444Z | Compiling hex v0.4.3 |
1647 | 2023-10-04T19:58:10.540Z | Compiling console v0.15.7 |
1648 | 2023-10-04T19:58:11.085Z | Compiling bstr v1.6.0 |
1649 | 2023-10-04T19:58:11.500Z | Compiling regress v0.7.1 |
1650 | 2023-10-04T19:58:12.895Z | Compiling getopts v0.2.21 |
1651 | 2023-10-04T19:58:13.180Z | Compiling unsafe-libyaml v0.2.9 |
1652 | 2023-10-04T19:58:14.784Z | Compiling rustversion v1.0.14 |
1653 | 2023-10-04T19:58:16.448Z | Compiling ident_case v1.0.1 |
1654 | 2023-10-04T19:58:18.475Z | Compiling serde_yaml v0.9.25 |
1655 | 2023-10-04T19:58:42.884Z | Compiling slog-async v2.8.0 |
1656 | 2023-10-04T19:58:44.825Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1657 | 2023-10-04T19:58:45.441Z | Compiling paste v1.0.14 |
1658 | 2023-10-04T19:58:45.530Z | Compiling darling_core v0.20.3 |
1659 | 2023-10-04T19:58:45.649Z | Compiling multer v2.1.0 |
1660 | 2023-10-04T19:58:46.664Z | Compiling async-stream-impl v0.3.5 |
1661 | 2023-10-04T19:58:46.988Z | Compiling regex-syntax v0.6.29 |
1662 | 2023-10-04T19:58:47.375Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1663 | 2023-10-04T19:58:47.641Z | Compiling strum_macros v0.25.2 |
1664 | 2023-10-04T19:58:47.904Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1665 | 2023-10-04T19:58:48.109Z | Compiling structmeta-derive v0.1.6 |
1666 | 2023-10-04T19:58:48.426Z | Compiling darling_macro v0.20.3 |
1667 | 2023-10-04T19:58:48.759Z | Compiling darling v0.20.3 |
1668 | 2023-10-04T19:58:49.080Z | Compiling serde_with_macros v2.3.3 |
1669 | 2023-10-04T19:58:49.408Z | Compiling structmeta v0.1.6 |
1670 | 2023-10-04T19:58:49.698Z | Compiling parse-display-derive v0.7.0 |
1671 | 2023-10-04T19:58:50.856Z | Compiling test-strategy v0.2.1 |
1672 | 2023-10-04T19:58:51.098Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1673 | 2023-10-04T19:58:51.352Z | Checking unicode-ident v1.0.12 |
1674 | 2023-10-04T19:58:51.607Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1675 | 2023-10-04T19:58:51.685Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1676 | 2023-10-04T19:59:00.278Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1677 | 2023-10-04T19:59:16.879Z | Checking heck v0.4.1 |
1678 | 2023-10-04T19:59:25.019Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1679 | 2023-10-04T19:59:25.478Z | Checking crossbeam-channel v0.5.8 |
1680 | 2023-10-04T19:59:25.622Z | Checking atty v0.2.14 |
1681 | 2023-10-04T19:59:26.312Z | Checking match_cfg v0.1.0 |
1682 | 2023-10-04T19:59:26.444Z | Checking hostname v0.3.1 |
1683 | 2023-10-04T19:59:26.664Z | Checking dirs-sys-next v0.1.2 |
1684 | 2023-10-04T19:59:26.942Z | Checking dirs-next v2.0.0 |
1685 | 2023-10-04T19:59:27.070Z | Checking thread_local v1.1.7 |
1686 | 2023-10-04T19:59:27.534Z | Checking fastrand v2.0.0 |
1687 | 2023-10-04T19:59:27.846Z | Checking term v0.7.0 |
1688 | 2023-10-04T19:59:28.058Z | Checking tempfile v3.8.0 |
1689 | 2023-10-04T19:59:28.556Z | Checking instant v0.1.12 |
1690 | 2023-10-04T19:59:28.602Z | Checking take_mut v0.2.2 |
1691 | 2023-10-04T19:59:28.706Z | Checking slog-term v2.9.0 |
1692 | 2023-10-04T19:59:29.278Z | Checking slog-json v2.6.1 |
1693 | 2023-10-04T19:59:29.393Z | Checking sha1 v0.10.5 |
1694 | 2023-10-04T19:59:29.943Z | Checking serde_with v2.3.3 |
1695 | 2023-10-04T19:59:29.947Z | Checking camino v1.1.6 |
1696 | 2023-10-04T19:59:29.950Z | Checking slog-bunyan v2.4.0 |
1697 | 2023-10-04T19:59:29.954Z | Checking strum v0.25.0 |
1698 | 2023-10-04T19:59:29.962Z | Checking debug-ignore v1.0.5 |
1699 | 2023-10-04T19:59:29.966Z | Checking atomic-waker v1.1.1 |
1700 | 2023-10-04T19:59:30.096Z | Checking waitgroup v0.1.2 |
1701 | 2023-10-04T19:59:30.232Z | Checking async-stream v0.3.5 |
1702 | 2023-10-04T19:59:30.303Z | Checking serde_path_to_error v0.1.14 |
1703 | 2023-10-04T19:59:30.781Z | Checking quick-error v1.2.3 |
1704 | 2023-10-04T19:59:30.787Z | Checking backoff v0.4.0 |
1705 | 2023-10-04T19:59:30.885Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1706 | 2023-10-04T19:59:31.093Z | Checking parse-display v0.7.0 |
1707 | 2023-10-04T19:59:31.162Z | Checking macaddr v1.0.1 |
1708 | 2023-10-04T19:59:31.729Z | Checking wait-timeout v0.2.0 |
1709 | 2023-10-04T19:59:32.437Z | Checking rusty-fork v0.3.0 |
1710 | 2023-10-04T19:59:32.514Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1711 | 2023-10-04T19:59:32.649Z | Checking rand_xorshift v0.3.0 |
1712 | 2023-10-04T19:59:32.867Z | Checking unarray v0.1.4 |
1713 | 2023-10-04T19:59:37.995Z | Compiling proc-macro-crate v1.3.1 |
1714 | 2023-10-04T19:59:38.157Z | Checking proptest v1.2.0 |
1715 | 2023-10-04T19:59:42.369Z | Compiling num_enum_derive v0.5.11 |
1716 | 2023-10-04T19:59:43.995Z | Compiling proc-macro-error-attr v1.0.4 |
1717 | 2023-10-04T19:59:45.012Z | Compiling proc-macro-error v1.0.4 |
1718 | 2023-10-04T19:59:59.960Z | Checking base64ct v1.6.0 |
1719 | 2023-10-04T20:00:08.497Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1720 | 2023-10-04T20:00:10.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1721 | 2023-10-04T20:00:35.236Z | Compiling foreign-types-macros v0.2.3 |
1722 | 2023-10-04T20:00:36.467Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1723 | 2023-10-04T20:00:36.815Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1724 | 2023-10-04T20:00:37.002Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1725 | 2023-10-04T20:00:37.142Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1726 | 2023-10-04T20:00:37.491Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1727 | 2023-10-04T20:00:37.648Z | Compiling zone_cfg_derive v0.2.0 |
1728 | 2023-10-04T20:00:37.674Z | Compiling mockall_derive v0.11.4 |
1729 | 2023-10-04T20:00:37.729Z | Checking is-terminal v0.4.9 |
1730 | 2023-10-04T20:00:37.761Z | Checking base64 v0.13.1 |
1731 | 2023-10-04T20:00:38.223Z | Compiling cancel-safe-futures v0.1.2 |
1732 | 2023-10-04T20:00:38.286Z | Compiling slog-dtrace v0.2.3 |
1733 | 2023-10-04T20:00:38.558Z | Checking password-hash v0.5.0 |
1734 | 2023-10-04T20:00:39.514Z | Checking blake2 v0.10.6 |
1735 | 2023-10-04T20:00:39.732Z | Checking num_enum v0.5.11 |
1736 | 2023-10-04T20:00:39.792Z | Checking argon2 v0.5.2 |
1737 | 2023-10-04T20:00:39.960Z | Checking cfg-if v0.1.10 |
1738 | 2023-10-04T20:00:40.406Z | Checking termtree v0.4.1 |
1739 | 2023-10-04T20:00:40.429Z | Checking pem v1.1.1 |
1740 | 2023-10-04T20:00:40.448Z | Checking predicates-tree v1.0.9 |
1741 | 2023-10-04T20:00:40.473Z | Checking postcard-cobs v0.1.5-pre |
1742 | 2023-10-04T20:00:40.501Z | Checking smoltcp v0.8.2 |
1743 | 2023-10-04T20:00:40.612Z | Checking postcard v0.7.3 |
1744 | 2023-10-04T20:00:40.847Z | Checking foreign-types-shared v0.3.1 |
1745 | 2023-10-04T20:00:41.276Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1746 | 2023-10-04T20:00:41.292Z | Checking foreign-types v0.5.0 |
1747 | 2023-10-04T20:00:41.312Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1748 | 2023-10-04T20:00:41.441Z | Checking cstr-argument v0.1.2 |
1749 | 2023-10-04T20:00:41.881Z | Checking pretty-hex v0.2.1 |
1750 | 2023-10-04T20:00:41.908Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1751 | 2023-10-04T20:00:41.936Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1752 | 2023-10-04T20:00:41.946Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1753 | 2023-10-04T20:00:41.973Z | Checking colored v2.0.4 |
1754 | 2023-10-04T20:00:41.984Z | Compiling heck v0.3.3 |
1755 | 2023-10-04T20:00:42.098Z | Compiling der_derive v0.7.2 |
1756 | 2023-10-04T20:00:42.207Z | Compiling libefi-sys v0.1.0 |
1757 | 2023-10-04T20:00:42.351Z | Compiling structopt-derive v0.4.18 |
1758 | 2023-10-04T20:00:42.380Z | Checking predicates v2.1.5 |
1759 | 2023-10-04T20:00:42.514Z | Checking headers-core v0.2.0 |
1760 | 2023-10-04T20:00:42.535Z | Compiling memoffset v0.7.1 |
1761 | 2023-10-04T20:00:42.550Z | Checking fragile v2.0.0 |
1762 | 2023-10-04T20:00:42.580Z | Checking downcast v0.11.0 |
1763 | 2023-10-04T20:00:42.596Z | Checking headers v0.3.9 |
1764 | 2023-10-04T20:00:42.640Z | Checking mockall v0.11.4 |
1765 | 2023-10-04T20:00:42.666Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1766 | 2023-10-04T20:00:42.687Z | Checking zone v0.2.0 |
1767 | 2023-10-04T20:00:42.695Z | Checking smf v0.2.2 |
1768 | 2023-10-04T20:00:42.715Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1769 | 2023-10-04T20:00:42.731Z | Compiling num-rational v0.4.1 |
1770 | 2023-10-04T20:00:42.741Z | Checking rcgen v0.10.0 |
1771 | 2023-10-04T20:00:42.755Z | Checking subprocess v0.2.9 |
1772 | 2023-10-04T20:00:42.773Z | Compiling signal-hook v0.3.17 |
1773 | 2023-10-04T20:00:42.793Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1774 | 2023-10-04T20:00:42.803Z | Checking linked-hash-map v0.5.6 |
1775 | 2023-10-04T20:00:42.826Z | Checking termcolor v1.2.0 |
1776 | 2023-10-04T20:00:42.849Z | Compiling maybe-uninit v2.0.0 |
1777 | 2023-10-04T20:00:42.865Z | Compiling doc-comment v0.3.3 |
1778 | 2023-10-04T20:00:42.882Z | Compiling packed_struct v0.10.1 |
1779 | 2023-10-04T20:00:42.914Z | Checking lru-cache v0.1.2 |
1780 | 2023-10-04T20:00:42.940Z | Compiling num-bigint-dig v0.8.4 |
1781 | 2023-10-04T20:00:43.050Z | Compiling packed_struct_codegen v0.10.1 |
1782 | 2023-10-04T20:00:43.065Z | Compiling same-file v1.0.6 |
1783 | 2023-10-04T20:00:43.083Z | Compiling semver-parser v0.10.2 |
1784 | 2023-10-04T20:00:43.109Z | Compiling walkdir v2.4.0 |
1785 | 2023-10-04T20:00:43.124Z | Checking ciborium-io v0.2.1 |
1786 | 2023-10-04T20:00:43.129Z | Checking half v1.8.2 |
1787 | 2023-10-04T20:00:43.137Z | Checking ciborium-ll v0.2.1 |
1788 | 2023-10-04T20:00:43.145Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1789 | 2023-10-04T20:00:43.153Z | Compiling semver v0.11.0 |
1790 | 2023-10-04T20:00:43.161Z | Compiling filetime v0.2.22 |
1791 | 2023-10-04T20:00:43.171Z | Compiling xattr v1.0.1 |
1792 | 2023-10-04T20:00:43.180Z | Compiling home v0.5.5 |
1793 | 2023-10-04T20:00:43.194Z | Compiling tar v0.4.40 |
1794 | 2023-10-04T20:00:43.202Z | Compiling toolchain_find v0.2.0 |
1795 | 2023-10-04T20:00:43.235Z | Checking ciborium v0.2.1 |
1796 | 2023-10-04T20:00:43.246Z | Compiling toml v0.5.11 |
1797 | 2023-10-04T20:00:43.258Z | Checking arc-swap v1.6.0 |
1798 | 2023-10-04T20:00:43.274Z | Compiling omicron-zone-package v0.8.3 |
1799 | 2023-10-04T20:00:43.434Z | Checking slog-scope v4.4.0 |
1800 | 2023-10-04T20:00:43.741Z | Compiling snafu-derive v0.7.5 |
1801 | 2023-10-04T20:00:43.762Z | Checking slog-stdlog v4.1.1 |
1802 | 2023-10-04T20:00:43.766Z | Compiling convert_case v0.4.0 |
1803 | 2023-10-04T20:00:43.955Z | Checking itertools v0.11.0 |
1804 | 2023-10-04T20:00:44.408Z | Checking slog-envlogger v2.2.0 |
1805 | 2023-10-04T20:00:44.414Z | Compiling derive-where v1.2.5 |
1806 | 2023-10-04T20:00:45.064Z | Compiling derive_more v0.99.17 |
1807 | 2023-10-04T20:00:45.427Z | Compiling parking_lot_core v0.8.6 |
1808 | 2023-10-04T20:00:46.009Z | Compiling rustfmt-wrapper v0.2.0 |
1809 | 2023-10-04T20:00:47.299Z | Checking resolv-conf v0.7.0 |
1810 | 2023-10-04T20:00:47.870Z | Checking trust-dns-resolver v0.22.0 |
1811 | 2023-10-04T20:00:49.330Z | Checking newline-converter v0.3.0 |
1812 | 2023-10-04T20:00:49.354Z | Checking hkdf v0.12.3 |
1813 | 2023-10-04T20:00:49.359Z | Checking expectorate v1.1.0 |
1814 | 2023-10-04T20:00:49.366Z | Checking textwrap v0.11.0 |
1815 | 2023-10-04T20:00:49.369Z | Checking fxhash v0.2.1 |
1816 | 2023-10-04T20:00:49.596Z | Compiling libz-sys v1.1.12 |
1817 | 2023-10-04T20:00:49.633Z | Checking vec_map v0.8.2 |
1818 | 2023-10-04T20:00:49.894Z | Compiling semver v0.1.20 |
1819 | 2023-10-04T20:00:50.474Z | Checking strsim v0.8.0 |
1820 | 2023-10-04T20:00:50.477Z | Checking ansi_term v0.12.1 |
1821 | 2023-10-04T20:00:50.481Z | Checking keccak v0.1.4 |
1822 | 2023-10-04T20:00:50.484Z | Checking secrecy v0.8.0 |
1823 | 2023-10-04T20:00:50.487Z | Compiling rustc_version v0.1.7 |
1824 | 2023-10-04T20:00:50.680Z | Checking clap v2.34.0 |
1825 | 2023-10-04T20:00:50.832Z | Checking sha3 v0.10.8 |
1826 | 2023-10-04T20:00:50.873Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1827 | 2023-10-04T20:00:51.081Z | Compiling newtype_derive v0.1.6 |
1828 | 2023-10-04T20:00:51.357Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1829 | 2023-10-04T20:00:51.598Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1830 | 2023-10-04T20:00:51.624Z | Compiling buf-list v1.0.3 |
1831 | 2023-10-04T20:00:51.659Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1832 | 2023-10-04T20:00:52.125Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1833 | 2023-10-04T20:00:52.275Z | Checking pem-rfc7468 v0.7.0 |
1834 | 2023-10-04T20:00:52.414Z | Compiling libsqlite3-sys v0.26.0 |
1835 | 2023-10-04T20:00:52.715Z | Checking flagset v0.4.3 |
1836 | 2023-10-04T20:00:52.996Z | Checking der v0.7.8 |
1837 | 2023-10-04T20:00:53.137Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1838 | 2023-10-04T20:00:53.865Z | Compiling vergen v8.2.4 |
1839 | 2023-10-04T20:00:54.480Z | Compiling unicase v2.7.0 |
1840 | 2023-10-04T20:00:54.921Z | Checking humantime v2.1.0 |
1841 | 2023-10-04T20:00:55.318Z | Checking structopt v0.3.26 |
1842 | 2023-10-04T20:00:55.383Z | Compiling rayon-core v1.11.0 |
1843 | 2023-10-04T20:00:55.819Z | Checking utf-8 v0.7.6 |
1844 | 2023-10-04T20:00:55.960Z | Checking spki v0.7.2 |
1845 | 2023-10-04T20:00:56.290Z | Checking camino-tempfile v1.0.2 |
1846 | 2023-10-04T20:00:56.414Z | Compiling platforms v3.0.2 |
1847 | 2023-10-04T20:00:56.687Z | Checking crc-catalog v2.2.0 |
1848 | 2023-10-04T20:00:56.958Z | Checking crc v3.0.1 |
1849 | 2023-10-04T20:00:57.110Z | Checking pkcs8 v0.10.2 |
1850 | 2023-10-04T20:00:57.546Z | Checking num-complex v0.4.4 |
1851 | 2023-10-04T20:00:57.953Z | Checking nodrop v0.1.14 |
1852 | 2023-10-04T20:00:58.119Z | Checking array-init v0.0.4 |
1853 | 2023-10-04T20:00:58.599Z | Compiling curve25519-dalek v4.1.0 |
1854 | 2023-10-04T20:00:58.692Z | Checking smallvec v0.6.14 |
1855 | 2023-10-04T20:00:59.096Z | Checking num v0.4.1 |
1856 | 2023-10-04T20:00:59.161Z | Checking pkcs1 v0.7.5 |
1857 | 2023-10-04T20:00:59.821Z | Compiling num_enum_derive v0.7.0 |
1858 | 2023-10-04T20:00:59.909Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1859 | 2023-10-04T20:01:01.653Z | Compiling glob v0.3.1 |
1860 | 2023-10-04T20:01:09.593Z | Checking bitfield v0.14.0 |
1861 | 2023-10-04T20:01:09.786Z | Checking serde-hex v0.1.0 |
1862 | 2023-10-04T20:01:10.248Z | Checking rsa v0.9.2 |
1863 | 2023-10-04T20:01:10.443Z | Compiling mime_guess v2.0.4 |
1864 | 2023-10-04T20:01:10.800Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1865 | 2023-10-04T20:01:11.003Z | Checking x509-cert v0.2.4 |
1866 | 2023-10-04T20:01:11.222Z | Checking env_logger v0.10.0 |
1867 | 2023-10-04T20:01:11.316Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1868 | 2023-10-04T20:01:11.738Z | Checking ron v0.8.1 |
1869 | 2023-10-04T20:01:11.853Z | Compiling thiserror-impl-no-std v2.0.2 |
1870 | 2023-10-04T20:01:12.101Z | Compiling curve25519-dalek-derive v0.1.0 |
1871 | 2023-10-04T20:01:12.228Z | Checking rand v0.4.6 |
1872 | 2023-10-04T20:01:12.312Z | Checking crc-any v2.4.3 |
1873 | 2023-10-04T20:01:12.402Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1874 | 2023-10-04T20:01:12.495Z | Checking tungstenite v0.18.0 |
1875 | 2023-10-04T20:01:12.568Z | Checking object v0.30.4 |
1876 | 2023-10-04T20:01:12.735Z | Checking path-slash v0.1.5 |
1877 | 2023-10-04T20:01:12.882Z | Checking tokio-tungstenite v0.18.0 |
1878 | 2023-10-04T20:01:13.334Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1879 | 2023-10-04T20:01:13.393Z | Checking nibble_vec v0.1.0 |
1880 | 2023-10-04T20:01:13.620Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1881 | 2023-10-04T20:01:14.205Z | Compiling erased-serde v0.3.30 |
1882 | 2023-10-04T20:01:14.244Z | Compiling crunchy v0.2.2 |
1883 | 2023-10-04T20:01:14.423Z | Checking endian-type v0.1.2 |
1884 | 2023-10-04T20:01:15.139Z | Checking radix_trie v0.2.1 |
1885 | 2023-10-04T20:01:15.181Z | Checking snafu v0.7.5 |
1886 | 2023-10-04T20:01:15.872Z | Compiling bitstruct_derive v0.1.0 |
1887 | 2023-10-04T20:01:15.950Z | Compiling async-recursion v1.0.5 |
1888 | 2023-10-04T20:01:18.201Z | Compiling tiny-keccak v2.0.2 |
1889 | 2023-10-04T20:01:18.219Z | Checking linear-map v1.2.0 |
1890 | 2023-10-04T20:01:18.228Z | Checking parking_lot v0.11.2 |
1891 | 2023-10-04T20:01:18.235Z | Checking trust-dns-client v0.22.0 |
1892 | 2023-10-04T20:01:18.255Z | Compiling clang-sys v1.6.1 |
1893 | 2023-10-04T20:01:19.124Z | Checking universal-hash v0.5.1 |
1894 | 2023-10-04T20:01:19.216Z | Compiling darling_core v0.14.4 |
1895 | 2023-10-04T20:01:19.409Z | Checking opaque-debug v0.3.0 |
1896 | 2023-10-04T20:01:19.504Z | Compiling prettyplease v0.2.12 |
1897 | 2023-10-04T20:01:19.576Z | Compiling ascii-canvas v3.0.0 |
1898 | 2023-10-04T20:01:19.745Z | Checking trust-dns-server v0.22.1 |
1899 | 2023-10-04T20:01:20.480Z | Checking sled v0.34.7 |
1900 | 2023-10-04T20:01:20.557Z | Compiling enum-iterator-derive v1.2.1 |
1901 | 2023-10-04T20:01:20.807Z | Compiling const_format_proc_macros v0.2.31 |
1902 | 2023-10-04T20:01:22.883Z | Compiling ena v0.14.2 |
1903 | 2023-10-04T20:01:23.524Z | Compiling diff v0.1.13 |
1904 | 2023-10-04T20:01:23.673Z | Compiling portable-atomic v1.4.3 |
1905 | 2023-10-04T20:01:23.778Z | Compiling minimal-lexical v0.2.1 |
1906 | 2023-10-04T20:01:24.151Z | Checking pretty-hex v0.3.0 |
1907 | 2023-10-04T20:01:24.408Z | Compiling lalrpop v0.19.12 |
1908 | 2023-10-04T20:01:24.949Z | Compiling nom v7.1.3 |
1909 | 2023-10-04T20:01:25.037Z | Checking aead v0.5.2 |
1910 | 2023-10-04T20:01:25.088Z | Checking path-dedot v3.1.0 |
1911 | 2023-10-04T20:01:25.305Z | Compiling libloading v0.7.4 |
1912 | 2023-10-04T20:01:25.326Z | Compiling bindgen v0.65.1 |
1913 | 2023-10-04T20:01:25.343Z | Compiling ref-cast v1.0.20 |
1914 | 2023-10-04T20:01:25.782Z | Compiling salty v0.2.0 |
1915 | 2023-10-04T20:01:25.893Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1916 | 2023-10-04T20:01:25.972Z | Checking path-absolutize v3.1.0 |
1917 | 2023-10-04T20:01:26.366Z | Checking globset v0.4.13 |
1918 | 2023-10-04T20:01:27.124Z | Checking crossbeam-deque v0.8.3 |
1919 | 2023-10-04T20:01:27.392Z | Checking olpc-cjson v0.1.3 |
1920 | 2023-10-04T20:01:27.664Z | Checking serde_plain v1.0.2 |
1921 | 2023-10-04T20:01:27.724Z | Compiling which v4.4.0 |
1922 | 2023-10-04T20:01:28.047Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1923 | 2023-10-04T20:01:28.065Z | Compiling darling_macro v0.14.4 |
1924 | 2023-10-04T20:01:28.575Z | Compiling ref-cast-impl v1.0.20 |
1925 | 2023-10-04T20:01:28.743Z | Compiling libxml v0.3.3 |
1926 | 2023-10-04T20:01:29.631Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1927 | 2023-10-04T20:01:29.652Z | Compiling rustc-hash v1.1.0 |
1928 | 2023-10-04T20:01:29.675Z | Compiling lazycell v1.3.0 |
1929 | 2023-10-04T20:01:30.110Z | Compiling peeking_take_while v0.1.2 |
1930 | 2023-10-04T20:01:30.126Z | Compiling darling v0.14.4 |
1931 | 2023-10-04T20:01:30.162Z | Compiling shlex v1.1.0 |
1932 | 2023-10-04T20:01:30.181Z | Compiling derive_builder_core v0.12.0 |
1933 | 2023-10-04T20:01:30.610Z | Checking tough v0.12.5 |
1934 | 2023-10-04T20:01:30.614Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1935 | 2023-10-04T20:01:30.617Z | Checking ff v0.13.0 |
1936 | 2023-10-04T20:01:30.629Z | Compiling strum_macros v0.24.3 |
1937 | 2023-10-04T20:01:30.636Z | Compiling num-derive v0.4.0 |
1938 | 2023-10-04T20:01:31.063Z | Compiling cexpr v0.6.0 |
1939 | 2023-10-04T20:01:33.454Z | Compiling derive_builder_macro v0.12.0 |
1940 | 2023-10-04T20:01:34.024Z | Compiling indoc v1.0.9 |
1941 | 2023-10-04T20:01:34.672Z | Checking display-error-chain v0.1.1 |
1942 | 2023-10-04T20:01:35.291Z | Checking group v0.13.0 |
1943 | 2023-10-04T20:01:36.216Z | Checking hashlink v0.8.3 |
1944 | 2023-10-04T20:01:36.351Z | Checking crypto-bigint v0.5.2 |
1945 | 2023-10-04T20:01:36.459Z | Compiling cookie v0.16.2 |
1946 | 2023-10-04T20:01:36.896Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1947 | 2023-10-04T20:01:37.769Z | Checking fallible-streaming-iterator v0.1.9 |
1948 | 2023-10-04T20:01:37.786Z | Checking base16ct v0.2.0 |
1949 | 2023-10-04T20:01:37.973Z | Checking rusqlite v0.29.0 |
1950 | 2023-10-04T20:01:38.360Z | Checking rayon v1.7.0 |
1951 | 2023-10-04T20:01:39.306Z | Checking elliptic-curve v0.13.5 |
1952 | 2023-10-04T20:01:40.070Z | Checking steno v0.4.0 |
1953 | 2023-10-04T20:01:40.284Z | Checking poly1305 v0.8.0 |
1954 | 2023-10-04T20:01:40.430Z | Checking thiserror-no-std v2.0.2 |
1955 | 2023-10-04T20:01:40.571Z | Checking twox-hash v1.6.3 |
1956 | 2023-10-04T20:01:41.301Z | Checking nix v0.26.2 |
1957 | 2023-10-04T20:01:42.956Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1958 | 2023-10-04T20:01:43.366Z | Checking chacha20 v0.9.1 |
1959 | 2023-10-04T20:01:44.166Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1960 | 2023-10-04T20:01:44.190Z | Checking sha-1 v0.10.1 |
1961 | 2023-10-04T20:01:44.625Z | Compiling oso-derive v0.26.4 |
1962 | 2023-10-04T20:01:44.656Z | Compiling impl-trait-for-tuples v0.2.2 |
1963 | 2023-10-04T20:01:45.495Z | Checking tungstenite v0.17.3 |
1964 | 2023-10-04T20:01:46.335Z | Checking vsss-rs v3.3.1 |
1965 | 2023-10-04T20:01:46.832Z | Checking chacha20poly1305 v0.10.1 |
1966 | 2023-10-04T20:01:46.872Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1967 | 2023-10-04T20:01:46.916Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1968 | 2023-10-04T20:01:47.976Z | Checking polyval v0.6.1 |
1969 | 2023-10-04T20:01:48.304Z | Checking num_enum v0.7.0 |
1970 | 2023-10-04T20:01:48.490Z | Checking ctr v0.9.2 |
1971 | 2023-10-04T20:01:48.535Z | Checking aes v0.8.3 |
1972 | 2023-10-04T20:01:49.298Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1973 | 2023-10-04T20:01:49.323Z | Checking bincode v1.3.3 |
1974 | 2023-10-04T20:01:50.066Z | Checking aes-gcm-siv v0.11.1 |
1975 | 2023-10-04T20:01:50.684Z | Checking tokio-tungstenite v0.17.2 |
1976 | 2023-10-04T20:01:51.267Z | Checking env_logger v0.9.3 |
1977 | 2023-10-04T20:01:52.810Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1978 | 2023-10-04T20:01:53.258Z | Checking signature v1.6.4 |
1979 | 2023-10-04T20:01:53.764Z | Checking ascii v1.1.0 |
1980 | 2023-10-04T20:01:53.781Z | Checking assert_matches v1.5.0 |
1981 | 2023-10-04T20:01:53.799Z | Checking ringbuffer v0.14.2 |
1982 | 2023-10-04T20:01:53.823Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1983 | 2023-10-04T20:01:53.839Z | Checking ed25519 v1.5.3 |
1984 | 2023-10-04T20:01:54.031Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1985 | 2023-10-04T20:01:54.045Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1986 | 2023-10-04T20:01:55.022Z | Checking bitstruct v0.1.1 |
1987 | 2023-10-04T20:01:55.469Z | Checking signal-hook-tokio v0.3.1 |
1988 | 2023-10-04T20:01:55.893Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1989 | 2023-10-04T20:01:56.285Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1990 | 2023-10-04T20:01:56.354Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1991 | 2023-10-04T20:01:57.167Z | Checking serde_arrays v0.1.0 |
1992 | 2023-10-04T20:01:58.110Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1993 | 2023-10-04T20:01:58.730Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1994 | 2023-10-04T20:01:58.831Z | Checking const_format v0.2.31 |
1995 | 2023-10-04T20:01:58.908Z | Checking enum-iterator v1.4.1 |
1996 | 2023-10-04T20:01:59.051Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1997 | 2023-10-04T20:01:59.238Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1998 | 2023-10-04T20:02:00.143Z | Checking ron v0.7.1 |
1999 | 2023-10-04T20:02:00.591Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2000 | 2023-10-04T20:02:01.775Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2001 | 2023-10-04T20:02:02.020Z | Checking serde-big-array v0.5.1 |
2002 | 2023-10-04T20:02:02.632Z | Checking serde-big-array v0.4.1 |
2003 | 2023-10-04T20:02:02.667Z | Checking http-range v0.1.5 |
2004 | 2023-10-04T20:02:02.817Z | Checking bit_field v0.10.2 |
2005 | 2023-10-04T20:02:03.177Z | Checking hyper-staticfile v0.9.5 |
2006 | 2023-10-04T20:02:03.538Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2007 | 2023-10-04T20:02:04.704Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2008 | 2023-10-04T20:02:05.371Z | Compiling indoc v2.0.3 |
2009 | 2023-10-04T20:02:05.740Z | Checking corncobs v0.1.3 |
2010 | 2023-10-04T20:02:06.457Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2011 | 2023-10-04T20:02:10.121Z | Checking derive_builder v0.12.0 |
2012 | 2023-10-04T20:02:10.936Z | Checking bb8 v0.8.1 |
2013 | 2023-10-04T20:02:11.717Z | Checking quick-xml v0.23.1 |
2014 | 2023-10-04T20:02:11.919Z | Checking bytesize v1.3.0 |
2015 | 2023-10-04T20:02:12.660Z | Checking number_prefix v0.4.0 |
2016 | 2023-10-04T20:02:13.193Z | Checking fs-err v2.9.0 |
2017 | 2023-10-04T20:02:13.696Z | Checking maplit v1.0.2 |
2018 | 2023-10-04T20:02:13.731Z | Checking indicatif v0.17.6 |
2019 | 2023-10-04T20:02:13.760Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2020 | 2023-10-04T20:02:14.670Z | Checking signal-hook-mio v0.2.3 |
2021 | 2023-10-04T20:02:15.904Z | Compiling vte_generate_state_changes v0.1.1 |
2022 | 2023-10-04T20:02:27.509Z | Checking yansi v0.5.1 |
2023 | 2023-10-04T20:02:27.947Z | Checking pretty_assertions v1.4.0 |
2024 | 2023-10-04T20:02:31.199Z | Checking crossterm v0.27.0 |
2025 | 2023-10-04T20:02:34.007Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2026 | 2023-10-04T20:02:34.090Z | Checking fatfs v0.3.6 |
2027 | 2023-10-04T20:02:35.482Z | Checking plotters-backend v0.3.5 |
2028 | 2023-10-04T20:02:35.765Z | Checking cassowary v0.3.0 |
2029 | 2023-10-04T20:02:35.972Z | Checking plotters-svg v0.3.5 |
2030 | 2023-10-04T20:02:36.382Z | Checking ratatui v0.23.0 |
2031 | 2023-10-04T20:02:38.550Z | Checking rtoolbox v0.0.1 |
2032 | 2023-10-04T20:02:38.976Z | Checking owo-colors v3.5.0 |
2033 | 2023-10-04T20:02:39.023Z | Checking cast v0.3.0 |
2034 | 2023-10-04T20:02:39.923Z | Checking remove_dir_all v0.5.3 |
2035 | 2023-10-04T20:02:39.977Z | Checking tempdir v0.3.7 |
2036 | 2023-10-04T20:02:40.228Z | Checking criterion-plot v0.5.0 |
2037 | 2023-10-04T20:02:40.369Z | Checking tui-tree-widget v0.13.0 |
2038 | 2023-10-04T20:02:41.376Z | Checking rpassword v7.2.0 |
2039 | 2023-10-04T20:02:41.392Z | Checking plotters v0.3.5 |
2040 | 2023-10-04T20:02:44.011Z | Checking tinytemplate v1.2.1 |
2041 | 2023-10-04T20:02:44.095Z | Checking anes v0.1.6 |
2042 | 2023-10-04T20:02:44.456Z | Checking shell-words v1.1.0 |
2043 | 2023-10-04T20:02:44.664Z | Checking os_str_bytes v6.5.1 |
2044 | 2023-10-04T20:02:45.115Z | Checking oorandom v11.1.3 |
2045 | 2023-10-04T20:02:45.130Z | Checking criterion v0.5.1 |
2046 | 2023-10-04T20:02:45.588Z | Checking clap_lex v0.2.4 |
2047 | 2023-10-04T20:02:50.939Z | Checking assert_cmd v2.0.12 |
2048 | 2023-10-04T20:02:51.620Z | Compiling clap_derive v3.2.25 |
2049 | 2023-10-04T20:02:51.680Z | Checking dashmap v5.5.1 |
2050 | 2023-10-04T20:02:52.555Z | Compiling serial_test_derive v0.10.0 |
2051 | 2023-10-04T20:02:52.718Z | Compiling crossbeam-queue v0.3.8 |
2052 | 2023-10-04T20:02:54.210Z | Checking serial_test v0.10.0 |
2053 | 2023-10-04T20:02:54.726Z | Checking vte v0.11.1 |
2054 | 2023-10-04T20:02:55.472Z | Checking threadpool v1.8.1 |
2055 | 2023-10-04T20:02:57.416Z | Checking strip-ansi-escapes v0.2.0 |
2056 | 2023-10-04T20:02:58.686Z | Checking crossterm v0.26.1 |
2057 | 2023-10-04T20:02:59.354Z | Checking clap v3.2.25 |
2058 | 2023-10-04T20:03:01.550Z | Compiling tabled_derive v0.6.0 |
2059 | 2023-10-04T20:03:01.650Z | Checking httptest v0.15.4 |
2060 | 2023-10-04T20:03:01.894Z | Checking similar-asserts v1.5.0 |
2061 | 2023-10-04T20:03:01.915Z | Checking fd-lock v3.0.13 |
2062 | 2023-10-04T20:03:02.248Z | Checking nanorand v0.7.0 |
2063 | 2023-10-04T20:03:02.460Z | Compiling rstest_macros v0.18.2 |
2064 | 2023-10-04T20:03:02.870Z | Checking nu-ansi-term v0.49.0 |
2065 | 2023-10-04T20:03:03.538Z | Checking reedline v0.23.0 |
2066 | 2023-10-04T20:03:03.604Z | Checking flume v0.11.0 |
2067 | 2023-10-04T20:03:04.923Z | Checking libtest-mimic v0.5.2 |
2068 | 2023-10-04T20:03:05.669Z | Checking datatest-stable v0.1.3 |
2069 | 2023-10-04T20:03:07.429Z | Compiling pin-project-internal v1.1.3 |
2070 | 2023-10-04T20:03:07.688Z | Checking constant_time_eq v0.2.6 |
2071 | 2023-10-04T20:03:07.872Z | Checking bytecount v0.6.3 |
2072 | 2023-10-04T20:03:08.402Z | Checking topological-sort v0.2.2 |
2073 | 2023-10-04T20:03:08.430Z | Compiling trybuild v1.0.85 |
2074 | 2023-10-04T20:03:08.454Z | Checking arrayref v0.3.7 |
2075 | 2023-10-04T20:03:08.881Z | Compiling relative-path v1.9.0 |
2076 | 2023-10-04T20:03:08.885Z | Checking arrayvec v0.7.4 |
2077 | 2023-10-04T20:03:08.894Z | Checking blake2b_simd v1.0.1 |
2078 | 2023-10-04T20:03:08.908Z | Checking papergrid v0.10.0 |
2079 | 2023-10-04T20:03:11.650Z | Checking toml_edit v0.20.0 |
2080 | 2023-10-04T20:03:12.026Z | Checking pin-project v1.1.3 |
2081 | 2023-10-04T20:03:12.670Z | Checking basic-toml v0.1.4 |
2082 | 2023-10-04T20:03:13.528Z | Checking futures-timer v3.0.2 |
2083 | 2023-10-04T20:03:14.229Z | Checking constant_time_eq v0.3.0 |
2084 | 2023-10-04T20:03:14.425Z | Checking rust-argon2 v1.0.1 |
2085 | 2023-10-04T20:03:15.379Z | Checking toml v0.8.0 |
2086 | 2023-10-04T20:03:16.657Z | Checking partial-io v0.5.4 |
2087 | 2023-10-04T20:03:17.256Z | Checking tabled v0.14.0 |
2088 | 2023-10-04T20:03:17.718Z | Checking approx v0.5.1 |
2089 | 2023-10-04T20:03:17.935Z | Checking cargo-platform v0.1.3 |
2090 | 2023-10-04T20:03:18.087Z | Checking hex-literal v0.4.1 |
2091 | 2023-10-04T20:03:18.268Z | Checking crossbeam v0.8.2 |
2092 | 2023-10-04T20:03:18.410Z | Checking cargo_metadata v0.18.0 |
2093 | 2023-10-04T20:03:18.848Z | Checking cargo_toml v0.16.3 |
2094 | 2023-10-04T20:03:29.455Z | Checking termios v0.3.3 |
2095 | 2023-10-04T20:03:29.735Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2096 | 2023-10-04T20:03:29.846Z | Checking rstest v0.18.2 |
2097 | 2023-10-04T20:03:30.135Z | Compiling bzip2 v0.4.4 |
2098 | 2023-10-04T20:03:30.371Z | Checking zip v0.6.6 |
2099 | 2023-10-04T20:03:30.465Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2100 | 2023-10-04T20:03:30.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2101 | 2023-10-04T20:03:30.846Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2102 | 2023-10-04T20:03:31.312Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2103 | 2023-10-04T20:03:31.407Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2104 | 2023-10-04T20:03:31.637Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2105 | 2023-10-04T20:03:31.687Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2106 | 2023-10-04T20:03:32.237Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2107 | 2023-10-04T20:03:35.058Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2108 | 2023-10-04T20:03:38.080Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2109 | 2023-10-04T20:03:39.015Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2110 | 2023-10-04T20:03:46.222Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2111 | 2023-10-04T20:03:46.938Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2112 | 2023-10-04T20:03:47.047Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2113 | 2023-10-04T20:03:49.397Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2114 | 2023-10-04T20:03:50.328Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2115 | 2023-10-04T20:03:50.359Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2116 | 2023-10-04T20:03:53.041Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2117 | 2023-10-04T20:03:56.513Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2118 | 2023-10-04T20:03:57.879Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2119 | 2023-10-04T20:04:01.690Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2120 | 2023-10-04T20:04:03.796Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2121 | 2023-10-04T20:04:04.773Z | Compiling polar-core v0.26.4 |
2122 | 2023-10-04T20:04:05.643Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2123 | 2023-10-04T20:04:06.150Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2124 | 2023-10-04T20:04:07.719Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2125 | 2023-10-04T20:04:09.862Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2126 | 2023-10-04T20:04:12.675Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2127 | 2023-10-04T20:04:17.057Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2128 | 2023-10-04T20:04:18.493Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2129 | 2023-10-04T20:04:19.913Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2130 | 2023-10-04T20:04:21.268Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2131 | 2023-10-04T20:04:23.282Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2132 | 2023-10-04T20:04:23.782Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2133 | 2023-10-04T20:04:24.961Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2134 | 2023-10-04T20:04:25.796Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2135 | 2023-10-04T20:04:27.980Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2136 | 2023-10-04T20:04:28.455Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2137 | 2023-10-04T20:04:31.706Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2138 | 2023-10-04T20:04:32.928Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2139 | 2023-10-04T20:04:35.886Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2140 | 2023-10-04T20:04:36.109Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2141 | 2023-10-04T20:04:36.215Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2142 | 2023-10-04T20:04:40.870Z | Checking oso v0.26.4 |
2143 | 2023-10-04T20:04:41.439Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2144 | 2023-10-04T20:04:43.699Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2145 | 2023-10-04T20:04:53.116Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2146 | 2023-10-04T20:04:53.456Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2147 | 2023-10-04T20:04:55.848Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2148 | 2023-10-04T20:05:01.159Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2149 | 2023-10-04T20:05:03.133Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2150 | 2023-10-04T20:05:03.828Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2151 | 2023-10-04T20:05:09.503Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2152 | 2023-10-04T20:05:09.957Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2153 | 2023-10-04T20:05:13.025Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2154 | 2023-10-04T20:05:14.074Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2155 | 2023-10-04T20:05:14.440Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2156 | 2023-10-04T20:05:19.437Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2157 | 2023-10-04T20:05:35.007Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2158 | 2023-10-04T20:05:56.848Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2159 | 2023-10-04T20:06:04.346Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2160 | 2023-10-04T20:06:40.975Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2161 | 2023-10-04T20:07:31.814Z | Compiling git2 v0.17.2 |
2162 | 2023-10-04T20:07:53.469Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2163 | 2023-10-04T20:07:53.659Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2164 | 2023-10-04T20:07:53.787Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2165 | 2023-10-04T20:07:59.724Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2166 | 2023-10-04T20:08:01.317Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2167 | 2023-10-04T20:08:34.397Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2168 | 2023-10-04T20:10:04.389Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 33s |
2169 | 2023-10-04T20:10:04.616Z | |
2170 | 2023-10-04T20:10:04.620Z | real 14:38.139346243 |
2171 | 2023-10-04T20:10:04.625Z | user 1:25:04.231906343 |
2172 | 2023-10-04T20:10:04.629Z | sys 11:15.362150741 |
2173 | 2023-10-04T20:10:04.633Z | trap 3.038323000 |
2174 | 2023-10-04T20:10:04.636Z | tflt 3.574993223 |
2175 | 2023-10-04T20:10:04.640Z | dflt 4.083296013 |
2176 | 2023-10-04T20:10:04.643Z | kflt 0.019189348 |
2177 | 2023-10-04T20:10:04.647Z | lock 2:01:20.249515146 |
2178 | 2023-10-04T20:10:04.651Z | slp 4:43:08.874723297 |
2179 | 2023-10-04T20:10:04.654Z | lat 3:13.052288030 |
2180 | 2023-10-04T20:10:04.657Z | stop 7:58.450530269 |
2181 | 2023-10-04T20:10:04.663Z | process exited: duration 1068174 ms, exit code 0 |
|
2182 | 2023-10-04T20:10:04.670Z | found 0 output files |