|
|
|
1 | 2025-01-17T07:37:11.902Z | job assigned to worker 01JHSK1X45Q4BM2X6SJJBSK39C [factory aws, i-0923557851b5c215b] (queued for 1 m 0 s) |
|
2 | 2025-01-17T07:37:20.259Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:20.270Z | ++ uname -s |
4 | 2025-01-17T07:37:20.272Z | + kern=SunOS |
5 | 2025-01-17T07:37:20.272Z | + case "$kern" in |
6 | 2025-01-17T07:37:20.272Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:20.275Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:22.281Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:22.470Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:22.472Z | + home_fs=zfs |
11 | 2025-01-17T07:37:22.472Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:22.473Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:22.475Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:24.475Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:24.477Z | process exited: duration 4223 ms, exit code 0 |
|
16 | 2025-01-17T07:37:24.483Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:24.488Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:24.488Z | ' 1.84.0 |
19 | 2025-01-17T07:37:24.488Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:37:24.488Z | ' default |
21 | 2025-01-17T07:37:24.488Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T07:37:24.489Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:24.491Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:24.491Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:24.610Z | info: downloading installer |
26 | 2025-01-17T07:37:25.963Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:25.963Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:25.965Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:26.119Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:26.119Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:27.025Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:27.370Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:28.606Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:30.437Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:37.487Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:37.752Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:38.585Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:38.963Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:40.651Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:42.376Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:48.357Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:48.688Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:48.688Z | |
44 | 2025-01-17T07:37:49.077Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:49.077Z | |
46 | 2025-01-17T07:37:49.080Z | |
47 | 2025-01-17T07:37:49.080Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:49.080Z | |
49 | 2025-01-17T07:37:49.080Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:49.080Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:49.080Z | |
52 | 2025-01-17T07:37:49.080Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:49.080Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:49.080Z | |
55 | 2025-01-17T07:37:49.080Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:49.080Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:49.081Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:49.157Z | + rustc --version |
59 | 2025-01-17T07:37:49.224Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:49.227Z | process exited: duration 24758 ms, exit code 0 |
|
61 | 2025-01-17T07:37:49.233Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:49.254Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T07:37:49.259Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:49.265Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:49.267Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:49.312Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:37:56.292Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:37:56.292Z | + git fetch origin 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
69 | 2025-01-17T07:37:56.574Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:37:56.574Z | * branch 1c7ecf4790f9de35ba68894094dd2f16411d9d98 -> FETCH_HEAD |
71 | 2025-01-17T07:37:56.583Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2025-01-17T07:37:56.586Z | ++ git branch --show-current |
73 | 2025-01-17T07:37:56.589Z | + current=main |
74 | 2025-01-17T07:37:56.589Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2025-01-17T07:37:56.590Z | + git branch -f renovate/uuid-1.x 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
76 | 2025-01-17T07:37:56.592Z | + git checkout -f renovate/uuid-1.x |
77 | 2025-01-17T07:37:56.767Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2025-01-17T07:37:56.770Z | + git reset --hard 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
79 | 2025-01-17T07:37:56.940Z | HEAD is now at 1c7ecf479 fix newly-broken inferences |
80 | 2025-01-17T07:37:56.943Z | process exited: duration 7686 ms, exit code 0 |
|
81 | 2025-01-17T07:37:56.948Z | starting task 4: "build" |
82 | 2025-01-17T07:37:56.953Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:37:56.954Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:37:56.954Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:37:56.956Z | + cargo --version |
86 | 2025-01-17T07:37:57.015Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:37:57.017Z | + rustc --version |
88 | 2025-01-17T07:37:57.077Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:37:57.080Z | + WORK=/work |
90 | 2025-01-17T07:37:57.080Z | + pfexec mkdir -p /work |
91 | 2025-01-17T07:37:57.085Z | + pfexec chown build /work |
92 | 2025-01-17T07:37:57.087Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-17T07:37:58.771Z | pkg list: illegal option -- F |
94 | 2025-01-17T07:37:58.771Z | Usage: |
95 | 2025-01-17T07:37:58.776Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-17T07:37:58.777Z | [pkg_fmri_pattern ...] |
97 | 2025-01-17T07:37:59.602Z | pkg list: illegal option -- F |
98 | 2025-01-17T07:37:59.602Z | Usage: |
99 | 2025-01-17T07:37:59.604Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-17T07:37:59.604Z | [pkg_fmri_pattern ...] |
101 | 2025-01-17T07:38:06.095Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-17T07:38:10.215Z | Startup: Caching catalogs ... Done |
103 | 2025-01-17T07:38:21.389Z | Planning: Solver setup ... Done (10.370s) |
104 | 2025-01-17T07:38:21.535Z | Planning: Running solver ... Done (0.146s) |
105 | 2025-01-17T07:38:21.646Z | Planning: Finding local manifests ... Done (0.005s) |
106 | 2025-01-17T07:38:21.675Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-17T07:38:23.112Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-17T07:38:23.223Z | Planning: Package planning ... Done (0.111s) |
109 | 2025-01-17T07:38:23.281Z | Planning: Merging actions ... Done (0.058s) |
110 | 2025-01-17T07:38:23.483Z | Planning: Checking for conflicting actions ... Done (0.201s) |
111 | 2025-01-17T07:38:25.683Z | Planning: Consolidating action changes ... Done (2.201s) |
112 | 2025-01-17T07:38:26.128Z | Planning: Evaluating mediators ... Done (0.446s) |
113 | 2025-01-17T07:38:26.210Z | Planning: Planning completed in 15.91 seconds |
114 | 2025-01-17T07:38:26.227Z | Packages to install: 4 |
115 | 2025-01-17T07:38:26.227Z | Packages to update: 3 |
116 | 2025-01-17T07:38:26.227Z | Mediators to change: 2 |
117 | 2025-01-17T07:38:26.227Z | Services to change: 1 |
118 | 2025-01-17T07:38:26.230Z | Estimated space available: 155.61 GB |
119 | 2025-01-17T07:38:26.230Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-17T07:38:26.230Z | Create boot environment: No |
121 | 2025-01-17T07:38:26.230Z | Create backup boot environment: Yes |
122 | 2025-01-17T07:38:26.230Z | Rebuild boot archive: No |
123 | 2025-01-17T07:38:26.230Z | |
124 | 2025-01-17T07:38:26.230Z | Changed mediators: |
125 | 2025-01-17T07:38:26.230Z | mediator clang: |
126 | 2025-01-17T07:38:26.230Z | version: None -> 15 (system default) |
127 | 2025-01-17T07:38:26.230Z | |
128 | 2025-01-17T07:38:26.230Z | mediator llvm: |
129 | 2025-01-17T07:38:26.230Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-17T07:38:26.230Z | |
131 | 2025-01-17T07:38:26.230Z | Changed packages: |
132 | 2025-01-17T07:38:26.230Z | helios-dev |
133 | 2025-01-17T07:38:26.230Z | developer/build-essential |
134 | 2025-01-17T07:38:26.230Z | None -> 11-2.0 |
135 | 2025-01-17T07:38:26.230Z | library/libxmlsec1 |
136 | 2025-01-17T07:38:26.230Z | None -> 1.2.35-2.0 |
137 | 2025-01-17T07:38:26.230Z | ooce/developer/clang-15 |
138 | 2025-01-17T07:38:26.230Z | None -> 15.0.7-2.0 |
139 | 2025-01-17T07:38:26.230Z | ooce/developer/llvm-15 |
140 | 2025-01-17T07:38:26.230Z | None -> 15.0.7-2.0 |
141 | 2025-01-17T07:38:26.231Z | package/pkg |
142 | 2025-01-17T07:38:26.231Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-17T07:38:26.231Z | system/library/g++-runtime |
144 | 2025-01-17T07:38:26.231Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-17T07:38:26.231Z | system/library/gcc-runtime |
146 | 2025-01-17T07:38:26.231Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-17T07:38:26.231Z | |
148 | 2025-01-17T07:38:26.231Z | Services: |
149 | 2025-01-17T07:38:26.231Z | restart_fmri: |
150 | 2025-01-17T07:38:26.231Z | svc:/system/update-man-index:default |
151 | 2025-01-17T07:38:26.231Z | |
152 | 2025-01-17T07:38:26.231Z | Editable files to change: |
153 | 2025-01-17T07:38:26.231Z | Update: |
154 | 2025-01-17T07:38:26.231Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-17T07:38:26.308Z | |
156 | 2025-01-17T07:38:26.308Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-17T07:38:31.308Z | Download: 751/4301 items 18.4/225.4MB 8% complete (3.7M/s) |
158 | 2025-01-17T07:38:36.308Z | Download: 1494/4301 items 117.2/225.4MB 52% complete (11.9M/s) |
159 | 2025-01-17T07:38:41.309Z | Download: 2421/4301 items 120.1/225.4MB 53% complete (10.2M/s) |
160 | 2025-01-17T07:38:46.304Z | Download: 3116/4301 items 144.2/225.4MB 63% complete (2.6M/s) |
161 | 2025-01-17T07:38:57.081Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
162 | 2025-01-17T07:39:02.115Z | Download: 3415/4301 items 215.1/225.4MB 95% complete (2.6M/s) |
163 | 2025-01-17T07:39:07.116Z | Download: 4144/4301 items 220.2/225.4MB 97% complete (1.7M/s) |
164 | 2025-01-17T07:39:12.728Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (1.7M/s) |
165 | 2025-01-17T07:39:17.389Z | Download: Completed 225.42 MB in 51.11 seconds (4.4M/s) |
166 | 2025-01-17T07:39:19.580Z | Actions: 1/5122 actions (Removing old actions) |
167 | 2025-01-17T07:39:19.605Z | Actions: 194/5122 actions (Installing new actions) |
168 | 2025-01-17T07:39:25.480Z | Actions: 4267/5122 actions (Updating modified actions) |
169 | 2025-01-17T07:39:25.502Z | Actions: Completed 5122 actions in 5.13 seconds. |
170 | 2025-01-17T07:39:25.502Z | Done (0.398s) |
171 | 2025-01-17T07:39:25.502Z | Done (0.001s) |
172 | 2025-01-17T07:39:25.697Z | Done (0.586s) |
173 | 2025-01-17T07:39:30.232Z | Done (4.301s) |
174 | 2025-01-17T07:39:30.319Z | Done (0.019s) |
175 | 2025-01-17T07:39:30.322Z | Done (0.000s) |
176 | 2025-01-17T07:39:30.498Z | Done (0.000s) |
177 | 2025-01-17T07:39:31.193Z | Planning: Evaluating mediator changes ... Done |
178 | 2025-01-17T07:39:31.356Z | Planning: Checking for conflicting actions ... Done |
179 | 2025-01-17T07:39:31.359Z | Planning: Consolidating action changes ... Done |
180 | 2025-01-17T07:39:31.627Z | Planning: Evaluating mediators ... Done |
181 | 2025-01-17T07:39:31.630Z | Planning: Planning completed in 0.43 seconds |
182 | 2025-01-17T07:39:31.667Z | Mediators to change: 2 |
183 | 2025-01-17T07:39:31.667Z | Create boot environment: No |
184 | 2025-01-17T07:39:31.670Z | Create backup boot environment: No |
185 | 2025-01-17T07:39:31.750Z | Done |
186 | 2025-01-17T07:39:31.750Z | Done |
187 | 2025-01-17T07:39:32.114Z | Done |
188 | 2025-01-17T07:39:35.824Z | Done |
189 | 2025-01-17T07:39:35.915Z | Done |
190 | 2025-01-17T07:39:35.918Z | Done |
191 | 2025-01-17T07:39:36.054Z | Done |
192 | 2025-01-17T07:39:36.677Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-01-17T07:39:36.693Z | Planning: Merging actions ... Done |
194 | 2025-01-17T07:39:36.861Z | Planning: Checking for conflicting actions ... Done |
195 | 2025-01-17T07:39:36.867Z | Planning: Consolidating action changes ... Done |
196 | 2025-01-17T07:39:37.150Z | Planning: Evaluating mediators ... Done |
197 | 2025-01-17T07:39:37.204Z | Planning: Planning completed in 0.77 seconds |
198 | 2025-01-17T07:39:37.261Z | Packages to change: 1 |
199 | 2025-01-17T07:39:37.261Z | Mediators to change: 1 |
200 | 2025-01-17T07:39:37.277Z | Services to change: 1 |
201 | 2025-01-17T07:39:37.277Z | Create boot environment: No |
202 | 2025-01-17T07:39:37.277Z | Create backup boot environment: Yes |
203 | 2025-01-17T07:39:39.595Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2025-01-17T07:39:39.599Z | Actions: Completed 6 actions in 0.00 seconds. |
205 | 2025-01-17T07:39:39.599Z | Done |
206 | 2025-01-17T07:39:39.599Z | Done |
207 | 2025-01-17T07:39:39.715Z | Done |
208 | 2025-01-17T07:39:43.348Z | Done |
209 | 2025-01-17T07:39:43.447Z | Done |
210 | 2025-01-17T07:39:43.450Z | Done |
211 | 2025-01-17T07:39:43.596Z | Done |
212 | 2025-01-17T07:39:44.021Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2025-01-17T07:39:44.021Z | clang system 15 system |
214 | 2025-01-17T07:39:44.022Z | csh system system illumos |
215 | 2025-01-17T07:39:44.022Z | ctags system system illumos |
216 | 2025-01-17T07:39:44.022Z | gcc vendor 12 vendor |
217 | 2025-01-17T07:39:44.022Z | gcc system 10 system |
218 | 2025-01-17T07:39:44.022Z | gcc system 7 system |
219 | 2025-01-17T07:39:44.022Z | go system 1.20 system |
220 | 2025-01-17T07:39:44.022Z | go system 1.19 system |
221 | 2025-01-17T07:39:44.022Z | llvm system 15 system |
222 | 2025-01-17T07:39:44.022Z | llvm system 14 system |
223 | 2025-01-17T07:39:44.022Z | mariadb system 10.6 system |
224 | 2025-01-17T07:39:44.022Z | mta vendor vendor dma |
225 | 2025-01-17T07:39:44.022Z | openjdk system 17 system |
226 | 2025-01-17T07:39:44.023Z | openjdk system 11 system |
227 | 2025-01-17T07:39:44.023Z | openjdk system 1.8 system |
228 | 2025-01-17T07:39:44.023Z | openssl vendor 3 vendor |
229 | 2025-01-17T07:39:44.023Z | perl system 5.36 system |
230 | 2025-01-17T07:39:44.023Z | postgresql system 15 system |
231 | 2025-01-17T07:39:44.023Z | postgresql system 13 system |
232 | 2025-01-17T07:39:44.023Z | python vendor 3 vendor |
233 | 2025-01-17T07:39:44.023Z | python system 2 system |
234 | 2025-01-17T07:39:44.023Z | python3 system 3.11 system |
235 | 2025-01-17T07:39:44.023Z | ruby system 3.0 system |
236 | 2025-01-17T07:39:44.023Z | words vendor vendor american-english |
237 | 2025-01-17T07:39:44.023Z | words system system australian-english |
238 | 2025-01-17T07:39:44.023Z | words system system british-english |
239 | 2025-01-17T07:39:44.023Z | words system system canadian-english |
240 | 2025-01-17T07:39:44.023Z | words system system french |
241 | 2025-01-17T07:39:44.023Z | words system system italian |
242 | 2025-01-17T07:39:44.025Z | words system system ngerman |
243 | 2025-01-17T07:39:44.025Z | words system system ogerman |
244 | 2025-01-17T07:39:44.025Z | words system system spanish |
245 | 2025-01-17T07:39:44.351Z | PUBLISHER TYPE STATUS P LOCATION |
246 | 2025-01-17T07:39:44.351Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
247 | 2025-01-17T07:39:47.142Z | FMRI IFO |
248 | 2025-01-17T07:39:47.142Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2025-01-17T07:39:47.142Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2025-01-17T07:39:47.142Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2025-01-17T07:39:47.142Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
252 | 2025-01-17T07:39:47.142Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
253 | 2025-01-17T07:39:47.142Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
255 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
256 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
257 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
258 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
259 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
261 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
262 | 2025-01-17T07:39:47.143Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
263 | 2025-01-17T07:39:47.903Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
264 | 2025-01-17T07:39:48.221Z | Updating crates.io index |
265 | 2025-01-17T07:39:48.303Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
266 | 2025-01-17T07:39:48.593Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2025-01-17T07:39:49.105Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
268 | 2025-01-17T07:39:49.362Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
269 | 2025-01-17T07:39:49.624Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
270 | 2025-01-17T07:39:49.918Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
271 | 2025-01-17T07:39:50.988Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2025-01-17T07:39:52.590Z | Updating git repository `https://github.com/oxidecomputer/opte` |
273 | 2025-01-17T07:39:53.292Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
274 | 2025-01-17T07:39:54.188Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
275 | 2025-01-17T07:39:54.464Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2025-01-17T07:39:54.774Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
277 | 2025-01-17T07:39:55.340Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
278 | 2025-01-17T07:39:55.687Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
279 | 2025-01-17T07:39:56.009Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2025-01-17T07:39:56.255Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2025-01-17T07:39:56.525Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2025-01-17T07:39:56.773Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2025-01-17T07:39:57.044Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
284 | 2025-01-17T07:39:57.388Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-01-17T07:39:57.736Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2025-01-17T07:39:58.096Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2025-01-17T07:39:58.681Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2025-01-17T07:39:59.072Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
289 | 2025-01-17T07:39:59.439Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2025-01-17T07:39:59.947Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
291 | 2025-01-17T07:40:00.213Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2025-01-17T07:40:00.473Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2025-01-17T07:40:00.971Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2025-01-17T07:40:02.383Z | Downloading crates ... |
295 | 2025-01-17T07:40:02.488Z | Downloaded memchr v2.7.4 |
296 | 2025-01-17T07:40:02.509Z | Downloaded goblin v0.8.2 |
297 | 2025-01-17T07:40:02.515Z | Downloaded anstream v0.6.15 |
298 | 2025-01-17T07:40:02.518Z | Downloaded pest v2.7.14 |
299 | 2025-01-17T07:40:02.522Z | Downloaded dtrace-parser v0.2.0 |
300 | 2025-01-17T07:40:02.525Z | Downloaded pest_generator v2.7.14 |
301 | 2025-01-17T07:40:02.525Z | Downloaded errno v0.3.9 |
302 | 2025-01-17T07:40:02.527Z | Downloaded proc-macro-error v1.0.4 |
303 | 2025-01-17T07:40:02.530Z | Downloaded once_cell v1.20.2 |
304 | 2025-01-17T07:40:02.532Z | Downloaded log v0.4.22 |
305 | 2025-01-17T07:40:02.535Z | Downloaded dof v0.3.0 |
306 | 2025-01-17T07:40:02.535Z | Downloaded anstyle v1.0.10 |
307 | 2025-01-17T07:40:02.537Z | Downloaded pest_meta v2.7.14 |
308 | 2025-01-17T07:40:02.537Z | Downloaded crypto-common v0.1.6 |
309 | 2025-01-17T07:40:02.540Z | Downloaded tempfile v3.13.0 |
310 | 2025-01-17T07:40:02.542Z | Downloaded serde_tokenstream v0.2.2 |
311 | 2025-01-17T07:40:02.542Z | Downloaded memmap v0.7.0 |
312 | 2025-01-17T07:40:02.545Z | Downloaded equivalent v1.0.1 |
313 | 2025-01-17T07:40:02.545Z | Downloaded clap_lex v0.7.2 |
314 | 2025-01-17T07:40:02.545Z | Downloaded fnv v1.0.7 |
315 | 2025-01-17T07:40:02.547Z | Downloaded pest_derive v2.7.14 |
316 | 2025-01-17T07:40:02.547Z | Downloaded fs-err v2.11.0 |
317 | 2025-01-17T07:40:02.550Z | Downloaded colorchoice v1.0.2 |
318 | 2025-01-17T07:40:02.550Z | Downloaded heck v0.5.0 |
319 | 2025-01-17T07:40:02.552Z | Downloaded clap_derive v4.5.18 |
320 | 2025-01-17T07:40:02.555Z | Downloaded digest v0.10.7 |
321 | 2025-01-17T07:40:02.555Z | Downloaded pretty-hex v0.4.1 |
322 | 2025-01-17T07:40:02.558Z | Downloaded is_terminal_polyfill v1.70.1 |
323 | 2025-01-17T07:40:02.568Z | Downloaded usdt v0.5.0 |
324 | 2025-01-17T07:40:02.571Z | Downloaded strsim v0.11.1 |
325 | 2025-01-17T07:40:02.571Z | Downloaded cpufeatures v0.2.14 |
326 | 2025-01-17T07:40:02.574Z | Downloaded cargo-platform v0.1.8 |
327 | 2025-01-17T07:40:02.576Z | Downloaded scroll_derive v0.12.0 |
328 | 2025-01-17T07:40:02.576Z | Downloaded papergrid v0.11.0 |
329 | 2025-01-17T07:40:02.589Z | Downloaded macaddr v1.0.1 |
330 | 2025-01-17T07:40:02.592Z | Downloaded plain v0.2.3 |
331 | 2025-01-17T07:40:02.592Z | Downloaded itoa v1.0.11 |
332 | 2025-01-17T07:40:02.594Z | Downloaded heck v0.4.1 |
333 | 2025-01-17T07:40:02.595Z | Downloaded clap v4.5.21 |
334 | 2025-01-17T07:40:02.602Z | Downloaded utf8parse v0.2.2 |
335 | 2025-01-17T07:40:02.604Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2025-01-17T07:40:02.604Z | Downloaded swrite v0.1.0 |
337 | 2025-01-17T07:40:02.604Z | Downloaded usdt-macro v0.5.0 |
338 | 2025-01-17T07:40:02.607Z | Downloaded unicode-ident v1.0.14 |
339 | 2025-01-17T07:40:02.609Z | Downloaded toml_datetime v0.6.8 |
340 | 2025-01-17T07:40:02.609Z | Downloaded byteorder v1.5.0 |
341 | 2025-01-17T07:40:02.612Z | Downloaded serde_spanned v0.6.8 |
342 | 2025-01-17T07:40:02.612Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2025-01-17T07:40:02.612Z | Downloaded fastrand v2.1.1 |
344 | 2025-01-17T07:40:02.615Z | Downloaded cfg-if v1.0.0 |
345 | 2025-01-17T07:40:02.615Z | Downloaded anstyle-query v1.1.1 |
346 | 2025-01-17T07:40:02.617Z | Downloaded anstyle-parse v0.2.5 |
347 | 2025-01-17T07:40:02.617Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2025-01-17T07:40:02.622Z | Downloaded semver v1.0.24 |
349 | 2025-01-17T07:40:02.624Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2025-01-17T07:40:02.624Z | Downloaded generic-array v0.14.7 |
351 | 2025-01-17T07:40:02.627Z | Downloaded camino v1.1.9 |
352 | 2025-01-17T07:40:02.627Z | Downloaded sha2 v0.10.8 |
353 | 2025-01-17T07:40:02.630Z | Downloaded scroll v0.12.0 |
354 | 2025-01-17T07:40:02.632Z | Downloaded block-buffer v0.10.4 |
355 | 2025-01-17T07:40:02.635Z | Downloaded cargo_metadata v0.18.1 |
356 | 2025-01-17T07:40:02.635Z | Downloaded usdt-impl v0.5.0 |
357 | 2025-01-17T07:40:02.638Z | Downloaded thiserror v1.0.69 |
358 | 2025-01-17T07:40:02.640Z | Downloaded proc-macro2 v1.0.92 |
359 | 2025-01-17T07:40:02.643Z | Downloaded version_check v0.9.5 |
360 | 2025-01-17T07:40:02.646Z | Downloaded smawk v0.3.2 |
361 | 2025-01-17T07:40:02.646Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-01-17T07:40:02.649Z | Downloaded quote v1.0.38 |
363 | 2025-01-17T07:40:02.649Z | Downloaded thread-id v4.2.2 |
364 | 2025-01-17T07:40:02.650Z | Downloaded autocfg v1.4.0 |
365 | 2025-01-17T07:40:02.653Z | Downloaded bytecount v0.6.8 |
366 | 2025-01-17T07:40:02.653Z | Downloaded camino-tempfile v1.1.1 |
367 | 2025-01-17T07:40:02.656Z | Downloaded terminal_size v0.4.0 |
368 | 2025-01-17T07:40:02.656Z | Downloaded tabled_derive v0.7.0 |
369 | 2025-01-17T07:40:02.659Z | Downloaded bitflags v2.6.0 |
370 | 2025-01-17T07:40:02.661Z | Downloaded toml v0.8.19 |
371 | 2025-01-17T07:40:02.664Z | Downloaded cargo_toml v0.20.5 |
372 | 2025-01-17T07:40:02.667Z | Downloaded textwrap v0.16.1 |
373 | 2025-01-17T07:40:02.676Z | Downloaded toml_edit v0.22.22 |
374 | 2025-01-17T07:40:02.696Z | Downloaded ucd-trie v0.1.7 |
375 | 2025-01-17T07:40:02.698Z | Downloaded indexmap v2.7.0 |
376 | 2025-01-17T07:40:02.701Z | Downloaded typenum v1.17.0 |
377 | 2025-01-17T07:40:02.703Z | Downloaded ryu v1.0.18 |
378 | 2025-01-17T07:40:02.707Z | Downloaded anyhow v1.0.93 |
379 | 2025-01-17T07:40:02.710Z | Downloaded serde_derive v1.0.217 |
380 | 2025-01-17T07:40:02.713Z | Downloaded serde v1.0.217 |
381 | 2025-01-17T07:40:02.719Z | Downloaded hashbrown v0.15.1 |
382 | 2025-01-17T07:40:02.733Z | Downloaded zerocopy v0.7.35 |
383 | 2025-01-17T07:40:02.747Z | Downloaded winnow v0.6.20 |
384 | 2025-01-17T07:40:02.754Z | Downloaded serde_json v1.0.135 |
385 | 2025-01-17T07:40:02.762Z | Downloaded clap_builder v4.5.21 |
386 | 2025-01-17T07:40:02.779Z | Downloaded unicode-width v0.1.14 |
387 | 2025-01-17T07:40:02.784Z | Downloaded syn v1.0.109 |
388 | 2025-01-17T07:40:02.793Z | Downloaded tabled v0.15.0 |
389 | 2025-01-17T07:40:02.807Z | Downloaded syn v2.0.96 |
390 | 2025-01-17T07:40:02.825Z | Downloaded rustix v0.38.37 |
391 | 2025-01-17T07:40:02.852Z | Downloaded libc v0.2.169 |
392 | 2025-01-17T07:40:03.162Z | Compiling proc-macro2 v1.0.92 |
393 | 2025-01-17T07:40:03.162Z | Compiling unicode-ident v1.0.14 |
394 | 2025-01-17T07:40:03.165Z | Compiling serde v1.0.217 |
395 | 2025-01-17T07:40:03.165Z | Compiling version_check v0.9.5 |
396 | 2025-01-17T07:40:03.165Z | Compiling memchr v2.7.4 |
397 | 2025-01-17T07:40:03.165Z | Compiling thiserror v1.0.69 |
398 | 2025-01-17T07:40:03.165Z | Compiling libc v0.2.169 |
399 | 2025-01-17T07:40:03.199Z | Compiling ucd-trie v0.1.7 |
400 | 2025-01-17T07:40:03.457Z | Compiling ryu v1.0.18 |
401 | 2025-01-17T07:40:03.852Z | Compiling itoa v1.0.11 |
402 | 2025-01-17T07:40:03.855Z | Compiling once_cell v1.20.2 |
403 | 2025-01-17T07:40:04.009Z | Compiling byteorder v1.5.0 |
404 | 2025-01-17T07:40:04.237Z | Compiling serde_json v1.0.135 |
405 | 2025-01-17T07:40:04.313Z | Compiling rustix v0.38.37 |
406 | 2025-01-17T07:40:04.542Z | Compiling bitflags v2.6.0 |
407 | 2025-01-17T07:40:04.609Z | Compiling usdt-impl v0.5.0 |
408 | 2025-01-17T07:40:04.745Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2025-01-17T07:40:04.850Z | Compiling syn v1.0.109 |
410 | 2025-01-17T07:40:04.942Z | Compiling proc-macro-error v1.0.4 |
411 | 2025-01-17T07:40:05.048Z | Compiling quote v1.0.38 |
412 | 2025-01-17T07:40:05.130Z | Compiling errno v0.3.9 |
413 | 2025-01-17T07:40:05.245Z | Compiling utf8parse v0.2.2 |
414 | 2025-01-17T07:40:05.274Z | Compiling equivalent v1.0.1 |
415 | 2025-01-17T07:40:05.377Z | Compiling log v0.4.22 |
416 | 2025-01-17T07:40:05.431Z | Compiling syn v2.0.96 |
417 | 2025-01-17T07:40:05.434Z | Compiling thread-id v4.2.2 |
418 | 2025-01-17T07:40:05.487Z | Compiling camino v1.1.9 |
419 | 2025-01-17T07:40:05.513Z | Compiling plain v0.2.3 |
420 | 2025-01-17T07:40:05.597Z | Compiling hashbrown v0.15.1 |
421 | 2025-01-17T07:40:05.690Z | Compiling anstyle-parse v0.2.5 |
422 | 2025-01-17T07:40:06.021Z | Compiling is_terminal_polyfill v1.70.1 |
423 | 2025-01-17T07:40:06.159Z | Compiling anstyle v1.0.10 |
424 | 2025-01-17T07:40:06.186Z | Compiling winnow v0.6.20 |
425 | 2025-01-17T07:40:06.255Z | Compiling unicode-width v0.1.14 |
426 | 2025-01-17T07:40:06.535Z | Compiling anstyle-query v1.1.1 |
427 | 2025-01-17T07:40:06.580Z | Compiling indexmap v2.7.0 |
428 | 2025-01-17T07:40:06.643Z | Compiling colorchoice v1.0.2 |
429 | 2025-01-17T07:40:06.700Z | Compiling autocfg v1.4.0 |
430 | 2025-01-17T07:40:06.802Z | Compiling semver v1.0.24 |
431 | 2025-01-17T07:40:06.829Z | Compiling pretty-hex v0.4.1 |
432 | 2025-01-17T07:40:07.059Z | Compiling anstream v0.6.15 |
433 | 2025-01-17T07:40:07.386Z | Compiling terminal_size v0.4.0 |
434 | 2025-01-17T07:40:07.667Z | Compiling fs-err v2.11.0 |
435 | 2025-01-17T07:40:07.784Z | Compiling strsim v0.11.1 |
436 | 2025-01-17T07:40:07.812Z | Compiling cfg-if v1.0.0 |
437 | 2025-01-17T07:40:07.865Z | Compiling heck v0.4.1 |
438 | 2025-01-17T07:40:07.918Z | Compiling heck v0.5.0 |
439 | 2025-01-17T07:40:07.962Z | Compiling clap_lex v0.7.2 |
440 | 2025-01-17T07:40:08.304Z | Compiling bytecount v0.6.8 |
441 | 2025-01-17T07:40:08.426Z | Compiling anyhow v1.0.93 |
442 | 2025-01-17T07:40:08.428Z | Compiling fastrand v2.1.1 |
443 | 2025-01-17T07:40:08.556Z | Compiling fnv v1.0.7 |
444 | 2025-01-17T07:40:08.583Z | Compiling clap_builder v4.5.21 |
445 | 2025-01-17T07:40:08.719Z | Compiling papergrid v0.11.0 |
446 | 2025-01-17T07:40:08.995Z | Compiling tempfile v3.13.0 |
447 | 2025-01-17T07:40:09.031Z | Compiling memmap v0.7.0 |
448 | 2025-01-17T07:40:09.391Z | Compiling smawk v0.3.2 |
449 | 2025-01-17T07:40:09.476Z | Compiling unicode-linebreak v0.1.5 |
450 | 2025-01-17T07:40:09.753Z | Compiling swrite v0.1.0 |
451 | 2025-01-17T07:40:09.904Z | Compiling textwrap v0.16.1 |
452 | 2025-01-17T07:40:10.610Z | Compiling tabled_derive v0.7.0 |
453 | 2025-01-17T07:40:12.176Z | Compiling tabled v0.15.0 |
454 | 2025-01-17T07:40:12.255Z | Compiling serde_derive v1.0.217 |
455 | 2025-01-17T07:40:12.255Z | Compiling thiserror-impl v1.0.69 |
456 | 2025-01-17T07:40:12.260Z | Compiling zerocopy-derive v0.7.35 |
457 | 2025-01-17T07:40:12.260Z | Compiling scroll_derive v0.12.0 |
458 | 2025-01-17T07:40:12.260Z | Compiling clap_derive v4.5.18 |
459 | 2025-01-17T07:40:13.631Z | Compiling scroll v0.12.0 |
460 | 2025-01-17T07:40:14.158Z | Compiling goblin v0.8.2 |
461 | 2025-01-17T07:40:14.245Z | Compiling zerocopy v0.7.35 |
462 | 2025-01-17T07:40:15.254Z | Compiling pest v2.7.14 |
463 | 2025-01-17T07:40:15.845Z | Compiling clap v4.5.21 |
464 | 2025-01-17T07:40:17.381Z | Compiling pest_meta v2.7.14 |
465 | 2025-01-17T07:40:18.240Z | Compiling pest_generator v2.7.14 |
466 | 2025-01-17T07:40:19.604Z | Compiling pest_derive v2.7.14 |
467 | 2025-01-17T07:40:20.257Z | Compiling dtrace-parser v0.2.0 |
468 | 2025-01-17T07:40:21.055Z | Compiling serde_spanned v0.6.8 |
469 | 2025-01-17T07:40:21.058Z | Compiling toml_datetime v0.6.8 |
470 | 2025-01-17T07:40:21.058Z | Compiling cargo-platform v0.1.8 |
471 | 2025-01-17T07:40:21.435Z | Compiling serde_tokenstream v0.2.2 |
472 | 2025-01-17T07:40:21.439Z | Compiling macaddr v1.0.1 |
473 | 2025-01-17T07:40:21.572Z | Compiling toml_edit v0.22.22 |
474 | 2025-01-17T07:40:21.616Z | Compiling camino-tempfile v1.1.1 |
475 | 2025-01-17T07:40:22.407Z | Compiling dof v0.3.0 |
476 | 2025-01-17T07:40:22.407Z | Compiling cargo_metadata v0.18.1 |
477 | 2025-01-17T07:40:24.110Z | Compiling usdt-macro v0.5.0 |
478 | 2025-01-17T07:40:24.111Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2025-01-17T07:40:24.294Z | Compiling toml v0.8.19 |
480 | 2025-01-17T07:40:25.175Z | Compiling cargo_toml v0.20.5 |
481 | 2025-01-17T07:40:25.329Z | Compiling usdt v0.5.0 |
482 | 2025-01-17T07:40:27.777Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
483 | 2025-01-17T07:40:30.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.27s |
484 | 2025-01-17T07:40:31.189Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
485 | 2025-01-17T07:40:31.702Z | Downloading crates ... |
486 | 2025-01-17T07:40:31.824Z | Downloaded aead v0.5.2 |
487 | 2025-01-17T07:40:31.842Z | Downloaded headers-core v0.3.0 |
488 | 2025-01-17T07:40:31.848Z | Downloaded darling v0.20.10 |
489 | 2025-01-17T07:40:31.853Z | Downloaded cstr-argument v0.1.2 |
490 | 2025-01-17T07:40:31.856Z | Downloaded heapless v0.8.0 |
491 | 2025-01-17T07:40:31.859Z | Downloaded icu_provider_macros v1.5.0 |
492 | 2025-01-17T07:40:31.861Z | Downloaded assert_matches v1.5.0 |
493 | 2025-01-17T07:40:31.863Z | Downloaded cfg_aliases v0.2.1 |
494 | 2025-01-17T07:40:31.863Z | Downloaded atty v0.2.14 |
495 | 2025-01-17T07:40:31.865Z | Downloaded crunchy v0.2.2 |
496 | 2025-01-17T07:40:31.865Z | Downloaded crucible-workspace-hack v0.1.0 |
497 | 2025-01-17T07:40:31.865Z | Downloaded http-range v0.1.5 |
498 | 2025-01-17T07:40:31.868Z | Downloaded atomicwrites v0.4.4 |
499 | 2025-01-17T07:40:31.870Z | Downloaded async-stream-impl v0.3.6 |
500 | 2025-01-17T07:40:31.870Z | Downloaded adler2 v2.0.0 |
501 | 2025-01-17T07:40:31.872Z | Downloaded ciborium-io v0.2.2 |
502 | 2025-01-17T07:40:31.872Z | Downloaded cfg_aliases v0.1.1 |
503 | 2025-01-17T07:40:31.874Z | Downloaded block-padding v0.3.3 |
504 | 2025-01-17T07:40:31.874Z | Downloaded is_ci v1.2.0 |
505 | 2025-01-17T07:40:31.879Z | Downloaded match_cfg v0.1.0 |
506 | 2025-01-17T07:40:31.884Z | Downloaded hex v0.4.3 |
507 | 2025-01-17T07:40:31.887Z | Downloaded http-body v1.0.1 |
508 | 2025-01-17T07:40:31.889Z | Downloaded instant v0.1.13 |
509 | 2025-01-17T07:40:31.889Z | Downloaded md5 v0.7.0 |
510 | 2025-01-17T07:40:31.892Z | Downloaded hubpack_derive v0.1.1 |
511 | 2025-01-17T07:40:31.892Z | Downloaded bb8 v0.8.5 |
512 | 2025-01-17T07:40:31.894Z | Downloaded async-stream v0.3.6 |
513 | 2025-01-17T07:40:31.897Z | Downloaded ident_case v1.0.1 |
514 | 2025-01-17T07:40:31.897Z | Downloaded ciborium-ll v0.2.2 |
515 | 2025-01-17T07:40:31.901Z | Downloaded crc v3.2.1 |
516 | 2025-01-17T07:40:31.904Z | Downloaded hubpack v0.1.2 |
517 | 2025-01-17T07:40:31.904Z | Downloaded arrayref v0.3.9 |
518 | 2025-01-17T07:40:31.904Z | Downloaded bitfield-struct v0.6.2 |
519 | 2025-01-17T07:40:31.906Z | Downloaded hyper-tls v0.6.0 |
520 | 2025-01-17T07:40:31.909Z | Downloaded ipnetwork v0.20.0 |
521 | 2025-01-17T07:40:31.911Z | Downloaded constant_time_eq v0.3.1 |
522 | 2025-01-17T07:40:31.911Z | Downloaded colored v2.1.0 |
523 | 2025-01-17T07:40:31.914Z | Downloaded indoc v1.0.9 |
524 | 2025-01-17T07:40:31.918Z | Downloaded httpdate v1.0.3 |
525 | 2025-01-17T07:40:31.918Z | Downloaded async-recursion v1.1.1 |
526 | 2025-01-17T07:40:31.920Z | Downloaded const_format_proc_macros v0.2.33 |
527 | 2025-01-17T07:40:31.923Z | Downloaded bitflags v1.3.2 |
528 | 2025-01-17T07:40:31.926Z | Downloaded matches v0.1.10 |
529 | 2025-01-17T07:40:31.929Z | Downloaded hostname v0.4.0 |
530 | 2025-01-17T07:40:31.929Z | Downloaded cbc v0.1.2 |
531 | 2025-01-17T07:40:31.932Z | Downloaded progenitor-client v0.8.0 |
532 | 2025-01-17T07:40:31.932Z | Downloaded ascii-canvas v3.0.0 |
533 | 2025-01-17T07:40:31.934Z | Downloaded instability v0.3.2 |
534 | 2025-01-17T07:40:31.934Z | Downloaded mime v0.3.17 |
535 | 2025-01-17T07:40:31.937Z | Downloaded cobs v0.2.3 |
536 | 2025-01-17T07:40:31.937Z | Downloaded linked-hash-map v0.5.6 |
537 | 2025-01-17T07:40:31.939Z | Downloaded linear-map v1.2.0 |
538 | 2025-01-17T07:40:31.942Z | Downloaded md-5 v0.10.6 |
539 | 2025-01-17T07:40:31.944Z | Downloaded inout v0.1.3 |
540 | 2025-01-17T07:40:31.944Z | Downloaded indent_write v2.2.0 |
541 | 2025-01-17T07:40:31.947Z | Downloaded crossbeam-deque v0.8.5 |
542 | 2025-01-17T07:40:31.947Z | Downloaded array-init v0.0.4 |
543 | 2025-01-17T07:40:31.949Z | Downloaded memoffset v0.9.1 |
544 | 2025-01-17T07:40:31.949Z | Downloaded libsw v3.3.1 |
545 | 2025-01-17T07:40:31.952Z | Downloaded maybe-uninit v2.0.0 |
546 | 2025-01-17T07:40:31.954Z | Downloaded iana-time-zone v0.1.61 |
547 | 2025-01-17T07:40:31.957Z | Downloaded cmake v0.1.51 |
548 | 2025-01-17T07:40:31.957Z | Downloaded lalrpop-util v0.19.12 |
549 | 2025-01-17T07:40:31.960Z | Downloaded heck v0.3.3 |
550 | 2025-01-17T07:40:31.960Z | Downloaded libloading v0.8.5 |
551 | 2025-01-17T07:40:31.962Z | Downloaded keccak v0.1.5 |
552 | 2025-01-17T07:40:31.965Z | Downloaded icu_locid_transform v1.5.0 |
553 | 2025-01-17T07:40:31.967Z | Downloaded hickory-client v0.24.1 |
554 | 2025-01-17T07:40:31.981Z | Downloaded hyper-rustls v0.27.3 |
555 | 2025-01-17T07:40:31.981Z | Downloaded httparse v1.9.5 |
556 | 2025-01-17T07:40:31.981Z | Downloaded base64ct v1.6.0 |
557 | 2025-01-17T07:40:31.981Z | Downloaded argon2 v0.5.3 |
558 | 2025-01-17T07:40:31.981Z | Downloaded bit-set v0.5.3 |
559 | 2025-01-17T07:40:31.981Z | Downloaded crc-catalog v2.4.0 |
560 | 2025-01-17T07:40:31.984Z | Downloaded crc32fast v1.4.2 |
561 | 2025-01-17T07:40:31.984Z | Downloaded cookie_store v0.21.0 |
562 | 2025-01-17T07:40:31.987Z | Downloaded kstat-rs v0.2.4 |
563 | 2025-01-17T07:40:31.989Z | Downloaded hex-literal v0.4.1 |
564 | 2025-01-17T07:40:31.990Z | Downloaded cancel-safe-futures v0.1.5 |
565 | 2025-01-17T07:40:31.995Z | Downloaded maplit v1.0.2 |
566 | 2025-01-17T07:40:31.998Z | Downloaded bcs v0.1.6 |
567 | 2025-01-17T07:40:31.999Z | Downloaded mime_guess v2.0.5 |
568 | 2025-01-17T07:40:31.999Z | Downloaded jobserver v0.1.32 |
569 | 2025-01-17T07:40:32.002Z | Downloaded same-file v1.0.6 |
570 | 2025-01-17T07:40:32.002Z | Downloaded litemap v0.7.3 |
571 | 2025-01-17T07:40:32.004Z | Downloaded tinyvec_macros v0.1.1 |
572 | 2025-01-17T07:40:32.007Z | Downloaded ctr v0.9.2 |
573 | 2025-01-17T07:40:32.007Z | Downloaded highway v1.2.0 |
574 | 2025-01-17T07:40:32.010Z | Downloaded managed v0.8.0 |
575 | 2025-01-17T07:40:32.012Z | Downloaded lock_api v0.4.12 |
576 | 2025-01-17T07:40:32.015Z | Downloaded memmap2 v0.9.5 |
577 | 2025-01-17T07:40:32.015Z | Downloaded ciborium v0.2.2 |
578 | 2025-01-17T07:40:32.017Z | Downloaded backoff v0.4.0 |
579 | 2025-01-17T07:40:32.020Z | Downloaded icu_locid_transform_data v1.5.0 |
580 | 2025-01-17T07:40:32.023Z | Downloaded icu_locid v1.5.0 |
581 | 2025-01-17T07:40:32.026Z | Downloaded async-trait v0.1.83 |
582 | 2025-01-17T07:40:32.029Z | Downloaded zone_cfg_derive v0.1.2 |
583 | 2025-01-17T07:40:32.032Z | Downloaded hmac v0.12.1 |
584 | 2025-01-17T07:40:32.035Z | Downloaded bzip2 v0.4.4 |
585 | 2025-01-17T07:40:32.035Z | Downloaded want v0.3.1 |
586 | 2025-01-17T07:40:32.037Z | Downloaded waitgroup v0.1.2 |
587 | 2025-01-17T07:40:32.037Z | Downloaded quick-error v1.2.3 |
588 | 2025-01-17T07:40:32.040Z | Downloaded lru-cache v0.1.2 |
589 | 2025-01-17T07:40:32.040Z | Downloaded signal-hook-registry v1.4.2 |
590 | 2025-01-17T07:40:32.043Z | Downloaded convert_case v0.4.0 |
591 | 2025-01-17T07:40:32.044Z | Downloaded progenitor-macro v0.9.1 |
592 | 2025-01-17T07:40:32.044Z | Downloaded buf-list v1.0.3 |
593 | 2025-01-17T07:40:32.047Z | Downloaded derive_builder_macro v0.20.2 |
594 | 2025-01-17T07:40:32.047Z | Downloaded cookie v0.18.1 |
595 | 2025-01-17T07:40:32.049Z | Downloaded foreign-types-shared v0.3.1 |
596 | 2025-01-17T07:40:32.052Z | Downloaded zone_cfg_derive v0.3.0 |
597 | 2025-01-17T07:40:32.052Z | Downloaded crossbeam-utils v0.8.20 |
598 | 2025-01-17T07:40:32.054Z | Downloaded foreign-types-shared v0.1.1 |
599 | 2025-01-17T07:40:32.054Z | Downloaded csv-core v0.1.11 |
600 | 2025-01-17T07:40:32.058Z | Downloaded crc-any v2.5.0 |
601 | 2025-01-17T07:40:32.061Z | Downloaded icu_normalizer_data v1.5.0 |
602 | 2025-01-17T07:40:32.061Z | Downloaded console v0.15.8 |
603 | 2025-01-17T07:40:32.064Z | Downloaded slog-json v2.6.1 |
604 | 2025-01-17T07:40:32.066Z | Downloaded thiserror-impl-no-std v2.0.2 |
605 | 2025-01-17T07:40:32.070Z | Downloaded number_prefix v0.4.0 |
606 | 2025-01-17T07:40:32.070Z | Downloaded num-conv v0.1.0 |
607 | 2025-01-17T07:40:32.073Z | Downloaded ahash v0.8.11 |
608 | 2025-01-17T07:40:32.073Z | Downloaded scheduled-thread-pool v0.2.7 |
609 | 2025-01-17T07:40:32.075Z | Downloaded indicatif v0.17.9 |
610 | 2025-01-17T07:40:32.078Z | Downloaded serde_repr v0.1.19 |
611 | 2025-01-17T07:40:32.080Z | Downloaded unicode-truncate v1.1.0 |
612 | 2025-01-17T07:40:32.083Z | Downloaded internet-checksum v0.2.1 |
613 | 2025-01-17T07:40:32.083Z | Downloaded home v0.5.9 |
614 | 2025-01-17T07:40:32.083Z | Downloaded curve25519-dalek-derive v0.1.1 |
615 | 2025-01-17T07:40:32.085Z | Downloaded async-bb8-diesel v0.2.1 |
616 | 2025-01-17T07:40:32.088Z | Downloaded arrayvec v0.7.6 |
617 | 2025-01-17T07:40:32.090Z | Downloaded const-oid v0.9.6 |
618 | 2025-01-17T07:40:32.095Z | Downloaded icu_properties v1.5.1 |
619 | 2025-01-17T07:40:32.099Z | Downloaded clang-sys v1.8.1 |
620 | 2025-01-17T07:40:32.099Z | Downloaded subtle v2.6.1 |
621 | 2025-01-17T07:40:32.099Z | Downloaded structmeta v0.2.0 |
622 | 2025-01-17T07:40:32.102Z | Downloaded pretty-hex v0.2.1 |
623 | 2025-01-17T07:40:32.102Z | Downloaded strip-ansi-escapes v0.2.0 |
624 | 2025-01-17T07:40:32.102Z | Downloaded hyper-staticfile v0.10.1 |
625 | 2025-01-17T07:40:32.104Z | Downloaded new_debug_unreachable v1.0.6 |
626 | 2025-01-17T07:40:32.107Z | Downloaded num_threads v0.1.7 |
627 | 2025-01-17T07:40:32.107Z | Downloaded topological-sort v0.2.2 |
628 | 2025-01-17T07:40:32.110Z | Downloaded stable_deref_trait v1.2.0 |
629 | 2025-01-17T07:40:32.110Z | Downloaded thiserror-no-std v2.0.2 |
630 | 2025-01-17T07:40:32.112Z | Downloaded wait-timeout v0.2.0 |
631 | 2025-01-17T07:40:32.115Z | Downloaded utf-8 v0.7.6 |
632 | 2025-01-17T07:40:32.115Z | Downloaded ipnet v2.10.1 |
633 | 2025-01-17T07:40:32.117Z | Downloaded ena v0.14.3 |
634 | 2025-01-17T07:40:32.120Z | Downloaded crossbeam-epoch v0.9.18 |
635 | 2025-01-17T07:40:32.122Z | Downloaded scrypt v0.11.0 |
636 | 2025-01-17T07:40:32.125Z | Downloaded indexmap v1.9.3 |
637 | 2025-01-17T07:40:32.129Z | Downloaded cassowary v0.3.0 |
638 | 2025-01-17T07:40:32.129Z | Downloaded futures-task v0.3.31 |
639 | 2025-01-17T07:40:32.132Z | Downloaded foreign-types-macros v0.2.3 |
640 | 2025-01-17T07:40:32.132Z | Downloaded dhcproto-macros v0.1.0 |
641 | 2025-01-17T07:40:32.132Z | Downloaded addr2line v0.24.2 |
642 | 2025-01-17T07:40:32.134Z | Downloaded arc-swap v1.7.1 |
643 | 2025-01-17T07:40:32.138Z | Downloaded icu_collections v1.5.0 |
644 | 2025-01-17T07:40:32.144Z | Downloaded num_enum_derive v0.5.11 |
645 | 2025-01-17T07:40:32.147Z | Downloaded num_enum v0.5.11 |
646 | 2025-01-17T07:40:32.150Z | Downloaded sync_wrapper v1.0.1 |
647 | 2025-01-17T07:40:32.154Z | Downloaded paste v1.0.15 |
648 | 2025-01-17T07:40:32.157Z | Downloaded hyper-util v0.1.10 |
649 | 2025-01-17T07:40:32.159Z | Downloaded snafu-derive v0.8.5 |
650 | 2025-01-17T07:40:32.162Z | Downloaded packed_struct_codegen v0.10.1 |
651 | 2025-01-17T07:40:32.163Z | Downloaded password-hash v0.5.0 |
652 | 2025-01-17T07:40:32.165Z | Downloaded rand_xorshift v0.3.0 |
653 | 2025-01-17T07:40:32.165Z | Downloaded progenitor v0.8.0 |
654 | 2025-01-17T07:40:32.168Z | Downloaded proc-macro-crate v1.3.1 |
655 | 2025-01-17T07:40:32.169Z | Downloaded hash32 v0.2.1 |
656 | 2025-01-17T07:40:32.171Z | Downloaded rustversion v1.0.17 |
657 | 2025-01-17T07:40:32.173Z | Downloaded zerofrom v0.1.4 |
658 | 2025-01-17T07:40:32.174Z | Downloaded phf v0.11.2 |
659 | 2025-01-17T07:40:32.176Z | Downloaded pkg-config v0.3.31 |
660 | 2025-01-17T07:40:32.176Z | Downloaded which v4.4.2 |
661 | 2025-01-17T07:40:32.179Z | Downloaded resolv-conf v0.7.0 |
662 | 2025-01-17T07:40:32.181Z | Downloaded rtoolbox v0.0.2 |
663 | 2025-01-17T07:40:32.181Z | Downloaded rpassword v7.3.1 |
664 | 2025-01-17T07:40:32.184Z | Downloaded derive_builder_core v0.20.2 |
665 | 2025-01-17T07:40:32.186Z | Downloaded slog v2.7.0 |
666 | 2025-01-17T07:40:32.189Z | Downloaded embedded-io v0.6.1 |
667 | 2025-01-17T07:40:32.189Z | Downloaded des v0.8.1 |
668 | 2025-01-17T07:40:32.191Z | Downloaded foreign-types v0.3.2 |
669 | 2025-01-17T07:40:32.194Z | Downloaded embedded-io v0.4.0 |
670 | 2025-01-17T07:40:32.194Z | Downloaded derive_builder v0.20.2 |
671 | 2025-01-17T07:40:32.198Z | Downloaded slab v0.4.9 |
672 | 2025-01-17T07:40:32.200Z | Downloaded siphasher v0.3.11 |
673 | 2025-01-17T07:40:32.203Z | Downloaded scopeguard v1.2.0 |
674 | 2025-01-17T07:40:32.203Z | Downloaded heapless v0.7.17 |
675 | 2025-01-17T07:40:32.206Z | Downloaded newtype_derive v0.1.6 |
676 | 2025-01-17T07:40:32.209Z | Downloaded tinyvec v1.8.0 |
677 | 2025-01-17T07:40:32.211Z | Downloaded chacha20poly1305 v0.10.1 |
678 | 2025-01-17T07:40:32.214Z | Downloaded nanorand v0.7.0 |
679 | 2025-01-17T07:40:32.218Z | Downloaded synstructure v0.13.1 |
680 | 2025-01-17T07:40:32.218Z | Downloaded string_cache v0.8.7 |
681 | 2025-01-17T07:40:32.220Z | Downloaded nu-ansi-term v0.50.1 |
682 | 2025-01-17T07:40:32.220Z | Downloaded const_format v0.2.33 |
683 | 2025-01-17T07:40:32.225Z | Downloaded normalize-line-endings v0.3.0 |
684 | 2025-01-17T07:40:32.228Z | Downloaded hickory-server v0.24.1 |
685 | 2025-01-17T07:40:32.232Z | Downloaded path-slash v0.1.5 |
686 | 2025-01-17T07:40:32.234Z | Downloaded tiny-keccak v2.0.2 |
687 | 2025-01-17T07:40:32.237Z | Downloaded twox-hash v1.6.3 |
688 | 2025-01-17T07:40:32.239Z | Downloaded tokio-native-tls v0.3.1 |
689 | 2025-01-17T07:40:32.239Z | Downloaded thiserror v2.0.11 |
690 | 2025-01-17T07:40:32.246Z | Downloaded progenitor-client v0.9.1 |
691 | 2025-01-17T07:40:32.249Z | Downloaded icu_provider v1.5.0 |
692 | 2025-01-17T07:40:32.252Z | Downloaded poly1305 v0.8.0 |
693 | 2025-01-17T07:40:32.264Z | Downloaded funty v2.0.0 |
694 | 2025-01-17T07:40:32.266Z | Downloaded downcast v0.11.0 |
695 | 2025-01-17T07:40:32.266Z | Downloaded defmt-parser v0.3.4 |
696 | 2025-01-17T07:40:32.270Z | Downloaded wyz v0.5.1 |
697 | 2025-01-17T07:40:32.270Z | Downloaded defmt-macros v0.3.9 |
698 | 2025-01-17T07:40:32.273Z | Downloaded env_filter v0.1.2 |
699 | 2025-01-17T07:40:32.276Z | Downloaded tar v0.4.42 |
700 | 2025-01-17T07:40:32.279Z | Downloaded enum-as-inner v0.6.1 |
701 | 2025-01-17T07:40:32.279Z | Downloaded time-core v0.1.2 |
702 | 2025-01-17T07:40:32.279Z | Downloaded enum-as-inner v0.5.1 |
703 | 2025-01-17T07:40:32.281Z | Downloaded ed25519 v2.2.3 |
704 | 2025-01-17T07:40:32.284Z | Downloaded parking_lot v0.11.2 |
705 | 2025-01-17T07:40:32.287Z | Downloaded native-tls v0.2.12 |
706 | 2025-01-17T07:40:32.290Z | Downloaded zone v0.3.0 |
707 | 2025-01-17T07:40:32.290Z | Downloaded rustls-pemfile v1.0.4 |
708 | 2025-01-17T07:40:32.292Z | Downloaded http v1.2.0 |
709 | 2025-01-17T07:40:32.296Z | Downloaded tokio-rustls v0.24.1 |
710 | 2025-01-17T07:40:32.299Z | Downloaded crossbeam-channel v0.5.13 |
711 | 2025-01-17T07:40:32.302Z | Downloaded pbkdf2 v0.12.2 |
712 | 2025-01-17T07:40:32.304Z | Downloaded toolchain_find v0.4.0 |
713 | 2025-01-17T07:40:32.307Z | Downloaded serde_with_macros v3.11.0 |
714 | 2025-01-17T07:40:32.309Z | Downloaded endian-type v0.1.2 |
715 | 2025-01-17T07:40:32.309Z | Downloaded password-hash v0.4.2 |
716 | 2025-01-17T07:40:32.312Z | Downloaded polyval v0.6.2 |
717 | 2025-01-17T07:40:32.312Z | Downloaded half v2.4.1 |
718 | 2025-01-17T07:40:32.314Z | Downloaded rand_seeder v0.3.0 |
719 | 2025-01-17T07:40:32.317Z | Downloaded pbkdf2 v0.11.0 |
720 | 2025-01-17T07:40:32.320Z | Downloaded num v0.4.3 |
721 | 2025-01-17T07:40:32.322Z | Downloaded schemars v0.8.21 |
722 | 2025-01-17T07:40:32.331Z | Downloaded rfc6979 v0.4.0 |
723 | 2025-01-17T07:40:32.333Z | Downloaded salsa20 v0.10.2 |
724 | 2025-01-17T07:40:32.336Z | Downloaded rusty-fork v0.3.0 |
725 | 2025-01-17T07:40:32.336Z | Downloaded hickory-resolver v0.24.1 |
726 | 2025-01-17T07:40:32.340Z | Downloaded parse-size v1.1.0 |
727 | 2025-01-17T07:40:32.342Z | Downloaded russh-cryptovec v0.7.3 |
728 | 2025-01-17T07:40:32.342Z | Downloaded phf_shared v0.10.0 |
729 | 2025-01-17T07:40:32.342Z | Downloaded futures-channel v0.3.31 |
730 | 2025-01-17T07:40:32.345Z | Downloaded precomputed-hash v0.1.1 |
731 | 2025-01-17T07:40:32.347Z | Downloaded env_logger v0.10.2 |
732 | 2025-01-17T07:40:32.352Z | Downloaded typify-macro v0.3.0 |
733 | 2025-01-17T07:40:32.352Z | Downloaded supports-color v3.0.1 |
734 | 2025-01-17T07:40:32.355Z | Downloaded defmt v0.3.8 |
735 | 2025-01-17T07:40:32.355Z | Downloaded tungstenite v0.24.0 |
736 | 2025-01-17T07:40:32.358Z | Downloaded pin-project-internal v1.1.6 |
737 | 2025-01-17T07:40:32.361Z | Downloaded elliptic-curve v0.13.8 |
738 | 2025-01-17T07:40:32.364Z | Downloaded thread_local v1.1.8 |
739 | 2025-01-17T07:40:32.366Z | Downloaded xattr v1.3.1 |
740 | 2025-01-17T07:40:32.369Z | Downloaded termcolor v1.4.1 |
741 | 2025-01-17T07:40:32.369Z | Downloaded structmeta-derive v0.3.0 |
742 | 2025-01-17T07:40:32.372Z | Downloaded strum v0.26.3 |
743 | 2025-01-17T07:40:32.372Z | Downloaded zeroize_derive v1.4.2 |
744 | 2025-01-17T07:40:32.372Z | Downloaded take_mut v0.2.2 |
745 | 2025-01-17T07:40:32.375Z | Downloaded sync-ptr v0.1.1 |
746 | 2025-01-17T07:40:32.376Z | Downloaded zerovec-derive v0.10.3 |
747 | 2025-01-17T07:40:32.378Z | Downloaded parking_lot_core v0.8.6 |
748 | 2025-01-17T07:40:32.378Z | Downloaded vte_generate_state_changes v0.1.2 |
749 | 2025-01-17T07:40:32.381Z | Downloaded typify-macro v0.2.0 |
750 | 2025-01-17T07:40:32.381Z | Downloaded ref-cast-impl v1.0.23 |
751 | 2025-01-17T07:40:32.381Z | Downloaded ff v0.13.0 |
752 | 2025-01-17T07:40:32.383Z | Downloaded minimal-lexical v0.2.1 |
753 | 2025-01-17T07:40:32.387Z | Downloaded fragile v2.0.0 |
754 | 2025-01-17T07:40:32.390Z | Downloaded deranged v0.3.11 |
755 | 2025-01-17T07:40:32.392Z | Downloaded fd-lock v4.0.2 |
756 | 2025-01-17T07:40:32.395Z | Downloaded hash32 v0.3.1 |
757 | 2025-01-17T07:40:32.395Z | Downloaded serde_yaml v0.9.34+deprecated |
758 | 2025-01-17T07:40:32.398Z | Downloaded olpc-cjson v0.1.4 |
759 | 2025-01-17T07:40:32.402Z | Downloaded smallvec v1.13.2 |
760 | 2025-01-17T07:40:32.405Z | Downloaded spin v0.9.8 |
761 | 2025-01-17T07:40:32.405Z | Downloaded openssl-probe v0.1.5 |
762 | 2025-01-17T07:40:32.408Z | Downloaded quinn v0.11.5 |
763 | 2025-01-17T07:40:32.411Z | Downloaded uzers v0.12.1 |
764 | 2025-01-17T07:40:32.413Z | Downloaded phf_generator v0.11.2 |
765 | 2025-01-17T07:40:32.413Z | Downloaded slog-async v2.8.0 |
766 | 2025-01-17T07:40:32.416Z | Downloaded phf_codegen v0.11.2 |
767 | 2025-01-17T07:40:32.416Z | Downloaded openssl-macros v0.1.1 |
768 | 2025-01-17T07:40:32.420Z | Downloaded rand_chacha v0.3.1 |
769 | 2025-01-17T07:40:32.420Z | Downloaded ppv-lite86 v0.2.20 |
770 | 2025-01-17T07:40:32.423Z | Downloaded predicates v3.1.2 |
771 | 2025-01-17T07:40:32.423Z | Downloaded pem v3.0.4 |
772 | 2025-01-17T07:40:32.426Z | Downloaded qorb v0.2.1 |
773 | 2025-01-17T07:40:32.429Z | Downloaded shlex v1.3.0 |
774 | 2025-01-17T07:40:32.431Z | Downloaded rustc-hash v1.1.0 |
775 | 2025-01-17T07:40:32.431Z | Downloaded miniz_oxide v0.8.0 |
776 | 2025-01-17T07:40:32.434Z | Downloaded foreign-types v0.5.0 |
777 | 2025-01-17T07:40:32.438Z | Downloaded futures v0.3.31 |
778 | 2025-01-17T07:40:32.440Z | Downloaded newline-converter v0.3.0 |
779 | 2025-01-17T07:40:32.440Z | Downloaded slog-bunyan v2.5.0 |
780 | 2025-01-17T07:40:32.443Z | Downloaded sigpipe v0.1.3 |
781 | 2025-01-17T07:40:32.443Z | Downloaded strum_macros v0.25.3 |
782 | 2025-01-17T07:40:32.446Z | Downloaded tap v1.0.1 |
783 | 2025-01-17T07:40:32.446Z | Downloaded tabwriter v1.4.0 |
784 | 2025-01-17T07:40:32.449Z | Downloaded strum_macros v0.24.3 |
785 | 2025-01-17T07:40:32.451Z | Downloaded progenitor-impl v0.9.1 |
786 | 2025-01-17T07:40:32.454Z | Downloaded getrandom v0.2.15 |
787 | 2025-01-17T07:40:32.456Z | Downloaded aes-gcm v0.10.3 |
788 | 2025-01-17T07:40:32.460Z | Downloaded utf8_iter v1.0.4 |
789 | 2025-01-17T07:40:32.462Z | Downloaded globset v0.4.15 |
790 | 2025-01-17T07:40:32.462Z | Downloaded fs_extra v1.3.0 |
791 | 2025-01-17T07:40:32.466Z | Downloaded displaydoc v0.2.5 |
792 | 2025-01-17T07:40:32.469Z | Downloaded display-error-chain v0.2.2 |
793 | 2025-01-17T07:40:32.469Z | Downloaded libxml v0.3.3 |
794 | 2025-01-17T07:40:32.473Z | Downloaded semver v0.1.20 |
795 | 2025-01-17T07:40:32.476Z | Downloaded rsa v0.9.6 |
796 | 2025-01-17T07:40:32.480Z | Downloaded form_urlencoded v1.2.1 |
797 | 2025-01-17T07:40:32.482Z | Downloaded fallible-iterator v0.2.0 |
798 | 2025-01-17T07:40:32.482Z | Downloaded tungstenite v0.23.0 |
799 | 2025-01-17T07:40:32.486Z | Downloaded num-derive v0.4.2 |
800 | 2025-01-17T07:40:32.488Z | Downloaded foldhash v0.1.3 |
801 | 2025-01-17T07:40:32.491Z | Downloaded itertools v0.10.5 |
802 | 2025-01-17T07:40:32.495Z | Downloaded darling_macro v0.20.10 |
803 | 2025-01-17T07:40:32.498Z | Downloaded unicode-segmentation v1.12.0 |
804 | 2025-01-17T07:40:32.501Z | Downloaded multimap v0.10.0 |
805 | 2025-01-17T07:40:32.503Z | Downloaded futures-core v0.3.31 |
806 | 2025-01-17T07:40:32.503Z | Downloaded tokio-postgres v0.7.12 |
807 | 2025-01-17T07:40:32.507Z | Downloaded oso-derive v0.27.3 |
808 | 2025-01-17T07:40:32.510Z | Downloaded xz2 v0.1.7 |
809 | 2025-01-17T07:40:32.513Z | Downloaded rustls-pemfile v2.2.0 |
810 | 2025-01-17T07:40:32.513Z | Downloaded percent-encoding v2.3.1 |
811 | 2025-01-17T07:40:32.515Z | Downloaded strum_macros v0.26.4 |
812 | 2025-01-17T07:40:32.518Z | Downloaded derive-where v1.2.7 |
813 | 2025-01-17T07:40:32.520Z | Downloaded parse-display-derive v0.10.0 |
814 | 2025-01-17T07:40:32.523Z | Downloaded rand_core v0.6.4 |
815 | 2025-01-17T07:40:32.523Z | Downloaded signal-hook-tokio v0.3.1 |
816 | 2025-01-17T07:40:32.526Z | Downloaded der_derive v0.7.3 |
817 | 2025-01-17T07:40:32.526Z | Downloaded num-traits v0.2.19 |
818 | 2025-01-17T07:40:32.528Z | Downloaded samael v0.0.17 |
819 | 2025-01-17T07:40:32.534Z | Downloaded fxhash v0.2.1 |
820 | 2025-01-17T07:40:32.536Z | Downloaded slog-envlogger v2.2.0 |
821 | 2025-01-17T07:40:32.539Z | Downloaded tls_codec v0.4.1 |
822 | 2025-01-17T07:40:32.539Z | Downloaded stringprep v0.1.5 |
823 | 2025-01-17T07:40:32.542Z | Downloaded whoami v1.5.2 |
824 | 2025-01-17T07:40:32.545Z | Downloaded utf16_iter v1.0.5 |
825 | 2025-01-17T07:40:32.545Z | Downloaded vsss-rs v3.3.4 |
826 | 2025-01-17T07:40:32.547Z | Downloaded tungstenite v0.21.0 |
827 | 2025-01-17T07:40:32.550Z | Downloaded crossterm v0.28.1 |
828 | 2025-01-17T07:40:32.556Z | Downloaded snafu v0.8.5 |
829 | 2025-01-17T07:40:32.562Z | Downloaded russh-keys v0.45.0 |
830 | 2025-01-17T07:40:32.566Z | Downloaded num-rational v0.4.2 |
831 | 2025-01-17T07:40:32.566Z | Downloaded der v0.7.9 |
832 | 2025-01-17T07:40:32.572Z | Downloaded futures-macro v0.3.31 |
833 | 2025-01-17T07:40:32.574Z | Downloaded rustc-demangle v0.1.24 |
834 | 2025-01-17T07:40:32.578Z | Downloaded unsafe-libyaml v0.2.11 |
835 | 2025-01-17T07:40:32.580Z | Downloaded zerocopy-derive v0.8.10 |
836 | 2025-01-17T07:40:32.584Z | Downloaded powerfmt v0.2.0 |
837 | 2025-01-17T07:40:32.587Z | Downloaded termtree v0.4.1 |
838 | 2025-01-17T07:40:32.587Z | Downloaded sqlparser_derive v0.2.2 |
839 | 2025-01-17T07:40:32.590Z | Downloaded zerovec v0.10.4 |
840 | 2025-01-17T07:40:32.594Z | Downloaded newtype-uuid v1.2.1 |
841 | 2025-01-17T07:40:32.596Z | Downloaded slog-stdlog v4.1.1 |
842 | 2025-01-17T07:40:32.599Z | Downloaded try-lock v0.2.5 |
843 | 2025-01-17T07:40:32.599Z | Downloaded similar v2.6.0 |
844 | 2025-01-17T07:40:32.603Z | Downloaded vergen v8.3.2 |
845 | 2025-01-17T07:40:32.606Z | Downloaded diesel_table_macro_syntax v0.2.0 |
846 | 2025-01-17T07:40:32.608Z | Downloaded tokio-macros v2.5.0 |
847 | 2025-01-17T07:40:32.608Z | Downloaded unicase v2.7.0 |
848 | 2025-01-17T07:40:32.611Z | Downloaded tokio-tungstenite v0.24.0 |
849 | 2025-01-17T07:40:32.613Z | Downloaded tokio-tungstenite v0.23.1 |
850 | 2025-01-17T07:40:32.616Z | Downloaded rustyline v14.0.0 |
851 | 2025-01-17T07:40:32.620Z | Downloaded vte v0.11.1 |
852 | 2025-01-17T07:40:32.623Z | Downloaded unarray v0.1.4 |
853 | 2025-01-17T07:40:32.626Z | Downloaded structmeta v0.3.0 |
854 | 2025-01-17T07:40:32.626Z | Downloaded nodrop v0.1.14 |
855 | 2025-01-17T07:40:32.626Z | Downloaded gethostname v0.5.0 |
856 | 2025-01-17T07:40:32.629Z | Downloaded ssh-encoding v0.2.0 |
857 | 2025-01-17T07:40:32.629Z | Downloaded tracing v0.1.40 |
858 | 2025-01-17T07:40:32.633Z | Downloaded env_logger v0.11.5 |
859 | 2025-01-17T07:40:32.635Z | Downloaded packed_struct v0.10.1 |
860 | 2025-01-17T07:40:32.638Z | Downloaded x509-cert v0.2.5 |
861 | 2025-01-17T07:40:32.643Z | Downloaded serde-big-array v0.5.1 |
862 | 2025-01-17T07:40:32.645Z | Downloaded owo-colors v4.1.0 |
863 | 2025-01-17T07:40:32.648Z | Downloaded ron v0.8.1 |
864 | 2025-01-17T07:40:32.654Z | Downloaded serde_derive_internals v0.29.1 |
865 | 2025-01-17T07:40:32.657Z | Downloaded psl-types v2.0.11 |
866 | 2025-01-17T07:40:32.657Z | Downloaded hashlink v0.9.1 |
867 | 2025-01-17T07:40:32.660Z | Downloaded hyper v1.5.2 |
868 | 2025-01-17T07:40:32.664Z | Downloaded write16 v1.0.0 |
869 | 2025-01-17T07:40:32.667Z | Downloaded serde_path_to_error v0.1.16 |
870 | 2025-01-17T07:40:32.669Z | Downloaded steno v0.4.1 |
871 | 2025-01-17T07:40:32.672Z | Downloaded mirai-annotations v1.12.0 |
872 | 2025-01-17T07:40:32.674Z | Downloaded pkcs5 v0.7.1 |
873 | 2025-01-17T07:40:32.679Z | Downloaded either v1.13.0 |
874 | 2025-01-17T07:40:32.681Z | Downloaded num-iter v0.1.45 |
875 | 2025-01-17T07:40:32.681Z | Downloaded tui-tree-widget v0.22.0 |
876 | 2025-01-17T07:40:32.681Z | Downloaded sct v0.7.1 |
877 | 2025-01-17T07:40:32.684Z | Downloaded rand v0.8.5 |
878 | 2025-01-17T07:40:32.687Z | Downloaded glob v0.3.1 |
879 | 2025-01-17T07:40:32.690Z | Downloaded unicode-bidi v0.3.17 |
880 | 2025-01-17T07:40:32.692Z | Downloaded dunce v1.0.5 |
881 | 2025-01-17T07:40:32.692Z | Downloaded postgres-types v0.2.8 |
882 | 2025-01-17T07:40:32.695Z | Downloaded dropshot_endpoint v0.12.0 |
883 | 2025-01-17T07:40:32.698Z | Downloaded mio v1.0.2 |
884 | 2025-01-17T07:40:32.703Z | Downloaded peg v0.8.4 |
885 | 2025-01-17T07:40:32.707Z | Downloaded yoke-derive v0.7.4 |
886 | 2025-01-17T07:40:32.709Z | Downloaded hkdf v0.12.4 |
887 | 2025-01-17T07:40:32.712Z | Downloaded sqlformat v0.2.6 |
888 | 2025-01-17T07:40:32.715Z | Downloaded rustc_version v0.4.1 |
889 | 2025-01-17T07:40:32.715Z | Downloaded tower-service v0.3.3 |
890 | 2025-01-17T07:40:32.715Z | Downloaded radium v0.7.0 |
891 | 2025-01-17T07:40:32.719Z | Downloaded phf_shared v0.11.2 |
892 | 2025-01-17T07:40:32.719Z | Downloaded parse-display v0.10.0 |
893 | 2025-01-17T07:40:32.719Z | Downloaded hashbrown v0.12.3 |
894 | 2025-01-17T07:40:32.722Z | Downloaded ghash v0.5.1 |
895 | 2025-01-17T07:40:32.724Z | Downloaded dirs-next v2.0.0 |
896 | 2025-01-17T07:40:32.727Z | Downloaded typed-path v0.9.3 |
897 | 2025-01-17T07:40:32.730Z | Downloaded untrusted v0.7.1 |
898 | 2025-01-17T07:40:32.733Z | Downloaded universal-hash v0.5.1 |
899 | 2025-01-17T07:40:32.733Z | Downloaded slog-term v2.9.1 |
900 | 2025-01-17T07:40:32.735Z | Downloaded rusqlite v0.32.1 |
901 | 2025-01-17T07:40:32.741Z | Downloaded termios v0.3.3 |
902 | 2025-01-17T07:40:32.745Z | Downloaded structmeta-derive v0.2.0 |
903 | 2025-01-17T07:40:32.748Z | Downloaded rustc_version v0.1.7 |
904 | 2025-01-17T07:40:32.748Z | Downloaded rustc-hash v2.0.0 |
905 | 2025-01-17T07:40:32.748Z | Downloaded ecdsa v0.16.9 |
906 | 2025-01-17T07:40:32.748Z | Downloaded yoke v0.7.4 |
907 | 2025-01-17T07:40:32.751Z | Downloaded aho-corasick v1.1.3 |
908 | 2025-01-17T07:40:32.755Z | Downloaded writeable v0.5.5 |
909 | 2025-01-17T07:40:32.758Z | Downloaded peg-runtime v0.8.3 |
910 | 2025-01-17T07:40:32.758Z | Downloaded futures-sink v0.3.31 |
911 | 2025-01-17T07:40:32.761Z | Downloaded predicates-core v1.0.8 |
912 | 2025-01-17T07:40:32.761Z | Downloaded dsl_auto_type v0.1.2 |
913 | 2025-01-17T07:40:32.761Z | Downloaded tracing-core v0.1.32 |
914 | 2025-01-17T07:40:32.764Z | Downloaded reqwest v0.12.9 |
915 | 2025-01-17T07:40:32.772Z | Downloaded rayon-core v1.12.1 |
916 | 2025-01-17T07:40:32.775Z | Downloaded quinn-udp v0.5.5 |
917 | 2025-01-17T07:40:32.778Z | Downloaded progenitor-macro v0.8.0 |
918 | 2025-01-17T07:40:32.778Z | Downloaded predicates-tree v1.0.11 |
919 | 2025-01-17T07:40:32.781Z | Downloaded fallible-streaming-iterator v0.1.9 |
920 | 2025-01-17T07:40:32.781Z | Downloaded rustfmt-wrapper v0.2.1 |
921 | 2025-01-17T07:40:32.783Z | Downloaded p256 v0.13.2 |
922 | 2025-01-17T07:40:32.786Z | Downloaded pin-utils v0.1.0 |
923 | 2025-01-17T07:40:32.786Z | Downloaded thiserror-impl v2.0.11 |
924 | 2025-01-17T07:40:32.789Z | Downloaded ref-cast v1.0.23 |
925 | 2025-01-17T07:40:32.792Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2025-01-17T07:40:32.792Z | Downloaded num-complex v0.4.6 |
927 | 2025-01-17T07:40:32.796Z | Downloaded darling_core v0.20.10 |
928 | 2025-01-17T07:40:32.798Z | Downloaded rcgen v0.12.1 |
929 | 2025-01-17T07:40:32.801Z | Downloaded mockall v0.13.0 |
930 | 2025-01-17T07:40:32.803Z | Downloaded blake3 v1.5.4 |
931 | 2025-01-17T07:40:32.810Z | Downloaded unicode-xid v0.2.6 |
932 | 2025-01-17T07:40:32.813Z | Downloaded debug-ignore v1.0.5 |
933 | 2025-01-17T07:40:32.813Z | Downloaded signal-hook-mio v0.2.4 |
934 | 2025-01-17T07:40:32.815Z | Downloaded zip v2.1.3 |
935 | 2025-01-17T07:40:32.818Z | Downloaded term v0.7.0 |
936 | 2025-01-17T07:40:32.821Z | Downloaded zip v0.6.6 |
937 | 2025-01-17T07:40:32.825Z | Downloaded num-integer v0.1.46 |
938 | 2025-01-17T07:40:32.828Z | Downloaded serde_plain v1.0.2 |
939 | 2025-01-17T07:40:32.830Z | Downloaded zone v0.1.8 |
940 | 2025-01-17T07:40:32.830Z | Downloaded test-strategy v0.3.1 |
941 | 2025-01-17T07:40:32.833Z | Downloaded time v0.3.36 |
942 | 2025-01-17T07:40:32.839Z | Downloaded shell-words v1.1.0 |
943 | 2025-01-17T07:40:32.841Z | Downloaded aws-lc-rs v1.10.0 |
944 | 2025-01-17T07:40:32.848Z | Downloaded float-ord v0.3.2 |
945 | 2025-01-17T07:40:32.850Z | Downloaded float-cmp v0.9.0 |
946 | 2025-01-17T07:40:32.850Z | Downloaded ssh-cipher v0.2.0 |
947 | 2025-01-17T07:40:32.853Z | Downloaded flagset v0.4.6 |
948 | 2025-01-17T07:40:32.853Z | Downloaded postgres-protocol v0.6.7 |
949 | 2025-01-17T07:40:32.856Z | Downloaded pkcs1 v0.7.5 |
950 | 2025-01-17T07:40:32.858Z | Downloaded data-encoding v2.6.0 |
951 | 2025-01-17T07:40:32.858Z | Downloaded multer v3.1.0 |
952 | 2025-01-17T07:40:32.862Z | Downloaded parking_lot v0.12.3 |
953 | 2025-01-17T07:40:32.865Z | Downloaded quick-xml v0.33.0 |
954 | 2025-01-17T07:40:32.869Z | Downloaded icu_properties_data v1.5.0 |
955 | 2025-01-17T07:40:32.879Z | Downloaded serde_urlencoded v0.7.1 |
956 | 2025-01-17T07:40:32.883Z | Downloaded lalrpop v0.19.12 |
957 | 2025-01-17T07:40:32.891Z | Downloaded pin-project-lite v0.2.14 |
958 | 2025-01-17T07:40:32.896Z | Downloaded publicsuffix v2.2.3 |
959 | 2025-01-17T07:40:32.901Z | Downloaded typify v0.2.0 |
960 | 2025-01-17T07:40:32.904Z | Downloaded zerocopy v0.6.6 |
961 | 2025-01-17T07:40:32.904Z | Downloaded omicron-zone-package v0.12.0 |
962 | 2025-01-17T07:40:32.906Z | Downloaded yasna v0.5.2 |
963 | 2025-01-17T07:40:32.909Z | Downloaded mockall_derive v0.13.0 |
964 | 2025-01-17T07:40:32.911Z | Downloaded pem-rfc7468 v0.7.0 |
965 | 2025-01-17T07:40:32.914Z | Downloaded diesel_derives v2.2.3 |
966 | 2025-01-17T07:40:32.916Z | Downloaded signal-hook v0.3.17 |
967 | 2025-01-17T07:40:32.919Z | Downloaded diff v0.1.13 |
968 | 2025-01-17T07:40:32.922Z | Downloaded typify v0.3.0 |
969 | 2025-01-17T07:40:32.925Z | Downloaded ed25519-dalek v2.1.1 |
970 | 2025-01-17T07:40:32.928Z | Downloaded dropshot_endpoint v0.15.1 |
971 | 2025-01-17T07:40:32.931Z | Downloaded fatfs v0.3.6 |
972 | 2025-01-17T07:40:32.934Z | Downloaded num-bigint v0.4.6 |
973 | 2025-01-17T07:40:32.938Z | Downloaded headers v0.4.0 |
974 | 2025-01-17T07:40:32.944Z | Downloaded chrono v0.4.38 |
975 | 2025-01-17T07:40:32.951Z | Downloaded bitvec v1.0.1 |
976 | 2025-01-17T07:40:32.966Z | Downloaded smallvec v0.6.14 |
977 | 2025-01-17T07:40:32.968Z | Downloaded idna v0.3.0 |
978 | 2025-01-17T07:40:32.974Z | Downloaded unicode-properties v0.1.3 |
979 | 2025-01-17T07:40:32.978Z | Downloaded flate2 v1.0.34 |
980 | 2025-01-17T07:40:32.981Z | Downloaded parse-zoneinfo v0.3.1 |
981 | 2025-01-17T07:40:32.983Z | Downloaded salty v0.3.0 |
982 | 2025-01-17T07:40:32.989Z | Downloaded url v2.5.3 |
983 | 2025-01-17T07:40:32.992Z | Downloaded rustls-webpki v0.101.7 |
984 | 2025-01-17T07:40:33.006Z | Downloaded quinn-proto v0.11.8 |
985 | 2025-01-17T07:40:33.014Z | Downloaded regex v1.11.1 |
986 | 2025-01-17T07:40:33.025Z | Downloaded ssh-key v0.6.6 |
987 | 2025-01-17T07:40:33.032Z | Downloaded tokio-util v0.7.12 |
988 | 2025-01-17T07:40:33.038Z | Downloaded idna v0.5.0 |
989 | 2025-01-17T07:40:33.045Z | Downloaded idna v0.4.0 |
990 | 2025-01-17T07:40:33.052Z | Downloaded portable-atomic v1.9.0 |
991 | 2025-01-17T07:40:33.059Z | Downloaded bindgen v0.69.5 |
992 | 2025-01-17T07:40:33.066Z | Downloaded p521 v0.13.3 |
993 | 2025-01-17T07:40:33.069Z | Downloaded idna v0.2.3 |
994 | 2025-01-17T07:40:33.076Z | Downloaded reedline v0.35.0 |
995 | 2025-01-17T07:40:33.085Z | Downloaded rustls-webpki v0.102.8 |
996 | 2025-01-17T07:40:33.100Z | Downloaded vcpkg v0.2.15 |
997 | 2025-01-17T07:40:33.136Z | Downloaded hashbrown v0.14.5 |
998 | 2025-01-17T07:40:33.141Z | Downloaded winnow v0.5.40 |
999 | 2025-01-17T07:40:33.150Z | Downloaded num-bigint-dig v0.8.4 |
1000 | 2025-01-17T07:40:33.154Z | Downloaded object v0.30.4 |
1001 | 2025-01-17T07:40:33.164Z | Downloaded toml_edit v0.19.15 |
1002 | 2025-01-17T07:40:33.179Z | Downloaded unicode-normalization v0.1.24 |
1003 | 2025-01-17T07:40:33.183Z | Downloaded serde_with v3.11.0 |
1004 | 2025-01-17T07:40:33.191Z | Downloaded polar-core v0.27.3 |
1005 | 2025-01-17T07:40:33.200Z | Downloaded trust-dns-proto v0.22.0 |
1006 | 2025-01-17T07:40:33.211Z | Downloaded curve25519-dalek v4.1.3 |
1007 | 2025-01-17T07:40:33.220Z | Downloaded proptest v1.5.0 |
1008 | 2025-01-17T07:40:33.230Z | Downloaded smoltcp v0.9.1 |
1009 | 2025-01-17T07:40:33.241Z | Downloaded sqlparser v0.45.0 |
1010 | 2025-01-17T07:40:33.245Z | Downloaded rustls v0.23.19 |
1011 | 2025-01-17T07:40:33.256Z | Downloaded zerocopy v0.8.10 |
1012 | 2025-01-17T07:40:33.279Z | Downloaded git2 v0.19.0 |
1013 | 2025-01-17T07:40:33.287Z | Downloaded smoltcp v0.11.0 |
1014 | 2025-01-17T07:40:33.299Z | Downloaded openssl v0.10.66 |
1015 | 2025-01-17T07:40:33.308Z | Downloaded bstr v1.10.0 |
1016 | 2025-01-17T07:40:33.318Z | Downloaded nix v0.28.0 |
1017 | 2025-01-17T07:40:33.330Z | Downloaded rustls v0.21.12 |
1018 | 2025-01-17T07:40:33.339Z | Downloaded p384 v0.13.0 |
1019 | 2025-01-17T07:40:33.345Z | Downloaded regress v0.9.1 |
1020 | 2025-01-17T07:40:33.354Z | Downloaded object v0.36.5 |
1021 | 2025-01-17T07:40:33.365Z | Downloaded nix v0.29.0 |
1022 | 2025-01-17T07:40:33.376Z | Downloaded gimli v0.31.1 |
1023 | 2025-01-17T07:40:33.384Z | Downloaded typify-impl v0.2.0 |
1024 | 2025-01-17T07:40:33.401Z | Downloaded unicode-width v0.2.0 |
1025 | 2025-01-17T07:40:33.405Z | Downloaded diesel v2.2.6 |
1026 | 2025-01-17T07:40:33.423Z | Downloaded typify-impl v0.3.0 |
1027 | 2025-01-17T07:40:33.439Z | Downloaded nix v0.27.1 |
1028 | 2025-01-17T07:40:33.448Z | Downloaded sled v0.34.7 |
1029 | 2025-01-17T07:40:33.479Z | Downloaded dropshot v0.15.1 |
1030 | 2025-01-17T07:40:33.509Z | Downloaded regex-syntax v0.6.29 |
1031 | 2025-01-17T07:40:33.516Z | Downloaded zerocopy-derive v0.6.6 |
1032 | 2025-01-17T07:40:33.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1033 | 2025-01-17T07:40:33.541Z | Downloaded regex-syntax v0.8.5 |
1034 | 2025-01-17T07:40:33.550Z | Downloaded ratatui v0.28.1 |
1035 | 2025-01-17T07:40:33.570Z | Downloaded openapiv3 v2.0.0 |
1036 | 2025-01-17T07:40:33.581Z | Downloaded rustls v0.22.4 |
1037 | 2025-01-17T07:40:33.595Z | Downloaded dropshot v0.12.0 |
1038 | 2025-01-17T07:40:33.614Z | Downloaded chrono-tz v0.10.0 |
1039 | 2025-01-17T07:40:33.621Z | Downloaded petname v2.0.2 |
1040 | 2025-01-17T07:40:33.627Z | Downloaded radix_trie v0.2.1 |
1041 | 2025-01-17T07:40:33.632Z | Downloaded rayon v1.10.0 |
1042 | 2025-01-17T07:40:33.641Z | Downloaded regress v0.10.1 |
1043 | 2025-01-17T07:40:33.652Z | Downloaded webpki-roots v0.26.6 |
1044 | 2025-01-17T07:40:33.655Z | Downloaded hickory-proto v0.24.1 |
1045 | 2025-01-17T07:40:33.670Z | Downloaded tough v0.19.0 |
1046 | 2025-01-17T07:40:33.678Z | Downloaded nom v7.1.3 |
1047 | 2025-01-17T07:40:33.683Z | Downloaded h2 v0.4.6 |
1048 | 2025-01-17T07:40:33.690Z | Downloaded lzma-sys v0.1.20 |
1049 | 2025-01-17T07:40:33.719Z | Downloaded csv v1.3.0 |
1050 | 2025-01-17T07:40:33.738Z | Downloaded regex-automata v0.4.8 |
1051 | 2025-01-17T07:40:33.754Z | Downloaded tokio v1.43.0 |
1052 | 2025-01-17T07:40:33.792Z | Downloaded spki v0.7.3 |
1053 | 2025-01-17T07:40:33.795Z | Downloaded time-macros v0.2.18 |
1054 | 2025-01-17T07:40:33.798Z | Downloaded expectorate v1.1.0 |
1055 | 2025-01-17T07:40:33.801Z | Downloaded sha1 v0.10.6 |
1056 | 2025-01-17T07:40:33.801Z | Downloaded serde-hex v0.1.0 |
1057 | 2025-01-17T07:40:33.804Z | Downloaded peg-macros v0.8.4 |
1058 | 2025-01-17T07:40:33.804Z | Downloaded parking_lot_core v0.9.10 |
1059 | 2025-01-17T07:40:33.806Z | Downloaded tokio-stream v0.1.16 |
1060 | 2025-01-17T07:40:33.809Z | Downloaded futures-util v0.3.31 |
1061 | 2025-01-17T07:40:33.820Z | Downloaded petgraph v0.6.5 |
1062 | 2025-01-17T07:40:33.837Z | Downloaded libz-sys v1.1.20 |
1063 | 2025-01-17T07:40:33.856Z | Downloaded sha3 v0.10.8 |
1064 | 2025-01-17T07:40:33.860Z | Downloaded futures-executor v0.3.31 |
1065 | 2025-01-17T07:40:33.865Z | Downloaded hashbrown v0.13.2 |
1066 | 2025-01-17T07:40:33.868Z | Downloaded flume v0.11.1 |
1067 | 2025-01-17T07:40:33.870Z | Downloaded fallible-iterator v0.3.0 |
1068 | 2025-01-17T07:40:33.870Z | Downloaded difflib v0.4.0 |
1069 | 2025-01-17T07:40:33.870Z | Downloaded tls_codec_derive v0.4.1 |
1070 | 2025-01-17T07:40:33.873Z | Downloaded tinystr v0.7.6 |
1071 | 2025-01-17T07:40:33.873Z | Downloaded openssl-sys v0.9.103 |
1072 | 2025-01-17T07:40:33.877Z | Downloaded unicode_categories v0.1.1 |
1073 | 2025-01-17T07:40:33.880Z | Downloaded r2d2 v0.8.10 |
1074 | 2025-01-17T07:40:33.883Z | Downloaded dirs-sys-next v0.1.2 |
1075 | 2025-01-17T07:40:33.883Z | Downloaded tracing-attributes v0.1.27 |
1076 | 2025-01-17T07:40:33.885Z | Downloaded toml v0.7.8 |
1077 | 2025-01-17T07:40:33.888Z | Downloaded zeroize v1.8.1 |
1078 | 2025-01-17T07:40:33.888Z | Downloaded zerofrom-derive v0.1.4 |
1079 | 2025-01-17T07:40:33.888Z | Downloaded idna v1.0.3 |
1080 | 2025-01-17T07:40:33.891Z | Downloaded itertools v0.12.1 |
1081 | 2025-01-17T07:40:33.898Z | Downloaded schemars_derive v0.8.21 |
1082 | 2025-01-17T07:40:33.900Z | Downloaded postcard v1.0.10 |
1083 | 2025-01-17T07:40:33.903Z | Downloaded pkcs8 v0.10.2 |
1084 | 2025-01-17T07:40:33.905Z | Downloaded nibble_vec v0.1.0 |
1085 | 2025-01-17T07:40:33.905Z | Downloaded futures-io v0.3.31 |
1086 | 2025-01-17T07:40:33.905Z | Downloaded russh v0.45.0 |
1087 | 2025-01-17T07:40:33.910Z | Downloaded itertools v0.13.0 |
1088 | 2025-01-17T07:40:33.918Z | Downloaded rustls-pki-types v1.10.0 |
1089 | 2025-01-17T07:40:33.921Z | Downloaded static_assertions v1.1.0 |
1090 | 2025-01-17T07:40:33.921Z | Downloaded secrecy v0.8.0 |
1091 | 2025-01-17T07:40:33.921Z | Downloaded slog-dtrace v0.3.0 |
1092 | 2025-01-17T07:40:33.924Z | Downloaded oso v0.27.3 |
1093 | 2025-01-17T07:40:33.927Z | Downloaded ron v0.7.1 |
1094 | 2025-01-17T07:40:33.930Z | Downloaded libm v0.2.8 |
1095 | 2025-01-17T07:40:33.936Z | Downloaded signature v2.2.0 |
1096 | 2025-01-17T07:40:33.939Z | Downloaded sec1 v0.7.3 |
1097 | 2025-01-17T07:40:33.941Z | Downloaded uuid v1.12.0 |
1098 | 2025-01-17T07:40:33.944Z | Downloaded progenitor-impl v0.8.0 |
1099 | 2025-01-17T07:40:33.944Z | Downloaded dyn-clone v1.0.17 |
1100 | 2025-01-17T07:40:33.947Z | Downloaded diesel-dtrace v0.4.2 |
1101 | 2025-01-17T07:40:33.947Z | Downloaded progenitor v0.9.1 |
1102 | 2025-01-17T07:40:33.949Z | Downloaded pin-project v1.1.6 |
1103 | 2025-01-17T07:40:33.958Z | Downloaded cc v1.1.30 |
1104 | 2025-01-17T07:40:33.961Z | Downloaded base64 v0.21.7 |
1105 | 2025-01-17T07:40:33.965Z | Downloaded backtrace v0.3.74 |
1106 | 2025-01-17T07:40:33.971Z | Downloaded crypto-bigint v0.5.5 |
1107 | 2025-01-17T07:40:33.977Z | Downloaded dhcproto v0.12.0 |
1108 | 2025-01-17T07:40:33.980Z | Downloaded derive_more v0.99.18 |
1109 | 2025-01-17T07:40:33.984Z | Downloaded zopfli v0.8.1 |
1110 | 2025-01-17T07:40:33.987Z | Downloaded tokio-rustls v0.25.0 |
1111 | 2025-01-17T07:40:33.990Z | Downloaded subprocess v0.2.9 |
1112 | 2025-01-17T07:40:33.992Z | Downloaded compact_str v0.8.0 |
1113 | 2025-01-17T07:40:33.995Z | Downloaded bumpalo v3.16.0 |
1114 | 2025-01-17T07:40:33.999Z | Downloaded untrusted v0.9.0 |
1115 | 2025-01-17T07:40:34.002Z | Downloaded socket2 v0.5.7 |
1116 | 2025-01-17T07:40:34.005Z | Downloaded bytes v1.9.0 |
1117 | 2025-01-17T07:40:34.008Z | Downloaded base64 v0.22.1 |
1118 | 2025-01-17T07:40:34.011Z | Downloaded allocator-api2 v0.2.18 |
1119 | 2025-01-17T07:40:34.013Z | Downloaded value-bag v1.9.0 |
1120 | 2025-01-17T07:40:34.016Z | Downloaded opaque-debug v0.3.1 |
1121 | 2025-01-17T07:40:34.021Z | Downloaded smf v0.2.3 |
1122 | 2025-01-17T07:40:34.021Z | Downloaded prettyplease v0.2.25 |
1123 | 2025-01-17T07:40:34.023Z | Downloaded walkdir v2.5.0 |
1124 | 2025-01-17T07:40:34.023Z | Downloaded tokio-rustls v0.26.0 |
1125 | 2025-01-17T07:40:34.026Z | Downloaded primeorder v0.13.6 |
1126 | 2025-01-17T07:40:34.028Z | Downloaded group v0.13.0 |
1127 | 2025-01-17T07:40:34.028Z | Downloaded fixedbitset v0.4.2 |
1128 | 2025-01-17T07:40:34.031Z | Downloaded filetime v0.2.25 |
1129 | 2025-01-17T07:40:34.031Z | Downloaded icu_normalizer v1.5.0 |
1130 | 2025-01-17T07:40:34.035Z | Downloaded base64 v0.13.1 |
1131 | 2025-01-17T07:40:34.038Z | Downloaded aes v0.8.4 |
1132 | 2025-01-17T07:40:34.041Z | Downloaded humantime v2.1.0 |
1133 | 2025-01-17T07:40:34.043Z | Downloaded blake2 v0.10.6 |
1134 | 2025-01-17T07:40:34.046Z | Downloaded encoding_rs v0.8.34 |
1135 | 2025-01-17T07:40:34.066Z | Downloaded slog-scope v4.4.0 |
1136 | 2025-01-17T07:40:34.069Z | Downloaded simd-adler32 v0.3.7 |
1137 | 2025-01-17T07:40:34.072Z | Downloaded blowfish v0.9.1 |
1138 | 2025-01-17T07:40:34.072Z | Downloaded base16ct v0.2.0 |
1139 | 2025-01-17T07:40:34.075Z | Downloaded hostname v0.3.1 |
1140 | 2025-01-17T07:40:34.075Z | Downloaded chrono-tz-build v0.4.0 |
1141 | 2025-01-17T07:40:34.075Z | Downloaded chacha20 v0.9.1 |
1142 | 2025-01-17T07:40:34.077Z | Downloaded bitfield v0.14.0 |
1143 | 2025-01-17T07:40:34.077Z | Downloaded lazy_static v1.5.0 |
1144 | 2025-01-17T07:40:34.080Z | Downloaded idna_adapter v1.2.0 |
1145 | 2025-01-17T07:40:34.080Z | Downloaded atomic-waker v1.1.2 |
1146 | 2025-01-17T07:40:34.083Z | Downloaded lru v0.12.5 |
1147 | 2025-01-17T07:40:34.083Z | Downloaded lockfree-object-pool v0.1.6 |
1148 | 2025-01-17T07:40:34.085Z | Downloaded libefi-sys v0.1.0 |
1149 | 2025-01-17T07:40:34.087Z | Downloaded lazycell v1.3.0 |
1150 | 2025-01-17T07:40:34.088Z | Downloaded is-terminal v0.4.13 |
1151 | 2025-01-17T07:40:34.088Z | Downloaded impl-trait-for-tuples v0.2.2 |
1152 | 2025-01-17T07:40:34.090Z | Downloaded castaway v0.2.3 |
1153 | 2025-01-17T07:40:34.092Z | Downloaded cipher v0.4.4 |
1154 | 2025-01-17T07:40:34.095Z | Downloaded cexpr v0.6.0 |
1155 | 2025-01-17T07:40:34.097Z | Downloaded bit-vec v0.6.3 |
1156 | 2025-01-17T07:40:34.097Z | Downloaded bcrypt-pbkdf v0.10.0 |
1157 | 2025-01-17T07:40:34.101Z | Downloaded http-body-util v0.1.2 |
1158 | 2025-01-17T07:40:34.144Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1159 | 2025-01-17T07:40:34.507Z | Downloaded ring v0.17.8 |
1160 | 2025-01-17T07:40:34.602Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2025-01-17T07:40:34.820Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2025-01-17T07:40:35.005Z | Compiling serde v1.0.217 |
1163 | 2025-01-17T07:40:35.009Z | Compiling lock_api v0.4.12 |
1164 | 2025-01-17T07:40:35.009Z | Compiling scopeguard v1.2.0 |
1165 | 2025-01-17T07:40:35.009Z | Compiling value-bag v1.9.0 |
1166 | 2025-01-17T07:40:35.009Z | Compiling typenum v1.17.0 |
1167 | 2025-01-17T07:40:35.168Z | Compiling generic-array v0.14.7 |
1168 | 2025-01-17T07:40:35.212Z | Compiling syn v2.0.96 |
1169 | 2025-01-17T07:40:35.226Z | Compiling getrandom v0.2.15 |
1170 | 2025-01-17T07:40:35.309Z | Compiling shlex v1.3.0 |
1171 | 2025-01-17T07:40:35.543Z | Compiling rand_core v0.6.4 |
1172 | 2025-01-17T07:40:35.675Z | Compiling log v0.4.22 |
1173 | 2025-01-17T07:40:35.741Z | Compiling subtle v2.6.1 |
1174 | 2025-01-17T07:40:35.768Z | Compiling jobserver v0.1.32 |
1175 | 2025-01-17T07:40:35.788Z | Compiling const-oid v0.9.6 |
1176 | 2025-01-17T07:40:36.079Z | Compiling smallvec v1.13.2 |
1177 | 2025-01-17T07:40:36.082Z | Compiling spin v0.9.8 |
1178 | 2025-01-17T07:40:36.119Z | Compiling pin-project-lite v0.2.14 |
1179 | 2025-01-17T07:40:36.262Z | Compiling cc v1.1.30 |
1180 | 2025-01-17T07:40:36.415Z | Compiling rustix v0.38.37 |
1181 | 2025-01-17T07:40:36.444Z | Compiling parking_lot_core v0.9.10 |
1182 | 2025-01-17T07:40:36.473Z | Compiling futures-core v0.3.31 |
1183 | 2025-01-17T07:40:36.575Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2025-01-17T07:40:36.710Z | Compiling mio v1.0.2 |
1185 | 2025-01-17T07:40:37.188Z | Compiling aho-corasick v1.1.3 |
1186 | 2025-01-17T07:40:37.303Z | Compiling parking_lot v0.12.3 |
1187 | 2025-01-17T07:40:37.446Z | Compiling either v1.13.0 |
1188 | 2025-01-17T07:40:37.530Z | Compiling regex-syntax v0.8.5 |
1189 | 2025-01-17T07:40:37.776Z | Compiling cpufeatures v0.2.14 |
1190 | 2025-01-17T07:40:37.795Z | Compiling lazy_static v1.5.0 |
1191 | 2025-01-17T07:40:37.821Z | Compiling glob v0.3.1 |
1192 | 2025-01-17T07:40:37.884Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2025-01-17T07:40:37.922Z | Compiling futures-sink v0.3.31 |
1194 | 2025-01-17T07:40:38.007Z | Compiling socket2 v0.5.7 |
1195 | 2025-01-17T07:40:38.088Z | Compiling slab v0.4.9 |
1196 | 2025-01-17T07:40:38.122Z | Compiling prettyplease v0.2.25 |
1197 | 2025-01-17T07:40:38.547Z | Compiling serde_json v1.0.135 |
1198 | 2025-01-17T07:40:38.633Z | Compiling minimal-lexical v0.2.1 |
1199 | 2025-01-17T07:40:38.715Z | Compiling clang-sys v1.8.1 |
1200 | 2025-01-17T07:40:38.944Z | Compiling libloading v0.8.5 |
1201 | 2025-01-17T07:40:39.168Z | Compiling nom v7.1.3 |
1202 | 2025-01-17T07:40:39.218Z | Compiling home v0.5.9 |
1203 | 2025-01-17T07:40:39.326Z | Compiling bindgen v0.69.5 |
1204 | 2025-01-17T07:40:39.487Z | Compiling futures-channel v0.3.31 |
1205 | 2025-01-17T07:40:39.897Z | Compiling itertools v0.12.1 |
1206 | 2025-01-17T07:40:40.011Z | Compiling lazycell v1.3.0 |
1207 | 2025-01-17T07:40:40.182Z | Compiling allocator-api2 v0.2.18 |
1208 | 2025-01-17T07:40:40.202Z | Compiling futures-task v0.3.31 |
1209 | 2025-01-17T07:40:40.501Z | Compiling futures-io v0.3.31 |
1210 | 2025-01-17T07:40:40.780Z | Compiling pin-utils v0.1.0 |
1211 | 2025-01-17T07:40:40.887Z | Compiling rustc-hash v1.1.0 |
1212 | 2025-01-17T07:40:40.980Z | Compiling libm v0.2.8 |
1213 | 2025-01-17T07:40:41.048Z | Compiling foldhash v0.1.3 |
1214 | 2025-01-17T07:40:41.300Z | Compiling regex-automata v0.4.8 |
1215 | 2025-01-17T07:40:41.382Z | Compiling hashbrown v0.15.1 |
1216 | 2025-01-17T07:40:42.047Z | Compiling cmake v0.1.51 |
1217 | 2025-01-17T07:40:42.533Z | Compiling synstructure v0.13.1 |
1218 | 2025-01-17T07:40:42.741Z | Compiling cexpr v0.6.0 |
1219 | 2025-01-17T07:40:42.915Z | Compiling num-traits v0.2.19 |
1220 | 2025-01-17T07:40:43.215Z | Compiling pkg-config v0.3.31 |
1221 | 2025-01-17T07:40:43.929Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2025-01-17T07:40:43.963Z | Compiling fs_extra v1.3.0 |
1223 | 2025-01-17T07:40:44.027Z | Compiling dunce v1.0.5 |
1224 | 2025-01-17T07:40:44.167Z | Compiling tinyvec v1.8.0 |
1225 | 2025-01-17T07:40:44.584Z | Compiling ring v0.17.8 |
1226 | 2025-01-17T07:40:44.650Z | Compiling litemap v0.7.3 |
1227 | 2025-01-17T07:40:45.037Z | Compiling base64ct v1.6.0 |
1228 | 2025-01-17T07:40:45.350Z | Compiling unicode-bidi v0.3.17 |
1229 | 2025-01-17T07:40:45.584Z | Compiling unicode-normalization v0.1.24 |
1230 | 2025-01-17T07:40:45.606Z | Compiling paste v1.0.15 |
1231 | 2025-01-17T07:40:45.807Z | Compiling writeable v0.5.5 |
1232 | 2025-01-17T07:40:46.325Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2025-01-17T07:40:46.604Z | Compiling regex v1.11.1 |
1234 | 2025-01-17T07:40:46.607Z | Compiling httparse v1.9.5 |
1235 | 2025-01-17T07:40:46.969Z | Compiling flagset v0.4.6 |
1236 | 2025-01-17T07:40:47.186Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2025-01-17T07:40:47.366Z | Compiling tracing-core v0.1.32 |
1238 | 2025-01-17T07:40:47.566Z | Compiling percent-encoding v2.3.1 |
1239 | 2025-01-17T07:40:47.585Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2025-01-17T07:40:47.897Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2025-01-17T07:40:48.009Z | Compiling rustls-pki-types v1.10.0 |
1242 | 2025-01-17T07:40:48.052Z | Compiling serde_derive v1.0.217 |
1243 | 2025-01-17T07:40:48.095Z | Compiling zeroize_derive v1.4.2 |
1244 | 2025-01-17T07:40:48.283Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2025-01-17T07:40:48.592Z | Compiling tokio-macros v2.5.0 |
1246 | 2025-01-17T07:40:49.023Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2025-01-17T07:40:49.544Z | Compiling zeroize v1.8.1 |
1248 | 2025-01-17T07:40:50.011Z | Compiling yoke-derive v0.7.4 |
1249 | 2025-01-17T07:40:50.082Z | Compiling thiserror-impl v1.0.69 |
1250 | 2025-01-17T07:40:50.321Z | Compiling zerocopy v0.7.35 |
1251 | 2025-01-17T07:40:51.222Z | Compiling crypto-common v0.1.6 |
1252 | 2025-01-17T07:40:51.451Z | Compiling block-buffer v0.10.4 |
1253 | 2025-01-17T07:40:51.616Z | Compiling futures-macro v0.3.31 |
1254 | 2025-01-17T07:40:51.692Z | Compiling digest v0.10.7 |
1255 | 2025-01-17T07:40:51.718Z | Compiling zerovec-derive v0.10.3 |
1256 | 2025-01-17T07:40:52.164Z | Compiling hmac v0.12.1 |
1257 | 2025-01-17T07:40:52.206Z | Compiling block-padding v0.3.3 |
1258 | 2025-01-17T07:40:52.428Z | Compiling displaydoc v0.2.5 |
1259 | 2025-01-17T07:40:52.454Z | Compiling inout v0.1.3 |
1260 | 2025-01-17T07:40:52.518Z | Compiling zerofrom v0.1.4 |
1261 | 2025-01-17T07:40:52.657Z | Compiling sha2 v0.10.8 |
1262 | 2025-01-17T07:40:52.727Z | Compiling yoke v0.7.4 |
1263 | 2025-01-17T07:40:52.748Z | Compiling cipher v0.4.4 |
1264 | 2025-01-17T07:40:53.023Z | Compiling thiserror v1.0.69 |
1265 | 2025-01-17T07:40:53.057Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2025-01-17T07:40:53.181Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2025-01-17T07:40:53.251Z | Compiling der_derive v0.7.3 |
1268 | 2025-01-17T07:40:53.434Z | Compiling futures-util v0.3.31 |
1269 | 2025-01-17T07:40:53.882Z | Compiling rand_chacha v0.3.1 |
1270 | 2025-01-17T07:40:53.988Z | Compiling tracing-attributes v0.1.27 |
1271 | 2025-01-17T07:40:54.317Z | Compiling rand v0.8.5 |
1272 | 2025-01-17T07:40:54.350Z | Compiling zerovec v0.10.4 |
1273 | 2025-01-17T07:40:55.588Z | Compiling der v0.7.9 |
1274 | 2025-01-17T07:40:56.102Z | Compiling tinystr v0.7.6 |
1275 | 2025-01-17T07:40:56.321Z | Compiling icu_collections v1.5.0 |
1276 | 2025-01-17T07:40:56.379Z | Compiling salsa20 v0.10.2 |
1277 | 2025-01-17T07:40:56.405Z | Compiling pest v2.7.14 |
1278 | 2025-01-17T07:40:56.499Z | Compiling icu_locid v1.5.0 |
1279 | 2025-01-17T07:40:56.612Z | Compiling pbkdf2 v0.12.2 |
1280 | 2025-01-17T07:40:57.389Z | Compiling tracing v0.1.40 |
1281 | 2025-01-17T07:40:57.518Z | Compiling spki v0.7.3 |
1282 | 2025-01-17T07:40:57.596Z | Compiling icu_provider v1.5.0 |
1283 | 2025-01-17T07:40:57.876Z | Compiling vcpkg v0.2.15 |
1284 | 2025-01-17T07:40:57.895Z | Compiling mirai-annotations v1.12.0 |
1285 | 2025-01-17T07:40:58.088Z | Compiling num-conv v0.1.0 |
1286 | 2025-01-17T07:40:58.382Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2025-01-17T07:40:58.574Z | Compiling time-core v0.1.2 |
1288 | 2025-01-17T07:40:58.577Z | Compiling icu_properties_data v1.5.0 |
1289 | 2025-01-17T07:40:58.615Z | Compiling untrusted v0.9.0 |
1290 | 2025-01-17T07:40:58.769Z | Compiling untrusted v0.7.1 |
1291 | 2025-01-17T07:40:58.791Z | Compiling powerfmt v0.2.0 |
1292 | 2025-01-17T07:40:58.812Z | Compiling time-macros v0.2.18 |
1293 | 2025-01-17T07:40:59.197Z | Compiling deranged v0.3.11 |
1294 | 2025-01-17T07:40:59.496Z | Compiling pest_meta v2.7.14 |
1295 | 2025-01-17T07:40:59.760Z | Compiling openssl-sys v0.9.103 |
1296 | 2025-01-17T07:41:00.139Z | Compiling icu_properties v1.5.1 |
1297 | 2025-01-17T07:41:00.622Z | Compiling scrypt v0.11.0 |
1298 | 2025-01-17T07:41:00.814Z | Compiling bitflags v2.6.0 |
1299 | 2025-01-17T07:41:00.862Z | Compiling bytes v1.9.0 |
1300 | 2025-01-17T07:41:01.226Z | Compiling indexmap v2.7.0 |
1301 | 2025-01-17T07:41:01.869Z | Compiling tokio v1.43.0 |
1302 | 2025-01-17T07:41:02.082Z | Compiling http v1.2.0 |
1303 | 2025-01-17T07:41:02.187Z | Compiling semver v1.0.24 |
1304 | 2025-01-17T07:41:02.528Z | Compiling aes v0.8.4 |
1305 | 2025-01-17T07:41:02.903Z | Compiling rustc_version v0.4.1 |
1306 | 2025-01-17T07:41:03.673Z | Compiling cbc v0.1.2 |
1307 | 2025-01-17T07:41:03.840Z | Compiling scroll_derive v0.12.0 |
1308 | 2025-01-17T07:41:03.931Z | Compiling atomic-waker v1.1.2 |
1309 | 2025-01-17T07:41:04.000Z | Compiling utf16_iter v1.0.5 |
1310 | 2025-01-17T07:41:04.132Z | Compiling num_threads v0.1.7 |
1311 | 2025-01-17T07:41:04.223Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2025-01-17T07:41:04.279Z | Compiling utf8_iter v1.0.4 |
1313 | 2025-01-17T07:41:04.313Z | Compiling write16 v1.0.0 |
1314 | 2025-01-17T07:41:04.341Z | Compiling time v0.3.36 |
1315 | 2025-01-17T07:41:04.472Z | Compiling icu_normalizer v1.5.0 |
1316 | 2025-01-17T07:41:04.511Z | Compiling pkcs5 v0.7.1 |
1317 | 2025-01-17T07:41:04.732Z | Compiling which v4.4.2 |
1318 | 2025-01-17T07:41:05.296Z | Compiling scroll v0.12.0 |
1319 | 2025-01-17T07:41:05.395Z | Compiling http-body v1.0.1 |
1320 | 2025-01-17T07:41:05.622Z | Compiling pest_generator v2.7.14 |
1321 | 2025-01-17T07:41:05.748Z | Compiling form_urlencoded v1.2.1 |
1322 | 2025-01-17T07:41:05.837Z | Compiling slog v2.7.0 |
1323 | 2025-01-17T07:41:05.911Z | Compiling try-lock v0.2.5 |
1324 | 2025-01-17T07:41:06.053Z | Compiling want v0.3.1 |
1325 | 2025-01-17T07:41:06.076Z | Compiling goblin v0.8.2 |
1326 | 2025-01-17T07:41:06.237Z | Compiling idna_adapter v1.2.0 |
1327 | 2025-01-17T07:41:06.338Z | Compiling pkcs8 v0.10.2 |
1328 | 2025-01-17T07:41:06.432Z | Compiling uuid v1.12.0 |
1329 | 2025-01-17T07:41:06.459Z | Compiling httpdate v1.0.3 |
1330 | 2025-01-17T07:41:06.908Z | Compiling iana-time-zone v0.1.61 |
1331 | 2025-01-17T07:41:07.308Z | Compiling chrono v0.4.38 |
1332 | 2025-01-17T07:41:07.391Z | Compiling pest_derive v2.7.14 |
1333 | 2025-01-17T07:41:07.761Z | Compiling idna v1.0.3 |
1334 | 2025-01-17T07:41:07.919Z | Compiling serde_spanned v0.6.8 |
1335 | 2025-01-17T07:41:08.169Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2025-01-17T07:41:08.190Z | Compiling dtrace-parser v0.2.0 |
1337 | 2025-01-17T07:41:08.824Z | Compiling toml_datetime v0.6.8 |
1338 | 2025-01-17T07:41:09.056Z | Compiling foreign-types-shared v0.1.1 |
1339 | 2025-01-17T07:41:09.202Z | Compiling base64 v0.22.1 |
1340 | 2025-01-17T07:41:09.319Z | Compiling openssl v0.10.66 |
1341 | 2025-01-17T07:41:09.386Z | Compiling tower-service v0.3.3 |
1342 | 2025-01-17T07:41:09.532Z | Compiling adler2 v2.0.0 |
1343 | 2025-01-17T07:41:09.737Z | Compiling tokio-util v0.7.12 |
1344 | 2025-01-17T07:41:09.758Z | Compiling rustversion v1.0.17 |
1345 | 2025-01-17T07:41:09.897Z | Compiling match_cfg v0.1.0 |
1346 | 2025-01-17T07:41:10.004Z | Compiling hostname v0.3.1 |
1347 | 2025-01-17T07:41:10.134Z | Compiling miniz_oxide v0.8.0 |
1348 | 2025-01-17T07:41:10.218Z | Compiling foreign-types v0.3.2 |
1349 | 2025-01-17T07:41:10.321Z | Compiling url v2.5.3 |
1350 | 2025-01-17T07:41:10.676Z | Compiling h2 v0.4.6 |
1351 | 2025-01-17T07:41:10.991Z | Compiling async-trait v0.1.83 |
1352 | 2025-01-17T07:41:11.564Z | Compiling openssl-macros v0.1.1 |
1353 | 2025-01-17T07:41:11.733Z | Compiling dof v0.3.0 |
1354 | 2025-01-17T07:41:12.103Z | Compiling serde_derive_internals v0.29.1 |
1355 | 2025-01-17T07:41:12.290Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2025-01-17T07:41:12.858Z | Compiling usdt-impl v0.5.0 |
1357 | 2025-01-17T07:41:13.353Z | Compiling schemars v0.8.21 |
1358 | 2025-01-17T07:41:13.545Z | Compiling data-encoding v2.6.0 |
1359 | 2025-01-17T07:41:13.736Z | Compiling native-tls v0.2.12 |
1360 | 2025-01-17T07:41:14.083Z | Compiling rustls v0.22.4 |
1361 | 2025-01-17T07:41:14.267Z | Compiling siphasher v0.3.11 |
1362 | 2025-01-17T07:41:14.364Z | Compiling rustls v0.23.19 |
1363 | 2025-01-17T07:41:14.483Z | Compiling syn v1.0.109 |
1364 | 2025-01-17T07:41:14.648Z | Compiling schemars_derive v0.8.21 |
1365 | 2025-01-17T07:41:14.763Z | Compiling dirs-next v2.0.0 |
1366 | 2025-01-17T07:41:15.285Z | Compiling http-body-util v0.1.2 |
1367 | 2025-01-17T07:41:15.366Z | Compiling heapless v0.7.17 |
1368 | 2025-01-17T07:41:15.547Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2025-01-17T07:41:15.767Z | Compiling signature v2.2.0 |
1370 | 2025-01-17T07:41:15.815Z | Compiling sha1 v0.10.6 |
1371 | 2025-01-17T07:41:16.068Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2025-01-17T07:41:16.237Z | Compiling thread_local v1.1.8 |
1373 | 2025-01-17T07:41:16.257Z | Compiling cookie v0.18.1 |
1374 | 2025-01-17T07:41:16.374Z | Compiling encoding_rs v0.8.34 |
1375 | 2025-01-17T07:41:16.538Z | Compiling multer v3.1.0 |
1376 | 2025-01-17T07:41:16.560Z | Compiling slog-async v2.8.0 |
1377 | 2025-01-17T07:41:16.722Z | Compiling unicode-properties v0.1.3 |
1378 | 2025-01-17T07:41:16.823Z | Compiling openssl-probe v0.1.5 |
1379 | 2025-01-17T07:41:17.036Z | Compiling rayon-core v1.12.1 |
1380 | 2025-01-17T07:41:17.117Z | Compiling signal-hook v0.3.17 |
1381 | 2025-01-17T07:41:17.156Z | Compiling gimli v0.31.1 |
1382 | 2025-01-17T07:41:17.338Z | Compiling ipnet v2.10.1 |
1383 | 2025-01-17T07:41:17.381Z | Compiling dyn-clone v1.0.17 |
1384 | 2025-01-17T07:41:17.609Z | Compiling hyper v1.5.2 |
1385 | 2025-01-17T07:41:17.673Z | Compiling mime v0.3.17 |
1386 | 2025-01-17T07:41:18.518Z | Compiling stringprep v0.1.5 |
1387 | 2025-01-17T07:41:19.712Z | Compiling toml_edit v0.22.22 |
1388 | 2025-01-17T07:41:20.600Z | Compiling hyper-util v0.1.10 |
1389 | 2025-01-17T07:41:21.362Z | Compiling addr2line v0.24.2 |
1390 | 2025-01-17T07:41:21.616Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2025-01-17T07:41:21.984Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2025-01-17T07:41:22.008Z | Compiling usdt-macro v0.5.0 |
1393 | 2025-01-17T07:41:22.703Z | Compiling term v0.7.0 |
1394 | 2025-01-17T07:41:22.849Z | Compiling slog-json v2.6.1 |
1395 | 2025-01-17T07:41:23.232Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2025-01-17T07:41:23.371Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2025-01-17T07:41:23.407Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2025-01-17T07:41:23.479Z | Compiling enum-as-inner v0.6.1 |
1399 | 2025-01-17T07:41:23.759Z | Compiling futures-executor v0.3.31 |
1400 | 2025-01-17T07:41:24.003Z | Compiling md-5 v0.10.6 |
1401 | 2025-01-17T07:41:24.091Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2025-01-17T07:41:24.287Z | Compiling async-stream-impl v0.3.6 |
1403 | 2025-01-17T07:41:24.306Z | Compiling num-integer v0.1.46 |
1404 | 2025-01-17T07:41:24.412Z | Compiling idna v0.4.0 |
1405 | 2025-01-17T07:41:24.475Z | Compiling idna v0.3.0 |
1406 | 2025-01-17T07:41:24.507Z | Compiling hash32 v0.2.1 |
1407 | 2025-01-17T07:41:24.865Z | Compiling ff v0.13.0 |
1408 | 2025-01-17T07:41:25.037Z | Compiling is-terminal v0.4.13 |
1409 | 2025-01-17T07:41:25.102Z | Compiling object v0.36.5 |
1410 | 2025-01-17T07:41:25.174Z | Compiling dropshot v0.12.0 |
1411 | 2025-01-17T07:41:25.464Z | Compiling take_mut v0.2.2 |
1412 | 2025-01-17T07:41:25.526Z | Compiling fallible-iterator v0.2.0 |
1413 | 2025-01-17T07:41:25.630Z | Compiling utf-8 v0.7.6 |
1414 | 2025-01-17T07:41:25.943Z | Compiling base16ct v0.2.0 |
1415 | 2025-01-17T07:41:25.964Z | Compiling portable-atomic v1.9.0 |
1416 | 2025-01-17T07:41:26.075Z | Compiling psl-types v2.0.11 |
1417 | 2025-01-17T07:41:26.203Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2025-01-17T07:41:26.261Z | Compiling rustc-demangle v0.1.24 |
1419 | 2025-01-17T07:41:26.284Z | Compiling anyhow v1.0.93 |
1420 | 2025-01-17T07:41:26.513Z | Compiling quick-error v1.2.3 |
1421 | 2025-01-17T07:41:26.679Z | Compiling smoltcp v0.9.1 |
1422 | 2025-01-17T07:41:26.852Z | Compiling linked-hash-map v0.5.6 |
1423 | 2025-01-17T07:41:27.055Z | Compiling resolv-conf v0.7.0 |
1424 | 2025-01-17T07:41:27.184Z | Compiling lru-cache v0.1.2 |
1425 | 2025-01-17T07:41:27.231Z | Compiling publicsuffix v2.2.3 |
1426 | 2025-01-17T07:41:27.361Z | Compiling postgres-protocol v0.6.7 |
1427 | 2025-01-17T07:41:27.382Z | Compiling sec1 v0.7.3 |
1428 | 2025-01-17T07:41:27.403Z | Compiling tungstenite v0.24.0 |
1429 | 2025-01-17T07:41:27.789Z | Compiling async-stream v0.3.6 |
1430 | 2025-01-17T07:41:28.003Z | Compiling hickory-proto v0.24.1 |
1431 | 2025-01-17T07:41:28.094Z | Compiling slog-term v2.9.1 |
1432 | 2025-01-17T07:41:28.544Z | Compiling group v0.13.0 |
1433 | 2025-01-17T07:41:28.616Z | Compiling usdt v0.5.0 |
1434 | 2025-01-17T07:41:28.891Z | Compiling num-iter v0.1.45 |
1435 | 2025-01-17T07:41:29.232Z | Compiling futures v0.3.31 |
1436 | 2025-01-17T07:41:29.284Z | Compiling slog-bunyan v2.5.0 |
1437 | 2025-01-17T07:41:29.366Z | Compiling toml v0.8.19 |
1438 | 2025-01-17T07:41:30.685Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2025-01-17T07:41:30.972Z | Compiling camino v1.1.9 |
1440 | 2025-01-17T07:41:31.109Z | Compiling phf_shared v0.11.2 |
1441 | 2025-01-17T07:41:31.136Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2025-01-17T07:41:31.473Z | Compiling terminal_size v0.4.0 |
1443 | 2025-01-17T07:41:31.707Z | Compiling backtrace v0.3.74 |
1444 | 2025-01-17T07:41:31.743Z | Compiling waitgroup v0.1.2 |
1445 | 2025-01-17T07:41:31.811Z | Compiling openapiv3 v2.0.0 |
1446 | 2025-01-17T07:41:31.975Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2025-01-17T07:41:32.126Z | Compiling hkdf v0.12.4 |
1448 | 2025-01-17T07:41:32.409Z | Compiling crypto-bigint v0.5.5 |
1449 | 2025-01-17T07:41:32.734Z | Compiling webpki-roots v0.26.6 |
1450 | 2025-01-17T07:41:32.965Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2025-01-17T07:41:34.421Z | Compiling hubpack_derive v0.1.1 |
1452 | 2025-01-17T07:41:34.810Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2025-01-17T07:41:34.992Z | Compiling idna v0.5.0 |
1454 | 2025-01-17T07:41:35.271Z | Compiling hostname v0.4.0 |
1455 | 2025-01-17T07:41:35.345Z | Compiling fs-err v2.11.0 |
1456 | 2025-01-17T07:41:35.487Z | Compiling crc32fast v1.4.2 |
1457 | 2025-01-17T07:41:35.643Z | Compiling ahash v0.8.11 |
1458 | 2025-01-17T07:41:35.832Z | Compiling managed v0.8.0 |
1459 | 2025-01-17T07:41:35.836Z | Compiling bitflags v1.3.2 |
1460 | 2025-01-17T07:41:35.975Z | Compiling debug-ignore v1.0.5 |
1461 | 2025-01-17T07:41:35.997Z | Compiling winnow v0.5.40 |
1462 | 2025-01-17T07:41:36.141Z | Compiling newtype-uuid v1.2.1 |
1463 | 2025-01-17T07:41:36.461Z | Compiling strum_macros v0.25.3 |
1464 | 2025-01-17T07:41:36.510Z | Compiling console v0.15.8 |
1465 | 2025-01-17T07:41:37.401Z | Compiling cookie_store v0.21.0 |
1466 | 2025-01-17T07:41:37.899Z | Compiling clap_builder v4.5.21 |
1467 | 2025-01-17T07:41:38.110Z | Compiling flate2 v1.0.34 |
1468 | 2025-01-17T07:41:38.488Z | Compiling hubpack v0.1.2 |
1469 | 2025-01-17T07:41:38.876Z | Compiling elliptic-curve v0.13.8 |
1470 | 2025-01-17T07:41:38.923Z | Compiling zerocopy v0.6.6 |
1471 | 2025-01-17T07:41:39.032Z | Compiling hickory-resolver v0.24.1 |
1472 | 2025-01-17T07:41:39.451Z | Compiling toml_edit v0.19.15 |
1473 | 2025-01-17T07:41:39.703Z | Compiling phf v0.11.2 |
1474 | 2025-01-17T07:41:39.967Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2025-01-17T07:41:40.158Z | Compiling hyper-tls v0.6.0 |
1476 | 2025-01-17T07:41:40.272Z | Compiling rayon v1.10.0 |
1477 | 2025-01-17T07:41:40.434Z | Compiling bzip2 v0.4.4 |
1478 | 2025-01-17T07:41:40.830Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2025-01-17T07:41:41.366Z | Compiling postgres-types v0.2.8 |
1480 | 2025-01-17T07:41:44.009Z | Compiling ed25519 v2.2.3 |
1481 | 2025-01-17T07:41:44.221Z | Compiling phf_shared v0.10.0 |
1482 | 2025-01-17T07:41:44.615Z | Compiling tokio-stream v0.1.16 |
1483 | 2025-01-17T07:41:44.644Z | Compiling pkcs1 v0.7.5 |
1484 | 2025-01-17T07:41:44.900Z | Compiling serde-big-array v0.5.1 |
1485 | 2025-01-17T07:41:45.142Z | Compiling clap_derive v4.5.18 |
1486 | 2025-01-17T07:41:45.552Z | Compiling rfc6979 v0.4.0 |
1487 | 2025-01-17T07:41:45.576Z | Compiling serde_repr v0.1.19 |
1488 | 2025-01-17T07:41:45.757Z | Compiling derive-where v1.2.7 |
1489 | 2025-01-17T07:41:45.935Z | Compiling float-cmp v0.9.0 |
1490 | 2025-01-17T07:41:46.113Z | Compiling bstr v1.10.0 |
1491 | 2025-01-17T07:41:46.177Z | Compiling sync_wrapper v1.0.1 |
1492 | 2025-01-17T07:41:46.343Z | Compiling unicode-width v0.2.0 |
1493 | 2025-01-17T07:41:46.623Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2025-01-17T07:41:46.654Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2025-01-17T07:41:46.767Z | Compiling difflib v0.4.0 |
1496 | 2025-01-17T07:41:46.842Z | Compiling whoami v1.5.2 |
1497 | 2025-01-17T07:41:47.438Z | Compiling new_debug_unreachable v1.0.6 |
1498 | 2025-01-17T07:41:47.518Z | Compiling static_assertions v1.1.0 |
1499 | 2025-01-17T07:41:47.547Z | Compiling bit-vec v0.6.3 |
1500 | 2025-01-17T07:41:47.633Z | Compiling predicates-core v1.0.8 |
1501 | 2025-01-17T07:41:47.775Z | Compiling precomputed-hash v0.1.1 |
1502 | 2025-01-17T07:41:47.910Z | Compiling number_prefix v0.4.0 |
1503 | 2025-01-17T07:41:47.961Z | Compiling fixedbitset v0.4.2 |
1504 | 2025-01-17T07:41:47.964Z | Compiling bit-set v0.5.3 |
1505 | 2025-01-17T07:41:48.146Z | Compiling indicatif v0.17.9 |
1506 | 2025-01-17T07:41:48.162Z | Compiling string_cache v0.8.7 |
1507 | 2025-01-17T07:41:48.262Z | Compiling petgraph v0.6.5 |
1508 | 2025-01-17T07:41:48.396Z | Compiling predicates v3.1.2 |
1509 | 2025-01-17T07:41:48.625Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2025-01-17T07:41:48.983Z | Compiling similar v2.6.0 |
1511 | 2025-01-17T07:41:49.705Z | Compiling clap v4.5.21 |
1512 | 2025-01-17T07:41:49.840Z | Compiling tokio-postgres v0.7.12 |
1513 | 2025-01-17T07:41:49.921Z | Compiling ecdsa v0.16.9 |
1514 | 2025-01-17T07:41:50.221Z | Compiling rsa v0.9.6 |
1515 | 2025-01-17T07:41:50.768Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2025-01-17T07:41:51.191Z | Compiling toml v0.7.8 |
1517 | 2025-01-17T07:41:51.882Z | Compiling zip v0.6.6 |
1518 | 2025-01-17T07:41:52.092Z | Compiling crossterm v0.28.1 |
1519 | 2025-01-17T07:41:53.784Z | Compiling hex v0.4.3 |
1520 | 2025-01-17T07:41:53.802Z | Compiling x509-cert v0.2.5 |
1521 | 2025-01-17T07:41:54.372Z | Compiling itertools v0.10.5 |
1522 | 2025-01-17T07:41:54.394Z | Compiling peg-runtime v0.8.3 |
1523 | 2025-01-17T07:41:54.754Z | Compiling unicode-xid v0.2.6 |
1524 | 2025-01-17T07:41:54.960Z | Compiling lalrpop-util v0.19.12 |
1525 | 2025-01-17T07:41:55.022Z | Compiling strum_macros v0.26.4 |
1526 | 2025-01-17T07:41:55.313Z | Compiling xattr v1.3.1 |
1527 | 2025-01-17T07:41:55.370Z | Compiling filetime v0.2.25 |
1528 | 2025-01-17T07:41:55.625Z | Compiling tar v0.4.42 |
1529 | 2025-01-17T07:41:59.745Z | Compiling strum v0.26.3 |
1530 | 2025-01-17T07:42:02.613Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2025-01-17T07:42:29.843Z | Compiling rustls-webpki v0.102.8 |
1532 | 2025-01-17T07:42:32.918Z | Compiling tokio-rustls v0.25.0 |
1533 | 2025-01-17T07:42:34.657Z | Compiling tokio-rustls v0.26.0 |
1534 | 2025-01-17T07:42:34.935Z | Compiling hyper-rustls v0.27.3 |
1535 | 2025-01-17T07:42:35.321Z | Compiling reqwest v0.12.9 |
1536 | 2025-01-17T07:42:36.661Z | Compiling qorb v0.2.1 |
1537 | 2025-01-17T07:42:39.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2025-01-17T07:42:40.047Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2025-01-17T07:42:44.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1540 | 2025-01-17T07:42:44.663Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2025-01-17T07:42:44.713Z | Jan 17 07:42:43.851 INFO Starting download, target: Cockroach |
1542 | 2025-01-17T07:42:44.713Z | Jan 17 07:42:43.851 INFO Starting download, target: Console |
1543 | 2025-01-17T07:42:44.713Z | Jan 17 07:42:43.851 INFO Starting download, target: Clickhouse |
1544 | 2025-01-17T07:42:44.713Z | Jan 17 07:42:43.851 INFO Starting download, target: DendriteOpenapi |
1545 | 2025-01-17T07:42:44.715Z | Jan 17 07:42:43.851 INFO Starting download, target: DendriteStub |
1546 | 2025-01-17T07:42:44.715Z | Jan 17 07:42:43.851 INFO Starting download, target: MaghemiteMgd |
1547 | 2025-01-17T07:42:44.715Z | Jan 17 07:42:43.851 INFO Starting download, target: TransceiverControl |
1548 | 2025-01-17T07:42:44.715Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2025-01-17T07:42:44.716Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2025-01-17T07:42:44.716Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2025-01-17T07:42:44.716Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2025-01-17T07:42:44.716Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2025-01-17T07:42:44.716Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2025-01-17T07:42:44.716Z | Jan 17 07:42:43.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2025-01-17T07:42:44.918Z | Jan 17 07:42:44.044 INFO Download complete, target: DendriteOpenapi |
1556 | 2025-01-17T07:42:45.178Z | Jan 17 07:42:44.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2025-01-17T07:42:45.326Z | Jan 17 07:42:44.451 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2025-01-17T07:42:45.484Z | Jan 17 07:42:44.621 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2025-01-17T07:42:45.546Z | Jan 17 07:42:44.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2025-01-17T07:42:45.657Z | Jan 17 07:42:44.795 INFO Download complete, target: Console |
1561 | 2025-01-17T07:42:45.837Z | Jan 17 07:42:44.972 INFO Download complete, target: TransceiverControl |
1562 | 2025-01-17T07:42:46.192Z | Jan 17 07:42:45.331 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2025-01-17T07:42:46.192Z | Jan 17 07:42:45.331 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2025-01-17T07:42:46.594Z | Jan 17 07:42:45.733 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2025-01-17T07:42:48.379Z | Jan 17 07:42:47.519 INFO Download complete, target: MaghemiteMgd |
1566 | 2025-01-17T07:42:48.379Z | Jan 17 07:42:47.519 INFO Download complete, target: DendriteStub |
1567 | 2025-01-17T07:42:53.685Z | Jan 17 07:42:52.821 INFO Checking that binary works, target: Cockroach |
1568 | 2025-01-17T07:42:53.843Z | Jan 17 07:42:52.986 INFO Download complete, target: Cockroach |
1569 | 2025-01-17T07:42:58.919Z | Jan 17 07:42:58.065 INFO Checking that binary works, target: Clickhouse |
1570 | 2025-01-17T07:42:59.046Z | Jan 17 07:42:58.192 INFO Download complete, target: Clickhouse |
1571 | 2025-01-17T07:42:59.054Z | All prerequisites installed successfully |
1572 | 2025-01-17T07:42:59.056Z | |
1573 | 2025-01-17T07:42:59.057Z | real 5:02.137201257 |
1574 | 2025-01-17T07:42:59.057Z | user 15:46.891976490 |
1575 | 2025-01-17T07:42:59.057Z | sys 2:03.791229207 |
1576 | 2025-01-17T07:42:59.057Z | trap 0.575152032 |
1577 | 2025-01-17T07:42:59.057Z | tflt 1.557647838 |
1578 | 2025-01-17T07:42:59.057Z | dflt 1.730866422 |
1579 | 2025-01-17T07:42:59.057Z | kflt 0.026092076 |
1580 | 2025-01-17T07:42:59.057Z | lock 25:16.783137451 |
1581 | 2025-01-17T07:42:59.057Z | slp 55:37.292596017 |
1582 | 2025-01-17T07:42:59.057Z | lat 59.781701521 |
1583 | 2025-01-17T07:42:59.057Z | stop 2:27.046373221 |
1584 | 2025-01-17T07:42:59.057Z | + ptime -m cargo xtask download softnpu |
1585 | 2025-01-17T07:42:59.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1586 | 2025-01-17T07:42:59.588Z | Running `target/debug/xtask download softnpu` |
1587 | 2025-01-17T07:43:00.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1588 | 2025-01-17T07:43:00.467Z | Running `target/debug/xtask-downloader softnpu` |
1589 | 2025-01-17T07:43:00.504Z | Jan 17 07:42:59.651 INFO Starting download, target: Softnpu |
1590 | 2025-01-17T07:43:00.506Z | Jan 17 07:42:59.652 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1591 | 2025-01-17T07:43:01.029Z | Jan 17 07:43:00.176 INFO Download complete, target: Softnpu |
1592 | 2025-01-17T07:43:01.032Z | |
1593 | 2025-01-17T07:43:01.035Z | real 1.972687610 |
1594 | 2025-01-17T07:43:01.035Z | user 1.252349458 |
1595 | 2025-01-17T07:43:01.035Z | sys 0.527641185 |
1596 | 2025-01-17T07:43:01.035Z | trap 0.000784907 |
1597 | 2025-01-17T07:43:01.035Z | tflt 0.000163605 |
1598 | 2025-01-17T07:43:01.035Z | dflt 0.000052267 |
1599 | 2025-01-17T07:43:01.035Z | kflt 0.000000000 |
1600 | 2025-01-17T07:43:01.035Z | lock 5.375153418 |
1601 | 2025-01-17T07:43:01.035Z | slp 0.335287190 |
1602 | 2025-01-17T07:43:01.035Z | lat 0.066151134 |
1603 | 2025-01-17T07:43:01.035Z | stop 0.000161418 |
1604 | 2025-01-17T07:43:01.035Z | + export CARGO_INCREMENTAL=0 |
1605 | 2025-01-17T07:43:01.035Z | + CARGO_INCREMENTAL=0 |
1606 | 2025-01-17T07:43:01.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1607 | 2025-01-17T07:43:01.984Z | Compiling proc-macro2 v1.0.92 |
1608 | 2025-01-17T07:43:01.984Z | Compiling unicode-ident v1.0.14 |
1609 | 2025-01-17T07:43:01.987Z | Compiling libc v0.2.169 |
1610 | 2025-01-17T07:43:01.987Z | Compiling serde v1.0.217 |
1611 | 2025-01-17T07:43:01.987Z | Compiling autocfg v1.4.0 |
1612 | 2025-01-17T07:43:01.987Z | Compiling version_check v0.9.5 |
1613 | 2025-01-17T07:43:01.987Z | Compiling cfg-if v1.0.0 |
1614 | 2025-01-17T07:43:02.221Z | Compiling memchr v2.7.4 |
1615 | 2025-01-17T07:43:02.266Z | Compiling typenum v1.17.0 |
1616 | 2025-01-17T07:43:02.307Z | Compiling shlex v1.3.0 |
1617 | 2025-01-17T07:43:02.637Z | Compiling value-bag v1.9.0 |
1618 | 2025-01-17T07:43:02.665Z | Compiling scopeguard v1.2.0 |
1619 | 2025-01-17T07:43:02.819Z | Compiling generic-array v0.14.7 |
1620 | 2025-01-17T07:43:02.894Z | Compiling lock_api v0.4.12 |
1621 | 2025-01-17T07:43:03.131Z | Compiling log v0.4.22 |
1622 | 2025-01-17T07:43:03.187Z | Compiling parking_lot_core v0.9.10 |
1623 | 2025-01-17T07:43:03.472Z | Compiling serde_json v1.0.135 |
1624 | 2025-01-17T07:43:03.611Z | Compiling once_cell v1.20.2 |
1625 | 2025-01-17T07:43:03.794Z | Compiling libm v0.2.8 |
1626 | 2025-01-17T07:43:03.815Z | Compiling rustix v0.38.37 |
1627 | 2025-01-17T07:43:03.857Z | Compiling aho-corasick v1.1.3 |
1628 | 2025-01-17T07:43:04.049Z | Compiling quote v1.0.38 |
1629 | 2025-01-17T07:43:04.113Z | Compiling jobserver v0.1.32 |
1630 | 2025-01-17T07:43:04.132Z | Compiling getrandom v0.2.15 |
1631 | 2025-01-17T07:43:04.422Z | Compiling syn v2.0.96 |
1632 | 2025-01-17T07:43:04.506Z | Compiling cc v1.1.30 |
1633 | 2025-01-17T07:43:04.549Z | Compiling num-traits v0.2.19 |
1634 | 2025-01-17T07:43:04.626Z | Compiling regex-syntax v0.8.5 |
1635 | 2025-01-17T07:43:04.702Z | Compiling thiserror v1.0.69 |
1636 | 2025-01-17T07:43:04.791Z | Compiling either v1.13.0 |
1637 | 2025-01-17T07:43:04.856Z | Compiling itoa v1.0.11 |
1638 | 2025-01-17T07:43:05.101Z | Compiling spin v0.9.8 |
1639 | 2025-01-17T07:43:05.375Z | Compiling slab v0.4.9 |
1640 | 2025-01-17T07:43:05.612Z | Compiling errno v0.3.9 |
1641 | 2025-01-17T07:43:05.841Z | Compiling byteorder v1.5.0 |
1642 | 2025-01-17T07:43:05.843Z | Compiling lazy_static v1.5.0 |
1643 | 2025-01-17T07:43:05.987Z | Compiling rand_core v0.6.4 |
1644 | 2025-01-17T07:43:06.387Z | Compiling glob v0.3.1 |
1645 | 2025-01-17T07:43:06.466Z | Compiling prettyplease v0.2.25 |
1646 | 2025-01-17T07:43:06.831Z | Compiling minimal-lexical v0.2.1 |
1647 | 2025-01-17T07:43:07.071Z | Compiling clang-sys v1.8.1 |
1648 | 2025-01-17T07:43:07.240Z | Compiling nom v7.1.3 |
1649 | 2025-01-17T07:43:07.402Z | Compiling libloading v0.8.5 |
1650 | 2025-01-17T07:43:07.579Z | Compiling bindgen v0.69.5 |
1651 | 2025-01-17T07:43:07.639Z | Compiling subtle v2.6.1 |
1652 | 2025-01-17T07:43:07.759Z | Compiling home v0.5.9 |
1653 | 2025-01-17T07:43:07.999Z | Compiling itertools v0.12.1 |
1654 | 2025-01-17T07:43:08.065Z | Compiling rustc-hash v1.1.0 |
1655 | 2025-01-17T07:43:08.230Z | Compiling regex-automata v0.4.8 |
1656 | 2025-01-17T07:43:08.320Z | Compiling allocator-api2 v0.2.18 |
1657 | 2025-01-17T07:43:08.361Z | Compiling lazycell v1.3.0 |
1658 | 2025-01-17T07:43:08.536Z | Compiling smallvec v1.13.2 |
1659 | 2025-01-17T07:43:09.008Z | Compiling cmake v0.1.51 |
1660 | 2025-01-17T07:43:09.255Z | Compiling semver v1.0.24 |
1661 | 2025-01-17T07:43:09.712Z | Compiling fs_extra v1.3.0 |
1662 | 2025-01-17T07:43:09.812Z | Compiling dunce v1.0.5 |
1663 | 2025-01-17T07:43:10.216Z | Compiling cexpr v0.6.0 |
1664 | 2025-01-17T07:43:10.232Z | Compiling pkg-config v0.3.31 |
1665 | 2025-01-17T07:43:10.831Z | Compiling ring v0.17.8 |
1666 | 2025-01-17T07:43:11.126Z | Compiling pin-project-lite v0.2.14 |
1667 | 2025-01-17T07:43:11.252Z | Compiling ryu v1.0.18 |
1668 | 2025-01-17T07:43:11.281Z | Compiling paste v1.0.15 |
1669 | 2025-01-17T07:43:11.328Z | Compiling httparse v1.9.5 |
1670 | 2025-01-17T07:43:11.564Z | Compiling synstructure v0.13.1 |
1671 | 2025-01-17T07:43:11.762Z | Compiling schemars v0.8.21 |
1672 | 2025-01-17T07:43:11.811Z | Compiling const-oid v0.9.6 |
1673 | 2025-01-17T07:43:11.913Z | Compiling aws-lc-rs v1.10.0 |
1674 | 2025-01-17T07:43:12.689Z | Compiling fnv v1.0.7 |
1675 | 2025-01-17T07:43:12.768Z | Compiling serde_derive_internals v0.29.1 |
1676 | 2025-01-17T07:43:12.996Z | Compiling foldhash v0.1.3 |
1677 | 2025-01-17T07:43:13.302Z | Compiling equivalent v1.0.1 |
1678 | 2025-01-17T07:43:13.446Z | Compiling hashbrown v0.15.1 |
1679 | 2025-01-17T07:43:13.724Z | Compiling regex v1.11.1 |
1680 | 2025-01-17T07:43:14.084Z | Compiling signal-hook-registry v1.4.2 |
1681 | 2025-01-17T07:43:14.585Z | Compiling heck v0.5.0 |
1682 | 2025-01-17T07:43:14.621Z | Compiling parking_lot v0.12.3 |
1683 | 2025-01-17T07:43:14.658Z | Compiling mio v1.0.2 |
1684 | 2025-01-17T07:43:15.764Z | Compiling stable_deref_trait v1.2.0 |
1685 | 2025-01-17T07:43:15.819Z | Compiling serde_derive v1.0.217 |
1686 | 2025-01-17T07:43:15.894Z | Compiling zeroize_derive v1.4.2 |
1687 | 2025-01-17T07:43:16.244Z | Compiling zerocopy-derive v0.7.35 |
1688 | 2025-01-17T07:43:16.669Z | Compiling thiserror-impl v1.0.69 |
1689 | 2025-01-17T07:43:16.820Z | Compiling tokio-macros v2.5.0 |
1690 | 2025-01-17T07:43:17.219Z | Compiling zeroize v1.8.1 |
1691 | 2025-01-17T07:43:17.602Z | Compiling zerofrom-derive v0.1.4 |
1692 | 2025-01-17T07:43:17.666Z | Compiling yoke-derive v0.7.4 |
1693 | 2025-01-17T07:43:17.756Z | Compiling futures-macro v0.3.31 |
1694 | 2025-01-17T07:43:17.776Z | Compiling zerovec-derive v0.10.3 |
1695 | 2025-01-17T07:43:18.177Z | Compiling zerocopy v0.7.35 |
1696 | 2025-01-17T07:43:19.243Z | Compiling displaydoc v0.2.5 |
1697 | 2025-01-17T07:43:19.548Z | Compiling crypto-common v0.1.6 |
1698 | 2025-01-17T07:43:19.683Z | Compiling tracing-attributes v0.1.27 |
1699 | 2025-01-17T07:43:19.759Z | Compiling icu_provider_macros v1.5.0 |
1700 | 2025-01-17T07:43:19.972Z | Compiling schemars_derive v0.8.21 |
1701 | 2025-01-17T07:43:20.066Z | Compiling block-buffer v0.10.4 |
1702 | 2025-01-17T07:43:20.317Z | Compiling digest v0.10.7 |
1703 | 2025-01-17T07:43:20.746Z | Compiling socket2 v0.5.7 |
1704 | 2025-01-17T07:43:20.748Z | Compiling crossbeam-utils v0.8.20 |
1705 | 2025-01-17T07:43:20.783Z | Compiling futures-core v0.3.31 |
1706 | 2025-01-17T07:43:21.064Z | Compiling num-conv v0.1.0 |
1707 | 2025-01-17T07:43:21.248Z | Compiling time-core v0.1.2 |
1708 | 2025-01-17T07:43:21.446Z | Compiling time-macros v0.2.18 |
1709 | 2025-01-17T07:43:21.624Z | Compiling der_derive v0.7.3 |
1710 | 2025-01-17T07:43:22.209Z | Compiling vcpkg v0.2.15 |
1711 | 2025-01-17T07:43:23.642Z | Compiling openssl-sys v0.9.103 |
1712 | 2025-01-17T07:43:24.131Z | Compiling syn v1.0.109 |
1713 | 2025-01-17T07:43:24.353Z | Compiling cpufeatures v0.2.14 |
1714 | 2025-01-17T07:43:24.470Z | Compiling futures-sink v0.3.31 |
1715 | 2025-01-17T07:43:24.652Z | Compiling slog v2.7.0 |
1716 | 2025-01-17T07:43:25.029Z | Compiling ahash v0.8.11 |
1717 | 2025-01-17T07:43:25.390Z | Compiling iana-time-zone v0.1.61 |
1718 | 2025-01-17T07:43:25.650Z | Compiling futures-channel v0.3.31 |
1719 | 2025-01-17T07:43:25.694Z | Compiling zerofrom v0.1.4 |
1720 | 2025-01-17T07:43:25.925Z | Compiling scroll_derive v0.12.0 |
1721 | 2025-01-17T07:43:25.964Z | Compiling pin-utils v0.1.0 |
1722 | 2025-01-17T07:43:26.067Z | Compiling futures-task v0.3.31 |
1723 | 2025-01-17T07:43:26.085Z | Compiling openssl v0.10.66 |
1724 | 2025-01-17T07:43:26.105Z | Compiling futures-io v0.3.31 |
1725 | 2025-01-17T07:43:26.378Z | Compiling ucd-trie v0.1.7 |
1726 | 2025-01-17T07:43:26.478Z | Compiling futures-util v0.3.31 |
1727 | 2025-01-17T07:43:26.520Z | Compiling yoke v0.7.4 |
1728 | 2025-01-17T07:43:26.902Z | Compiling pest v2.7.14 |
1729 | 2025-01-17T07:43:27.219Z | Compiling hmac v0.12.1 |
1730 | 2025-01-17T07:43:27.720Z | Compiling zerovec v0.10.4 |
1731 | 2025-01-17T07:43:27.774Z | Compiling bitflags v2.6.0 |
1732 | 2025-01-17T07:43:28.020Z | Compiling bytes v1.9.0 |
1733 | 2025-01-17T07:43:29.876Z | Compiling indexmap v2.7.0 |
1734 | 2025-01-17T07:43:30.458Z | Compiling tokio v1.43.0 |
1735 | 2025-01-17T07:43:31.124Z | Compiling serde_tokenstream v0.2.2 |
1736 | 2025-01-17T07:43:31.654Z | Compiling uuid v1.12.0 |
1737 | 2025-01-17T07:43:32.142Z | Compiling which v4.4.2 |
1738 | 2025-01-17T07:43:32.394Z | Compiling http v1.2.0 |
1739 | 2025-01-17T07:43:32.642Z | Compiling chrono v0.4.38 |
1740 | 2025-01-17T07:43:33.135Z | Compiling rustc_version v0.4.1 |
1741 | 2025-01-17T07:43:35.237Z | Compiling pest_meta v2.7.14 |
1742 | 2025-01-17T07:43:38.931Z | Compiling block-padding v0.3.3 |
1743 | 2025-01-17T07:43:39.181Z | Compiling openssl-macros v0.1.1 |
1744 | 2025-01-17T07:43:39.366Z | Compiling native-tls v0.2.12 |
1745 | 2025-01-17T07:43:39.724Z | Compiling tinyvec_macros v0.1.1 |
1746 | 2025-01-17T07:43:39.778Z | Compiling rustls v0.23.19 |
1747 | 2025-01-17T07:43:39.918Z | Compiling tinyvec v1.8.0 |
1748 | 2025-01-17T07:43:40.089Z | Compiling inout v0.1.3 |
1749 | 2025-01-17T07:43:40.355Z | Compiling pest_generator v2.7.14 |
1750 | 2025-01-17T07:43:40.922Z | Compiling serde_spanned v0.6.8 |
1751 | 2025-01-17T07:43:41.167Z | Compiling toml_datetime v0.6.8 |
1752 | 2025-01-17T07:43:41.283Z | Compiling tracing-core v0.1.32 |
1753 | 2025-01-17T07:43:41.402Z | Compiling dyn-clone v1.0.17 |
1754 | 2025-01-17T07:43:41.581Z | Compiling strsim v0.11.1 |
1755 | 2025-01-17T07:43:41.648Z | Compiling unicode-normalization v0.1.24 |
1756 | 2025-01-17T07:43:42.011Z | Compiling pest_derive v2.7.14 |
1757 | 2025-01-17T07:43:42.219Z | Compiling tracing v0.1.40 |
1758 | 2025-01-17T07:43:43.051Z | Compiling cipher v0.4.4 |
1759 | 2025-01-17T07:43:43.069Z | Compiling tinystr v0.7.6 |
1760 | 2025-01-17T07:43:43.480Z | Compiling sha2 v0.10.8 |
1761 | 2025-01-17T07:43:43.541Z | Compiling cookie v0.18.1 |
1762 | 2025-01-17T07:43:43.794Z | Compiling usdt-impl v0.5.0 |
1763 | 2025-01-17T07:43:43.850Z | Compiling litemap v0.7.3 |
1764 | 2025-01-17T07:43:43.869Z | Compiling unicode-bidi v0.3.17 |
1765 | 2025-01-17T07:43:44.434Z | Compiling base64ct v1.6.0 |
1766 | 2025-01-17T07:43:44.577Z | Compiling writeable v0.5.5 |
1767 | 2025-01-17T07:43:44.718Z | Compiling aws-lc-sys v0.22.0 |
1768 | 2025-01-17T07:43:45.343Z | Compiling icu_locid v1.5.0 |
1769 | 2025-01-17T07:43:45.656Z | Compiling pem-rfc7468 v0.7.0 |
1770 | 2025-01-17T07:43:46.566Z | Compiling scroll v0.12.0 |
1771 | 2025-01-17T07:43:47.158Z | Compiling ppv-lite86 v0.2.20 |
1772 | 2025-01-17T07:43:47.197Z | Compiling async-trait v0.1.83 |
1773 | 2025-01-17T07:43:49.375Z | Compiling camino v1.1.9 |
1774 | 2025-01-17T07:43:49.899Z | Compiling anyhow v1.0.93 |
1775 | 2025-01-17T07:43:50.423Z | Compiling percent-encoding v2.3.1 |
1776 | 2025-01-17T07:43:50.868Z | Compiling flagset v0.4.6 |
1777 | 2025-01-17T07:43:51.035Z | Compiling rustls-pki-types v1.10.0 |
1778 | 2025-01-17T07:43:51.711Z | Compiling plain v0.2.3 |
1779 | 2025-01-17T07:43:51.889Z | Compiling goblin v0.8.2 |
1780 | 2025-01-17T07:43:52.235Z | Compiling der v0.7.9 |
1781 | 2025-01-17T07:43:53.716Z | Compiling rand_chacha v0.3.1 |
1782 | 2025-01-17T07:43:54.654Z | Compiling icu_provider v1.5.0 |
1783 | 2025-01-17T07:43:55.034Z | Compiling tokio-util v0.7.12 |
1784 | 2025-01-17T07:43:56.250Z | Compiling rayon-core v1.12.1 |
1785 | 2025-01-17T07:43:56.530Z | Compiling mirai-annotations v1.12.0 |
1786 | 2025-01-17T07:43:56.838Z | Compiling rustls v0.22.4 |
1787 | 2025-01-17T07:43:56.858Z | Compiling pretty-hex v0.4.1 |
1788 | 2025-01-17T07:43:56.974Z | Compiling icu_locid_transform_data v1.5.0 |
1789 | 2025-01-17T07:43:57.077Z | Compiling untrusted v0.9.0 |
1790 | 2025-01-17T07:43:57.127Z | Compiling untrusted v0.7.1 |
1791 | 2025-01-17T07:43:57.181Z | Compiling powerfmt v0.2.0 |
1792 | 2025-01-17T07:43:57.213Z | Compiling icu_locid_transform v1.5.0 |
1793 | 2025-01-17T07:43:57.660Z | Compiling deranged v0.3.11 |
1794 | 2025-01-17T07:43:57.681Z | Compiling dof v0.3.0 |
1795 | 2025-01-17T07:43:59.473Z | Compiling spki v0.7.3 |
1796 | 2025-01-17T07:43:59.737Z | Compiling rand v0.8.5 |
1797 | 2025-01-17T07:43:59.834Z | Compiling salsa20 v0.10.2 |
1798 | 2025-01-17T07:43:59.984Z | Compiling dtrace-parser v0.2.0 |
1799 | 2025-01-17T07:44:00.066Z | Compiling icu_collections v1.5.0 |
1800 | 2025-01-17T07:44:01.227Z | Compiling pbkdf2 v0.12.2 |
1801 | 2025-01-17T07:44:01.873Z | Compiling thread-id v4.2.2 |
1802 | 2025-01-17T07:44:02.319Z | Compiling atomic-waker v1.1.2 |
1803 | 2025-01-17T07:44:02.466Z | Compiling icu_properties_data v1.5.0 |
1804 | 2025-01-17T07:44:02.668Z | Compiling winnow v0.5.40 |
1805 | 2025-01-17T07:44:02.731Z | Compiling num_threads v0.1.7 |
1806 | 2025-01-17T07:44:02.818Z | Compiling icu_properties v1.5.1 |
1807 | 2025-01-17T07:44:02.870Z | Compiling time v0.3.36 |
1808 | 2025-01-17T07:44:05.957Z | Compiling toml_edit v0.19.15 |
1809 | 2025-01-17T07:44:07.412Z | Compiling scrypt v0.11.0 |
1810 | 2025-01-17T07:44:07.669Z | Compiling form_urlencoded v1.2.1 |
1811 | 2025-01-17T07:44:07.883Z | Compiling cbc v0.1.2 |
1812 | 2025-01-17T07:44:08.124Z | Compiling aes v0.8.4 |
1813 | 2025-01-17T07:44:08.228Z | Compiling http-body v1.0.1 |
1814 | 2025-01-17T07:44:08.501Z | Compiling multer v3.1.0 |
1815 | 2025-01-17T07:44:09.022Z | Compiling icu_normalizer_data v1.5.0 |
1816 | 2025-01-17T07:44:09.047Z | Compiling utf8_iter v1.0.4 |
1817 | 2025-01-17T07:44:09.238Z | Compiling try-lock v0.2.5 |
1818 | 2025-01-17T07:44:09.266Z | Compiling write16 v1.0.0 |
1819 | 2025-01-17T07:44:09.414Z | Compiling rustversion v1.0.17 |
1820 | 2025-01-17T07:44:09.416Z | Compiling utf16_iter v1.0.5 |
1821 | 2025-01-17T07:44:09.495Z | Compiling slog-async v2.8.0 |
1822 | 2025-01-17T07:44:10.070Z | Compiling icu_normalizer v1.5.0 |
1823 | 2025-01-17T07:44:11.537Z | Compiling want v0.3.1 |
1824 | 2025-01-17T07:44:11.656Z | Compiling pkcs5 v0.7.1 |
1825 | 2025-01-17T07:44:12.361Z | Compiling h2 v0.4.6 |
1826 | 2025-01-17T07:44:13.241Z | Compiling heapless v0.7.17 |
1827 | 2025-01-17T07:44:13.887Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1828 | 2025-01-17T07:44:14.235Z | Compiling httpdate v1.0.3 |
1829 | 2025-01-17T07:44:14.317Z | Compiling signal-hook v0.3.17 |
1830 | 2025-01-17T07:44:14.999Z | Compiling pkcs8 v0.10.2 |
1831 | 2025-01-17T07:44:15.245Z | Compiling idna_adapter v1.2.0 |
1832 | 2025-01-17T07:44:16.625Z | Compiling usdt-attr-macro v0.5.0 |
1833 | 2025-01-17T07:44:16.724Z | Compiling usdt-macro v0.5.0 |
1834 | 2025-01-17T07:44:16.818Z | Compiling async-stream-impl v0.3.6 |
1835 | 2025-01-17T07:44:17.976Z | Compiling tower-service v0.3.3 |
1836 | 2025-01-17T07:44:18.004Z | Compiling base64 v0.22.1 |
1837 | 2025-01-17T07:44:18.030Z | Compiling adler2 v2.0.0 |
1838 | 2025-01-17T07:44:18.711Z | Compiling miniz_oxide v0.8.0 |
1839 | 2025-01-17T07:44:19.314Z | Compiling idna v1.0.3 |
1840 | 2025-01-17T07:44:21.073Z | Compiling hyper v1.5.2 |
1841 | 2025-01-17T07:44:24.306Z | Compiling hyper-util v0.1.10 |
1842 | 2025-01-17T07:44:25.058Z | Compiling curve25519-dalek v4.1.3 |
1843 | 2025-01-17T07:44:25.299Z | Compiling openapiv3 v2.0.0 |
1844 | 2025-01-17T07:44:25.570Z | Compiling enum-as-inner v0.6.1 |
1845 | 2025-01-17T07:44:26.984Z | Compiling dropshot v0.12.0 |
1846 | 2025-01-17T07:44:27.316Z | Compiling portable-atomic v1.9.0 |
1847 | 2025-01-17T07:44:28.215Z | Compiling smoltcp v0.9.1 |
1848 | 2025-01-17T07:44:28.329Z | Compiling num-bigint-dig v0.8.4 |
1849 | 2025-01-17T07:44:28.641Z | Compiling match_cfg v0.1.0 |
1850 | 2025-01-17T07:44:28.750Z | Compiling newtype-uuid v1.2.1 |
1851 | 2025-01-17T07:44:28.809Z | Compiling foreign-types-shared v0.1.1 |
1852 | 2025-01-17T07:44:29.333Z | Compiling foreign-types v0.3.2 |
1853 | 2025-01-17T07:44:29.905Z | Compiling hostname v0.3.1 |
1854 | 2025-01-17T07:44:31.179Z | Compiling url v2.5.3 |
1855 | 2025-01-17T07:44:33.001Z | Compiling http-body-util v0.1.2 |
1856 | 2025-01-17T07:44:33.306Z | Compiling dirs-sys-next v0.1.2 |
1857 | 2025-01-17T07:44:33.479Z | Compiling encoding_rs v0.8.34 |
1858 | 2025-01-17T07:44:33.557Z | Compiling mime v0.3.17 |
1859 | 2025-01-17T07:44:33.768Z | Compiling siphasher v0.3.11 |
1860 | 2025-01-17T07:44:34.134Z | Compiling ident_case v1.0.1 |
1861 | 2025-01-17T07:44:34.332Z | Compiling data-encoding v2.6.0 |
1862 | 2025-01-17T07:44:34.543Z | Compiling heck v0.4.1 |
1863 | 2025-01-17T07:44:34.927Z | Compiling gimli v0.31.1 |
1864 | 2025-01-17T07:44:35.761Z | Compiling darling_core v0.20.10 |
1865 | 2025-01-17T07:44:37.304Z | Compiling dirs-next v2.0.0 |
1866 | 2025-01-17T07:44:41.313Z | Compiling addr2line v0.24.2 |
1867 | 2025-01-17T07:44:42.439Z | Compiling crossbeam-epoch v0.9.18 |
1868 | 2025-01-17T07:44:43.119Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2025-01-17T07:44:43.701Z | Compiling rustls-pemfile v2.2.0 |
1870 | 2025-01-17T07:44:44.176Z | Compiling hubpack_derive v0.1.1 |
1871 | 2025-01-17T07:44:44.423Z | Compiling dropshot_endpoint v0.12.0 |
1872 | 2025-01-17T07:44:44.828Z | Compiling sha1 v0.10.6 |
1873 | 2025-01-17T07:44:44.911Z | Compiling signature v2.2.0 |
1874 | 2025-01-17T07:44:45.021Z | Compiling zerocopy-derive v0.6.6 |
1875 | 2025-01-17T07:44:45.148Z | Compiling curve25519-dalek-derive v0.1.1 |
1876 | 2025-01-17T07:44:46.444Z | Compiling object v0.36.5 |
1877 | 2025-01-17T07:44:46.709Z | Compiling thread_local v1.1.8 |
1878 | 2025-01-17T07:44:47.157Z | Compiling fs-err v2.11.0 |
1879 | 2025-01-17T07:44:48.195Z | Compiling winnow v0.6.20 |
1880 | 2025-01-17T07:44:50.828Z | Compiling openssl-probe v0.1.5 |
1881 | 2025-01-17T07:44:51.126Z | Compiling rustc-demangle v0.1.24 |
1882 | 2025-01-17T07:44:53.077Z | Compiling ipnet v2.10.1 |
1883 | 2025-01-17T07:44:55.020Z | Compiling unicode-properties v0.1.3 |
1884 | 2025-01-17T07:44:55.905Z | Compiling utf8parse v0.2.2 |
1885 | 2025-01-17T07:44:56.099Z | Compiling anstyle v1.0.10 |
1886 | 2025-01-17T07:44:56.202Z | Compiling anstyle-parse v0.2.5 |
1887 | 2025-01-17T07:44:56.553Z | Compiling stringprep v0.1.5 |
1888 | 2025-01-17T07:44:57.048Z | Compiling rustls-webpki v0.102.8 |
1889 | 2025-01-17T07:44:57.184Z | Compiling backtrace v0.3.74 |
1890 | 2025-01-17T07:44:58.834Z | Compiling toml_edit v0.22.22 |
1891 | 2025-01-17T07:45:06.873Z | Compiling crossbeam-deque v0.8.5 |
1892 | 2025-01-17T07:45:07.312Z | Compiling darling_macro v0.20.10 |
1893 | 2025-01-17T07:45:07.848Z | Compiling term v0.7.0 |
1894 | 2025-01-17T07:45:08.183Z | Compiling slog-json v2.6.1 |
1895 | 2025-01-17T07:45:09.697Z | Compiling crossbeam-channel v0.5.13 |
1896 | 2025-01-17T07:45:10.336Z | Compiling hashbrown v0.14.5 |
1897 | 2025-01-17T07:45:10.543Z | Compiling idna v0.3.0 |
1898 | 2025-01-17T07:45:10.564Z | Compiling idna v0.4.0 |
1899 | 2025-01-17T07:45:10.880Z | Compiling futures-executor v0.3.31 |
1900 | 2025-01-17T07:45:11.750Z | Compiling num-integer v0.1.46 |
1901 | 2025-01-17T07:45:11.926Z | Compiling md-5 v0.10.6 |
1902 | 2025-01-17T07:45:11.929Z | Compiling ff v0.13.0 |
1903 | 2025-01-17T07:45:12.008Z | Compiling hash32 v0.2.1 |
1904 | 2025-01-17T07:45:12.168Z | Compiling memmap v0.7.0 |
1905 | 2025-01-17T07:45:12.186Z | Compiling is-terminal v0.4.13 |
1906 | 2025-01-17T07:45:12.482Z | Compiling colorchoice v1.0.2 |
1907 | 2025-01-17T07:45:12.664Z | Compiling anstyle-query v1.1.1 |
1908 | 2025-01-17T07:45:12.810Z | Compiling quick-error v1.2.3 |
1909 | 2025-01-17T07:45:12.855Z | Compiling psl-types v2.0.11 |
1910 | 2025-01-17T07:45:13.007Z | Compiling linked-hash-map v0.5.6 |
1911 | 2025-01-17T07:45:13.078Z | Compiling utf-8 v0.7.6 |
1912 | 2025-01-17T07:45:13.245Z | Compiling take_mut v0.2.2 |
1913 | 2025-01-17T07:45:13.377Z | Compiling base16ct v0.2.0 |
1914 | 2025-01-17T07:45:13.411Z | Compiling is_terminal_polyfill v1.70.1 |
1915 | 2025-01-17T07:45:13.562Z | Compiling fallible-iterator v0.2.0 |
1916 | 2025-01-17T07:45:13.591Z | Compiling sec1 v0.7.3 |
1917 | 2025-01-17T07:45:13.679Z | Compiling publicsuffix v2.2.3 |
1918 | 2025-01-17T07:45:14.017Z | Compiling anstream v0.6.15 |
1919 | 2025-01-17T07:45:14.261Z | Compiling postgres-protocol v0.6.7 |
1920 | 2025-01-17T07:45:14.385Z | Compiling lru-cache v0.1.2 |
1921 | 2025-01-17T07:45:14.572Z | Compiling tungstenite v0.24.0 |
1922 | 2025-01-17T07:45:14.863Z | Compiling resolv-conf v0.7.0 |
1923 | 2025-01-17T07:45:15.000Z | Compiling usdt v0.5.0 |
1924 | 2025-01-17T07:45:15.360Z | Compiling slog-term v2.9.1 |
1925 | 2025-01-17T07:45:15.513Z | Compiling num-iter v0.1.45 |
1926 | 2025-01-17T07:45:15.726Z | Compiling group v0.13.0 |
1927 | 2025-01-17T07:45:16.048Z | Compiling hickory-proto v0.24.1 |
1928 | 2025-01-17T07:45:16.319Z | Compiling regress v0.10.1 |
1929 | 2025-01-17T07:45:16.371Z | Compiling futures v0.3.31 |
1930 | 2025-01-17T07:45:20.698Z | Compiling slog-bunyan v2.5.0 |
1931 | 2025-01-17T07:45:20.847Z | Compiling darling v0.20.10 |
1932 | 2025-01-17T07:45:20.973Z | Compiling tokio-native-tls v0.3.1 |
1933 | 2025-01-17T07:45:21.260Z | Compiling tokio-rustls v0.26.0 |
1934 | 2025-01-17T07:45:21.371Z | Compiling tokio-rustls v0.25.0 |
1935 | 2025-01-17T07:45:21.416Z | Compiling toml v0.8.19 |
1936 | 2025-01-17T07:45:21.794Z | Compiling strum_macros v0.25.3 |
1937 | 2025-01-17T07:45:22.047Z | Compiling phf_shared v0.11.2 |
1938 | 2025-01-17T07:45:22.759Z | Compiling async-stream v0.3.6 |
1939 | 2025-01-17T07:45:22.782Z | Compiling waitgroup v0.1.2 |
1940 | 2025-01-17T07:45:23.028Z | Compiling webpki-roots v0.26.6 |
1941 | 2025-01-17T07:45:23.290Z | Compiling idna v0.5.0 |
1942 | 2025-01-17T07:45:23.648Z | Compiling terminal_size v0.4.0 |
1943 | 2025-01-17T07:45:23.882Z | Compiling serde_path_to_error v0.1.16 |
1944 | 2025-01-17T07:45:23.954Z | Compiling hkdf v0.12.4 |
1945 | 2025-01-17T07:45:24.344Z | Compiling crypto-bigint v0.5.5 |
1946 | 2025-01-17T07:45:24.627Z | Compiling clap_derive v4.5.18 |
1947 | 2025-01-17T07:45:24.686Z | Compiling serde_repr v0.1.19 |
1948 | 2025-01-17T07:45:24.738Z | Compiling derive-where v1.2.7 |
1949 | 2025-01-17T07:45:25.243Z | Compiling hostname v0.4.0 |
1950 | 2025-01-17T07:45:25.464Z | Compiling crc32fast v1.4.2 |
1951 | 2025-01-17T07:45:25.704Z | Compiling managed v0.8.0 |
1952 | 2025-01-17T07:45:25.925Z | Compiling debug-ignore v1.0.5 |
1953 | 2025-01-17T07:45:26.105Z | Compiling bitflags v1.3.2 |
1954 | 2025-01-17T07:45:26.215Z | Compiling unicode-width v0.1.14 |
1955 | 2025-01-17T07:45:26.844Z | Compiling clap_lex v0.7.2 |
1956 | 2025-01-17T07:45:27.245Z | Compiling elliptic-curve v0.13.8 |
1957 | 2025-01-17T07:45:27.707Z | Compiling clap_builder v4.5.21 |
1958 | 2025-01-17T07:45:28.301Z | Compiling console v0.15.8 |
1959 | 2025-01-17T07:45:30.976Z | Compiling flate2 v1.0.34 |
1960 | 2025-01-17T07:45:31.020Z | Compiling cookie_store v0.21.0 |
1961 | 2025-01-17T07:45:32.520Z | Compiling hyper-rustls v0.27.3 |
1962 | 2025-01-17T07:45:35.604Z | Compiling phf v0.11.2 |
1963 | 2025-01-17T07:45:35.888Z | Compiling hyper-tls v0.6.0 |
1964 | 2025-01-17T07:45:36.340Z | Compiling hickory-resolver v0.24.1 |
1965 | 2025-01-17T07:45:37.034Z | Compiling signal-hook-mio v0.2.4 |
1966 | 2025-01-17T07:45:37.124Z | Compiling rayon v1.10.0 |
1967 | 2025-01-17T07:45:37.214Z | Compiling typify-impl v0.2.0 |
1968 | 2025-01-17T07:45:38.056Z | Compiling bzip2 v0.4.4 |
1969 | 2025-01-17T07:45:38.323Z | Compiling tokio-tungstenite v0.24.0 |
1970 | 2025-01-17T07:45:38.430Z | Compiling postgres-types v0.2.8 |
1971 | 2025-01-17T07:45:39.038Z | Compiling zerocopy v0.6.6 |
1972 | 2025-01-17T07:45:39.058Z | Compiling ed25519 v2.2.3 |
1973 | 2025-01-17T07:45:39.494Z | Compiling hubpack v0.1.2 |
1974 | 2025-01-17T07:45:39.607Z | Compiling phf_shared v0.10.0 |
1975 | 2025-01-17T07:45:39.893Z | Compiling pkcs1 v0.7.5 |
1976 | 2025-01-17T07:45:39.959Z | Compiling tokio-stream v0.1.16 |
1977 | 2025-01-17T07:45:40.795Z | Compiling ipnetwork v0.20.0 |
1978 | 2025-01-17T07:45:40.922Z | Compiling serde-big-array v0.5.1 |
1979 | 2025-01-17T07:45:41.191Z | Compiling rfc6979 v0.4.0 |
1980 | 2025-01-17T07:45:41.276Z | Compiling float-cmp v0.9.0 |
1981 | 2025-01-17T07:45:41.397Z | Compiling sync_wrapper v1.0.1 |
1982 | 2025-01-17T07:45:41.505Z | Compiling bstr v1.10.0 |
1983 | 2025-01-17T07:45:41.589Z | Compiling new_debug_unreachable v1.0.6 |
1984 | 2025-01-17T07:45:41.695Z | Compiling unicode-width v0.2.0 |
1985 | 2025-01-17T07:45:42.522Z | Compiling fixedbitset v0.4.2 |
1986 | 2025-01-17T07:45:42.941Z | Compiling bit-vec v0.6.3 |
1987 | 2025-01-17T07:45:42.960Z | Compiling normalize-line-endings v0.3.0 |
1988 | 2025-01-17T07:45:43.154Z | Compiling predicates-core v1.0.8 |
1989 | 2025-01-17T07:45:43.356Z | Compiling static_assertions v1.1.0 |
1990 | 2025-01-17T07:45:43.445Z | Compiling unicode-segmentation v1.12.0 |
1991 | 2025-01-17T07:45:43.469Z | Compiling difflib v0.4.0 |
1992 | 2025-01-17T07:45:44.306Z | Compiling number_prefix v0.4.0 |
1993 | 2025-01-17T07:45:44.402Z | Compiling precomputed-hash v0.1.1 |
1994 | 2025-01-17T07:45:44.541Z | Compiling whoami v1.5.2 |
1995 | 2025-01-17T07:45:44.597Z | Compiling string_cache v0.8.7 |
1996 | 2025-01-17T07:45:44.746Z | Compiling indicatif v0.17.9 |
1997 | 2025-01-17T07:45:44.993Z | Compiling tokio-postgres v0.7.12 |
1998 | 2025-01-17T07:45:45.048Z | Compiling similar v2.6.0 |
1999 | 2025-01-17T07:45:45.175Z | Compiling predicates v3.1.2 |
2000 | 2025-01-17T07:45:46.475Z | Compiling reqwest v0.12.9 |
2001 | 2025-01-17T07:45:46.532Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2002 | 2025-01-17T07:45:46.643Z | Compiling bit-set v0.5.3 |
2003 | 2025-01-17T07:45:46.883Z | Compiling petgraph v0.6.5 |
2004 | 2025-01-17T07:45:47.683Z | Compiling typify-macro v0.2.0 |
2005 | 2025-01-17T07:45:50.583Z | Compiling ecdsa v0.16.9 |
2006 | 2025-01-17T07:45:51.033Z | Compiling qorb v0.2.1 |
2007 | 2025-01-17T07:45:51.073Z | Compiling rsa v0.9.6 |
2008 | 2025-01-17T07:45:52.165Z | Compiling ed25519-dalek v2.1.1 |
2009 | 2025-01-17T07:45:52.619Z | Compiling zip v0.6.6 |
2010 | 2025-01-17T07:45:52.684Z | Compiling crossterm v0.28.1 |
2011 | 2025-01-17T07:45:52.901Z | Compiling clap v4.5.21 |
2012 | 2025-01-17T07:45:54.858Z | Compiling toml v0.7.8 |
2013 | 2025-01-17T07:45:55.699Z | Compiling x509-cert v0.2.5 |
2014 | 2025-01-17T07:45:56.390Z | Compiling hex v0.4.3 |
2015 | 2025-01-17T07:45:57.269Z | Compiling itertools v0.10.5 |
2016 | 2025-01-17T07:45:57.430Z | Compiling peg-runtime v0.8.3 |
2017 | 2025-01-17T07:45:57.971Z | Compiling zerocopy v0.8.10 |
2018 | 2025-01-17T07:45:58.091Z | Compiling lalrpop-util v0.19.12 |
2019 | 2025-01-17T07:45:58.441Z | Compiling unicode-xid v0.2.6 |
2020 | 2025-01-17T07:45:59.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2021 | 2025-01-17T07:46:04.023Z | Compiling proc-macro-crate v1.3.1 |
2022 | 2025-01-17T07:46:04.889Z | Compiling macaddr v1.0.1 |
2023 | 2025-01-17T07:46:05.268Z | Compiling zerocopy-derive v0.8.10 |
2024 | 2025-01-17T07:46:05.379Z | Compiling itertools v0.13.0 |
2025 | 2025-01-17T07:46:06.115Z | Compiling heapless v0.8.0 |
2026 | 2025-01-17T07:46:08.301Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2027 | 2025-01-17T07:46:12.925Z | Compiling num_enum_derive v0.5.11 |
2028 | 2025-01-17T07:46:21.317Z | Compiling hash32 v0.3.1 |
2029 | 2025-01-17T07:46:22.092Z | Compiling smoltcp v0.11.0 |
2030 | 2025-01-17T07:46:22.596Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2031 | 2025-01-17T07:46:27.703Z | Compiling num_enum v0.5.11 |
2032 | 2025-01-17T07:46:27.912Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2033 | 2025-01-17T07:46:28.422Z | Compiling typify v0.2.0 |
2034 | 2025-01-17T07:46:28.503Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2035 | 2025-01-17T07:46:29.482Z | Compiling proc-macro-error-attr v1.0.4 |
2036 | 2025-01-17T07:46:29.809Z | Compiling cobs v0.2.3 |
2037 | 2025-01-17T07:46:30.287Z | Compiling unsafe-libyaml v0.2.11 |
2038 | 2025-01-17T07:46:30.441Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2039 | 2025-01-17T07:46:30.753Z | Compiling thiserror v2.0.11 |
2040 | 2025-01-17T07:46:31.718Z | Compiling serde_yaml v0.9.34+deprecated |
2041 | 2025-01-17T07:46:32.039Z | Compiling postcard v1.0.10 |
2042 | 2025-01-17T07:46:44.360Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2043 | 2025-01-17T07:46:47.501Z | Compiling progenitor-impl v0.8.0 |
2044 | 2025-01-17T07:46:57.517Z | Compiling strum_macros v0.26.4 |
2045 | 2025-01-17T07:46:58.476Z | Compiling foreign-types-macros v0.2.3 |
2046 | 2025-01-17T07:46:58.846Z | Compiling structmeta-derive v0.3.0 |
2047 | 2025-01-17T07:46:58.884Z | Compiling thiserror-impl v2.0.11 |
2048 | 2025-01-17T07:46:58.946Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2049 | 2025-01-17T07:46:59.269Z | Compiling proc-macro-error v1.0.4 |
2050 | 2025-01-17T07:46:59.406Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2051 | 2025-01-17T07:47:00.723Z | Compiling foreign-types-shared v0.3.1 |
2052 | 2025-01-17T07:47:01.679Z | Compiling strum v0.26.3 |
2053 | 2025-01-17T07:47:01.887Z | Compiling structmeta v0.3.0 |
2054 | 2025-01-17T07:47:02.487Z | Compiling foreign-types v0.5.0 |
2055 | 2025-01-17T07:47:06.442Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2025-01-17T07:47:09.577Z | Compiling progenitor-macro v0.8.0 |
2057 | 2025-01-17T07:47:14.838Z | Compiling progenitor-client v0.8.0 |
2058 | 2025-01-17T07:47:14.854Z | Compiling tabwriter v1.4.0 |
2059 | 2025-01-17T07:47:18.962Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2060 | 2025-01-17T07:47:19.095Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2025-01-17T07:47:19.863Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2025-01-17T07:47:20.132Z | Compiling cstr-argument v0.1.2 |
2063 | 2025-01-17T07:47:20.358Z | Compiling dropshot v0.15.1 |
2064 | 2025-01-17T07:47:20.687Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2065 | 2025-01-17T07:47:20.689Z | Compiling fastrand v2.1.1 |
2066 | 2025-01-17T07:47:20.759Z | Compiling crucible-workspace-hack v0.1.0 |
2067 | 2025-01-17T07:47:21.001Z | Compiling pretty-hex v0.2.1 |
2068 | 2025-01-17T07:47:21.215Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2069 | 2025-01-17T07:47:21.256Z | Compiling tempfile v3.13.0 |
2070 | 2025-01-17T07:47:21.621Z | Compiling progenitor v0.8.0 |
2071 | 2025-01-17T07:47:21.667Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2025-01-17T07:47:21.853Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2073 | 2025-01-17T07:47:22.046Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2025-01-17T07:47:22.506Z | Compiling parse-display-derive v0.10.0 |
2075 | 2025-01-17T07:47:22.915Z | Compiling colored v2.1.0 |
2076 | 2025-01-17T07:47:22.966Z | Compiling serde_with_macros v3.11.0 |
2077 | 2025-01-17T07:47:23.565Z | Compiling dropshot_endpoint v0.15.1 |
2078 | 2025-01-17T07:47:24.145Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2025-01-17T07:47:24.929Z | Compiling instant v0.1.13 |
2080 | 2025-01-17T07:47:25.106Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2081 | 2025-01-17T07:47:25.342Z | Compiling serde_with v3.11.0 |
2082 | 2025-01-17T07:47:25.522Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2083 | 2025-01-17T07:47:26.090Z | Compiling parse-display v0.10.0 |
2084 | 2025-01-17T07:47:26.693Z | Compiling backoff v0.4.0 |
2085 | 2025-01-17T07:47:26.717Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2086 | 2025-01-17T07:47:27.105Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2025-01-17T07:47:27.931Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2088 | 2025-01-17T07:47:28.360Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2089 | 2025-01-17T07:47:28.425Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2090 | 2025-01-17T07:47:28.584Z | Compiling camino-tempfile v1.1.1 |
2091 | 2025-01-17T07:47:29.191Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2092 | 2025-01-17T07:47:29.259Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2093 | 2025-01-17T07:47:29.361Z | Compiling regress v0.9.1 |
2094 | 2025-01-17T07:47:29.472Z | Compiling progenitor-client v0.9.1 |
2095 | 2025-01-17T07:47:29.630Z | Compiling num-derive v0.4.2 |
2096 | 2025-01-17T07:47:30.393Z | Compiling sigpipe v0.1.3 |
2097 | 2025-01-17T07:47:30.553Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2098 | 2025-01-17T07:47:30.868Z | Compiling libefi-sys v0.1.0 |
2099 | 2025-01-17T07:47:31.245Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2100 | 2025-01-17T07:47:31.841Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2101 | 2025-01-17T07:47:33.407Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2102 | 2025-01-17T07:47:33.968Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2103 | 2025-01-17T07:47:34.518Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2104 | 2025-01-17T07:47:36.381Z | Compiling zone v0.3.0 |
2105 | 2025-01-17T07:47:38.622Z | Compiling smf v0.2.3 |
2106 | 2025-01-17T07:47:39.538Z | Compiling bitfield-struct v0.6.2 |
2107 | 2025-01-17T07:47:39.721Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2108 | 2025-01-17T07:47:40.137Z | Compiling blake3 v1.5.4 |
2109 | 2025-01-17T07:47:40.807Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2110 | 2025-01-17T07:47:41.361Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2111 | 2025-01-17T07:47:41.381Z | Compiling xattr v1.3.1 |
2112 | 2025-01-17T07:47:41.518Z | Compiling filetime v0.2.25 |
2113 | 2025-01-17T07:47:41.686Z | Compiling memmap2 v0.9.5 |
2114 | 2025-01-17T07:47:41.717Z | Compiling constant_time_eq v0.3.1 |
2115 | 2025-01-17T07:47:41.888Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2025-01-17T07:47:41.920Z | Compiling arrayref v0.3.9 |
2117 | 2025-01-17T07:47:42.036Z | Compiling arrayvec v0.7.6 |
2118 | 2025-01-17T07:47:42.055Z | Compiling same-file v1.0.6 |
2119 | 2025-01-17T07:47:42.285Z | Compiling walkdir v2.5.0 |
2120 | 2025-01-17T07:47:42.355Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2025-01-17T07:47:42.416Z | Compiling tar v0.4.42 |
2122 | 2025-01-17T07:47:43.942Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2123 | 2025-01-17T07:47:44.377Z | Compiling gethostname v0.5.0 |
2124 | 2025-01-17T07:47:44.601Z | Compiling cargo-platform v0.1.8 |
2125 | 2025-01-17T07:47:45.012Z | Compiling topological-sort v0.2.2 |
2126 | 2025-01-17T07:47:45.103Z | Compiling cargo_metadata v0.18.1 |
2127 | 2025-01-17T07:47:45.308Z | Compiling omicron-zone-package v0.12.0 |
2128 | 2025-01-17T07:47:45.658Z | Compiling indent_write v2.2.0 |
2129 | 2025-01-17T07:47:45.920Z | Compiling shell-words v1.1.0 |
2130 | 2025-01-17T07:47:52.669Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2131 | 2025-01-17T07:47:55.119Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2025-01-17T07:47:58.146Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2133 | 2025-01-17T07:48:14.403Z | Finished `release` profile [optimized] target(s) in 5m 13s |
2134 | 2025-01-17T07:48:14.572Z | Running `target/release/omicron-package -t test target create -p dev` |
2135 | 2025-01-17T07:48:14.620Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2136 | 2025-01-17T07:48:14.623Z | Created new build target 'test' and set it as active |
2137 | 2025-01-17T07:48:14.623Z | |
2138 | 2025-01-17T07:48:14.623Z | real 5:13.766333498 |
2139 | 2025-01-17T07:48:14.623Z | user 36:38.179970668 |
2140 | 2025-01-17T07:48:14.623Z | sys 3:22.694520829 |
2141 | 2025-01-17T07:48:14.623Z | trap 1.147567020 |
2142 | 2025-01-17T07:48:14.623Z | tflt 2.811982575 |
2143 | 2025-01-17T07:48:14.623Z | dflt 0.646207724 |
2144 | 2025-01-17T07:48:14.623Z | kflt 0.014111222 |
2145 | 2025-01-17T07:48:14.623Z | lock 1:13:23.867005950 |
2146 | 2025-01-17T07:48:14.623Z | slp 2:27:23.438327410 |
2147 | 2025-01-17T07:48:14.623Z | lat 2:45.947397785 |
2148 | 2025-01-17T07:48:14.623Z | stop 4:46.033320003 |
2149 | 2025-01-17T07:48:14.626Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2150 | 2025-01-17T07:48:15.576Z | Finished `release` profile [optimized] target(s) in 0.90s |
2151 | 2025-01-17T07:48:15.634Z | Running `target/release/omicron-package -t test package` |
2152 | 2025-01-17T07:48:15.678Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2153 | 2025-01-17T07:48:16.796Z | Compiling thiserror v2.0.11 |
2154 | 2025-01-17T07:48:16.932Z | Compiling typify-impl v0.3.0 |
2155 | 2025-01-17T07:48:16.943Z | Compiling convert_case v0.4.0 |
2156 | 2025-01-17T07:48:16.945Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2157 | 2025-01-17T07:48:16.945Z | Compiling newline-converter v0.3.0 |
2158 | 2025-01-17T07:48:16.945Z | Compiling password-hash v0.5.0 |
2159 | 2025-01-17T07:48:16.945Z | Compiling blake2 v0.10.6 |
2160 | 2025-01-17T07:48:16.946Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2161 | 2025-01-17T07:48:17.167Z | Compiling expectorate v1.1.0 |
2162 | 2025-01-17T07:48:17.250Z | Compiling base64 v0.21.7 |
2163 | 2025-01-17T07:48:17.434Z | Compiling atomicwrites v0.4.4 |
2164 | 2025-01-17T07:48:17.704Z | Compiling derive_more v0.99.18 |
2165 | 2025-01-17T07:48:17.761Z | Compiling argon2 v0.5.3 |
2166 | 2025-01-17T07:48:18.008Z | Compiling cancel-safe-futures v0.1.5 |
2167 | 2025-01-17T07:48:18.209Z | Compiling owo-colors v4.1.0 |
2168 | 2025-01-17T07:48:18.368Z | Compiling num-rational v0.4.2 |
2169 | 2025-01-17T07:48:18.418Z | Compiling progenitor-client v0.9.1 |
2170 | 2025-01-17T07:48:18.552Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2171 | 2025-01-17T07:48:18.940Z | Compiling num-complex v0.4.6 |
2172 | 2025-01-17T07:48:19.841Z | Compiling libsw v3.3.1 |
2173 | 2025-01-17T07:48:20.108Z | Compiling num v0.4.3 |
2174 | 2025-01-17T07:48:20.161Z | Compiling linear-map v1.2.0 |
2175 | 2025-01-17T07:48:20.192Z | Compiling swrite v0.1.0 |
2176 | 2025-01-17T07:48:20.227Z | Compiling float-ord v0.3.2 |
2177 | 2025-01-17T07:48:20.358Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2178 | 2025-01-17T07:48:20.425Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2179 | 2025-01-17T07:48:20.573Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2180 | 2025-01-17T07:48:20.743Z | Compiling highway v1.2.0 |
2181 | 2025-01-17T07:48:21.521Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2182 | 2025-01-17T07:48:22.169Z | Compiling semver v0.1.20 |
2183 | 2025-01-17T07:48:22.735Z | Compiling rustc_version v0.1.7 |
2184 | 2025-01-17T07:48:23.104Z | Compiling newtype_derive v0.1.6 |
2185 | 2025-01-17T07:48:23.443Z | Compiling tungstenite v0.21.0 |
2186 | 2025-01-17T07:48:23.575Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2187 | 2025-01-17T07:48:28.031Z | Compiling typify-macro v0.3.0 |
2188 | 2025-01-17T07:48:28.090Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2189 | 2025-01-17T07:48:28.378Z | Compiling ipnetwork v0.20.0 |
2190 | 2025-01-17T07:48:29.129Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2191 | 2025-01-17T07:48:29.235Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2025-01-17T07:48:29.780Z | Compiling progenitor-client v0.8.0 |
2193 | 2025-01-17T07:48:29.861Z | Compiling humantime v2.1.0 |
2194 | 2025-01-17T07:48:30.015Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2195 | 2025-01-17T07:48:30.271Z | Compiling progenitor v0.8.0 |
2196 | 2025-01-17T07:48:30.493Z | Compiling dropshot v0.15.1 |
2197 | 2025-01-17T07:48:30.574Z | Compiling instant v0.1.13 |
2198 | 2025-01-17T07:48:30.731Z | Compiling backoff v0.4.0 |
2199 | 2025-01-17T07:48:30.756Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2200 | 2025-01-17T07:48:31.070Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2201 | 2025-01-17T07:48:31.215Z | Compiling steno v0.4.1 |
2202 | 2025-01-17T07:48:31.427Z | Compiling typify v0.3.0 |
2203 | 2025-01-17T07:48:31.585Z | Compiling progenitor-impl v0.9.1 |
2204 | 2025-01-17T07:48:37.595Z | Compiling progenitor-macro v0.9.1 |
2205 | 2025-01-17T07:48:38.638Z | Compiling parse-display v0.10.0 |
2206 | 2025-01-17T07:48:39.053Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2207 | 2025-01-17T07:48:39.152Z | Compiling serde_with v3.11.0 |
2208 | 2025-01-17T07:48:39.254Z | Compiling strum v0.26.3 |
2209 | 2025-01-17T07:48:39.462Z | Compiling regress v0.9.1 |
2210 | 2025-01-17T07:48:42.619Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2211 | 2025-01-17T07:48:43.819Z | Compiling macaddr v1.0.1 |
2212 | 2025-01-17T07:48:44.147Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2213 | 2025-01-17T07:48:44.219Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2214 | 2025-01-17T07:48:44.483Z | Compiling slog-dtrace v0.3.0 |
2215 | 2025-01-17T07:48:44.963Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2216 | 2025-01-17T07:48:45.010Z | Compiling prettyplease v0.2.25 |
2217 | 2025-01-17T07:48:46.887Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2218 | 2025-01-17T07:48:48.469Z | Compiling progenitor v0.9.1 |
2219 | 2025-01-17T07:48:48.716Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2220 | 2025-01-17T07:48:50.498Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2221 | 2025-01-17T07:48:52.752Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2222 | 2025-01-17T07:49:00.914Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2223 | 2025-01-17T07:49:02.297Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2224 | 2025-01-17T07:49:03.325Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2225 | 2025-01-17T07:49:04.166Z | Compiling half v2.4.1 |
2226 | 2025-01-17T07:49:04.798Z | Compiling ciborium-io v0.2.2 |
2227 | 2025-01-17T07:49:04.962Z | Compiling ciborium-ll v0.2.2 |
2228 | 2025-01-17T07:49:06.400Z | Compiling ciborium v0.2.2 |
2229 | 2025-01-17T07:49:06.798Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2230 | 2025-01-17T07:49:08.104Z | Compiling display-error-chain v0.2.2 |
2231 | 2025-01-17T07:49:08.357Z | Compiling fastrand v2.1.1 |
2232 | 2025-01-17T07:49:08.452Z | Compiling same-file v1.0.6 |
2233 | 2025-01-17T07:49:08.699Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2234 | 2025-01-17T07:49:08.718Z | Compiling tempfile v3.13.0 |
2235 | 2025-01-17T07:49:08.830Z | Compiling walkdir v2.5.0 |
2236 | 2025-01-17T07:49:09.401Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2237 | 2025-01-17T07:49:09.434Z | Compiling blake3 v1.5.4 |
2238 | 2025-01-17T07:49:10.069Z | Compiling const_format_proc_macros v0.2.33 |
2239 | 2025-01-17T07:49:11.903Z | Compiling xattr v1.3.1 |
2240 | 2025-01-17T07:49:12.223Z | Compiling memmap2 v0.9.5 |
2241 | 2025-01-17T07:49:12.651Z | Compiling filetime v0.2.25 |
2242 | 2025-01-17T07:49:12.801Z | Compiling constant_time_eq v0.3.1 |
2243 | 2025-01-17T07:49:12.983Z | Compiling maplit v1.0.2 |
2244 | 2025-01-17T07:49:13.004Z | Compiling arrayref v0.3.9 |
2245 | 2025-01-17T07:49:13.130Z | Compiling crunchy v0.2.2 |
2246 | 2025-01-17T07:49:13.150Z | Compiling arrayvec v0.7.6 |
2247 | 2025-01-17T07:49:13.456Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2248 | 2025-01-17T07:49:13.546Z | Compiling keccak v0.1.5 |
2249 | 2025-01-17T07:49:13.851Z | Compiling sha3 v0.10.8 |
2250 | 2025-01-17T07:49:14.619Z | Compiling tar v0.4.42 |
2251 | 2025-01-17T07:49:14.654Z | Compiling const_format v0.2.33 |
2252 | 2025-01-17T07:49:14.690Z | Compiling toolchain_find v0.4.0 |
2253 | 2025-01-17T07:49:15.370Z | Compiling camino-tempfile v1.1.1 |
2254 | 2025-01-17T07:49:15.652Z | Compiling radium v0.7.0 |
2255 | 2025-01-17T07:49:15.882Z | Compiling tiny-keccak v2.0.2 |
2256 | 2025-01-17T07:49:16.069Z | Compiling topological-sort v0.2.2 |
2257 | 2025-01-17T07:49:16.135Z | Compiling rustfmt-wrapper v0.2.1 |
2258 | 2025-01-17T07:49:16.320Z | Compiling omicron-zone-package v0.12.0 |
2259 | 2025-01-17T07:49:16.469Z | Compiling dsl_auto_type v0.1.2 |
2260 | 2025-01-17T07:49:16.557Z | Compiling scheduled-thread-pool v0.2.7 |
2261 | 2025-01-17T07:49:16.693Z | Compiling diesel_table_macro_syntax v0.2.0 |
2262 | 2025-01-17T07:49:17.094Z | Compiling tap v1.0.1 |
2263 | 2025-01-17T07:49:17.311Z | Compiling maybe-uninit v2.0.0 |
2264 | 2025-01-17T07:49:17.668Z | Compiling diesel_derives v2.2.3 |
2265 | 2025-01-17T07:49:17.869Z | Compiling wyz v0.5.1 |
2266 | 2025-01-17T07:49:17.966Z | Compiling r2d2 v0.8.10 |
2267 | 2025-01-17T07:49:18.749Z | Compiling phf_generator v0.11.2 |
2268 | 2025-01-17T07:49:18.938Z | Compiling ascii-canvas v3.0.0 |
2269 | 2025-01-17T07:49:18.961Z | Compiling secrecy v0.8.0 |
2270 | 2025-01-17T07:49:19.235Z | Compiling ena v0.14.3 |
2271 | 2025-01-17T07:49:19.403Z | Compiling async-recursion v1.1.1 |
2272 | 2025-01-17T07:49:19.660Z | Compiling packed_struct v0.10.1 |
2273 | 2025-01-17T07:49:20.096Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2274 | 2025-01-17T07:49:20.426Z | Compiling regex-syntax v0.6.29 |
2275 | 2025-01-17T07:49:20.535Z | Compiling crc-catalog v2.4.0 |
2276 | 2025-01-17T07:49:20.710Z | Compiling arc-swap v1.7.1 |
2277 | 2025-01-17T07:49:20.751Z | Compiling funty v2.0.0 |
2278 | 2025-01-17T07:49:21.343Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2279 | 2025-01-17T07:49:21.398Z | Compiling diff v0.1.13 |
2280 | 2025-01-17T07:49:21.504Z | Compiling slog-scope v4.4.0 |
2281 | 2025-01-17T07:49:21.903Z | Compiling bitvec v1.0.1 |
2282 | 2025-01-17T07:49:22.321Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2283 | 2025-01-17T07:49:23.538Z | Compiling crc v3.2.1 |
2284 | 2025-01-17T07:49:25.331Z | Compiling lalrpop v0.19.12 |
2285 | 2025-01-17T07:49:25.642Z | Compiling phf_codegen v0.11.2 |
2286 | 2025-01-17T07:49:26.004Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2287 | 2025-01-17T07:49:26.299Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2288 | 2025-01-17T07:49:26.547Z | Compiling universal-hash v0.5.1 |
2289 | 2025-01-17T07:49:26.808Z | Compiling thiserror-impl-no-std v2.0.2 |
2290 | 2025-01-17T07:49:27.046Z | Compiling packed_struct_codegen v0.10.1 |
2291 | 2025-01-17T07:49:28.438Z | Compiling diesel v2.2.6 |
2292 | 2025-01-17T07:49:29.257Z | Compiling parse-zoneinfo v0.3.1 |
2293 | 2025-01-17T07:49:29.403Z | Compiling indexmap v1.9.3 |
2294 | 2025-01-17T07:49:29.841Z | Compiling unicase v2.7.0 |
2295 | 2025-01-17T07:49:30.204Z | Compiling ref-cast v1.0.23 |
2296 | 2025-01-17T07:49:30.650Z | Compiling opaque-debug v0.3.1 |
2297 | 2025-01-17T07:49:30.678Z | Compiling nodrop v0.1.14 |
2298 | 2025-01-17T07:49:30.777Z | Compiling poly1305 v0.8.0 |
2299 | 2025-01-17T07:49:30.855Z | Compiling array-init v0.0.4 |
2300 | 2025-01-17T07:49:32.003Z | Compiling chrono-tz-build v0.4.0 |
2301 | 2025-01-17T07:49:33.061Z | Compiling thiserror-no-std v2.0.2 |
2302 | 2025-01-17T07:49:33.231Z | Compiling smallvec v0.6.14 |
2303 | 2025-01-17T07:49:34.321Z | Compiling slog-stdlog v4.1.1 |
2304 | 2025-01-17T07:49:35.140Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2305 | 2025-01-17T07:49:35.457Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2306 | 2025-01-17T07:49:35.769Z | Compiling derive_builder_core v0.20.2 |
2307 | 2025-01-17T07:49:36.171Z | Compiling chacha20 v0.9.1 |
2308 | 2025-01-17T07:49:36.667Z | Compiling headers-core v0.3.0 |
2309 | 2025-01-17T07:49:36.875Z | Compiling aead v0.5.2 |
2310 | 2025-01-17T07:49:37.236Z | Compiling libxml v0.3.3 |
2311 | 2025-01-17T07:49:37.622Z | Compiling ref-cast-impl v1.0.23 |
2312 | 2025-01-17T07:49:37.864Z | Compiling vte_generate_state_changes v0.1.2 |
2313 | 2025-01-17T07:49:38.472Z | Compiling hashbrown v0.12.3 |
2314 | 2025-01-17T07:49:38.747Z | Compiling termcolor v1.4.1 |
2315 | 2025-01-17T07:49:39.752Z | Compiling bitfield v0.14.0 |
2316 | 2025-01-17T07:49:40.079Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2317 | 2025-01-17T07:49:40.853Z | Compiling env_logger v0.10.2 |
2318 | 2025-01-17T07:49:44.071Z | Compiling vte v0.11.1 |
2319 | 2025-01-17T07:49:45.589Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2025-01-17T07:49:46.476Z | Compiling chacha20poly1305 v0.10.1 |
2321 | 2025-01-17T07:49:46.742Z | Compiling headers v0.4.0 |
2322 | 2025-01-17T07:49:47.606Z | Compiling polar-core v0.27.3 |
2323 | 2025-01-17T07:49:49.420Z | Compiling slog-envlogger v2.2.0 |
2324 | 2025-01-17T07:49:50.263Z | Compiling serde-hex v0.1.0 |
2325 | 2025-01-17T07:49:52.111Z | Compiling vsss-rs v3.3.4 |
2326 | 2025-01-17T07:49:55.400Z | Compiling chrono-tz v0.10.0 |
2327 | 2025-01-17T07:49:56.068Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2328 | 2025-01-17T07:49:56.243Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2329 | 2025-01-17T07:49:56.591Z | Compiling ron v0.8.1 |
2330 | 2025-01-17T07:49:58.964Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2331 | 2025-01-17T07:49:59.276Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2332 | 2025-01-17T07:49:59.900Z | Compiling hashbrown v0.13.2 |
2333 | 2025-01-17T07:50:01.208Z | Compiling strum_macros v0.24.3 |
2334 | 2025-01-17T07:50:02.282Z | Compiling fxhash v0.2.1 |
2335 | 2025-01-17T07:50:02.537Z | Compiling samael v0.0.17 |
2336 | 2025-01-17T07:50:03.574Z | Compiling zip v2.1.3 |
2337 | 2025-01-17T07:50:03.928Z | Compiling bytecount v0.6.8 |
2338 | 2025-01-17T07:50:04.131Z | Compiling simd-adler32 v0.3.7 |
2339 | 2025-01-17T07:50:04.249Z | Compiling lockfree-object-pool v0.1.6 |
2340 | 2025-01-17T07:50:04.271Z | Compiling bumpalo v3.16.0 |
2341 | 2025-01-17T07:50:04.562Z | Compiling crc-any v2.5.0 |
2342 | 2025-01-17T07:50:04.875Z | Compiling indoc v1.0.9 |
2343 | 2025-01-17T07:50:05.530Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2344 | 2025-01-17T07:50:06.475Z | Compiling zopfli v0.8.1 |
2345 | 2025-01-17T07:50:11.499Z | Compiling papergrid v0.11.0 |
2346 | 2025-01-17T07:50:13.579Z | Compiling object v0.30.4 |
2347 | 2025-01-17T07:50:14.188Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2348 | 2025-01-17T07:50:20.120Z | Compiling derive_builder v0.20.2 |
2349 | 2025-01-17T07:50:20.344Z | Compiling strip-ansi-escapes v0.2.0 |
2350 | 2025-01-17T07:50:21.105Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2351 | 2025-01-17T07:50:21.224Z | Compiling tabled_derive v0.7.0 |
2352 | 2025-01-17T07:50:21.418Z | Compiling fd-lock v4.0.2 |
2353 | 2025-01-17T07:50:21.669Z | Compiling peg-macros v0.8.4 |
2354 | 2025-01-17T07:50:23.278Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2025-01-17T07:50:24.253Z | Compiling kstat-rs v0.2.4 |
2356 | 2025-01-17T07:50:24.725Z | Compiling impl-trait-for-tuples v0.2.2 |
2357 | 2025-01-17T07:50:24.927Z | Compiling oso-derive v0.27.3 |
2358 | 2025-01-17T07:50:25.120Z | Compiling quick-xml v0.33.0 |
2359 | 2025-01-17T07:50:25.601Z | Compiling diesel-dtrace v0.4.2 |
2360 | 2025-01-17T07:50:25.853Z | Compiling nu-ansi-term v0.50.1 |
2361 | 2025-01-17T07:50:25.933Z | Compiling path-slash v0.1.5 |
2362 | 2025-01-17T07:50:26.205Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2363 | 2025-01-17T07:50:27.129Z | Compiling reedline v0.35.0 |
2364 | 2025-01-17T07:50:30.822Z | Compiling oso v0.27.3 |
2365 | 2025-01-17T07:50:31.102Z | Compiling peg v0.8.4 |
2366 | 2025-01-17T07:50:31.233Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2367 | 2025-01-17T07:50:35.912Z | Compiling tabled v0.15.0 |
2368 | 2025-01-17T07:50:42.105Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2369 | 2025-01-17T07:50:51.398Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2370 | 2025-01-17T07:50:54.546Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2371 | 2025-01-17T07:50:55.592Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2372 | 2025-01-17T07:50:56.026Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2373 | 2025-01-17T07:50:56.339Z | Compiling pem v3.0.4 |
2374 | 2025-01-17T07:50:57.826Z | Compiling bb8 v0.8.5 |
2375 | 2025-01-17T07:50:58.425Z | Compiling bcs v0.1.6 |
2376 | 2025-01-17T07:50:59.328Z | Compiling libz-sys v1.1.20 |
2377 | 2025-01-17T07:51:00.037Z | Compiling parking_lot_core v0.8.6 |
2378 | 2025-01-17T07:51:00.967Z | Compiling async-bb8-diesel v0.2.1 |
2379 | 2025-01-17T07:51:01.774Z | Compiling mime_guess v2.0.5 |
2380 | 2025-01-17T07:51:03.516Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2381 | 2025-01-17T07:51:06.173Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2025-01-17T07:51:06.741Z | Compiling buf-list v1.0.3 |
2383 | 2025-01-17T07:51:08.878Z | Compiling nibble_vec v0.1.0 |
2384 | 2025-01-17T07:51:09.153Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2385 | 2025-01-17T07:51:09.903Z | Compiling pin-project-internal v1.1.6 |
2386 | 2025-01-17T07:51:11.073Z | Compiling atty v0.2.14 |
2387 | 2025-01-17T07:51:11.267Z | Compiling salty v0.3.0 |
2388 | 2025-01-17T07:51:11.705Z | Compiling http-range v0.1.5 |
2389 | 2025-01-17T07:51:12.307Z | Compiling endian-type v0.1.2 |
2390 | 2025-01-17T07:51:12.437Z | Compiling pin-project v1.1.6 |
2391 | 2025-01-17T07:51:12.578Z | Compiling radix_trie v0.2.1 |
2392 | 2025-01-17T07:51:13.487Z | Compiling parking_lot v0.11.2 |
2393 | 2025-01-17T07:51:18.413Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2394 | 2025-01-17T07:51:19.618Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2395 | 2025-01-17T07:51:20.924Z | Compiling snafu-derive v0.8.5 |
2396 | 2025-01-17T07:51:25.209Z | Compiling snafu v0.8.5 |
2397 | 2025-01-17T07:51:25.718Z | Compiling hyper-staticfile v0.10.1 |
2398 | 2025-01-17T07:51:26.393Z | Compiling sled v0.34.7 |
2399 | 2025-01-17T07:51:28.733Z | Compiling hickory-client v0.24.1 |
2400 | 2025-01-17T07:51:43.465Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2401 | 2025-01-17T07:51:44.585Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2402 | 2025-01-17T07:51:46.677Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2403 | 2025-01-17T07:51:51.249Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2404 | 2025-01-17T07:51:53.858Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2405 | 2025-01-17T07:51:55.264Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2406 | 2025-01-17T07:51:56.729Z | Compiling globset v0.4.15 |
2407 | 2025-01-17T07:51:59.653Z | Compiling hickory-server v0.24.1 |
2408 | 2025-01-17T07:52:00.221Z | Compiling primeorder v0.13.6 |
2409 | 2025-01-17T07:52:00.820Z | Compiling olpc-cjson v0.1.4 |
2410 | 2025-01-17T07:52:01.165Z | Compiling castaway v0.2.3 |
2411 | 2025-01-17T07:52:01.368Z | Compiling vergen v8.3.2 |
2412 | 2025-01-17T07:52:01.691Z | Compiling env_filter v0.1.2 |
2413 | 2025-01-17T07:52:02.900Z | Compiling cargo-platform v0.1.8 |
2414 | 2025-01-17T07:52:03.211Z | Compiling serde_plain v1.0.2 |
2415 | 2025-01-17T07:52:03.371Z | Compiling nanorand v0.7.0 |
2416 | 2025-01-17T07:52:03.774Z | Compiling memoffset v0.9.1 |
2417 | 2025-01-17T07:52:03.906Z | Compiling typed-path v0.9.3 |
2418 | 2025-01-17T07:52:04.048Z | Compiling flume v0.11.1 |
2419 | 2025-01-17T07:52:04.287Z | Compiling cargo_metadata v0.18.1 |
2420 | 2025-01-17T07:52:04.823Z | Compiling git2 v0.19.0 |
2421 | 2025-01-17T07:52:07.260Z | Compiling tough v0.19.0 |
2422 | 2025-01-17T07:52:07.850Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2423 | 2025-01-17T07:52:09.504Z | Compiling env_logger v0.11.5 |
2424 | 2025-01-17T07:52:10.773Z | Compiling compact_str v0.8.0 |
2425 | 2025-01-17T07:52:10.925Z | Compiling p384 v0.13.0 |
2426 | 2025-01-17T07:52:10.947Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2427 | 2025-01-17T07:52:10.976Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2428 | 2025-01-17T07:52:12.967Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2429 | 2025-01-17T07:52:13.272Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2430 | 2025-01-17T07:52:14.151Z | Compiling unicode-truncate v1.1.0 |
2431 | 2025-01-17T07:52:14.468Z | Compiling lru v0.12.5 |
2432 | 2025-01-17T07:52:14.840Z | Compiling rand_seeder v0.3.0 |
2433 | 2025-01-17T07:52:15.253Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2025-01-17T07:52:15.774Z | Compiling lzma-sys v0.1.20 |
2435 | 2025-01-17T07:52:16.456Z | Compiling instability v0.3.2 |
2436 | 2025-01-17T07:52:17.451Z | Compiling cfg_aliases v0.2.1 |
2437 | 2025-01-17T07:52:17.580Z | Compiling parse-size v1.1.0 |
2438 | 2025-01-17T07:52:17.796Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2439 | 2025-01-17T07:52:17.918Z | Compiling rustls v0.21.12 |
2440 | 2025-01-17T07:52:18.126Z | Compiling cassowary v0.3.0 |
2441 | 2025-01-17T07:52:18.323Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2442 | 2025-01-17T07:52:20.046Z | Compiling ratatui v0.28.1 |
2443 | 2025-01-17T07:52:21.366Z | Compiling nix v0.29.0 |
2444 | 2025-01-17T07:52:21.732Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2445 | 2025-01-17T07:52:21.985Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2446 | 2025-01-17T07:52:22.381Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2447 | 2025-01-17T07:52:23.465Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2448 | 2025-01-17T07:52:24.204Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2449 | 2025-01-17T07:52:24.539Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2450 | 2025-01-17T07:52:28.227Z | Compiling rustls-webpki v0.101.7 |
2451 | 2025-01-17T07:52:28.434Z | Compiling sct v0.7.1 |
2452 | 2025-01-17T07:52:28.930Z | Compiling heck v0.3.3 |
2453 | 2025-01-17T07:52:29.284Z | Compiling csv-core v0.1.11 |
2454 | 2025-01-17T07:52:30.198Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2455 | 2025-01-17T07:52:30.579Z | Compiling glob v0.3.1 |
2456 | 2025-01-17T07:52:31.014Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2457 | 2025-01-17T07:52:31.385Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2458 | 2025-01-17T07:52:32.124Z | Compiling csv v1.3.0 |
2459 | 2025-01-17T07:52:32.612Z | Compiling zone_cfg_derive v0.1.2 |
2460 | 2025-01-17T07:52:34.286Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2461 | 2025-01-17T07:52:38.250Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2462 | 2025-01-17T07:52:38.849Z | Compiling nix v0.27.1 |
2463 | 2025-01-17T07:52:39.563Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2464 | 2025-01-17T07:52:41.747Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2465 | 2025-01-17T07:52:41.821Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2466 | 2025-01-17T07:52:48.383Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2467 | 2025-01-17T07:52:49.773Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2468 | 2025-01-17T07:52:49.852Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2469 | 2025-01-17T07:52:50.119Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2470 | 2025-01-17T07:52:50.449Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2471 | 2025-01-17T07:52:50.771Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2472 | 2025-01-17T07:52:51.090Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2473 | 2025-01-17T07:52:52.675Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2474 | 2025-01-17T07:52:53.372Z | Compiling tungstenite v0.23.0 |
2475 | 2025-01-17T07:52:53.533Z | Compiling hashlink v0.9.1 |
2476 | 2025-01-17T07:52:54.301Z | Compiling fallible-iterator v0.3.0 |
2477 | 2025-01-17T07:52:55.116Z | Compiling fallible-streaming-iterator v0.1.9 |
2478 | 2025-01-17T07:52:55.412Z | Compiling base64 v0.13.1 |
2479 | 2025-01-17T07:52:55.695Z | Compiling rusqlite v0.32.1 |
2480 | 2025-01-17T07:52:55.824Z | Compiling tokio-tungstenite v0.23.1 |
2481 | 2025-01-17T07:52:56.202Z | Compiling ron v0.7.1 |
2482 | 2025-01-17T07:52:56.419Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2483 | 2025-01-17T07:52:57.120Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2025-01-17T07:52:58.939Z | Compiling xz2 v0.1.7 |
2485 | 2025-01-17T07:53:00.433Z | Compiling tokio-rustls v0.24.1 |
2486 | 2025-01-17T07:53:00.886Z | Compiling zone v0.1.8 |
2487 | 2025-01-17T07:53:04.240Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2025-01-17T07:53:05.382Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2489 | 2025-01-17T07:53:09.295Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2490 | 2025-01-17T07:53:10.507Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2491 | 2025-01-17T07:53:10.793Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2492 | 2025-01-17T07:53:16.419Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2493 | 2025-01-17T07:53:18.570Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2494 | 2025-01-17T07:53:19.061Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2495 | 2025-01-17T07:53:19.760Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2496 | 2025-01-17T07:53:23.639Z | Compiling rustls-pemfile v1.0.4 |
2497 | 2025-01-17T07:53:23.808Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2498 | 2025-01-17T07:53:24.132Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2499 | 2025-01-17T07:53:24.247Z | Compiling signal-hook-tokio v0.3.1 |
2500 | 2025-01-17T07:53:24.321Z | Compiling twox-hash v1.6.3 |
2501 | 2025-01-17T07:53:24.426Z | Compiling yasna v0.5.2 |
2502 | 2025-01-17T07:53:24.487Z | Compiling unicode-linebreak v0.1.5 |
2503 | 2025-01-17T07:53:25.051Z | Compiling smawk v0.3.2 |
2504 | 2025-01-17T07:53:25.306Z | Compiling is_ci v1.2.0 |
2505 | 2025-01-17T07:53:25.365Z | Compiling textwrap v0.16.1 |
2506 | 2025-01-17T07:53:25.630Z | Compiling rcgen v0.12.1 |
2507 | 2025-01-17T07:53:27.769Z | Compiling supports-color v3.0.1 |
2508 | 2025-01-17T07:53:28.735Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2025-01-17T07:53:28.887Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2510 | 2025-01-17T07:53:35.854Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2511 | 2025-01-17T07:53:36.815Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2512 | 2025-01-17T07:53:38.821Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2513 | 2025-01-17T07:53:51.351Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2025-01-17T07:53:56.245Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2515 | 2025-01-17T07:53:56.946Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2516 | 2025-01-17T07:53:57.499Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2517 | 2025-01-17T07:54:09.052Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2518 | 2025-01-17T07:54:12.107Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2519 | 2025-01-17T07:54:12.437Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2520 | 2025-01-17T07:54:15.320Z | Compiling fatfs v0.3.6 |
2521 | 2025-01-17T07:54:16.448Z | Compiling subprocess v0.2.9 |
2522 | 2025-01-17T07:54:18.132Z | Compiling rtoolbox v0.0.2 |
2523 | 2025-01-17T07:54:18.598Z | Compiling assert_matches v1.5.0 |
2524 | 2025-01-17T07:54:20.494Z | Compiling rpassword v7.3.1 |
2525 | 2025-01-17T07:54:20.973Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2526 | 2025-01-17T07:54:21.119Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2527 | 2025-01-17T07:54:22.287Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2528 | 2025-01-17T07:54:28.363Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2529 | 2025-01-17T07:54:29.231Z | Compiling tui-tree-widget v0.22.0 |
2530 | 2025-01-17T07:54:29.701Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2025-01-17T07:54:36.559Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2532 | 2025-01-17T07:54:36.889Z | Compiling uzers v0.12.1 |
2533 | 2025-01-17T07:54:39.949Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2534 | 2025-01-17T07:54:42.808Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2535 | 2025-01-17T07:54:44.716Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2536 | 2025-01-17T07:55:12.871Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2537 | 2025-01-17T07:55:17.163Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2538 | 2025-01-17T07:55:21.913Z | Compiling multimap v0.10.0 |
2539 | 2025-01-17T07:57:43.949Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2540 | 2025-01-17T07:57:56.875Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2541 | 2025-01-17T08:05:05.945Z | Finished `release` profile [optimized] target(s) in 16m 50s |
2542 | 2025-01-17T08:06:09.510Z | |
2543 | 2025-01-17T08:06:09.510Z | real 17:55.491928286 |
2544 | 2025-01-17T08:06:09.510Z | user 2:03:54.925971359 |
2545 | 2025-01-17T08:06:09.510Z | sys 3:13.719104436 |
2546 | 2025-01-17T08:06:09.510Z | trap 3.132939201 |
2547 | 2025-01-17T08:06:09.510Z | tflt 3.103001363 |
2548 | 2025-01-17T08:06:09.510Z | dflt 4.345359074 |
2549 | 2025-01-17T08:06:09.510Z | kflt 0.233591887 |
2550 | 2025-01-17T08:06:09.510Z | lock 7:35:08.768605658 |
2551 | 2025-01-17T08:06:09.513Z | slp 6:25:24.979968872 |
2552 | 2025-01-17T08:06:09.513Z | lat 3:25.944025576 |
2553 | 2025-01-17T08:06:09.513Z | stop 2:45.936192886 |
2554 | 2025-01-17T08:06:09.513Z | + mapfile -t packages |
2555 | 2025-01-17T08:06:09.513Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2556 | 2025-01-17T08:06:10.518Z | Finished `release` profile [optimized] target(s) in 0.95s |
2557 | 2025-01-17T08:06:10.576Z | Running `target/release/omicron-package -t test list-outputs` |
2558 | 2025-01-17T08:06:10.621Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2559 | 2025-01-17T08:06:10.624Z | + ptime -m cargo build --locked --release -p xtask |
2560 | 2025-01-17T08:06:11.164Z | Compiling serde v1.0.217 |
2561 | 2025-01-17T08:06:11.167Z | Compiling libc v0.2.169 |
2562 | 2025-01-17T08:06:11.167Z | Compiling rustix v0.38.37 |
2563 | 2025-01-17T08:06:11.167Z | Compiling serde_json v1.0.135 |
2564 | 2025-01-17T08:06:11.167Z | Compiling syn v2.0.96 |
2565 | 2025-01-17T08:06:11.167Z | Compiling bitflags v2.6.0 |
2566 | 2025-01-17T08:06:11.591Z | Compiling usdt-impl v0.5.0 |
2567 | 2025-01-17T08:06:11.637Z | Compiling syn v1.0.109 |
2568 | 2025-01-17T08:06:11.777Z | Compiling hashbrown v0.15.1 |
2569 | 2025-01-17T08:06:11.791Z | Compiling log v0.4.22 |
2570 | 2025-01-17T08:06:12.012Z | Compiling fs-err v2.11.0 |
2571 | 2025-01-17T08:06:12.220Z | Compiling once_cell v1.20.2 |
2572 | 2025-01-17T08:06:12.321Z | Compiling anyhow v1.0.93 |
2573 | 2025-01-17T08:06:12.631Z | Compiling thread-id v4.2.2 |
2574 | 2025-01-17T08:06:13.044Z | Compiling indexmap v2.7.0 |
2575 | 2025-01-17T08:06:14.022Z | Compiling terminal_size v0.4.0 |
2576 | 2025-01-17T08:06:14.072Z | Compiling tempfile v3.13.0 |
2577 | 2025-01-17T08:06:14.278Z | Compiling clap_builder v4.5.21 |
2578 | 2025-01-17T08:06:14.866Z | Compiling proc-macro-error v1.0.4 |
2579 | 2025-01-17T08:06:15.809Z | Compiling tabled_derive v0.7.0 |
2580 | 2025-01-17T08:06:16.960Z | Compiling tabled v0.15.0 |
2581 | 2025-01-17T08:06:17.609Z | Compiling serde_derive v1.0.217 |
2582 | 2025-01-17T08:06:17.609Z | Compiling thiserror-impl v1.0.69 |
2583 | 2025-01-17T08:06:17.612Z | Compiling zerocopy-derive v0.7.35 |
2584 | 2025-01-17T08:06:17.612Z | Compiling scroll_derive v0.12.0 |
2585 | 2025-01-17T08:06:17.612Z | Compiling clap_derive v4.5.18 |
2586 | 2025-01-17T08:06:18.977Z | Compiling scroll v0.12.0 |
2587 | 2025-01-17T08:06:19.550Z | Compiling zerocopy v0.7.35 |
2588 | 2025-01-17T08:06:20.256Z | Compiling thiserror v1.0.69 |
2589 | 2025-01-17T08:06:20.435Z | Compiling pest v2.7.14 |
2590 | 2025-01-17T08:06:21.017Z | Compiling goblin v0.8.2 |
2591 | 2025-01-17T08:06:21.865Z | Compiling clap v4.5.21 |
2592 | 2025-01-17T08:06:23.491Z | Compiling pest_meta v2.7.14 |
2593 | 2025-01-17T08:06:25.004Z | Compiling pest_generator v2.7.14 |
2594 | 2025-01-17T08:06:27.243Z | Compiling pest_derive v2.7.14 |
2595 | 2025-01-17T08:06:28.024Z | Compiling dtrace-parser v0.2.0 |
2596 | 2025-01-17T08:06:34.325Z | Compiling dof v0.3.0 |
2597 | 2025-01-17T08:06:35.505Z | Compiling serde_tokenstream v0.2.2 |
2598 | 2025-01-17T08:06:36.074Z | Compiling toml_datetime v0.6.8 |
2599 | 2025-01-17T08:06:36.429Z | Compiling serde_spanned v0.6.8 |
2600 | 2025-01-17T08:06:36.700Z | Compiling toml_edit v0.22.22 |
2601 | 2025-01-17T08:06:36.754Z | Compiling camino v1.1.9 |
2602 | 2025-01-17T08:06:36.780Z | Compiling usdt-macro v0.5.0 |
2603 | 2025-01-17T08:06:38.004Z | Compiling usdt-attr-macro v0.5.0 |
2604 | 2025-01-17T08:06:39.309Z | Compiling semver v1.0.24 |
2605 | 2025-01-17T08:06:39.658Z | Compiling cargo-platform v0.1.8 |
2606 | 2025-01-17T08:06:40.724Z | Compiling toml v0.8.19 |
2607 | 2025-01-17T08:06:40.759Z | Compiling cargo_metadata v0.18.1 |
2608 | 2025-01-17T08:06:42.159Z | Compiling cargo_toml v0.20.5 |
2609 | 2025-01-17T08:06:43.990Z | Compiling usdt v0.5.0 |
2610 | 2025-01-17T08:06:44.317Z | Compiling camino-tempfile v1.1.1 |
2611 | 2025-01-17T08:06:44.573Z | Compiling macaddr v1.0.1 |
2612 | 2025-01-17T08:06:53.953Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2613 | 2025-01-17T08:07:04.590Z | Finished `release` profile [optimized] target(s) in 53.94s |
2614 | 2025-01-17T08:07:04.696Z | |
2615 | 2025-01-17T08:07:04.697Z | real 54.079298124 |
2616 | 2025-01-17T08:07:04.697Z | user 5:40.596277726 |
2617 | 2025-01-17T08:07:04.697Z | sys 17.932191372 |
2618 | 2025-01-17T08:07:04.697Z | trap 0.159158008 |
2619 | 2025-01-17T08:07:04.697Z | tflt 0.289893163 |
2620 | 2025-01-17T08:07:04.699Z | dflt 0.301785617 |
2621 | 2025-01-17T08:07:04.699Z | kflt 0.000017010 |
2622 | 2025-01-17T08:07:04.700Z | lock 10:38.759904422 |
2623 | 2025-01-17T08:07:04.700Z | slp 16:01.752034851 |
2624 | 2025-01-17T08:07:04.700Z | lat 13.439045397 |
2625 | 2025-01-17T08:07:04.700Z | stop 15.620392589 |
2626 | 2025-01-17T08:07:04.700Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2627 | 2025-01-17T08:07:04.700Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2628 | 2025-01-17T08:07:04.700Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2629 | 2025-01-17T08:07:04.700Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2630 | 2025-01-17T08:07:04.700Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2631 | 2025-01-17T08:07:05.571Z | Compiling hashbrown v0.14.5 |
2632 | 2025-01-17T08:07:05.702Z | Compiling thiserror v2.0.11 |
2633 | 2025-01-17T08:07:05.714Z | Compiling thiserror-impl v2.0.11 |
2634 | 2025-01-17T08:07:05.724Z | Compiling ident_case v1.0.1 |
2635 | 2025-01-17T08:07:05.738Z | Compiling unsafe-libyaml v0.2.11 |
2636 | 2025-01-17T08:07:05.753Z | Compiling ipnetwork v0.20.0 |
2637 | 2025-01-17T08:07:05.755Z | Compiling progenitor-client v0.9.1 |
2638 | 2025-01-17T08:07:05.755Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2639 | 2025-01-17T08:07:05.886Z | Compiling darling_core v0.20.10 |
2640 | 2025-01-17T08:07:06.237Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2641 | 2025-01-17T08:07:06.310Z | Compiling macaddr v1.0.1 |
2642 | 2025-01-17T08:07:06.594Z | Compiling progenitor-client v0.8.0 |
2643 | 2025-01-17T08:07:06.642Z | Compiling instant v0.1.13 |
2644 | 2025-01-17T08:07:06.770Z | Compiling regress v0.10.1 |
2645 | 2025-01-17T08:07:06.804Z | Compiling structmeta-derive v0.3.0 |
2646 | 2025-01-17T08:07:06.822Z | Compiling dropshot v0.15.1 |
2647 | 2025-01-17T08:07:06.967Z | Compiling regress v0.9.1 |
2648 | 2025-01-17T08:07:07.065Z | Compiling serde_yaml v0.9.34+deprecated |
2649 | 2025-01-17T08:07:07.230Z | Compiling dropshot_endpoint v0.15.1 |
2650 | 2025-01-17T08:07:07.624Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2651 | 2025-01-17T08:07:08.925Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2652 | 2025-01-17T08:07:09.084Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2653 | 2025-01-17T08:07:09.461Z | Compiling structmeta v0.3.0 |
2654 | 2025-01-17T08:07:09.831Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2655 | 2025-01-17T08:07:09.834Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2025-01-17T08:07:09.890Z | Compiling parse-display-derive v0.10.0 |
2657 | 2025-01-17T08:07:10.042Z | Compiling backoff v0.4.0 |
2658 | 2025-01-17T08:07:10.325Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2659 | 2025-01-17T08:07:10.408Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2660 | 2025-01-17T08:07:10.590Z | Compiling typify-impl v0.2.0 |
2661 | 2025-01-17T08:07:10.670Z | Compiling tempfile v3.13.0 |
2662 | 2025-01-17T08:07:11.089Z | Compiling proc-macro-crate v1.3.1 |
2663 | 2025-01-17T08:07:11.508Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2664 | 2025-01-17T08:07:11.588Z | Compiling typify-impl v0.3.0 |
2665 | 2025-01-17T08:07:11.866Z | Compiling itertools v0.13.0 |
2666 | 2025-01-17T08:07:11.891Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2667 | 2025-01-17T08:07:12.060Z | Compiling darling_macro v0.20.10 |
2668 | 2025-01-17T08:07:12.078Z | Compiling num_enum_derive v0.5.11 |
2669 | 2025-01-17T08:07:12.172Z | Compiling zerocopy v0.8.10 |
2670 | 2025-01-17T08:07:13.027Z | Compiling darling v0.20.10 |
2671 | 2025-01-17T08:07:13.161Z | Compiling zerocopy-derive v0.8.10 |
2672 | 2025-01-17T08:07:13.179Z | Compiling serde_with_macros v3.11.0 |
2673 | 2025-01-17T08:07:14.019Z | Compiling parse-display v0.10.0 |
2674 | 2025-01-17T08:07:14.460Z | Compiling num_enum v0.5.11 |
2675 | 2025-01-17T08:07:14.653Z | Compiling foreign-types-macros v0.2.3 |
2676 | 2025-01-17T08:07:14.671Z | Compiling crucible-workspace-hack v0.1.0 |
2677 | 2025-01-17T08:07:14.817Z | Compiling foreign-types-shared v0.3.1 |
2678 | 2025-01-17T08:07:14.956Z | Compiling heapless v0.8.0 |
2679 | 2025-01-17T08:07:15.003Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2025-01-17T08:07:15.767Z | Compiling serde_with v3.11.0 |
2681 | 2025-01-17T08:07:15.846Z | Compiling proc-macro-error v1.0.4 |
2682 | 2025-01-17T08:07:15.898Z | Compiling foreign-types v0.5.0 |
2683 | 2025-01-17T08:07:16.406Z | Compiling camino-tempfile v1.1.1 |
2684 | 2025-01-17T08:07:16.474Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2685 | 2025-01-17T08:07:16.860Z | Compiling hash32 v0.3.1 |
2686 | 2025-01-17T08:07:17.135Z | Compiling cstr-argument v0.1.2 |
2687 | 2025-01-17T08:07:17.305Z | Compiling pretty-hex v0.2.1 |
2688 | 2025-01-17T08:07:17.424Z | Compiling smoltcp v0.11.0 |
2689 | 2025-01-17T08:07:17.532Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2025-01-17T08:07:17.972Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2691 | 2025-01-17T08:07:18.272Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2692 | 2025-01-17T08:07:18.647Z | Compiling tabwriter v1.4.0 |
2693 | 2025-01-17T08:07:18.934Z | Compiling colored v2.1.0 |
2694 | 2025-01-17T08:07:19.124Z | Compiling cobs v0.2.3 |
2695 | 2025-01-17T08:07:19.176Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2025-01-17T08:07:19.432Z | Compiling postcard v1.0.10 |
2697 | 2025-01-17T08:07:19.501Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2698 | 2025-01-17T08:07:19.676Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2699 | 2025-01-17T08:07:19.697Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2700 | 2025-01-17T08:07:20.037Z | Compiling smf v0.2.3 |
2701 | 2025-01-17T08:07:20.098Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2702 | 2025-01-17T08:07:20.578Z | Compiling zone_cfg_derive v0.3.0 |
2703 | 2025-01-17T08:07:20.845Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2704 | 2025-01-17T08:07:21.264Z | Compiling num-derive v0.4.2 |
2705 | 2025-01-17T08:07:21.293Z | Compiling sigpipe v0.1.3 |
2706 | 2025-01-17T08:07:21.435Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2707 | 2025-01-17T08:07:21.776Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2708 | 2025-01-17T08:07:21.796Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2709 | 2025-01-17T08:07:21.964Z | Compiling zone v0.3.0 |
2710 | 2025-01-17T08:07:22.573Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2711 | 2025-01-17T08:07:22.700Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2712 | 2025-01-17T08:07:23.216Z | Compiling universal-hash v0.5.1 |
2713 | 2025-01-17T08:07:23.419Z | Compiling opaque-debug v0.3.1 |
2714 | 2025-01-17T08:07:23.447Z | Compiling tungstenite v0.21.0 |
2715 | 2025-01-17T08:07:23.539Z | Compiling num-rational v0.4.2 |
2716 | 2025-01-17T08:07:23.641Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2717 | 2025-01-17T08:07:23.960Z | Compiling password-hash v0.5.0 |
2718 | 2025-01-17T08:07:24.246Z | Compiling blake2 v0.10.6 |
2719 | 2025-01-17T08:07:24.519Z | Compiling num-complex v0.4.6 |
2720 | 2025-01-17T08:07:24.891Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2721 | 2025-01-17T08:07:25.092Z | Compiling aead v0.5.2 |
2722 | 2025-01-17T08:07:25.190Z | Compiling base64 v0.21.7 |
2723 | 2025-01-17T08:07:25.384Z | Compiling convert_case v0.4.0 |
2724 | 2025-01-17T08:07:25.487Z | Compiling keccak v0.1.5 |
2725 | 2025-01-17T08:07:25.489Z | Compiling num v0.4.3 |
2726 | 2025-01-17T08:07:25.587Z | Compiling argon2 v0.5.3 |
2727 | 2025-01-17T08:07:25.631Z | Compiling tokio-tungstenite v0.21.0 |
2728 | 2025-01-17T08:07:25.868Z | Compiling sha3 v0.10.8 |
2729 | 2025-01-17T08:07:25.932Z | Compiling typify-macro v0.2.0 |
2730 | 2025-01-17T08:07:26.238Z | Compiling derive_more v0.99.18 |
2731 | 2025-01-17T08:07:26.488Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2732 | 2025-01-17T08:07:26.676Z | Compiling poly1305 v0.8.0 |
2733 | 2025-01-17T08:07:26.746Z | Compiling chacha20 v0.9.1 |
2734 | 2025-01-17T08:07:26.895Z | Compiling float-ord v0.3.2 |
2735 | 2025-01-17T08:07:26.998Z | Compiling typify-macro v0.3.0 |
2736 | 2025-01-17T08:07:27.105Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2737 | 2025-01-17T08:07:27.258Z | Compiling same-file v1.0.6 |
2738 | 2025-01-17T08:07:27.544Z | Compiling semver v0.1.20 |
2739 | 2025-01-17T08:07:27.574Z | Compiling walkdir v2.5.0 |
2740 | 2025-01-17T08:07:28.189Z | Compiling rustc_version v0.1.7 |
2741 | 2025-01-17T08:07:28.282Z | Compiling newline-converter v0.3.0 |
2742 | 2025-01-17T08:07:28.391Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2743 | 2025-01-17T08:07:28.431Z | Compiling primeorder v0.13.6 |
2744 | 2025-01-17T08:07:28.480Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2745 | 2025-01-17T08:07:28.565Z | Compiling secrecy v0.8.0 |
2746 | 2025-01-17T08:07:28.664Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2747 | 2025-01-17T08:07:28.833Z | Compiling owo-colors v4.1.0 |
2748 | 2025-01-17T08:07:28.913Z | Compiling cancel-safe-futures v0.1.5 |
2749 | 2025-01-17T08:07:29.070Z | Compiling newtype_derive v0.1.6 |
2750 | 2025-01-17T08:07:29.156Z | Compiling expectorate v1.1.0 |
2751 | 2025-01-17T08:07:29.299Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2752 | 2025-01-17T08:07:29.355Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2753 | 2025-01-17T08:07:29.392Z | Compiling thiserror-impl-no-std v2.0.2 |
2754 | 2025-01-17T08:07:29.470Z | Compiling blake3 v1.5.4 |
2755 | 2025-01-17T08:07:29.608Z | Compiling half v2.4.1 |
2756 | 2025-01-17T08:07:29.636Z | Compiling unicase v2.7.0 |
2757 | 2025-01-17T08:07:29.752Z | Compiling typify v0.2.0 |
2758 | 2025-01-17T08:07:29.913Z | Compiling progenitor-impl v0.8.0 |
2759 | 2025-01-17T08:07:29.943Z | Compiling arc-swap v1.7.1 |
2760 | 2025-01-17T08:07:30.134Z | Compiling ciborium-io v0.2.2 |
2761 | 2025-01-17T08:07:30.296Z | Compiling ciborium-ll v0.2.2 |
2762 | 2025-01-17T08:07:30.357Z | Compiling slog-scope v4.4.0 |
2763 | 2025-01-17T08:07:30.684Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2764 | 2025-01-17T08:07:30.722Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2765 | 2025-01-17T08:07:30.833Z | Compiling typify v0.3.0 |
2766 | 2025-01-17T08:07:30.992Z | Compiling progenitor-impl v0.9.1 |
2767 | 2025-01-17T08:07:31.041Z | Compiling polyval v0.6.2 |
2768 | 2025-01-17T08:07:31.449Z | Compiling atomicwrites v0.4.4 |
2769 | 2025-01-17T08:07:31.485Z | Compiling libsw v3.3.1 |
2770 | 2025-01-17T08:07:31.829Z | Compiling memmap2 v0.9.5 |
2771 | 2025-01-17T08:07:31.829Z | Compiling libefi-sys v0.1.0 |
2772 | 2025-01-17T08:07:32.141Z | Compiling arrayref v0.3.9 |
2773 | 2025-01-17T08:07:32.197Z | Compiling thiserror-no-std v2.0.2 |
2774 | 2025-01-17T08:07:32.268Z | Compiling salty v0.3.0 |
2775 | 2025-01-17T08:07:32.300Z | Compiling indent_write v2.2.0 |
2776 | 2025-01-17T08:07:32.344Z | Compiling linear-map v1.2.0 |
2777 | 2025-01-17T08:07:32.539Z | Compiling parking_lot_core v0.8.6 |
2778 | 2025-01-17T08:07:32.686Z | Compiling arrayvec v0.7.6 |
2779 | 2025-01-17T08:07:32.705Z | Compiling constant_time_eq v0.3.1 |
2780 | 2025-01-17T08:07:32.894Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2781 | 2025-01-17T08:07:32.972Z | Compiling vsss-rs v3.3.4 |
2782 | 2025-01-17T08:07:33.097Z | Compiling ghash v0.5.1 |
2783 | 2025-01-17T08:07:33.334Z | Compiling slog-stdlog v4.1.1 |
2784 | 2025-01-17T08:07:33.723Z | Compiling ciborium v0.2.2 |
2785 | 2025-01-17T08:07:34.035Z | Compiling p384 v0.13.0 |
2786 | 2025-01-17T08:07:34.253Z | Compiling toolchain_find v0.4.0 |
2787 | 2025-01-17T08:07:34.907Z | Compiling chacha20poly1305 v0.10.1 |
2788 | 2025-01-17T08:07:35.043Z | Compiling ctr v0.9.2 |
2789 | 2025-01-17T08:07:35.070Z | Compiling lzma-sys v0.1.20 |
2790 | 2025-01-17T08:07:35.151Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2791 | 2025-01-17T08:07:35.434Z | Compiling bitfield-struct v0.6.2 |
2792 | 2025-01-17T08:07:35.579Z | Compiling slog-dtrace v0.3.0 |
2793 | 2025-01-17T08:07:35.599Z | Compiling topological-sort v0.2.2 |
2794 | 2025-01-17T08:07:35.815Z | Compiling highway v1.2.0 |
2795 | 2025-01-17T08:07:35.857Z | Compiling omicron-zone-package v0.12.0 |
2796 | 2025-01-17T08:07:36.144Z | Compiling aes-gcm v0.10.3 |
2797 | 2025-01-17T08:07:36.460Z | Compiling rustfmt-wrapper v0.2.1 |
2798 | 2025-01-17T08:07:36.551Z | Compiling mime_guess v2.0.5 |
2799 | 2025-01-17T08:07:36.581Z | Compiling slog-envlogger v2.2.0 |
2800 | 2025-01-17T08:07:36.788Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2801 | 2025-01-17T08:07:36.984Z | Compiling progenitor-macro v0.8.0 |
2802 | 2025-01-17T08:07:37.056Z | Compiling steno v0.4.1 |
2803 | 2025-01-17T08:07:37.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2804 | 2025-01-17T08:07:37.694Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2805 | 2025-01-17T08:07:37.904Z | Compiling heck v0.3.3 |
2806 | 2025-01-17T08:07:38.174Z | Compiling ssh-encoding v0.2.0 |
2807 | 2025-01-17T08:07:38.295Z | Compiling blowfish v0.9.1 |
2808 | 2025-01-17T08:07:38.316Z | Compiling progenitor-macro v0.9.1 |
2809 | 2025-01-17T08:07:38.502Z | Compiling nibble_vec v0.1.0 |
2810 | 2025-01-17T08:07:38.707Z | Compiling env_filter v0.1.2 |
2811 | 2025-01-17T08:07:38.744Z | Compiling humantime v2.1.0 |
2812 | 2025-01-17T08:07:38.767Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2813 | 2025-01-17T08:07:38.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2814 | 2025-01-17T08:07:38.911Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2815 | 2025-01-17T08:07:39.161Z | Compiling endian-type v0.1.2 |
2816 | 2025-01-17T08:07:39.271Z | Compiling env_logger v0.11.5 |
2817 | 2025-01-17T08:07:39.290Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2818 | 2025-01-17T08:07:39.348Z | Compiling ssh-cipher v0.2.0 |
2819 | 2025-01-17T08:07:39.399Z | Compiling radix_trie v0.2.1 |
2820 | 2025-01-17T08:07:39.963Z | Compiling bcrypt-pbkdf v0.10.0 |
2821 | 2025-01-17T08:07:40.044Z | Compiling zone_cfg_derive v0.1.2 |
2822 | 2025-01-17T08:07:40.150Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2823 | 2025-01-17T08:07:40.843Z | Compiling parking_lot v0.11.2 |
2824 | 2025-01-17T08:07:41.038Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2825 | 2025-01-17T08:07:41.415Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2826 | 2025-01-17T08:07:41.478Z | Compiling password-hash v0.4.2 |
2827 | 2025-01-17T08:07:41.682Z | Compiling gethostname v0.5.0 |
2828 | 2025-01-17T08:07:41.737Z | Compiling fxhash v0.2.1 |
2829 | 2025-01-17T08:07:41.816Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2830 | 2025-01-17T08:07:41.888Z | Compiling bumpalo v3.16.0 |
2831 | 2025-01-17T08:07:41.891Z | Compiling http-range v0.1.5 |
2832 | 2025-01-17T08:07:41.961Z | Compiling lockfree-object-pool v0.1.6 |
2833 | 2025-01-17T08:07:42.133Z | Compiling zip v2.1.3 |
2834 | 2025-01-17T08:07:42.247Z | Compiling base64 v0.13.1 |
2835 | 2025-01-17T08:07:42.267Z | Compiling simd-adler32 v0.3.7 |
2836 | 2025-01-17T08:07:42.293Z | Compiling matches v0.1.10 |
2837 | 2025-01-17T08:07:42.417Z | Compiling pbkdf2 v0.11.0 |
2838 | 2025-01-17T08:07:42.436Z | Compiling idna v0.2.3 |
2839 | 2025-01-17T08:07:42.498Z | Compiling sled v0.34.7 |
2840 | 2025-01-17T08:07:42.829Z | Compiling ron v0.7.1 |
2841 | 2025-01-17T08:07:42.874Z | Compiling zopfli v0.8.1 |
2842 | 2025-01-17T08:07:42.876Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2843 | 2025-01-17T08:07:43.505Z | Compiling zone v0.1.8 |
2844 | 2025-01-17T08:07:43.578Z | Compiling xz2 v0.1.7 |
2845 | 2025-01-17T08:07:44.082Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2846 | 2025-01-17T08:07:44.518Z | Compiling ssh-key v0.6.6 |
2847 | 2025-01-17T08:07:44.939Z | Compiling hickory-client v0.24.1 |
2848 | 2025-01-17T08:07:45.146Z | Compiling p256 v0.13.2 |
2849 | 2025-01-17T08:07:45.405Z | Compiling p521 v0.13.3 |
2850 | 2025-01-17T08:07:45.919Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2851 | 2025-01-17T08:07:46.364Z | Compiling hickory-server v0.24.1 |
2852 | 2025-01-17T08:07:46.931Z | Compiling enum-as-inner v0.5.1 |
2853 | 2025-01-17T08:07:47.681Z | Compiling pem v3.0.4 |
2854 | 2025-01-17T08:07:47.986Z | Compiling yasna v0.5.2 |
2855 | 2025-01-17T08:07:48.461Z | Compiling headers-core v0.3.0 |
2856 | 2025-01-17T08:07:48.659Z | Compiling kstat-rs v0.2.4 |
2857 | 2025-01-17T08:07:48.816Z | Compiling nanorand v0.7.0 |
2858 | 2025-01-17T08:07:49.001Z | Compiling russh-cryptovec v0.7.3 |
2859 | 2025-01-17T08:07:49.227Z | Compiling atty v0.2.14 |
2860 | 2025-01-17T08:07:49.307Z | Compiling md5 v0.7.0 |
2861 | 2025-01-17T08:07:49.356Z | Compiling flume v0.11.1 |
2862 | 2025-01-17T08:07:49.401Z | Compiling rcgen v0.12.1 |
2863 | 2025-01-17T08:07:49.533Z | Compiling headers v0.4.0 |
2864 | 2025-01-17T08:07:49.658Z | Compiling progenitor v0.8.0 |
2865 | 2025-01-17T08:07:49.835Z | Compiling russh-keys v0.45.0 |
2866 | 2025-01-17T08:07:49.907Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2867 | 2025-01-17T08:07:49.979Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2868 | 2025-01-17T08:07:50.736Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2869 | 2025-01-17T08:07:51.013Z | Compiling progenitor v0.9.1 |
2870 | 2025-01-17T08:07:51.253Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2871 | 2025-01-17T08:07:51.256Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2872 | 2025-01-17T08:07:51.693Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2873 | 2025-01-17T08:07:52.167Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2874 | 2025-01-17T08:07:52.454Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2875 | 2025-01-17T08:07:53.314Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2876 | 2025-01-17T08:07:53.625Z | Compiling trust-dns-proto v0.22.0 |
2877 | 2025-01-17T08:07:56.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2878 | 2025-01-17T08:07:56.770Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2879 | 2025-01-17T08:07:56.790Z | Compiling hyper-staticfile v0.10.1 |
2880 | 2025-01-17T08:07:57.573Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2881 | 2025-01-17T08:07:57.822Z | Compiling num-bigint v0.4.6 |
2882 | 2025-01-17T08:07:58.224Z | Compiling des v0.8.1 |
2883 | 2025-01-17T08:07:58.588Z | Compiling subprocess v0.2.9 |
2884 | 2025-01-17T08:07:59.381Z | Compiling dhcproto-macros v0.1.0 |
2885 | 2025-01-17T08:08:00.254Z | Compiling hex-literal v0.4.1 |
2886 | 2025-01-17T08:08:00.380Z | Compiling display-error-chain v0.2.2 |
2887 | 2025-01-17T08:08:00.444Z | Compiling dhcproto v0.12.0 |
2888 | 2025-01-17T08:08:00.607Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2889 | 2025-01-17T08:08:00.974Z | Compiling russh v0.45.0 |
2890 | 2025-01-17T08:08:02.498Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2891 | 2025-01-17T08:08:03.019Z | Compiling internet-checksum v0.2.1 |
2892 | 2025-01-17T08:08:07.343Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2893 | 2025-01-17T08:08:07.346Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2894 | 2025-01-17T08:08:07.346Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2895 | 2025-01-17T08:08:07.346Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2896 | 2025-01-17T08:08:08.190Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2897 | 2025-01-17T08:08:10.207Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2898 | 2025-01-17T08:08:11.268Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2899 | 2025-01-17T08:08:11.719Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2900 | 2025-01-17T08:08:12.143Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2901 | 2025-01-17T08:08:14.249Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2902 | 2025-01-17T08:08:14.519Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2903 | 2025-01-17T08:08:15.242Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2904 | 2025-01-17T08:08:15.410Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2905 | 2025-01-17T08:08:16.160Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2906 | 2025-01-17T08:08:16.516Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2907 | 2025-01-17T08:08:17.966Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2908 | 2025-01-17T08:08:18.327Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2909 | 2025-01-17T08:08:19.450Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2910 | 2025-01-17T08:08:21.216Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2911 | 2025-01-17T08:08:21.272Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2912 | 2025-01-17T08:08:21.698Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2913 | 2025-01-17T08:08:21.978Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2914 | 2025-01-17T08:08:23.876Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2915 | 2025-01-17T08:08:24.444Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2916 | 2025-01-17T08:08:25.647Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2917 | 2025-01-17T08:08:26.928Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2918 | 2025-01-17T08:08:27.595Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2919 | 2025-01-17T08:08:28.743Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2920 | 2025-01-17T08:08:34.196Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2921 | 2025-01-17T08:08:41.982Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2922 | 2025-01-17T08:08:43.576Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2923 | 2025-01-17T08:09:05.270Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2924 | 2025-01-17T08:09:28.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
2925 | 2025-01-17T08:09:28.302Z | |
2926 | 2025-01-17T08:09:28.305Z | real 2:23.646268064 |
2927 | 2025-01-17T08:09:28.305Z | user 12:21.139216196 |
2928 | 2025-01-17T08:09:28.305Z | sys 1:34.930169325 |
2929 | 2025-01-17T08:09:28.305Z | trap 0.368841033 |
2930 | 2025-01-17T08:09:28.305Z | tflt 0.707432513 |
2931 | 2025-01-17T08:09:28.305Z | dflt 1.199739621 |
2932 | 2025-01-17T08:09:28.305Z | kflt 0.000091821 |
2933 | 2025-01-17T08:09:28.305Z | lock 22:44.377827627 |
2934 | 2025-01-17T08:09:28.305Z | slp 42:30.435139886 |
2935 | 2025-01-17T08:09:28.305Z | lat 38.007614407 |
2936 | 2025-01-17T08:09:28.305Z | stop 1:36.269662494 |
2937 | 2025-01-17T08:09:28.305Z | + mkdir tests |
2938 | 2025-01-17T08:09:28.308Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2939 | 2025-01-17T08:09:28.308Z | + xargs -I '{}' -t cp '{}' tests/ |
2940 | 2025-01-17T08:09:28.349Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/ |
2941 | 2025-01-17T08:09:28.369Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/ |
2942 | 2025-01-17T08:09:28.389Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/ |
2943 | 2025-01-17T08:09:28.409Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/ |
2944 | 2025-01-17T08:09:28.624Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2945 | 2025-01-17T08:09:28.627Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f6c1a6af4980e51d tests/commtest-fed48c1b04d74c13 tests/dhcp_server-3c1647a15d602154 tests/end_to_end_tests-b20ef11e9b650c18 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2946 | 2025-01-17T08:10:42.553Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2947 | 2025-01-17T08:10:42.553Z | a .github/buildomat/ci-env.sh 1K |
2948 | 2025-01-17T08:10:42.553Z | a out/target/test 1K |
2949 | 2025-01-17T08:10:42.553Z | a out/npuzone/npuzone 23144K |
2950 | 2025-01-17T08:10:42.553Z | a package-manifest.toml 34K |
2951 | 2025-01-17T08:10:42.553Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2952 | 2025-01-17T08:10:42.553Z | a target/release/omicron-package 36379K |
2953 | 2025-01-17T08:10:42.553Z | a target/release/xtask 11911K |
2954 | 2025-01-17T08:10:42.553Z | a target/debug/bootstrap 221460K |
2955 | 2025-01-17T08:10:42.553Z | a tests/bootstrap-f6c1a6af4980e51d 24276K |
2956 | 2025-01-17T08:10:42.553Z | a tests/commtest-fed48c1b04d74c13 24769K |
2957 | 2025-01-17T08:10:42.553Z | a tests/dhcp_server-3c1647a15d602154 24276K |
2958 | 2025-01-17T08:10:42.553Z | a tests/end_to_end_tests-b20ef11e9b650c18 283498K |
2959 | 2025-01-17T08:10:42.553Z | a out/clickhouse.tar.gz 294838K |
2960 | 2025-01-17T08:10:42.554Z | a out/clickhouse_keeper.tar.gz 281787K |
2961 | 2025-01-17T08:10:42.554Z | a out/clickhouse_server.tar.gz 294820K |
2962 | 2025-01-17T08:10:42.554Z | a out/cockroachdb.tar.gz 135128K |
2963 | 2025-01-17T08:10:42.554Z | a out/crucible-dtrace.tar 96K |
2964 | 2025-01-17T08:10:42.554Z | a out/crucible-pantry-zone.tar.gz 28547K |
2965 | 2025-01-17T08:10:42.554Z | a out/crucible-zone.tar.gz 36827K |
2966 | 2025-01-17T08:10:42.554Z | a out/external-dns.tar.gz 35770K |
2967 | 2025-01-17T08:10:42.554Z | a out/internal-dns.tar.gz 35767K |
2968 | 2025-01-17T08:10:42.554Z | a out/mg-ddm-gz.tar 63075K |
2969 | 2025-01-17T08:10:42.554Z | a out/nexus.tar.gz 100069K |
2970 | 2025-01-17T08:10:42.555Z | a out/ntp.tar.gz 10510K |
2971 | 2025-01-17T08:10:42.555Z | a out/omicron-gateway-softnpu.tar.gz 24319K |
2972 | 2025-01-17T08:10:42.555Z | a out/omicron-sled-agent.tar 114863K |
2973 | 2025-01-17T08:10:42.555Z | a out/overlay.tar.gz 3K |
2974 | 2025-01-17T08:10:42.555Z | a out/oximeter.tar.gz 48532K |
2975 | 2025-01-17T08:10:42.556Z | a out/oxlog.tar 3154K |
2976 | 2025-01-17T08:10:42.556Z | a out/probe.tar.gz 2764K |
2977 | 2025-01-17T08:10:42.556Z | a out/propolis-server.tar.gz 66467K |
2978 | 2025-01-17T08:10:42.556Z | a out/pumpkind-gz.tar 26665K |
2979 | 2025-01-17T08:10:42.556Z | a out/switch-softnpu.tar.gz 236710K |
2980 | 2025-01-17T08:10:42.559Z | |
2981 | 2025-01-17T08:10:42.559Z | real 1:13.969713798 |
2982 | 2025-01-17T08:10:42.559Z | user 1:10.593141934 |
2983 | 2025-01-17T08:10:42.559Z | sys 4.670274501 |
2984 | 2025-01-17T08:10:42.560Z | trap 0.017963941 |
2985 | 2025-01-17T08:10:42.560Z | tflt 0.000000000 |
2986 | 2025-01-17T08:10:42.560Z | dflt 0.000000000 |
2987 | 2025-01-17T08:10:42.560Z | kflt 0.000000000 |
2988 | 2025-01-17T08:10:42.560Z | lock 0.000000000 |
2989 | 2025-01-17T08:10:42.560Z | slp 1:10.521802681 |
2990 | 2025-01-17T08:10:42.560Z | lat 2.131623618 |
2991 | 2025-01-17T08:10:42.560Z | stop 0.000226044 |
2992 | 2025-01-17T08:10:42.560Z | process exited: duration 1966737 ms, exit code 0 |
|
2993 | 2025-01-17T08:10:42.576Z | found 1 output files |
2994 | 2025-01-17T08:10:42.576Z | uploading: /work/package.tar.gz (1907239521 bytes) |
2995 | 2025-01-17T08:11:19.786Z | uploaded: /work/package.tar.gz |