|
|
|
1 | 2024-12-20T21:11:53.487Z | job assigned to worker 01JFJYHD0RN72EB7W6WGJSQQAN [factory aws, i-08c0c41a148fa9722] (queued for 1 m 7 s) |
|
2 | 2024-12-20T21:12:01.558Z | starting task 0: "setup" |
3 | 2024-12-20T21:12:01.574Z | ++ uname -s |
4 | 2024-12-20T21:12:01.577Z | + kern=SunOS |
5 | 2024-12-20T21:12:01.577Z | + case "$kern" in |
6 | 2024-12-20T21:12:01.577Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:12:01.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:12:03.588Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:12:03.697Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:12:03.700Z | + home_fs=zfs |
11 | 2024-12-20T21:12:03.700Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:12:03.700Z | + mkdir -p /home/build |
13 | 2024-12-20T21:12:03.703Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:12:05.704Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:12:05.706Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2024-12-20T21:12:05.712Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:12:05.718Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:12:05.718Z | ' 1.81.0 |
19 | 2024-12-20T21:12:05.718Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:12:05.718Z | * toolchain profile = "default" |
21 | 2024-12-20T21:12:05.718Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T21:12:05.718Z | ' default |
23 | 2024-12-20T21:12:05.721Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:12:05.721Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:12:05.811Z | info: downloading installer |
26 | 2024-12-20T21:12:06.946Z | info: profile set to 'default' |
27 | 2024-12-20T21:12:06.947Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:12:06.950Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:12:07.089Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:12:07.089Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:12:07.881Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:12:08.256Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:12:09.281Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:12:10.887Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:16.764Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:16.980Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:17.793Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:18.162Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:19.759Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:21.502Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:27.287Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:27.609Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:27.610Z | |
44 | 2024-12-20T21:12:27.973Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:27.973Z | |
46 | 2024-12-20T21:12:27.976Z | |
47 | 2024-12-20T21:12:27.976Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:27.976Z | |
49 | 2024-12-20T21:12:27.976Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:27.976Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:27.976Z | |
52 | 2024-12-20T21:12:27.976Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:27.976Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:27.976Z | |
55 | 2024-12-20T21:12:27.976Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:27.976Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:27.976Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:28.046Z | + rustc --version |
59 | 2024-12-20T21:12:28.109Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:28.112Z | process exited: duration 22395 ms, exit code 0 |
|
61 | 2024-12-20T21:12:28.120Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:28.138Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T21:12:28.145Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:28.149Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:28.152Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:28.196Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:12:35.507Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:12:35.510Z | + git fetch origin c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
69 | 2024-12-20T21:12:35.785Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:12:35.785Z | * branch c46392c27d4582ce1fd3e3807c4d278aebee7c46 -> FETCH_HEAD |
71 | 2024-12-20T21:12:35.795Z | + [[ -n andy/rt ]] |
72 | 2024-12-20T21:12:35.797Z | ++ git branch --show-current |
73 | 2024-12-20T21:12:35.802Z | + current=main |
74 | 2024-12-20T21:12:35.802Z | + [[ main != andy/rt ]] |
75 | 2024-12-20T21:12:35.802Z | + git branch -f andy/rt c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
76 | 2024-12-20T21:12:35.806Z | + git checkout -f andy/rt |
77 | 2024-12-20T21:12:35.974Z | Switched to branch 'andy/rt' |
78 | 2024-12-20T21:12:35.977Z | + git reset --hard c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
79 | 2024-12-20T21:12:35.989Z | HEAD is now at c46392c27 install_builder_prerequisites failed after recent Helios upgrade |
80 | 2024-12-20T21:12:35.992Z | process exited: duration 7842 ms, exit code 0 |
|
81 | 2024-12-20T21:12:35.998Z | starting task 4: "build" |
82 | 2024-12-20T21:12:36.004Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:12:36.006Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:12:36.006Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:12:36.006Z | + cargo --version |
86 | 2024-12-20T21:12:36.060Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:12:36.063Z | + rustc --version |
88 | 2024-12-20T21:12:36.122Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:12:36.125Z | + WORK=/work |
90 | 2024-12-20T21:12:36.125Z | + pfexec mkdir -p /work |
91 | 2024-12-20T21:12:36.131Z | + pfexec chown build /work |
92 | 2024-12-20T21:12:36.134Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T21:12:37.811Z | pkg list: illegal option -- F |
94 | 2024-12-20T21:12:37.811Z | Usage: |
95 | 2024-12-20T21:12:37.811Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2024-12-20T21:12:37.811Z | [pkg_fmri_pattern ...] |
97 | 2024-12-20T21:12:38.658Z | pkg list: illegal option -- F |
98 | 2024-12-20T21:12:38.658Z | Usage: |
99 | 2024-12-20T21:12:38.662Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2024-12-20T21:12:38.662Z | [pkg_fmri_pattern ...] |
101 | 2024-12-20T21:12:45.252Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2024-12-20T21:12:49.116Z | Startup: Caching catalogs ... Done |
103 | 2024-12-20T21:12:59.870Z | Planning: Solver setup ... Done (9.782s) |
104 | 2024-12-20T21:13:00.006Z | Planning: Running solver ... Done (0.135s) |
105 | 2024-12-20T21:13:00.113Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2024-12-20T21:13:00.143Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2024-12-20T21:13:01.604Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2024-12-20T21:13:01.711Z | Planning: Package planning ... Done (0.107s) |
109 | 2024-12-20T21:13:01.936Z | Planning: Merging actions ... Done (0.226s) |
110 | 2024-12-20T21:13:02.137Z | Planning: Checking for conflicting actions ... Done (0.198s) |
111 | 2024-12-20T21:13:04.223Z | Planning: Consolidating action changes ... Done (2.088s) |
112 | 2024-12-20T21:13:04.663Z | Planning: Evaluating mediators ... Done (0.440s) |
113 | 2024-12-20T21:13:04.744Z | Planning: Planning completed in 15.53 seconds |
114 | 2024-12-20T21:13:04.761Z | Packages to install: 4 |
115 | 2024-12-20T21:13:04.761Z | Packages to update: 3 |
116 | 2024-12-20T21:13:04.761Z | Mediators to change: 2 |
117 | 2024-12-20T21:13:04.761Z | Services to change: 1 |
118 | 2024-12-20T21:13:04.765Z | Estimated space available: 155.63 GB |
119 | 2024-12-20T21:13:04.765Z | Estimated space to be consumed: 1.64 GB |
120 | 2024-12-20T21:13:04.765Z | Create boot environment: No |
121 | 2024-12-20T21:13:04.765Z | Create backup boot environment: Yes |
122 | 2024-12-20T21:13:04.765Z | Rebuild boot archive: No |
123 | 2024-12-20T21:13:04.765Z | |
124 | 2024-12-20T21:13:04.765Z | Changed mediators: |
125 | 2024-12-20T21:13:04.766Z | mediator clang: |
126 | 2024-12-20T21:13:04.766Z | version: None -> 15 (system default) |
127 | 2024-12-20T21:13:04.766Z | |
128 | 2024-12-20T21:13:04.766Z | mediator llvm: |
129 | 2024-12-20T21:13:04.766Z | version: 14 (system default) -> 15 (system default) |
130 | 2024-12-20T21:13:04.766Z | |
131 | 2024-12-20T21:13:04.766Z | Changed packages: |
132 | 2024-12-20T21:13:04.767Z | helios-dev |
133 | 2024-12-20T21:13:04.767Z | developer/build-essential |
134 | 2024-12-20T21:13:04.767Z | None -> 11-2.0 |
135 | 2024-12-20T21:13:04.767Z | library/libxmlsec1 |
136 | 2024-12-20T21:13:04.767Z | None -> 1.2.35-2.0 |
137 | 2024-12-20T21:13:04.767Z | ooce/developer/clang-15 |
138 | 2024-12-20T21:13:04.767Z | None -> 15.0.7-2.0 |
139 | 2024-12-20T21:13:04.767Z | ooce/developer/llvm-15 |
140 | 2024-12-20T21:13:04.767Z | None -> 15.0.7-2.0 |
141 | 2024-12-20T21:13:04.767Z | package/pkg |
142 | 2024-12-20T21:13:04.767Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2024-12-20T21:13:04.767Z | system/library/g++-runtime |
144 | 2024-12-20T21:13:04.767Z | 13-2.0 -> 14-2.0 |
145 | 2024-12-20T21:13:04.767Z | system/library/gcc-runtime |
146 | 2024-12-20T21:13:04.767Z | 13-2.0 -> 14-2.0 |
147 | 2024-12-20T21:13:04.767Z | |
148 | 2024-12-20T21:13:04.767Z | Services: |
149 | 2024-12-20T21:13:04.767Z | restart_fmri: |
150 | 2024-12-20T21:13:04.767Z | svc:/system/update-man-index:default |
151 | 2024-12-20T21:13:04.767Z | |
152 | 2024-12-20T21:13:04.767Z | Editable files to change: |
153 | 2024-12-20T21:13:04.767Z | Update: |
154 | 2024-12-20T21:13:04.767Z | usr/share/lib/pkg/web/config.shtml |
155 | 2024-12-20T21:13:04.841Z | |
156 | 2024-12-20T21:13:04.841Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2024-12-20T21:13:09.842Z | Download: 613/4301 items 12.3/225.4MB 5% complete (2.3M/s) |
158 | 2024-12-20T21:13:15.011Z | Download: 1198/4301 items 82.7/225.4MB 36% complete (8.7M/s) |
159 | 2024-12-20T21:13:19.999Z | Download: 1754/4301 items 118.0/225.4MB 52% complete (10.2M/s) |
160 | 2024-12-20T21:13:34.931Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
161 | 2024-12-20T21:13:39.931Z | Download: 2648/4301 items 120.6/225.4MB 53% complete (288k/s) |
162 | 2024-12-20T21:13:44.969Z | Download: 2964/4301 items 121.2/225.4MB 53% complete (204k/s) |
163 | 2024-12-20T21:13:49.983Z | Download: 3202/4301 items 189.7/225.4MB 84% complete (6.8M/s) |
164 | 2024-12-20T21:14:00.406Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.0M/s) |
165 | 2024-12-20T21:14:05.407Z | Download: 3386/4301 items 214.9/225.4MB 95% complete (2.2M/s) |
166 | 2024-12-20T21:14:10.414Z | Download: 4059/4301 items 219.1/225.4MB 97% complete (1.6M/s) |
167 | 2024-12-20T21:14:16.566Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (1.6M/s) |
168 | 2024-12-20T21:14:21.757Z | Download: 4282/4301 items 221.6/225.4MB 98% complete (156k/s) |
169 | 2024-12-20T21:14:25.286Z | Download: Completed 225.42 MB in 80.43 seconds (2.8M/s) |
170 | 2024-12-20T21:14:27.441Z | Actions: 1/5122 actions (Removing old actions) |
171 | 2024-12-20T21:14:27.463Z | Actions: 194/5122 actions (Installing new actions) |
172 | 2024-12-20T21:14:32.062Z | Actions: 4267/5122 actions (Updating modified actions) |
173 | 2024-12-20T21:14:32.419Z | Actions: Completed 5122 actions in 4.98 seconds. |
174 | 2024-12-20T21:14:32.844Z | Done (0.414s) |
175 | 2024-12-20T21:14:32.874Z | Done (0.001s) |
176 | 2024-12-20T21:14:33.418Z | Done (0.568s) |
177 | 2024-12-20T21:14:37.777Z | Done (4.137s) |
178 | 2024-12-20T21:14:37.858Z | Done (0.019s) |
179 | 2024-12-20T21:14:37.861Z | Done (0.000s) |
180 | 2024-12-20T21:14:38.020Z | Done (0.000s) |
181 | 2024-12-20T21:14:38.696Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-12-20T21:14:38.853Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-12-20T21:14:38.856Z | Planning: Consolidating action changes ... Done |
184 | 2024-12-20T21:14:39.117Z | Planning: Evaluating mediators ... Done |
185 | 2024-12-20T21:14:39.120Z | Planning: Planning completed in 0.42 seconds |
186 | 2024-12-20T21:14:39.159Z | Mediators to change: 2 |
187 | 2024-12-20T21:14:39.159Z | Create boot environment: No |
188 | 2024-12-20T21:14:39.162Z | Create backup boot environment: No |
189 | 2024-12-20T21:14:39.244Z | Done |
190 | 2024-12-20T21:14:39.244Z | Done |
191 | 2024-12-20T21:14:39.606Z | Done |
192 | 2024-12-20T21:14:43.101Z | Done |
193 | 2024-12-20T21:14:43.190Z | Done |
194 | 2024-12-20T21:14:43.193Z | Done |
195 | 2024-12-20T21:14:43.325Z | Done |
196 | 2024-12-20T21:14:43.921Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-12-20T21:14:43.925Z | Planning: Merging actions ... Done |
198 | 2024-12-20T21:14:44.107Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-12-20T21:14:44.109Z | Planning: Consolidating action changes ... Done |
200 | 2024-12-20T21:14:44.367Z | Planning: Evaluating mediators ... Done |
201 | 2024-12-20T21:14:44.421Z | Planning: Planning completed in 0.73 seconds |
202 | 2024-12-20T21:14:44.464Z | Packages to change: 1 |
203 | 2024-12-20T21:14:44.464Z | Mediators to change: 1 |
204 | 2024-12-20T21:14:44.467Z | Services to change: 1 |
205 | 2024-12-20T21:14:44.467Z | Create boot environment: No |
206 | 2024-12-20T21:14:44.467Z | Create backup boot environment: Yes |
207 | 2024-12-20T21:14:46.968Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-12-20T21:14:46.971Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-12-20T21:14:46.971Z | Done |
210 | 2024-12-20T21:14:46.971Z | Done |
211 | 2024-12-20T21:14:47.086Z | Done |
212 | 2024-12-20T21:14:50.623Z | Done |
213 | 2024-12-20T21:14:50.709Z | Done |
214 | 2024-12-20T21:14:50.712Z | Done |
215 | 2024-12-20T21:14:50.832Z | Done |
216 | 2024-12-20T21:14:51.261Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-12-20T21:14:51.261Z | clang system 15 system |
218 | 2024-12-20T21:14:51.261Z | csh system system illumos |
219 | 2024-12-20T21:14:51.261Z | ctags system system illumos |
220 | 2024-12-20T21:14:51.261Z | gcc vendor 12 vendor |
221 | 2024-12-20T21:14:51.261Z | gcc system 10 system |
222 | 2024-12-20T21:14:51.261Z | gcc system 7 system |
223 | 2024-12-20T21:14:51.261Z | go system 1.20 system |
224 | 2024-12-20T21:14:51.261Z | go system 1.19 system |
225 | 2024-12-20T21:14:51.261Z | llvm system 15 system |
226 | 2024-12-20T21:14:51.262Z | llvm system 14 system |
227 | 2024-12-20T21:14:51.262Z | mariadb system 10.6 system |
228 | 2024-12-20T21:14:51.262Z | mta vendor vendor dma |
229 | 2024-12-20T21:14:51.262Z | openjdk system 17 system |
230 | 2024-12-20T21:14:51.262Z | openjdk system 11 system |
231 | 2024-12-20T21:14:51.262Z | openjdk system 1.8 system |
232 | 2024-12-20T21:14:51.262Z | openssl vendor 3 vendor |
233 | 2024-12-20T21:14:51.262Z | perl system 5.36 system |
234 | 2024-12-20T21:14:51.262Z | postgresql system 15 system |
235 | 2024-12-20T21:14:51.262Z | postgresql system 13 system |
236 | 2024-12-20T21:14:51.262Z | python vendor 3 vendor |
237 | 2024-12-20T21:14:51.263Z | python system 2 system |
238 | 2024-12-20T21:14:51.263Z | python3 system 3.11 system |
239 | 2024-12-20T21:14:51.263Z | ruby system 3.0 system |
240 | 2024-12-20T21:14:51.263Z | words vendor vendor american-english |
241 | 2024-12-20T21:14:51.263Z | words system system australian-english |
242 | 2024-12-20T21:14:51.263Z | words system system british-english |
243 | 2024-12-20T21:14:51.263Z | words system system canadian-english |
244 | 2024-12-20T21:14:51.263Z | words system system french |
245 | 2024-12-20T21:14:51.263Z | words system system italian |
246 | 2024-12-20T21:14:51.263Z | words system system ngerman |
247 | 2024-12-20T21:14:51.263Z | words system system ogerman |
248 | 2024-12-20T21:14:51.263Z | words system system spanish |
249 | 2024-12-20T21:14:51.589Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-12-20T21:14:51.589Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-12-20T21:14:54.313Z | FMRI IFO |
252 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
262 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
263 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
265 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
266 | 2024-12-20T21:14:54.313Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-12-20T21:14:55.071Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-12-20T21:14:55.303Z | Updating crates.io index |
269 | 2024-12-20T21:14:55.305Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-12-20T21:14:55.871Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-12-20T21:14:56.124Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2024-12-20T21:14:56.360Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2024-12-20T21:14:56.608Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2024-12-20T21:14:57.479Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-12-20T21:14:58.992Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2024-12-20T21:14:59.635Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2024-12-20T21:15:00.358Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-12-20T21:15:00.643Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-12-20T21:15:00.929Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-12-20T21:15:01.561Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2024-12-20T21:15:01.794Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-12-20T21:15:02.140Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-12-20T21:15:02.418Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-12-20T21:15:02.700Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-12-20T21:15:02.951Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-12-20T21:15:03.235Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-12-20T21:15:03.548Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-12-20T21:15:03.896Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-12-20T21:15:04.132Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-12-20T21:15:04.598Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
291 | 2024-12-20T21:15:04.942Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
292 | 2024-12-20T21:15:05.315Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
293 | 2024-12-20T21:15:05.704Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
294 | 2024-12-20T21:15:06.027Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-12-20T21:15:06.296Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-12-20T21:15:06.567Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-12-20T21:15:07.775Z | Downloading crates ... |
298 | 2024-12-20T21:15:07.856Z | Downloaded anstyle v1.0.10 |
299 | 2024-12-20T21:15:07.860Z | Downloaded anstream v0.6.15 |
300 | 2024-12-20T21:15:07.863Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/zerocopy/0.7.35/download` (146.75.42.137), got 502 |
301 | 2024-12-20T21:15:07.863Z | body: |
302 | 2024-12-20T21:15:07.863Z | I/O error |
303 | 2024-12-20T21:15:07.863Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/version_check/0.9.5/download` (146.75.42.137), got 502 |
304 | 2024-12-20T21:15:07.863Z | body: |
305 | 2024-12-20T21:15:07.863Z | I/O error |
306 | 2024-12-20T21:15:07.863Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download` (146.75.42.137), got 502 |
307 | 2024-12-20T21:15:07.863Z | body: |
308 | 2024-12-20T21:15:07.863Z | I/O error |
309 | 2024-12-20T21:15:07.866Z | Downloaded anstyle-parse v0.2.5 |
310 | 2024-12-20T21:15:07.873Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-20T21:15:07.880Z | Downloaded equivalent v1.0.1 |
312 | 2024-12-20T21:15:07.882Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-12-20T21:15:07.899Z | Downloaded swrite v0.1.0 |
314 | 2024-12-20T21:15:07.905Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-12-20T21:15:07.910Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-20T21:15:07.914Z | Downloaded colorchoice v1.0.2 |
317 | 2024-12-20T21:15:07.917Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-12-20T21:15:07.920Z | Downloaded fastrand v2.1.1 |
319 | 2024-12-20T21:15:07.920Z | Downloaded crypto-common v0.1.6 |
320 | 2024-12-20T21:15:07.922Z | Downloaded clap_lex v0.7.2 |
321 | 2024-12-20T21:15:07.922Z | Downloaded cfg-if v1.0.0 |
322 | 2024-12-20T21:15:07.925Z | Downloaded fnv v1.0.7 |
323 | 2024-12-20T21:15:07.928Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-12-20T21:15:07.928Z | Downloaded itoa v1.0.11 |
325 | 2024-12-20T21:15:07.928Z | Downloaded cpufeatures v0.2.14 |
326 | 2024-12-20T21:15:07.931Z | Downloaded digest v0.10.7 |
327 | 2024-12-20T21:15:07.932Z | Downloaded byteorder v1.5.0 |
328 | 2024-12-20T21:15:07.934Z | Downloaded errno v0.3.9 |
329 | 2024-12-20T21:15:07.934Z | Downloaded block-buffer v0.10.4 |
330 | 2024-12-20T21:15:07.937Z | Downloaded macaddr v1.0.1 |
331 | 2024-12-20T21:15:07.941Z | Downloaded heck v0.5.0 |
332 | 2024-12-20T21:15:07.946Z | Downloaded smawk v0.3.2 |
333 | 2024-12-20T21:15:07.946Z | Downloaded memmap v0.7.0 |
334 | 2024-12-20T21:15:07.946Z | Downloaded usdt v0.5.0 |
335 | 2024-12-20T21:15:07.949Z | Downloaded thiserror-impl v1.0.69 |
336 | 2024-12-20T21:15:07.949Z | Downloaded fs-err v2.11.0 |
337 | 2024-12-20T21:15:07.951Z | Downloaded serde_spanned v0.6.8 |
338 | 2024-12-20T21:15:07.952Z | Downloaded bytecount v0.6.8 |
339 | 2024-12-20T21:15:07.954Z | Downloaded generic-array v0.14.7 |
340 | 2024-12-20T21:15:07.954Z | Downloaded autocfg v1.4.0 |
341 | 2024-12-20T21:15:07.957Z | Downloaded heck v0.4.1 |
342 | 2024-12-20T21:15:07.959Z | Downloaded dof v0.3.0 |
343 | 2024-12-20T21:15:07.959Z | Downloaded pest_generator v2.7.14 |
344 | 2024-12-20T21:15:07.962Z | Downloaded scroll v0.12.0 |
345 | 2024-12-20T21:15:07.962Z | Downloaded plain v0.2.3 |
346 | 2024-12-20T21:15:07.964Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-12-20T21:15:07.964Z | Downloaded toml_datetime v0.6.8 |
348 | 2024-12-20T21:15:07.969Z | Downloaded strsim v0.11.1 |
349 | 2024-12-20T21:15:07.972Z | Downloaded ryu v1.0.18 |
350 | 2024-12-20T21:15:07.972Z | Downloaded utf8parse v0.2.2 |
351 | 2024-12-20T21:15:07.976Z | Downloaded terminal_size v0.4.0 |
352 | 2024-12-20T21:15:07.976Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-12-20T21:15:07.976Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-12-20T21:15:07.981Z | Downloaded cargo-platform v0.1.8 |
355 | 2024-12-20T21:15:07.981Z | Downloaded thiserror v1.0.69 |
356 | 2024-12-20T21:15:07.983Z | Downloaded quote v1.0.37 |
357 | 2024-12-20T21:15:07.985Z | Downloaded camino-tempfile v1.1.1 |
358 | 2024-12-20T21:15:07.988Z | Downloaded cargo_toml v0.20.5 |
359 | 2024-12-20T21:15:07.988Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-12-20T21:15:07.991Z | Downloaded cargo_metadata v0.18.1 |
361 | 2024-12-20T21:15:07.994Z | Downloaded anstyle-query v1.1.1 |
362 | 2024-12-20T21:15:07.997Z | Downloaded once_cell v1.20.2 |
363 | 2024-12-20T21:15:08.000Z | Downloaded tempfile v3.13.0 |
364 | 2024-12-20T21:15:08.007Z | Downloaded thread-id v4.2.2 |
365 | 2024-12-20T21:15:08.013Z | Downloaded usdt-impl v0.5.0 |
366 | 2024-12-20T21:15:08.016Z | Downloaded camino v1.1.9 |
367 | 2024-12-20T21:15:08.016Z | Downloaded sha2 v0.10.8 |
368 | 2024-12-20T21:15:08.019Z | Downloaded pest_meta v2.7.14 |
369 | 2024-12-20T21:15:08.022Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2024-12-20T21:15:08.025Z | Downloaded clap v4.5.21 |
371 | 2024-12-20T21:15:08.032Z | Downloaded textwrap v0.16.1 |
372 | 2024-12-20T21:15:08.038Z | Downloaded pest_derive v2.7.14 |
373 | 2024-12-20T21:15:08.042Z | Downloaded log v0.4.22 |
374 | 2024-12-20T21:15:08.042Z | Downloaded clap_derive v4.5.18 |
375 | 2024-12-20T21:15:08.045Z | Downloaded anyhow v1.0.93 |
376 | 2024-12-20T21:15:08.045Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-20T21:15:08.048Z | Downloaded bitflags v2.6.0 |
378 | 2024-12-20T21:15:08.051Z | Downloaded semver v1.0.23 |
379 | 2024-12-20T21:15:08.056Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-12-20T21:15:08.060Z | Downloaded serde_derive v1.0.215 |
381 | 2024-12-20T21:15:08.064Z | Downloaded typenum v1.17.0 |
382 | 2024-12-20T21:15:08.066Z | Downloaded toml v0.8.19 |
383 | 2024-12-20T21:15:08.069Z | Downloaded proc-macro2 v1.0.89 |
384 | 2024-12-20T21:15:08.071Z | Downloaded papergrid v0.11.0 |
385 | 2024-12-20T21:15:08.078Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-20T21:15:08.084Z | Downloaded serde v1.0.215 |
387 | 2024-12-20T21:15:08.087Z | Downloaded memchr v2.7.4 |
388 | 2024-12-20T21:15:08.102Z | Downloaded toml_edit v0.22.22 |
389 | 2024-12-20T21:15:08.132Z | Downloaded hashbrown v0.15.1 |
390 | 2024-12-20T21:15:08.141Z | Downloaded pest v2.7.14 |
391 | 2024-12-20T21:15:08.149Z | Downloaded serde_json v1.0.132 |
392 | 2024-12-20T21:15:08.159Z | Downloaded winnow v0.6.20 |
393 | 2024-12-20T21:15:08.167Z | Downloaded goblin v0.8.2 |
394 | 2024-12-20T21:15:08.173Z | Downloaded tabled v0.15.0 |
395 | 2024-12-20T21:15:08.188Z | Downloaded clap_builder v4.5.21 |
396 | 2024-12-20T21:15:08.193Z | Downloaded syn v1.0.109 |
397 | 2024-12-20T21:15:08.211Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-20T21:15:08.218Z | Downloaded syn v2.0.87 |
399 | 2024-12-20T21:15:08.229Z | Downloaded rustix v0.38.37 |
400 | 2024-12-20T21:15:08.261Z | Downloaded libc v0.2.162 |
401 | 2024-12-20T21:15:08.460Z | Downloaded version_check v0.9.5 |
402 | 2024-12-20T21:15:08.725Z | Downloaded zerocopy v0.7.35 |
403 | 2024-12-20T21:15:09.244Z | Downloaded is_terminal_polyfill v1.70.1 |
404 | 2024-12-20T21:15:09.523Z | Compiling proc-macro2 v1.0.89 |
405 | 2024-12-20T21:15:09.523Z | Compiling unicode-ident v1.0.13 |
406 | 2024-12-20T21:15:09.523Z | Compiling version_check v0.9.5 |
407 | 2024-12-20T21:15:09.526Z | Compiling serde v1.0.215 |
408 | 2024-12-20T21:15:09.526Z | Compiling thiserror v1.0.69 |
409 | 2024-12-20T21:15:09.526Z | Compiling memchr v2.7.4 |
410 | 2024-12-20T21:15:09.526Z | Compiling libc v0.2.162 |
411 | 2024-12-20T21:15:09.558Z | Compiling ucd-trie v0.1.7 |
412 | 2024-12-20T21:15:09.776Z | Compiling ryu v1.0.18 |
413 | 2024-12-20T21:15:10.140Z | Compiling itoa v1.0.11 |
414 | 2024-12-20T21:15:10.244Z | Compiling once_cell v1.20.2 |
415 | 2024-12-20T21:15:10.358Z | Compiling byteorder v1.5.0 |
416 | 2024-12-20T21:15:10.383Z | Compiling serde_json v1.0.132 |
417 | 2024-12-20T21:15:10.639Z | Compiling rustix v0.38.37 |
418 | 2024-12-20T21:15:10.865Z | Compiling bitflags v2.6.0 |
419 | 2024-12-20T21:15:10.899Z | Compiling usdt-impl v0.5.0 |
420 | 2024-12-20T21:15:11.145Z | Compiling proc-macro-error-attr v1.0.4 |
421 | 2024-12-20T21:15:11.252Z | Compiling syn v1.0.109 |
422 | 2024-12-20T21:15:11.356Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-12-20T21:15:11.388Z | Compiling quote v1.0.37 |
424 | 2024-12-20T21:15:11.558Z | Compiling plain v0.2.3 |
425 | 2024-12-20T21:15:11.591Z | Compiling equivalent v1.0.1 |
426 | 2024-12-20T21:15:11.634Z | Compiling hashbrown v0.15.1 |
427 | 2024-12-20T21:15:11.720Z | Compiling utf8parse v0.2.2 |
428 | 2024-12-20T21:15:11.742Z | Compiling log v0.4.22 |
429 | 2024-12-20T21:15:11.873Z | Compiling syn v2.0.87 |
430 | 2024-12-20T21:15:11.897Z | Compiling errno v0.3.9 |
431 | 2024-12-20T21:15:12.159Z | Compiling thread-id v4.2.2 |
432 | 2024-12-20T21:15:12.184Z | Compiling camino v1.1.9 |
433 | 2024-12-20T21:15:12.233Z | Compiling anstyle-parse v0.2.5 |
434 | 2024-12-20T21:15:12.545Z | Compiling pretty-hex v0.4.1 |
435 | 2024-12-20T21:15:12.750Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-12-20T21:15:12.775Z | Compiling winnow v0.6.20 |
437 | 2024-12-20T21:15:12.879Z | Compiling indexmap v2.6.0 |
438 | 2024-12-20T21:15:12.905Z | Compiling anstyle v1.0.10 |
439 | 2024-12-20T21:15:12.905Z | Compiling autocfg v1.4.0 |
440 | 2024-12-20T21:15:13.175Z | Compiling semver v1.0.23 |
441 | 2024-12-20T21:15:13.359Z | Compiling unicode-width v0.1.14 |
442 | 2024-12-20T21:15:13.733Z | Compiling anstyle-query v1.1.1 |
443 | 2024-12-20T21:15:13.895Z | Compiling colorchoice v1.0.2 |
444 | 2024-12-20T21:15:14.042Z | Compiling fs-err v2.11.0 |
445 | 2024-12-20T21:15:14.068Z | Compiling anstream v0.6.15 |
446 | 2024-12-20T21:15:14.262Z | Compiling cfg-if v1.0.0 |
447 | 2024-12-20T21:15:14.289Z | Compiling anyhow v1.0.93 |
448 | 2024-12-20T21:15:14.321Z | Compiling terminal_size v0.4.0 |
449 | 2024-12-20T21:15:14.369Z | Compiling fastrand v2.1.1 |
450 | 2024-12-20T21:15:14.804Z | Compiling strsim v0.11.1 |
451 | 2024-12-20T21:15:14.934Z | Compiling bytecount v0.6.8 |
452 | 2024-12-20T21:15:14.948Z | Compiling fnv v1.0.7 |
453 | 2024-12-20T21:15:14.979Z | Compiling heck v0.4.1 |
454 | 2024-12-20T21:15:15.089Z | Compiling clap_lex v0.7.2 |
455 | 2024-12-20T21:15:15.109Z | Compiling heck v0.5.0 |
456 | 2024-12-20T21:15:15.493Z | Compiling clap_builder v4.5.21 |
457 | 2024-12-20T21:15:15.616Z | Compiling papergrid v0.11.0 |
458 | 2024-12-20T21:15:15.708Z | Compiling tempfile v3.13.0 |
459 | 2024-12-20T21:15:16.051Z | Compiling memmap v0.7.0 |
460 | 2024-12-20T21:15:16.080Z | Compiling smawk v0.3.2 |
461 | 2024-12-20T21:15:16.390Z | Compiling unicode-linebreak v0.1.5 |
462 | 2024-12-20T21:15:16.732Z | Compiling swrite v0.1.0 |
463 | 2024-12-20T21:15:16.808Z | Compiling textwrap v0.16.1 |
464 | 2024-12-20T21:15:17.979Z | Compiling tabled_derive v0.7.0 |
465 | 2024-12-20T21:15:19.557Z | Compiling tabled v0.15.0 |
466 | 2024-12-20T21:15:20.899Z | Compiling serde_derive v1.0.215 |
467 | 2024-12-20T21:15:20.902Z | Compiling thiserror-impl v1.0.69 |
468 | 2024-12-20T21:15:20.953Z | Compiling zerocopy-derive v0.7.35 |
469 | 2024-12-20T21:15:20.992Z | Compiling scroll_derive v0.12.0 |
470 | 2024-12-20T21:15:21.036Z | Compiling clap_derive v4.5.18 |
471 | 2024-12-20T21:15:22.277Z | Compiling scroll v0.12.0 |
472 | 2024-12-20T21:15:22.821Z | Compiling goblin v0.8.2 |
473 | 2024-12-20T21:15:22.853Z | Compiling zerocopy v0.7.35 |
474 | 2024-12-20T21:15:23.608Z | Compiling pest v2.7.14 |
475 | 2024-12-20T21:15:24.678Z | Compiling clap v4.5.21 |
476 | 2024-12-20T21:15:25.851Z | Compiling pest_meta v2.7.14 |
477 | 2024-12-20T21:15:26.720Z | Compiling pest_generator v2.7.14 |
478 | 2024-12-20T21:15:28.401Z | Compiling pest_derive v2.7.14 |
479 | 2024-12-20T21:15:29.121Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-12-20T21:15:31.100Z | Compiling toml_datetime v0.6.8 |
481 | 2024-12-20T21:15:31.100Z | Compiling serde_spanned v0.6.8 |
482 | 2024-12-20T21:15:31.103Z | Compiling cargo-platform v0.1.8 |
483 | 2024-12-20T21:15:31.488Z | Compiling serde_tokenstream v0.2.2 |
484 | 2024-12-20T21:15:31.593Z | Compiling toml_edit v0.22.22 |
485 | 2024-12-20T21:15:31.709Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-12-20T21:15:31.709Z | Compiling macaddr v1.0.1 |
487 | 2024-12-20T21:15:32.684Z | Compiling dof v0.3.0 |
488 | 2024-12-20T21:15:32.684Z | Compiling cargo_metadata v0.18.1 |
489 | 2024-12-20T21:15:34.282Z | Compiling toml v0.8.19 |
490 | 2024-12-20T21:15:34.524Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2024-12-20T21:15:34.524Z | Compiling usdt-macro v0.5.0 |
492 | 2024-12-20T21:15:35.147Z | Compiling cargo_toml v0.20.5 |
493 | 2024-12-20T21:15:35.992Z | Compiling usdt v0.5.0 |
494 | 2024-12-20T21:15:38.730Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
495 | 2024-12-20T21:15:42.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.98s |
496 | 2024-12-20T21:15:43.096Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
497 | 2024-12-20T21:15:43.628Z | Downloading crates ... |
498 | 2024-12-20T21:15:43.752Z | Downloaded async-stream-impl v0.3.6 |
499 | 2024-12-20T21:15:43.768Z | Downloaded cfg_aliases v0.2.1 |
500 | 2024-12-20T21:15:43.782Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-12-20T21:15:43.782Z | Downloaded atty v0.2.14 |
502 | 2024-12-20T21:15:43.782Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-12-20T21:15:43.787Z | Downloaded async-stream v0.3.6 |
504 | 2024-12-20T21:15:43.790Z | Downloaded assert_matches v1.5.0 |
505 | 2024-12-20T21:15:43.790Z | Downloaded aead v0.5.2 |
506 | 2024-12-20T21:15:43.790Z | Downloaded ascii-canvas v3.0.0 |
507 | 2024-12-20T21:15:43.791Z | Downloaded adler2 v2.0.0 |
508 | 2024-12-20T21:15:43.794Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-12-20T21:15:43.794Z | Downloaded async-recursion v1.1.1 |
510 | 2024-12-20T21:15:43.797Z | Downloaded crucible-workspace-hack v0.1.0 |
511 | 2024-12-20T21:15:43.798Z | Downloaded crunchy v0.2.2 |
512 | 2024-12-20T21:15:43.798Z | Downloaded castaway v0.2.3 |
513 | 2024-12-20T21:15:43.801Z | Downloaded crc-catalog v2.4.0 |
514 | 2024-12-20T21:15:43.801Z | Downloaded array-init v0.0.4 |
515 | 2024-12-20T21:15:43.805Z | Downloaded arrayref v0.3.9 |
516 | 2024-12-20T21:15:43.805Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-12-20T21:15:43.805Z | Downloaded cobs v0.2.3 |
518 | 2024-12-20T21:15:43.809Z | Downloaded chacha20 v0.9.1 |
519 | 2024-12-20T21:15:43.811Z | Downloaded heapless v0.7.17 |
520 | 2024-12-20T21:15:43.815Z | Downloaded headers-core v0.3.0 |
521 | 2024-12-20T21:15:43.815Z | Downloaded darling v0.20.10 |
522 | 2024-12-20T21:15:43.819Z | Downloaded heapless v0.8.0 |
523 | 2024-12-20T21:15:43.824Z | Downloaded ctr v0.9.2 |
524 | 2024-12-20T21:15:43.827Z | Downloaded colored v2.1.0 |
525 | 2024-12-20T21:15:43.830Z | Downloaded chrono-tz-build v0.4.0 |
526 | 2024-12-20T21:15:43.830Z | Downloaded cbc v0.1.2 |
527 | 2024-12-20T21:15:43.834Z | Downloaded argon2 v0.5.3 |
528 | 2024-12-20T21:15:43.834Z | Downloaded cipher v0.4.4 |
529 | 2024-12-20T21:15:43.837Z | Downloaded crc v3.2.1 |
530 | 2024-12-20T21:15:43.838Z | Downloaded buf-list v1.0.3 |
531 | 2024-12-20T21:15:43.841Z | Downloaded curve25519-dalek-derive v0.1.1 |
532 | 2024-12-20T21:15:43.846Z | Downloaded httparse v1.9.5 |
533 | 2024-12-20T21:15:43.849Z | Downloaded hex v0.4.3 |
534 | 2024-12-20T21:15:43.849Z | Downloaded hickory-client v0.24.1 |
535 | 2024-12-20T21:15:43.855Z | Downloaded http-range v0.1.5 |
536 | 2024-12-20T21:15:43.855Z | Downloaded hmac v0.12.1 |
537 | 2024-12-20T21:15:43.859Z | Downloaded bitfield-struct v0.6.2 |
538 | 2024-12-20T21:15:43.859Z | Downloaded blowfish v0.9.1 |
539 | 2024-12-20T21:15:43.860Z | Downloaded http-body v1.0.1 |
540 | 2024-12-20T21:15:43.860Z | Downloaded cexpr v0.6.0 |
541 | 2024-12-20T21:15:43.864Z | Downloaded bit-vec v0.6.3 |
542 | 2024-12-20T21:15:43.864Z | Downloaded arrayvec v0.7.6 |
543 | 2024-12-20T21:15:43.868Z | Downloaded hostname v0.4.0 |
544 | 2024-12-20T21:15:43.868Z | Downloaded hex-literal v0.4.1 |
545 | 2024-12-20T21:15:43.868Z | Downloaded cmake v0.1.51 |
546 | 2024-12-20T21:15:43.871Z | Downloaded backoff v0.4.0 |
547 | 2024-12-20T21:15:43.873Z | Downloaded hubpack v0.1.2 |
548 | 2024-12-20T21:15:43.873Z | Downloaded humantime v2.1.0 |
549 | 2024-12-20T21:15:43.876Z | Downloaded http-body-util v0.1.2 |
550 | 2024-12-20T21:15:43.879Z | Downloaded csv-core v0.1.11 |
551 | 2024-12-20T21:15:43.879Z | Downloaded hyper-tls v0.6.0 |
552 | 2024-12-20T21:15:43.882Z | Downloaded console v0.15.8 |
553 | 2024-12-20T21:15:43.886Z | Downloaded icu_locid_transform v1.5.0 |
554 | 2024-12-20T21:15:43.890Z | Downloaded iana-time-zone v0.1.61 |
555 | 2024-12-20T21:15:43.893Z | Downloaded cookie_store v0.21.0 |
556 | 2024-12-20T21:15:43.893Z | Downloaded highway v1.2.0 |
557 | 2024-12-20T21:15:43.897Z | Downloaded ident_case v1.0.1 |
558 | 2024-12-20T21:15:43.899Z | Downloaded cancel-safe-futures v0.1.5 |
559 | 2024-12-20T21:15:43.903Z | Downloaded icu_provider_macros v1.5.0 |
560 | 2024-12-20T21:15:43.903Z | Downloaded sigpipe v0.1.3 |
561 | 2024-12-20T21:15:43.906Z | Downloaded is_ci v1.2.0 |
562 | 2024-12-20T21:15:43.906Z | Downloaded async-bb8-diesel v0.2.1 |
563 | 2024-12-20T21:15:43.910Z | Downloaded httpdate v1.0.3 |
564 | 2024-12-20T21:15:43.910Z | Downloaded hostname v0.3.1 |
565 | 2024-12-20T21:15:43.914Z | Downloaded hyper-staticfile v0.10.1 |
566 | 2024-12-20T21:15:43.915Z | Downloaded const_format_proc_macros v0.2.33 |
567 | 2024-12-20T21:15:43.918Z | Downloaded crc32fast v1.4.2 |
568 | 2024-12-20T21:15:43.918Z | Downloaded match_cfg v0.1.0 |
569 | 2024-12-20T21:15:43.923Z | Downloaded tower-service v0.3.3 |
570 | 2024-12-20T21:15:43.923Z | Downloaded instant v0.1.13 |
571 | 2024-12-20T21:15:43.923Z | Downloaded icu_normalizer v1.5.0 |
572 | 2024-12-20T21:15:43.926Z | Downloaded md5 v0.7.0 |
573 | 2024-12-20T21:15:43.929Z | Downloaded rand_chacha v0.3.1 |
574 | 2024-12-20T21:15:43.929Z | Downloaded quinn-udp v0.5.5 |
575 | 2024-12-20T21:15:43.933Z | Downloaded matches v0.1.10 |
576 | 2024-12-20T21:15:43.933Z | Downloaded bzip2 v0.4.4 |
577 | 2024-12-20T21:15:43.941Z | Downloaded keccak v0.1.5 |
578 | 2024-12-20T21:15:43.941Z | Downloaded heck v0.3.3 |
579 | 2024-12-20T21:15:43.941Z | Downloaded hubpack_derive v0.1.1 |
580 | 2024-12-20T21:15:43.945Z | Downloaded cookie v0.18.1 |
581 | 2024-12-20T21:15:43.945Z | Downloaded try-lock v0.2.5 |
582 | 2024-12-20T21:15:43.945Z | Downloaded waitgroup v0.1.2 |
583 | 2024-12-20T21:15:43.945Z | Downloaded zone_cfg_derive v0.3.0 |
584 | 2024-12-20T21:15:43.945Z | Downloaded vte_generate_state_changes v0.1.2 |
585 | 2024-12-20T21:15:43.945Z | Downloaded is-terminal v0.4.13 |
586 | 2024-12-20T21:15:43.948Z | Downloaded ipnetwork v0.20.0 |
587 | 2024-12-20T21:15:43.948Z | Downloaded rustc-hash v2.0.0 |
588 | 2024-12-20T21:15:43.952Z | Downloaded impl-trait-for-tuples v0.2.2 |
589 | 2024-12-20T21:15:43.955Z | Downloaded salsa20 v0.10.2 |
590 | 2024-12-20T21:15:43.955Z | Downloaded rustls-pemfile v1.0.4 |
591 | 2024-12-20T21:15:43.959Z | Downloaded serde-hex v0.1.0 |
592 | 2024-12-20T21:15:43.959Z | Downloaded async-trait v0.1.83 |
593 | 2024-12-20T21:15:43.962Z | Downloaded hyper-util v0.1.10 |
594 | 2024-12-20T21:15:43.967Z | Downloaded slab v0.4.9 |
595 | 2024-12-20T21:15:43.971Z | Downloaded smallvec v0.6.14 |
596 | 2024-12-20T21:15:43.971Z | Downloaded funty v2.0.0 |
597 | 2024-12-20T21:15:43.974Z | Downloaded static_assertions v1.1.0 |
598 | 2024-12-20T21:15:43.974Z | Downloaded stable_deref_trait v1.2.0 |
599 | 2024-12-20T21:15:43.977Z | Downloaded blake2 v0.10.6 |
600 | 2024-12-20T21:15:43.980Z | Downloaded maybe-uninit v2.0.0 |
601 | 2024-12-20T21:15:43.980Z | Downloaded dyn-clone v1.0.17 |
602 | 2024-12-20T21:15:43.984Z | Downloaded thiserror-impl v2.0.3 |
603 | 2024-12-20T21:15:43.984Z | Downloaded tokio-rustls v0.25.0 |
604 | 2024-12-20T21:15:43.987Z | Downloaded mime v0.3.17 |
605 | 2024-12-20T21:15:43.990Z | Downloaded tls_codec_derive v0.4.1 |
606 | 2024-12-20T21:15:43.990Z | Downloaded synstructure v0.13.1 |
607 | 2024-12-20T21:15:43.994Z | Downloaded memoffset v0.9.1 |
608 | 2024-12-20T21:15:43.994Z | Downloaded lockfree-object-pool v0.1.6 |
609 | 2024-12-20T21:15:43.997Z | Downloaded ipnet v2.10.1 |
610 | 2024-12-20T21:15:43.997Z | Downloaded ciborium v0.2.2 |
611 | 2024-12-20T21:15:44.001Z | Downloaded base64 v0.13.1 |
612 | 2024-12-20T21:15:44.004Z | Downloaded wait-timeout v0.2.0 |
613 | 2024-12-20T21:15:44.007Z | Downloaded openssl-macros v0.1.1 |
614 | 2024-12-20T21:15:44.007Z | Downloaded universal-hash v0.5.1 |
615 | 2024-12-20T21:15:44.010Z | Downloaded tabwriter v1.4.0 |
616 | 2024-12-20T21:15:44.010Z | Downloaded hkdf v0.12.4 |
617 | 2024-12-20T21:15:44.013Z | Downloaded litemap v0.7.3 |
618 | 2024-12-20T21:15:44.018Z | Downloaded xz2 v0.1.7 |
619 | 2024-12-20T21:15:44.018Z | Downloaded deranged v0.3.11 |
620 | 2024-12-20T21:15:44.018Z | Downloaded float-cmp v0.9.0 |
621 | 2024-12-20T21:15:44.022Z | Downloaded ed25519 v2.2.3 |
622 | 2024-12-20T21:15:44.022Z | Downloaded serde_derive_internals v0.29.1 |
623 | 2024-12-20T21:15:44.024Z | Downloaded lock_api v0.4.12 |
624 | 2024-12-20T21:15:44.027Z | Downloaded diesel-dtrace v0.4.2 |
625 | 2024-12-20T21:15:44.031Z | Downloaded dunce v1.0.5 |
626 | 2024-12-20T21:15:44.031Z | Downloaded dsl_auto_type v0.1.2 |
627 | 2024-12-20T21:15:44.032Z | Downloaded crc-any v2.5.0 |
628 | 2024-12-20T21:15:44.036Z | Downloaded hash32 v0.3.1 |
629 | 2024-12-20T21:15:44.039Z | Downloaded pretty-hex v0.2.1 |
630 | 2024-12-20T21:15:44.039Z | Downloaded slog-term v2.9.1 |
631 | 2024-12-20T21:15:44.039Z | Downloaded smallvec v1.13.2 |
632 | 2024-12-20T21:15:44.043Z | Downloaded foreign-types-macros v0.2.3 |
633 | 2024-12-20T21:15:44.046Z | Downloaded futures-task v0.3.31 |
634 | 2024-12-20T21:15:44.046Z | Downloaded thiserror v2.0.3 |
635 | 2024-12-20T21:15:44.050Z | Downloaded tracing-attributes v0.1.27 |
636 | 2024-12-20T21:15:44.053Z | Downloaded jobserver v0.1.32 |
637 | 2024-12-20T21:15:44.056Z | Downloaded olpc-cjson v0.1.4 |
638 | 2024-12-20T21:15:44.061Z | Downloaded num v0.4.3 |
639 | 2024-12-20T21:15:44.061Z | Downloaded bytes v1.8.0 |
640 | 2024-12-20T21:15:44.064Z | Downloaded want v0.3.1 |
641 | 2024-12-20T21:15:44.064Z | Downloaded tinyvec_macros v0.1.1 |
642 | 2024-12-20T21:15:44.067Z | Downloaded sqlparser_derive v0.2.2 |
643 | 2024-12-20T21:15:44.067Z | Downloaded icu_collections v1.5.0 |
644 | 2024-12-20T21:15:44.074Z | Downloaded packed_struct v0.10.1 |
645 | 2024-12-20T21:15:44.077Z | Downloaded either v1.13.0 |
646 | 2024-12-20T21:15:44.077Z | Downloaded uzers v0.12.1 |
647 | 2024-12-20T21:15:44.080Z | Downloaded progenitor v0.8.0 |
648 | 2024-12-20T21:15:44.084Z | Downloaded rand_core v0.6.4 |
649 | 2024-12-20T21:15:44.084Z | Downloaded phf v0.11.2 |
650 | 2024-12-20T21:15:44.087Z | Downloaded fs_extra v1.3.0 |
651 | 2024-12-20T21:15:44.087Z | Downloaded rfc6979 v0.4.0 |
652 | 2024-12-20T21:15:44.092Z | Downloaded hickory-server v0.24.1 |
653 | 2024-12-20T21:15:44.095Z | Downloaded downcast v0.11.0 |
654 | 2024-12-20T21:15:44.100Z | Downloaded slog-dtrace v0.3.0 |
655 | 2024-12-20T21:15:44.100Z | Downloaded shell-words v1.1.0 |
656 | 2024-12-20T21:15:44.100Z | Downloaded resolv-conf v0.7.0 |
657 | 2024-12-20T21:15:44.103Z | Downloaded percent-encoding v2.3.1 |
658 | 2024-12-20T21:15:44.103Z | Downloaded ref-cast-impl v1.0.23 |
659 | 2024-12-20T21:15:44.106Z | Downloaded primeorder v0.13.6 |
660 | 2024-12-20T21:15:44.106Z | Downloaded sec1 v0.7.3 |
661 | 2024-12-20T21:15:44.109Z | Downloaded num_threads v0.1.7 |
662 | 2024-12-20T21:15:44.109Z | Downloaded normalize-line-endings v0.3.0 |
663 | 2024-12-20T21:15:44.113Z | Downloaded cc v1.1.30 |
664 | 2024-12-20T21:15:44.116Z | Downloaded base64 v0.22.1 |
665 | 2024-12-20T21:15:44.121Z | Downloaded opaque-debug v0.3.1 |
666 | 2024-12-20T21:15:44.124Z | Downloaded http v1.1.0 |
667 | 2024-12-20T21:15:44.128Z | Downloaded progenitor-client v0.8.0 |
668 | 2024-12-20T21:15:44.128Z | Downloaded termios v0.3.3 |
669 | 2024-12-20T21:15:44.131Z | Downloaded nu-ansi-term v0.50.1 |
670 | 2024-12-20T21:15:44.131Z | Downloaded derive-where v1.2.7 |
671 | 2024-12-20T21:15:44.135Z | Downloaded samael v0.0.17 |
672 | 2024-12-20T21:15:44.141Z | Downloaded peg-runtime v0.8.3 |
673 | 2024-12-20T21:15:44.145Z | Downloaded proc-macro-crate v1.3.1 |
674 | 2024-12-20T21:15:44.145Z | Downloaded ecdsa v0.16.9 |
675 | 2024-12-20T21:15:44.147Z | Downloaded termcolor v1.4.1 |
676 | 2024-12-20T21:15:44.147Z | Downloaded fragile v2.0.0 |
677 | 2024-12-20T21:15:44.154Z | Downloaded parse-size v1.1.0 |
678 | 2024-12-20T21:15:44.158Z | Downloaded debug-ignore v1.0.5 |
679 | 2024-12-20T21:15:44.158Z | Downloaded data-encoding v2.6.0 |
680 | 2024-12-20T21:15:44.167Z | Downloaded scheduled-thread-pool v0.2.7 |
681 | 2024-12-20T21:15:44.170Z | Downloaded tracing-core v0.1.32 |
682 | 2024-12-20T21:15:44.170Z | Downloaded publicsuffix v2.2.3 |
683 | 2024-12-20T21:15:44.173Z | Downloaded hash32 v0.2.1 |
684 | 2024-12-20T21:15:44.187Z | Downloaded newtype-uuid v1.1.3 |
685 | 2024-12-20T21:15:44.187Z | Downloaded secrecy v0.8.0 |
686 | 2024-12-20T21:15:44.187Z | Downloaded zip v0.6.6 |
687 | 2024-12-20T21:15:44.188Z | Downloaded tokio-tungstenite v0.21.0 |
688 | 2024-12-20T21:15:44.191Z | Downloaded walkdir v2.5.0 |
689 | 2024-12-20T21:15:44.191Z | Downloaded num-traits v0.2.19 |
690 | 2024-12-20T21:15:44.191Z | Downloaded diesel_table_macro_syntax v0.2.0 |
691 | 2024-12-20T21:15:44.194Z | Downloaded icu_properties v1.5.1 |
692 | 2024-12-20T21:15:44.197Z | Downloaded tokio-rustls v0.26.0 |
693 | 2024-12-20T21:15:44.200Z | Downloaded des v0.8.1 |
694 | 2024-12-20T21:15:44.200Z | Downloaded diesel_derives v2.2.3 |
695 | 2024-12-20T21:15:44.203Z | Downloaded base64 v0.21.7 |
696 | 2024-12-20T21:15:44.208Z | Downloaded foreign-types-shared v0.3.1 |
697 | 2024-12-20T21:15:44.211Z | Downloaded foreign-types-shared v0.1.1 |
698 | 2024-12-20T21:15:44.211Z | Downloaded foreign-types v0.3.2 |
699 | 2024-12-20T21:15:44.211Z | Downloaded slog-bunyan v2.5.0 |
700 | 2024-12-20T21:15:44.214Z | Downloaded newtype_derive v0.1.6 |
701 | 2024-12-20T21:15:44.217Z | Downloaded newline-converter v0.3.0 |
702 | 2024-12-20T21:15:44.217Z | Downloaded new_debug_unreachable v1.0.6 |
703 | 2024-12-20T21:15:44.217Z | Downloaded spki v0.7.3 |
704 | 2024-12-20T21:15:44.220Z | Downloaded schemars_derive v0.8.21 |
705 | 2024-12-20T21:15:44.224Z | Downloaded spin v0.5.2 |
706 | 2024-12-20T21:15:44.224Z | Downloaded fixedbitset v0.4.2 |
707 | 2024-12-20T21:15:44.224Z | Downloaded displaydoc v0.2.5 |
708 | 2024-12-20T21:15:44.227Z | Downloaded tracing v0.1.40 |
709 | 2024-12-20T21:15:44.231Z | Downloaded headers v0.4.0 |
710 | 2024-12-20T21:15:44.242Z | Downloaded tinystr v0.7.6 |
711 | 2024-12-20T21:15:44.247Z | Downloaded tiny-keccak v2.0.2 |
712 | 2024-12-20T21:15:44.248Z | Downloaded time-macros v0.2.18 |
713 | 2024-12-20T21:15:44.248Z | Downloaded utf16_iter v1.0.5 |
714 | 2024-12-20T21:15:44.252Z | Downloaded vergen v8.3.2 |
715 | 2024-12-20T21:15:44.252Z | Downloaded tokio-tungstenite v0.23.1 |
716 | 2024-12-20T21:15:44.256Z | Downloaded signal-hook-tokio v0.3.1 |
717 | 2024-12-20T21:15:44.256Z | Downloaded embedded-io v0.4.0 |
718 | 2024-12-20T21:15:44.260Z | Downloaded pin-project-lite v0.2.14 |
719 | 2024-12-20T21:15:44.262Z | Downloaded display-error-chain v0.2.2 |
720 | 2024-12-20T21:15:44.268Z | Downloaded zerovec-derive v0.10.3 |
721 | 2024-12-20T21:15:44.268Z | Downloaded zone v0.3.0 |
722 | 2024-12-20T21:15:44.268Z | Downloaded toolchain_find v0.4.0 |
723 | 2024-12-20T21:15:44.273Z | Downloaded serde_with_macros v3.11.0 |
724 | 2024-12-20T21:15:44.273Z | Downloaded serde_urlencoded v0.7.1 |
725 | 2024-12-20T21:15:44.273Z | Downloaded form_urlencoded v1.2.1 |
726 | 2024-12-20T21:15:44.279Z | Downloaded foreign-types v0.5.0 |
727 | 2024-12-20T21:15:44.279Z | Downloaded sqlformat v0.2.6 |
728 | 2024-12-20T21:15:44.279Z | Downloaded peg v0.8.4 |
729 | 2024-12-20T21:15:44.282Z | Downloaded signal-hook v0.3.17 |
730 | 2024-12-20T21:15:44.285Z | Downloaded steno v0.4.1 |
731 | 2024-12-20T21:15:44.289Z | Downloaded zerofrom v0.1.4 |
732 | 2024-12-20T21:15:44.291Z | Downloaded rustc_version v0.4.1 |
733 | 2024-12-20T21:15:44.291Z | Downloaded minimal-lexical v0.2.1 |
734 | 2024-12-20T21:15:44.296Z | Downloaded phf_shared v0.10.0 |
735 | 2024-12-20T21:15:44.300Z | Downloaded rand_xorshift v0.3.0 |
736 | 2024-12-20T21:15:44.300Z | Downloaded rusty-fork v0.3.0 |
737 | 2024-12-20T21:15:44.303Z | Downloaded typify v0.2.0 |
738 | 2024-12-20T21:15:44.305Z | Downloaded mirai-annotations v1.12.0 |
739 | 2024-12-20T21:15:44.305Z | Downloaded p256 v0.13.2 |
740 | 2024-12-20T21:15:44.309Z | Downloaded dhcproto v0.12.0 |
741 | 2024-12-20T21:15:44.312Z | Downloaded structmeta-derive v0.3.0 |
742 | 2024-12-20T21:15:44.315Z | Downloaded subtle v2.6.1 |
743 | 2024-12-20T21:15:44.315Z | Downloaded signature v2.2.0 |
744 | 2024-12-20T21:15:44.318Z | Downloaded utf-8 v0.7.6 |
745 | 2024-12-20T21:15:44.318Z | Downloaded crossterm v0.28.1 |
746 | 2024-12-20T21:15:44.325Z | Downloaded tokio-native-tls v0.3.1 |
747 | 2024-12-20T21:15:44.328Z | Downloaded futures-sink v0.3.31 |
748 | 2024-12-20T21:15:44.332Z | Downloaded tokio-macros v2.4.0 |
749 | 2024-12-20T21:15:44.332Z | Downloaded num-rational v0.4.2 |
750 | 2024-12-20T21:15:44.334Z | Downloaded parking_lot v0.11.2 |
751 | 2024-12-20T21:15:44.338Z | Downloaded time-core v0.1.2 |
752 | 2024-12-20T21:15:44.338Z | Downloaded supports-color v3.0.1 |
753 | 2024-12-20T21:15:44.339Z | Downloaded dropshot_endpoint v0.13.0 |
754 | 2024-12-20T21:15:44.343Z | Downloaded pin-project-internal v1.1.6 |
755 | 2024-12-20T21:15:44.345Z | Downloaded write16 v1.0.0 |
756 | 2024-12-20T21:15:44.346Z | Downloaded termtree v0.4.1 |
757 | 2024-12-20T21:15:44.348Z | Downloaded zerofrom-derive v0.1.4 |
758 | 2024-12-20T21:15:44.348Z | Downloaded tls_codec v0.4.1 |
759 | 2024-12-20T21:15:44.351Z | Downloaded endian-type v0.1.2 |
760 | 2024-12-20T21:15:44.351Z | Downloaded postgres-protocol v0.6.7 |
761 | 2024-12-20T21:15:44.354Z | Downloaded rustc-demangle v0.1.24 |
762 | 2024-12-20T21:15:44.356Z | Downloaded tinyvec v1.8.0 |
763 | 2024-12-20T21:15:44.360Z | Downloaded mockall v0.13.0 |
764 | 2024-12-20T21:15:44.365Z | Downloaded futures-executor v0.3.31 |
765 | 2024-12-20T21:15:44.365Z | Downloaded enum-as-inner v0.6.1 |
766 | 2024-12-20T21:15:44.368Z | Downloaded enum-as-inner v0.5.1 |
767 | 2024-12-20T21:15:44.368Z | Downloaded ref-cast v1.0.23 |
768 | 2024-12-20T21:15:44.370Z | Downloaded radium v0.7.0 |
769 | 2024-12-20T21:15:44.370Z | Downloaded r2d2 v0.8.10 |
770 | 2024-12-20T21:15:44.373Z | Downloaded serde_repr v0.1.19 |
771 | 2024-12-20T21:15:44.375Z | Downloaded zerocopy v0.6.6 |
772 | 2024-12-20T21:15:44.378Z | Downloaded rcgen v0.12.1 |
773 | 2024-12-20T21:15:44.380Z | Downloaded quick-error v1.2.3 |
774 | 2024-12-20T21:15:44.383Z | Downloaded zone_cfg_derive v0.1.2 |
775 | 2024-12-20T21:15:44.383Z | Downloaded simd-adler32 v0.3.7 |
776 | 2024-12-20T21:15:44.386Z | Downloaded signal-hook-registry v1.4.2 |
777 | 2024-12-20T21:15:44.386Z | Downloaded sha1 v0.10.6 |
778 | 2024-12-20T21:15:44.389Z | Downloaded thiserror-no-std v2.0.2 |
779 | 2024-12-20T21:15:44.392Z | Downloaded env_logger v0.10.2 |
780 | 2024-12-20T21:15:44.396Z | Downloaded env_filter v0.1.2 |
781 | 2024-12-20T21:15:44.398Z | Downloaded openssl-probe v0.1.5 |
782 | 2024-12-20T21:15:44.401Z | Downloaded postcard v1.0.10 |
783 | 2024-12-20T21:15:44.401Z | Downloaded derive_builder v0.20.2 |
784 | 2024-12-20T21:15:44.407Z | Downloaded xattr v1.3.1 |
785 | 2024-12-20T21:15:44.410Z | Downloaded wyz v0.5.1 |
786 | 2024-12-20T21:15:44.414Z | Downloaded untrusted v0.7.1 |
787 | 2024-12-20T21:15:44.414Z | Downloaded hashlink v0.9.1 |
788 | 2024-12-20T21:15:44.417Z | Downloaded thread_local v1.1.8 |
789 | 2024-12-20T21:15:44.417Z | Downloaded der_derive v0.7.3 |
790 | 2024-12-20T21:15:44.417Z | Downloaded libm v0.2.8 |
791 | 2024-12-20T21:15:44.427Z | Downloaded sync-ptr v0.1.1 |
792 | 2024-12-20T21:15:44.430Z | Downloaded nanorand v0.7.0 |
793 | 2024-12-20T21:15:44.430Z | Downloaded hyper v1.5.0 |
794 | 2024-12-20T21:15:44.437Z | Downloaded rustfmt-wrapper v0.2.1 |
795 | 2024-12-20T21:15:44.440Z | Downloaded russh-cryptovec v0.7.3 |
796 | 2024-12-20T21:15:44.440Z | Downloaded signal-hook-mio v0.2.4 |
797 | 2024-12-20T21:15:44.443Z | Downloaded postgres-types v0.2.8 |
798 | 2024-12-20T21:15:44.447Z | Downloaded topological-sort v0.2.2 |
799 | 2024-12-20T21:15:44.447Z | Downloaded strum_macros v0.24.3 |
800 | 2024-12-20T21:15:44.450Z | Downloaded serde_plain v1.0.2 |
801 | 2024-12-20T21:15:44.450Z | Downloaded which v4.4.2 |
802 | 2024-12-20T21:15:44.453Z | Downloaded tui-tree-widget v0.22.0 |
803 | 2024-12-20T21:15:44.453Z | Downloaded ssh-key v0.6.6 |
804 | 2024-12-20T21:15:44.460Z | Downloaded precomputed-hash v0.1.1 |
805 | 2024-12-20T21:15:44.464Z | Downloaded dhcproto-macros v0.1.0 |
806 | 2024-12-20T21:15:44.464Z | Downloaded derive_builder_macro v0.20.2 |
807 | 2024-12-20T21:15:44.464Z | Downloaded flagset v0.4.6 |
808 | 2024-12-20T21:15:44.466Z | Downloaded ff v0.13.0 |
809 | 2024-12-20T21:15:44.471Z | Downloaded dirs-sys-next v0.1.2 |
810 | 2024-12-20T21:15:44.471Z | Downloaded writeable v0.5.5 |
811 | 2024-12-20T21:15:44.474Z | Downloaded itertools v0.13.0 |
812 | 2024-12-20T21:15:44.478Z | Downloaded pem-rfc7468 v0.7.0 |
813 | 2024-12-20T21:15:44.481Z | Downloaded serde-big-array v0.5.1 |
814 | 2024-12-20T21:15:44.484Z | Downloaded num-derive v0.4.2 |
815 | 2024-12-20T21:15:44.489Z | Downloaded phf_generator v0.11.2 |
816 | 2024-12-20T21:15:44.489Z | Downloaded sync_wrapper v1.0.1 |
817 | 2024-12-20T21:15:44.492Z | Downloaded num-conv v0.1.0 |
818 | 2024-12-20T21:15:44.492Z | Downloaded take_mut v0.2.2 |
819 | 2024-12-20T21:15:44.492Z | Downloaded pkcs8 v0.10.2 |
820 | 2024-12-20T21:15:44.496Z | Downloaded native-tls v0.2.12 |
821 | 2024-12-20T21:15:44.497Z | Downloaded similar v2.6.0 |
822 | 2024-12-20T21:15:44.500Z | Downloaded structmeta v0.2.0 |
823 | 2024-12-20T21:15:44.503Z | Downloaded path-slash v0.1.5 |
824 | 2024-12-20T21:15:44.503Z | Downloaded dirs-next v2.0.0 |
825 | 2024-12-20T21:15:44.507Z | Downloaded unicase v2.7.0 |
826 | 2024-12-20T21:15:44.507Z | Downloaded unarray v0.1.4 |
827 | 2024-12-20T21:15:44.510Z | Downloaded predicates v3.1.2 |
828 | 2024-12-20T21:15:44.512Z | Downloaded same-file v1.0.6 |
829 | 2024-12-20T21:15:44.512Z | Downloaded blake3 v1.5.4 |
830 | 2024-12-20T21:15:44.521Z | Downloaded yoke-derive v0.7.4 |
831 | 2024-12-20T21:15:44.526Z | Downloaded number_prefix v0.4.0 |
832 | 2024-12-20T21:15:44.526Z | Downloaded rustversion v1.0.17 |
833 | 2024-12-20T21:15:44.529Z | Downloaded psl-types v2.0.11 |
834 | 2024-12-20T21:15:44.529Z | Downloaded defmt-parser v0.3.4 |
835 | 2024-12-20T21:15:44.529Z | Downloaded rand v0.8.5 |
836 | 2024-12-20T21:15:44.532Z | Downloaded quinn v0.11.5 |
837 | 2024-12-20T21:15:44.536Z | Downloaded unicode-xid v0.2.6 |
838 | 2024-12-20T21:15:44.539Z | Downloaded paste v1.0.15 |
839 | 2024-12-20T21:15:44.542Z | Downloaded parking_lot_core v0.9.10 |
840 | 2024-12-20T21:15:44.545Z | Downloaded fxhash v0.2.1 |
841 | 2024-12-20T21:15:44.545Z | Downloaded slog-json v2.6.1 |
842 | 2024-12-20T21:15:44.549Z | Downloaded parse-zoneinfo v0.3.1 |
843 | 2024-12-20T21:15:44.551Z | Downloaded tap v1.0.1 |
844 | 2024-12-20T21:15:44.551Z | Downloaded peg-macros v0.8.4 |
845 | 2024-12-20T21:15:44.554Z | Downloaded gethostname v0.5.0 |
846 | 2024-12-20T21:15:44.554Z | Downloaded mockall_derive v0.13.0 |
847 | 2024-12-20T21:15:44.560Z | Downloaded slog-envlogger v2.2.0 |
848 | 2024-12-20T21:15:44.560Z | Downloaded russh-keys v0.45.0 |
849 | 2024-12-20T21:15:44.566Z | Downloaded phf_shared v0.11.2 |
850 | 2024-12-20T21:15:44.566Z | Downloaded tar v0.4.42 |
851 | 2024-12-20T21:15:44.572Z | Downloaded fd-lock v4.0.2 |
852 | 2024-12-20T21:15:44.572Z | Downloaded difflib v0.4.0 |
853 | 2024-12-20T21:15:44.572Z | Downloaded p521 v0.13.3 |
854 | 2024-12-20T21:15:44.576Z | Downloaded darling_macro v0.20.10 |
855 | 2024-12-20T21:15:44.576Z | Downloaded oso-derive v0.27.3 |
856 | 2024-12-20T21:15:44.576Z | Downloaded uuid v1.11.0 |
857 | 2024-12-20T21:15:44.579Z | Downloaded num-iter v0.1.45 |
858 | 2024-12-20T21:15:44.579Z | Downloaded float-ord v0.3.2 |
859 | 2024-12-20T21:15:44.582Z | Downloaded siphasher v0.3.11 |
860 | 2024-12-20T21:15:44.582Z | Downloaded zip v2.1.3 |
861 | 2024-12-20T21:15:44.586Z | Downloaded derive_builder_core v0.20.2 |
862 | 2024-12-20T21:15:44.589Z | Downloaded rtoolbox v0.0.2 |
863 | 2024-12-20T21:15:44.591Z | Downloaded zeroize v1.8.1 |
864 | 2024-12-20T21:15:44.591Z | Downloaded futures-core v0.3.31 |
865 | 2024-12-20T21:15:44.595Z | Downloaded powerfmt v0.2.0 |
866 | 2024-12-20T21:15:44.595Z | Downloaded miniz_oxide v0.8.0 |
867 | 2024-12-20T21:15:44.598Z | Downloaded salty v0.3.0 |
868 | 2024-12-20T21:15:44.605Z | Downloaded rpassword v7.3.1 |
869 | 2024-12-20T21:15:44.608Z | Downloaded fallible-streaming-iterator v0.1.9 |
870 | 2024-12-20T21:15:44.608Z | Downloaded structmeta v0.3.0 |
871 | 2024-12-20T21:15:44.608Z | Downloaded fallible-iterator v0.3.0 |
872 | 2024-12-20T21:15:44.611Z | Downloaded aws-lc-rs v1.10.0 |
873 | 2024-12-20T21:15:44.618Z | Downloaded num-complex v0.4.6 |
874 | 2024-12-20T21:15:44.621Z | Downloaded twox-hash v1.6.3 |
875 | 2024-12-20T21:15:44.624Z | Downloaded tungstenite v0.21.0 |
876 | 2024-12-20T21:15:44.627Z | Downloaded smf v0.2.3 |
877 | 2024-12-20T21:15:44.627Z | Downloaded strum_macros v0.25.3 |
878 | 2024-12-20T21:15:44.630Z | Downloaded packed_struct_codegen v0.10.1 |
879 | 2024-12-20T21:15:44.633Z | Downloaded diff v0.1.13 |
880 | 2024-12-20T21:15:44.636Z | Downloaded derive_more v0.99.18 |
881 | 2024-12-20T21:15:44.638Z | Downloaded pkg-config v0.3.31 |
882 | 2024-12-20T21:15:44.643Z | Downloaded parse-display v0.10.0 |
883 | 2024-12-20T21:15:44.643Z | Downloaded serde_yaml v0.9.34+deprecated |
884 | 2024-12-20T21:15:44.646Z | Downloaded typify-macro v0.2.0 |
885 | 2024-12-20T21:15:44.647Z | Downloaded slog-scope v4.4.0 |
886 | 2024-12-20T21:15:44.650Z | Downloaded utf8_iter v1.0.4 |
887 | 2024-12-20T21:15:44.650Z | Downloaded der v0.7.9 |
888 | 2024-12-20T21:15:44.654Z | Downloaded semver v0.1.20 |
889 | 2024-12-20T21:15:44.658Z | Downloaded bindgen v0.69.5 |
890 | 2024-12-20T21:15:44.662Z | Downloaded password-hash v0.5.0 |
891 | 2024-12-20T21:15:44.667Z | Downloaded rsa v0.9.6 |
892 | 2024-12-20T21:15:44.670Z | Downloaded pkcs5 v0.7.1 |
893 | 2024-12-20T21:15:44.674Z | Downloaded defmt-macros v0.3.9 |
894 | 2024-12-20T21:15:44.677Z | Downloaded subprocess v0.2.9 |
895 | 2024-12-20T21:15:44.679Z | Downloaded strum_macros v0.26.4 |
896 | 2024-12-20T21:15:44.682Z | Downloaded glob v0.3.1 |
897 | 2024-12-20T21:15:44.685Z | Downloaded fatfs v0.3.6 |
898 | 2024-12-20T21:15:44.688Z | Downloaded pin-project v1.1.6 |
899 | 2024-12-20T21:15:44.699Z | Downloaded rustls-pemfile v2.2.0 |
900 | 2024-12-20T21:15:44.702Z | Downloaded parking_lot_core v0.8.6 |
901 | 2024-12-20T21:15:44.705Z | Downloaded x509-cert v0.2.5 |
902 | 2024-12-20T21:15:44.709Z | Downloaded futures-channel v0.3.31 |
903 | 2024-12-20T21:15:44.712Z | Downloaded bitvec v1.0.1 |
904 | 2024-12-20T21:15:44.730Z | Downloaded zopfli v0.8.1 |
905 | 2024-12-20T21:15:44.740Z | Downloaded omicron-zone-package v0.11.1 |
906 | 2024-12-20T21:15:44.740Z | Downloaded oso v0.27.3 |
907 | 2024-12-20T21:15:44.744Z | Downloaded hashbrown v0.12.3 |
908 | 2024-12-20T21:15:44.744Z | Downloaded getrandom v0.2.15 |
909 | 2024-12-20T21:15:44.744Z | Downloaded tungstenite v0.24.0 |
910 | 2024-12-20T21:15:44.747Z | Downloaded tungstenite v0.23.0 |
911 | 2024-12-20T21:15:44.750Z | Downloaded ron v0.7.1 |
912 | 2024-12-20T21:15:44.755Z | Downloaded socket2 v0.5.7 |
913 | 2024-12-20T21:15:44.758Z | Downloaded icu_properties_data v1.5.0 |
914 | 2024-12-20T21:15:44.768Z | Downloaded openssl-sys v0.9.103 |
915 | 2024-12-20T21:15:44.773Z | Downloaded tokio-util v0.7.12 |
916 | 2024-12-20T21:15:44.781Z | Downloaded ron v0.8.1 |
917 | 2024-12-20T21:15:44.787Z | Downloaded zerocopy v0.8.10 |
918 | 2024-12-20T21:15:44.813Z | Downloaded unicode-bidi v0.3.17 |
919 | 2024-12-20T21:15:44.816Z | Downloaded darling_core v0.20.10 |
920 | 2024-12-20T21:15:44.819Z | Downloaded tough v0.19.0 |
921 | 2024-12-20T21:15:44.827Z | Downloaded zerocopy-derive v0.8.10 |
922 | 2024-12-20T21:15:44.833Z | Downloaded flate2 v1.0.34 |
923 | 2024-12-20T21:15:44.839Z | Downloaded rustyline v14.0.0 |
924 | 2024-12-20T21:15:44.844Z | Downloaded num-bigint v0.4.6 |
925 | 2024-12-20T21:15:44.849Z | Downloaded hashbrown v0.14.5 |
926 | 2024-12-20T21:15:44.854Z | Downloaded rustls-pki-types v1.10.0 |
927 | 2024-12-20T21:15:44.858Z | Downloaded nom v7.1.3 |
928 | 2024-12-20T21:15:44.863Z | Downloaded rustls-webpki v0.102.8 |
929 | 2024-12-20T21:15:44.881Z | Downloaded qorb v0.2.1 |
930 | 2024-12-20T21:15:44.887Z | Downloaded zerovec v0.10.4 |
931 | 2024-12-20T21:15:44.891Z | Downloaded idna v0.5.0 |
932 | 2024-12-20T21:15:44.898Z | Downloaded idna v0.4.0 |
933 | 2024-12-20T21:15:44.905Z | Downloaded typed-path v0.9.3 |
934 | 2024-12-20T21:15:44.911Z | Downloaded num-bigint-dig v0.8.4 |
935 | 2024-12-20T21:15:44.916Z | Downloaded regex v1.11.1 |
936 | 2024-12-20T21:15:44.930Z | Downloaded russh v0.45.0 |
937 | 2024-12-20T21:15:44.935Z | Downloaded smoltcp v0.9.1 |
938 | 2024-12-20T21:15:44.983Z | Downloaded trust-dns-proto v0.22.0 |
939 | 2024-12-20T21:15:44.983Z | Downloaded unicode-normalization v0.1.24 |
940 | 2024-12-20T21:15:44.983Z | Downloaded regress v0.9.1 |
941 | 2024-12-20T21:15:44.983Z | Downloaded quinn-proto v0.11.8 |
942 | 2024-12-20T21:15:44.986Z | Downloaded quick-xml v0.33.0 |
943 | 2024-12-20T21:15:44.986Z | Downloaded proptest v1.5.0 |
944 | 2024-12-20T21:15:44.994Z | Downloaded futures-util v0.3.31 |
945 | 2024-12-20T21:15:45.006Z | Downloaded gimli v0.31.1 |
946 | 2024-12-20T21:15:45.060Z | Downloaded smoltcp v0.11.0 |
947 | 2024-12-20T21:15:45.092Z | Downloaded rustls-webpki v0.101.7 |
948 | 2024-12-20T21:15:45.092Z | Downloaded polar-core v0.27.3 |
949 | 2024-12-20T21:15:45.092Z | Downloaded rustls v0.23.19 |
950 | 2024-12-20T21:15:45.092Z | Downloaded radix_trie v0.2.1 |
951 | 2024-12-20T21:15:45.120Z | Downloaded dropshot v0.13.0 |
952 | 2024-12-20T21:15:45.120Z | Downloaded git2 v0.19.0 |
953 | 2024-12-20T21:15:45.121Z | Downloaded object v0.30.4 |
954 | 2024-12-20T21:15:45.137Z | Downloaded rustls v0.21.12 |
955 | 2024-12-20T21:15:45.137Z | Downloaded unicode-width v0.2.0 |
956 | 2024-12-20T21:15:45.137Z | Downloaded regress v0.10.1 |
957 | 2024-12-20T21:15:45.181Z | Downloaded openapiv3 v2.0.0 |
958 | 2024-12-20T21:15:45.181Z | Downloaded rustls v0.22.4 |
959 | 2024-12-20T21:15:45.196Z | Downloaded nix v0.28.0 |
960 | 2024-12-20T21:15:45.196Z | Downloaded diesel v2.2.6 |
961 | 2024-12-20T21:15:45.196Z | Downloaded object v0.36.5 |
962 | 2024-12-20T21:15:45.215Z | Downloaded ratatui v0.28.1 |
963 | 2024-12-20T21:15:45.244Z | Downloaded nix v0.29.0 |
964 | 2024-12-20T21:15:45.265Z | Downloaded zerocopy-derive v0.6.6 |
965 | 2024-12-20T21:15:45.265Z | Downloaded openssl v0.10.66 |
966 | 2024-12-20T21:15:45.291Z | Downloaded sled v0.34.7 |
967 | 2024-12-20T21:15:45.291Z | Downloaded typify-impl v0.2.0 |
968 | 2024-12-20T21:15:45.316Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
969 | 2024-12-20T21:15:45.316Z | Downloaded dropshot v0.12.0 |
970 | 2024-12-20T21:15:45.341Z | Downloaded regex-syntax v0.8.5 |
971 | 2024-12-20T21:15:45.341Z | Downloaded bstr v1.10.0 |
972 | 2024-12-20T21:15:45.382Z | Downloaded hickory-proto v0.24.1 |
973 | 2024-12-20T21:15:45.383Z | Downloaded chrono-tz v0.10.0 |
974 | 2024-12-20T21:15:45.395Z | Downloaded regex-automata v0.4.8 |
975 | 2024-12-20T21:15:45.395Z | Downloaded petgraph v0.6.5 |
976 | 2024-12-20T21:15:45.395Z | Downloaded webpki-roots v0.26.6 |
977 | 2024-12-20T21:15:45.395Z | Downloaded regex-syntax v0.6.29 |
978 | 2024-12-20T21:15:45.408Z | Downloaded idna v0.3.0 |
979 | 2024-12-20T21:15:45.409Z | Downloaded petname v2.0.2 |
980 | 2024-12-20T21:15:45.433Z | Downloaded nix v0.27.1 |
981 | 2024-12-20T21:15:45.463Z | Downloaded tokio v1.40.0 |
982 | 2024-12-20T21:15:45.522Z | Downloaded lzma-sys v0.1.20 |
983 | 2024-12-20T21:15:45.708Z | Downloaded csv v1.3.0 |
984 | 2024-12-20T21:15:45.708Z | Downloaded vcpkg v0.2.15 |
985 | 2024-12-20T21:15:45.708Z | Downloaded sha3 v0.10.8 |
986 | 2024-12-20T21:15:45.708Z | Downloaded p384 v0.13.0 |
987 | 2024-12-20T21:15:45.708Z | Downloaded idna v0.2.3 |
988 | 2024-12-20T21:15:45.708Z | Downloaded libz-sys v1.1.20 |
989 | 2024-12-20T21:15:45.900Z | Downloaded winnow v0.5.40 |
990 | 2024-12-20T21:15:45.900Z | Downloaded sqlparser v0.45.0 |
991 | 2024-12-20T21:15:45.900Z | Downloaded flume v0.11.1 |
992 | 2024-12-20T21:15:45.900Z | Downloaded unicode_categories v0.1.1 |
993 | 2024-12-20T21:15:45.900Z | Downloaded curve25519-dalek v4.1.3 |
994 | 2024-12-20T21:15:45.901Z | Downloaded portable-atomic v1.9.0 |
995 | 2024-12-20T21:15:45.901Z | Downloaded lalrpop v0.19.12 |
996 | 2024-12-20T21:15:45.901Z | Downloaded h2 v0.4.6 |
997 | 2024-12-20T21:15:45.901Z | Downloaded reqwest v0.12.9 |
998 | 2024-12-20T21:15:45.901Z | Downloaded hashbrown v0.13.2 |
999 | 2024-12-20T21:15:45.901Z | Downloaded time v0.3.36 |
1000 | 2024-12-20T21:15:45.901Z | Downloaded serde_with v3.11.0 |
1001 | 2024-12-20T21:15:45.901Z | Downloaded structmeta-derive v0.2.0 |
1002 | 2024-12-20T21:15:45.901Z | Downloaded mio v1.0.2 |
1003 | 2024-12-20T21:15:45.901Z | Downloaded reedline v0.35.0 |
1004 | 2024-12-20T21:15:45.901Z | Downloaded chrono v0.4.38 |
1005 | 2024-12-20T21:15:45.901Z | Downloaded fallible-iterator v0.2.0 |
1006 | 2024-12-20T21:15:45.901Z | Downloaded snafu-derive v0.8.5 |
1007 | 2024-12-20T21:15:45.901Z | Downloaded yoke v0.7.4 |
1008 | 2024-12-20T21:15:45.901Z | Downloaded yasna v0.5.2 |
1009 | 2024-12-20T21:15:45.901Z | Downloaded whoami v1.5.2 |
1010 | 2024-12-20T21:15:45.901Z | Downloaded slog v2.7.0 |
1011 | 2024-12-20T21:15:45.901Z | Downloaded toml_edit v0.19.15 |
1012 | 2024-12-20T21:15:45.901Z | Downloaded rayon v1.10.0 |
1013 | 2024-12-20T21:15:45.901Z | Downloaded rusqlite v0.32.1 |
1014 | 2024-12-20T21:15:45.901Z | Downloaded ppv-lite86 v0.2.20 |
1015 | 2024-12-20T21:15:45.901Z | Downloaded zeroize_derive v1.4.2 |
1016 | 2024-12-20T21:15:45.902Z | Downloaded env_logger v0.11.5 |
1017 | 2024-12-20T21:15:45.902Z | Downloaded expectorate v1.1.0 |
1018 | 2024-12-20T21:15:45.902Z | Downloaded snafu v0.8.5 |
1019 | 2024-12-20T21:15:45.902Z | Downloaded elliptic-curve v0.13.8 |
1020 | 2024-12-20T21:15:45.902Z | Downloaded globset v0.4.15 |
1021 | 2024-12-20T21:15:45.902Z | Downloaded scrypt v0.11.0 |
1022 | 2024-12-20T21:15:45.902Z | Downloaded scopeguard v1.2.0 |
1023 | 2024-12-20T21:15:45.902Z | Downloaded phf_codegen v0.11.2 |
1024 | 2024-12-20T21:15:45.902Z | Downloaded parse-display-derive v0.10.0 |
1025 | 2024-12-20T21:15:45.902Z | Downloaded url v2.5.3 |
1026 | 2024-12-20T21:15:45.902Z | Downloaded unicode-segmentation v1.12.0 |
1027 | 2024-12-20T21:15:45.902Z | Downloaded idna v1.0.3 |
1028 | 2024-12-20T21:15:45.902Z | Downloaded serde_path_to_error v0.1.16 |
1029 | 2024-12-20T21:15:45.902Z | Downloaded libxml v0.3.3 |
1030 | 2024-12-20T21:15:45.902Z | Downloaded nodrop v0.1.14 |
1031 | 2024-12-20T21:15:45.902Z | Downloaded nibble_vec v0.1.0 |
1032 | 2024-12-20T21:15:45.902Z | Downloaded ena v0.14.3 |
1033 | 2024-12-20T21:15:45.902Z | Downloaded embedded-io v0.6.1 |
1034 | 2024-12-20T21:15:45.902Z | Downloaded password-hash v0.4.2 |
1035 | 2024-12-20T21:15:45.902Z | Downloaded owo-colors v4.1.0 |
1036 | 2024-12-20T21:15:45.902Z | Downloaded itertools v0.12.1 |
1037 | 2024-12-20T21:15:45.902Z | Downloaded parking_lot v0.12.3 |
1038 | 2024-12-20T21:15:45.903Z | Downloaded futures v0.3.31 |
1039 | 2024-12-20T21:15:45.903Z | Downloaded num_enum v0.5.11 |
1040 | 2024-12-20T21:15:45.903Z | Downloaded dropshot_endpoint v0.12.0 |
1041 | 2024-12-20T21:15:45.903Z | Downloaded strum v0.26.3 |
1042 | 2024-12-20T21:15:45.903Z | Downloaded tokio-tungstenite v0.24.0 |
1043 | 2024-12-20T21:15:45.903Z | Downloaded aho-corasick v1.1.3 |
1044 | 2024-12-20T21:15:45.903Z | Downloaded sct v0.7.1 |
1045 | 2024-12-20T21:15:46.065Z | Downloaded encoding_rs v0.8.34 |
1046 | 2024-12-20T21:15:46.065Z | Downloaded rand_seeder v0.3.0 |
1047 | 2024-12-20T21:15:46.065Z | Downloaded tokio-postgres v0.7.12 |
1048 | 2024-12-20T21:15:46.065Z | Downloaded itertools v0.10.5 |
1049 | 2024-12-20T21:15:46.065Z | Downloaded spin v0.9.8 |
1050 | 2024-12-20T21:15:46.065Z | Downloaded schemars v0.8.21 |
1051 | 2024-12-20T21:15:46.065Z | Downloaded pbkdf2 v0.12.2 |
1052 | 2024-12-20T21:15:46.065Z | Downloaded num_enum_derive v0.5.11 |
1053 | 2024-12-20T21:15:46.065Z | Downloaded foldhash v0.1.3 |
1054 | 2024-12-20T21:15:46.065Z | Downloaded half v2.4.1 |
1055 | 2024-12-20T21:15:46.065Z | Downloaded slog-async v2.8.0 |
1056 | 2024-12-20T21:15:46.065Z | Downloaded zone v0.1.8 |
1057 | 2024-12-20T21:15:46.065Z | Downloaded untrusted v0.9.0 |
1058 | 2024-12-20T21:15:46.065Z | Downloaded pkcs1 v0.7.5 |
1059 | 2024-12-20T21:15:46.065Z | Downloaded value-bag v1.9.0 |
1060 | 2024-12-20T21:15:46.065Z | Downloaded unicode-properties v0.1.3 |
1061 | 2024-12-20T21:15:46.065Z | Downloaded ed25519-dalek v2.1.1 |
1062 | 2024-12-20T21:15:46.065Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1063 | 2024-12-20T21:15:46.065Z | Downloaded tokio-rustls v0.24.1 |
1064 | 2024-12-20T21:15:46.066Z | Downloaded aes-gcm v0.10.3 |
1065 | 2024-12-20T21:15:46.066Z | Downloaded thiserror-impl-no-std v2.0.2 |
1066 | 2024-12-20T21:15:46.066Z | Downloaded num-integer v0.1.46 |
1067 | 2024-12-20T21:15:46.066Z | Downloaded rayon-core v1.12.1 |
1068 | 2024-12-20T21:15:46.066Z | Downloaded rustc_version v0.1.7 |
1069 | 2024-12-20T21:15:46.066Z | Downloaded rustc-hash v1.1.0 |
1070 | 2024-12-20T21:15:46.066Z | Downloaded pin-utils v0.1.0 |
1071 | 2024-12-20T21:15:46.066Z | Downloaded aes v0.8.4 |
1072 | 2024-12-20T21:15:46.066Z | Downloaded progenitor-macro v0.8.0 |
1073 | 2024-12-20T21:15:46.066Z | Downloaded predicates-tree v1.0.11 |
1074 | 2024-12-20T21:15:46.066Z | Downloaded predicates-core v1.0.8 |
1075 | 2024-12-20T21:15:46.066Z | Downloaded pem v3.0.4 |
1076 | 2024-12-20T21:15:46.067Z | Downloaded vte v0.11.1 |
1077 | 2024-12-20T21:15:46.068Z | Downloaded vsss-rs v3.3.4 |
1078 | 2024-12-20T21:15:46.068Z | Downloaded tokio-stream v0.1.16 |
1079 | 2024-12-20T21:15:46.068Z | Downloaded term v0.7.0 |
1080 | 2024-12-20T21:15:46.068Z | Downloaded ssh-cipher v0.2.0 |
1081 | 2024-12-20T21:15:46.068Z | Downloaded group v0.13.0 |
1082 | 2024-12-20T21:15:46.068Z | Downloaded futures-macro v0.3.31 |
1083 | 2024-12-20T21:15:46.068Z | Downloaded futures-io v0.3.31 |
1084 | 2024-12-20T21:15:46.068Z | Downloaded filetime v0.2.25 |
1085 | 2024-12-20T21:15:46.198Z | Downloaded strip-ansi-escapes v0.2.0 |
1086 | 2024-12-20T21:15:46.199Z | Downloaded string_cache v0.8.7 |
1087 | 2024-12-20T21:15:46.199Z | Downloaded poly1305 v0.8.0 |
1088 | 2024-12-20T21:15:46.199Z | Downloaded unsafe-libyaml v0.2.11 |
1089 | 2024-12-20T21:15:46.199Z | Downloaded unicode-truncate v1.1.0 |
1090 | 2024-12-20T21:15:46.199Z | Downloaded stringprep v0.1.5 |
1091 | 2024-12-20T21:15:46.199Z | Downloaded crossbeam-channel v0.5.13 |
1092 | 2024-12-20T21:15:46.199Z | Downloaded bumpalo v3.16.0 |
1093 | 2024-12-20T21:15:46.199Z | Downloaded toml v0.7.8 |
1094 | 2024-12-20T21:15:46.199Z | Downloaded test-strategy v0.3.1 |
1095 | 2024-12-20T21:15:46.200Z | Downloaded polyval v0.6.2 |
1096 | 2024-12-20T21:15:46.200Z | Downloaded multimap v0.10.0 |
1097 | 2024-12-20T21:15:46.200Z | Downloaded multer v3.1.0 |
1098 | 2024-12-20T21:15:46.200Z | Downloaded indicatif v0.17.9 |
1099 | 2024-12-20T21:15:46.200Z | Downloaded indexmap v1.9.3 |
1100 | 2024-12-20T21:15:46.201Z | Downloaded icu_provider v1.5.0 |
1101 | 2024-12-20T21:15:46.201Z | Downloaded icu_normalizer_data v1.5.0 |
1102 | 2024-12-20T21:15:46.201Z | Downloaded prettyplease v0.2.25 |
1103 | 2024-12-20T21:15:46.201Z | Downloaded pbkdf2 v0.11.0 |
1104 | 2024-12-20T21:15:46.201Z | Downloaded defmt v0.3.8 |
1105 | 2024-12-20T21:15:46.201Z | Downloaded mime_guess v2.0.5 |
1106 | 2024-12-20T21:15:46.201Z | Downloaded backtrace v0.3.74 |
1107 | 2024-12-20T21:15:46.201Z | Downloaded crypto-bigint v0.5.5 |
1108 | 2024-12-20T21:15:46.201Z | Downloaded const_format v0.2.33 |
1109 | 2024-12-20T21:15:46.201Z | Downloaded hickory-resolver v0.24.1 |
1110 | 2024-12-20T21:15:46.201Z | Downloaded progenitor-impl v0.8.0 |
1111 | 2024-12-20T21:15:46.202Z | Downloaded chacha20poly1305 v0.10.1 |
1112 | 2024-12-20T21:15:46.202Z | Downloaded icu_locid_transform_data v1.5.0 |
1113 | 2024-12-20T21:15:46.202Z | Downloaded compact_str v0.8.0 |
1114 | 2024-12-20T21:15:46.202Z | Downloaded ghash v0.5.1 |
1115 | 2024-12-20T21:15:46.202Z | Downloaded memmap2 v0.9.5 |
1116 | 2024-12-20T21:15:46.202Z | Downloaded libloading v0.8.5 |
1117 | 2024-12-20T21:15:46.202Z | Downloaded md-5 v0.10.6 |
1118 | 2024-12-20T21:15:46.202Z | Downloaded lalrpop-util v0.19.12 |
1119 | 2024-12-20T21:15:46.202Z | Downloaded ssh-encoding v0.2.0 |
1120 | 2024-12-20T21:15:46.202Z | Downloaded maplit v1.0.2 |
1121 | 2024-12-20T21:15:46.203Z | Downloaded managed v0.8.0 |
1122 | 2024-12-20T21:15:46.203Z | Downloaded lru v0.12.5 |
1123 | 2024-12-20T21:15:46.203Z | Downloaded libsw v3.3.1 |
1124 | 2024-12-20T21:15:46.203Z | Downloaded instability v0.3.2 |
1125 | 2024-12-20T21:15:46.203Z | Downloaded slog-stdlog v4.1.1 |
1126 | 2024-12-20T21:15:46.203Z | Downloaded lazy_static v1.5.0 |
1127 | 2024-12-20T21:15:46.204Z | Downloaded shlex v1.3.0 |
1128 | 2024-12-20T21:15:46.204Z | Downloaded lru-cache v0.1.2 |
1129 | 2024-12-20T21:15:46.204Z | Downloaded linear-map v1.2.0 |
1130 | 2024-12-20T21:15:46.204Z | Downloaded libefi-sys v0.1.0 |
1131 | 2024-12-20T21:15:46.204Z | Downloaded crossbeam-utils v0.8.20 |
1132 | 2024-12-20T21:15:46.204Z | Downloaded arc-swap v1.7.1 |
1133 | 2024-12-20T21:15:46.204Z | Downloaded allocator-api2 v0.2.18 |
1134 | 2024-12-20T21:15:46.204Z | Downloaded linked-hash-map v0.5.6 |
1135 | 2024-12-20T21:15:46.204Z | Downloaded kstat-rs v0.2.4 |
1136 | 2024-12-20T21:15:46.204Z | Downloaded indoc v1.0.9 |
1137 | 2024-12-20T21:15:46.204Z | Downloaded crossbeam-epoch v0.9.18 |
1138 | 2024-12-20T21:15:46.205Z | Downloaded lazycell v1.3.0 |
1139 | 2024-12-20T21:15:46.205Z | Downloaded hyper-rustls v0.27.3 |
1140 | 2024-12-20T21:15:46.205Z | Downloaded internet-checksum v0.2.1 |
1141 | 2024-12-20T21:15:46.205Z | Downloaded inout v0.1.3 |
1142 | 2024-12-20T21:15:46.205Z | Downloaded indent_write v2.2.0 |
1143 | 2024-12-20T21:15:46.205Z | Downloaded idna_adapter v1.2.0 |
1144 | 2024-12-20T21:15:46.205Z | Downloaded clang-sys v1.8.1 |
1145 | 2024-12-20T21:15:46.205Z | Downloaded const-oid v0.9.6 |
1146 | 2024-12-20T21:15:46.205Z | Downloaded ahash v0.8.11 |
1147 | 2024-12-20T21:15:46.205Z | Downloaded icu_locid v1.5.0 |
1148 | 2024-12-20T21:15:46.205Z | Downloaded cassowary v0.3.0 |
1149 | 2024-12-20T21:15:46.206Z | Downloaded bcs v0.1.6 |
1150 | 2024-12-20T21:15:46.206Z | Downloaded base64ct v1.6.0 |
1151 | 2024-12-20T21:15:46.206Z | Downloaded home v0.5.9 |
1152 | 2024-12-20T21:15:46.206Z | Downloaded addr2line v0.24.2 |
1153 | 2024-12-20T21:15:46.206Z | Downloaded crossbeam-deque v0.8.5 |
1154 | 2024-12-20T21:15:46.206Z | Downloaded convert_case v0.4.0 |
1155 | 2024-12-20T21:15:46.206Z | Downloaded constant_time_eq v0.3.1 |
1156 | 2024-12-20T21:15:46.206Z | Downloaded bitflags v1.3.2 |
1157 | 2024-12-20T21:15:46.206Z | Downloaded bit-set v0.5.3 |
1158 | 2024-12-20T21:15:46.207Z | Downloaded block-padding v0.3.3 |
1159 | 2024-12-20T21:15:46.207Z | Downloaded bitfield v0.14.0 |
1160 | 2024-12-20T21:15:46.207Z | Downloaded base16ct v0.2.0 |
1161 | 2024-12-20T21:15:46.207Z | Downloaded ciborium-ll v0.2.2 |
1162 | 2024-12-20T21:15:46.207Z | Downloaded bcrypt-pbkdf v0.10.0 |
1163 | 2024-12-20T21:15:46.207Z | Downloaded bb8 v0.8.5 |
1164 | 2024-12-20T21:15:46.207Z | Downloaded atomic-waker v1.1.2 |
1165 | 2024-12-20T21:15:46.313Z | Downloaded ring v0.17.8 |
1166 | 2024-12-20T21:15:46.488Z | Downloaded libsqlite3-sys v0.30.1 |
1167 | 2024-12-20T21:15:46.533Z | Downloaded ring v0.16.20 |
1168 | 2024-12-20T21:15:46.735Z | Downloaded aws-lc-sys v0.22.0 |
1169 | 2024-12-20T21:15:46.976Z | Compiling serde v1.0.215 |
1170 | 2024-12-20T21:15:46.990Z | Compiling lock_api v0.4.12 |
1171 | 2024-12-20T21:15:46.990Z | Compiling scopeguard v1.2.0 |
1172 | 2024-12-20T21:15:46.990Z | Compiling value-bag v1.9.0 |
1173 | 2024-12-20T21:15:46.990Z | Compiling typenum v1.17.0 |
1174 | 2024-12-20T21:15:47.134Z | Compiling generic-array v0.14.7 |
1175 | 2024-12-20T21:15:47.195Z | Compiling syn v2.0.87 |
1176 | 2024-12-20T21:15:47.204Z | Compiling getrandom v0.2.15 |
1177 | 2024-12-20T21:15:47.257Z | Compiling subtle v2.6.1 |
1178 | 2024-12-20T21:15:47.485Z | Compiling rand_core v0.6.4 |
1179 | 2024-12-20T21:15:47.585Z | Compiling log v0.4.22 |
1180 | 2024-12-20T21:15:47.673Z | Compiling shlex v1.3.0 |
1181 | 2024-12-20T21:15:47.693Z | Compiling jobserver v0.1.32 |
1182 | 2024-12-20T21:15:47.754Z | Compiling smallvec v1.13.2 |
1183 | 2024-12-20T21:15:48.033Z | Compiling const-oid v0.9.6 |
1184 | 2024-12-20T21:15:48.051Z | Compiling spin v0.9.8 |
1185 | 2024-12-20T21:15:48.102Z | Compiling cc v1.1.30 |
1186 | 2024-12-20T21:15:48.202Z | Compiling pin-project-lite v0.2.14 |
1187 | 2024-12-20T21:15:48.334Z | Compiling rustix v0.38.37 |
1188 | 2024-12-20T21:15:48.502Z | Compiling parking_lot_core v0.9.10 |
1189 | 2024-12-20T21:15:48.524Z | Compiling futures-core v0.3.31 |
1190 | 2024-12-20T21:15:48.681Z | Compiling signal-hook-registry v1.4.2 |
1191 | 2024-12-20T21:15:48.785Z | Compiling mio v1.0.2 |
1192 | 2024-12-20T21:15:49.203Z | Compiling aho-corasick v1.1.3 |
1193 | 2024-12-20T21:15:49.528Z | Compiling parking_lot v0.12.3 |
1194 | 2024-12-20T21:15:49.583Z | Compiling cpufeatures v0.2.14 |
1195 | 2024-12-20T21:15:49.685Z | Compiling regex-syntax v0.8.5 |
1196 | 2024-12-20T21:15:49.853Z | Compiling lazy_static v1.5.0 |
1197 | 2024-12-20T21:15:49.991Z | Compiling either v1.13.0 |
1198 | 2024-12-20T21:15:49.993Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-12-20T21:15:49.994Z | Compiling futures-sink v0.3.31 |
1200 | 2024-12-20T21:15:50.186Z | Compiling glob v0.3.1 |
1201 | 2024-12-20T21:15:50.330Z | Compiling socket2 v0.5.7 |
1202 | 2024-12-20T21:15:50.342Z | Compiling slab v0.4.9 |
1203 | 2024-12-20T21:15:50.470Z | Compiling prettyplease v0.2.25 |
1204 | 2024-12-20T21:15:50.856Z | Compiling minimal-lexical v0.2.1 |
1205 | 2024-12-20T21:15:51.167Z | Compiling libloading v0.8.5 |
1206 | 2024-12-20T21:15:51.277Z | Compiling clang-sys v1.8.1 |
1207 | 2024-12-20T21:15:51.320Z | Compiling nom v7.1.3 |
1208 | 2024-12-20T21:15:51.394Z | Compiling bindgen v0.69.5 |
1209 | 2024-12-20T21:15:51.588Z | Compiling home v0.5.9 |
1210 | 2024-12-20T21:15:51.871Z | Compiling serde_json v1.0.132 |
1211 | 2024-12-20T21:15:52.221Z | Compiling itertools v0.10.5 |
1212 | 2024-12-20T21:15:52.238Z | Compiling futures-channel v0.3.31 |
1213 | 2024-12-20T21:15:52.501Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-20T21:15:52.658Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-20T21:15:52.838Z | Compiling lazycell v1.3.0 |
1216 | 2024-12-20T21:15:53.023Z | Compiling pin-utils v0.1.0 |
1217 | 2024-12-20T21:15:53.126Z | Compiling rustc-hash v1.1.0 |
1218 | 2024-12-20T21:15:53.277Z | Compiling foldhash v0.1.3 |
1219 | 2024-12-20T21:15:53.530Z | Compiling regex-automata v0.4.8 |
1220 | 2024-12-20T21:15:53.573Z | Compiling futures-task v0.3.31 |
1221 | 2024-12-20T21:15:53.888Z | Compiling hashbrown v0.15.1 |
1222 | 2024-12-20T21:15:54.902Z | Compiling synstructure v0.13.1 |
1223 | 2024-12-20T21:15:55.141Z | Compiling cexpr v0.6.0 |
1224 | 2024-12-20T21:15:55.221Z | Compiling cmake v0.1.51 |
1225 | 2024-12-20T21:15:56.282Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-20T21:15:56.376Z | Compiling pkg-config v0.3.31 |
1227 | 2024-12-20T21:15:56.482Z | Compiling dunce v1.0.5 |
1228 | 2024-12-20T21:15:56.615Z | Compiling libm v0.2.8 |
1229 | 2024-12-20T21:15:56.656Z | Compiling fs_extra v1.3.0 |
1230 | 2024-12-20T21:15:56.958Z | Compiling tinyvec v1.8.0 |
1231 | 2024-12-20T21:15:56.981Z | Compiling num-traits v0.2.19 |
1232 | 2024-12-20T21:15:57.491Z | Compiling ring v0.17.8 |
1233 | 2024-12-20T21:15:57.898Z | Compiling litemap v0.7.3 |
1234 | 2024-12-20T21:15:58.195Z | Compiling paste v1.0.15 |
1235 | 2024-12-20T21:15:58.301Z | Compiling writeable v0.5.5 |
1236 | 2024-12-20T21:15:58.454Z | Compiling unicode-normalization v0.1.24 |
1237 | 2024-12-20T21:15:58.606Z | Compiling unicode-bidi v0.3.17 |
1238 | 2024-12-20T21:15:58.669Z | Compiling base64ct v1.6.0 |
1239 | 2024-12-20T21:15:59.259Z | Compiling regex v1.11.1 |
1240 | 2024-12-20T21:15:59.564Z | Compiling pem-rfc7468 v0.7.0 |
1241 | 2024-12-20T21:16:00.030Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-20T21:16:00.284Z | Compiling httparse v1.9.5 |
1243 | 2024-12-20T21:16:00.315Z | Compiling flagset v0.4.6 |
1244 | 2024-12-20T21:16:00.514Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-20T21:16:00.703Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-12-20T21:16:00.827Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2024-12-20T21:16:01.115Z | Compiling rustls-pki-types v1.10.0 |
1248 | 2024-12-20T21:16:01.419Z | Compiling percent-encoding v2.3.1 |
1249 | 2024-12-20T21:16:01.771Z | Compiling mirai-annotations v1.12.0 |
1250 | 2024-12-20T21:16:01.790Z | Compiling serde_derive v1.0.215 |
1251 | 2024-12-20T21:16:01.902Z | Compiling zeroize_derive v1.4.2 |
1252 | 2024-12-20T21:16:01.955Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2024-12-20T21:16:02.246Z | Compiling tokio-macros v2.4.0 |
1254 | 2024-12-20T21:16:02.385Z | Compiling zerofrom-derive v0.1.4 |
1255 | 2024-12-20T21:16:03.451Z | Compiling zeroize v1.8.1 |
1256 | 2024-12-20T21:16:03.825Z | Compiling yoke-derive v0.7.4 |
1257 | 2024-12-20T21:16:04.063Z | Compiling thiserror-impl v1.0.69 |
1258 | 2024-12-20T21:16:04.288Z | Compiling zerocopy v0.7.35 |
1259 | 2024-12-20T21:16:04.583Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-20T21:16:05.194Z | Compiling crypto-common v0.1.6 |
1261 | 2024-12-20T21:16:05.444Z | Compiling block-buffer v0.10.4 |
1262 | 2024-12-20T21:16:05.715Z | Compiling digest v0.10.7 |
1263 | 2024-12-20T21:16:05.971Z | Compiling futures-macro v0.3.31 |
1264 | 2024-12-20T21:16:06.257Z | Compiling hmac v0.12.1 |
1265 | 2024-12-20T21:16:06.395Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-20T21:16:06.525Z | Compiling displaydoc v0.2.5 |
1267 | 2024-12-20T21:16:06.545Z | Compiling zerofrom v0.1.4 |
1268 | 2024-12-20T21:16:06.650Z | Compiling inout v0.1.3 |
1269 | 2024-12-20T21:16:06.784Z | Compiling sha2 v0.10.8 |
1270 | 2024-12-20T21:16:06.929Z | Compiling cipher v0.4.4 |
1271 | 2024-12-20T21:16:07.002Z | Compiling yoke v0.7.4 |
1272 | 2024-12-20T21:16:07.360Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-20T21:16:07.386Z | Compiling ppv-lite86 v0.2.20 |
1274 | 2024-12-20T21:16:07.456Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2024-12-20T21:16:07.478Z | Compiling thiserror v1.0.69 |
1276 | 2024-12-20T21:16:07.613Z | Compiling der_derive v0.7.3 |
1277 | 2024-12-20T21:16:07.902Z | Compiling futures-util v0.3.31 |
1278 | 2024-12-20T21:16:08.177Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-20T21:16:08.250Z | Compiling rand_chacha v0.3.1 |
1280 | 2024-12-20T21:16:08.769Z | Compiling pest v2.7.14 |
1281 | 2024-12-20T21:16:09.557Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-20T21:16:09.971Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-20T21:16:10.124Z | Compiling der v0.7.9 |
1284 | 2024-12-20T21:16:10.241Z | Compiling icu_collections v1.5.0 |
1285 | 2024-12-20T21:16:10.595Z | Compiling rand v0.8.5 |
1286 | 2024-12-20T21:16:11.660Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-20T21:16:11.821Z | Compiling salsa20 v0.10.2 |
1288 | 2024-12-20T21:16:12.030Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-12-20T21:16:12.100Z | Compiling tracing v0.1.40 |
1290 | 2024-12-20T21:16:12.195Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-12-20T21:16:12.437Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2024-12-20T21:16:12.458Z | Compiling spki v0.7.3 |
1293 | 2024-12-20T21:16:12.611Z | Compiling untrusted v0.7.1 |
1294 | 2024-12-20T21:16:12.744Z | Compiling vcpkg v0.2.15 |
1295 | 2024-12-20T21:16:12.799Z | Compiling num-conv v0.1.0 |
1296 | 2024-12-20T21:16:12.835Z | Compiling powerfmt v0.2.0 |
1297 | 2024-12-20T21:16:12.855Z | Compiling untrusted v0.9.0 |
1298 | 2024-12-20T21:16:13.027Z | Compiling time-core v0.1.2 |
1299 | 2024-12-20T21:16:13.096Z | Compiling deranged v0.3.11 |
1300 | 2024-12-20T21:16:13.198Z | Compiling time-macros v0.2.18 |
1301 | 2024-12-20T21:16:13.613Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-20T21:16:14.219Z | Compiling scrypt v0.11.0 |
1303 | 2024-12-20T21:16:14.792Z | Compiling pest_meta v2.7.14 |
1304 | 2024-12-20T21:16:14.953Z | Compiling openssl-sys v0.9.103 |
1305 | 2024-12-20T21:16:15.020Z | Compiling cbc v0.1.2 |
1306 | 2024-12-20T21:16:15.099Z | Compiling aes v0.8.4 |
1307 | 2024-12-20T21:16:15.250Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-12-20T21:16:16.094Z | Compiling bitflags v2.6.0 |
1309 | 2024-12-20T21:16:16.211Z | Compiling bytes v1.8.0 |
1310 | 2024-12-20T21:16:16.744Z | Compiling indexmap v2.6.0 |
1311 | 2024-12-20T21:16:17.023Z | Compiling semver v1.0.23 |
1312 | 2024-12-20T21:16:17.467Z | Compiling tokio v1.40.0 |
1313 | 2024-12-20T21:16:17.787Z | Compiling http v1.1.0 |
1314 | 2024-12-20T21:16:18.029Z | Compiling rustc_version v0.4.1 |
1315 | 2024-12-20T21:16:18.736Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-12-20T21:16:18.843Z | Compiling num_threads v0.1.7 |
1317 | 2024-12-20T21:16:18.938Z | Compiling atomic-waker v1.1.2 |
1318 | 2024-12-20T21:16:18.968Z | Compiling write16 v1.0.0 |
1319 | 2024-12-20T21:16:19.098Z | Compiling icu_normalizer_data v1.5.0 |
1320 | 2024-12-20T21:16:19.123Z | Compiling utf8_iter v1.0.4 |
1321 | 2024-12-20T21:16:19.211Z | Compiling time v0.3.36 |
1322 | 2024-12-20T21:16:20.379Z | Compiling icu_normalizer v1.5.0 |
1323 | 2024-12-20T21:16:20.381Z | Compiling http-body v1.0.1 |
1324 | 2024-12-20T21:16:20.381Z | Compiling scroll v0.12.0 |
1325 | 2024-12-20T21:16:20.381Z | Compiling pkcs5 v0.7.1 |
1326 | 2024-12-20T21:16:20.381Z | Compiling pest_generator v2.7.14 |
1327 | 2024-12-20T21:16:20.381Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-12-20T21:16:20.382Z | Compiling slog v2.7.0 |
1329 | 2024-12-20T21:16:20.581Z | Compiling which v4.4.2 |
1330 | 2024-12-20T21:16:20.834Z | Compiling try-lock v0.2.5 |
1331 | 2024-12-20T21:16:21.030Z | Compiling goblin v0.8.2 |
1332 | 2024-12-20T21:16:21.220Z | Compiling want v0.3.1 |
1333 | 2024-12-20T21:16:21.458Z | Compiling pkcs8 v0.10.2 |
1334 | 2024-12-20T21:16:21.523Z | Compiling idna_adapter v1.2.0 |
1335 | 2024-12-20T21:16:21.747Z | Compiling httpdate v1.0.3 |
1336 | 2024-12-20T21:16:21.825Z | Compiling idna v1.0.3 |
1337 | 2024-12-20T21:16:22.106Z | Compiling pest_derive v2.7.14 |
1338 | 2024-12-20T21:16:22.205Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-20T21:16:22.730Z | Compiling serde_spanned v0.6.8 |
1340 | 2024-12-20T21:16:22.933Z | Compiling dtrace-parser v0.2.0 |
1341 | 2024-12-20T21:16:22.965Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2024-12-20T21:16:22.993Z | Compiling uuid v1.11.0 |
1343 | 2024-12-20T21:16:23.601Z | Compiling adler2 v2.0.0 |
1344 | 2024-12-20T21:16:23.703Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-12-20T21:16:23.829Z | Compiling match_cfg v0.1.0 |
1346 | 2024-12-20T21:16:23.888Z | Compiling tower-service v0.3.3 |
1347 | 2024-12-20T21:16:23.899Z | Compiling openssl v0.10.66 |
1348 | 2024-12-20T21:16:23.967Z | Compiling iana-time-zone v0.1.61 |
1349 | 2024-12-20T21:16:24.307Z | Compiling rustversion v1.0.17 |
1350 | 2024-12-20T21:16:24.384Z | Compiling base64 v0.22.1 |
1351 | 2024-12-20T21:16:24.451Z | Compiling chrono v0.4.38 |
1352 | 2024-12-20T21:16:24.545Z | Compiling hostname v0.3.1 |
1353 | 2024-12-20T21:16:24.794Z | Compiling foreign-types v0.3.2 |
1354 | 2024-12-20T21:16:24.886Z | Compiling miniz_oxide v0.8.0 |
1355 | 2024-12-20T21:16:25.082Z | Compiling url v2.5.3 |
1356 | 2024-12-20T21:16:25.144Z | Compiling openssl-macros v0.1.1 |
1357 | 2024-12-20T21:16:25.927Z | Compiling tokio-util v0.7.12 |
1358 | 2024-12-20T21:16:26.452Z | Compiling async-trait v0.1.83 |
1359 | 2024-12-20T21:16:26.526Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-20T21:16:27.161Z | Compiling h2 v0.4.6 |
1361 | 2024-12-20T21:16:27.184Z | Compiling dof v0.3.0 |
1362 | 2024-12-20T21:16:27.380Z | Compiling siphasher v0.3.11 |
1363 | 2024-12-20T21:16:27.762Z | Compiling syn v1.0.109 |
1364 | 2024-12-20T21:16:28.170Z | Compiling usdt-impl v0.5.0 |
1365 | 2024-12-20T21:16:28.373Z | Compiling data-encoding v2.6.0 |
1366 | 2024-12-20T21:16:29.209Z | Compiling native-tls v0.2.12 |
1367 | 2024-12-20T21:16:29.382Z | Compiling rustls v0.22.4 |
1368 | 2024-12-20T21:16:29.537Z | Compiling rustls v0.23.19 |
1369 | 2024-12-20T21:16:29.740Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-20T21:16:29.932Z | Compiling http-body-util v0.1.2 |
1371 | 2024-12-20T21:16:30.486Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-20T21:16:30.820Z | Compiling heapless v0.7.17 |
1373 | 2024-12-20T21:16:31.255Z | Compiling sha1 v0.10.6 |
1374 | 2024-12-20T21:16:31.275Z | Compiling signature v2.2.0 |
1375 | 2024-12-20T21:16:31.294Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2024-12-20T21:16:31.450Z | Compiling serde_derive_internals v0.29.1 |
1377 | 2024-12-20T21:16:31.578Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-20T21:16:31.678Z | Compiling multer v3.1.0 |
1379 | 2024-12-20T21:16:31.794Z | Compiling encoding_rs v0.8.34 |
1380 | 2024-12-20T21:16:31.960Z | Compiling cookie v0.18.1 |
1381 | 2024-12-20T21:16:32.117Z | Compiling schemars v0.8.21 |
1382 | 2024-12-20T21:16:32.231Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-20T21:16:32.464Z | Compiling slog-async v2.8.0 |
1384 | 2024-12-20T21:16:32.602Z | Compiling unicode-properties v0.1.3 |
1385 | 2024-12-20T21:16:32.952Z | Compiling ipnet v2.10.1 |
1386 | 2024-12-20T21:16:33.023Z | Compiling signal-hook v0.3.17 |
1387 | 2024-12-20T21:16:33.193Z | Compiling gimli v0.31.1 |
1388 | 2024-12-20T21:16:33.293Z | Compiling mime v0.3.17 |
1389 | 2024-12-20T21:16:33.897Z | Compiling hyper v1.5.0 |
1390 | 2024-12-20T21:16:34.157Z | Compiling rayon-core v1.12.1 |
1391 | 2024-12-20T21:16:34.205Z | Compiling schemars_derive v0.8.21 |
1392 | 2024-12-20T21:16:34.477Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-20T21:16:36.338Z | Compiling hyper-util v0.1.10 |
1394 | 2024-12-20T21:16:36.595Z | Compiling toml_edit v0.22.22 |
1395 | 2024-12-20T21:16:37.642Z | Compiling addr2line v0.24.2 |
1396 | 2024-12-20T21:16:38.170Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2024-12-20T21:16:38.288Z | Compiling usdt-macro v0.5.0 |
1398 | 2024-12-20T21:16:38.388Z | Compiling crossbeam-deque v0.8.5 |
1399 | 2024-12-20T21:16:38.691Z | Compiling term v0.7.0 |
1400 | 2024-12-20T21:16:39.296Z | Compiling slog-json v2.6.1 |
1401 | 2024-12-20T21:16:39.495Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2024-12-20T21:16:39.659Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-20T21:16:39.725Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2024-12-20T21:16:39.788Z | Compiling futures-executor v0.3.31 |
1405 | 2024-12-20T21:16:40.007Z | Compiling enum-as-inner v0.6.1 |
1406 | 2024-12-20T21:16:40.118Z | Compiling md-5 v0.10.6 |
1407 | 2024-12-20T21:16:40.361Z | Compiling async-stream-impl v0.3.6 |
1408 | 2024-12-20T21:16:40.381Z | Compiling rustls-pemfile v2.2.0 |
1409 | 2024-12-20T21:16:40.385Z | Compiling num-integer v0.1.46 |
1410 | 2024-12-20T21:16:40.721Z | Compiling idna v0.4.0 |
1411 | 2024-12-20T21:16:40.798Z | Compiling idna v0.3.0 |
1412 | 2024-12-20T21:16:41.153Z | Compiling hash32 v0.2.1 |
1413 | 2024-12-20T21:16:41.205Z | Compiling ff v0.13.0 |
1414 | 2024-12-20T21:16:41.438Z | Compiling is-terminal v0.4.13 |
1415 | 2024-12-20T21:16:41.517Z | Compiling dropshot v0.12.0 |
1416 | 2024-12-20T21:16:41.571Z | Compiling object v0.36.5 |
1417 | 2024-12-20T21:16:41.806Z | Compiling fallible-iterator v0.2.0 |
1418 | 2024-12-20T21:16:41.826Z | Compiling anyhow v1.0.93 |
1419 | 2024-12-20T21:16:42.409Z | Compiling take_mut v0.2.2 |
1420 | 2024-12-20T21:16:42.453Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-20T21:16:42.484Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-20T21:16:42.527Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2024-12-20T21:16:42.573Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-20T21:16:42.803Z | Compiling quick-error v1.2.3 |
1425 | 2024-12-20T21:16:42.820Z | Compiling dyn-clone v1.0.17 |
1426 | 2024-12-20T21:16:42.947Z | Compiling psl-types v2.0.11 |
1427 | 2024-12-20T21:16:42.950Z | Compiling smoltcp v0.9.1 |
1428 | 2024-12-20T21:16:43.024Z | Compiling base16ct v0.2.0 |
1429 | 2024-12-20T21:16:43.141Z | Compiling rustc-demangle v0.1.24 |
1430 | 2024-12-20T21:16:43.358Z | Compiling sec1 v0.7.3 |
1431 | 2024-12-20T21:16:43.614Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-20T21:16:43.893Z | Compiling resolv-conf v0.7.0 |
1433 | 2024-12-20T21:16:43.929Z | Compiling lru-cache v0.1.2 |
1434 | 2024-12-20T21:16:44.129Z | Compiling tungstenite v0.24.0 |
1435 | 2024-12-20T21:16:44.690Z | Compiling postgres-protocol v0.6.7 |
1436 | 2024-12-20T21:16:45.387Z | Compiling async-stream v0.3.6 |
1437 | 2024-12-20T21:16:45.518Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-12-20T21:16:45.686Z | Compiling slog-term v2.9.1 |
1439 | 2024-12-20T21:16:46.036Z | Compiling usdt v0.5.0 |
1440 | 2024-12-20T21:16:46.562Z | Compiling group v0.13.0 |
1441 | 2024-12-20T21:16:46.886Z | Compiling num-iter v0.1.45 |
1442 | 2024-12-20T21:16:47.080Z | Compiling futures v0.3.31 |
1443 | 2024-12-20T21:16:47.128Z | Compiling toml v0.8.19 |
1444 | 2024-12-20T21:16:47.197Z | Compiling slog-bunyan v2.5.0 |
1445 | 2024-12-20T21:16:48.694Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2024-12-20T21:16:48.844Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-20T21:16:48.966Z | Compiling camino v1.1.9 |
1448 | 2024-12-20T21:16:49.349Z | Compiling phf_shared v0.11.2 |
1449 | 2024-12-20T21:16:49.606Z | Compiling dropshot_endpoint v0.12.0 |
1450 | 2024-12-20T21:16:49.737Z | Compiling terminal_size v0.4.0 |
1451 | 2024-12-20T21:16:49.842Z | Compiling waitgroup v0.1.2 |
1452 | 2024-12-20T21:16:49.933Z | Compiling openapiv3 v2.0.0 |
1453 | 2024-12-20T21:16:49.951Z | Compiling serde_path_to_error v0.1.16 |
1454 | 2024-12-20T21:16:50.079Z | Compiling hkdf v0.12.4 |
1455 | 2024-12-20T21:16:50.368Z | Compiling crypto-bigint v0.5.5 |
1456 | 2024-12-20T21:16:50.789Z | Compiling curve25519-dalek-derive v0.1.1 |
1457 | 2024-12-20T21:16:52.436Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2024-12-20T21:16:52.629Z | Compiling webpki-roots v0.26.6 |
1459 | 2024-12-20T21:16:52.852Z | Compiling idna v0.5.0 |
1460 | 2024-12-20T21:16:53.075Z | Compiling hubpack_derive v0.1.1 |
1461 | 2024-12-20T21:16:53.964Z | Compiling hostname v0.4.0 |
1462 | 2024-12-20T21:16:54.224Z | Compiling crc32fast v1.4.2 |
1463 | 2024-12-20T21:16:54.310Z | Compiling ahash v0.8.11 |
1464 | 2024-12-20T21:16:54.402Z | Compiling fs-err v2.11.0 |
1465 | 2024-12-20T21:16:54.499Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-20T21:16:54.555Z | Compiling winnow v0.5.40 |
1467 | 2024-12-20T21:16:54.630Z | Compiling bitflags v1.3.2 |
1468 | 2024-12-20T21:16:54.650Z | Compiling managed v0.8.0 |
1469 | 2024-12-20T21:16:54.672Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-20T21:16:54.734Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-20T21:16:54.831Z | Compiling strum_macros v0.25.3 |
1472 | 2024-12-20T21:16:55.591Z | Compiling console v0.15.8 |
1473 | 2024-12-20T21:16:56.378Z | Compiling flate2 v1.0.34 |
1474 | 2024-12-20T21:16:56.598Z | Compiling hubpack v0.1.2 |
1475 | 2024-12-20T21:16:57.060Z | Compiling cookie_store v0.21.0 |
1476 | 2024-12-20T21:16:57.268Z | Compiling elliptic-curve v0.13.8 |
1477 | 2024-12-20T21:16:57.381Z | Compiling hickory-resolver v0.24.1 |
1478 | 2024-12-20T21:16:58.102Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-20T21:16:58.441Z | Compiling phf v0.11.2 |
1480 | 2024-12-20T21:16:58.746Z | Compiling signal-hook-mio v0.2.4 |
1481 | 2024-12-20T21:16:58.897Z | Compiling hyper-tls v0.6.0 |
1482 | 2024-12-20T21:16:59.100Z | Compiling rayon v1.10.0 |
1483 | 2024-12-20T21:16:59.313Z | Compiling bzip2 v0.4.4 |
1484 | 2024-12-20T21:16:59.717Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-20T21:17:01.323Z | Compiling tokio-tungstenite v0.24.0 |
1486 | 2024-12-20T21:17:03.285Z | Compiling ed25519 v2.2.3 |
1487 | 2024-12-20T21:17:04.002Z | Compiling phf_shared v0.10.0 |
1488 | 2024-12-20T21:17:04.137Z | Compiling tokio-stream v0.1.16 |
1489 | 2024-12-20T21:17:04.322Z | Compiling pkcs1 v0.7.5 |
1490 | 2024-12-20T21:17:04.417Z | Compiling serde-big-array v0.5.1 |
1491 | 2024-12-20T21:17:04.658Z | Compiling clap_derive v4.5.18 |
1492 | 2024-12-20T21:17:05.159Z | Compiling rfc6979 v0.4.0 |
1493 | 2024-12-20T21:17:05.235Z | Compiling serde_repr v0.1.19 |
1494 | 2024-12-20T21:17:05.326Z | Compiling derive-where v1.2.7 |
1495 | 2024-12-20T21:17:05.357Z | Compiling float-cmp v0.9.0 |
1496 | 2024-12-20T21:17:05.450Z | Compiling bstr v1.10.0 |
1497 | 2024-12-20T21:17:05.584Z | Compiling sync_wrapper v1.0.1 |
1498 | 2024-12-20T21:17:05.742Z | Compiling predicates-core v1.0.8 |
1499 | 2024-12-20T21:17:06.131Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-12-20T21:17:06.304Z | Compiling unicode-width v0.2.0 |
1501 | 2024-12-20T21:17:06.404Z | Compiling difflib v0.4.0 |
1502 | 2024-12-20T21:17:06.590Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-20T21:17:06.817Z | Compiling normalize-line-endings v0.3.0 |
1504 | 2024-12-20T21:17:06.836Z | Compiling static_assertions v1.1.0 |
1505 | 2024-12-20T21:17:06.940Z | Compiling whoami v1.5.2 |
1506 | 2024-12-20T21:17:06.958Z | Compiling unicode-segmentation v1.12.0 |
1507 | 2024-12-20T21:17:07.194Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2024-12-20T21:17:07.293Z | Compiling bit-vec v0.6.3 |
1509 | 2024-12-20T21:17:07.582Z | Compiling precomputed-hash v0.1.1 |
1510 | 2024-12-20T21:17:07.702Z | Compiling similar v2.6.0 |
1511 | 2024-12-20T21:17:07.772Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-20T21:17:07.835Z | Compiling bit-set v0.5.3 |
1513 | 2024-12-20T21:17:08.062Z | Compiling tokio-postgres v0.7.12 |
1514 | 2024-12-20T21:17:08.125Z | Compiling predicates v3.1.2 |
1515 | 2024-12-20T21:17:08.249Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1516 | 2024-12-20T21:17:08.930Z | Compiling indicatif v0.17.9 |
1517 | 2024-12-20T21:17:09.895Z | Compiling petgraph v0.6.5 |
1518 | 2024-12-20T21:17:09.925Z | Compiling clap v4.5.21 |
1519 | 2024-12-20T21:17:10.043Z | Compiling ecdsa v0.16.9 |
1520 | 2024-12-20T21:17:10.072Z | Compiling rsa v0.9.6 |
1521 | 2024-12-20T21:17:10.916Z | Compiling ed25519-dalek v2.1.1 |
1522 | 2024-12-20T21:17:11.310Z | Compiling toml v0.7.8 |
1523 | 2024-12-20T21:17:12.238Z | Compiling zip v0.6.6 |
1524 | 2024-12-20T21:17:13.099Z | Compiling crossterm v0.28.1 |
1525 | 2024-12-20T21:17:14.022Z | Compiling hex v0.4.3 |
1526 | 2024-12-20T21:17:14.083Z | Compiling x509-cert v0.2.5 |
1527 | 2024-12-20T21:17:14.368Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-20T21:17:14.615Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-12-20T21:17:14.756Z | Compiling peg-runtime v0.8.3 |
1530 | 2024-12-20T21:17:14.795Z | Compiling strum_macros v0.26.4 |
1531 | 2024-12-20T21:17:14.864Z | Compiling xattr v1.3.1 |
1532 | 2024-12-20T21:17:15.129Z | Compiling filetime v0.2.25 |
1533 | 2024-12-20T21:17:15.325Z | Compiling tar v0.4.42 |
1534 | 2024-12-20T21:17:20.058Z | Compiling strum v0.26.3 |
1535 | 2024-12-20T21:17:22.762Z | Compiling aws-lc-sys v0.22.0 |
1536 | 2024-12-20T21:17:50.653Z | Compiling rustls-webpki v0.102.8 |
1537 | 2024-12-20T21:17:54.051Z | Compiling tokio-rustls v0.25.0 |
1538 | 2024-12-20T21:17:55.658Z | Compiling tokio-rustls v0.26.0 |
1539 | 2024-12-20T21:17:56.061Z | Compiling hyper-rustls v0.27.3 |
1540 | 2024-12-20T21:17:56.425Z | Compiling reqwest v0.12.9 |
1541 | 2024-12-20T21:17:57.434Z | Compiling qorb v0.2.1 |
1542 | 2024-12-20T21:18:02.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2024-12-20T21:18:02.608Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2024-12-20T21:18:08.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1545 | 2024-12-20T21:18:08.513Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2024-12-20T21:18:08.563Z | Dec 20 21:18:07.946 INFO Starting download, target: Console |
1547 | 2024-12-20T21:18:08.563Z | Dec 20 21:18:07.946 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-20T21:18:08.563Z | Dec 20 21:18:07.946 INFO Starting download, target: DendriteStub |
1549 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.946 INFO Starting download, target: Cockroach |
1550 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.946 INFO Starting download, target: Clickhouse |
1551 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.946 INFO Starting download, target: MaghemiteMgd |
1552 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.946 INFO Starting download, target: TransceiverControl |
1553 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1556 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2024-12-20T21:18:08.566Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2024-12-20T21:18:08.567Z | Dec 20 21:18:07.947 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2024-12-20T21:18:08.700Z | Dec 20 21:18:08.082 INFO Download complete, target: DendriteOpenapi |
1561 | 2024-12-20T21:18:08.950Z | Dec 20 21:18:08.281 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2024-12-20T21:18:09.162Z | Dec 20 21:18:08.477 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1563 | 2024-12-20T21:18:09.366Z | Dec 20 21:18:08.743 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1564 | 2024-12-20T21:18:09.431Z | Dec 20 21:18:08.809 INFO Download complete, target: Console |
1565 | 2024-12-20T21:18:09.534Z | Dec 20 21:18:08.916 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-20T21:18:09.560Z | Dec 20 21:18:08.941 INFO Download complete, target: TransceiverControl |
1567 | 2024-12-20T21:18:10.971Z | Dec 20 21:18:10.328 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1568 | 2024-12-20T21:18:11.215Z | Dec 20 21:18:10.598 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1569 | 2024-12-20T21:18:11.215Z | Dec 20 21:18:10.598 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1570 | 2024-12-20T21:18:12.417Z | Dec 20 21:18:11.800 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-20T21:18:12.517Z | Dec 20 21:18:11.900 INFO Download complete, target: DendriteStub |
1572 | 2024-12-20T21:18:18.741Z | Dec 20 21:18:18.122 INFO Checking that binary works, target: Cockroach |
1573 | 2024-12-20T21:18:18.892Z | Dec 20 21:18:18.274 INFO Download complete, target: Cockroach |
1574 | 2024-12-20T21:18:23.743Z | Dec 20 21:18:23.123 INFO Checking that binary works, target: Clickhouse |
1575 | 2024-12-20T21:18:23.910Z | Dec 20 21:18:23.290 INFO Download complete, target: Clickhouse |
1576 | 2024-12-20T21:18:23.917Z | All prerequisites installed successfully |
1577 | 2024-12-20T21:18:23.920Z | |
1578 | 2024-12-20T21:18:23.920Z | real 5:47.708953763 |
1579 | 2024-12-20T21:18:23.920Z | user 16:31.275577119 |
1580 | 2024-12-20T21:18:23.920Z | sys 3:13.724858605 |
1581 | 2024-12-20T21:18:23.920Z | trap 0.548910093 |
1582 | 2024-12-20T21:18:23.920Z | tflt 1.630564781 |
1583 | 2024-12-20T21:18:23.921Z | dflt 2.321408378 |
1584 | 2024-12-20T21:18:23.921Z | kflt 0.030665139 |
1585 | 2024-12-20T21:18:23.921Z | lock 30:05.814469984 |
1586 | 2024-12-20T21:18:23.921Z | slp 1:03:04.816153934 |
1587 | 2024-12-20T21:18:23.921Z | lat 58.369433443 |
1588 | 2024-12-20T21:18:23.921Z | stop 2:20.965355298 |
1589 | 2024-12-20T21:18:23.921Z | + ptime -m cargo xtask download softnpu |
1590 | 2024-12-20T21:18:24.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1591 | 2024-12-20T21:18:24.439Z | Running `target/debug/xtask download softnpu` |
1592 | 2024-12-20T21:18:25.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1593 | 2024-12-20T21:18:25.287Z | Running `target/debug/xtask-downloader softnpu` |
1594 | 2024-12-20T21:18:25.327Z | Dec 20 21:18:24.700 INFO Starting download, target: Softnpu |
1595 | 2024-12-20T21:18:25.333Z | Dec 20 21:18:24.700 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1596 | 2024-12-20T21:18:26.541Z | Dec 20 21:18:25.896 INFO Download complete, target: Softnpu |
1597 | 2024-12-20T21:18:26.587Z | |
1598 | 2024-12-20T21:18:26.587Z | real 2.595275111 |
1599 | 2024-12-20T21:18:26.588Z | user 1.250975322 |
1600 | 2024-12-20T21:18:26.588Z | sys 0.510584641 |
1601 | 2024-12-20T21:18:26.588Z | trap 0.000948797 |
1602 | 2024-12-20T21:18:26.588Z | tflt 0.000048958 |
1603 | 2024-12-20T21:18:26.588Z | dflt 0.000000000 |
1604 | 2024-12-20T21:18:26.588Z | kflt 0.000000000 |
1605 | 2024-12-20T21:18:26.588Z | lock 12.328788888 |
1606 | 2024-12-20T21:18:26.588Z | slp 1.006042619 |
1607 | 2024-12-20T21:18:26.588Z | lat 0.070455818 |
1608 | 2024-12-20T21:18:26.589Z | stop 0.000184215 |
1609 | 2024-12-20T21:18:26.589Z | + export CARGO_INCREMENTAL=0 |
1610 | 2024-12-20T21:18:26.589Z | + CARGO_INCREMENTAL=0 |
1611 | 2024-12-20T21:18:26.589Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1612 | 2024-12-20T21:18:27.461Z | Compiling proc-macro2 v1.0.89 |
1613 | 2024-12-20T21:18:27.461Z | Compiling unicode-ident v1.0.13 |
1614 | 2024-12-20T21:18:27.464Z | Compiling libc v0.2.162 |
1615 | 2024-12-20T21:18:27.464Z | Compiling serde v1.0.215 |
1616 | 2024-12-20T21:18:27.464Z | Compiling autocfg v1.4.0 |
1617 | 2024-12-20T21:18:27.464Z | Compiling version_check v0.9.5 |
1618 | 2024-12-20T21:18:27.464Z | Compiling cfg-if v1.0.0 |
1619 | 2024-12-20T21:18:27.726Z | Compiling memchr v2.7.4 |
1620 | 2024-12-20T21:18:27.726Z | Compiling typenum v1.17.0 |
1621 | 2024-12-20T21:18:27.755Z | Compiling shlex v1.3.0 |
1622 | 2024-12-20T21:18:28.103Z | Compiling value-bag v1.9.0 |
1623 | 2024-12-20T21:18:28.143Z | Compiling scopeguard v1.2.0 |
1624 | 2024-12-20T21:18:28.311Z | Compiling generic-array v0.14.7 |
1625 | 2024-12-20T21:18:28.401Z | Compiling lock_api v0.4.12 |
1626 | 2024-12-20T21:18:28.571Z | Compiling log v0.4.22 |
1627 | 2024-12-20T21:18:28.633Z | Compiling parking_lot_core v0.9.10 |
1628 | 2024-12-20T21:18:29.016Z | Compiling once_cell v1.20.2 |
1629 | 2024-12-20T21:18:29.150Z | Compiling serde_json v1.0.132 |
1630 | 2024-12-20T21:18:29.271Z | Compiling rustix v0.38.37 |
1631 | 2024-12-20T21:18:29.410Z | Compiling quote v1.0.37 |
1632 | 2024-12-20T21:18:29.442Z | Compiling thiserror v1.0.69 |
1633 | 2024-12-20T21:18:29.458Z | Compiling libm v0.2.8 |
1634 | 2024-12-20T21:18:29.767Z | Compiling jobserver v0.1.32 |
1635 | 2024-12-20T21:18:29.785Z | Compiling syn v2.0.87 |
1636 | 2024-12-20T21:18:29.919Z | Compiling getrandom v0.2.15 |
1637 | 2024-12-20T21:18:29.994Z | Compiling aho-corasick v1.1.3 |
1638 | 2024-12-20T21:18:30.044Z | Compiling regex-syntax v0.8.5 |
1639 | 2024-12-20T21:18:30.137Z | Compiling cc v1.1.30 |
1640 | 2024-12-20T21:18:30.199Z | Compiling num-traits v0.2.19 |
1641 | 2024-12-20T21:18:30.262Z | Compiling either v1.13.0 |
1642 | 2024-12-20T21:18:30.654Z | Compiling itoa v1.0.11 |
1643 | 2024-12-20T21:18:30.669Z | Compiling spin v0.9.8 |
1644 | 2024-12-20T21:18:30.725Z | Compiling slab v0.4.9 |
1645 | 2024-12-20T21:18:31.046Z | Compiling byteorder v1.5.0 |
1646 | 2024-12-20T21:18:31.251Z | Compiling errno v0.3.9 |
1647 | 2024-12-20T21:18:31.469Z | Compiling rand_core v0.6.4 |
1648 | 2024-12-20T21:18:31.521Z | Compiling lazy_static v1.5.0 |
1649 | 2024-12-20T21:18:31.662Z | Compiling glob v0.3.1 |
1650 | 2024-12-20T21:18:32.276Z | Compiling prettyplease v0.2.25 |
1651 | 2024-12-20T21:18:32.464Z | Compiling clang-sys v1.8.1 |
1652 | 2024-12-20T21:18:32.764Z | Compiling minimal-lexical v0.2.1 |
1653 | 2024-12-20T21:18:32.912Z | Compiling libloading v0.8.5 |
1654 | 2024-12-20T21:18:33.131Z | Compiling home v0.5.9 |
1655 | 2024-12-20T21:18:33.257Z | Compiling nom v7.1.3 |
1656 | 2024-12-20T21:18:33.285Z | Compiling subtle v2.6.1 |
1657 | 2024-12-20T21:18:33.355Z | Compiling bindgen v0.69.5 |
1658 | 2024-12-20T21:18:33.582Z | Compiling regex-automata v0.4.8 |
1659 | 2024-12-20T21:18:33.759Z | Compiling allocator-api2 v0.2.18 |
1660 | 2024-12-20T21:18:34.010Z | Compiling itertools v0.10.5 |
1661 | 2024-12-20T21:18:34.383Z | Compiling smallvec v1.13.2 |
1662 | 2024-12-20T21:18:34.513Z | Compiling semver v1.0.23 |
1663 | 2024-12-20T21:18:34.856Z | Compiling lazycell v1.3.0 |
1664 | 2024-12-20T21:18:34.976Z | Compiling rustc-hash v1.1.0 |
1665 | 2024-12-20T21:18:35.024Z | Compiling cmake v0.1.51 |
1666 | 2024-12-20T21:18:35.335Z | Compiling dunce v1.0.5 |
1667 | 2024-12-20T21:18:35.462Z | Compiling fs_extra v1.3.0 |
1668 | 2024-12-20T21:18:36.385Z | Compiling pkg-config v0.3.31 |
1669 | 2024-12-20T21:18:36.524Z | Compiling ring v0.17.8 |
1670 | 2024-12-20T21:18:36.877Z | Compiling cexpr v0.6.0 |
1671 | 2024-12-20T21:18:36.936Z | Compiling pin-project-lite v0.2.14 |
1672 | 2024-12-20T21:18:37.014Z | Compiling ryu v1.0.18 |
1673 | 2024-12-20T21:18:37.280Z | Compiling fnv v1.0.7 |
1674 | 2024-12-20T21:18:37.389Z | Compiling synstructure v0.13.1 |
1675 | 2024-12-20T21:18:37.584Z | Compiling const-oid v0.9.6 |
1676 | 2024-12-20T21:18:37.673Z | Compiling paste v1.0.15 |
1677 | 2024-12-20T21:18:38.279Z | Compiling httparse v1.9.5 |
1678 | 2024-12-20T21:18:38.327Z | Compiling equivalent v1.0.1 |
1679 | 2024-12-20T21:18:38.440Z | Compiling foldhash v0.1.3 |
1680 | 2024-12-20T21:18:38.727Z | Compiling aws-lc-rs v1.10.0 |
1681 | 2024-12-20T21:18:38.778Z | Compiling hashbrown v0.15.1 |
1682 | 2024-12-20T21:18:38.940Z | Compiling regex v1.11.1 |
1683 | 2024-12-20T21:18:39.959Z | Compiling schemars v0.8.21 |
1684 | 2024-12-20T21:18:40.093Z | Compiling heck v0.5.0 |
1685 | 2024-12-20T21:18:40.142Z | Compiling serde_derive_internals v0.29.1 |
1686 | 2024-12-20T21:18:40.161Z | Compiling signal-hook-registry v1.4.2 |
1687 | 2024-12-20T21:18:40.289Z | Compiling mio v1.0.2 |
1688 | 2024-12-20T21:18:40.517Z | Compiling parking_lot v0.12.3 |
1689 | 2024-12-20T21:18:42.229Z | Compiling stable_deref_trait v1.2.0 |
1690 | 2024-12-20T21:18:42.343Z | Compiling crossbeam-utils v0.8.20 |
1691 | 2024-12-20T21:18:42.417Z | Compiling socket2 v0.5.7 |
1692 | 2024-12-20T21:18:42.575Z | Compiling time-core v0.1.2 |
1693 | 2024-12-20T21:18:42.852Z | Compiling futures-core v0.3.31 |
1694 | 2024-12-20T21:18:42.884Z | Compiling serde_derive v1.0.215 |
1695 | 2024-12-20T21:18:43.116Z | Compiling zeroize_derive v1.4.2 |
1696 | 2024-12-20T21:18:43.336Z | Compiling zerocopy-derive v0.7.35 |
1697 | 2024-12-20T21:18:44.032Z | Compiling thiserror-impl v1.0.69 |
1698 | 2024-12-20T21:18:44.141Z | Compiling tokio-macros v2.4.0 |
1699 | 2024-12-20T21:18:44.263Z | Compiling zerofrom-derive v0.1.4 |
1700 | 2024-12-20T21:18:44.291Z | Compiling yoke-derive v0.7.4 |
1701 | 2024-12-20T21:18:44.552Z | Compiling zeroize v1.8.1 |
1702 | 2024-12-20T21:18:45.178Z | Compiling futures-macro v0.3.31 |
1703 | 2024-12-20T21:18:45.339Z | Compiling zerovec-derive v0.10.3 |
1704 | 2024-12-20T21:18:45.600Z | Compiling zerocopy v0.7.35 |
1705 | 2024-12-20T21:18:46.681Z | Compiling displaydoc v0.2.5 |
1706 | 2024-12-20T21:18:46.988Z | Compiling crypto-common v0.1.6 |
1707 | 2024-12-20T21:18:47.056Z | Compiling tracing-attributes v0.1.27 |
1708 | 2024-12-20T21:18:47.183Z | Compiling icu_provider_macros v1.5.0 |
1709 | 2024-12-20T21:18:47.220Z | Compiling block-buffer v0.10.4 |
1710 | 2024-12-20T21:18:47.460Z | Compiling digest v0.10.7 |
1711 | 2024-12-20T21:18:47.734Z | Compiling schemars_derive v0.8.21 |
1712 | 2024-12-20T21:18:47.885Z | Compiling der_derive v0.7.3 |
1713 | 2024-12-20T21:18:48.135Z | Compiling num-conv v0.1.0 |
1714 | 2024-12-20T21:18:48.411Z | Compiling time-macros v0.2.18 |
1715 | 2024-12-20T21:18:48.584Z | Compiling vcpkg v0.2.15 |
1716 | 2024-12-20T21:18:50.178Z | Compiling openssl-sys v0.9.103 |
1717 | 2024-12-20T21:18:51.161Z | Compiling cpufeatures v0.2.14 |
1718 | 2024-12-20T21:18:51.262Z | Compiling futures-sink v0.3.31 |
1719 | 2024-12-20T21:18:51.282Z | Compiling slog v2.7.0 |
1720 | 2024-12-20T21:18:51.508Z | Compiling ahash v0.8.11 |
1721 | 2024-12-20T21:18:51.562Z | Compiling syn v1.0.109 |
1722 | 2024-12-20T21:18:52.024Z | Compiling zerofrom v0.1.4 |
1723 | 2024-12-20T21:18:52.205Z | Compiling scroll_derive v0.12.0 |
1724 | 2024-12-20T21:18:52.304Z | Compiling iana-time-zone v0.1.61 |
1725 | 2024-12-20T21:18:52.483Z | Compiling ucd-trie v0.1.7 |
1726 | 2024-12-20T21:18:52.628Z | Compiling yoke v0.7.4 |
1727 | 2024-12-20T21:18:52.984Z | Compiling pest v2.7.14 |
1728 | 2024-12-20T21:18:53.005Z | Compiling futures-channel v0.3.31 |
1729 | 2024-12-20T21:18:53.424Z | Compiling hmac v0.12.1 |
1730 | 2024-12-20T21:18:53.583Z | Compiling futures-task v0.3.31 |
1731 | 2024-12-20T21:18:53.689Z | Compiling openssl v0.10.66 |
1732 | 2024-12-20T21:18:53.888Z | Compiling futures-io v0.3.31 |
1733 | 2024-12-20T21:18:53.929Z | Compiling pin-utils v0.1.0 |
1734 | 2024-12-20T21:18:54.113Z | Compiling futures-util v0.3.31 |
1735 | 2024-12-20T21:18:54.149Z | Compiling zerovec v0.10.4 |
1736 | 2024-12-20T21:18:54.514Z | Compiling block-padding v0.3.3 |
1737 | 2024-12-20T21:18:55.246Z | Compiling tinyvec_macros v0.1.1 |
1738 | 2024-12-20T21:18:55.342Z | Compiling tinyvec v1.8.0 |
1739 | 2024-12-20T21:18:55.826Z | Compiling pest_meta v2.7.14 |
1740 | 2024-12-20T21:18:56.263Z | Compiling bitflags v2.6.0 |
1741 | 2024-12-20T21:18:56.361Z | Compiling bytes v1.8.0 |
1742 | 2024-12-20T21:18:58.286Z | Compiling indexmap v2.6.0 |
1743 | 2024-12-20T21:18:59.689Z | Compiling tokio v1.40.0 |
1744 | 2024-12-20T21:18:59.916Z | Compiling serde_tokenstream v0.2.2 |
1745 | 2024-12-20T21:19:00.371Z | Compiling http v1.1.0 |
1746 | 2024-12-20T21:19:00.479Z | Compiling uuid v1.11.0 |
1747 | 2024-12-20T21:19:01.402Z | Compiling which v4.4.2 |
1748 | 2024-12-20T21:19:01.818Z | Compiling rustc_version v0.4.1 |
1749 | 2024-12-20T21:19:01.926Z | Compiling chrono v0.4.38 |
1750 | 2024-12-20T21:19:04.253Z | Compiling pest_generator v2.7.14 |
1751 | 2024-12-20T21:19:05.084Z | Compiling toml_datetime v0.6.8 |
1752 | 2024-12-20T21:19:05.489Z | Compiling serde_spanned v0.6.8 |
1753 | 2024-12-20T21:19:05.719Z | Compiling inout v0.1.3 |
1754 | 2024-12-20T21:19:06.073Z | Compiling openssl-macros v0.1.1 |
1755 | 2024-12-20T21:19:06.818Z | Compiling native-tls v0.2.12 |
1756 | 2024-12-20T21:19:07.154Z | Compiling rustls v0.23.19 |
1757 | 2024-12-20T21:19:07.531Z | Compiling strsim v0.11.1 |
1758 | 2024-12-20T21:19:08.261Z | Compiling pest_derive v2.7.14 |
1759 | 2024-12-20T21:19:08.854Z | Compiling cipher v0.4.4 |
1760 | 2024-12-20T21:19:08.922Z | Compiling unicode-normalization v0.1.24 |
1761 | 2024-12-20T21:19:08.999Z | Compiling tinystr v0.7.6 |
1762 | 2024-12-20T21:19:09.310Z | Compiling sha2 v0.10.8 |
1763 | 2024-12-20T21:19:09.463Z | Compiling tracing-core v0.1.32 |
1764 | 2024-12-20T21:19:09.836Z | Compiling usdt-impl v0.5.0 |
1765 | 2024-12-20T21:19:09.966Z | Compiling dyn-clone v1.0.17 |
1766 | 2024-12-20T21:19:10.072Z | Compiling base64ct v1.6.0 |
1767 | 2024-12-20T21:19:10.167Z | Compiling unicode-bidi v0.3.17 |
1768 | 2024-12-20T21:19:10.184Z | Compiling litemap v0.7.3 |
1769 | 2024-12-20T21:19:10.210Z | Compiling writeable v0.5.5 |
1770 | 2024-12-20T21:19:10.601Z | Compiling icu_locid v1.5.0 |
1771 | 2024-12-20T21:19:10.659Z | Compiling pem-rfc7468 v0.7.0 |
1772 | 2024-12-20T21:19:10.738Z | Compiling tracing v0.1.40 |
1773 | 2024-12-20T21:19:11.786Z | Compiling scroll v0.12.0 |
1774 | 2024-12-20T21:19:12.132Z | Compiling ppv-lite86 v0.2.20 |
1775 | 2024-12-20T21:19:12.372Z | Compiling async-trait v0.1.83 |
1776 | 2024-12-20T21:19:12.989Z | Compiling cookie v0.18.1 |
1777 | 2024-12-20T21:19:13.273Z | Compiling plain v0.2.3 |
1778 | 2024-12-20T21:19:13.434Z | Compiling anyhow v1.0.93 |
1779 | 2024-12-20T21:19:14.095Z | Compiling camino v1.1.9 |
1780 | 2024-12-20T21:19:14.501Z | Compiling flagset v0.4.6 |
1781 | 2024-12-20T21:19:14.680Z | Compiling der v0.7.9 |
1782 | 2024-12-20T21:19:15.376Z | Compiling aws-lc-sys v0.22.0 |
1783 | 2024-12-20T21:19:17.789Z | Compiling goblin v0.8.2 |
1784 | 2024-12-20T21:19:20.411Z | Compiling rand_chacha v0.3.1 |
1785 | 2024-12-20T21:19:21.344Z | Compiling icu_provider v1.5.0 |
1786 | 2024-12-20T21:19:21.827Z | Compiling untrusted v0.7.1 |
1787 | 2024-12-20T21:19:22.010Z | Compiling rayon-core v1.12.1 |
1788 | 2024-12-20T21:19:22.276Z | Compiling rustls v0.22.4 |
1789 | 2024-12-20T21:19:22.363Z | Compiling rustls-pki-types v1.10.0 |
1790 | 2024-12-20T21:19:22.538Z | Compiling pretty-hex v0.4.1 |
1791 | 2024-12-20T21:19:22.983Z | Compiling icu_locid_transform_data v1.5.0 |
1792 | 2024-12-20T21:19:23.087Z | Compiling percent-encoding v2.3.1 |
1793 | 2024-12-20T21:19:23.712Z | Compiling dof v0.3.0 |
1794 | 2024-12-20T21:19:23.814Z | Compiling icu_locid_transform v1.5.0 |
1795 | 2024-12-20T21:19:25.124Z | Compiling rand v0.8.5 |
1796 | 2024-12-20T21:19:25.306Z | Compiling spki v0.7.3 |
1797 | 2024-12-20T21:19:25.819Z | Compiling salsa20 v0.10.2 |
1798 | 2024-12-20T21:19:25.944Z | Compiling dtrace-parser v0.2.0 |
1799 | 2024-12-20T21:19:26.021Z | Compiling tokio-util v0.7.12 |
1800 | 2024-12-20T21:19:26.673Z | Compiling icu_collections v1.5.0 |
1801 | 2024-12-20T21:19:26.730Z | Compiling pbkdf2 v0.12.2 |
1802 | 2024-12-20T21:19:27.508Z | Compiling thread-id v4.2.2 |
1803 | 2024-12-20T21:19:27.598Z | Compiling winnow v0.5.40 |
1804 | 2024-12-20T21:19:27.772Z | Compiling icu_properties_data v1.5.0 |
1805 | 2024-12-20T21:19:27.801Z | Compiling powerfmt v0.2.0 |
1806 | 2024-12-20T21:19:27.839Z | Compiling untrusted v0.9.0 |
1807 | 2024-12-20T21:19:28.015Z | Compiling mirai-annotations v1.12.0 |
1808 | 2024-12-20T21:19:28.078Z | Compiling deranged v0.3.11 |
1809 | 2024-12-20T21:19:28.230Z | Compiling icu_properties v1.5.1 |
1810 | 2024-12-20T21:19:31.500Z | Compiling toml_edit v0.19.15 |
1811 | 2024-12-20T21:19:32.851Z | Compiling scrypt v0.11.0 |
1812 | 2024-12-20T21:19:32.994Z | Compiling cbc v0.1.2 |
1813 | 2024-12-20T21:19:33.110Z | Compiling aes v0.8.4 |
1814 | 2024-12-20T21:19:33.348Z | Compiling multer v3.1.0 |
1815 | 2024-12-20T21:19:33.641Z | Compiling num_threads v0.1.7 |
1816 | 2024-12-20T21:19:33.778Z | Compiling icu_normalizer_data v1.5.0 |
1817 | 2024-12-20T21:19:34.029Z | Compiling utf16_iter v1.0.5 |
1818 | 2024-12-20T21:19:34.467Z | Compiling utf8_iter v1.0.4 |
1819 | 2024-12-20T21:19:34.489Z | Compiling slog-async v2.8.0 |
1820 | 2024-12-20T21:19:34.712Z | Compiling atomic-waker v1.1.2 |
1821 | 2024-12-20T21:19:34.932Z | Compiling rustversion v1.0.17 |
1822 | 2024-12-20T21:19:35.349Z | Compiling write16 v1.0.0 |
1823 | 2024-12-20T21:19:35.480Z | Compiling icu_normalizer v1.5.0 |
1824 | 2024-12-20T21:19:35.633Z | Compiling time v0.3.36 |
1825 | 2024-12-20T21:19:35.857Z | Compiling pkcs5 v0.7.1 |
1826 | 2024-12-20T21:19:37.463Z | Compiling form_urlencoded v1.2.1 |
1827 | 2024-12-20T21:19:38.260Z | Compiling http-body v1.0.1 |
1828 | 2024-12-20T21:19:38.278Z | Compiling heapless v0.7.17 |
1829 | 2024-12-20T21:19:38.854Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1830 | 2024-12-20T21:19:39.364Z | Compiling try-lock v0.2.5 |
1831 | 2024-12-20T21:19:39.413Z | Compiling signal-hook v0.3.17 |
1832 | 2024-12-20T21:19:41.695Z | Compiling want v0.3.1 |
1833 | 2024-12-20T21:19:41.960Z | Compiling pkcs8 v0.10.2 |
1834 | 2024-12-20T21:19:42.159Z | Compiling idna_adapter v1.2.0 |
1835 | 2024-12-20T21:19:42.618Z | Compiling h2 v0.4.6 |
1836 | 2024-12-20T21:19:43.618Z | Compiling usdt-attr-macro v0.5.0 |
1837 | 2024-12-20T21:19:45.094Z | Compiling usdt-macro v0.5.0 |
1838 | 2024-12-20T21:19:45.659Z | Compiling async-stream-impl v0.3.6 |
1839 | 2024-12-20T21:19:45.715Z | Compiling adler2 v2.0.0 |
1840 | 2024-12-20T21:19:45.984Z | Compiling httpdate v1.0.3 |
1841 | 2024-12-20T21:19:46.840Z | Compiling miniz_oxide v0.8.0 |
1842 | 2024-12-20T21:19:47.900Z | Compiling idna v1.0.3 |
1843 | 2024-12-20T21:19:49.547Z | Compiling curve25519-dalek v4.1.3 |
1844 | 2024-12-20T21:19:49.937Z | Compiling openapiv3 v2.0.0 |
1845 | 2024-12-20T21:19:50.036Z | Compiling enum-as-inner v0.6.1 |
1846 | 2024-12-20T21:19:50.419Z | Compiling hyper v1.5.0 |
1847 | 2024-12-20T21:19:53.571Z | Compiling dropshot v0.12.0 |
1848 | 2024-12-20T21:19:53.866Z | Compiling base64 v0.22.1 |
1849 | 2024-12-20T21:19:53.947Z | Compiling foreign-types-shared v0.1.1 |
1850 | 2024-12-20T21:19:54.049Z | Compiling tower-service v0.3.3 |
1851 | 2024-12-20T21:19:54.131Z | Compiling match_cfg v0.1.0 |
1852 | 2024-12-20T21:19:54.198Z | Compiling num-bigint-dig v0.8.4 |
1853 | 2024-12-20T21:19:54.226Z | Compiling portable-atomic v1.9.0 |
1854 | 2024-12-20T21:19:54.360Z | Compiling smoltcp v0.9.1 |
1855 | 2024-12-20T21:19:55.061Z | Compiling hyper-util v0.1.10 |
1856 | 2024-12-20T21:19:55.103Z | Compiling hostname v0.3.1 |
1857 | 2024-12-20T21:19:55.329Z | Compiling foreign-types v0.3.2 |
1858 | 2024-12-20T21:19:58.633Z | Compiling url v2.5.3 |
1859 | 2024-12-20T21:20:01.891Z | Compiling dirs-sys-next v0.1.2 |
1860 | 2024-12-20T21:20:02.461Z | Compiling gimli v0.31.1 |
1861 | 2024-12-20T21:20:02.567Z | Compiling heck v0.4.1 |
1862 | 2024-12-20T21:20:02.567Z | Compiling siphasher v0.3.11 |
1863 | 2024-12-20T21:20:02.892Z | Compiling data-encoding v2.6.0 |
1864 | 2024-12-20T21:20:02.935Z | Compiling ident_case v1.0.1 |
1865 | 2024-12-20T21:20:03.050Z | Compiling darling_core v0.20.10 |
1866 | 2024-12-20T21:20:03.514Z | Compiling dirs-next v2.0.0 |
1867 | 2024-12-20T21:20:06.111Z | Compiling http-body-util v0.1.2 |
1868 | 2024-12-20T21:20:07.464Z | Compiling addr2line v0.24.2 |
1869 | 2024-12-20T21:20:09.187Z | Compiling crossbeam-epoch v0.9.18 |
1870 | 2024-12-20T21:20:09.301Z | Compiling hubpack_derive v0.1.1 |
1871 | 2024-12-20T21:20:09.890Z | Compiling dropshot_endpoint v0.12.0 |
1872 | 2024-12-20T21:20:10.135Z | Compiling sha1 v0.10.6 |
1873 | 2024-12-20T21:20:10.154Z | Compiling signature v2.2.0 |
1874 | 2024-12-20T21:20:10.372Z | Compiling curve25519-dalek-derive v0.1.1 |
1875 | 2024-12-20T21:20:10.512Z | Compiling zerocopy-derive v0.6.6 |
1876 | 2024-12-20T21:20:10.844Z | Compiling object v0.36.5 |
1877 | 2024-12-20T21:20:11.757Z | Compiling thread_local v1.1.8 |
1878 | 2024-12-20T21:20:12.240Z | Compiling fs-err v2.11.0 |
1879 | 2024-12-20T21:20:12.428Z | Compiling encoding_rs v0.8.34 |
1880 | 2024-12-20T21:20:13.924Z | Compiling mime v0.3.17 |
1881 | 2024-12-20T21:20:15.000Z | Compiling utf8parse v0.2.2 |
1882 | 2024-12-20T21:20:16.034Z | Compiling openssl-probe v0.1.5 |
1883 | 2024-12-20T21:20:16.335Z | Compiling unicode-properties v0.1.3 |
1884 | 2024-12-20T21:20:20.217Z | Compiling anstyle v1.0.10 |
1885 | 2024-12-20T21:20:20.670Z | Compiling winnow v0.6.20 |
1886 | 2024-12-20T21:20:22.299Z | Compiling ipnet v2.10.1 |
1887 | 2024-12-20T21:20:23.088Z | Compiling rustc-demangle v0.1.24 |
1888 | 2024-12-20T21:20:24.053Z | Compiling backtrace v0.3.74 |
1889 | 2024-12-20T21:20:24.547Z | Compiling toml_edit v0.22.22 |
1890 | 2024-12-20T21:20:25.427Z | Compiling stringprep v0.1.5 |
1891 | 2024-12-20T21:20:26.973Z | Compiling anstyle-parse v0.2.5 |
1892 | 2024-12-20T21:20:28.775Z | Compiling rustls-webpki v0.102.8 |
1893 | 2024-12-20T21:20:31.849Z | Compiling crossbeam-deque v0.8.5 |
1894 | 2024-12-20T21:20:32.216Z | Compiling darling_macro v0.20.10 |
1895 | 2024-12-20T21:20:34.937Z | Compiling term v0.7.0 |
1896 | 2024-12-20T21:20:34.998Z | Compiling slog-json v2.6.1 |
1897 | 2024-12-20T21:20:36.295Z | Compiling serde_urlencoded v0.7.1 |
1898 | 2024-12-20T21:20:37.175Z | Compiling crossbeam-channel v0.5.13 |
1899 | 2024-12-20T21:20:37.428Z | Compiling rustls-pemfile v2.2.0 |
1900 | 2024-12-20T21:20:38.217Z | Compiling hashbrown v0.14.5 |
1901 | 2024-12-20T21:20:38.764Z | Compiling idna v0.3.0 |
1902 | 2024-12-20T21:20:39.278Z | Compiling idna v0.4.0 |
1903 | 2024-12-20T21:20:39.555Z | Compiling futures-executor v0.3.31 |
1904 | 2024-12-20T21:20:40.270Z | Compiling num-integer v0.1.46 |
1905 | 2024-12-20T21:20:40.704Z | Compiling md-5 v0.10.6 |
1906 | 2024-12-20T21:20:40.884Z | Compiling ff v0.13.0 |
1907 | 2024-12-20T21:20:40.955Z | Compiling hash32 v0.2.1 |
1908 | 2024-12-20T21:20:40.983Z | Compiling memmap v0.7.0 |
1909 | 2024-12-20T21:20:41.102Z | Compiling is-terminal v0.4.13 |
1910 | 2024-12-20T21:20:41.299Z | Compiling fallible-iterator v0.2.0 |
1911 | 2024-12-20T21:20:41.323Z | Compiling linked-hash-map v0.5.6 |
1912 | 2024-12-20T21:20:41.689Z | Compiling take_mut v0.2.2 |
1913 | 2024-12-20T21:20:41.851Z | Compiling quick-error v1.2.3 |
1914 | 2024-12-20T21:20:41.999Z | Compiling psl-types v2.0.11 |
1915 | 2024-12-20T21:20:42.051Z | Compiling utf-8 v0.7.6 |
1916 | 2024-12-20T21:20:42.341Z | Compiling base16ct v0.2.0 |
1917 | 2024-12-20T21:20:43.030Z | Compiling is_terminal_polyfill v1.70.1 |
1918 | 2024-12-20T21:20:43.166Z | Compiling colorchoice v1.0.2 |
1919 | 2024-12-20T21:20:43.337Z | Compiling anstyle-query v1.1.1 |
1920 | 2024-12-20T21:20:43.489Z | Compiling anstream v0.6.15 |
1921 | 2024-12-20T21:20:44.172Z | Compiling sec1 v0.7.3 |
1922 | 2024-12-20T21:20:44.627Z | Compiling tungstenite v0.24.0 |
1923 | 2024-12-20T21:20:44.746Z | Compiling publicsuffix v2.2.3 |
1924 | 2024-12-20T21:20:45.008Z | Compiling postgres-protocol v0.6.7 |
1925 | 2024-12-20T21:20:46.140Z | Compiling resolv-conf v0.7.0 |
1926 | 2024-12-20T21:20:46.740Z | Compiling lru-cache v0.1.2 |
1927 | 2024-12-20T21:20:46.946Z | Compiling slog-term v2.9.1 |
1928 | 2024-12-20T21:20:47.205Z | Compiling usdt v0.5.0 |
1929 | 2024-12-20T21:20:47.670Z | Compiling group v0.13.0 |
1930 | 2024-12-20T21:20:47.970Z | Compiling num-iter v0.1.45 |
1931 | 2024-12-20T21:20:47.991Z | Compiling hickory-proto v0.24.1 |
1932 | 2024-12-20T21:20:48.043Z | Compiling futures v0.3.31 |
1933 | 2024-12-20T21:20:48.153Z | Compiling regress v0.10.1 |
1934 | 2024-12-20T21:20:51.533Z | Compiling tokio-rustls v0.26.0 |
1935 | 2024-12-20T21:20:51.681Z | Compiling slog-bunyan v2.5.0 |
1936 | 2024-12-20T21:20:51.896Z | Compiling tokio-rustls v0.25.0 |
1937 | 2024-12-20T21:20:51.975Z | Compiling darling v0.20.10 |
1938 | 2024-12-20T21:20:52.339Z | Compiling toml v0.8.19 |
1939 | 2024-12-20T21:20:52.844Z | Compiling tokio-native-tls v0.3.1 |
1940 | 2024-12-20T21:20:52.871Z | Compiling strum_macros v0.25.3 |
1941 | 2024-12-20T21:20:52.901Z | Compiling phf_shared v0.11.2 |
1942 | 2024-12-20T21:20:53.607Z | Compiling async-stream v0.3.6 |
1943 | 2024-12-20T21:20:53.867Z | Compiling waitgroup v0.1.2 |
1944 | 2024-12-20T21:20:53.884Z | Compiling webpki-roots v0.26.6 |
1945 | 2024-12-20T21:20:54.537Z | Compiling idna v0.5.0 |
1946 | 2024-12-20T21:20:54.589Z | Compiling terminal_size v0.4.0 |
1947 | 2024-12-20T21:20:54.816Z | Compiling serde_path_to_error v0.1.16 |
1948 | 2024-12-20T21:20:54.904Z | Compiling hkdf v0.12.4 |
1949 | 2024-12-20T21:20:55.788Z | Compiling crypto-bigint v0.5.5 |
1950 | 2024-12-20T21:20:55.815Z | Compiling clap_derive v4.5.18 |
1951 | 2024-12-20T21:20:55.978Z | Compiling derive-where v1.2.7 |
1952 | 2024-12-20T21:20:56.268Z | Compiling serde_repr v0.1.19 |
1953 | 2024-12-20T21:20:57.137Z | Compiling hostname v0.4.0 |
1954 | 2024-12-20T21:20:57.356Z | Compiling crc32fast v1.4.2 |
1955 | 2024-12-20T21:20:57.360Z | Compiling clap_lex v0.7.2 |
1956 | 2024-12-20T21:20:57.924Z | Compiling bitflags v1.3.2 |
1957 | 2024-12-20T21:20:58.030Z | Compiling managed v0.8.0 |
1958 | 2024-12-20T21:20:58.293Z | Compiling unicode-width v0.1.14 |
1959 | 2024-12-20T21:20:58.808Z | Compiling debug-ignore v1.0.5 |
1960 | 2024-12-20T21:20:59.308Z | Compiling console v0.15.8 |
1961 | 2024-12-20T21:20:59.308Z | Compiling elliptic-curve v0.13.8 |
1962 | 2024-12-20T21:21:00.641Z | Compiling clap_builder v4.5.21 |
1963 | 2024-12-20T21:21:01.312Z | Compiling flate2 v1.0.34 |
1964 | 2024-12-20T21:21:02.227Z | Compiling cookie_store v0.21.0 |
1965 | 2024-12-20T21:21:04.336Z | Compiling hyper-rustls v0.27.3 |
1966 | 2024-12-20T21:21:05.538Z | Compiling hickory-resolver v0.24.1 |
1967 | 2024-12-20T21:21:07.916Z | Compiling phf v0.11.2 |
1968 | 2024-12-20T21:21:08.103Z | Compiling hyper-tls v0.6.0 |
1969 | 2024-12-20T21:21:08.204Z | Compiling signal-hook-mio v0.2.4 |
1970 | 2024-12-20T21:21:08.374Z | Compiling typify-impl v0.2.0 |
1971 | 2024-12-20T21:21:08.483Z | Compiling bzip2 v0.4.4 |
1972 | 2024-12-20T21:21:08.867Z | Compiling rayon v1.10.0 |
1973 | 2024-12-20T21:21:09.227Z | Compiling postgres-types v0.2.8 |
1974 | 2024-12-20T21:21:09.488Z | Compiling tokio-tungstenite v0.24.0 |
1975 | 2024-12-20T21:21:10.522Z | Compiling zerocopy v0.6.6 |
1976 | 2024-12-20T21:21:10.586Z | Compiling ed25519 v2.2.3 |
1977 | 2024-12-20T21:21:10.877Z | Compiling hubpack v0.1.2 |
1978 | 2024-12-20T21:21:10.965Z | Compiling phf_shared v0.10.0 |
1979 | 2024-12-20T21:21:11.312Z | Compiling pkcs1 v0.7.5 |
1980 | 2024-12-20T21:21:11.375Z | Compiling tokio-stream v0.1.16 |
1981 | 2024-12-20T21:21:12.232Z | Compiling serde-big-array v0.5.1 |
1982 | 2024-12-20T21:21:12.389Z | Compiling rfc6979 v0.4.0 |
1983 | 2024-12-20T21:21:12.452Z | Compiling float-cmp v0.9.0 |
1984 | 2024-12-20T21:21:12.580Z | Compiling sync_wrapper v1.0.1 |
1985 | 2024-12-20T21:21:12.660Z | Compiling bstr v1.10.0 |
1986 | 2024-12-20T21:21:13.742Z | Compiling fixedbitset v0.4.2 |
1987 | 2024-12-20T21:21:13.788Z | Compiling unicode-width v0.2.0 |
1988 | 2024-12-20T21:21:14.157Z | Compiling number_prefix v0.4.0 |
1989 | 2024-12-20T21:21:14.209Z | Compiling difflib v0.4.0 |
1990 | 2024-12-20T21:21:14.404Z | Compiling whoami v1.5.2 |
1991 | 2024-12-20T21:21:14.853Z | Compiling unicode-segmentation v1.12.0 |
1992 | 2024-12-20T21:21:14.957Z | Compiling precomputed-hash v0.1.1 |
1993 | 2024-12-20T21:21:15.077Z | Compiling normalize-line-endings v0.3.0 |
1994 | 2024-12-20T21:21:15.206Z | Compiling new_debug_unreachable v1.0.6 |
1995 | 2024-12-20T21:21:15.307Z | Compiling bit-vec v0.6.3 |
1996 | 2024-12-20T21:21:15.471Z | Compiling static_assertions v1.1.0 |
1997 | 2024-12-20T21:21:15.533Z | Compiling predicates-core v1.0.8 |
1998 | 2024-12-20T21:21:15.757Z | Compiling predicates v3.1.2 |
1999 | 2024-12-20T21:21:15.848Z | Compiling bit-set v0.5.3 |
2000 | 2024-12-20T21:21:16.139Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2001 | 2024-12-20T21:21:16.255Z | Compiling similar v2.6.0 |
2002 | 2024-12-20T21:21:17.289Z | Compiling string_cache v0.8.7 |
2003 | 2024-12-20T21:21:18.188Z | Compiling tokio-postgres v0.7.12 |
2004 | 2024-12-20T21:21:18.302Z | Compiling indicatif v0.17.9 |
2005 | 2024-12-20T21:21:19.052Z | Compiling petgraph v0.6.5 |
2006 | 2024-12-20T21:21:20.309Z | Compiling typify-macro v0.2.0 |
2007 | 2024-12-20T21:21:20.431Z | Compiling reqwest v0.12.9 |
2008 | 2024-12-20T21:21:21.955Z | Compiling ecdsa v0.16.9 |
2009 | 2024-12-20T21:21:22.939Z | Compiling qorb v0.2.1 |
2010 | 2024-12-20T21:21:23.095Z | Compiling rsa v0.9.6 |
2011 | 2024-12-20T21:21:23.911Z | Compiling ed25519-dalek v2.1.1 |
2012 | 2024-12-20T21:21:24.458Z | Compiling zip v0.6.6 |
2013 | 2024-12-20T21:21:24.712Z | Compiling crossterm v0.28.1 |
2014 | 2024-12-20T21:21:24.746Z | Compiling clap v4.5.21 |
2015 | 2024-12-20T21:21:26.970Z | Compiling toml v0.7.8 |
2016 | 2024-12-20T21:21:27.376Z | Compiling x509-cert v0.2.5 |
2017 | 2024-12-20T21:21:28.161Z | Compiling hex v0.4.3 |
2018 | 2024-12-20T21:21:28.873Z | Compiling unicode-xid v0.2.6 |
2019 | 2024-12-20T21:21:28.899Z | Compiling peg-runtime v0.8.3 |
2020 | 2024-12-20T21:21:29.258Z | Compiling zerocopy v0.8.10 |
2021 | 2024-12-20T21:21:29.418Z | Compiling lalrpop-util v0.19.12 |
2022 | 2024-12-20T21:21:31.807Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2023 | 2024-12-20T21:21:35.164Z | Compiling proc-macro-crate v1.3.1 |
2024 | 2024-12-20T21:21:36.047Z | Compiling ipnetwork v0.20.0 |
2025 | 2024-12-20T21:21:36.086Z | Compiling macaddr v1.0.1 |
2026 | 2024-12-20T21:21:36.506Z | Compiling zerocopy-derive v0.8.10 |
2027 | 2024-12-20T21:21:36.735Z | Compiling itertools v0.13.0 |
2028 | 2024-12-20T21:21:39.788Z | Compiling heapless v0.8.0 |
2029 | 2024-12-20T21:21:40.244Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2030 | 2024-12-20T21:21:45.117Z | Compiling num_enum_derive v0.5.11 |
2031 | 2024-12-20T21:21:53.233Z | Compiling hash32 v0.3.1 |
2032 | 2024-12-20T21:21:53.976Z | Compiling smoltcp v0.11.0 |
2033 | 2024-12-20T21:21:54.697Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2034 | 2024-12-20T21:21:59.542Z | Compiling num_enum v0.5.11 |
2035 | 2024-12-20T21:21:59.624Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2036 | 2024-12-20T21:22:00.248Z | Compiling typify v0.2.0 |
2037 | 2024-12-20T21:22:00.951Z | Compiling proc-macro-error-attr v1.0.4 |
2038 | 2024-12-20T21:22:01.236Z | Compiling cobs v0.2.3 |
2039 | 2024-12-20T21:22:01.427Z | Compiling unsafe-libyaml v0.2.11 |
2040 | 2024-12-20T21:22:02.369Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2041 | 2024-12-20T21:22:02.930Z | Compiling serde_yaml v0.9.34+deprecated |
2042 | 2024-12-20T21:22:07.490Z | Compiling postcard v1.0.10 |
2043 | 2024-12-20T21:22:19.948Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2024-12-20T21:22:20.133Z | Compiling progenitor-impl v0.8.0 |
2045 | 2024-12-20T21:22:31.723Z | Compiling strum_macros v0.26.4 |
2046 | 2024-12-20T21:22:32.302Z | Compiling foreign-types-macros v0.2.3 |
2047 | 2024-12-20T21:22:32.305Z | Compiling structmeta-derive v0.3.0 |
2048 | 2024-12-20T21:22:32.753Z | Compiling proc-macro-error v1.0.4 |
2049 | 2024-12-20T21:22:33.020Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2024-12-20T21:22:33.080Z | Compiling foreign-types-shared v0.3.1 |
2051 | 2024-12-20T21:22:33.210Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2052 | 2024-12-20T21:22:33.381Z | Compiling newtype-uuid v1.1.3 |
2053 | 2024-12-20T21:22:34.944Z | Compiling structmeta v0.3.0 |
2054 | 2024-12-20T21:22:36.143Z | Compiling strum v0.26.3 |
2055 | 2024-12-20T21:22:39.895Z | Compiling foreign-types v0.5.0 |
2056 | 2024-12-20T21:22:40.022Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2024-12-20T21:22:43.972Z | Compiling progenitor-macro v0.8.0 |
2058 | 2024-12-20T21:22:48.327Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2059 | 2024-12-20T21:22:49.370Z | Compiling progenitor-client v0.8.0 |
2060 | 2024-12-20T21:22:49.619Z | Compiling tabwriter v1.4.0 |
2061 | 2024-12-20T21:22:50.416Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2062 | 2024-12-20T21:22:51.214Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2063 | 2024-12-20T21:22:51.936Z | Compiling cstr-argument v0.1.2 |
2064 | 2024-12-20T21:22:52.055Z | Compiling dropshot v0.13.0 |
2065 | 2024-12-20T21:22:52.187Z | Compiling thiserror v2.0.3 |
2066 | 2024-12-20T21:22:52.361Z | Compiling crucible-workspace-hack v0.1.0 |
2067 | 2024-12-20T21:22:52.640Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2068 | 2024-12-20T21:22:52.770Z | Compiling fastrand v2.1.1 |
2069 | 2024-12-20T21:22:53.429Z | Compiling pretty-hex v0.2.1 |
2070 | 2024-12-20T21:22:54.064Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2071 | 2024-12-20T21:22:54.200Z | Compiling tempfile v3.13.0 |
2072 | 2024-12-20T21:22:54.883Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2024-12-20T21:22:55.193Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2024-12-20T21:22:55.940Z | Compiling parse-display-derive v0.10.0 |
2075 | 2024-12-20T21:22:56.095Z | Compiling colored v2.1.0 |
2076 | 2024-12-20T21:22:56.121Z | Compiling serde_with_macros v3.11.0 |
2077 | 2024-12-20T21:22:56.663Z | Compiling progenitor v0.8.0 |
2078 | 2024-12-20T21:22:56.949Z | Compiling dropshot_endpoint v0.13.0 |
2079 | 2024-12-20T21:22:57.292Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2024-12-20T21:22:58.045Z | Compiling thiserror-impl v2.0.3 |
2081 | 2024-12-20T21:22:58.624Z | Compiling instant v0.1.13 |
2082 | 2024-12-20T21:22:58.803Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2083 | 2024-12-20T21:22:59.203Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2084 | 2024-12-20T21:22:59.749Z | Compiling parse-display v0.10.0 |
2085 | 2024-12-20T21:23:01.337Z | Compiling backoff v0.4.0 |
2086 | 2024-12-20T21:23:01.416Z | Compiling serde_with v3.11.0 |
2087 | 2024-12-20T21:23:01.468Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2088 | 2024-12-20T21:23:01.676Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2089 | 2024-12-20T21:23:01.723Z | Compiling zone_cfg_derive v0.3.0 |
2090 | 2024-12-20T21:23:02.288Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2091 | 2024-12-20T21:23:02.922Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2092 | 2024-12-20T21:23:03.187Z | Compiling camino-tempfile v1.1.1 |
2093 | 2024-12-20T21:23:03.655Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2094 | 2024-12-20T21:23:03.974Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2095 | 2024-12-20T21:23:04.163Z | Compiling regress v0.9.1 |
2096 | 2024-12-20T21:23:04.181Z | Compiling num-derive v0.4.2 |
2097 | 2024-12-20T21:23:05.824Z | Compiling sigpipe v0.1.3 |
2098 | 2024-12-20T21:23:05.971Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2099 | 2024-12-20T21:23:06.263Z | Compiling libefi-sys v0.1.0 |
2100 | 2024-12-20T21:23:06.505Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2101 | 2024-12-20T21:23:06.611Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2102 | 2024-12-20T21:23:08.054Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2103 | 2024-12-20T21:23:08.585Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2104 | 2024-12-20T21:23:09.851Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2105 | 2024-12-20T21:23:11.243Z | Compiling zone v0.3.0 |
2106 | 2024-12-20T21:23:14.028Z | Compiling smf v0.2.3 |
2107 | 2024-12-20T21:23:14.627Z | Compiling bitfield-struct v0.6.2 |
2108 | 2024-12-20T21:23:15.119Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2109 | 2024-12-20T21:23:15.148Z | Compiling ring v0.16.20 |
2110 | 2024-12-20T21:23:15.994Z | Compiling blake3 v1.5.4 |
2111 | 2024-12-20T21:23:16.627Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2112 | 2024-12-20T21:23:17.198Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2113 | 2024-12-20T21:23:17.220Z | Compiling xattr v1.3.1 |
2114 | 2024-12-20T21:23:17.448Z | Compiling memmap2 v0.9.5 |
2115 | 2024-12-20T21:23:17.535Z | Compiling filetime v0.2.25 |
2116 | 2024-12-20T21:23:17.901Z | Compiling arrayvec v0.7.6 |
2117 | 2024-12-20T21:23:18.059Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-12-20T21:23:18.191Z | Compiling same-file v1.0.6 |
2119 | 2024-12-20T21:23:18.333Z | Compiling constant_time_eq v0.3.1 |
2120 | 2024-12-20T21:23:18.392Z | Compiling spin v0.5.2 |
2121 | 2024-12-20T21:23:18.478Z | Compiling arrayref v0.3.9 |
2122 | 2024-12-20T21:23:18.501Z | Compiling walkdir v2.5.0 |
2123 | 2024-12-20T21:23:18.657Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2024-12-20T21:23:20.108Z | Compiling tar v0.4.42 |
2125 | 2024-12-20T21:23:20.281Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2126 | 2024-12-20T21:23:20.716Z | Compiling gethostname v0.5.0 |
2127 | 2024-12-20T21:23:20.925Z | Compiling cargo-platform v0.1.8 |
2128 | 2024-12-20T21:23:21.228Z | Compiling topological-sort v0.2.2 |
2129 | 2024-12-20T21:23:21.319Z | Compiling cargo_metadata v0.18.1 |
2130 | 2024-12-20T21:23:21.508Z | Compiling shell-words v1.1.0 |
2131 | 2024-12-20T21:23:25.688Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2132 | 2024-12-20T21:23:26.887Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2133 | 2024-12-20T21:23:27.942Z | Compiling omicron-zone-package v0.11.1 |
2134 | 2024-12-20T21:23:30.244Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2135 | 2024-12-20T21:23:50.150Z | Finished `release` profile [optimized] target(s) in 5m 23s |
2136 | 2024-12-20T21:23:50.310Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2137 | 2024-12-20T21:23:50.356Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2138 | 2024-12-20T21:23:50.359Z | Created new build target 'test' and set it as active |
2139 | 2024-12-20T21:23:50.359Z | |
2140 | 2024-12-20T21:23:50.359Z | real 5:23.766573084 |
2141 | 2024-12-20T21:23:50.359Z | user 36:35.904003251 |
2142 | 2024-12-20T21:23:50.359Z | sys 4:49.593592634 |
2143 | 2024-12-20T21:23:50.359Z | trap 1.064941954 |
2144 | 2024-12-20T21:23:50.359Z | tflt 2.944084922 |
2145 | 2024-12-20T21:23:50.359Z | dflt 0.768721581 |
2146 | 2024-12-20T21:23:50.359Z | kflt 0.000121088 |
2147 | 2024-12-20T21:23:50.359Z | lock 1:17:16.871051874 |
2148 | 2024-12-20T21:23:50.359Z | slp 2:33:24.186343014 |
2149 | 2024-12-20T21:23:50.359Z | lat 2:30.334951522 |
2150 | 2024-12-20T21:23:50.359Z | stop 4:25.705616744 |
2151 | 2024-12-20T21:23:50.362Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2152 | 2024-12-20T21:23:51.323Z | Finished `release` profile [optimized] target(s) in 0.91s |
2153 | 2024-12-20T21:23:51.380Z | Running `target/release/omicron-package -t test package` |
2154 | 2024-12-20T21:23:51.425Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2155 | 2024-12-20T21:23:52.521Z | Compiling convert_case v0.4.0 |
2156 | 2024-12-20T21:23:52.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2157 | 2024-12-20T21:23:52.521Z | Compiling newline-converter v0.3.0 |
2158 | 2024-12-20T21:23:52.524Z | Compiling password-hash v0.5.0 |
2159 | 2024-12-20T21:23:52.524Z | Compiling progenitor-client v0.8.0 |
2160 | 2024-12-20T21:23:52.524Z | Compiling blake2 v0.10.6 |
2161 | 2024-12-20T21:23:52.524Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2024-12-20T21:23:52.664Z | Compiling atomicwrites v0.4.4 |
2163 | 2024-12-20T21:23:52.875Z | Compiling cancel-safe-futures v0.1.5 |
2164 | 2024-12-20T21:23:52.923Z | Compiling expectorate v1.1.0 |
2165 | 2024-12-20T21:23:53.120Z | Compiling progenitor v0.8.0 |
2166 | 2024-12-20T21:23:53.193Z | Compiling owo-colors v4.1.0 |
2167 | 2024-12-20T21:23:53.196Z | Compiling num-rational v0.4.2 |
2168 | 2024-12-20T21:23:53.223Z | Compiling argon2 v0.5.3 |
2169 | 2024-12-20T21:23:53.320Z | Compiling derive_more v0.99.18 |
2170 | 2024-12-20T21:23:53.414Z | Compiling num-complex v0.4.6 |
2171 | 2024-12-20T21:23:53.964Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2172 | 2024-12-20T21:23:54.108Z | Compiling libsw v3.3.1 |
2173 | 2024-12-20T21:23:54.442Z | Compiling linear-map v1.2.0 |
2174 | 2024-12-20T21:23:54.544Z | Compiling num v0.4.3 |
2175 | 2024-12-20T21:23:54.663Z | Compiling indent_write v2.2.0 |
2176 | 2024-12-20T21:23:54.682Z | Compiling swrite v0.1.0 |
2177 | 2024-12-20T21:23:54.770Z | Compiling float-ord v0.3.2 |
2178 | 2024-12-20T21:23:54.808Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2179 | 2024-12-20T21:23:54.859Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2180 | 2024-12-20T21:23:54.884Z | Compiling base64 v0.21.7 |
2181 | 2024-12-20T21:23:54.933Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2182 | 2024-12-20T21:23:55.548Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-12-20T21:23:55.623Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2184 | 2024-12-20T21:23:56.002Z | Compiling highway v1.2.0 |
2185 | 2024-12-20T21:23:56.295Z | Compiling semver v0.1.20 |
2186 | 2024-12-20T21:23:56.855Z | Compiling rustc_version v0.1.7 |
2187 | 2024-12-20T21:23:57.292Z | Compiling newtype_derive v0.1.6 |
2188 | 2024-12-20T21:23:57.455Z | Compiling newtype-uuid v1.1.3 |
2189 | 2024-12-20T21:23:57.680Z | Compiling dropshot v0.13.0 |
2190 | 2024-12-20T21:23:57.753Z | Compiling ipnetwork v0.20.0 |
2191 | 2024-12-20T21:23:57.804Z | Compiling instant v0.1.13 |
2192 | 2024-12-20T21:23:57.958Z | Compiling humantime v2.1.0 |
2193 | 2024-12-20T21:23:59.555Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2194 | 2024-12-20T21:23:59.558Z | Compiling backoff v0.4.0 |
2195 | 2024-12-20T21:23:59.558Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2196 | 2024-12-20T21:23:59.946Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2197 | 2024-12-20T21:24:02.763Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2198 | 2024-12-20T21:24:03.214Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2199 | 2024-12-20T21:24:03.384Z | Compiling parse-display v0.10.0 |
2200 | 2024-12-20T21:24:03.937Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2201 | 2024-12-20T21:24:04.121Z | Compiling strum v0.26.3 |
2202 | 2024-12-20T21:24:04.177Z | Compiling serde_with v3.11.0 |
2203 | 2024-12-20T21:24:04.309Z | Compiling regress v0.9.1 |
2204 | 2024-12-20T21:24:07.599Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2205 | 2024-12-20T21:24:09.178Z | Compiling macaddr v1.0.1 |
2206 | 2024-12-20T21:24:09.384Z | Compiling slog-dtrace v0.3.0 |
2207 | 2024-12-20T21:24:09.417Z | Compiling steno v0.4.1 |
2208 | 2024-12-20T21:24:09.508Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2209 | 2024-12-20T21:24:09.918Z | Compiling prettyplease v0.2.25 |
2210 | 2024-12-20T21:24:11.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2211 | 2024-12-20T21:24:11.418Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2212 | 2024-12-20T21:24:12.238Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2213 | 2024-12-20T21:24:14.439Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2214 | 2024-12-20T21:24:14.935Z | Compiling half v2.4.1 |
2215 | 2024-12-20T21:24:15.647Z | Compiling ciborium-io v0.2.2 |
2216 | 2024-12-20T21:24:15.797Z | Compiling ciborium-ll v0.2.2 |
2217 | 2024-12-20T21:24:16.325Z | Compiling tungstenite v0.21.0 |
2218 | 2024-12-20T21:24:19.489Z | Compiling tokio-tungstenite v0.21.0 |
2219 | 2024-12-20T21:24:20.141Z | Compiling ciborium v0.2.2 |
2220 | 2024-12-20T21:24:21.456Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-12-20T21:24:26.036Z | Compiling same-file v1.0.6 |
2222 | 2024-12-20T21:24:26.273Z | Compiling fastrand v2.1.1 |
2223 | 2024-12-20T21:24:27.500Z | Compiling display-error-chain v0.2.2 |
2224 | 2024-12-20T21:24:27.725Z | Compiling tempfile v3.13.0 |
2225 | 2024-12-20T21:24:28.156Z | Compiling walkdir v2.5.0 |
2226 | 2024-12-20T21:24:28.501Z | Compiling blake3 v1.5.4 |
2227 | 2024-12-20T21:24:28.821Z | Compiling ring v0.16.20 |
2228 | 2024-12-20T21:24:29.117Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2229 | 2024-12-20T21:24:29.562Z | Compiling xattr v1.3.1 |
2230 | 2024-12-20T21:24:29.830Z | Compiling filetime v0.2.25 |
2231 | 2024-12-20T21:24:30.135Z | Compiling memmap2 v0.9.5 |
2232 | 2024-12-20T21:24:30.289Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2233 | 2024-12-20T21:24:30.521Z | Compiling arrayref v0.3.9 |
2234 | 2024-12-20T21:24:30.646Z | Compiling spin v0.5.2 |
2235 | 2024-12-20T21:24:30.895Z | Compiling arrayvec v0.7.6 |
2236 | 2024-12-20T21:24:31.079Z | Compiling keccak v0.1.5 |
2237 | 2024-12-20T21:24:31.318Z | Compiling constant_time_eq v0.3.1 |
2238 | 2024-12-20T21:24:32.078Z | Compiling sha3 v0.10.8 |
2239 | 2024-12-20T21:24:32.263Z | Compiling tar v0.4.42 |
2240 | 2024-12-20T21:24:32.516Z | Compiling toolchain_find v0.4.0 |
2241 | 2024-12-20T21:24:32.979Z | Compiling camino-tempfile v1.1.1 |
2242 | 2024-12-20T21:24:33.016Z | Compiling const_format_proc_macros v0.2.33 |
2243 | 2024-12-20T21:24:33.073Z | Compiling crunchy v0.2.2 |
2244 | 2024-12-20T21:24:33.432Z | Compiling maplit v1.0.2 |
2245 | 2024-12-20T21:24:33.474Z | Compiling topological-sort v0.2.2 |
2246 | 2024-12-20T21:24:33.564Z | Compiling radium v0.7.0 |
2247 | 2024-12-20T21:24:33.699Z | Compiling omicron-zone-package v0.11.1 |
2248 | 2024-12-20T21:24:34.041Z | Compiling rustfmt-wrapper v0.2.1 |
2249 | 2024-12-20T21:24:34.266Z | Compiling maybe-uninit v2.0.0 |
2250 | 2024-12-20T21:24:34.551Z | Compiling tap v1.0.1 |
2251 | 2024-12-20T21:24:34.596Z | Compiling tiny-keccak v2.0.2 |
2252 | 2024-12-20T21:24:34.755Z | Compiling wyz v0.5.1 |
2253 | 2024-12-20T21:24:34.878Z | Compiling const_format v0.2.33 |
2254 | 2024-12-20T21:24:34.923Z | Compiling dsl_auto_type v0.1.2 |
2255 | 2024-12-20T21:24:34.955Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2256 | 2024-12-20T21:24:35.220Z | Compiling phf_generator v0.11.2 |
2257 | 2024-12-20T21:24:35.403Z | Compiling scheduled-thread-pool v0.2.7 |
2258 | 2024-12-20T21:24:35.422Z | Compiling secrecy v0.8.0 |
2259 | 2024-12-20T21:24:35.437Z | Compiling async-recursion v1.1.1 |
2260 | 2024-12-20T21:24:35.707Z | Compiling diesel_table_macro_syntax v0.2.0 |
2261 | 2024-12-20T21:24:36.124Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2262 | 2024-12-20T21:24:36.158Z | Compiling packed_struct v0.10.1 |
2263 | 2024-12-20T21:24:36.381Z | Compiling arc-swap v1.7.1 |
2264 | 2024-12-20T21:24:36.431Z | Compiling funty v2.0.0 |
2265 | 2024-12-20T21:24:36.585Z | Compiling crc-catalog v2.4.0 |
2266 | 2024-12-20T21:24:36.752Z | Compiling crc v3.2.1 |
2267 | 2024-12-20T21:24:36.769Z | Compiling diesel_derives v2.2.3 |
2268 | 2024-12-20T21:24:36.943Z | Compiling slog-scope v4.4.0 |
2269 | 2024-12-20T21:24:37.059Z | Compiling r2d2 v0.8.10 |
2270 | 2024-12-20T21:24:37.532Z | Compiling bitvec v1.0.1 |
2271 | 2024-12-20T21:24:37.743Z | Compiling phf_codegen v0.11.2 |
2272 | 2024-12-20T21:24:38.470Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2273 | 2024-12-20T21:24:38.669Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2274 | 2024-12-20T21:24:38.871Z | Compiling ascii-canvas v3.0.0 |
2275 | 2024-12-20T21:24:38.898Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2276 | 2024-12-20T21:24:39.316Z | Compiling universal-hash v0.5.1 |
2277 | 2024-12-20T21:24:39.548Z | Compiling thiserror-impl-no-std v2.0.2 |
2278 | 2024-12-20T21:24:42.214Z | Compiling packed_struct_codegen v0.10.1 |
2279 | 2024-12-20T21:24:42.233Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-12-20T21:24:43.853Z | Compiling ena v0.14.3 |
2281 | 2024-12-20T21:24:44.276Z | Compiling indexmap v1.9.3 |
2282 | 2024-12-20T21:24:44.589Z | Compiling opaque-debug v0.3.1 |
2283 | 2024-12-20T21:24:44.664Z | Compiling nodrop v0.1.14 |
2284 | 2024-12-20T21:24:44.697Z | Compiling diff v0.1.13 |
2285 | 2024-12-20T21:24:44.812Z | Compiling regex-syntax v0.6.29 |
2286 | 2024-12-20T21:24:45.243Z | Compiling array-init v0.0.4 |
2287 | 2024-12-20T21:24:46.502Z | Compiling poly1305 v0.8.0 |
2288 | 2024-12-20T21:24:48.194Z | Compiling diesel v2.2.6 |
2289 | 2024-12-20T21:24:50.232Z | Compiling lalrpop v0.19.12 |
2290 | 2024-12-20T21:24:52.204Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2024-12-20T21:24:53.383Z | Compiling thiserror-no-std v2.0.2 |
2292 | 2024-12-20T21:24:53.520Z | Compiling smallvec v0.6.14 |
2293 | 2024-12-20T21:24:54.038Z | Compiling slog-stdlog v4.1.1 |
2294 | 2024-12-20T21:24:55.435Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2295 | 2024-12-20T21:24:55.471Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2296 | 2024-12-20T21:24:55.787Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2297 | 2024-12-20T21:24:56.021Z | Compiling chacha20 v0.9.1 |
2298 | 2024-12-20T21:24:56.536Z | Compiling aead v0.5.2 |
2299 | 2024-12-20T21:24:56.608Z | Compiling vte_generate_state_changes v0.1.2 |
2300 | 2024-12-20T21:24:56.887Z | Compiling hashbrown v0.12.3 |
2301 | 2024-12-20T21:24:57.175Z | Compiling bitfield v0.14.0 |
2302 | 2024-12-20T21:24:57.478Z | Compiling termcolor v1.4.1 |
2303 | 2024-12-20T21:24:58.216Z | Compiling ref-cast v1.0.23 |
2304 | 2024-12-20T21:24:58.765Z | Compiling env_logger v0.10.2 |
2305 | 2024-12-20T21:24:59.651Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2306 | 2024-12-20T21:25:01.787Z | Compiling vte v0.11.1 |
2307 | 2024-12-20T21:25:03.262Z | Compiling chacha20poly1305 v0.10.1 |
2308 | 2024-12-20T21:25:03.561Z | Compiling slog-envlogger v2.2.0 |
2309 | 2024-12-20T21:25:06.359Z | Compiling serde-hex v0.1.0 |
2310 | 2024-12-20T21:25:11.665Z | Compiling vsss-rs v3.3.4 |
2311 | 2024-12-20T21:25:11.922Z | Compiling chrono-tz v0.10.0 |
2312 | 2024-12-20T21:25:12.566Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2313 | 2024-12-20T21:25:12.945Z | Compiling ron v0.8.1 |
2314 | 2024-12-20T21:25:15.808Z | Compiling polar-core v0.27.3 |
2315 | 2024-12-20T21:25:16.103Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2316 | 2024-12-20T21:25:16.406Z | Compiling derive_builder_core v0.20.2 |
2317 | 2024-12-20T21:25:17.034Z | Compiling hashbrown v0.13.2 |
2318 | 2024-12-20T21:25:18.453Z | Compiling headers-core v0.3.0 |
2319 | 2024-12-20T21:25:18.621Z | Compiling fxhash v0.2.1 |
2320 | 2024-12-20T21:25:18.639Z | Compiling libxml v0.3.3 |
2321 | 2024-12-20T21:25:18.784Z | Compiling ref-cast-impl v1.0.23 |
2322 | 2024-12-20T21:25:18.850Z | Compiling lockfree-object-pool v0.1.6 |
2323 | 2024-12-20T21:25:18.999Z | Compiling simd-adler32 v0.3.7 |
2324 | 2024-12-20T21:25:19.161Z | Compiling zip v2.1.3 |
2325 | 2024-12-20T21:25:19.474Z | Compiling bumpalo v3.16.0 |
2326 | 2024-12-20T21:25:19.925Z | Compiling bytecount v0.6.8 |
2327 | 2024-12-20T21:25:20.031Z | Compiling crc-any v2.5.0 |
2328 | 2024-12-20T21:25:20.163Z | Compiling papergrid v0.11.0 |
2329 | 2024-12-20T21:25:20.417Z | Compiling zopfli v0.8.1 |
2330 | 2024-12-20T21:25:20.952Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2331 | 2024-12-20T21:25:24.778Z | Compiling derive_builder_macro v0.20.2 |
2332 | 2024-12-20T21:25:25.583Z | Compiling headers v0.4.0 |
2333 | 2024-12-20T21:25:25.772Z | Compiling object v0.30.4 |
2334 | 2024-12-20T21:25:33.510Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2335 | 2024-12-20T21:25:34.650Z | Compiling strip-ansi-escapes v0.2.0 |
2336 | 2024-12-20T21:25:35.049Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2337 | 2024-12-20T21:25:35.373Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2338 | 2024-12-20T21:25:35.767Z | Compiling tabled_derive v0.7.0 |
2339 | 2024-12-20T21:25:36.057Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2340 | 2024-12-20T21:25:37.952Z | Compiling itertools v0.12.1 |
2341 | 2024-12-20T21:25:38.095Z | Compiling fd-lock v4.0.2 |
2342 | 2024-12-20T21:25:38.339Z | Compiling peg-macros v0.8.4 |
2343 | 2024-12-20T21:25:38.443Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2024-12-20T21:25:38.619Z | Compiling strum_macros v0.24.3 |
2345 | 2024-12-20T21:25:39.524Z | Compiling kstat-rs v0.2.4 |
2346 | 2024-12-20T21:25:40.500Z | Compiling samael v0.0.17 |
2347 | 2024-12-20T21:25:40.622Z | Compiling unicase v2.7.0 |
2348 | 2024-12-20T21:25:40.697Z | Compiling nu-ansi-term v0.50.1 |
2349 | 2024-12-20T21:25:40.748Z | Compiling indoc v1.0.9 |
2350 | 2024-12-20T21:25:40.952Z | Compiling path-slash v0.1.5 |
2351 | 2024-12-20T21:25:41.217Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2352 | 2024-12-20T21:25:41.546Z | Compiling reedline v0.35.0 |
2353 | 2024-12-20T21:25:41.577Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2354 | 2024-12-20T21:25:41.617Z | Compiling peg v0.8.4 |
2355 | 2024-12-20T21:25:41.865Z | Compiling tabled v0.15.0 |
2356 | 2024-12-20T21:25:46.062Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2357 | 2024-12-20T21:25:56.785Z | Compiling derive_builder v0.20.2 |
2358 | 2024-12-20T21:26:01.678Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2359 | 2024-12-20T21:26:01.828Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2360 | 2024-12-20T21:26:01.861Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2361 | 2024-12-20T21:26:02.136Z | Compiling pem v3.0.4 |
2362 | 2024-12-20T21:26:03.603Z | Compiling bcs v0.1.6 |
2363 | 2024-12-20T21:26:04.513Z | Compiling oso-derive v0.27.3 |
2364 | 2024-12-20T21:26:05.298Z | Compiling impl-trait-for-tuples v0.2.2 |
2365 | 2024-12-20T21:26:05.397Z | Compiling libz-sys v1.1.20 |
2366 | 2024-12-20T21:26:05.486Z | Compiling quick-xml v0.33.0 |
2367 | 2024-12-20T21:26:06.076Z | Compiling diesel-dtrace v0.4.2 |
2368 | 2024-12-20T21:26:06.380Z | Compiling parking_lot_core v0.8.6 |
2369 | 2024-12-20T21:26:12.253Z | Compiling oso v0.27.3 |
2370 | 2024-12-20T21:26:12.905Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2371 | 2024-12-20T21:26:14.482Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2372 | 2024-12-20T21:26:19.895Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2373 | 2024-12-20T21:26:23.018Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2374 | 2024-12-20T21:26:23.321Z | Compiling bb8 v0.8.5 |
2375 | 2024-12-20T21:26:23.934Z | Compiling buf-list v1.0.3 |
2376 | 2024-12-20T21:26:24.562Z | Compiling async-bb8-diesel v0.2.1 |
2377 | 2024-12-20T21:26:26.919Z | Compiling nibble_vec v0.1.0 |
2378 | 2024-12-20T21:26:27.159Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2379 | 2024-12-20T21:26:27.934Z | Compiling pin-project-internal v1.1.6 |
2380 | 2024-12-20T21:26:29.309Z | Compiling atty v0.2.14 |
2381 | 2024-12-20T21:26:29.479Z | Compiling endian-type v0.1.2 |
2382 | 2024-12-20T21:26:29.741Z | Compiling salty v0.3.0 |
2383 | 2024-12-20T21:26:30.191Z | Compiling radix_trie v0.2.1 |
2384 | 2024-12-20T21:26:30.729Z | Compiling pin-project v1.1.6 |
2385 | 2024-12-20T21:26:31.483Z | Compiling parking_lot v0.11.2 |
2386 | 2024-12-20T21:26:34.579Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2387 | 2024-12-20T21:26:41.046Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2388 | 2024-12-20T21:26:45.813Z | Compiling snafu-derive v0.8.5 |
2389 | 2024-12-20T21:26:47.119Z | Compiling sled v0.34.7 |
2390 | 2024-12-20T21:26:50.427Z | Compiling snafu v0.8.5 |
2391 | 2024-12-20T21:26:51.742Z | Compiling mime_guess v2.0.5 |
2392 | 2024-12-20T21:26:52.833Z | Compiling hickory-client v0.24.1 |
2393 | 2024-12-20T21:26:58.298Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2394 | 2024-12-20T21:27:00.133Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2395 | 2024-12-20T21:27:00.441Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2396 | 2024-12-20T21:27:00.959Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2397 | 2024-12-20T21:27:01.420Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2398 | 2024-12-20T21:27:02.874Z | Compiling globset v0.4.15 |
2399 | 2024-12-20T21:27:05.953Z | Compiling hickory-server v0.24.1 |
2400 | 2024-12-20T21:27:09.539Z | Compiling primeorder v0.13.6 |
2401 | 2024-12-20T21:27:10.184Z | Compiling olpc-cjson v0.1.4 |
2402 | 2024-12-20T21:27:10.202Z | Compiling vergen v8.3.2 |
2403 | 2024-12-20T21:27:10.469Z | Compiling castaway v0.2.3 |
2404 | 2024-12-20T21:27:10.515Z | Compiling env_filter v0.1.2 |
2405 | 2024-12-20T21:27:10.659Z | Compiling cargo-platform v0.1.8 |
2406 | 2024-12-20T21:27:11.158Z | Compiling serde_plain v1.0.2 |
2407 | 2024-12-20T21:27:11.979Z | Compiling nanorand v0.7.0 |
2408 | 2024-12-20T21:27:13.348Z | Compiling memoffset v0.9.1 |
2409 | 2024-12-20T21:27:13.673Z | Compiling typed-path v0.9.3 |
2410 | 2024-12-20T21:27:16.263Z | Compiling tough v0.19.0 |
2411 | 2024-12-20T21:27:20.163Z | Compiling git2 v0.19.0 |
2412 | 2024-12-20T21:27:20.796Z | Compiling flume v0.11.1 |
2413 | 2024-12-20T21:27:20.866Z | Compiling cargo_metadata v0.18.1 |
2414 | 2024-12-20T21:27:20.884Z | Compiling env_logger v0.11.5 |
2415 | 2024-12-20T21:27:21.594Z | Compiling compact_str v0.8.0 |
2416 | 2024-12-20T21:27:22.381Z | Compiling p384 v0.13.0 |
2417 | 2024-12-20T21:27:24.177Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2418 | 2024-12-20T21:27:24.264Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2419 | 2024-12-20T21:27:28.493Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2420 | 2024-12-20T21:27:29.419Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2421 | 2024-12-20T21:27:31.317Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2422 | 2024-12-20T21:27:34.212Z | Compiling unicode-truncate v1.1.0 |
2423 | 2024-12-20T21:27:34.505Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2424 | 2024-12-20T21:27:37.249Z | Compiling lru v0.12.5 |
2425 | 2024-12-20T21:27:37.629Z | Compiling rand_seeder v0.3.0 |
2426 | 2024-12-20T21:27:38.056Z | Compiling libsqlite3-sys v0.30.1 |
2427 | 2024-12-20T21:27:38.289Z | Compiling lzma-sys v0.1.20 |
2428 | 2024-12-20T21:27:38.576Z | Compiling instability v0.3.2 |
2429 | 2024-12-20T21:27:38.995Z | Compiling cfg_aliases v0.2.1 |
2430 | 2024-12-20T21:27:39.114Z | Compiling cassowary v0.3.0 |
2431 | 2024-12-20T21:27:39.586Z | Compiling parse-size v1.1.0 |
2432 | 2024-12-20T21:27:39.914Z | Compiling rustls v0.21.12 |
2433 | 2024-12-20T21:27:40.093Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2434 | 2024-12-20T21:27:40.213Z | Compiling http-range v0.1.5 |
2435 | 2024-12-20T21:27:40.456Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2024-12-20T21:27:40.800Z | Compiling ratatui v0.28.1 |
2437 | 2024-12-20T21:27:40.899Z | Compiling nix v0.29.0 |
2438 | 2024-12-20T21:27:41.826Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2439 | 2024-12-20T21:27:42.685Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2440 | 2024-12-20T21:27:45.623Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2441 | 2024-12-20T21:27:47.702Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2442 | 2024-12-20T21:27:48.532Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2443 | 2024-12-20T21:27:48.551Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2444 | 2024-12-20T21:27:48.842Z | Compiling sct v0.7.1 |
2445 | 2024-12-20T21:27:49.315Z | Compiling rustls-webpki v0.101.7 |
2446 | 2024-12-20T21:27:50.787Z | Compiling heck v0.3.3 |
2447 | 2024-12-20T21:27:51.196Z | Compiling csv-core v0.1.11 |
2448 | 2024-12-20T21:27:52.059Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2449 | 2024-12-20T21:27:52.386Z | Compiling glob v0.3.1 |
2450 | 2024-12-20T21:27:52.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2451 | 2024-12-20T21:27:53.285Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2452 | 2024-12-20T21:27:53.384Z | Compiling csv v1.3.0 |
2453 | 2024-12-20T21:27:54.461Z | Compiling zone_cfg_derive v0.1.2 |
2454 | 2024-12-20T21:27:55.867Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2455 | 2024-12-20T21:27:58.959Z | Compiling nix v0.27.1 |
2456 | 2024-12-20T21:28:00.119Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2457 | 2024-12-20T21:28:01.108Z | Compiling hyper-staticfile v0.10.1 |
2458 | 2024-12-20T21:28:01.970Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2459 | 2024-12-20T21:28:02.422Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2460 | 2024-12-20T21:28:04.879Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2461 | 2024-12-20T21:28:06.128Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2462 | 2024-12-20T21:28:08.541Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2463 | 2024-12-20T21:28:11.426Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2464 | 2024-12-20T21:28:11.787Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2465 | 2024-12-20T21:28:12.136Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2466 | 2024-12-20T21:28:12.429Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2467 | 2024-12-20T21:28:12.729Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2468 | 2024-12-20T21:28:13.266Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2469 | 2024-12-20T21:28:13.928Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2470 | 2024-12-20T21:28:16.088Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2471 | 2024-12-20T21:28:16.692Z | Compiling hashlink v0.9.1 |
2472 | 2024-12-20T21:28:16.879Z | Compiling tungstenite v0.23.0 |
2473 | 2024-12-20T21:28:17.524Z | Compiling base64 v0.13.1 |
2474 | 2024-12-20T21:28:18.296Z | Compiling fallible-iterator v0.3.0 |
2475 | 2024-12-20T21:28:19.145Z | Compiling fallible-streaming-iterator v0.1.9 |
2476 | 2024-12-20T21:28:19.442Z | Compiling rusqlite v0.32.1 |
2477 | 2024-12-20T21:28:19.531Z | Compiling tokio-tungstenite v0.23.1 |
2478 | 2024-12-20T21:28:19.982Z | Compiling ron v0.7.1 |
2479 | 2024-12-20T21:28:20.137Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2480 | 2024-12-20T21:28:20.835Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-12-20T21:28:23.542Z | Compiling xz2 v0.1.7 |
2482 | 2024-12-20T21:28:24.165Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2483 | 2024-12-20T21:28:24.605Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2484 | 2024-12-20T21:28:28.466Z | Compiling tokio-rustls v0.24.1 |
2485 | 2024-12-20T21:28:28.981Z | Compiling zone v0.1.8 |
2486 | 2024-12-20T21:28:30.875Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2487 | 2024-12-20T21:28:32.430Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2488 | 2024-12-20T21:28:39.684Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2489 | 2024-12-20T21:28:40.106Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2490 | 2024-12-20T21:28:43.520Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2491 | 2024-12-20T21:28:44.823Z | Compiling rustls-pemfile v1.0.4 |
2492 | 2024-12-20T21:28:45.690Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2493 | 2024-12-20T21:28:45.840Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2494 | 2024-12-20T21:28:45.996Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2495 | 2024-12-20T21:28:46.180Z | Compiling signal-hook-tokio v0.3.1 |
2496 | 2024-12-20T21:28:46.416Z | Compiling twox-hash v1.6.3 |
2497 | 2024-12-20T21:28:47.576Z | Compiling yasna v0.5.2 |
2498 | 2024-12-20T21:28:50.844Z | Compiling is_ci v1.2.0 |
2499 | 2024-12-20T21:28:50.881Z | Compiling smawk v0.3.2 |
2500 | 2024-12-20T21:28:51.147Z | Compiling unicode-linebreak v0.1.5 |
2501 | 2024-12-20T21:28:51.165Z | Compiling supports-color v3.0.1 |
2502 | 2024-12-20T21:28:51.560Z | Compiling textwrap v0.16.1 |
2503 | 2024-12-20T21:28:51.711Z | Compiling rcgen v0.12.1 |
2504 | 2024-12-20T21:28:58.268Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2024-12-20T21:29:01.886Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2506 | 2024-12-20T21:29:02.631Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2507 | 2024-12-20T21:29:03.474Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2508 | 2024-12-20T21:29:07.351Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2509 | 2024-12-20T21:29:11.356Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2510 | 2024-12-20T21:29:16.117Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2511 | 2024-12-20T21:29:23.472Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2024-12-20T21:29:29.405Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2513 | 2024-12-20T21:29:30.044Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2514 | 2024-12-20T21:29:30.344Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2515 | 2024-12-20T21:29:36.978Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2516 | 2024-12-20T21:29:38.990Z | Compiling fatfs v0.3.6 |
2517 | 2024-12-20T21:29:41.765Z | Compiling rtoolbox v0.0.2 |
2518 | 2024-12-20T21:29:42.189Z | Compiling subprocess v0.2.9 |
2519 | 2024-12-20T21:29:42.293Z | Compiling assert_matches v1.5.0 |
2520 | 2024-12-20T21:29:46.845Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2521 | 2024-12-20T21:29:47.192Z | Compiling rpassword v7.3.1 |
2522 | 2024-12-20T21:29:47.683Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2523 | 2024-12-20T21:29:49.050Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2524 | 2024-12-20T21:29:54.474Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2525 | 2024-12-20T21:29:56.086Z | Compiling tui-tree-widget v0.22.0 |
2526 | 2024-12-20T21:29:56.535Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2527 | 2024-12-20T21:29:59.997Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2528 | 2024-12-20T21:30:00.302Z | Compiling uzers v0.12.1 |
2529 | 2024-12-20T21:30:03.479Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2530 | 2024-12-20T21:30:09.992Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2531 | 2024-12-20T21:30:12.139Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2532 | 2024-12-20T21:30:41.543Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2533 | 2024-12-20T21:30:42.854Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2534 | 2024-12-20T21:30:47.603Z | Compiling multimap v0.10.0 |
2535 | 2024-12-20T21:33:05.065Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2536 | 2024-12-20T21:33:05.497Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2537 | 2024-12-20T21:39:32.735Z | Finished `release` profile [optimized] target(s) in 15m 40s |
2538 | 2024-12-20T21:40:36.181Z | |
2539 | 2024-12-20T21:40:36.181Z | real 16:45.598264641 |
2540 | 2024-12-20T21:40:36.181Z | user 1:56:03.200422538 |
2541 | 2024-12-20T21:40:36.181Z | sys 5:50.267348387 |
2542 | 2024-12-20T21:40:36.181Z | trap 2.805180741 |
2543 | 2024-12-20T21:40:36.181Z | tflt 3.232611533 |
2544 | 2024-12-20T21:40:36.182Z | dflt 3.754652429 |
2545 | 2024-12-20T21:40:36.182Z | kflt 0.001029172 |
2546 | 2024-12-20T21:40:36.182Z | lock 7:04:07.511422898 |
2547 | 2024-12-20T21:40:36.186Z | slp 6:12:51.774088580 |
2548 | 2024-12-20T21:40:36.186Z | lat 2:53.511078773 |
2549 | 2024-12-20T21:40:36.186Z | stop 2:29.870299334 |
2550 | 2024-12-20T21:40:36.186Z | + mapfile -t packages |
2551 | 2024-12-20T21:40:36.186Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2552 | 2024-12-20T21:40:37.199Z | Finished `release` profile [optimized] target(s) in 0.96s |
2553 | 2024-12-20T21:40:37.260Z | Running `target/release/omicron-package -t test list-outputs` |
2554 | 2024-12-20T21:40:37.304Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2555 | 2024-12-20T21:40:37.307Z | + ptime -m cargo build --locked --release -p xtask |
2556 | 2024-12-20T21:40:37.868Z | Compiling serde v1.0.215 |
2557 | 2024-12-20T21:40:37.870Z | Compiling rustix v0.38.37 |
2558 | 2024-12-20T21:40:37.870Z | Compiling serde_json v1.0.132 |
2559 | 2024-12-20T21:40:37.870Z | Compiling libc v0.2.162 |
2560 | 2024-12-20T21:40:37.870Z | Compiling syn v2.0.87 |
2561 | 2024-12-20T21:40:37.960Z | Compiling bitflags v2.6.0 |
2562 | 2024-12-20T21:40:38.355Z | Compiling usdt-impl v0.5.0 |
2563 | 2024-12-20T21:40:38.391Z | Compiling syn v1.0.109 |
2564 | 2024-12-20T21:40:38.850Z | Compiling log v0.4.22 |
2565 | 2024-12-20T21:40:38.872Z | Compiling hashbrown v0.15.1 |
2566 | 2024-12-20T21:40:38.872Z | Compiling fs-err v2.11.0 |
2567 | 2024-12-20T21:40:38.872Z | Compiling once_cell v1.20.2 |
2568 | 2024-12-20T21:40:38.928Z | Compiling anyhow v1.0.93 |
2569 | 2024-12-20T21:40:39.443Z | Compiling thread-id v4.2.2 |
2570 | 2024-12-20T21:40:39.856Z | Compiling indexmap v2.6.0 |
2571 | 2024-12-20T21:40:40.888Z | Compiling terminal_size v0.4.0 |
2572 | 2024-12-20T21:40:40.888Z | Compiling tempfile v3.13.0 |
2573 | 2024-12-20T21:40:41.117Z | Compiling clap_builder v4.5.21 |
2574 | 2024-12-20T21:40:41.788Z | Compiling proc-macro-error v1.0.4 |
2575 | 2024-12-20T21:40:43.071Z | Compiling tabled_derive v0.7.0 |
2576 | 2024-12-20T21:40:44.388Z | Compiling tabled v0.15.0 |
2577 | 2024-12-20T21:40:45.814Z | Compiling serde_derive v1.0.215 |
2578 | 2024-12-20T21:40:46.865Z | Compiling thiserror-impl v1.0.69 |
2579 | 2024-12-20T21:40:47.028Z | Compiling zerocopy-derive v0.7.35 |
2580 | 2024-12-20T21:40:47.156Z | Compiling scroll_derive v0.12.0 |
2581 | 2024-12-20T21:40:48.548Z | Compiling scroll v0.12.0 |
2582 | 2024-12-20T21:40:49.032Z | Compiling zerocopy v0.7.35 |
2583 | 2024-12-20T21:40:49.173Z | Compiling goblin v0.8.2 |
2584 | 2024-12-20T21:40:49.821Z | Compiling thiserror v1.0.69 |
2585 | 2024-12-20T21:40:49.993Z | Compiling pest v2.7.14 |
2586 | 2024-12-20T21:40:53.032Z | Compiling pest_meta v2.7.14 |
2587 | 2024-12-20T21:40:54.288Z | Compiling pest_generator v2.7.14 |
2588 | 2024-12-20T21:40:56.111Z | Compiling clap_derive v4.5.18 |
2589 | 2024-12-20T21:40:57.141Z | Compiling pest_derive v2.7.14 |
2590 | 2024-12-20T21:40:57.949Z | Compiling dtrace-parser v0.2.0 |
2591 | 2024-12-20T21:41:00.770Z | Compiling toml_datetime v0.6.8 |
2592 | 2024-12-20T21:41:01.472Z | Compiling serde_tokenstream v0.2.2 |
2593 | 2024-12-20T21:41:02.087Z | Compiling serde_spanned v0.6.8 |
2594 | 2024-12-20T21:41:02.364Z | Compiling dof v0.3.0 |
2595 | 2024-12-20T21:41:04.504Z | Compiling toml_edit v0.22.22 |
2596 | 2024-12-20T21:41:05.789Z | Compiling camino v1.1.9 |
2597 | 2024-12-20T21:41:06.336Z | Compiling usdt-macro v0.5.0 |
2598 | 2024-12-20T21:41:06.353Z | Compiling usdt-attr-macro v0.5.0 |
2599 | 2024-12-20T21:41:07.546Z | Compiling cargo-platform v0.1.8 |
2600 | 2024-12-20T21:41:07.694Z | Compiling semver v1.0.23 |
2601 | 2024-12-20T21:41:08.365Z | Compiling toml v0.8.19 |
2602 | 2024-12-20T21:41:08.656Z | Compiling cargo_metadata v0.18.1 |
2603 | 2024-12-20T21:41:09.190Z | Compiling usdt v0.5.0 |
2604 | 2024-12-20T21:41:10.699Z | Compiling cargo_toml v0.20.5 |
2605 | 2024-12-20T21:41:13.139Z | Compiling camino-tempfile v1.1.1 |
2606 | 2024-12-20T21:41:13.142Z | Compiling clap v4.5.21 |
2607 | 2024-12-20T21:41:13.283Z | Compiling macaddr v1.0.1 |
2608 | 2024-12-20T21:41:22.628Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2609 | 2024-12-20T21:41:33.738Z | Finished `release` profile [optimized] target(s) in 56.36s |
2610 | 2024-12-20T21:41:33.844Z | |
2611 | 2024-12-20T21:41:33.847Z | real 56.498245415 |
2612 | 2024-12-20T21:41:33.847Z | user 5:43.004473052 |
2613 | 2024-12-20T21:41:33.847Z | sys 31.488425331 |
2614 | 2024-12-20T21:41:33.847Z | trap 0.153257160 |
2615 | 2024-12-20T21:41:33.847Z | tflt 0.278345455 |
2616 | 2024-12-20T21:41:33.847Z | dflt 0.650148701 |
2617 | 2024-12-20T21:41:33.847Z | kflt 0.000048580 |
2618 | 2024-12-20T21:41:33.847Z | lock 10:37.181237785 |
2619 | 2024-12-20T21:41:33.847Z | slp 16:02.264729101 |
2620 | 2024-12-20T21:41:33.847Z | lat 13.442732887 |
2621 | 2024-12-20T21:41:33.847Z | stop 17.434574575 |
2622 | 2024-12-20T21:41:33.847Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2623 | 2024-12-20T21:41:33.847Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2624 | 2024-12-20T21:41:33.847Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2625 | 2024-12-20T21:41:33.847Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2626 | 2024-12-20T21:41:33.847Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2627 | 2024-12-20T21:41:34.715Z | Compiling hashbrown v0.14.5 |
2628 | 2024-12-20T21:41:34.843Z | Compiling ident_case v1.0.1 |
2629 | 2024-12-20T21:41:34.848Z | Compiling unsafe-libyaml v0.2.11 |
2630 | 2024-12-20T21:41:34.848Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2631 | 2024-12-20T21:41:34.848Z | Compiling progenitor-client v0.8.0 |
2632 | 2024-12-20T21:41:34.848Z | Compiling ipnetwork v0.20.0 |
2633 | 2024-12-20T21:41:34.848Z | Compiling macaddr v1.0.1 |
2634 | 2024-12-20T21:41:34.856Z | Compiling instant v0.1.13 |
2635 | 2024-12-20T21:41:34.990Z | Compiling darling_core v0.20.10 |
2636 | 2024-12-20T21:41:35.042Z | Compiling structmeta-derive v0.3.0 |
2637 | 2024-12-20T21:41:35.339Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2638 | 2024-12-20T21:41:35.362Z | Compiling dropshot v0.13.0 |
2639 | 2024-12-20T21:41:35.380Z | Compiling newtype-uuid v1.1.3 |
2640 | 2024-12-20T21:41:35.704Z | Compiling dropshot_endpoint v0.13.0 |
2641 | 2024-12-20T21:41:35.832Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2642 | 2024-12-20T21:41:36.076Z | Compiling regress v0.10.1 |
2643 | 2024-12-20T21:41:36.114Z | Compiling serde_yaml v0.9.34+deprecated |
2644 | 2024-12-20T21:41:36.133Z | Compiling regress v0.9.1 |
2645 | 2024-12-20T21:41:36.625Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2646 | 2024-12-20T21:41:36.746Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2647 | 2024-12-20T21:41:36.818Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2648 | 2024-12-20T21:41:37.122Z | Compiling backoff v0.4.0 |
2649 | 2024-12-20T21:41:37.491Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2650 | 2024-12-20T21:41:37.622Z | Compiling tempfile v3.13.0 |
2651 | 2024-12-20T21:41:37.666Z | Compiling proc-macro-crate v1.3.1 |
2652 | 2024-12-20T21:41:38.129Z | Compiling structmeta v0.3.0 |
2653 | 2024-12-20T21:41:38.532Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2654 | 2024-12-20T21:41:38.578Z | Compiling parse-display-derive v0.10.0 |
2655 | 2024-12-20T21:41:38.753Z | Compiling num_enum_derive v0.5.11 |
2656 | 2024-12-20T21:41:38.925Z | Compiling itertools v0.13.0 |
2657 | 2024-12-20T21:41:40.248Z | Compiling typify-impl v0.2.0 |
2658 | 2024-12-20T21:41:41.233Z | Compiling zerocopy v0.8.10 |
2659 | 2024-12-20T21:41:41.361Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2660 | 2024-12-20T21:41:41.381Z | Compiling num_enum v0.5.11 |
2661 | 2024-12-20T21:41:41.585Z | Compiling zerocopy-derive v0.8.10 |
2662 | 2024-12-20T21:41:41.740Z | Compiling foreign-types-macros v0.2.3 |
2663 | 2024-12-20T21:41:41.960Z | Compiling darling_macro v0.20.10 |
2664 | 2024-12-20T21:41:42.275Z | Compiling heapless v0.8.0 |
2665 | 2024-12-20T21:41:42.305Z | Compiling foreign-types-shared v0.3.1 |
2666 | 2024-12-20T21:41:42.618Z | Compiling proc-macro-error v1.0.4 |
2667 | 2024-12-20T21:41:42.906Z | Compiling darling v0.20.10 |
2668 | 2024-12-20T21:41:43.043Z | Compiling serde_with_macros v3.11.0 |
2669 | 2024-12-20T21:41:43.061Z | Compiling foreign-types v0.5.0 |
2670 | 2024-12-20T21:41:43.153Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2671 | 2024-12-20T21:41:43.292Z | Compiling parse-display v0.10.0 |
2672 | 2024-12-20T21:41:43.344Z | Compiling camino-tempfile v1.1.1 |
2673 | 2024-12-20T21:41:43.383Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2674 | 2024-12-20T21:41:43.817Z | Compiling hash32 v0.3.1 |
2675 | 2024-12-20T21:41:44.007Z | Compiling cstr-argument v0.1.2 |
2676 | 2024-12-20T21:41:44.072Z | Compiling crucible-workspace-hack v0.1.0 |
2677 | 2024-12-20T21:41:44.248Z | Compiling pretty-hex v0.2.1 |
2678 | 2024-12-20T21:41:44.264Z | Compiling smoltcp v0.11.0 |
2679 | 2024-12-20T21:41:44.386Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2680 | 2024-12-20T21:41:44.450Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2681 | 2024-12-20T21:41:44.578Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2682 | 2024-12-20T21:41:45.051Z | Compiling tabwriter v1.4.0 |
2683 | 2024-12-20T21:41:45.170Z | Compiling colored v2.1.0 |
2684 | 2024-12-20T21:41:45.584Z | Compiling cobs v0.2.3 |
2685 | 2024-12-20T21:41:45.885Z | Compiling serde_with v3.11.0 |
2686 | 2024-12-20T21:41:45.923Z | Compiling postcard v1.0.10 |
2687 | 2024-12-20T21:41:46.054Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2688 | 2024-12-20T21:41:46.360Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2689 | 2024-12-20T21:41:46.677Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2690 | 2024-12-20T21:41:46.697Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2691 | 2024-12-20T21:41:46.989Z | Compiling thiserror v2.0.3 |
2692 | 2024-12-20T21:41:47.715Z | Compiling smf v0.2.3 |
2693 | 2024-12-20T21:41:48.023Z | Compiling thiserror-impl v2.0.3 |
2694 | 2024-12-20T21:41:48.219Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2695 | 2024-12-20T21:41:49.125Z | Compiling zone_cfg_derive v0.3.0 |
2696 | 2024-12-20T21:41:49.900Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2697 | 2024-12-20T21:41:50.324Z | Compiling num-derive v0.4.2 |
2698 | 2024-12-20T21:41:50.391Z | Compiling sigpipe v0.1.3 |
2699 | 2024-12-20T21:41:50.527Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2700 | 2024-12-20T21:41:50.555Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2701 | 2024-12-20T21:41:50.594Z | Compiling zone v0.3.0 |
2702 | 2024-12-20T21:41:50.853Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2024-12-20T21:41:50.984Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2704 | 2024-12-20T21:41:51.402Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2705 | 2024-12-20T21:41:51.457Z | Compiling universal-hash v0.5.1 |
2706 | 2024-12-20T21:41:51.727Z | Compiling opaque-debug v0.3.1 |
2707 | 2024-12-20T21:41:51.838Z | Compiling num-rational v0.4.2 |
2708 | 2024-12-20T21:41:51.876Z | Compiling password-hash v0.5.0 |
2709 | 2024-12-20T21:41:51.977Z | Compiling num-complex v0.4.6 |
2710 | 2024-12-20T21:41:52.234Z | Compiling blake2 v0.10.6 |
2711 | 2024-12-20T21:41:52.753Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2712 | 2024-12-20T21:41:52.838Z | Compiling aead v0.5.2 |
2713 | 2024-12-20T21:41:52.935Z | Compiling convert_case v0.4.0 |
2714 | 2024-12-20T21:41:53.110Z | Compiling keccak v0.1.5 |
2715 | 2024-12-20T21:41:53.229Z | Compiling num v0.4.3 |
2716 | 2024-12-20T21:41:53.354Z | Compiling argon2 v0.5.3 |
2717 | 2024-12-20T21:41:53.563Z | Compiling sha3 v0.10.8 |
2718 | 2024-12-20T21:41:53.658Z | Compiling poly1305 v0.8.0 |
2719 | 2024-12-20T21:41:53.696Z | Compiling tungstenite v0.21.0 |
2720 | 2024-12-20T21:41:53.968Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2721 | 2024-12-20T21:41:54.189Z | Compiling derive_more v0.99.18 |
2722 | 2024-12-20T21:41:54.229Z | Compiling chacha20 v0.9.1 |
2723 | 2024-12-20T21:41:54.611Z | Compiling float-ord v0.3.2 |
2724 | 2024-12-20T21:41:54.718Z | Compiling base64 v0.21.7 |
2725 | 2024-12-20T21:41:54.799Z | Compiling tokio-tungstenite v0.21.0 |
2726 | 2024-12-20T21:41:55.439Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2727 | 2024-12-20T21:41:55.507Z | Compiling semver v0.1.20 |
2728 | 2024-12-20T21:41:55.671Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2729 | 2024-12-20T21:41:55.865Z | Compiling same-file v1.0.6 |
2730 | 2024-12-20T21:41:55.925Z | Compiling rustc_version v0.1.7 |
2731 | 2024-12-20T21:41:55.946Z | Compiling newline-converter v0.3.0 |
2732 | 2024-12-20T21:41:56.126Z | Compiling walkdir v2.5.0 |
2733 | 2024-12-20T21:41:56.181Z | Compiling primeorder v0.13.6 |
2734 | 2024-12-20T21:41:56.202Z | Compiling secrecy v0.8.0 |
2735 | 2024-12-20T21:41:56.202Z | Compiling cancel-safe-futures v0.1.5 |
2736 | 2024-12-20T21:41:56.473Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2737 | 2024-12-20T21:41:56.522Z | Compiling owo-colors v4.1.0 |
2738 | 2024-12-20T21:41:56.595Z | Compiling newtype_derive v0.1.6 |
2739 | 2024-12-20T21:41:56.730Z | Compiling expectorate v1.1.0 |
2740 | 2024-12-20T21:41:56.852Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2741 | 2024-12-20T21:41:56.888Z | Compiling thiserror-impl-no-std v2.0.2 |
2742 | 2024-12-20T21:41:56.910Z | Compiling ring v0.16.20 |
2743 | 2024-12-20T21:41:56.928Z | Compiling blake3 v1.5.4 |
2744 | 2024-12-20T21:41:57.192Z | Compiling half v2.4.1 |
2745 | 2024-12-20T21:41:57.369Z | Compiling unicase v2.7.0 |
2746 | 2024-12-20T21:41:57.607Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2747 | 2024-12-20T21:41:57.671Z | Compiling arc-swap v1.7.1 |
2748 | 2024-12-20T21:41:57.786Z | Compiling ciborium-io v0.2.2 |
2749 | 2024-12-20T21:41:57.932Z | Compiling ciborium-ll v0.2.2 |
2750 | 2024-12-20T21:41:59.353Z | Compiling slog-scope v4.4.0 |
2751 | 2024-12-20T21:41:59.360Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2752 | 2024-12-20T21:41:59.360Z | Compiling polyval v0.6.2 |
2753 | 2024-12-20T21:41:59.360Z | Compiling typify-macro v0.2.0 |
2754 | 2024-12-20T21:41:59.360Z | Compiling atomicwrites v0.4.4 |
2755 | 2024-12-20T21:41:59.360Z | Compiling libsw v3.3.1 |
2756 | 2024-12-20T21:41:59.360Z | Compiling memmap2 v0.9.5 |
2757 | 2024-12-20T21:41:59.409Z | Compiling salty v0.3.0 |
2758 | 2024-12-20T21:41:59.693Z | Compiling linear-map v1.2.0 |
2759 | 2024-12-20T21:41:59.838Z | Compiling spin v0.5.2 |
2760 | 2024-12-20T21:41:59.881Z | Compiling constant_time_eq v0.3.1 |
2761 | 2024-12-20T21:42:00.076Z | Compiling indent_write v2.2.0 |
2762 | 2024-12-20T21:42:00.093Z | Compiling libefi-sys v0.1.0 |
2763 | 2024-12-20T21:42:00.117Z | Compiling parking_lot_core v0.8.6 |
2764 | 2024-12-20T21:42:00.205Z | Compiling thiserror-no-std v2.0.2 |
2765 | 2024-12-20T21:42:00.293Z | Compiling arrayvec v0.7.6 |
2766 | 2024-12-20T21:42:00.328Z | Compiling arrayref v0.3.9 |
2767 | 2024-12-20T21:42:00.397Z | Compiling vsss-rs v3.3.4 |
2768 | 2024-12-20T21:42:00.474Z | Compiling ghash v0.5.1 |
2769 | 2024-12-20T21:42:00.721Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2770 | 2024-12-20T21:42:00.774Z | Compiling slog-stdlog v4.1.1 |
2771 | 2024-12-20T21:42:01.060Z | Compiling ciborium v0.2.2 |
2772 | 2024-12-20T21:42:01.955Z | Compiling p384 v0.13.0 |
2773 | 2024-12-20T21:42:02.008Z | Compiling toolchain_find v0.4.0 |
2774 | 2024-12-20T21:42:02.029Z | Compiling chacha20poly1305 v0.10.1 |
2775 | 2024-12-20T21:42:02.283Z | Compiling ctr v0.9.2 |
2776 | 2024-12-20T21:42:02.653Z | Compiling lzma-sys v0.1.20 |
2777 | 2024-12-20T21:42:02.695Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2778 | 2024-12-20T21:42:02.758Z | Compiling bitfield-struct v0.6.2 |
2779 | 2024-12-20T21:42:03.104Z | Compiling slog-dtrace v0.3.0 |
2780 | 2024-12-20T21:42:03.265Z | Compiling typify v0.2.0 |
2781 | 2024-12-20T21:42:03.406Z | Compiling progenitor-impl v0.8.0 |
2782 | 2024-12-20T21:42:03.428Z | Compiling topological-sort v0.2.2 |
2783 | 2024-12-20T21:42:03.452Z | Compiling highway v1.2.0 |
2784 | 2024-12-20T21:42:03.662Z | Compiling omicron-zone-package v0.11.1 |
2785 | 2024-12-20T21:42:03.711Z | Compiling aes-gcm v0.10.3 |
2786 | 2024-12-20T21:42:04.012Z | Compiling rustfmt-wrapper v0.2.1 |
2787 | 2024-12-20T21:42:04.178Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2788 | 2024-12-20T21:42:04.236Z | Compiling mime_guess v2.0.5 |
2789 | 2024-12-20T21:42:04.352Z | Compiling slog-envlogger v2.2.0 |
2790 | 2024-12-20T21:42:04.597Z | Compiling steno v0.4.1 |
2791 | 2024-12-20T21:42:05.190Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2792 | 2024-12-20T21:42:05.360Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2793 | 2024-12-20T21:42:05.412Z | Compiling heck v0.3.3 |
2794 | 2024-12-20T21:42:05.577Z | Compiling ssh-encoding v0.2.0 |
2795 | 2024-12-20T21:42:05.857Z | Compiling blowfish v0.9.1 |
2796 | 2024-12-20T21:42:05.877Z | Compiling nibble_vec v0.1.0 |
2797 | 2024-12-20T21:42:05.967Z | Compiling env_filter v0.1.2 |
2798 | 2024-12-20T21:42:06.097Z | Compiling humantime v2.1.0 |
2799 | 2024-12-20T21:42:06.134Z | Compiling endian-type v0.1.2 |
2800 | 2024-12-20T21:42:06.329Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2801 | 2024-12-20T21:42:06.375Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2802 | 2024-12-20T21:42:06.516Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2803 | 2024-12-20T21:42:06.588Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2804 | 2024-12-20T21:42:06.684Z | Compiling radix_trie v0.2.1 |
2805 | 2024-12-20T21:42:06.705Z | Compiling env_logger v0.11.5 |
2806 | 2024-12-20T21:42:06.766Z | Compiling bcrypt-pbkdf v0.10.0 |
2807 | 2024-12-20T21:42:06.898Z | Compiling ssh-cipher v0.2.0 |
2808 | 2024-12-20T21:42:07.389Z | Compiling zone_cfg_derive v0.1.2 |
2809 | 2024-12-20T21:42:07.457Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2810 | 2024-12-20T21:42:07.589Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2811 | 2024-12-20T21:42:07.994Z | Compiling parking_lot v0.11.2 |
2812 | 2024-12-20T21:42:08.633Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2813 | 2024-12-20T21:42:08.669Z | Compiling password-hash v0.4.2 |
2814 | 2024-12-20T21:42:08.690Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2815 | 2024-12-20T21:42:08.883Z | Compiling gethostname v0.5.0 |
2816 | 2024-12-20T21:42:08.942Z | Compiling fxhash v0.2.1 |
2817 | 2024-12-20T21:42:09.057Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2818 | 2024-12-20T21:42:09.109Z | Compiling zip v2.1.3 |
2819 | 2024-12-20T21:42:09.148Z | Compiling lockfree-object-pool v0.1.6 |
2820 | 2024-12-20T21:42:09.290Z | Compiling http-range v0.1.5 |
2821 | 2024-12-20T21:42:09.338Z | Compiling bumpalo v3.16.0 |
2822 | 2024-12-20T21:42:09.424Z | Compiling matches v0.1.10 |
2823 | 2024-12-20T21:42:09.454Z | Compiling simd-adler32 v0.3.7 |
2824 | 2024-12-20T21:42:09.537Z | Compiling base64 v0.13.1 |
2825 | 2024-12-20T21:42:09.606Z | Compiling idna v0.2.3 |
2826 | 2024-12-20T21:42:09.730Z | Compiling pbkdf2 v0.11.0 |
2827 | 2024-12-20T21:42:09.828Z | Compiling zopfli v0.8.1 |
2828 | 2024-12-20T21:42:10.038Z | Compiling ron v0.7.1 |
2829 | 2024-12-20T21:42:10.081Z | Compiling sled v0.34.7 |
2830 | 2024-12-20T21:42:10.102Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2831 | 2024-12-20T21:42:10.171Z | Compiling zone v0.1.8 |
2832 | 2024-12-20T21:42:10.796Z | Compiling xz2 v0.1.7 |
2833 | 2024-12-20T21:42:11.248Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2834 | 2024-12-20T21:42:11.615Z | Compiling progenitor-macro v0.8.0 |
2835 | 2024-12-20T21:42:11.693Z | Compiling ssh-key v0.6.6 |
2836 | 2024-12-20T21:42:11.890Z | Compiling hickory-client v0.24.1 |
2837 | 2024-12-20T21:42:12.527Z | Compiling p256 v0.13.2 |
2838 | 2024-12-20T21:42:12.613Z | Compiling p521 v0.13.3 |
2839 | 2024-12-20T21:42:12.882Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2840 | 2024-12-20T21:42:13.701Z | Compiling hickory-server v0.24.1 |
2841 | 2024-12-20T21:42:13.716Z | Compiling enum-as-inner v0.5.1 |
2842 | 2024-12-20T21:42:14.016Z | Compiling pem v3.0.4 |
2843 | 2024-12-20T21:42:14.471Z | Compiling yasna v0.5.2 |
2844 | 2024-12-20T21:42:14.838Z | Compiling headers-core v0.3.0 |
2845 | 2024-12-20T21:42:14.907Z | Compiling kstat-rs v0.2.4 |
2846 | 2024-12-20T21:42:15.005Z | Compiling nanorand v0.7.0 |
2847 | 2024-12-20T21:42:15.583Z | Compiling russh-cryptovec v0.7.3 |
2848 | 2024-12-20T21:42:15.605Z | Compiling atty v0.2.14 |
2849 | 2024-12-20T21:42:15.763Z | Compiling md5 v0.7.0 |
2850 | 2024-12-20T21:42:15.921Z | Compiling rcgen v0.12.1 |
2851 | 2024-12-20T21:42:16.203Z | Compiling russh-keys v0.45.0 |
2852 | 2024-12-20T21:42:16.286Z | Compiling flume v0.11.1 |
2853 | 2024-12-20T21:42:16.649Z | Compiling headers v0.4.0 |
2854 | 2024-12-20T21:42:16.686Z | Compiling trust-dns-proto v0.22.0 |
2855 | 2024-12-20T21:42:17.075Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2856 | 2024-12-20T21:42:18.498Z | Compiling hyper-staticfile v0.10.1 |
2857 | 2024-12-20T21:42:19.694Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2858 | 2024-12-20T21:42:20.334Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2859 | 2024-12-20T21:42:20.513Z | Compiling num-bigint v0.4.6 |
2860 | 2024-12-20T21:42:20.685Z | Compiling des v0.8.1 |
2861 | 2024-12-20T21:42:20.819Z | Compiling subprocess v0.2.9 |
2862 | 2024-12-20T21:42:20.857Z | Compiling dhcproto-macros v0.1.0 |
2863 | 2024-12-20T21:42:21.045Z | Compiling hex-literal v0.4.1 |
2864 | 2024-12-20T21:42:21.214Z | Compiling display-error-chain v0.2.2 |
2865 | 2024-12-20T21:42:21.439Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2866 | 2024-12-20T21:42:21.797Z | Compiling internet-checksum v0.2.1 |
2867 | 2024-12-20T21:42:21.850Z | Compiling dhcproto v0.12.0 |
2868 | 2024-12-20T21:42:23.489Z | Compiling russh v0.45.0 |
2869 | 2024-12-20T21:42:25.219Z | Compiling progenitor v0.8.0 |
2870 | 2024-12-20T21:42:25.356Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2871 | 2024-12-20T21:42:25.360Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2872 | 2024-12-20T21:42:25.360Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2873 | 2024-12-20T21:42:25.360Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2874 | 2024-12-20T21:42:25.360Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2875 | 2024-12-20T21:42:25.360Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2876 | 2024-12-20T21:42:25.446Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2877 | 2024-12-20T21:42:26.898Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2878 | 2024-12-20T21:42:27.157Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2879 | 2024-12-20T21:42:27.805Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2024-12-20T21:42:31.314Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2881 | 2024-12-20T21:42:32.188Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2882 | 2024-12-20T21:42:41.406Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2883 | 2024-12-20T21:42:41.406Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2884 | 2024-12-20T21:42:41.409Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2885 | 2024-12-20T21:42:41.409Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2886 | 2024-12-20T21:42:44.827Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2887 | 2024-12-20T21:42:44.827Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2888 | 2024-12-20T21:42:45.916Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2889 | 2024-12-20T21:42:46.544Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2890 | 2024-12-20T21:42:48.560Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2891 | 2024-12-20T21:42:49.636Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2892 | 2024-12-20T21:42:50.678Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2893 | 2024-12-20T21:42:50.824Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2894 | 2024-12-20T21:42:52.046Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2895 | 2024-12-20T21:42:53.456Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2896 | 2024-12-20T21:42:53.796Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2897 | 2024-12-20T21:42:54.533Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2898 | 2024-12-20T21:42:55.423Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2899 | 2024-12-20T21:42:55.463Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2900 | 2024-12-20T21:42:55.676Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2901 | 2024-12-20T21:42:57.407Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2902 | 2024-12-20T21:42:57.930Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2024-12-20T21:42:59.626Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2904 | 2024-12-20T21:43:01.078Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2905 | 2024-12-20T21:43:01.301Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2906 | 2024-12-20T21:43:01.803Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2024-12-20T21:43:04.302Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2908 | 2024-12-20T21:43:04.999Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2909 | 2024-12-20T21:43:06.360Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2910 | 2024-12-20T21:43:10.361Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2911 | 2024-12-20T21:43:19.181Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2912 | 2024-12-20T21:43:20.468Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2913 | 2024-12-20T21:43:39.910Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2914 | 2024-12-20T21:44:14.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2915 | 2024-12-20T21:44:15.095Z | |
2916 | 2024-12-20T21:44:15.098Z | real 2:41.175527178 |
2917 | 2024-12-20T21:44:15.098Z | user 12:22.788451201 |
2918 | 2024-12-20T21:44:15.098Z | sys 2:44.033170440 |
2919 | 2024-12-20T21:44:15.098Z | trap 0.335155036 |
2920 | 2024-12-20T21:44:15.098Z | tflt 0.894770918 |
2921 | 2024-12-20T21:44:15.098Z | dflt 1.858498470 |
2922 | 2024-12-20T21:44:15.099Z | kflt 0.000005498 |
2923 | 2024-12-20T21:44:15.099Z | lock 26:00.691523835 |
2924 | 2024-12-20T21:44:15.099Z | slp 45:09.490850058 |
2925 | 2024-12-20T21:44:15.099Z | lat 36.121974604 |
2926 | 2024-12-20T21:44:15.099Z | stop 1:32.404684804 |
2927 | 2024-12-20T21:44:15.099Z | + mkdir tests |
2928 | 2024-12-20T21:44:15.104Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2929 | 2024-12-20T21:44:15.104Z | + xargs -I '{}' -t cp '{}' tests/ |
2930 | 2024-12-20T21:44:15.141Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2931 | 2024-12-20T21:44:15.168Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2932 | 2024-12-20T21:44:15.200Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2933 | 2024-12-20T21:44:15.222Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2934 | 2024-12-20T21:44:15.454Z | + 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/*) |
2935 | 2024-12-20T21:44:15.462Z | + 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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 |
2936 | 2024-12-20T21:45:26.895Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2937 | 2024-12-20T21:45:26.895Z | a .github/buildomat/ci-env.sh 1K |
2938 | 2024-12-20T21:45:26.895Z | a out/target/test 1K |
2939 | 2024-12-20T21:45:26.895Z | a out/npuzone/npuzone 23144K |
2940 | 2024-12-20T21:45:26.895Z | a package-manifest.toml 33K |
2941 | 2024-12-20T21:45:26.895Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2942 | 2024-12-20T21:45:26.895Z | a target/release/omicron-package 36325K |
2943 | 2024-12-20T21:45:26.895Z | a target/release/xtask 11762K |
2944 | 2024-12-20T21:45:26.895Z | a target/debug/bootstrap 210153K |
2945 | 2024-12-20T21:45:26.895Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2946 | 2024-12-20T21:45:26.895Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2947 | 2024-12-20T21:45:26.895Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2948 | 2024-12-20T21:45:26.895Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2949 | 2024-12-20T21:45:26.895Z | a out/clickhouse.tar.gz 293411K |
2950 | 2024-12-20T21:45:26.896Z | a out/clickhouse_keeper.tar.gz 280526K |
2951 | 2024-12-20T21:45:26.896Z | a out/clickhouse_server.tar.gz 293390K |
2952 | 2024-12-20T21:45:26.896Z | a out/cockroachdb.tar.gz 134575K |
2953 | 2024-12-20T21:45:26.896Z | a out/crucible-dtrace.tar 85K |
2954 | 2024-12-20T21:45:26.896Z | a out/crucible-pantry-zone.tar.gz 28190K |
2955 | 2024-12-20T21:45:26.896Z | a out/crucible-zone.tar.gz 36406K |
2956 | 2024-12-20T21:45:26.896Z | a out/external-dns.tar.gz 35284K |
2957 | 2024-12-20T21:45:26.896Z | a out/internal-dns.tar.gz 35282K |
2958 | 2024-12-20T21:45:26.896Z | a out/mg-ddm-gz.tar 63075K |
2959 | 2024-12-20T21:45:26.896Z | a out/nexus.tar.gz 97950K |
2960 | 2024-12-20T21:45:26.896Z | a out/ntp.tar.gz 10373K |
2961 | 2024-12-20T21:45:26.896Z | a out/omicron-gateway-softnpu.tar.gz 23853K |
2962 | 2024-12-20T21:45:26.896Z | a out/omicron-sled-agent.tar 113312K |
2963 | 2024-12-20T21:45:26.896Z | a out/overlay.tar.gz 3K |
2964 | 2024-12-20T21:45:26.896Z | a out/oximeter.tar.gz 47672K |
2965 | 2024-12-20T21:45:26.896Z | a out/oxlog.tar 3088K |
2966 | 2024-12-20T21:45:26.896Z | a out/probe.tar.gz 2764K |
2967 | 2024-12-20T21:45:26.896Z | a out/propolis-server.tar.gz 66730K |
2968 | 2024-12-20T21:45:26.896Z | a out/pumpkind-gz.tar 26665K |
2969 | 2024-12-20T21:45:26.896Z | a out/switch-softnpu.tar.gz 235566K |
2970 | 2024-12-20T21:45:26.900Z | |
2971 | 2024-12-20T21:45:26.900Z | real 1:11.425835725 |
2972 | 2024-12-20T21:45:26.900Z | user 1:08.236000917 |
2973 | 2024-12-20T21:45:26.900Z | sys 4.539538950 |
2974 | 2024-12-20T21:45:26.900Z | trap 0.018434518 |
2975 | 2024-12-20T21:45:26.900Z | tflt 0.000000000 |
2976 | 2024-12-20T21:45:26.900Z | dflt 0.000003889 |
2977 | 2024-12-20T21:45:26.900Z | kflt 0.000000000 |
2978 | 2024-12-20T21:45:26.900Z | lock 0.000000000 |
2979 | 2024-12-20T21:45:26.900Z | slp 1:08.022704869 |
2980 | 2024-12-20T21:45:26.900Z | lat 2.029235898 |
2981 | 2024-12-20T21:45:26.900Z | stop 0.000524990 |
2982 | 2024-12-20T21:45:26.900Z | process exited: duration 1970484 ms, exit code 0 |
|
2983 | 2024-12-20T21:45:26.916Z | found 1 output files |
2984 | 2024-12-20T21:45:26.916Z | uploading: /work/package.tar.gz (1880404774 bytes) |
2985 | 2024-12-20T21:46:15.953Z | uploaded: /work/package.tar.gz |